/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

@media screen and (max-width: 47.99875em) {
    .flexible__contact-primary .manual {
        margin-top: 0px;
    }
}

.flexible__contact-primary .manual {
    margin-bottom: 0;
    margin-top: 0;
}

/* FALLBACK FONTS ********** billie mead */

.header-menu>li>a {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
}
.header-menu>li:last-child {
    width: 50.59px;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Bold.woff2') format('woff2'),
        url('fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Regular.woff2') format('woff2'),
        url('fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.poppins_font {
    font-family: "Poppins", "Arial", sans-serif;
}
.poppins_bold_font {
    font-family: "Poppins", "Arial", sans-serif;
    font-weight: bold;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
body {
    font-family: "Poppins", Arial, sans-serif;
}

/* DROP DOWN MENU OVERRIDE ********** billie mead */

.dropdown.menu>li.opens-right>.is-dropdown-submenu {
    top: 100%;
    right: -64px !important;
    left: auto !important;
}

/* LEADERSHIPS ********** billie mead */

.flexible__leaderships .leader-outer {
    margin-bottom: 41px;
}

.flexible__leaderships .leader-inner {
    background-color: #EBEBEB;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    -webkit-box-orient: vertical; 
    -webkit-box-direction: normal; 
        -ms-flex-direction: column; 
            flex-direction: column;
    padding: 0;
    border-radius: 4px;
    height: 100%;
}

.flexible__leaderships .leader-link img {
    border-radius: 4px 4px 0 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flexible__leaderships .leader-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.flexible__leaderships .leader-inner:hover .text2 {
    background-color: #0166B3;
    color: #fff;
    border-radius: 0 0 4px 4px;
}

.flexible__leaderships .leader-inner .text2 {
    color: #000;
    padding-left: 19px;
    padding-right: 16px !important;
    padding-bottom: 14px;
    border-radius: 0 0 4px 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.flexible__leaderships .leader-inner .title {
    font-size: 17px;
    padding-top: 18px;
    font-weight: 600;
    margin-bottom: 2px;
}

.flexible__leaderships .position {
    font-weight: 400;
    font-size: 13px;
}

/* SINGLE LEADERSHIPS ********** billie mead */ 
.single__leaderships {
    margin-top: 99px;
    margin-bottom: 90px;
}

/* LOCATIONS GRID ********** billie mead */
.flexible__locations-grid .office__grid .office {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.facility-type-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
}
.term {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px !important;
    margin-top: 22px !important;
}

/* MAP IMAGE ********** billie mead */
#locationsMap > div > picture.desktop-map-image > img {
    width: 100%;
    border-radius: 3px;
}
#locationsMap > div > picture.mobile-map-image > img {
    border-radius: 3px;
}
.map__image {
    margin-top: 0px !important;
    margin-bottom: 55px !important;
}

.desktop-map-image,
.mobile-map-image {
    border-radius: 3px;
}

@media only screen and (min-width: 500px) {
    .mobile-map-image {
        display:none;
    }
    .desktop-map-image {
        display:block;
        border-radius: 3px;
    }
}
@media only screen and (max-width: 500px) {
    .mobile-map-image {
        display:block;
    }
    .desktop-map-image {
        display:none;
    }
}

/* HEADER FIXES ********** billie mead */

@media (max-width: 1378px) {
    .header-menu>li>a {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1380px) {
    .dropdown a {
        font-size: 16px !important;
        padding-left: 15px !important;
        line-height: 1.5 !important;
    }
    .header-menu>li:nth-child(1n+7) a {
        padding: 0 6px;
        font-size: 13px !important;
    }
    .logo img {
        max-width: 300px;
    }
}

/* FOOTER FIXES ********** billie mead */

.flexible__footer p {
    padding: 10px 12px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media only screen and (min-width: 0px) and (max-width: 575px) {
    .flexible__content-black .address,
    .flexible__content-black .mail,
    .flexible__content-black .tel {
        -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
                justify-content: center !important;
        margin: 0 !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 805px) {
    .flexible__content-black .address,
    .flexible__content-black .tel,
    .flexible__content-black .mail {
        margin-right: 2% !important;
        -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
                justify-content: center !important;
        margin-right: 2% !important;
    }
}

@media only screen and (min-width: 806px) and (max-width: 1074px) {
    .flexible__content-black .address,
    .flexible__content-black .mail,
    .flexible__content-black .tel {
        -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
                justify-content: center !important;
        margin: 0 15px 0 15px!important;
    }
}

@media only screen and (min-width: 1074px) {
    .flexible__content-black .address,
    .flexible__content-black .mail,
    .flexible__content-black .tel {
        -webkit-box-pack: start !important;
            -ms-flex-pack: start !important;
                justify-content: flex-start !important;
        margin-right: 38px !important;
    }
}

/* NEWSROOM FIXES ********** billie mead */

::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1; /* Firefox */
}

::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1; /* Firefox */
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
}
#menu-item-530 > ul {
    right: 0 !important;
}
.filter-title {
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    padding-right: 15px;
}

#filter h6 {
    min-width: unset !important;
    margin: unset !important;
}

.outer-box1 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.outer-box2 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.filter-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.find_article #results-found {
    margin: 0 !important;
    padding: 0 !important;
}

@media screen and (min-width: 768px) and (max-width: 1073px) {
    body > section.flexible__news.none.mb__small > div > div > div.find_article.cell.small-12 {
        margin-bottom: -36px;
    }
    .outer-box1 {
        width: 100%;
        margin-bottom: 17px;
    }
    .outer-box2 {
        width: 100%;
    }
    .filter-title-box {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start;
        padding-bottom: 8px;
    }
    .filter-form {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}

@media screen and (min-width: 1074px) {
    .outer-box1 {
        width: 36%;
        margin: 0;
    }
    .outer-box2 {
        width: 24%;
    }
    .filter-form {
        width: 76%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}
@media screen and (max-width: 767px) {  
    .outer-box1 {
        margin-bottom: 17px;
    }
    .filter-title-box {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start;
        padding-bottom: 8px;
    }
    body > section.flexible__news.none.mb__small > div > div > div.find_article.cell.small-12 {
        margin-bottom: -36px;
    }
}

#filter > div:nth-child(1) > div > div.cell.filter-box.large-7 > div > button {
    width: 0;
    height: 0;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
}
#filter > div:nth-child(1) > div > div.cell.filter-box.large-7 > div > button > span {
    font-size: 0;
}
.full-width {
    width: 100%;
}
#filter > div:nth-child(1) > div > div.cell.filter-box.large-7 > div > input {
    background-color: #EBEBEB;
    border: none;
    padding: 0;
    border-radius: 4px;
    height: 53px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 15px;
    font-size: 1rem;
    color: #000;
}

#filter > div:nth-child(1) > div > div.cell.filter-box.large-7 > div > button > svg {
    color: #019A74;
    position: absolute;
    right: 15px;
    top: 18px !important;
    font-size: 17px;
}
#ui-id-1-button > span.ui-selectmenu-icon.ui-icon.ui-icon-triangle-1-s > svg {
    color: #019A74;
}


#filter .input_select_container .ui-selectmenu-button {
    height: 53px;
    border-radius: 4px;
    background-color: #EBEBEB;
    border: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 15px;
}

.result__wrap {
    padding: 0 !important;
}

.filter-title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.filter-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
}
.results-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    min-height: 53px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1rem;
}

@media screen and (max-width: 1460px) {
    .grid-100 {
        flex-direction: column;
    }
    .filter-box {
        width: 95% !important;
    }
    .filter-title-box {
        width: 95%  !important;
        justify-content: start;
        align-items: start;
    }
    .results-box {
        margin-top: 21px;
    }
    .grid-grow {
        flex-grow: 1;
    }
}
.input_select_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;

}
.find_article #reset {
    background-color: transparent;
    color: #999999;
    padding: 0;
}
#menu-item-530:after {
    right: 29px !important;
}
@media screen and (max-width: 806px) {
    .filter-title {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: end;
        padding-right: 10px;
    }
}
@media screen and (max-width: 480px) {
    .filter-title {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
        padding-right: 10px;
        margin-bottom: 8px;
    }
}
@media screen and (max-width: 480px) {
    .results-box {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}
@media screen and (max-width: 67.12375em) {
    .find_article .result__wrap {
        text-align: center;
        margin: 0 !important;
    }
}

@media screen and (max-width: 47.99875em) {
    #filter .fa-search {
        top: 18px;
    }
}