:root {
    --bg-megamenu: #fff;
    --header-logo-width: 380px;
    --header-nav-width: 750px;
}

#header {
    z-index: 4;
    position: relative;
}

.header-logo-wrapper {
    width: calc(100% - var(--header-nav-width));
}

.header-menu-wrapper {
    width: var(--header-nav-width);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px
}

.panel-row {
    display: flex;
}

.panel-left {
    width: calc(100% - var(--header-nav-width));
}

.panel-right {
    width: var(--header-nav-width);
    padding-left: 55px;
    padding-top: 12px
}

#panel-1 .panel-submenu-links {
    width: 450px;
    max-width: 100%;
}

@media screen and (max-width:1600px) {
    .panel-right {
        padding-left: 35px
    }
}

.panel-info {
    width: 410px;
    max-width: 100%;
}

.panel-info h2 {
    margin-bottom: 30px !important
}

.submenu-list.has-four-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 32px;
}

.submenu-list.has-four-items>li:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}

.submenu-list.has-four-items>li:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
}

.submenu-list.has-four-items>li:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
}

.submenu-list.has-four-items>li:nth-child(4) {
    grid-column: 2;
    grid-row: 1;
}

.submenu-item *:last-of-type {
    margin-bottom: 0
}

.header-logo img {
    transition: all 0.3s;
    filter: brightness(0)
}

.home .header-logo img,
.dark_hero .header-logo img {
    filter: none
}

.nav-sticky .header-logo img,
.menu-open .header-logo img {
    filter: brightness(0)
}


.header-cta .btn {
    color: #000;
    border-color: #000;
}

.header-cta .btn span {
    background: url(../../img/arrow-right-btn.svg) no-repeat center right;
    width: 22px;
    height: 20px;
    background-size: 100% auto;
    background-position: center center;
    transition: all 0.3s;
}

.home .header-cta .btn span,
.dark_hero .header-cta .btn span {
    filter: brightness(0) invert(1);
}

.nav-sticky .header-cta .btn span {
    filter: none
}

#tabs-nav li.active a {
    font-weight: 600
}

#top-bar {
    background: #5a6e82;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 0;
    position: relative;
    z-index: 4
}

#top-bar ul {
    display: flex;
    gap: 35px;
    justify-content: flex-end
}

#top-bar a {
    color: #fff;
    text-decoration: none
}


.mega-container {
    display: flex;
    position: relative;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 2
}

.header-logo {
    width: 194px;
    height: 52px;
    overflow: hidden;
}

.header-logo a {
    display: flex;
    position: relative
}

.header-menu {
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-left: auto;
}

.header-menu>ul>li>a {
    padding: 38px 35px
}

.dark_hero #megamenu .nav-item>a,
.home:not(.nav-sticky) #megamenu .nav-item>a {
    color: #fff;
}

.dark_hero #megamenu .header-cta .btn,
.home:not(.nav-sticky) #megamenu .header-cta .btn {
    color: #fff;
    border-color: #fff
}

.dark_hero #megamenu.menu-open .header-cta .btn,
.home:not(.nav-sticky) #megamenu.menu-open .header-cta .btn {
    color: #000;
    border-color: #000
}

.dark_hero #megamenu.menu-open .header-cta .btn span,
.home #megamenu.menu-open .header-cta .btn span {
    filter: none;
}

.dark_hero #megamenu.menu-open .nav-item>a,
.home #megamenu.menu-open .nav-item>a {
    color: var(--GreenTxt)
}

@media screen and (min-width:1600px) {
    :root {
        --header-nav-width: 910px
    }
}

@media screen and (max-width:1600px) {
    .header-menu {
        margin-right: 0
    }

    .header-menu>ul>li>a {
        padding-left: 16px;
        padding-right: 16px
    }
}

#megamenu {
    width: 100%;
    z-index: 2;
    padding: 0;
    transition: all 0.3s;
    background-color: #fff0;
    position: absolute;
    top: 32px;
    height: 96px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.nav-sticky #megamenu {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}


#megamenu:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--bg-megamenu);
    z-index: 1;
    transition: all 0.3s;
    opacity: 0
}

#megamenu:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 1px;
    left: 0;
    z-index: 2;
    background: var(--bg-megamenu);
    opacity: 0
}

#megamenu.menu-open:after {
    opacity: 1
}

#megamenu.menu-open::before {
    opacity: 1
}

.nav-sticky #megamenu {
    background-color: var(--bg-megamenu)
}

#megamenu+.headMobMenuWrapper {
    display: none
}

.header-menu ul {
    display: flex;
    list-style: none
}

.menu-indicator {
    position: absolute;
    bottom: 0;
    height: 6px;
    background: #5a6e82;
    width: 0;
    left: 0;
    transform: translateY(8px);
    opacity: 0;
    transition: all 0.3s
}

.menu-open .menu-indicator {
    transform: translateY(0);
    opacity: 1;
}

.has-mega {
    position: static
}

.panel-wrapper {
    background-color: var(--bg-megamenu)
}

#mega-panel-wrapper {
    background-color: var(--bg-megamenu);
    position: absolute;
    top: calc(100% - 4px);
    top: 100%;
    left: 0;
    width: 100vw;
    height: 0;
    overflow: hidden;
    max-height: 0;
    opacity: 1;
    visibility: hidden;
    pointer-events: none;
    transition: all 1s;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

#mega-panel-wrapper.is-active {
    height: auto;
    max-height: 1500px;
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}

.panel-content {
    display: block;
    opacity: 1;
    max-height: 0;
    overflow: hidden;
    transform: translateY(8px);
    transition: all 0s;
}

.panel-content.is-active {
    display: block;
    opacity: 1;
    max-height: 1000px;
    transform: translateY(0px);
}

@keyframes panelFade {
    from {
        opacity: 0;
        transform: translateY(8px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.panel-content>div {
    padding: 45px 0
}

.header-menu>ul>li>a {
    text-decoration: none;
    color: rgba(50, 72, 76, 1)
}

.header-menu>ul>li>a {
    font-weight: 400;
    transition: font-weight 0.2s ease, color 0.2s ease
}

.header-menu>ul>li:hover>a,
.header-menu>ul>li.is-active-parent>a {
    font-weight: 600
}

.panel-wrapper {
    border-top: 1px solid #d9d9d9;
    font-size: 16px;
}

.panel-container a {
    text-decoration: none;
    transition: none;
    font-size: 16px;
    line-height: 18px;
    color: var(--GreenTxt);
}

.submenu-description {
    color: #939497;
    font-size: 16px
}

.panel-container a:hover {
    text-decoration: none !important;
    font-weight: 600 !important
}

.panel-container li {
    display: block;
    margin-bottom: 20px
}

.panel-container li:last-child {
    margin-bottom: 0
}

.panel-container a:hover {
    text-decoration: underline
}

.panel-content-left ul,
.panel-content-right ul {
    margin-top: 30px
}

.panel-content-right:after {
    content: '';
    position: absolute;
    left: -10px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #c0c2c5
}

@media screen and (max-width:1180px) {
    .panel-content-left {
        padding-right: 35px
    }
}

.panel-wrapper #menu-how-we-help {
    margin-left: 0
}

.panel-wrapper #menu-latest-news {
    margin-left: 604px
}

#panel-2 .panel-txt h4 a {
    color: #000 !important
}

#panel-2 .panel-txt h4 a:hover {
    color: #000 !important
}

#panel-2 .panel-txt ul {
    font-weight: 600;
    margin-top: 6px
}

#panel-2 .panel-txt ul ul {
    margin-top: 6px;
    margin-left: 15px;
    font-weight: 400
}

.panel-container a {
    display: inline-block;
    transition: all 0.3s
}

.panel-container a:hover {
    transform: translateX(8px)
}

@media screen and (max-width:1000px) {
    .header-menu {
        width: fit-content
    }

    .panel-wrapper #menu-how-we-help {
        margin: 0 auto;
        display: flex;
        gap: 30px;
        text-align: center;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        width: 80%
    }

    .panel-wrapper #menu-latest-news {
        margin: 0 auto;
        display: flex;
        gap: 30px;
        text-align: center;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        width: 80%
    }
}

@media (max-width:1100px) {
    .panel-row-column-2 {
        gap: 1vw
    }
}

@media (max-width:768px) {
    .panel-row-column-2 {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .panel-content-left {
        border-right: none;
        border-bottom: 1px solid #e5e7e9;
        padding-right: 0;
        padding-bottom: 20px
    }
}

#mega-panel-wrapper li {
    break-inside: avoid
}

.column-2 ul {
    column-count: 2;
    column-gap: 40px
}

.column-3 ul {
    column-count: 3;
    column-gap: 30px
}

.column-4 ul {
    column-count: 4;
    column-gap: 30px
}

.menu__wrapper {
    width: 400px;
    right: -400px
}

.mobmenuActive #wrapper:before {
    background: rgb(255 255 255 / .7)
}

.menu__wrapper.mobmenuActive {
    background-color: #d9d9d9;
    overflow: auto
}

#megamenu .nav-item>a {
    font-size: 16px;
    line-height: 21px;
    display: inline-block;
}

.tabs-megamenu {
    display: flex;
    gap: 40px
}

#panel-0 .column-3 ul {
    column-count: 1
}

.mega-how-we-help {
    margin-left: 196px
}

.loc-tab-location-wrapper {
    margin-left: 346px
}

#tabs-location-megamenu {
    margin-bottom: 12px
}

#tabs-location-megamenu .active {
    font-weight: 600
}

.loctab-content {
    padding-left: 30px;
    border-left: 1px solid #e5e7e9;
    height: 100%;
    display: none
}

.locmegaDetail {
    opacity: 0;
    transition: all 0.2s;
    position: absolute;
    left: 184px;
    top: 0;
    width: 320px;
    color: #40969E;
    visibility: hidden;
    z-index: -1;
    transform: translateY(-30px);
    padding: 16px;
    background: var(--bg-megamenu)
}

.locmegaCity {
    position: relative
}

.locmegaItem:hover .locmegaDetail {
    opacity: 1;
    visibility: visible;
    display: block;
    z-index: 3
}

.locmegaItem a {
    padding: 5px 0;
    display: block
}

.locmegaItem p:last-child {
    margin-bottom: 0 !important
}

@media (max-width:600px) {

    .column-2 ul,
    .column-3 ul {
        column-count: 1
    }

    .column-4 ul {
        column-count: 2
    }
}

@media screen and (min-width:1241px) {
    .mobmenuActive #wrapper:before {
        display: none !important
    }

    .navTrigger {
        display: none
    }

    .mobmenuActive #contentWrapper {
        filter: none
    }
}

@media screen and (max-width:980px) {
    :root {
        --headerHeight: 116px
    }

    .header-logo-wrapper {
        width: 40%;
    }

    .header-menu-wrapper {
        width: auto;
    }

    .header-logo {
        width: 175px;
    }

    .header-logo a {
        height: 100%;
    }

    #megamenu {
        height: 84px;
    }
}

@media screen and (max-width:1240px) {
    .mobmenuActive #mobToggleWrap {
        position: absolute;
        right: 68px;
        top: 25px
    }

    .mega-how-we-help {
        margin-left: 0
    }

    .header-menu {
        display: none
    }

    #megamenu+.headMobMenuWrapper {
        display: block
    }

    .header-cta {
        margin-right: 24px;
        margin-left: auto;
    }

    #mega-mobilemenu {
        width: 100%;
        padding: 0 30px;
        padding-right: 40px
    }

    #mega-mobilemenu>ul>li {
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase
    }

    #mega-mobilemenu .nav-item>a {
        display: block;
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase !important;
        text-decoration: none;
        padding: 20px 0
    }

    .mobile-menu-item {
        font-size: 17px;
        font-weight: 400
    }

    .mobile-menu-item a {
        text-transform: uppercase !important;
        text-decoration: none !important
    }

    .mobile-menu-item li a {
        display: block;
        padding: 6px 0
    }

    .panel-row-column-2:after {
        display: none
    }

    #mobile-accordion {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%
    }

    .nav-item {
        border-bottom: 1px solid #e5e7e9
    }

    .nav-item>a {
        display: block;
        padding: 15px 20px;
        text-decoration: none;
        color: #333;
        font-weight: 600;
        position: relative
    }

    .nav-item>a::after {
        content: '+';
        float: right;
        transition: transform 0.3s ease
    }

    .nav-item.is-open>a::after {
        content: '-'
    }

    .mobile-menu-item {
        display: grid;
        grid-template-rows: 0fr;
        transition: grid-template-rows 0.4s ease-out;
        overflow: hidden
    }

    .mobile-menu-item>div {
        min-height: 0
    }

    .nav-item.is-open .mobile-menu-item {
        grid-template-rows: 1fr
    }

    .nav-item.is-open .mobile-menu-item>div {
        padding-bottom: 20px
    }

    .mobile-menu-item ul .sub-menu {
        display: grid;
        grid-template-rows: 0fr;
        transition: all 0.4s ease-out;
        overflow: hidden
    }

    .mobile-menu-item ul ul li {
        min-height: 0
    }

    .mobile-menu-item .sub-menu .sub-menu {
        margin-left: 16px
    }

    .nav-item.is-open .mobile-menu-item li.is-open.menu-item-has-children>.sub-menu {
        grid-template-rows: 1fr
    }

    .panel-mobile-txt {
        text-transform: none !important
    }

    .mobile-account {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-top: 80px;
        gap: 30px
    }

    .mobile-account a {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        text-decoration: none !important;
        gap: 8px
    }

    .mobile-account img {
        filter: contrast(0)
    }

    .mobile-menu-item .panel-row-column-2 {
        display: flex;
        flex-direction: column;
        gap: 40px
    }
}


@media screen and (max-width:767px) {
    .column-3 ul#menu-how-we-help {
        column-count: 1
    }

    #top-bar,
    .header-cta {
        display: none
    }

    #megamenu {
        top: 0 !important
    }

    #megamenu+.headMobMenuWrapper {
        top: 41px;
        right: 30px
    }

    #mobToggleWrap {
        top: 24px;
        right: 53px
    }

    .mobmenuActive #mobToggleWrap {
        position: absolute;
        right: 57px
    }

}

@media screen and (max-width:420px) {
    .menu__wrapper {
        width: 100vw;
        right: -100vw
    }
}

#adviser-testimonials {
    background: #f7f7f7
}

#adviser-testimonials .swiperNavigation {
    margin-top: 20px
}

#adviser-testimonials+#footer {
    margin-top: 0
}

#adviser-testimonials .testiOwner>div {
    margin-bottom: 0
}

.reading-area {
    width: 1000px;
    max-width: 100%;
}

.single-adviser #footer {
    margin-top: 0
}

.adviser-cta-col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

@media screen and (max-width:769px) {

    .adviser-cta-col {
        flex-direction: column;
    }
}


#adviser-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

#adviser-popup .popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
}

#adviser-popup .popup-content {
    position: relative;
    background: #ffffff;
    width: 90%;
    max-width: 600px;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    z-index: 10;
    transform: translateY(-20px) scale(0.95);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

#adviser-popup .popup-content h2 {
    margin-bottom: 20px
}

#adviser-popup .popup-close {
    position: absolute;
    top: 15px;
    right: 20px;
    border: none;
    font-size: 24px;
    cursor: pointer;
    line-height: 1;
    transition: all 0.2s;
    background: #f7f7f7;
    color: #212121;
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

#adviser-popup .popup-close:hover {
    color: #fff;
    background: #212121
}

#adviser-popup.is-active {
    opacity: 1;
    visibility: visible;
}

#adviser-popup.is-active .popup-content {
    transform: translateY(0) scale(1);
}

body.popup-open {
    overflow: hidden;
}

.hidden-fields-container {
    display: none
}

#adviser-popup .joinFormFields input:not([type="submit"]),
#adviser-popup .selected-value {
    border: 1px solid #d1d1d1;
    padding: 14px 16px
}

#adviser-popup .selected-value {
    height: 50px
}

#adviser-popup textarea {
    border: 1px solid #d1d1d1;
    background: #fff;
    border-radius: 4px;
    padding: 12px 16px;
    font-family: var(--font);
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    margin-top: 6px;
    height: 120px
}

#adviser-popup {
    padding: 12px 16px;
}

#adviser-popup .selectState {
    margin-bottom: 75px
}

#adviser-popup .options-list {
    top: 32px
}

#adviser-popup .wpcf7-submit,
.joinFormFields .wpcf7-submit {
    width: 100%;
    background-image: none;
    background-color: var(--Green);
    color: #fff;
    padding: 20px;
    margin-top: 0 !important;
}

.joinFormFields .wpcf7-submit:hover {
    font-weight: 700;
    padding-right: 20px !important;
}

#adviser-popup .popup-submit {
    margin-top: 0
}

#adviser-popup .wpcf7-response-output {
    margin-top: 0 !important
}

#contact-form-main {
    margin-top: calc(var(--headerHeight) - 32px)
}

#contact-form-main .centeredX {
    margin-left: auto !important;
    margin-right: auto !important
}

.contact-form-row {
    display: flex;
}

.contact-form-row .wpb_content_element {
    margin-bottom: 0 !important
}

.contact-right .wpb_content_element {
    padding: 100px 90px;
    width: 660px;
    max-width: 100%;
}

.contact-right {
    background-color: #ebeded;
}

.contact-right .vc_column-inner {
    height: 100%;
}

.contact-left .wpb_wrapper,
.contact-left .vc_column-inner {
    position: relative;
    height: 100%;
}

.contact-left .wpb_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact-form-row .vc_column_container>.vc_column-inner {
    padding: 0 !important
}


.contact-left .wpb_text_column {
    margin-top: 40px;
    width: 490px;
    max-width: 100%;
    margin-left: calc((100vw - var(--container)) / 2);
    margin-bottom: 100px !important
}

@media screen and (max-width:1260px) {
    .contact-left .wpb_text_column {
        margin-left: 30px
    }
}

@media screen and (max-width:1024px) {
    .contact-form-row {
        flex-direction: column;
    }

    .contact-form-row .vc_col-sm-6 {
        width: 100%;
    }

    .contact-left,
    .contact-right {
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .contact-right .wpb_content_element {
        padding: 90px 30px
    }
}

.contact-left h1,
.contact-right h2 {
    margin-bottom: 50px
}

.contact-call {
    background: url(../../img/icoPhone.webp) no-repeat 10px 0;
    padding-left: 80px;
    margin-top: 60px;
    display: block;
    background-size: 38px auto;
    font-weight: 400;
    font-size: 28px;
}

.contact-call strong {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin-right: 20px;
    color: #1a1a1a
}

.contact-call em {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    font-style: normal;
    color: #1a1a1a
}

.joinFormFields .selectState {
    margin-bottom: 70px !important;
    margin-top: 30px
}

.joinFormFields .options-list {
    top: 18px
}

.joinFormFields textarea {
    width: 100%;
    border: 0;
    border-radius: 4px;
    padding: 12px 16px;
    margin-top: 6px;
    font-family: var(--font);
    font-size: 16px
}

.joinFormFields label {
    color: #000
}

.wpcf7-acceptance .wpcf7-list-item-label {
    padding-left: 36px;
    display: block;
    cursor: pointer;
}

.wpcf7-acceptance input+.wpcf7-list-item-label:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    background-color: #32474b;
    border-radius: 2px;
    left: 5px;
    top: 5px;
    transition: all 0.3s;
    opacity: 0;
}

.wpcf7-acceptance .wpcf7-list-item>label::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
}

.wpcf7-acceptance input:checked+.wpcf7-list-item-label:before {
    opacity: 1;
}

.wpcf7-acceptance input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.screen-reader-response {
    display: none !important;
}

#campaign-monitor-CTA {
    background-color: #5a6e82;
}

/**CAMPAIGN MONITOR**/
body .cmApp_signupContainer #cmApp_signupForm>div,
body .cmApp_signupContainer div {
    padding: 0;
    margin: 0;
}

body .cmApp_signupContainer.cmApp_embedded {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0
}

body .cmApp_signupContainer div {
    margin: 0;
    line-height: unset
}

body .cmApp_signupContainer #cmApp_signupForm>div,
body .cmApp_signupContainer div {
    padding: 0;
    margin: 0;
}

body #cmApp_signupEmail {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 20px 10px 20px;
    font-family: var(--font);
    font-size: 17px;
    height: auto;
}

body .cmApp_signupContainer #cmApp_signupForm input::placeholder {
    color: #95a4a6 !important
}

body .cmApp_formSubmitButton {
    width: 100% !important;
    background-color: #fff !important;
    color: #000 !important;
    transition: all 0.3s;
    border-width: 0 !important;
    letter-spacing: 0 !important;
    padding: 15px 30px 15px 30px !important;
    text-align: center;
    line-height: 100% !important;
    font-size: 17px !important;
    font-family: var(--font) !important;
    height: auto !important;
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
}


body .cmApp_formSubmitButton:hover {
    background-color: var(--Green) !important;
    color: #fff !important
}

.cm-required label {
    display: none;
}

.cm-required input {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 20px 10px 20px;
    font-family: var(--font);
    font-size: 17px;
    height: auto;
}

#cmApp_statusContainer.cmApp_processing .cmApp_processingMsg {
    text-align: left !important;
}

#cmApp_signupContainer * {
    font-family: var(--font) !important;
}

.cmApp_signupContainer #cmApp_statusContainer .cmApp_processingMsg {
    line-height: 160% !important;
}

body .cmApp_errorMsg {
    margin-bottom: 10px !important;
    font-size: 14px !important
}

#cmApp_statusContainer.cmApp_processing #cmApp_thankYouCheck {
    display: none !important;
}

#cmApp_signupForm {
    display: flex;
    flex-wrap: wrap;
}

#cmApp_signupForm .cmApp_fieldWrap {
    order: 3;
    width: 100%;
    margin-top: 8px !important
}

.cm-required {
    order: 1;
    width: 50%;
    margin-bottom: 8px;
    padding-right: 4px !important
}

.cm-required+.cm-required {
    padding-left: 4px !important
}

.cmApp_errorMsg {
    order: 4;
    margin-top: 10px !important;
}

.cm-required input {
    background-color: transparent !important;
    border: 1px solid #fff !important;
    color: #fff !important;
    padding: 10px 20px 10px 20px !important;
    font-family: var(--font) !important;
    font-size: 17px !important;
    height: auto !important;
}

body .cmApp_signupContainer #cmApp_signupForm>div:last-child {
    order: 5;
    width: 100%;
    margin-top: 8px
}

.linked-in {
    margin-top: 30px
}

.linked-in a {
    background: url(../../img/newsletter-linkedin.svg) no-repeat center left;
    display: inline-block;
    padding: 18px 0 10px 44px;
    background-size: 20px auto;
}

.adviserFilters {
    padding: 8px 0;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.AdviserQuery .nqHeading {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 30px
}

.adviserFilters span {
    color: var(--GreenTxt)
}

.adviserFilters .fs-label.is-default {
    color: #c0bdbd;
    font-style: italic;
}

.adviserFilters.facetFilter .fs-label-wrap {
    background: transparent;
}

.filter-name .facetwp-search {
    border: 0;
    padding: 10px 30px 10px 0;
    font-family: var(--font);
    font-size: 16px;
    border-bottom: 1px solid transparent
}

.filter-name .facetwp-search::placeholder {
    color: #c0bdbd;
    font-style: italic;
}

.filter-name .facetwp-search:focus {
    outline: none !important;
    border-bottom: 1px solid #d9d9d9
}

.adviserFilters .filter {
    margin-right: 6px;
    padding-right: 20px;
    border-right: 1px solid #d9d9d9
}

.adviserFilters .filter.filter-location {
    border-right: 0;
    padding-right: 0;
    margin-right: 0
}

.adviserFilters .fs-option:first-child {
    margin-top: 10px
}

.adviserFilters.facetFilter .fs-open .fs-label-wrap {
    border-bottom: 0
}

.facetCount .facetwp-facet {
    margin-bottom: 60px;
    color: var(--GreenTxt)
}

.adviserFilters .facetwp-icon {
    opacity: 0;
}

.adviserFilters .facetwp-icon.f-loading {
    opacity: 1;
}

.adviserFilters.facetFilter .fs-arrow {
    width: 12px;
}

.adviserFilters .fs-options {
    background-color: #fff;
}

.adviserFilters .filter.filter-name {
    z-index: 3;
}

.adviserFilters .filter.filter-state {
    z-index: 2;
}

.adviserFilters .filter.filter-location {
    z-index: 1;
}

.adviser-email-wrapper {
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

@media screen and (max-width:1040px) {
    .adviserFilters {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        padding: 0;
        border-top: 1px solid #d9d9d9;
        border-bottom: 1px solid #d9d9d9;
    }

    .adviserFilters .filter {
        width: 100%;
        border-right: 0;
        margin-right: 0;
        border-bottom: 1px solid #d9d9d9;
        padding: 8px 0;
        margin-bottom: 0px;
    }

    .adviserFilters .filter:last-child {
        border-bottom: 0
    }

    .adviserFilters .filter>span {
        width: 110px;
    }

    .adviserFilters .filter>span+div {
        width: calc(100% - 110px);
    }

    .adviserFilters .fs-wrap {
        width: 100%;
    }

    .filter-name .facetwp-input-wrap {
        width: 100%;
    }

    .filter-name .facetwp-input-wrap .facetwp-search {
        width: 100%;
    }

    .filter-name .facetwp-input-wrap .facetwp-search:focus {
        border-bottom: 1px solid transparent
    }
}

@media screen and (max-width: 990px) {
    .hitLeft {
        display: flex;
        flex-direction: column;
    }

    .AdviserSingleHero .hitImage {
        margin-top: auto
    }
}

@media screen and (max-width: 767px) {
    .adviserFilters .filter {
        flex-direction: row;
        align-items: center;
    }

    .adviserFilters .filter>span {
        width: 80px;
    }

    .adviserFilters .filter>span+div {
        width: calc(100% - 80px);
    }

    .AdviserQuery .col-sm-12.col-xs-12 {
        margin-bottom: 0
    }

    .col-sm-12.col-xs-12.facetCount {
        margin-bottom: 0
    }

    .AdviserQuery .advWrapper {
        display: flex;
        border: 1px solid #e1e1e1;
    }

    .AdviserQuery .advImg {
        width: 40%;
        height: 100%;
        padding-bottom: 0;
    }

    .AdviserQuery .adviserContent {
        width: 60%;
        padding: 20px 30px;
    }

    .AdviserQuery .row .col-xs-12 {
        margin-bottom: 0
    }

    .joinFormFields .selectState {
        margin-bottom: 20px !important
    }

}