.main-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header {
    position: relative;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.11);
}

.home-banner-content {
    background-color: rgba(4, 28, 44, 0.9);
    padding: 10px 15px 15px;
}

.global-search {
    width: 100%;
    position: absolute;
    top: 100%;
    z-index: 9999;
    background: #FFF;
    left: 0;
    width: 100%;
    display: none;
}

.global-search ul {
    margin: 0;
    padding: 10px;
    display: flex;
}

.global-search li {
    list-style-type: none;
}

.global-search li:first-child {
    background: #fff;
    /* padding: 10px; */
    width: 100%;
}

.global-search li:last-child {
    margin-left: auto;
}

#search::placeholder {
    color: #041C2C;
}

.global-search li input[type="text"] {
    font-family: 'Raleway', sans-serif;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    border: solid 1px #CCC;
    text-transform: uppercase;
}

.global-search li button[type="submit"] {
    width: 50px;
    color: #FFF;
    border: none;
    height: 100%;
    min-height: 41px;
    background: #041C2C;
    text-align: center;
}

.global-search li button[type="submit"] span {
    background: url(/Thomasville/images/global/sprite_image_mobile.png) no-repeat;
    background-position: -162px -77px;
    height: 24px;
    display: inline-block;
    width: 17px;
}

.TVL-logo {
    width: 255px;
    height: 50px;
}

img.xs-logo {
    display: none;
}

.mb-logo {
    margin: 2px 0 0 4px;
    position: relative;
    left: -4px;
    line-height: 26px;
}

.utility-nav-wrapper {
    background: #797D82;
}

.utility-nav {
    display: flex;
    justify-content: space-between;
    height: 46px;
    align-items: center;
    max-width: 1330px;
    margin: 0 auto;
}

.utility-nav nav {
    width: auto;
    /*max-width: 470px;*/
}

.utility-nav ul {
    padding: 0;
    margin: 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.utility-nav li {
    list-style-type: none;
    margin-right: 20px;
    padding: 4px 0 3px 6px;
}

.utility-nav li:last-child {
    margin-right: 0;
}

.utility-nav li a {
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    vertical-align: middle;
}

i.favorites {
    display: inline-block;
    background: url(/Thomasville/images/global/sprite_image.png) no-repeat -180px -35px;
    height: 14px;
    width: 19px;
    position: relative;
    top: 2px;
    margin-right: 3px;
}

.nav-pdf {
    display: inline-block;
    background: url(/Thomasville/images/global/sprite_image.png) no-repeat -202px -33px;
    height: 17px;
    width: 25px;
    position: relative;
    top: 1px;
    margin-right: 3px;
}

.make-appoint {
    display: inline-block;
    background: url(/Thomasville/images/global/sprite_image.png) no-repeat -210px -112px;
    height: 24px;
    width: 23px;
    position: relative;
    top: 2px;
    margin-right: 3px;
    margin-bottom: -8px;
}

.sidr {
    text-transform: none;
    top: 50px;
    position: absolute;
}

#search-heading {
    text-transform: uppercase;
    cursor: pointer;
}

@media (max-width: 767px) {
    .utility-nav li a {
        font-size: 0;
    }
    .utility-nav li {
        margin-right: 0;
    }
    .mn-lang.lang-switch {
        padding-left: 10px;
    }
    .utility-nav .mn-hd-logo {
        padding-top: 10px;
    }
    nav i.favorites {
        background: url(/Thomasville/images/global/m-fav.png) no-repeat;
        height: 19.5px;
        width: 19.5px;
        background-size: 19.5px
    }
    nav i.nav-pdf {
        background: url(/Thomasville/images/global/m-pdf.png) no-repeat;
        height: 20px;
        width: 14.5px;
        background-size: 14.5px;
    }
    .utility-nav li .mobile-search a {
        background: url(/Thomasville/images/global/m-search.png) no-repeat;
        width: 20px;
        height: 20px;
        background-size: 20px;
    }
    li.mn-search {
        display: none;
    }
    .utility-nav li {
        padding: 4px 0 3px 15px;
    }
    .mn-mobile-search {
        margin-top: -5px;
    }
}

@media (max-width: 991px) {
    .utility-nav {
        padding: 0 13px;
        height: 50px;
    }

    .main-nav-wrapper {
        background-color: #fff;
        padding: 14px 13px;
    }

    .menu-icon {
        display: block;
        background: url(/Thomasville/images/global/sprite_image_mobile.png) no-repeat;
        background-position: -9px -14px;
        width: 33px;
        height: 23px;
    }

    .TVL-logo {
        /* margin-left: auto; */
        text-align: center;
        margin: 0 auto;
    }

    .mobile-location {
        width: 25px;
        margin-left: auto;
    }

    .global-search {
        top: auto;
    }

    /*.menu-icon span {
        display: block;
        background: #58595b;
        height: 7px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        margin-bottom: 5px;
    }*/
    .menu-icon span:last-child {
        margin-bottom: 0;
    }

    .main-nav nav,
    .TVL-ham-logo {
        display: none;
    }

    .TVL-gray {
        padding: 15px;
        max-width: 120px;
        margin: 0 auto;
        display: block;
    }

    h1 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .mobile-search a {
        display: inline-flex;
        background: url(/Thomasville/images/global/sprite-images.png) no-repeat -187px -14px;
        height: 15px;
        width: 14px;
        position: relative;
        vertical-align: middle;
        border: none;
        outline: none;
        cursor: pointer;
    }

    .mobile-close {
        width: 30px;
        margin: 30px 0 0 30px;
        background: url(/Thomasville/images/global/sprite_image_mobile.png) no-repeat;
        background-position: -53px -13px;
        width: 25px;
        height: 25px;
        margin-bottom: 35px;
    }

    .mobile-brand-logo {
        width: 100%;
    }

    .mobile-location a {
        background: url(/Thomasville/images/global/sprite-images.png) no-repeat;
        background-position: -203px -294px;
        width: 23px;
        height: 33px;
        display: block;
    }

    .sidr ul li.geo-overlay {
        display: none;
    }

    .sidr ul li:last-of-type {
        border-bottom: none;
    }

    .sm-search {
        display: none;
    }

    /* .utility-nav nav li:nth-child(2),
    .utility-nav nav li:nth-child(5)
    {
        display: none;
    }

    .sidr-inner:nth-child(3) li i,
    .sidr-inner:nth-child(3) li:first-child,
    .sidr-inner:nth-child(3) li:nth-child(3),
    .sidr-inner:nth-child(3) li:nth-child(4),
    .sidr-inner:nth-child(3) li:nth-child(5) {
        display: none;
    } */
    .sidr-inner i, .mn-appointment {
        display: none;
    }
    .utility-nav li.mn-favorites {
        margin-right: 0;
    }
    .sidr-inner li.mn-no-border{
        border: none;
    }
    .sidr-inner li[class^="mn-"]:not(.mn-show) {
        display: none;
    }

    

    .sidr-inner:nth-child(3) {
        margin-bottom: 15px;
    }

    .sidr-inner:nth-child(2) li:last-child {
        border-bottom: 1px solid rgba(99, 98, 101, 0.2);
    }

    #search-heading {
        display: none;
    }

}

@media (min-width: 992px) {
    h1 {
        font-size: 40px;
        margin-bottom: 28px;
        line-height: 1.3;
    }

    .TVL-ham-logo,
    .menu-icon,
    .mobile-search,
    .mn-mobile-search {
        display: none;
    }

    .main-nav-wrapper {
        background: #FFF;
    }

    .main-nav {
        display: flex;
        /* padding: 0 35px; */
        justify-content: space-between;
        align-items: center;
        max-width: 1330px;
        margin: 0 auto;
    }

    .main-nav nav {
        padding: 0;
        width: 100%;
        margin: 30px 0 0;
    }

    .main-nav ul {
        display: flex;
        padding: 0;
        margin: 0;
        justify-content: space-between;
    }

    .main-nav li {
        list-style-type: none;
        max-width: 150px;
        /* border-bottom: solid 5px #FFF; */
        /* padding-bottom: 15px; */
    }

    .main-nav li.active {
        /* border-bottom: solid 5px #041C2C;
        transition: all 0.2s; */
    }

    .main-nav li:after {
        content: '';
        display: block;
        margin: auto;
        margin-top: 15px;
        height: 5px;
        width: 0px;
        background: transparent;
        transition: width .3s ease, background-color .3s ease;
    }

    .main-nav li:hover:after,
    .main-nav li.active:after {
        width: 100%;
        background: #041C2C;
    }

    .main-nav a {
        text-decoration: none;
        color: #59585d;
        font-weight: 700;
        font-size: 13px;
    }

    #search-submit {
        display: inline-flex;
        background: url(/Thomasville/images/global/sprite-images.png) no-repeat -187px -14px;
        height: 15px;
        width: 14px;
        position: relative;
        vertical-align: middle;
        border: none;
        outline: none;
        cursor: pointer;
    }

    #search-heading {
        color: #fff;
        margin-left: 10px;
        font-size: 13px;
    }

    .location {
        display: inline-block;
        background: url(/-/media/TVL/Common/location-d.png) no-repeat;
        height: 14px;
        width: 10px;
        position: relative;
        top: 2px;
        margin-right: 3px;
        background-size: contain;
    }

    .utility-nav li.cobrand-util {
        position: relative;
        margin-right: 45px;
        width: 170px;
        font-weight: 700;
    }

    .utility-nav li.cobrand-util>a {
        padding-left: 10px;
    }

    .utility-nav ul .cobrand-util ul {
        position: absolute;
        top: 28px;
        z-index: 9;
        background: #FFF;
        flex-direction: column;
        width: 149px;
        border: solid 1px #CCC;
        left: 0;
        padding: 0 10px;
        display: none;
        border-top: none;
    }

    .utility-nav ul .cobrand-util li {
        border-bottom: solid 1px #CCC;
        padding: 15px 0;
    }

    .utility-nav ul .cobrand-util li:last-child {
        border-bottom: none;
    }

    .utility-nav ul .cobrand-util li a {
        color: inherit;
        text-transform: none;
        font-weight: 600;
    }

    .utility-nav li.cobrand-util:hover ul {
        display: block;
    }

    .utility-nav ul .cobrand-util:hover {
        background: #FFF;
        border-bottom: none;
    }

    .utility-nav ul .cobrand-util:hover>a {
        color: #df9c95;
    }

    .search {
        width: 0;
        border: none;
        transition: all 0.5s;
        padding: 4px;
        font-size: 14px;
        background: transparent;
    }

    .search-expand {
        width: 200px;
        transition: all 0.5s;
        padding: 4px;
        margin-left: 30px;
        background: #FFF;
    }
    .sidr {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* .utility-nav li:nth-child(3) {
        margin-right: 0;
    } */
    .utility-nav li.mn-favorites::after {
        content: "|";
        display: inline;
        color: #fff;
        margin-left: 8px;
    }
    .utility-nav nav li i {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .main-nav nav {
        max-width: 750px;
        margin-left: auto;
    }

    .main-nav a {
        font-size: 12px;
    }
}

@media (min-width: 1200px) {
    .main-nav nav {
        max-width: 1020px;
        margin-left: auto;
    }

    .main-nav a {
        font-size: 15px;
        font-family: 'Raleway', sans-serif;
        font-weight: 600;
        color: #041C2C;
        font-kerning: none;
        letter-spacing: .5px;
    }

    .utility-nav li {
        margin-right: 40px;
    }

    .utility-nav .sm-search li {
        margin-right: 10px;
        padding: 0;
    }

    .utility-nav ul .cobrand-util li, .utility-nav li.mn-search {
        margin-right: 0;
    }
}
@media (min-width: 1025px) and (max-width: 1400px) {
    .utility-nav, .main-nav {
        width: 90%;
    }
}

@font-face {
    font-family: "Avenir LT W01 45 Book";
    src: url("/Styles/Fonts/212ab03d-5db2-4d6a-b94c-171cc702aa51.eot?iefix");
    src: url("/Styles/Fonts/2cac77ec-9bc0-4ee7-87e4-27650190744f.woff") format("woff"),url("/Styles/Fonts/aaf11848-aac2-4d09-9a9c-aac5ff7b8ff4.ttf") format("truetype"),url("/Styles/Fonts/294099f3-8d00-4676-afc5-5e9d8d43ad69.svg#294099f3-8d00-4676-afc5-5e9d8d43ad69") format("svg");
}

div.cc-window{
    background: #fff !important;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.5);
    max-width:100% !important;
    align-items:center;
}

div.cc-window .cc-message{
    font-family: "Avenir LT W01 45 Book";
    font-size: 13px;
    color: #636363;
}

div.cc-window .cc-compliance .cc-btn {
    font-family: "Avenir LT W01 45 Book";
    font-size: 13px;
    background: #636363;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 2px;
    letter-spacing: 2px;
}

div.cc-window .cc-compliance .cc-btn:hover {    
    background: #808080;
}

div.cc-window .cc-message [aria-label='privacy policy']{
    color: #5e88a2;
}