@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,300i,400,600,700');

body, html {
    background-color: #F3F3F3;
    color: #808080;
    font-family: 'Nunito Sans', sans-serif;
}

/*
 *   General Headers
 */
h1 {
    color: #235fac;
    font-size: 36px;
}
h2 {
    color: #235fac;
    font-size: 28px;
}
h3 {
    color: #000000;
    font-size: 24px;
}
h4 {
    color: #235fac;
    font-size: 20px;
}
h5 {
    color: #000000;
    font-size: 18px;
}
h6 {
    color: #235fac;
    font-size: 16px;
}

p {
    color: #808080;
    /*font-size: 18px;*/
    font-weight: 300;
    /*line-height: 170%;*/
}



/*
 *   General Atomic Styles
 */
.no-padding {
    padding: 0px;
}
.no-padding-top {
    padding-top: 0px;
}
.no-padding-bottom {
    padding-bottom: 0px;
}
.no-padding-left {
    padding-left: 0px;
}
.no-padding-right {
    padding-right: 0px;
}
.padding-left-5 {
    padding-left: 5px;
}
.padding-right-5 {
    padding-right: 5px;
}

.no-gutter {
    padding-left: 0;
    padding-right: 0;
}


/*Landing Page*/
.fad-section,
.fad-highlight-section {
    padding: 80px 0px; 
}
.fad-section {
    background-color: #FFFFFF;
}
.fad-highlight-section {
    background-color: #235fac;
    text-align: center;
}
.fad-highlight-section-container {
    padding-left: 50px;
    padding-right: 50px;
}
.fad-highlight-section-title,
.fad-highlight-section-info {
    color: #FFFFFF;
} 
.fad-section-img {
    width: 100%;
    max-width: 350px;
    /*width: 250px;*/
    /*height: 250px;*/
    /*margin: auto;*/
}
.fad-section-title,
.fad-highlight-section-title {
    margin-bottom: 15px;
}
.fad-section-information {
    font-size: 16px;
    margin-bottom: 20px;
}
.fad-section-information p {
    margin-bottom: 20px;
}


/*
 *   Main header for results layout styles
 */
.fad-header-home,
.fad-header-internal {
    width: 100%;
    /*height: 60px;*/
    padding: 10px 0px;
}

.fad-header-home {
    background-color: transparent;
}

.fad-header-internal {
    background-color: #FFFFFF;
}


.fad-internal-menu {
    display: inline-block;
    float: right;
    height: 85px;
    line-height: 85px;
    font-weight: bold;
    font-size: 1.1em;
}

.fad-internal-menu a {
    margin: 0 0 0 45px;
    color: #235fac;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
}

.fad-internal-menu a:hover,
.fad-internal-menu a:focus {
    transition: 0.3s;
    color: #f7931e;
}

.aacd-logo {
    display: inline-block;
    margin: 5px 0;
}

.aacd-logo img {
    height: 55px;
    width: auto;
}

.mobile-header {
    display: none;
    font-size: 2em;
    font-weight: 600;
    color: #fff;
    background-color: #235FAC;
    text-align: center;
    margin-bottom: 15px;
}

#hamburger-container {
    float: right;
    margin-top: 15px;
    cursor: pointer;
    display: none;
}

#hamburger-container .bar1, 
#hamburger-container .bar2, 
#hamburger-container .bar3 {
    width: 28px;
    height: 4px;
    background-color: #004D9F;
    margin: 4px 0;
    transition: 0.4s;
}

.change .bar1 {
    /*-webkit-transform: rotate(-45deg) translate(-4px, 6px);*/
    transform: rotate(-45deg) translate(0, 11px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    /*-webkit-transform: rotate(45deg) translate(-4px, -4px);*/
    transform: rotate(45deg) translate(0, -11px);
}

/*Membership Panels*/
.panel-membership:hover,
.panel-membership:active,
.panel-membership:focus,
.panel-membership:visited {
    text-decoration: none;
    background-color: yellow;
}
.panel-membership .panel-title {
    color: #FFFFFF;
    text-decoration: none !important;
}
.panel-membership .panel-title:hover {
    text-decoration: none;
}

/* Membership Panel - Accredited Fellow */
.panel-accredited-fellow {
    border: 1px solid #f9eeee;
}
.panel-accredited-fellow .panel-heading {
    background-color: #b53d3d !important;
}
.fad-accredited-fellow {
    color: #b53d3d;
    font-weight: bold;
}

/* Membership Panel - Accredited Member */
.panel-accredited-member {
    border: 1px solid #eeedf5;
}
.panel-accredited-member .panel-heading {
    background-color: #5552a2 !important;
}
.fad-accredited-member {
    color: #5552a2;
    font-weight: bold;
}

/* Membership Panel - Accredidation Candidate */
.panel-accredidation-candidate {
    border: 1px solid #f4ecf4;
}
.panel-accredidation-candidate .panel-heading {
    background-color: #99469a !important;
}
.fad-accredidation-candidate {
    color: #99469a;
    font-weight: bold;
}

/* Membership Panel - Sustaining Member */
.panel-sustaining-member {
    border: 1px solid #e9f4f4;
}
.panel-sustaining-member .panel-heading {
    background-color: #2a9997 !important;
}
.fad-sustaining-member {
    color: #2a9997;
    font-weight: bold;
}

/* Membership Panel - Participating Member */
.panel-participating-member {
    border: 1px solid #eaf5ec;
}
.panel-participating-member .panel-heading {
    background-color: #359d46 !important;
}
.fad-participating-member {
    color: #359d46;
    font-weight: bold;
}

/* Membership Panel - General Member */
.panel-general-member {
    border: 1px solid #f4f5eb;
}
.panel-general-member .panel-heading {
    background-color: #949b38 !important;
}
.fad-general-member {
    color: #949b38;
    font-weight: bold;
}



/*
 *   results page map styles
 */
#results-map {
    width: 100%;
    height: 400px;
    position: absolute;
/*    top: 60px;*/
    left: 0;
    right: 0;
    z-index: 0;
}


/*
 *   results page main search bar
 */
.fad-search-bar {
    position: relative;
    height: 90px;
    width: 100%;
    background-color: #235fac;
    color: #F5F5F5;
    padding-top: 23px;
    text-align: center;
}

.fad-search-bar  input, .fad-search-bar select {
    margin: auto 7px;
    border: 1px solid #CFCFCF;
    border-radius: 1px;
    height: 35px;
    color: #75758B;
    color: #1A1A1A;
    margin: 0 10px !important;
    padding-left: 10px;
}

.fad-search-bar span {
    color: #ffffff;
}

#place2, #name2 {
    width: 200px;
}

#place, #name {
    width: 200px;
}

.fad-search-bar .fad-search-form-container {
    display: inline-block;
}
.fad-search-terms {
    color: #cccccc;
    font-size: .8em;
    text-align: right;
    padding: 7px 34px 0px 34px;
}
.fad-search-terms a {
    color: #FFFFFF;
    text-decoration: underline;
}

.fad-footer-logo {
    -webkit-filter: brightness(100);
    filter: brightness(100);
}

/*General Button Style*/
.fad-btn {
    color: #FFFFFF;
    background-color: #f7931e;
    border: none;
    border-radius: 1px;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    padding: 8px 20px 7px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.fad-btn:hover, .fad-btn:focus {
    transition: 0.3s;
    background-color: #f8a84a;
    text-decoration: none;
    color: #fff;
}

.mobile-search-handle {
    display: none;
    height: 35px;
    line-height: 35px;
    position: absolute;
    bottom: 0;
    font-size: 1.2em;
    cursor: pointer;
    width: 100%;
    padding-right: 15px;
    text-align: right;
}

#filter-trigger {
    border-radius: 1px;
    width: 100%;
    background-color: #CFCFCF;
}


/*
 *   results page bar just above the results
 */
.fad-result-bar {
    background-color: #235fac;
    color: #F5F5F5;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    z-index: 100;
    position: relative;
    margin: 290px 0 15px 0;
}


/*
 *   panel styles
 */
.fad-panel {
    background-color: #FFFFFF;
    width: 100%;
    border-radius: 1px;
    margin-bottom: 25px;
    /*border: 1px solid #e2e2e2;*/
}

.fad-panel-heading {
    padding: 15px;
    /*border-bottom: 1px solid #CFCFCF;*/
    font-weight: 600;
}

.fad-panel-heading:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 100%;
    border-bottom: 1px solid #CFCFCF;
    margin-top: 7px;
}

.fad-panel-heading i {
    color: #235fac;
}

.fad-panel-body {
    padding: 15px;
    overflow: auto;
}


/*
 *   member results styles
 */
.member-panel {
    cursor: pointer;
    display: flex;
}

.member-image {
    height: 100px;
    display: inline-block;
}

.member-info {
    margin-left: 15px;
    display: inline-block;
}

.member-distance {
    margin-left: auto;
}

.member-name {
    font-size: 1.2em;
    font-weight: bold;
    color: #000000;
}

.member-types {
    margin-top: 5px;
    margin-bottom: 15px;
}

.member-location {
    line-height: 100%;
}

.member-location label {
}

.member-box {
    padding: 0 15px;
    text-align: center;
    display: inline-block;
    background-color: #CFCFCF;
}


/*
 *   profile styles
 */
.btn-edit-profile {
    position: fixed;
    bottom: 50px;
    right: 50px;
    background-color: #235FAC;
    height:70px;
    width: 70px;
    border-radius: 35px;
    z-index: 2;
}
.btn-edit-profile > a {
    color: #ffffff;
    display: block;
    height: 100%;
    width: 100%;
    line-height: 70px;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
}
.btn-edit-profile:hover {
    background-color: #1c4d8c;
}

.fad-profile-bar {
    background-color: #235fac;
    color: #F5F5F5;
    width: 100%;
    height: 70px;
}

.fad-profile-bar .nav-text {
    margin-top: 10px;
    margin-left: 15px;
}

.fad-profile-bar .nav-text a {
    color: #ffffff;
    margin-top: 8px;
}

.profile-container {
    margin-top: -35px;
}

#profile-map {
    height: 237px;
}


/*Dentist Profile*/
.fad-profile-section {
    padding: 6px 0px;
}
.fad-dentist-information-top {
    margin-bottom: 20px;
}
h1.fad-dentist-name {
    color: #000000;
    font-size: 24px;
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: bold;
}
.fad-label {
    padding: 5px 10px;
    max-width: 170px;
    height: 26px;
    display: inline-block;
    text-decoration: none !important;
}

.fad-label p {
    color: #FFFFFF;
    font-size: 12px;
}

/*Membership Levels & Types - Color Labels*/
.fad-accredited-fellow-label {
    background-color: #b53d3d;
}
.fad-accredited-member-label {
    background-color: #5552a2;
}
.fad-accreditation-candidate-label {
    background-color: #99469a;
}
.fad-sustaining-member-label {
    background-color: #2a9997;
}
.fad-participating-member-label {
    background-color: #359d46;
}
.fad-general-member-label {
    background-color: #949b38;
}
.fad-dentist-label {
    background-color: #0071bc;
}
.fad-lab-technician-label {
    background-color: #29abe2;
}
.fad-resident-label {
    background-color: #0071bc;
}

.fad-dentist-contact {
    font-weight: 700;
    color: #000000;
}
.fad-dentist-contact .fa {
    color: #235fac;
}

/*Social Media Links*/
.fad-social-link-img img {
    height: 29px;
    width: 29px;
    border-radius: 5px;
    margin-top: -7px;
}

.fad-social-media-links {
    text-align: right;
}
.fad-social-media-links a:link {
    font-size: 35px;
}
.fad-social-media-links a:hover {
    text-decoration: none;
}

/*Social Media - Facebook*/
.fad-yelp-link {
    color: #D32323;
}
.fad-facebook-link {
    color: #3B5997;
}
.fad-facebook-link:hover {
    transition: 0.3s;
    color: #627aab;
}

/*Social Media - Twitter*/
.fad-twitter-link {
    color: #06C8F9;
}
.fad-twitter-link:hover {
    transition: 0.3s;
    color: #37d3fa;
}

/*Social Media - Youtube Plus*/
.fad-youtube-link {
    color: #FE0302;
}
.fad-youtube-link:hover {
    transition: 0.3s;
    color: #d56252;
}

/*Social Media - Linkedin*/
.fad-linkedin-link {
    color: #036698;
}
.fad-linkedin-link:hover {
    transition: 0.3s;
    color: #3584ac;
}

/*Social Media - Google Plus*/
.fad-google-link {
    color: #CB3C27;
}
.fad-google-link:hover {
    transition: 0.3s;
    color: #d56252;
}

.fad-pintrest-link {
    color: #BD081C;
}
.fad-pintrest-link:hover {
    transition: 0.3s;
    color: #db4e5e;
}

.fad-dentist-title {
    font-weight: 700;
    color: #000000;
}
.fad-dentist-description {

}


/*
 *   sort and filter related styles
 */
.sort select {
    padding: 7px;
    border: 1px solid #CFCFCF;
    border-radius: 1px;
    margin-left: 7px;
}

/*
*
*/


/*
 *   global helper styles -- needs to be at the bottom to override default styles
 */
#fad-footer {
    background-color: #1A1A1A;
    color: #808080;
    padding: 30px 0 10px 0;
    width: 100%;
}

#fad-footer a {
    color: #FFFFFF;
}

#fad-footer hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #808080;
    margin: 1em 0;
    padding: 0;
}


/*
 *   notice and warnings
 */
.warning, .notice  {  display: none; }
.alert {
    padding: 15px;
    margin-bottom: 20px;
    font-size: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.alert-danger {
    color: #FFFFFF;
    background-color: #ff7f7f;
    border: none;
}
.alert-success {
    color: #FFFFFF;
    background-color: #70cc70;
    border: none;
}
.close {
    color: #FFFFFF;
    opacity: 1;
}


/*
 *   main home page styles
 */
.fad-home-header-container {
    background: url('/custom/AACD/Images/FindADentist/main-map-banner.jpg') no-repeat;
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.fad-home-header-text {
    margin-top: 125px;
}

.fad-home-header-text h1.heading {
    font-size: 3.2em;
    font-weight: 700;
    line-height: 55px;
    color: #000000;
    margin-bottom: 0;
}

.fad-home-header-text h3.sub-heading {
    font-size: 1.45em;
    color: #808080;
    font-weight: normal;
}

.search-bar-home {
    margin-top: 100px;
}

.fad-home-mobile-search {
    display: none;
    padding: 15px;
    width: 100%;
    height: auto;
    background-color: #235fac;
}

.home-search-form input, .home-search-form select, .home-search-form button {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    height: 50px;
    padding-left: 10px;
    border-radius: 1px;
    border: 1px solid #CFCFCF;
    font-size: 16px;
}

.home-search-form button {
    background-color: #f7931e;
    color: #F5F5F5;
    font-size: 1.3em;
    border: none;
}

.icon-input {
    position: relative;
    color: #aaa;
    font-size: 18px;
    background-color: #ffffff;
}

.icon-input .fa {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    display: block;
    height: 50px;
    line-height: 50px;
    width: 40px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #CFCFCF;
    border-left: none;
}

/*
 *   global helper styles -- needs to be at the bottom to override default styles
 */
.showcase {
    position: relative;
    margin-bottom: 1em;
}

.showcase.showcase-bordered {
    border: 1px solid #bbb;
}

.showcase.showcase-rounded {
    border-radius: 5px;
}

.showcase a {
    border-radius: inherit;
}

.showcase:hover .overlay-hover {
    /*display: block !important;*/
    opacity: 1.0 !important;
}

.showcase:hover .overlay-hide {
    opacity: 0;
    transition: all 3000ms linear;
}

.showcase .image {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: inherit;
    width: 100%;
    padding-bottom: 100%;
    /*little hack*/
}

.showcase .image.image-top {
    background-position: center top;
}

.showcase .image.image-bottom {
    background-position: center bottom;
}

.showcase .image.image-portrait {
    padding-bottom: 150%;
}

.showcase .image.image-landscape {
    padding-bottom: 75%;
}

.showcase .overlay {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: inherit;
    cursor: pointer;
    /*opacity: 0.8;*/
    position: absolute;
    z-index: 1;
}

.showcase .overlay.overlay-gradient {
    background-color: transparent;
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
}

.showcase .overlay .content {
    color: #fff;
    font-family: "MyriadProCondensed";
    opacity: 1.0 !important;
    padding: 3px 6px;
}

.showcase .overlay .content a {
    color: #CCC;
}

.showcase .overlay .content a:hover {
    color: #CCC;
}

.showcase .overlay.overlay-full {
    height: 100%;
    left: 0;
    text-align: center;
    top: 0;
    width: 100%;
}

.showcase .overlay.overlay-full .content {
    font-size: 2em;
    line-height: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    white-space: pre-wrap;
}

.showcase .overlay.overlay-header {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    left: 0;
    top: 0;
    width: 100%;
}

.showcase .overlay.overlay-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    left: 0;
    bottom: 0;
    width: 100%;
}

.showcase .overlay.overlay-topleft {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    left: 0;
    top: 0;
}

.showcase .overlay.overlay-topright {
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    right: 0;
    top: 0;
}

.showcase .overlay.overlay-zoom {
    color: #EEE;
    height: 24px;
    width: 24px;
    border-radius: 12px;
    top: 5px;
    right: 5px;
    text-align: center;
    line-height: 24px;
    vertical-align: middle;
}

.showcase .overlay.overlay-zoom:before {
    font-family: FontAwesome;
    content: "\f0b2";
}

.showcase .overlay.overlay-zoom:hover {
    box-shadow: 0 0 1px 1px #C0C0C0;
}

.showcase .overlay.overlay-remove {
    background-color: #EEE;
    border-radius: 10px;
    height: 20px;
    right: 8px;
    text-align: center;
    top: 8px;
    width: 20px;
}

.showcase .overlay.overlay-remove:before {
    font-family: FontAwesome;
    content: "\f00d";
}

.showcase .overlay.overlay-remove:hover {
    background-color: #DDDDDD;
    box-shadow: 0 0 1px 1px #C0C0C0;
}

.showcase .overlay.overlay-hover {
    /*display: none;*/
    opacity: 0;
    transition: all 300ms linear;
}

.showcase .overlay.overlay-hide {
    transition: all 300ms linear;
}


/*
* Lightbox / profile images
*/
/* The Modal (background) */
#lightbox-modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

/* Modal Content */
#lightbox-modal .modal-content {
    position: relative;
    background-color: transparent;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 700px;
}

/* The Close Button */
#lightbox-modal .close {
    color: #ffffff;
    background-color: black;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

#lightbox-modal .close:hover,
#lightbox-modal .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
#lightbox-modal .prev,
#lightbox-modal .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
#lightbox-modal .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
#lightbox-modal .prev:hover,
#lightbox-modal .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text */
#lightbox-modal .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}



.fad-profile-section img.demo {
    opacity: 0.6;
}

.fad-profile-section .active,
.fad-profile-section .demo:hover {
    opacity: 1;
}

.fad-profile-section img.hover-shadow {
    transition: 0.3s
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}


/*
 *   global helper styles -- needs to be at the bottom to override default styles
 */
.small-text {
    font-size: .8em;
}

.drop-shadow {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.no-radius {
    border-radius: 0;
}

@media (max-width: 422px) {
    .aacd-logo img {
        height: 45px;
    }
    .mobile-header {
        font-size: 1.6em;
    }
}

@media (max-width: 1020px) {

    .aacd-logo {
        margin-top: 0;
        margin-bottom: 2px;
    }

    .mobile-header {
        display: block;
    }

    .fad-home-header-container {
        height: 300px;
    }

    .search-bar-home {
        margin-top: 60px;
    }


    .fad-home-header-text {
        margin-top: 30px;
    }

    .fad-home-header-text h1.heading {
        font-size: 2em;
        line-height: 50px;
    }

    .fad-home-header-text h3.sub-heading {
        font-size: 1em;
    }

    /*
     *   mobile menu
     */
    .fad-internal-menu {
        display: none;
        width: 85vw;
        position: absolute;
        left: 0;
        top: 0;
        background-color: #ffffff;
        z-index: 1;
    }

    .fad-internal-menu a {
        font-size: 1.1em;
    }

    /*
     *   search form media stuff
     */
    .fad-search-bar {
        height: 35px;
        line-height: 35px;
    }

    .fad-search-bar .fad-search-form-container {
        position: absolute;
        display: none;
        background-color: #FFFFFF;
        /*width: 100vw;*/
        width: 100%;
        left: 0;
        top: 35px;
        padding: 15px;
        border-bottom: 1px solid #CFCFCF;
        z-index: 2;
    }

    .fad-search-bar .fad-search-form-container input:first-child {
        margin-bottom: 10px !important;
    }

    .fad-search-bar .fad-search-form-container span.span-two::before {
        content: "\A";
        white-space: pre;
    }

    .fad-search-form-container span {
        color: #1A1A1A;
    }

    #results-map {
        top: 95px;
        height: 300px
    }

    .fad-result-bar {
        margin-top: 275px;
    }

    .mobile-search-handle {
        display: block;
    }

    #hamburger-container {
        display: inline-block;
    }

    .fad-home-header-text, .search-bar-home {
        display: none;
    }

    .fad-home-header-container {
        height: 85px;
    }

    .fad-home-mobile-search {
        display: block;
    }

    .fad-section-img {
        margin-bottom: 20px;
    }

    .fad-section,
    .fad-highlight-section {
        padding: 40px 0px;
    }

}

@media (max-width: 767px) {

    .fad-internal-menu a {
        margin: 0 0 0 10px;
        height: 27px;
        line-height: 27px;
        display: block;
        text-decoration: none;
    }
}

@media (max-width: 375px) {

    .fad-search-bar .fad-search-form-container input:first-child {
        width: 150px;
    }

    .fad-search-bar .fad-search-form-container span.span-two::before {
        content: "";
        white-space: normal;
    }

    .fad-search-bar .fad-search-form-container button {
        margin-top: 10px;
    }

    .member-distance {
        display: none;
    }

    .fad-home-header-text .heading {
        font-size: 1.3em;
        font-weight: 600;
        line-height: 40px;
    }

    .fad-home-header-text .sub-heading {
        font-size: .9em;
    }

}

.core_headerlinks, .core_headerlinks li, .core_headerlinks a, .core_headerlinks a:visited {
    color: white;
}

ul.core_headerlinks li.core_logout a, ul.core_headerlinks li.core_login a {
    color: #FFFFFF !important;
    background-color: #f7931e !important;
    border: none !important;
    border-radius: 1px !important;
    font-size: 14px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding: 8px 20px 7px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    width: auto;
}

ul.core_headerlinks li.core_logout a:hover, ul.core_headerlinks li.core_login a:hover {
    transition: 0.3s !important;
    background-color: #f8a84a !important;
    text-decoration: none !important;
    color: #fff !important;
}

