/* Model 1 */
@import url('../../structure/features/header-contact.css');

.header-contact {
    border-bottom: 1px solid var(--gray-dark);
}
.header-contact-wrap .ftr-cta {
    color: var(--white);
}
.header-contact-wrap .ftr-cta:hover {
    color: var(--light);     
}
.header-contact-wrap .social-container .fa {
    color: var(--white);   
}
.header-contact-wrap .social-container a:hover .fa {
    color: var(--light); 
}
.header-contact-wrap .ftr-nap-phone {
    color: var(--white);  
}
.header-contact-wrap .ftr-nap {
    color: var(--white);
}
.header-contact-wrap .ftr-nap a {
    color: var(--white);   
}
.header-contact-wrap .ftr-nap a:hover {
    color: var(--light);     
}

 

/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {

}

/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {

}

/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
}

/* Extra small landscape devices (most landscape phones, >=480px and <= 767 and landscape) mobile-l */
@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {

}