/*======= GLOBAL STYLES =======*/
* {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.section {
    margin-top: 2em;
    margin-bottom: 2em;
}

.section--narrow {
    margin-top: 1em;
    margin-bottom: 1em;
}

#main-container {
    margin-bottom: 1rem;
}

/*======= HEADER =======*/
.top-nav-desktop {
    background-color: #333;
    color: rgb(254, 254, 254);
}

.top-nav-menu {
    background: #fff;
    position: relative;
}

    .top-nav-menu .container {
        padding: 0;
    }

.nav-item.nav-search-button {
    margin-left: auto;
}

.top-header {
    background: #333;
}

.header__container {
    display: flex;
    align-items: flex-start;
    margin: auto;
    justify-content: space-between;
    flex: 1;
    width: 100%;
    padding: 0;
    height: 84px;
}

.header__links {
    align-self: center;
}
.header__links > .nav > .nav-item > .button {
    margin-right: 12px;
}
/* Navigation Items */
.top-nav-menu .nav-item.dropdown-toggle, .top-nav-menu .nav-item a.dropdown-toggle {
    color: #000;
}

.top-nav-menu .nav-item, .top-nav-menu .nav-item a {
    font-family: Raleway, sans-serif;
    font-weight: 500;
    font-size: 14px;
    transition: all 100ms linear;
    letter-spacing: 0;
}

    .top-nav-menu .nav-item:hover, .top-nav-menu .nav-item a:hover, .top-nav-menu .nav-item.show {
        background: #333;
        color: #DDD;
    }

.top-nav-menu > div > ul > li > .nav-link > span {
    font-weight: 600;
    color: #000;
}

.top-nav-menu .nav-item span i {
    font-weight: 600;
}

.top-nav-menu > div > ul > li.nav-item.show > .nav-link > span, .top-nav-menu > div > ul > li.nav-item > .nav-link:hover > span {
    color: #ddd;
}

.top-nav-menu > div > ul > li > .nav-link[aria-expanded="true"] {
    background: #333;
    color: #DDD;
}


.top-nav-menu .nav-search-button {
    background: #f8f9fa;
}

    .top-nav-menu .nav-search-button.active, .top-nav-menu .nav-search-button:hover {
        background: #777777;
        color: #ddd;
    }

        .top-nav-menu .nav-search-button.active a i {
            color: #fff;
        }

        .top-nav-menu .nav-search-button:hover i {
            color: #fff;
        }

    .top-nav-menu .nav-search-button a:hover {
        background-color: initial;
    }

.top-nav-persona-container {
    background: #ddd;
    border: none;
    position: relative;
    transition: all 100ms linear;
}

    .top-nav-persona-container > ul > li > .nav-link {
        color: #000 !important;
        font-family: Raleway, sans-serif;
        font-size: 14px;
        font-weight: 600;
        line-height: 24px;
        transition: all 200ms linear;
    }

    .top-nav-persona-container > ul > li:hover > a.nav-link {
        color: MenuText;
        text-decoration: underline;
    }

.nav__caption {
    font-family: Raleway;
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    color: rgb(55, 55, 60);
    margin-left: 15px;
}

.nav__logo {
    margin: auto;
}

    .nav__logo img {
        width: 265px;
    }

.top-nav-level2-menuItem-container div:first-child {
    width: min-content;
}

.icon__close {
    display: block;
    font-size: 46px;
    color: #dddddd;
}

.icon__search {
    color: #000;
    display: block;
    height: 40px;
    width: 30px;
}

.searchIcon:hover .icon__search {
    content: url('/img/icon_search.svg')
}

.nav-search-button.active .searchIcon .icon__search {
    content: url('/img/icon_times.svg');
}

a#skip_navigation_master_navigation {
    left: -999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    z-index: -999;
}

a#skip_navigation_master_navigation:focus, a#skip_navigation_master_navigationskip_main_navgation:active {
    left: auto;
    top: auto;
    height: auto;
    overflow: auto;
    width: 10%;
    margin: 10px 10%;
    padding: 5px;
    border: 1px solid #06c;
    background-color: #92bfe0;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 2px 2px 5px;
    text-align: center;
    font-size: 1em;
    z-index: 999;
}

/*======= MOBILE MENU =======*/
ul#mobileLinks {
    margin-bottom: 0;
}

.mobileMenuPersona {
    background-color: #333;
    color: rgb(254, 254, 254);
}

    .mobileMenuPersona .container {
        display: flex;
    }

    .mobileMenuPersona nav {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-flow: row;
    }

    .mobileMenuPersona .nav-link, .mobileMenuPersona span {
        color: #fff;
        padding: 0;
        font-family: Lato;
    }

    .mobileMenuPersona span {
        padding-right: 6px;
        padding-top: 1em;
        padding-bottom: 1em;
        color: #CCC;
        margin-right: 0;
        margin-left: 15px;
    }

    .mobileMenuPersona .nav-link {
        padding: 4px;
        font-size: 16px;
    }

        .mobileMenuPersona .nav-link:focus {
            background: #444;
        }
/*======= SEARCH CONTAINER =======*/
.search__container {
    position: absolute;
    left: 0;
    right: 0;
    top: 137px;
    display: none;
}

    .search__container .searchBarContainer {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
        display: flex;
        flex: 1;
        align-items: center;
        justify-content: space-between;
        align-content: center;
        padding: 1em;
        background: rgb(119, 119, 119);
    }

    .search__container .search-Results {
        position: absolute;
        left: 0 !important;
        right: 0 !important;
        margin: auto;
        min-height: 300px;
        display: none;
        will-change: transform;
        width: 100%;
        background-color: white;
        z-index: 99999;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    }

.searchBar__container {
    height: 38px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(206, 212, 218);
    border-radius: 4px;
    display: flex;
    flex: 1;
    align-items: center;
    align-content: center;
    padding: 0 1em;
}

    .searchBar__container:focus-within {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
    }

.searchBar__icon {
    color: #777777;
}

.searchBar__container .searchBar {
    border: none;
    display: flex;
    flex: 1;
}

.searchBar__container .search-control {
    display: flex;
    flex: 1;
    padding-left: 0.5em;
}

.searchBar__container input:focus {
    border: none !important;
    outline: none;
}

.searchResultsHeader {
    font-family: Raleway;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.searchResultItem a {
    font-family: Raleway;
    font-size: 14px;
    font-weight: 500;
}

.search__filter-container {
    background: rgb(238, 243, 245) !important;
    display: flex;
    flex-flow: row;
    align-items: center !important;
    align-content: center !important;
    justify-content: flex-start !important;
    z-index: 10;
    padding: 0.5em 1em !important;
    height: 36px;
}

    .search__filter-container .input-group {
        width: auto;
        margin-top: auto;
        margin-bottom: auto;
        margin-left: 1rem;
    }

        .search__filter-container .input-group label {
            color: rgb(33, 37, 41);
            font-family: Lato;
            font-size: 14px;
            font-weight: normal;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .search__filter-container .input-group label::before,
            .search__filter-container .input-group label::after {
                top: 2.4px;
            }

.search__filter-label {
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-family: Lato;
    font-weight: normal;
}

.search__filter-link {
    margin: auto;
    margin-right: 0;
}
/* Overrides */
.top-nav-menu .nav-item {
    position: unset;
}

li.full-width.dropdown > div.dropdown-menu {
    float: none;
    left: 0 !important;
    right: 0 !important;
    transform: initial !important;
    max-width: 1440px;
    margin: 0 auto;
    top: 56px !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

li > div.dropdown-menu.show {
    background: #333;
    color: #fff;
    border: none;
}

.dropdown-menu.show .nav-item a {
    color: #fff;
}

.dropdown-menu > .nav > .nav-item {
    padding-left: 1em;
    background: none;
}

    .dropdown-menu > .nav > .nav-item > a {
        color: #79edff;
        background: none;
    }

.top-nav-level2-menuItem-container > div > .nav > li > button, .top-nav-level2-menuItem-container > div > .nav > li > a.nav-link {
    background: #f8f9fa;
    font-weight: 400;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-between;
}

    .top-nav-level2-menuItem-container > div > .nav > li > button:hover,
    .top-nav-level2-menuItem-container > div > .nav > li > a.nav-link:hover {
        background: #444;
        color: #DDD;
    }

.top-nav-level2-menuItem-container > div > .nav > li > a:not(.nav-link) {
    color: rgb(121, 237, 255);
    background: none;
}

.top-nav-level2-menuItem-container > div > .nav > li > button.menuItem-level2-active {
    background: #333;
    color: #fff;
    font-weight: 600;
}

li.dropdown-submenu button.menuItemLevel3, li.dropdown-submenu button.menuItemLevel4 {
    background: #333;
    color: #fff;
    border: 1px solid #fff;
    padding-left: 16px;
}

.full-width.dropdown > .dropdown-menu {
    min-height: 366px;
}

.dropdown-submenu > .dropdown-menu {
    margin: auto
}

.dropdown-item--light {
    color: rgb(248, 249, 250);
}

.dropdown-item--wide {
    padding: 1em 0.75em!important;
}

/*======= FOOTER =======*/
.footer__container {
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    font-family: "Raleway", "Lato", "Open Sans", sans-serif;
    position: relative;
}

.footer__container--dark {
    background: #333333;
    color: #fff;
}

.footer__container--dark-gray {
    background: #555555;
    color: #fff;
}

.footer__logo {
    margin-bottom: 2em;
    display: block;
}

.footer__title {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 1em;
}

.footer__section-title {
    font-family: "Raleway", "Lato", "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 1em;
}

.footer__section-body p {
    font-family: "Raleway", "Lato", "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.footer__section-actions {
    margin-top: 2em;
}

.footer__section-copyright {
    line-height: unset;
    align-self: center;
}

.footer__section-external-links .button {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    font-family: "Raleway", "Lato", "Open Sans", sans-serif;
}

.footer-image__link {
    display: flex !important;
    flex-direction: column;
    flex: 1;
    align-content: space-between;
    justify-content: space-between;
    height: 100%;
}

    .footer-image__link img {
        margin: auto;
    }

.footer-links a {
    color: #7bbfff;
    font-family: Raleway;
}

.footer-link-block {
    font-family: Raleway;
}

.footer-copywrite {
    font-family: Raleway;
}

.footer__section-copyright .link {
    font-size: 13px;
    font-family: Raleway;
}
.footer__section-copyright .link:hover {
    color: #fff;
}

 .footer-copywrite {
     font-size: 13px;
 }
/*======== HEADINGS ========*/
h1, h2, h3, h4, h5, h6 {
    font-family: Raleway;
}

.heading {
    color: rgb(0, 54, 78);
    margin-bottom: 0.5em;
    display: block;
}

.heading--underlined {
    border-bottom: 1px solid rgb(175, 194, 204);
    line-height: 32px;
}

.heading__large {
    font-size: x-large;
    font-family: "Roboto Slab";
    font-weight: normal;
}

.heading--bold {
    font-weight: bold;
}

.heading--green {
    color: rgb(67, 130, 28);
}

.heading--gray {
    color: rgb(102, 102, 102);
}

.heading--spaced {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.heading__small {
    color: rgb(0, 54, 78);
    font-family: Lato;
    font-size: large;
    font-weight: 600;
}

.heading__small--bold {
    font-weight: 700;
}

.heading__small--black {
    font-weight: 900;
}

.heading__callout {
    color: rgb(0, 54, 78);
    font-family: Raleway;
    font-size: large;
}

.heading__sub-heading {
    font-family: "Roboto Slab";
    font-weight: bold;
}

.heading--raleway {
    font-family: Raleway;
}

.grid__heading h1 {
    font-size: x-large;
    font-weight: 600;
    font-weight: bold;
}

/*======= BREADCRUMBS =======*/
.breadcrumb {
    padding-left: 0;
}

.breadcrumbs ol {
    background: none;
    padding: 0;
    margin-bottom: 10px;
}

.breadcrumb__link {
    font-size: 13px;
    font-family: Raleway;
    font-weight: 400;
    color: #AAA;
}

    .breadcrumb__link.active {
        color: #AAA;
    }

    .breadcrumb__link a {
        color: rgb(238, 238, 238);
        transition: all 200ms linear;
        font-size: 13px;
        font-family: Raleway;
        font-weight: 400;
    }

.breadcrumb__link--dark.active, .breadcrumb__link--dark a {
    color: #6c757d;
    font-weight: 500;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "\f054";
    font: normal normal normal 12px/1 FontAwesome;
}

.background--gray {
    background: #EEE;
}

.background--dark-gray {
    background: #333;
    color: #fff;
}

.container {
    position: relative;
}

/*======= OVERLAY =======*/
.overlay--tile::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url("/media/1052/tile-overlay.svg");
    top: 0;
    left: 0;
    opacity: 0.8;
}

/*======= LINKS =======*/
.link-list {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

    .link-list .link {
        line-height: 32px;
        font-size: 15px;
    }
.link-list--narrow .link {
    line-height: inherit;
}

.link__image {
    display: block;
    width: 100%;
}

/*======= IMAGE =======*/
.image--initial-width {
    width: inherit;
}

.bold {
    font-weight: bold;
}

/*====== TABLE ======*/
.table__row td {
    font-size: 14px;
}

.table__head-row th {
    font-weight: bold;
    text-align: center;
    font-size: 13px;
}

/*====== AUTO FORMATTING ROW ======*/
.row--bordered .col {
    border: 1px solid rgb(222, 226, 230);
    padding-top: 1em;
    padding-bottom: 1em;
}

.row-auto-format {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    flex-flow: row wrap;
    flex: 1;
}

    .row-auto-format .col {
        margin-bottom: 0.75em;
        height: 100%;
    }

/*====== DATATABLES ======*/
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    font-family: FontAwesome !important;
}

/*====== MOBILE NAV ======*/
.nav-mobile {
    background: url("/media/1051/overlay.svg") center center repeat #fff;
    position: relative;
}

.nav-search-button--centered {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.nav-search-button.active {
    background: rgb(119, 119, 119);
}

.menu-icon {
    padding: 0.25em 1em;
}

#mobileLinks {
    display: none;
}

.parent-link .dropdown-toggle {
    white-space: initial;
}

.top-nav-menu > div > ul > li > a {
    max-width: 210px;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: flex-start;
    height: 56px;
}

.top-nav-menu > div > ul > li > .nav-link > span {
    margin-top: -5px;
}

.image--centered {
    padding: 0.5em;
}

@media only screen and (max-width: 576px) {
    .mobileMenuPersona .nav-link {
        font-size: small;
    }
}

@media only screen and (max-width: 991px) {

    /*====== NAVIGATION MENU ======*/
    .header__container {
        align-items: center;
    }

    .header__links {
        align-self: center;
    }

    .top-nav-menu {
        display: none;
    }

    .nav-search-button {
        background: #f8f9fa;
    }

    .header__links .nav-link {
        font-size: 14px;
        font-family: Raleway;
        letter-spacing: 0;
    }

    .top-nav-header-container > div:nth-child(2) > ul > li:not(:nth-child(4)) {
        margin-right: initial;
    }

    .nav__logo img {
        width: 195px;
    }

    .nav__logo {
        padding: 0;
    }

    .search__container {
        top: 135px;
    }

    /*===== Mobile Menu =======*/

    #mobileLinks li {
        background: #d8d8d8;
        border: 1px solid #979797;
        display: flex;
        align-items: center;
    }

    #mobileLinks li a {
        text-decoration: none;
        color: #343a40;
        padding-left: 35px;
        display: flex;
        flex: 1;
        align-items: center;
        justify-content: stretch;
        padding: 10px 2em;
    }

    #mobileLinks li span {
        float: right;
        padding-right: 40px;
    }

    #mobileLinks li span > i {
        color: #868e96;
    }

    #mobileHeader {
        padding: 10px;
        align-items: center;
        justify-content: space-between;
    }

    #mobileHeader label {
        margin: auto;
    }
    .top-nav-mobile ul#mobileLinks {
        padding: 0;
        border: 1px solid rgb(151, 151, 151);
    }


    #mobileLinks a > span > i {
        color: rgb(134, 142, 150);
    }

    #mobileHeader {
        text-align: center;
    }

        #mobileHeader > a {
            position: absolute;
            left: 61px;
        }

    #mobileToggleContainer {
        height: 35px;
        background: rgb(52, 58, 64);
        border-radius: 0px;
        display: flex;
    }

        #mobileToggleContainer div:not(:first-child) a {
            color: rgb(255, 255, 255);
            padding-right: 45px;
        }

            #mobileToggleContainer div:not(:first-child) a:nth-child(2) {
                display: inline-block;
                background: rgb(134, 142, 150);
                height: 35px;
                width: 68px;
            }

                #mobileToggleContainer div:not(:first-child) a:nth-child(2) > i {
                    color: rgb(0, 0, 0);
                    margin-left: 25px;
                    margin-top: 10px;
                }

        #mobileToggleContainer a > span {
            float: left;
            margin-top: 2px;
            margin-left: 30px;
            color: rgb(0, 0, 0);
        }

        #mobileToggleContainer div.mobileMenuCollapsed > a > span > i {
            color: rgb(255, 255, 255);
        }

    /*.top-nav-mobile div:nth-child(2) ul > li > a {
        padding-left: 4px
    }*/
    .top-nav-mobile div:nth-child(2) ul > li > a > span {
        padding: 0px;
    }

    #mobileHeader {
        color: rgb(52, 58, 64);
        font-size: 16px;
        font-family: Lato;
        font-weight: bold;
        text-align: center;
        letter-spacing: 0px;
    }


        #mobileHeader a {
            font-size: 13px;
            color: rgb(52, 58, 64);
            text-decoration: none;
        }

    #mobileLinks li.mobileNoAdditionalLink {
        background-color: rgb(255, 255, 255);
        border: none;
    }

        #mobileLinks li.mobileNoAdditionalLink > a {
            color: rgb(0, 123, 255);
        }

    #mobilePersona > ul > li:first-child {
        font-size: 14px;
        font-style: italic;
    }

    #mobilePersona > ul > li {
        color: rgb(0, 0, 0);
        font-size: 16px;
        font-family: Lato;
        font-weight: normal;
        line-height: 24px;
        background-color: rgb(255, 255, 255);
        border: none;
        min-width: 70px;
        height: 28px;
    }

    #mobilePersona .dropdown {
        min-width: 83px;
        height: 38px;
        background: rgb(248, 249, 250);
        border-radius: 4px;
        margin-right: 10px;
        border: none;
    }

    .top-nav-mobile > div:nth-child(5) {
        border-bottom: 1px solid rgb(134, 142, 150);
        height: 40px;
    }

    #mobileToggleContainer div.mobileMenuOpen ~ a > span > i {
        color: rgb(52, 58, 64);
    }

    .top-nav-mobile {
        position: relative;
    }

    .mobileMenuPersona > ul > li:first-child {
        margin-top: 7px;
        height: 0px;
    }

    .mobileMenuPersona span {
        color: rgb(55, 55, 60);
        font-size: 14px;
        font-style: italic;
        margin-left: 31px;
    }

    .mobileMenuPersona > ul > li > button {
        background: rgb(248, 249, 250);
        border-radius: 4px;
        font-family: Lato;
        font-size: 16px;
        font-weight: normal;
        line-height: 24px;
        border: none;
        height: 38px;
        width: 83px;
        margin-left: 20px;
    }

    .mobileMenuPersona > ul > li > button > i {
        margin-left: 4px;
    }

    .mobileMenuPersona > ul > li:nth-child(3) > a, .mobileMenuPersona > ul > li:nth-child(2) > a, .mobileMenuPersona > ul > li:nth-child(4) > a {
        color: #0056b3
    }
}

@media only screen and (max-width: 767px) {
    .logo img {
        width: 200px;
    }

    .nav__logo--mobile {
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        flex: 1;
        margin: auto;
    }

        .nav__logo--mobile img {
            width: 150px;
        }

    .nav__logo img {
        width: 160px;
    }
    .nav__brand {
        margin: auto;
        width: 185px;
    }

    .top-nav-mobile div:nth-child(2) ul {
        margin: auto;
    }

    .top-nav-mobile > div:first-child div > a {
        padding: 0;
    }

        .top-nav-mobile > div:first-child div > a.dropdown-item {
            padding: 0.25rem 1.5rem;
        }

    .top-nav-menu .nav {
        display: flex;
        align-items: flex-start;
        flex: 1;
        flex-flow: column nowrap;
    }

    .header__links > .nav > .nav-item > .button {
        margin-right: 5px;
    }

    .header__links > .nav > .nav-item:last-of-type > .button {
        margin-right: initial;
    }

        .nav__vertical-item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            align-content: center;
            padding: 10px 20px;
        }

    .slider .home-banner-header, .slider .slider__title {
        font-size: xx-large !important;
    }

    .slider__slide {
        padding: 2em;
    }

    .background--gray-white {
        background: #fff;
    }

    .background--dark-gray {
        background: #333;
    }

    .mobileMenuIcon {
        color: #fff;
        display: flex;
        align-items: center;
        flex: 1;
        height: 100%;
        padding-left: 1em;
        padding-right: 1em;
        height: 102%;
        text-decoration: none !important;
    }

        .mobileMenuIcon:hover {
            color: #fff;
        }

    .mobileMenuOpen .mobileMenuIcon {
        background: #fff;
        color: rgb(52, 58, 64);
    }

    .top-nav-persona-container {
        width: 100%;
        padding: 0;
        padding-left: 10px;
    }

    .top-nav-persona-container .nav .nav-item a {
        padding: 0.5rem 0.25rem;
    }

    .top-nav-persona-container .container {
        padding: 0;
        width: 100%;
    }

    .nav__caption {
        margin-left: 0;
    }

/*nav mobile*/
    .nav-mobile .container {
        width: 100%;
    }
    .nav-search-button {
        width: 60px;
    }

    .search__filter-container {
        height: auto;
    }

    .footer__section-copyright {
        display: flex;
        align-items: flex-start;
        justify-content: space-around;
        flex-flow: column wrap;
        font-weight: 500;
    }

    .footer-copywrite {
        color: #AAA;
        font-size: 13px;
    }

    .footer__section-copyright .link {
        margin-top: 0.25em;
        margin-bottom: 0.25em;
    }

    .footer__section-copyright .divider {
        display: none;
    }

}

@media only screen and (min-width: 768px) {
    .d-md-list-item {
        display: list-item!important;
    }
}

@media only screen and (min-width: 992px) {

    .background--gray-white {
        background: linear-gradient(90deg, rgba(239,239,239,1) 0%, rgba(239,239,239,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
    }

    .top-nav-desktop {
        display: grid;
    }

    .nav-mobile {
        display: none;
    }

    .top-nav-mobile {
        display: none;
    }

    .top-nav-menu > div > ul > li > a {
        padding: 0.25em 0.75rem;
    }

    .nav-search-button {
        margin-left: auto;
    }

    .nav-search-button .searchIcon {
        padding: 0.5em 1em;
    }
    
}

@media only screen and (min-width: 1200px) {
    .top-nav-menu > div > ul > li > a {
        max-width: unset;
        padding: 0.5em 0.75em;
    }

    .top-nav-menu > div > ul > li > .nav-link > span {
        margin-top: 0;
    }

    .nav-search-button{
        margin-left: auto;
    }
    
}
