/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

a.thumbsUpLink {
    background-image: url('../img/faq_thumb_up_grey.svg');
}
a.thumbsDownLink {
    background-image: url('../img/faq_thumb_down_grey.svg');
}

a.thumbsUpLink.green {
    background-image: url('../img/faq_thumb_up_green.svg');
}
a.thumbsDownLink.red {
    background-image: url('../img/faq_thumb_down_red.svg');
}

a.thumbsUpLink, a.thumbsDownLink {
    font-size: 1.063rem;
    line-height: 1.5rem;
    font-weight: 400;
    letter-spacing: 0;
    color: #8A8A8A;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    display: inline-block;
    height: 1.188rem;
    padding-left: 1.563rem;
}

span.likeOrDislikeCount {
    display: inline-block;
    margin-left: 0.313rem;
    margin-right: 1.25rem;
}

.loader {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border: 1rem solid #ffffff;
    border-top: 1rem solid #143256;
    border-radius: 50%;
    width: 7.5rem;
    height: 7.5rem;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

.faqTerms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0.5rem;
}
.button.faq-button {
    margin-top: 1.375rem;
    margin-right: 1.25rem;
    margin-left: 1.25rem;
}

input[name='faqSearchTerm'] {
    padding-right: 3.75rem !important;
}

.faqSearchFieldContainer {
    position: relative;
}
a.faqSearch {
    position: absolute;
    top: 0.938rem;
    right: 0.938rem;
}

@media(max-width: 767px) {
    .faqTerms {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .button.faq-button {
        margin-left: 0;
        margin-right: 2.5rem;
    }
}


.faqSearchFieldContainer input[type="text"] {
    width: 450px;
    max-width: 100%;
    border-radius: 6px !important;
    margin-top: 15px !important;
    margin: 0 auto;
}


.faq_dropdown_group {
    background-color: white;
    /*padding: 120px 0;*/
    border-radius: var(--global-border-radius);
}
@media(max-width: 1599.98px) {
    .faq_dropdown_group {
        /*padding: 90px 0;*/
    }
}
@media(max-width: 1199.98px) {
    .faq_dropdown_group {
        /*padding: 70px 0;*/
    }
}
@media(max-width: 767.98px) {
    .faq_dropdown_group {
        /*padding: 40px 0;*/
    }
}
@media(max-width: 575.98px) {
    .faq_dropdown_group {
        /*padding: 30px 0;*/
    }
    .faq_dropdown_group h2 {
        margin-bottom: 0px;
        font-size: 25px;
    }
}

.faqTermsContainer a.button.small-white-button-link {
    text-transform: none;
    margin-left: 0;
    margin-right: 10px;
}




@media(min-width: 992px) {
    .faqTermsContainer {
        position: sticky !important;
        left: 0;
        top: 55px;
        width: 100%;
        background-color: #F6F9FC;
        z-index: 20;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media(min-width: 1200px) {
    .faqTermsContainer {
        top: 110px;
    }
}

@media(min-width: 1600px) {
    .faqTermsContainer {
        top: 110px;
    }
}


/*** ----- 2024 Update ----- ***/
/*** ----- Fuzzy Search ----- *****/
.faq_update_2024 .fuzzy-search-heading {
    text-align: center;
    padding-top: 100px;
}
.faq_update_2024 .fuzzy-search {
    padding-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.faq_update_2024 .cmswt-CollectionMenu-current,
.faq_update_2024 .cmswt-CollectionMenu.cmswt-CollectionMenu--singleSource {
    display: none;
}
.faq_update_2024 .cmswt-InstantSearch {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.faq_update_2024 .cmswt-InstantSearch .ais-SearchBox-form {
    width: 449px;
    max-width: 90%;
    margin: 0 auto;
}
.faq_update_2024 .cmswt-InstantSearch .ais-SearchBox-form .ais-SearchBox-input {
    width: 100%;
    max-width: 100%;
    border-color: #D8D8D8;
}
.faq_update_2024 .cmswt-InstantSearch .ais-SearchBox-form .ais-SearchBox-input:focus {
    border-color: #333333;
    outline: none;
}
.faq_update_2024 .ais-Highlight-highlighted,
.faq_update_2024 .ais-Snippet-highlighted {
    background-color: #D7E5F5;
    padding: 0;
    font-size: inherit;
}
.faq_update_2024 .cmswt-InstantSearch .cmswt-noSearchResults {
    width: 300px;
    font-weight: 900;
    text-align: center;
    font-size: 25px;
    padding-bottom: 50px;
    color: #1a1a1a;
}
.faq_update_2024 .accordionResults {
    display: none;
}

@media(max-width: 575.98px) {
    .faq_update_2024 .fuzzy-search-heading {
        padding-top: 60px;
    }
}

/*** ----- CATEGORIES GRID ----- ***/

.faq_update_2024 .heading-wrapper {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 0;
}
.faq_update_2024 .categories-section,
.faq_update_2024 .categories-wrapper {
    width: 100%;
}
.faq_update_2024 .categories-section {
    margin-bottom: 30px;
    padding-top: 0;
}
.faq_update_2024 .categories-section:first-of-type {
    padding-top: 80px;
    padding-bottom: 50px;
}
.faq_update_2024 .categories-section .categories-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px;
}
.faq_update_2024 .categories-section .categories-heading h5 {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 0;
    padding-right: 30px;
    white-space: nowrap;
}
.faq_update_2024 .categories-section .categories-heading::after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background-color: #CDCFD8;
}
.faq_update_2024 .categories-section .categories-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 10px);
    margin-left: -5px;
}
.faq_update_2024 .categories-section .categories-links a {
    border: 1px solid #CDCFD8;
    background-color: white;
    padding: 44px 30px;
    height: 108px;
    text-align: center;
    width: calc(16.666666% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    border-radius: 10px;
    font-size: 20px;
    line-height: 1.2;
    font-family: 'Brown', sans-serif;
    font-weight: 700;
    text-decoration: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.faq_update_2024 .categories-section .categories-links a:hover {
    text-decoration: none !important;
    background-color: #397CCF;
    color: white;
}
@media(max-width: 1599.98px) {
    .faq_update_2024 .categories-section .categories-links a {
        padding: 25px 30px;
    }
    .faq_update_2024 .categories-section {
        margin-bottom: 30px;
        padding-top: 0;
    }
    .faq_update_2024 .categories-section:first-of-type {
        padding-top: 50px;
    }
    .faq_update_2024 .heading-wrapper {
        padding-top: 60px;
    }
    .faq_update_2024 .categories-section .categories-links a {
        font-size: 17px;
    }
    .faq_update_2024 .categories-section:first-of-type {
        padding-bottom: 20px;
    }
}
@media(max-width: 1399.98px) {
    .faq_update_2024 .categories-section .categories-links a {
        width: calc(20% - 10px);
    }
}
@media(max-width: 1199.98px) {
    .faq_update_2024 .categories-section .categories-links a {
        width: calc(25% - 10px);
    }
}
@media(max-width: 991.98px) {
    .faq_update_2024 .categories-section .categories-links a {
        font-size: 18px;
        padding: 25px 15px;
        height: 80px;
    }
}
@media(max-width: 767.98px) {
    .faq_update_2024 .categories-section .categories-links a {
        width: calc(33.3% - 10px);
    }
    .faq_update_2024 .categories-section:first-of-type {
        padding-bottom: 0;
    }
}
@media(max-width: 575.98px) {
    .faq_update_2024 .categories-section .categories-links a {
        /*width: calc(100% - 10px);*/
    }
    /** CSS Finger Slider **/
    .faq_update_2024 .categories-section .categories-links a {
        width: max-content;
        width: fit-content;
        max-width: unset;
        min-width: unset;
        white-space: nowrap;
        height: 60px;
        padding: 0px 25px;
    }
    .faq_update_2024 .categories-section .categories-links {
        width: calc(100% + 19px);
        overflow-x: auto;
        overflow-y: hidden;
        flex-direction: row;
        flex-wrap: nowrap;
        padding-right: 30px;
    }
    /* Hide scrollbar for Chrome, Safari and Opera */
    .faq_update_2024 .categories-section .categories-links::-webkit-scrollbar {
        display: none;
    }
    /* Hide scrollbar for IE, Edge and Firefox */
    .faq_update_2024 .categories-section .categories-links {
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }
}

/*** ----- POPULAR GRID ----- ***/
.faq_update_2024 .popular-articles-wrapper {
    padding-top: 120px;
    padding-bottom: 60px;
}
.faq_update_2024 .popular-articles-links .popular-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.faq_update_2024 .popular-articles-links .popular-link > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.faq_update_2024 .popular-articles-links .popular-link,
.faq_update_2024 .popular-articles-links .popular-link * {
    margin-bottom: 0;
    text-decoration: none !important;
}
.faq_update_2024 .popular-articles-links .popular-link:hover,
.faq_update_2024 .popular-articles-links .popular-link *:hover {
    text-decoration: none !important;
}
.faq_update_2024 .popular-articles-links .popular-link {
    padding: 20px 0;
    border-bottom: 1px solid #CDCFD8;
}
.faq_update_2024 .popular-articles-links .popular-link div.pill {
    margin-right: 60px;
}

.faq_update_2024 .spacer-between-modular {
    margin-bottom: 80px;
}






/********** FAQ ACCORDIONS ***********/

div.faqSearchResults {
    width: 100%;
}
.faq-accordion-box {
    padding: 0;
    padding-top: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #DDDDDD;
}
div.faqSearchResults h4.nwQuestion,
div.faqSearchResults h4.nwQuestion a,
div.faqSearchResults h5.nwQuestion,
div.faqSearchResults h5.nwQuestion a {
    font-family: "Brown", sans-serif;
    font-weight: normal;
    font-weight: bold;
}


.hit-content {
    width: 100%;
}
.accordion-arrow.plus_arrow {
    width: 17px;
    height: 17px;
}
.accordion-arrow.minus_arrow {
    width: 17px;
    height: 3px;
}



/********* SEARCH ACCORDIONS *********/

.faq_update_2024 .ais-Hits-list,
.faq_update_2024 .ais-InfiniteHits-list {
    display: block;
}

.faq_update_2024 .ais-InfiniteHits-item .hit-content {
    margin: 0;
}


/*********** BREADCRUMBS **********/
.faq_update_2024 .breadcrumbs {
    margin-bottom: 40px;
}
html body .faq_update_2024 .breadcrumbs a,
html body .faq_update_2024 .breadcrumbs a:hover,
html body .faq_update_2024 .breadcrumbs span,
html body .faq_update_2024 .breadcrumbs span:hover {
    color: #397CCF !important;
    text-decoration: none !important;
    font-weight: 600;
}
html body .faq_update_2024 .breadcrumbs span {
    padding-left: 3px;
    padding-right: 3px;
}