﻿/* Mobile */
@media (max-width: 991px) {

    .content-wrapper {
        width: 100%;
        margin: 0;
    }
    /* Header */
    .header {
        height: 120px;
    }
    .header-content {
        width: 96%;
        height: 120px;
        margin: 0 2% 0 2%;
    }
    .header-left-col {
        width: 40%;
    }
    .header-center-col {
        width: 0%;
    }
    .header-right-col {
        width: 40%;                        
    }
    .header-customer-info {
        display: table;
        width:100%;
    }

    .dashboard-marketing-container {
        margin-bottom: 16px;
    }


    /* Content */
    .content {
        min-height: 200px;
        padding: 0;
        margin: 0;
    }
    .content h1 {
        margin: 0 0 5px 0;
        padding: 0;
    }

    /* Footer */
    .footer {
        padding: 3% 2% 3% 2%;
    }
    .footer-item {
        width: 45%;
    }
    .footer-links {
        width: 90%;
        min-height: 60px;
    }
    .footer-copyright {
        width: 100%;
        text-align: center;
        margin-top: 6%;
    }
    .footer-copyright-links {
        width:100%;
        text-align:center;
        padding-top:20px;
        margin-right: 0;
    }

    .marketing-container {
        border-bottom-style: none;
        border-bottom-width: 0;
        margin: 0 2% 20px 2%;
    }
}