@font-face {
    font-family: GothamBook;
    src: url("../fonts/Gotham Book.otf") format("opentype");
}

@media (max-width: 767px){
    .cvp-focus-container{
        padding: 10px 0px;
        display: none;
    }
    .is-mobile .wrapper{
        background-color: #FFFFFF;
        background: none;
    }
    #header.page-header {
        padding: 9px 20px;
        width: 100%;
        float: left;
        box-shadow: none !important;
    }
    #header.page-header::after{
        display: none;
    }
    .page-header .logo {
        padding: 0 !important;
    }
    .page-header a.mobile-icon{
        float: right;
        height: auto !important;
        width: auto !important;
        border: 0;
        line-height: 30px;
        text-indent: initial;
        background: none;
        text-transform: uppercase;
        font-size: 15px;
        color: #662b8d;
        font-family: GothamBook;

    }
    .page-header a.mobile-icon:before{
        content: "";
        background: url(../images/sticky_menu_mobile.png) center no-repeat;
        height: 11px;
        width: 20px;
        display: inline-block;
        margin-right: 5px;
    }
    .wrapper .new-header-mobile {
        position: static;
        width: 100%;
    }
    .wrapper .new-header-mobile a {
        float: left;
        width: 50%;
        margin: 0;
        border-radius: 0;
        line-height: 27px;
        height: 27px;
        font-size: 13px;
        text-transform: uppercase;
        text-align: center;
        background-image: none;
        padding: 0;
    }
    .new-header-mobile .email-header-mobile {
        color: #423943;
        background-image: none;
    }
    .new-header-mobile .email-header-mobile:before {
        content: "";
        background: url(../images/email_icon.png) center no-repeat;
        height: 14px;
        width: 20px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 4px;
    }
    .new-header-mobile .phone-header-mobile:before {
        content: "";
        background: url(../images/phone_w_icon.png) center no-repeat;
        height: 14px;
        width: 20px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 4px;
    }
    div#sticker {
        z-index: 9999 !important;
        background: #fff;
    }
   
}
@media (max-width: 414px){
    a.logo:before {
        content: "";
        background: url(../images/sticky_menu_mobile.png) center no-repeat;
        height: 11px;
        width: 20px;
        display: inline-block;
        margin-right: 5px;
        position: absolute;
        top: 10px;
        left: -20px;
        display: none;
    }
    .mm-opening a.logo:before{
        display: block;
    }
}

@media (max-width: 375px){
    .cvp-focus li{
        width: 15% !important;
    } 
}


.btn-download-brochure {
    color: #fff;
    font-size: 14px;
    font-family: effra-light;
    text-transform: uppercase;
    padding: 4px 20px;
    text-decoration: none;
    display: block;
    border-radius: 5px;
    text-align: center;
    background: linear-gradient(to bottom, #be0120 0%, #cf0a2b 100%);
    margin-bottom: 5px;
    font-style: normal;
    float: right;
}
.btn-download-brochure:hover {
    text-decoration: none;
    background: #a1001c;
    color: #fff;
}
.recaptcha .hide {
    display: none;
}
.account-create .remember-me-popup.show{
    margin-bottom: 5px;
}