/* header */
@media only screen and (min-width:768px) {
    .header.fixed, 
    .header-spacer {
        display: none;
    }
    .header:not(.fixed) {
        background-color: #fff !important;
        box-shadow: 0px 0px 1px rgba(48, 72, 80, 0.3), 0px 4px 8px rgba(48, 72, 80, 0.25);
    }

    .header:not(.fixed)> .row, 
    .header:not(.fixed)> .row .columns {
        /*padding: 0 !important;
        justify-content: flex-end;*/
    }

    .header div.logo-holder {
        width: 118px;
        height: 34px;
        left: 60px;
        /*position: fixed !important;*/
    }

    .header .logo-holder> a {
        background-color: #F65335;
        padding: 7px;
    }

    .header li {
        padding: 0 30px 0 0;
        font-family: "GT-America-Standard-Regular", sans-serif;	
        font-style: normal;
        font-weight: normal;
        font-size: 17px;
        line-height: 120%;
        letter-spacing: 0.01em;
        color: #0B2127;
    }

    .header li.login-btn {
        padding-left: 15px;
        padding-right: 6px;
        margin: 0;
    }
    .header li.signup-btn {
        padding-left: 6px;
        padding-right: 60px;
        margin: 0;
    }

    .header li> a {
        padding: 20px 0 !important;
        line-height: 20px;
        letter-spacing: 0.005em;
    }

    .header .thb-full-menu>li:not(.login-btn)> a, 
    .header .thb-full-menu>li:not(.signup-btn)> a {
        color: #0B2127 !important;
        background-color: #fff;
    }

    .header .thb-full-menu>li:not(.login-btn)> a:hover,
    .header .thb-full-menu>li:not(.signup-btn)> a:hover {
        color: #F65335 !important;
        /*border-bottom: 3px solid #F65335;*/
        box-sizing: border-box;
        height: 60px;
    }

    .header .thb-full-menu>li.login-btn> a, 
    .header .thb-full-menu>li.signup-btn> a {
        color: #FFFFFF !important;
        background: #F65335;
        font-family: "GT-America-Standard-Regular", sans-serif;
        border-bottom: 0 !important;
        height: inherit !important;
        font-weight: normal;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        width: 80px;
        padding: 0.45rem 0 !important;
        border-radius: 44px;
        cursor: pointer !important;
    }

    .header .thb-full-menu>li.login-btn> a:hover, 
    .header .thb-full-menu>li.signup-btn> a:hover {
        color: #FFFFFF !important;
        background: #F65335;
        opacity: 0.8;
    }

    /**/

    .header ul.sub-menu {
        padding: 0 !important;
    } 

/*     .header:not(.fixed) ul.sub-menu li a {
        font-family: "GT-America-Standard-Light", sans-serif;
        font-style: normal;
        font-weight: normal !important;
        font-size: 16px;
        line-height: 20px;
        color: #798F9A !important;
        text-transform: initial !important;
        padding: 0 16px 0 0;
    }

    .header ul.sub-menu ul li a:hover {
        color: #0B2127;
    }*/
} 


/* footer */
.footer {
    height: auto;
    padding: 0;
    background: #0B2127 !important;
}

.footer .footer-row {
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 25px;
    margin-left: 0;
    margin-right: 0;
}

.footer .footer-row .columns {
    padding-left: 0;
    padding-right: 0px;
    display: inline-block;
    position: relative;
    padding-bottom: 25px;
}

.footer .footer-row .columns:after {
    position: absolute;
    content: '';
    border-bottom: 1px solid #304850;
    width: 100%;
    transform: translateX(-50%);
    bottom: 0px;
    left: 50%;
}

.footer .footer-row .columns.text:first-of-type:after {
    width: 96%;
    left: 48%;
}

.footer .footer-title .text {
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.footer .widget h2 {
    font-family: "GT-America-Standard-Bold", sans-serif;	
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}

.footer .widget ul li a {
    font-family: "GT-America-Standard-Regular", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    color: #CDD8DF !important;
}

.footer .widget ul li a:hover {
    color: #B6C5CE !important;
    opacity: 0.75;
}

.footer .menu-footer-contact-menu-container li {
    padding: 0;
    margin: 0;
    display: flex;
}

.footer #media_image-3 {
    width: 96px;
    height: 32px;
}

.footer #media_image-4 {
    width: 108px;
    height: 32px;
}

.footer .threecolumns {
    height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer .icons, 
.footer .policies {
    padding: 0 !important;
}

.footer .icons::after, 
.footer .policies::after {
    display: none;
}

/* .footer .icons .fab.fa-facebook,
.footer .icons .fab.fa-linkedin,
.footer .icons .fab.fa-twitter,
.footer .icons .fab.fa-instagram,
.footer .icons .fab.fa-youtube {
    color: white;
    font-size: 18px;
    padding-right: 24px;
} */

.footer .icons .facebook-link,
.footer .icons .linkedin-link,
.footer .icons .twitter-link,
.footer .icons .instagram-link,
.footer .icons .youtube-link {
    color: #CDD8DF !important;
    font-size: 32px;
    padding-right: 32px;
	margin-bottom: 32px;
	display: inline-block;
}


.footer .policies {
    font-family: "GT-America-Standard-Light", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #556D77;
}

.subfooter {
    display: none;
}

@media only screen and (max-width:768px) {
    .footer {
        height: auto;
    }

    .footer .footer-row {
        padding-left: 20px;
        padding-right: 0px;    
    }

    .footer .footer-title .text, 
    .footer .widget h2 {
        text-align: left;
    }

    .footer .footer-row .columns:after {
        border-bottom: 0;
    }

    .footer #media_image-3 {
        margin-left: 0;
        margin-right: 0;
    }

    .footer #media_image-4 {
        margin-left: 20px;
        margin-right: 0;
    }

    .footer .widget_text {
        margin-bottom: 0;
    }

    .footer .footer-title .text {
        display: none;
    }

    .footer .threecolumns {
        height: auto;
        padding-left: 0;
        padding-right: 0;
    }
}
