/*
Theme Name: WABC Theme 1
Version: 999.0
*/

.sensitive-data {
    display: none;
}

@font-face {
    font-family: 'Optima LT Pro';
    src: url('fonts/OptimaLTPro-Italic.woff2') format('woff2'),
    url('fonts/OptimaLTPro-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Optima LT Pro';
    src: url('fonts/OptimaLTPro-Medium.woff2') format('woff2'),
    url('fonts/OptimaLTPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Optima LT Pro';
    src: url('fonts/OptimaLTPro-Roman.woff2') format('woff2'),
    url('fonts/OptimaLTPro-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Optima LT Pro';
    src: url('fonts/OptimaLTPro-DemiBold.woff2') format('woff2'),
    url('fonts/OptimaLTPro-DemiBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


:root {
    --primary-color: #DA1F3D;
    --secondary-color: #24272a;
    --gold: #fcA518;
    --color-red: #DA1F3D;
    --color-gold: #fcA518;
    --color-charcoal: #24272a;
    --color-blue: #002755;
    --color-grey: #333333;
    --color-grey800: #4c4c4c;
    --color-grey700: #666666;
    --color-grey600: #7f7f7f;
    --color-grey500: #999999;
    --color-grey400: #b2b2b2;
    --color-grey300: #cccccc;
    --color-grey250: #d9d9d9;
    --color-grey200: #e5e5e5;
    --color-grey150: #eeeeee;
    --color-grey100: #f6f6f6;
    --blockSpacing--large: 145px;
    --blockSpacing: 120px;
    --blockSpacing--medium: 80px;
    --blockSpacing--small: 40px;
    --headerHeight: 128px;
}

@media screen and (max-width: 1330px) {
    :root {
        --headerHeight: 97px;
    }
}

@media screen and (max-width: 1120px) {
    :root {
        --headerHeight: 71px;
    }
}

@media screen and (max-height: 820px) {
    :root {
        --blockSpacing--large: 100px;
    }
}

@media screen and (max-width: 600px) {

    :root {
        --blockSpacing--large: 90px;
        --blockSpacing: 60px;
        --blockSpacing--medium: 50px;
        --blockSpacing--small: 25px;
        --headerHeight: 71px;
    }
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


body {
    font-family: 'Optima LT Pro', 'Segoe UI', 'Calibri', 'Arial', sans-serif;
    color: var(--color-charcoal);
    background: white;
    line-height: 1.5;
    margin: 0;
    font-size: 16px;
}

img, svg {
    height: auto;
    max-width: 100%;
}

embed {
    max-width: 100%;
}

/* utility classes */


.has-gold-background-color {
    background: var(--color-gold);
}

.has-gold-color {
    color: var(--color-gold);
}

.has-blue-background-color {
    background: var(--color-blue);
}

.has-charcoal-background-color {
    background: var(--color-charcoal);
    color: white;
}

.has-blue-color {
    color: var(--color-blue);
}

.has-red-background-color {
    background: var(--color-red);
}

.has-red-color {
    color: var(--color-red);
}

.has-grey-six-color {
    color: var(--color-grey600);
}

.has-charcoal-color {
    color: var(--color-charcoal);
}

.u-textTransform--none {
    text-transform: none !important;
}

.u-wc {
    width: 100%;
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 40px;
}

@media screen and (max-width: 600px) {
    .u-wc {
        padding: 0 20px;
    }
}

.c-headerSpacer {
    height: var(--headerHeight);
    background: var(--color-charcoal);
}

.u-blockSpacing, .c-section {
    padding: var(--blockSpacing) 0;
}

.u-blockSpacing--small, .c-section--small {
    padding: var(--blockSpacing--small) 0;
}

.u-blockSpacing--medium, .c-section--medium {
    padding: var(--blockSpacing--medium) 0;
}

.u-blockSpacing--large, .c-section--large {
    padding: var(--blockSpacing--large) 0;
}

.c-section--noTopPadding {
    padding-top: 0;
}

.c-section--noBottomPadding {
    padding-bottom: 0;
}

.c-section--fullHeight {
    min-height: 100vh;
}

.c-section--absoluteCenter {
    display: flex;
}

.c-section--absoluteCenter .u-wc {
    margin: auto;
}

.c-section--heroSpacing {
    padding: calc(var(--blockSpacing--large) + var(--headerHeight)) 0 var(--blockSpacing--large);
}

.c-section {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.c-section .u-wc {
    position: relative;
    /* z-index: 2; */
    width: 100%;
    display: flex;
}

.c-section--increaseZindex .u-wc {
    z-index: 4;
}

.c-section__content {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.c-section__content--narrow {
    max-width: 600px;
}

.c-section__content--medium {
    max-width: 1100px;
}

.c-section__content--small {
    max-width: 960px;
}

.c-section__content--alignLeft {
    margin-right: auto;
    margin-left: 0;
}

.c-section__content--alignRight {
    margin-left: auto;
    margin-right: 0;
}

.c-section__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .75;
}

.c-section__overlay--leftToRight {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    /* Standard linear gradient */
    background: linear-gradient(to right, rgba(36, 39, 42, 1) 0%, rgba(36, 39, 42, 1) 30%, rgba(36, 39, 42, 0) 75%, rgba(36, 39, 42, 0) 100%);
    /* Remove deprecated gradient syntax for modern browsers */
}

@media screen and (max-width: 800px) {
    .c-section__overlay--leftToRight {
        background: var(--color-charcoal);
        opacity: .75;
    }
}

.page-id-2960 {
    --headerHeight: 87px;
}

.visually-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal;
}

.u-indent {
    padding-left: 16px;
}

sup {
    font-size: .5em;
    position: relative;
    top: .4em;
    line-height: 1;
    vertical-align: top;
    left: 1px;
    display: inline !important;
}

strong sup {
    top: .4em;
    font-size: .7em;
}


strong .sup--tm {
    top: .5em;

    font-size: .6em;
}


h1, h2, h3, h4, h5 {
    color: inherit;
}

h1 sup {
    font-size: .4em;
    top: 0.18em;
}

h2 sup {
    font-size: .9em;
    top: 0.12em;
}

h2 .sup--tm {
    font-size: .6em;
    top: 0.2em;
}


h3 sup {
    font-size: 1em;
    top: .16em;
}

h3 .sup--tm {
    font-size: .7em;
    top: 0.3em;
}

h4 sup {
    font-size: 1em;
    top: .2em;
}

h4 .sup--tm {
    font-size: .7em;
    top: 0.35em;
}

h5 sup {
    top: .4em;
}

/* h5 sup {
    top: .2em;
} */

body h1 {
    font-size: 50px;
    line-height: 1.1;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 400;
}

body h1:last-child {
    margin-bottom: 0;
}


body h2 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 500;
    margin-top: 80px;
}

body h2:last-child {
    margin-bottom: 0;
}

body h2:first-child {
    margin-top: 0 !important;
}

body h2 + h3 {
    margin-top: 0;
}

body h3 {
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 16px;
    margin-top: 40px;
    line-height: 1.3;
}

body h3:first-child {
    margin-top: 0 !important;
}

body h4 {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 16px;
    margin-top: 40px;
    line-height: 1.4;
}

body h4:first-child {
    margin-top: 0;
}

body h2 + .is-style-miniHeading--noBorder {
    margin-top: -20px !important;
    margin-bottom: 25px !important;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 12px;
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}

body p a, body li a, body h2 a, body h3 a, body h4 a, .gform_confirmation_message a, .wabc-toolTip a {
    color: var(--color-grey700);
    text-decoration: none !important;
    border-bottom: 1px solid var(--color-grey300);
    transition: .3s border, .3s color;
    outline: none !important;
}

.wabc-toolTip a {
    font-weight: bold;
}

body p a:hover, body li a:hover, body h2 a:hover, body h3 a:hover, body h4 a:hover, .gform_confirmation_message a:hover {
    color: var(--color-grey);
}

body .has-charcoal-background-color p a {
    color: var(--color-grey400);
    border-bottom: 1px solid var(--color-grey600);
}

body .has-charcoal-background-color p a:hover {
    color: var(--color-grey200);
}


.c-footer p a, .c-footer__copyright p a {
    border-bottom: 1px solid var(--color-grey600);
}

a {
    text-decoration: none !important;
}

p.p--large, p.has-large-font-size {
    font-size: 18px;
    margin-bottom: 20px;
}

p.p--large:last-child, p.has-large-font-size:last-child {
    margin-bottom: 0;
}

p.p--small, p.has-small-font-size {
    font-size: 14px;
}

p.p--small sup, p.has-small-font-size sup {
    top: 0.5em !important;
}

p.is-style-narrow {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-quote {
    position: relative;
    padding-left: 30px;
    margin: 0 10% 12px 30px;
}

.wp-block-quote:before {
    content: '';
    width: 1px;
    background: var(--color-gold);
    height: 36px;
    position: absolute;
    left: 0;
    top: 5px;
}

.wp-block-quote p strong {
    font-weight: 400;
}

.wp-block-quote p {
    color: var(--color-grey700);
}

ul, ol {
    margin-top: 0;
    margin-bottom: 12px;
    padding: 0;
}

ul {
    list-style-type: none;
}

ol {
    padding-left: 17px;
}

ul:last-child, ol:last-child {
    margin-bottom: 0;
}

ol > li > ol, ul > li > ul {
    margin-top: 6px;
}

li {
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 5px;
}

li:last-child {
    padding-bottom: 0;
}

ul li {
    padding-left: 16px;
    position: relative;
}

ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    background: var(--color-charcoal);
}

ul.has-gold-style li:before {
    background: var(--color-gold);
}

ul.has-blue-style li:before {
    background: var(--color-blue);
}

.has-charcoal-background-color ul li::before {
    background: white;
}

hr, .wp-block-separator {
    margin: 40px auto;
    width: 100%;
    display: block;
    border: 0;
    height: 1px;
    padding: 0;
    background: var(--color-grey200);
}

.wp-block-image {
    margin: 40px 0;
}

.wp-block-image:first-child {
    margin-top: 0;
}

.wp-block-image:last-child {
    margin-bottom: 0;
}


@media screen and (max-width: 600px) {

    sup {
        top: .45em;
    }

    strong sup {
        top: .2em;
    }

    strong .sup--tm {
        top: .25em;
    }

    h1 sup {
        top: 0.35em;
    }

    h2 sup {
        top: 0.15em;
    }

    h2 .sup--tm {
        top: 0.35em;
    }

    h3 sup {
        top: .2em;
    }

    h3 .sup--tm {
        top: 0.3em;
    }

    h4 sup {
        top: .2em;
    }

    h4 .sup--tm {
        top: 0.3em;
    }

    h5 sup {
        top: .4em;
    }

    body h1 {
        font-size: 32px;
        line-height: 1.2;
        margin-bottom: 20px;
        margin-top: 0;
        font-weight: 400;
    }

    body h2 {
        font-size: 26px;
        line-height: 1.3;
    }

    body h3 {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 12px;
    }

    body h4 {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 10px;
    }

    body p, li {
        font-size: 15px;
    }

    body p.p--large, p.has-large-font-size {
        font-size: 16px;
    }

    /* body h2 + .is-style-miniHeading--noBorder {
        margin-top: -20px !important;
        margin-bottom: 25px !important; 
    } */


}

/* Hero Banner Block */

.c-heroBanner {
    padding: calc(var(--blockSpacing--large) + var(--headerHeight)) 0 var(--blockSpacing--large);
    background-size: cover;
    background-position: center center;
    background-color: var(--color-charcoal);
    position: relative;
    color: white;
}

.c-heroBanner--slogan:before {
    pointer-events: none;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 250px;
    background: linear-gradient(to bottom, rgba(36, 39, 42, 0) 0%, rgba(36, 39, 42, 1) 100%);
}


.c-heroBanner--small {
    padding: calc(var(--blockSpacing) + var(--headerHeight)) 0 var(--blockSpacing)
}

.c-heroBanner--fullHeight {
    min-height: 100vh;
}

.c-heroBanner--alignCenter {
    text-align: center;
}

.c-heroBanner--alignCenter .c-breadcrumb {
    justify-content: center;
}

.c-heroBanner__content {
    max-width: 600px;
    position: relative;
    z-index: 3;
}

.c-heroBanner--fullWidth .c-heroBanner__content {
    max-width: 100%;
}

.c-heroBanner--alignCenter .c-heroBanner__content {
    margin-left: auto;
    margin-right: auto;
}

.c-heroBanner__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .75;
}

.c-heroBanner__overlay--leftToRight {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    background: linear-gradient(to right, rgba(36, 39, 42, 1) 0%, rgba(36, 39, 42, 1) 30%, rgba(36, 39, 42, 0) 75%, rgba(36, 39, 42, 0) 100%);
}

@media screen and (max-width: 800px) {
    .c-heroBanner__overlay--leftToRight {
        background: var(--color-charcoal);
        opacity: .75;
    }
}

.c-heroBanner h1, .c-heroBanner p {
    text-shadow: 0 2px 2px rgba(0, 0, 0, .2);
}

.c-heroBanner p {
    font-size: 19px;
    font-style: italic;
}

@media screen and (max-width: 768px) {
    .c-heroBanner:after {
        content: '';
        background-color: var(--color-charcoal);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: .7;
    }

    .c-heroBanner__overlay--leftToRight {
        display: none;
    }

}

@media screen and (max-width: 600px) {
    .c-heroBanner p {
        font-size: 16px;
    }
}

/* hero slider */

.c-heroSlider {
    background: #24282B;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: .6s opacity;
}

.c-heroSlider .owl-stage-outer, .c-heroSlider .owl-stage, .c-heroSlider .owl-item {
    height: 100%;
}

.c-heroSlider.owl-loaded {
    opacity: 1;
}

.c-heroSlider:after {
    pointer-events: none;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 250px;
    background: linear-gradient(to bottom, rgba(36, 39, 42, 0) 0%, rgba(36, 39, 42, 1) 100%);
}

@media screen and (max-width: 768px) {
    .c-heroSlider:after {
        display: none;
    }

    .c-heroSlider:before {
        display: none;
    }

}


.c-heroSlider__item {
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #24282B;
    height: 100%;
    width: 100%;
    padding: calc(var(--blockSpacing--large) + var(--headerHeight)) 0 var(--blockSpacing--large);
}

@media screen and (max-width: 768px) {

    .c-heroSlider__item:after {
        content: '';
        background-color: var(--color-charcoal);
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: auto;
        opacity: .7;
    }

    .c-heroSlider__item {
        background-position: 63% center;
    }
}

.c-breadcrumb {
    display: inline-block;
    margin: 0 0 12px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    max-width: 100%;
}

.c-breadcrumb a, .c-breadcrumb span {
    pointer-events: none;
    font-weight: 400 !important;
    font-size: 11px !important;
    letter-spacing: .16em;
    text-transform: uppercase;
    padding: 0;
    color: var(--color-grey300) !important;
}

.c-breadcrumb a sup, .c-breadcrumb span sup {
    top: 1.2em;
}

.c-breadcrumb :not(:first-child):before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url('imgs/breadcrumb-chevron.svg') no-repeat center center / 10px 10px;
    margin: 0 5px;
    position: relative;
    top: 1px;
}

@media screen and (max-width: 600px) {
    .c-breadcrumb a, .c-breadcrumb span {
        font-size: 9px !important;
    }

    .c-breadcrumb :not(:first-child):before {
        width: 7px;
        height: 7px;
        background-size: 7px 7px;
        margin: 0 4px;
    }
}

.c-readMore {
    margin: 0 0 30px;
}

.c-readMore:last-child {
    margin-bottom: 0;
}

.c-readMore__content {
    display: none;
}

.c-readMore__content :last-child {
    margin-bottom: 0;
}

.c-expandBtn {
    cursor: pointer;
    color: var(--color-gold) !important;
    position: relative;
    letter-spacing: .02em;
    font-size: 15px;
    border-bottom: none !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    outline: none !important;
    text-decoration: none !important;
    transition: .3s color, .3s filter;
    margin-top: 24px;
    display: flex;
    align-items: center;
}

.c-expandBtn--alignCenter {
    justify-content: center;
}


.c-expandBtn:hover, .c-expandBtn:focus {
    color: var(--color-gold) !important;
}

.c-expandBtn:hover {
    filter: brightness(125%);
}

.c-expandBtn:before {
    content: '';
    position: relative;
    top: -3px;
    background: url('imgs/icon-plus.svg') center center / 20px 20px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: block;
    flex-shrink: 0;
    transition: .3s transform, .3s margin;
}

.c-expandBtn--expanded:not(.c-expandBtn--alwaysVisible), .c-expandBtn--expanded:hover:not(.c-expandBtn--alwaysVisible) {
    color: transparent !important;
}

.c-expandBtn--expanded:before {
    transform: rotate(45deg);
}

.c-expandBtn--alignCenter.c-expandBtn--expanded:before {
    margin-left: 100px;
    transform: rotate(45deg) translateY(10px);
}

.c-accordionItem {
    position: relative;
    padding-bottom: 13px;
}

.c-accordionItem:after {
    content: '';
    position: absolute;
    width: 50px;
    left: 0;
    bottom: 0;
    height: 1px;
    background: var(--color-grey200);
    display: none;
}

h5 + .c-accordionParent .c-accordionItem:first-child {
}

.c-accordionParent.c-five-references {
    margin-top: 20px;
}

.c-accordionParent.c-five-references.margin-forty-nine {
    margin-top: 15px;
}

.c-accordionItem:first-child .c-expandBtn {
    margin-top: 0;
}

h5 + .c-accordionParent .c-accordionItem:first-child {
    margin-top: 24px;
}

.c-accordionItem:last-child {
    padding-bottom: 0;
}

.c-accordionItem:last-child:after {
    display: none;

}

.c-accordionTitle__content {
    display: none;
    margin-top: 15px;
    padding-left: 30px;
}

.c-accordionTitle__content :last-child {
    margin-bottom: 0;
}

.page-template-wabc-review .status-indicators {
    font-size: 15px;
}

.page-template-wabc-review p.has-small-font-size {
    font-size: 12px;
    margin-top: 10px;
}

p.has-small-font-size.references-note, .ref-note, .ref-note p.has-small-font-size, .ref-note.has-small-font-size {
    font-size: 13px;
    line-height: 1.2;
}

.page-id-8002 .c-accordionTitle__content, .page-id-1720 .c-accordionTitle__content {
    margin-bottom: 50px;
}

.fileupload-cancel {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f2f2f2;
    color: #666;
    text-decoration: underline !important;
    padding: 0 11px 16px 68px;
    border-left: 10px solid #6cc24a;
    font-size: 12px;
    width: 399px;
    display: none;
}

/*
.fileupload-cancel {
   position: absolute;
    bottom: -13px;
    left: 0;
    background: #f2f2f2;
    color: #666;
    text-decoration: underline !important;
    padding: 0 11px 9px 68px;
    border-left: 10px solid #6cc24a;
    font-size: 12px;
    width: 399px;
    display: none;
}*/
#gform_56 .gform_footer {
    position: relative;
}

/* Coach locator styles */

.wabc-pageTitle {
    text-align: center;
}

.wabc-pageTitle .fl-heading-text {
    position: relative;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: .01em;
}

.wabc-pageTitle .fl-heading-text:after {
    content: '';
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    right: 0;
    height: 3px;
    background: #FDAD1A;
}


.wabc-searchForm {
    /* max-width: 960px;
    margin: 0 auto; */
}

.wabc-searchForm--expandedSearch {
    margin: 20px 0;
    /* border: 1px solid #ececec;
    padding: 10px 20px; */
}

.wabc_searchForm__actions {
    margin-top: 20px;
}

.wabc-searchForm label {
    display: block;
    font-size: 13px;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
    color: #666666;
}

.wabc-searchForm__cols {
    display: flex;
}

.wabc-searchForm__cols > :last-child {
    margin-right: 0;
}

.wabc-searchForm__col {
    flex-basis: 50%;
    flex-grow: 0;
    margin-right: 10px;
}

.wabc-searchForm__cols--four .wabc-searchForm__col {
    flex-basis: 25%;
}

.wabc-searchForm__cols--three .wabc-searchForm__col {
    flex-basis: 33.33%;
}

.wabc-inputText {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    border: 2px solid #999999 !important;
    border-radius: 0 !important;
    height: 50px;
    font-size: 16px !important;;
    padding: 5px 12px !important;
    background: white;
    transition: .3s color, .3s background;
}

.wabc-inputText.is-error {
    background: var(--primary-color) !important;
    color: white !important;
}

@media screen and (min-width: 995px) {

    .wabc-inputText--large {
        height: 54px;
        font-size: 30px !important;
    }

}

.wabc-inputText--onDark {
    border: none !important;;
}

.wabc-inputSelect {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    border: 2px solid #989898;
    font-size: 16px;
    height: 50px;
    padding: 0 12px;
    border-radius: 0;
    background-repeat: no-repeat;
    background-image: url('imgs/select-arrow.png');
    background-position: calc(100% - 20px) center;
    background-size: 20px 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

@media screen and (min-width: 995px) {

    .wabc-inputSelect--large {
        height: 54px;
        font-size: 30px !important;
    }

}

.wabc-inputSelect--onDark {
    border: none !important;;
}

.wabc-inputSelect::-ms-expand {
    display: none;
}

.wabc-inputSelect:focus {
    outline: none;
}

.wabc-inputSubmit {
    font-size: 15px !important;
    padding: 12px 20px !important;
    text-transform: uppercase;
    border: 3px solid var(--primary-color) !important;
    background: var(--primary-color) !important;
    color: white !important;
    transition: .3s border, .3s background, .3s color;
    display: inline-block;
    line-height: 1.2 !important;
    -webkit-apperance: none;
}

.wabc-inputSubmit:hover {
    background: var(--secondary-color) !important;
}


@media screen and (min-width: 995px) {

    .wabc-locatorForm {
        display: flex;
        align-items: center;
    }

    .wabc-locatorForm input {
        margin-bottom: 0;
    }

    .wabc-locatorForm input:not(:last-child) {
        margin-right: 25px;
    }

}

.wabc-locatorForm__policiesLink {
    margin-top: 15px;
    text-align: left;
    color: white;
    text-decoration: underline;
    display: inline-block;
}

.wabc-locatorForm__policiesLink:hover, .wabc-locatorForm__policiesLink:focus {
    color: #ececec;
    outline: none;
}


.wabc-coachForm__actions {
    margin-top: 25px;
}

.wabc-coachForm__locationTrigger {
    display: none;
}

.wabc-coachForm__policiesLink {
    color: white;
    text-decoration: underline;
    transition: .3s color;
}

.wabc-coachForm__policiesLink:hover, .wabc-coachForm__policiesLink:focus {
    color: #ececec;
    outline: none;
}


@media screen and (min-width: 995px) {

    .wabc-coachForm input, .wabc-coachForm select {
        margin-bottom: 0;
    }

    .wabc-coachForm__location {
        display: flex;
        margin: 25px 0 0;
        position: relative;
    }

    .wabc-coachForm__locationTrigger {
        display: block;
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: white;
        height: 54px;
        font-size: 30px;
        padding: 5px 12px;
        cursor: pointer;
        color: rgba(34, 34, 34, 0.4);
        width: 100% !important;
        max-width: 100% !important;
    }

    .wabc-coachForm__locationTrigger--hidden {
        display: none;
    }


    .wabc-coachForm__location > *:not(:last-child) {
        margin-right: 25px;
    }

    .wabc-coachForm__location > * {
        max-width: calc((99.99% - 50px) / 3);
    }

    .wabc-coachForm__actions {
        display: flex;
        /* justify-content: space-between; */
        align-items: center;
    }

    .wabc-coachForm__clearForm {
        margin-left: auto;
    }

    .wabc-coachForm__policiesLink {
        margin-left: 20px;
    }


}

@media screen and (max-width: 994px) {

    .wabc-coachForm__actions > * {
        width: 100%;
    }

    .wabc-coachForm__actions > *:last-child:not(:first-child) {
        margin-top: 10px;
    }

    .wabc-coachForm__actions .fl-button {
        width: 100%;
        display: block;
        text-align: center;
    }

    .wabc-coachForm__policiesLink {
        margin-top: 15px;
        display: inline-block;
    }

}

.wp-block-buttons {
    margin: 30px 0;
}

.wp-block-buttons + .wp-block-buttons {
    margin-top: -20px;
}

.wp-block-buttons:first-child {
    margin-top: 0;
}

.wp-block-buttons:last-child {
    margin-bottom: 0;
}

.wp-block-buttons .wp-block-button {
    margin: 0;
}


#cid_cert_field {
    display: none;
}

.wabc-btn, .wp-block-button__link, .woocommerce div.product form.cart .single_add_to_cart_button,
.lostpassword-submit button, .gform_previous_button, .gform_save_link, .gform_next_button, .form-resend-contact input, .add-area, .remove-area {
    font-size: 14px;
    padding: 15px 20px 11px;
    text-transform: uppercase;
    background: transparent;
    color: var(--color-grey);
    border: 1px solid var(--color-grey300);
    transition: .3s background, .3s color;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-weight: 400;
    min-height: 48px;
    filter: brightness(100%);
    outline: none !important;
    letter-spacing: .02em;
    min-width: 115px;
    text-align: center;
    text-decoration: none;
    top: 0;
}

.wp-block-button__link:visited {
    color: var(--color-grey);
}

.wabc-btn:hover, .wp-block-button__link:hover, .wp-block-button__link:focus, .gform_previous_button:hover, .gform_save_link:hover, .form-resend-contact input:hover, .add-area:hover, .remove-area:hover {
    background-color: var(--color-grey100);
    color: var(--color-grey);
}


.wabc-btn--primary, .mgbutton, .is-style-primary .wp-block-button__link, .woocommerce div.product form.cart .single_add_to_cart_button, .gform_next_button, .lostpassword-submit button {
    border: none;
    background-color: var(--primary-color);
    color: white;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    transition: .3s border, .3s background, .3s color, .3s filter, .3s box-shadow;
}

.is-style-primary .wp-block-button__link:visited {
    color: white;
}


.wabc-btn--primary:hover, .is-style-primary .wp-block-button__link:hover, .is-style-primary .wp-block-button__link:focus, .woocommerce div.product form.cart .single_add_to_cart_button:hover, .gform_next_button:hover, .lostpassword-submit button:hover {
    background-color: var(--primary-color);
    color: white;
    filter: brightness(120%);
}

.wabc-btn--primary:active, .btn-solid .fl-button:active, .is-style-primary .wp-block-button__link:active {
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, .3);
}

.wabc-btn--secondary a {
    color: var(--color-charcoal) !important;
}

.wabc-btn--secondary a:hover, .wabc-btn--secondary a:active {
    border: none !important;
}

.wabc-btn--secondaryOnDark, .is-style-secondaryOnDark .wp-block-button__link {
    background: transparent;
    color: white;
    border: 1px solid var(--color-grey600);
    transition: .3s background, .3s color;
}

.wabc-btn--secondaryOnDark:hover, .is-style-secondaryOnDark .wp-block-button__link:hover, .is-style-secondaryOnDark .wp-block-button__link:focus {
    background: var(--color-grey);
    color: white;
    filter: brightness(100%);
}

.is-style-tertiary .wp-block-button__link {
    display: block;
    color: var(--color-gold);
    position: relative;
    padding: 0 0 0 30px;
    letter-spacing: .02em;
    font-size: 15px;
    border: none;
    background: none;
    text-transform: uppercase;
    font-weight: 500;
    outline: none;
    height: auto;
    min-width: 1px;
    text-align: left;
    min-height: 1px;
}

.u-textTransform--none .wp-block-button__link {
    text-transform: none;
}

.is-style-tertiary .wp-block-button__link:visited {
    color: var(--color-gold);
}

.is-style-tertiary .wp-block-button__link:hover, .is-style-tertiary .wp-block-button__link:focus {
    color: var(--color-gold);
}


.is-style-tertiary .wp-block-button__link:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -13px;
    background: url('imgs/button-arrow.svg') center center / 20px 20px;
    width: 20px;
    height: 20px;
    display: block;
    transition: .3s transform;
}

.is-style-tertiary .wp-block-button__link:hover:before {
    transform: translateX(4px);
}

.wp-block-button__link em {
    font-size: 12px;
    font-style: normal;
    display: block;
    width: 100%;
}


.is-small .wp-block-button__link {
    font-size: 13px;
    height: auto;
    padding: 12px 15px 8px;
    min-height: auto;
}

.wp-block-button.is-exclusive {
    display: block;
}

.is-exclusive .wp-block-button__link {
    display: block;
    width: 100%;
    padding-left: 45px;
    color: var(--color-gold);
}

.is-exclusive.is-small .wp-block-button__link {
    position: relative;
    display: inline-block;
    padding-left: 44px;
}

.is-exclusive .wp-block-button__link:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 14px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: url("imgs/WABC-Icon-Exclusive-gold-white.svg") center/20px 20px no-repeat;
}

.is-exclusiveOnDark .wp-block-button__link {
    position: relative;
    display: inline-block;
    padding-left: 44px;
}

.is-exclusiveOnDark .wp-block-button__link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 14px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: url("imgs/WABC-Icon-Exclusive-gold.svg") center/20px 20px no-repeat;
}

.wabc-btn--full, .lostpassword-submit button {
    width: 100%;
    display: block;
}


@media screen and (max-width: 600px) {

    .wp-block-buttons {
        margin: 15px 0;
    }

    .wp-block-buttons + .wp-block-buttons {
        margin-top: -8px;
    }

    .is-style-tertiary .wp-block-button__link {
        font-size: 14px;
    }

    .is-style-tertiary .wp-block-button__link::before {
        margin-top: -12px;
    }
}


.wabc-btn--small {
    font-size: 12px;
    height: auto;
    padding: 12px 15px 8px;
    min-height: auto;
}


.mgbutton {
    font-size: 12px !important;
    padding: 4px 20px 0 !important;
    text-transform: uppercase !important;
    background: transparent !important;
    color: var(--color-grey) !important;
    border: 1px solid var(--color-grey300) !important;
    transition: .3s background, .3s color !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 4px !important;
    font-weight: 400 !important;
    height: 40px !important;
    line-height: 40px !important;
    filter: brightness(100%) !important;
    outline: none !important;
    letter-spacing: .02em !important;
    min-width: 95px !important;
    text-align: center !important;
    text-decoration: none !important;
    top: 0 !important;
}


.mgbutton:hover {
    background-color: var(--color-grey200) !important;
    color: var(--color-grey) !important;
}

.wabc-btn--large {
    height: 60px;
    font-size: 18px;
}

@media screen and (max-width: 600px) {

    .wabc-btn--large {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        padding: 2px 0 0;
    }
}


.wabc-btn + .wabc-btn {
    margin-left: 4px;
}


.wabc-btn--arrow {
    background-image: url('imgs/icon-arrow-right-white.svg');
    background-position: calc(100% - 12px) center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    justify-content: flex-start;
    text-align: left;
    padding-right: 50px;
}


#renew-btn input:hover,
#upgrade-btn input:hover {
    background: white;
}


.wabc-checkbox .wabc-checkbox__label {
    display: block;
    border-bottom: 1px solid #ececec;
    color: #323232;
    padding: 8px 10px 8px 32px;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    transition: .3s background;
    letter-spacing: normal;
    font-weight: 400;
    margin: 0;
    text-transform: none;
}

.wabc-checkbox__label:hover {
    background: #ecc9ce;
}

.wabc-checkbox__label:before {
    content: '';
    width: 14px;
    height: 14px;
    border: 1px solid #ececec;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 10px;
    background: white;
    transition: .3s background;
}

.wabc-checkbox input[type="checkbox"]:checked + .wabc-checkbox__label::before {
    background: #dc1e37 url('imgs/check.svg') no-repeat center center / 8px 9px;
}

.wabc-checkbox input[type="checkbox"] {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap; /* added line */
}


.page-id-2394 p:empty, .page-id-2404 p:empty {
    display: none;
}


.wabc-coachResultSearchTags {
    margin-bottom: 50px;
    margin-top: -5px;
}

@media screen and (min-width: 995px) {

    .wabc-coachResultSearchTags {
        width: 100%;
    }
}


.wabc-coachResultSearchTags h6 {
    font-weight: 700;
    flex-shrink: 0;
    margin-right: 20px;
    margin-top: 0;
    margin-bottom: 5px;
    align-self: center;
    position: relative;
    top: 1px;
    font-size: 14px;
    color: var(--color-grey700);
    text-transform: uppercase;
}

.wabc-coachResultSearchTags__tags {
    display: flex;
    flex-wrap: wrap;
    margin-left: -4px;
}

.wabc-searchTag {
    display: block;
    padding: 7px 8px 4px;
    background: var(--color-grey100);
    border-radius: 4px;
    font-size: 10px;
    align-self: center;
    margin: 5px;
}

.wabc-searchTag b {
    text-transform: uppercase;
}

.wabc-advancedCoachForm {
    border: 1px solid var(--color-grey200);
    padding: 30px 35px;
    flex-shrink: 0;
}

@media screen and (max-width: 600px) {
    .wabc-advancedCoachForm {
        margin-bottom: 50px;
    }
}

.wabc_advancedCoachForm__actions {
    /* display: flex;
    justify-content: space-between; */
    margin-top: 30px;
}

.wabc-advancedCoachForm select {
    margin-bottom: 10px;
}

.wabc-advancedCoachForm h4 {
    margin-bottom: 30px;
}

.wabc-advancedCoachForm label {
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 700;
    display: block;
    font-size: 14px;
    color: var(--color-grey700);
    text-transform: uppercase;
}

.wabc-advancedCoachForm label:first-child {
    margin-top: 0;
}

.wabc_advancedCoachForm__actions {
    display: block;
}

.wabc_advancedCoachForm__actions .wabc-btn {
    display: block;
    width: 100%;
}

.wabc_advancedCoachForm__actions .wabc-btn + .wabc-btn {
    margin-left: 0;
    margin-top: 8px
}


@media screen and (min-width: 995px) {

    .wabc-advancedCoachForm {
        width: 350px;
        margin-right: 60px;
        margin-bottom: 0;
    }

    .wabc-coachResultsList {
        width: calc(99.99% - 480px);
    }

}


.wabc-locatorResultItem__contact {
    border: 2px solid #EBEBEB;
    width: 310px;
    margin-left: 30px;
    flex-shrink: 0;
    padding: 20px;
}

.wabc-locatorResultItem__type {
    display: inline-block;
    background: #FAAF15;
    text-transform: uppercase;
    padding: 5px 14px;
    font-size: 15px;
    margin-bottom: 10px;
}

.wabc-locatorResultItem__type--expired {
    background: #EDEDED;
}

.wabc-locatorResultItem__expiryDate {
    font-size: .9em;
    font-style: italic;
    color: #666666;
    display: block !important;
}

/* .wabc-locatorResultItem__credentials {
    font-size: 22px;
    margin: 0;
} */

.wabc-locatorResultItem p span {
    font-size: 12px;
    font-style: italic;
    color: #666666;
    display: block;
}

.wabc-locatorResultItem__credentials img {
    margin-left: 5px;
    position: relative;
    top: -3px;
}

.wabc-locatorResultItem h3 {
    margin-top: 0;
}

.wabc-locatorResultItem h4 {
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-top: 30px;
}

.wabc-locatorResultItem h4:first-child {
    margin-top: 0;
}


.wabc-locatorResultItem__contact a {
    display: inline-block;
    padding-bottom: 8px;
    border-bottom: 3px solid var(--primary-color);
}

@media screen and (max-width: 600px) {

    .wabc-locatorResultItem {
        display: block;
        padding-top: 30px;
        margin-top: 30px;
    }

    .wabc-locatorResultItem__info {
        width: 100%;
        margin-bottom: 20px;
    }

    .wabc-locatorResultItem__contact {
        width: 100%;
        margin: 0;
    }

    .wabc-locatorResultItem h4 {
        margin-top: 20px;
    }

}

@media screen and (min-width: 995px) {

    .wabc-coachResultsContainer {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
    }

}


.wabc-coachResultItem {
    display: flex;
    border-top: 1px solid var(--color-grey200);
    padding-top: 40px;
    margin-top: 40px;
}

.wabc-coachResultItem h3 {
    margin: 0 0 auto 0;
    margin-bottom: 0;
}

.wabc-coachResultItem h3 a {
    color: var(--color-charcoal);
}


.wabc-coachResultItem:nth-of-type(2) {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}

.wabc-coachResultItem__left {
    width: 170px;
    margin-right: 30px;
}

.wabc-coachResultItem__right {
    display: flex;
    flex-direction: column;
    position: relative;
}

.wabc-coachResultItem__left a {
    display: block;
}

.wabc-coachResultItem__left img {
    width: 170px;
    max-width: 170px;
    height: 170px;
    object-fit: cover;
    display: block;
    outline: 2px solid white;
    outline-offset: -2px;

}


@media screen and (max-width: 600px) {

    .wabc-coachResultItem__left {
        margin-right: 20px;
        width: 100px;
    }

    .wabc-coachResultItem__left img {
        width: 100px;
        max-width: 100px;
        height: 100px;
    }
}

.wabc-coachResultItem--featured .wabc-coachResultItem__left img {
    border: 2px solid var(--color-gold);
}

.wabc-coachResultItem__type {
    background: var(--color-gold);
    padding: 8px 15px 5px;
    color: white;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 14px;
    margin-bottom: 15px;
    display: inline-block;
    align-self: flex-start;
}

@media screen and (max-width: 600px) {

    .wabc-coachResultItem__type {
        padding: 7px 11px 2px;
        font-size: 12px;
        margin-bottom: 10px;
    }
}

.wabc-coachResultItem__credentials {
    font-size: 20px;
    margin: 0;
    display: flex;
}

@media screen and (max-width: 600px) {

    .wabc-coachResultItem__credentials {
        font-size: 16px;
    }

}

.wabc-coachResultItem__credentials sup {
    top: .45em;
}

.wabc-coachResultItem__credentials img {
    margin-left: 5px;
    position: relative;
    top: -3px;
}

.wabc-coachResultItem__credentials img {
    max-width: 15px;
}

.wabc-coachResultItem__location {
    margin: 0;
    position: relative;
    top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


.wabc-coachResultItem h5 {
    color: var(--color-grey600);
    /* margin: 10px 0 0;*/
    margin: 21.2px 0 auto 0;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 400;
    font-size: 15px;
}

@media only screen and (max-width: 600px) {
    .wabc-coachResultItem h5 {
        margin: auto 0 0;
    }
}

/* Member profile page styles  */

.page-template-member-page .wabc-header {
    background: var(--color-charcoal);
}

.wabc-memberHeader {
    background: #24272a;
    padding: var(--blockSpacing) 0;
    color: white;
    margin-top: -10px;
}


.wabc-memberHeader__left {
    width: 280px;
    margin-right: 40px;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}

.wabc-memberHeader__left img {
    display: block;
    width: 280px;
    max-width: 280px;
    height: 280px;
    object-fit: cover;
    /* border: 1px solid rgba(255,255,255,.1); */
    outline: 2px solid var(--color-charcoal);
    outline-offset: -2px;
}

.wabc-memberHeader--wabc-affiliate-member .wabc-memberHeader__left img {
    outline: 2px solid white;
    outline-offset: -2px;

}

.wabc-memberHeader--featured .wabc-memberHeader__left img {
    border: 2px solid #FAC300;
}

.wabc-memberHeader__right {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 2;
}

.wabc-memberHeader__right > :first-child {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.wabc-memberHeader h1 {
    color: white;
    margin: 0;
    display: flex;
    align-items: center;
    font-weight: 700;
}

.wabc-memberHeader .u-wc {
    display: flex;
}


.wabc-memberHeader__credentials {
    font-size: 22px;
    margin: -2px 0 0 0;
}

.wabc-memberHeader__credentials img {
    margin: 0 5px 0;
    max-width: 18px;
    height: 18px;
}

.wabc-coachResultItem .wabc-memberHeader__credentials img {
    position: relative;
    top: 1px;
    margin: 0 1px 0;
    max-width: 11px;
    height: 11px;
}

.wabc-coachResultItem .wabc-memberHeader__credentials {
    font-size: 13px;
    margin: 0;
}

.wabc-memberHeader__links {
    display: flex;
    flex-wrap: wrap;
    margin-top: auto;
}

.wabc-memberHeader__links a {
    color: white;
    text-transform: uppercase;
    margin-right: 20px;
    border-bottom: none;
    padding-bottom: 3px;
    margin-bottom: 5px;
    font-size: 14px;
    display: block;
    width: 100%;
    letter-spacing: .01em;
}

.wabc-memberHeader__links a {
    color: #ececec;
}

.wabc-memberHeader__links a:last-child {
    margin-right: 0;
}


.wabc-memberHeader__links span {
    border-bottom: 1px solid white;
    padding-top: 4px;
}

.wabc-memberHeader__links a:last-child {
    margin-bottom: -2px;
}

.wabc-memberQuote {
    font-size: 27px;
    padding: 0 0 0 40px;
    border-left: 1px solid #FAC300;
    width: 320px;
    margin-left: 40px;
    flex-shrink: 0;
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
}


.wabc-memberHeader--wabc-affiliate-member {
    background: white;
    padding: 106px 0 60px;
    margin-top: 0;
}

@media screen and (max-width: 1330px) {
    .wabc-memberHeader--wabc-affiliate-member {
        padding: 60px 0;
    }
}

@media screen and (max-width: 600px) {
    .wabc-memberHeader--wabc-affiliate-member {
        padding: 50px 0;
    }
}


.wabc-memberHeader--wabc-affiliate-member h1 {
    color: black;
}

.wabc-memberHeader--wabc-affiliate-member .wabc-memberHeader__credentials {
    color: black;
}

.wabc-memberHeader--wabc-affiliate-member + .wabc-memberContent {
    padding: 50px 0;
    background: white;
}

@media screen and (max-width: 600px) {
    .wabc-memberHeader--wabc-affiliate-member + .wabc-memberContent {
        padding: 40px 0;
    }
}


.wabc-memberHeader--wabc-affiliate-member .u-wc {
    position: relative;
}

.wabc-memberHeader--wabc-affiliate-member .u-wc::after {
    position: absolute;
    bottom: -60px;
    content: '';
    background: #ececec;
    height: 1px;
    display: block;
    left: 40px;
    right: 40px;
}

@media screen and (max-width: 600px) {
    .wabc-memberHeader--wabc-affiliate-member .u-wc::after {
        bottom: -50px;
    }
}


.wabc-memberHeader__credentials sup {
    top: .55em;
}

.wabc-memberContent {
    padding: 75px 0;
    background: white;
}

.wabc-memberContent .u-wc {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.wabc-memberContent h2 {
    width: 100%;
    margin-top: 0;
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 0;
}

.wabc-memberContent h3 {
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 22px;
    margin-top: 35px;
    margin-bottom: 0;
}

.wabc-memberContent h5 {
    display: inline;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-top: 15px;
}


.wabc-memberContent h3 + h5 {
    margin-top: 0;
}

.wabc-memberBody {
    order: 1;
    width: calc(99.99% - 450px);
}

.wabc-memberSidebar {
    order: 2;
    margin-left: 150px;
    width: 300px;
    flex-shrink: 0;
}

.wabc-member__verifyLink {
    display: inline-flex !important;
    align-items: center;
    color: var(--color-gold);
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 45px;
    margin-top: 21px;
    border-bottom: none !important;
    transition: .3s color, .3s border;
}

@media screen and (max-width: 800px) {
    .wabc-member__verifyLink {
        position: absolute;
        top: 0;
        left: 60px;
    }

    .wabc-memberBody {
        padding-top: 125px;
    }

}

@media screen and (max-width: 600px) {
    .wabc-member__verifyLink {
        left: 20px;
    }

}


.wabc-member__verifyLink span {
    color: var(--color-gold);
}

.wabc-member__verifyLink:hover span {
    text-decoration: underline;
    text-decoration-color: var(--color-gold);
    color: var(--color-gold);
}


.wabc-member__verifyLink img {
    display: block;
    margin-right: 10px;
    width: 42px;
    position: relative;
    top: -1px;
}

.wabc-contactBox {
    border: 1px solid #EAEAEA;
    padding: 20px 25px 28px;
    border-radius: 3px;
    margin: 40px 0 0;
}

.wabc-contactBox h3 {
    text-transform: none;
    margin: 0 auto 10px;
    letter-spacing: normal;
}

.wabc-contactBox > p:first-child a {
    display: block;
}

.wabc-contactBox :last-child {
    margin-bottom: 0;
}

.wabc-contactBox__socials {
    display: flex;
}

.wabc-contactBox__socials a {
    font-size: 40px;
    margin-right: 10px;
    color: #2F2F2F;
    transition: .3s opacity;
    border-bottom: none !important;
}

.wabc-contactBox__socials a:hover {
    opacity: .7;
}


.wabc-memberTypeTag {
    background: var(--color-gold);
    padding: 8px 15px 5px;
    color: white;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 14px;
    margin-bottom: 15px;
    display: inline-block;
    align-self: flex-start;
}

.wabc-memberCredentials {
    border: 3px solid #FDAF17;
    margin-top: 40px;
    padding: 25px 40px;
}

.wabc-memberRegion {
    display: block;
}

.wabc-memberTitle {
    font-size: 29px;
    margin-top: -10px;
    margin-bottom: 62px;
    font-weight: 700;
    max-width: 600px;
}

.wabc-memberContent ul {
    margin: 0 0 10px 0;
    list-style-type: none;
    padding: 0;
}

.wabc-memberContent ul li {
    margin: 0;
    padding: 0 0 0 12px;
}


.wabc-member__avatar {
    position: relative;
    background: #F3F3F3;
    text-transform: capitalize;
}

.wabc-member__avatar img {
    display: block;
}

.wabc-member__avatar span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #C0C0C0;
    font-size: 100px;
    padding-top: 23px;
}

.wabc-member__avatar--small span {
    font-size: 80px;
}


@media screen and (max-width: 1200px) {

    .wabc-memberHeader__right {
        display: block;
    }

    .wabc-memberQuote {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

}

@media screen and (max-width: 768px) {

    .wabc-memberTypeTag {
        padding: 5px 14px;
        font-size: 15px;
    }

    .wabc-memberHeader__left {
        width: 100px;
        margin-right: 20px;
    }

    .wabc-member__avatar span {
        font-size: 40px;
        padding-top: 6px;
    }

    .wabc-memberHeader__left img {
        width: 100px;
        max-width: 100px;
        height: 100px;
    }

    .wabc-memberContent h2 {
        font-size: 36px;
    }

    .wabc-memberTitle {
        font-size: 22px;
    }


    .wabc-memberQuote {
        font-size: 17px;
        padding: 15px 0 15px 20px;
    }

    .wabc-memberHeader__links {
        margin-top: 30px;
    }

}

@media screen and (max-width: 800px) {

    .wabc-memberContent {
        padding: 60px 0;
    }

    .wabc-memberBody {
        display: block;
        width: 100%;
    }

    .wabc-memberSidebar {
        display: block;
        margin: 30px 0 0;
        width: 100%;
    }

}


/* header styles */

.wabc-header {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    padding: 35px 0;
    border-bottom: 1px solid transparent;
    transition: .3s background, .3s padding, .3s transform, .3s border;
}

.wabc-header:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(36, 39, 42, 1) 0%, rgba(36, 39, 42, 0) 100%);
}

.page-template-tpl-no-header-footer .wabc-header {
    display: none;
}

.wabc-header--scrolled {
    background: #24272a;
    border-bottom: 1px solid var(--color-grey800);
}

.wabc-header--scrolled2 {
    padding: 30px 0 20px;
}

.wabc-header--scrolled3:not(.wabc-header--mobileMenuActive) {
    transform: translateY(-100%);
}

/* @media screen and (min-width: 451px) {

    .wabc-header--scrolled3:not(.wabc-header--mobileMenuActive) {
        transform: translateY(-100%);
    }
} */

.admin-bar .wabc-header {
    top: 32px;
}

.fl-builder-edit .wabc-header {
    top: 45px;
}

.wabc-desktopHeader {
    position: relative;
    z-index: 2;
}

.wabc-desktopHeader .u-wc {
    max-width: 100%;
}

.wabc-header__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wabc-header__bottom {
    padding-top: 10px;
    transition: .3s padding;
    display: flex;
    align-items: center;
}

.wabc-header__actions {
    margin-left: 40px;
}

.wabc-header--scrolled2 .wabc-header__bottom {
    padding-top: 8px;
}

.wabc-headerLogo {
    display: block;
    max-width: 440px;
}

.wabc-headerLogo img {
    display: block;
}

@media screen and (max-width: 1120px) {

    .wabc-headerLogo {
        max-width: 300px;
    }

}


.wabc-mainMenu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
}

.wabc-mainMenu li {
    padding: 0 5px;
    position: relative;
}

.wabc-mainMenu li:before {
    display: none;
}

.wabc-mainMenu li:first-child {
    padding-left: 0;
}

.wabc-mainMenu li:last-child {
    padding-right: 0;
}

.wabc-mainMenu li a {
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    padding: 8px 0 4px;
    text-decoration: none;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    transition: .3s border;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wabc-mainMenu li a:hover, .wabc-mainMenu li.current-menu-item > a, .wabc-mainMenu li.current-menu-item > a, .wabc-mainMenu li.current-menu-ancestor > a, .wabc-mainMenu li.current-menu-parent > a {
    border-bottom: 1px solid var(--color-grey600);
    color: white;
}

.wabc-mainMenu li.wabc-menuBtn {
    padding: 0;
    flex-shrink: 0;
}

.wabc-mainMenu li.wabc-menuBtn a {
    color: white;
    padding: 11px 18px;
    background: var(--primary-color);
    border: 3px solid var(--primary-color) !important;
    transition: .3s background, .3s color;
    margin-left: 20px;
    border-radius: 4px;
}

.wabc-mainMenu li.wabc-menuBtn a:hover {
    background: var(--secondary-color);
}

@media screen and (min-width: 1329px) {

    .wabc-mainMenu ul {
        position: absolute;
        z-index: 1;
        top: 100%;
        left: 0;
        padding: 20px;
        width: 300px;
        visibility: hidden;
        opacity: 0;
        text-align: left;
        transition: .3s opacity, 0s visibility .3s;
        list-style-type: none;
        background: var(--secondary-color);
    }

    .wabc-mainMenu ul li {
        padding: 0;
    }

    .wabc-mainMenu ul a {
        display: inline-block;
        text-transform: none;
    }

    .wabc-mainMenu ul ul {
        top: -20px;
        left: calc(100% + 20px);
        background: black;
    }

    .wabc-mainMenu > li:nth-last-child(-n+3) ul ul {
        left: auto;
        right: calc(100% + 20px);
    }

    .wabc-mainMenu li:hover > ul {
        visibility: visible;
        transition-delay: 0s;
        opacity: 1;
    }

    .wabc-mainMenu ul {
        display: block !important;
    }
}


.wabc-topMenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.wabc-topMenu li {
    padding: 0;
    margin-left: 35px;
}

@media screen and (max-width: 1120px) {
    .wabc-topMenu li {
        margin-left: 20px;
    }
}

.wabc-topMenu li:before {
    display: none;
}

.wabc-topMenu a {
    color: white;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    padding: 4px 0;
    transition: .3s border;
}

.wabc-topMenu li a:hover {
    color: white;
    border-bottom: 1px solid var(--color-grey600);
}

.wabc-mobileHeader {
    display: none;
    position: relative;
    z-index: 2;
}

.wabc-mobileHeader .u-wc {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wabc-mobileHeader__searchBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    margin-left: auto;
}

.wabc-mobileHeader__searchBtn svg {
    width: 15px;
    height: 15px;
    display: block;
}


.nav-icon {
    display: none;
    float: right;
    width: 24px;
    height: 19px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 10;
    margin-top: 1px;
}

.nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: white;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .3s ease-in-out;
}

.nav-icon span:nth-child(1) {
    top: 2px;
    transform-origin: left center;
}

.nav-icon span:nth-child(2) {
    top: 8px;
    transform-origin: left center;
}

.nav-icon span:nth-child(3) {
    top: 14px;
    transform-origin: left center;
}

.nav-icon.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 0;
    left: 3px;
}

.nav-icon.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.nav-icon.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 17px;
    left: 3px;
}

.wabc-mainMenu .drop-toggle {
    display: none;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    height: 52px;
    width: 44px;
    background: url('imgs/chevron-down-white.svg') no-repeat center center / 13px 13px;
    cursor: pointer;
    transition: .3s color;
}

.wabc-mainMenu .drop-toggle.is-active {
    transform: rotate(180deg);
}


@media screen and (max-width: 1330px) {

    .wabc-mainMenu .drop-toggle {
        display: block;
    }

    .wabc-mobileHeader {
        display: block;
    }

    .wabc-desktopHeader .wabc-headerLogo {
        display: none;
    }

    .wabc-desktopHeader .u-wc {
        display: flex;
        flex-direction: column;
    }

    .wabc-header__top {
        order: 2;
    }

    .wabc-header__bottom {
        order: 1;
    }

    .wabc-header--scrolled2 .wabc-header__bottom {
        padding-top: 0
    }

    .wabc-header {
        background: #24272a;
        padding: 20px 0;
    }

    .wabc-desktopHeader {
        padding: 10px 0 20px !important;
        position: absolute;
        top: 100%;
        right: 0;
        max-height: calc(100vh - 86px);
        height: 100vh;
        background: #24272a;
        max-width: 400px;
        width: 100%;
        margin-top: 0;
        visibility: hidden;
        opacity: 0;
        transform: scale(0.9);
        overflow-y: auto;
        transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    }


    .wabc-header--mobileMenuActive .wabc-desktopHeader {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s;
        transform: none;
    }

    .wabc-mainMenu {
        display: block;
    }

    .wabc-mainMenu li {
        padding: 0;
        border-bottom: 1px solid var(--color-grey800);
    }

    .wabc-mainMenu > li:last-child {
        border-bottom: 0;
    }

    .wabc-mainMenu li a {
        display: block;
        padding: 14px 0;
    }

    .wabc-mainMenu li.wabc-menuBtn a {
        display: inline-block;
        margin-top: 20px;
    }

    .wabc-mainMenu li.wabc-menuBtn a {
        margin-left: 0;
        margin-top: 15px;
    }

    .wabc-header__top {
        display: block;
    }

    .wabc-header__top .wabc-menuSearch {
        display: none;
    }

    .wabc-header__bottom {
        padding-bottom: 20px;
        padding-top: 0;
        display: block;
    }

    .wabc-header__actions {
        margin: 15px 0 12px 0;
    }

    .wabc-topMenu {
        display: block;
    }

    .wabc-topMenu li {
        margin: 0;
    }

    .wabc-topMenu a {
        display: block;
    }

    .nav-icon {
        display: block;
    }

    .wabc-languageSelector #flags {
        max-height: 200px;
        right: auto;
        left: 0;
    }

    .wabc-languageSelector #flags li a {
        text-align: left;
    }

    .wabc-mainMenu ul {
        padding-left: 10px;
        margin: 0;
        display: none;
        border-top: 1px solid var(--color-grey800);
        list-style-type: none;
    }

    .wabc-mainMenu ul li:first-child {
        padding-top: 0;
    }

    .wabc-mainMenu ul li a {
        padding: 10px 0;
        font-size: .9em;
        text-transform: none;
    }

    .wabc-mainMenu ul li:last-child {
        border-bottom: 0;
    }

}

@media screen and (max-width: 450px) {

    .wabc-headerLogo {
        max-width: 230px;
    }

    .wabc-desktopHeader {
        max-width: 100%;
    }

    .wabc-desktopHeader {
        max-height: calc(100vh - 64px);
    }


}

.wabc-menuSearch {
    position: relative;
    z-index: 2;
}

.wabc-menuSearch__icon {
    position: relative;
    z-index: 3;
    width: 30px;
    height: 30px;
    background: transparent;
    border-radius: 50%;
    border: none !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: .3s border, .3s background, .3s color !important;
}

.wabc-menuSearch__icon:hover, .wabc-menuSearch--active .wabc-menuSearch__icon {
    border: none !important;
    background: var(--primary-color);
}


.wabc-menuSearch__icon svg {
    display: block;
    width: 15px;
}

.wabc-menuSearch__form {
    width: 225px;
}

.wabc-menuSearch__formInput {
    border: 1px solid #ececec;
    background: white;
    border-radius: 50px;
    height: 38px;
    line-height: 38px;
    font-size: 13px;
    font-family: inherit;
    padding: 0 20px;
    display: block;
    width: 100%;
    color: #323232;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, .1);
}

.wabc-menuSearch__formInput:focus {
    outline: none;
}


.wabc-menuSearch--active .wabc-menuSearch__form {
    visibility: visible;
    transform: translateX(-1px);
    opacity: 1;
    transition-delay: 0s;
}


@media screen and (min-width: 1024px) {


    .wabc-menuSearch__form {
        position: absolute;
        z-index: 1;
        top: -4px;
        right: -6px;
        opacity: 0;
        visibility: hidden;
        transform: translateX(-10px);
        transition: .3s opacity, .3s transform, .3s visibility 0s;
    }
}

@media screen and (max-width: 1330px) {

    .wabc-menuSearch {
        margin: 0 0 14px !important;
        max-width: 100%;
    }

    .wabc-menuSearch__form {
        width: 100%;
    }

    .wabc-menuSearch__icon {
        position: absolute;
        top: 4px;
        right: 4px;
    }

    .wabc-menuSearch__formInput {
        border-radius: 0;
        padding: 0 12px 0 40px;
        background: #1A1A1A;
        color: white;
        border: 0 !important;
    }

    .wabc-menuSearch__icon {
        border: none !important;
        background: transparent !important;
        border-radius: 0;
        right: auto;
        left: 5px;
    }
}


/* google translate */

.wabc-languageSelector {
    position: relative;
    z-index: 2;
}

.wabc-languageSelector #flags {
    border: 1px solid var(--color-grey200);
    position: absolute;
    width: 200px !important;
    top: calc(100% + 5px);
    right: 0;
    margin: 0;
    padding: 0;
    overflow-y: auto !important;
    background: white;
    max-height: 300px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(5px);
    transition: .3s opacity, .3s transform, 0s visibility .3s;
}

.wabc-languageSelector--active #flags {
    visibility: visible;
    transform: none;
    opacity: 1;
    transition-delay: 0s;
}

.wabc-languageSelector #flags ul {
    float: none !important;
}

.wabc-languageSelector #flags li {
    float: none !important;
    width: 100%;
    padding: 0 !important;
    border-bottom: 1px solid #ececec !important;
    margin: 0;

}

.wabc-languageSelector #flags li a {
    background: none !important;
    width: auto !important;
    height: auto !important;
    display: block;
    margin: 0 !important;
    color: black;
    border: none !important;
    padding: 5px 8px !important;
    transition: .3s background, .3s color;
}

.wabc-languageSelector #flags li a:hover {
    color: white;
    background: var(--primary-color) !important;
}

#flags li a:after {
    content: attr(data-lang);
}

#google_language_translator {
    visibility: hidden;
    height: 0;
    width: 0 !important;
    overflow: hidden;
}

/* reg pages / form styles */

/* step styles */

/* .gform_wrapper .gf_page_steps {
    display: flex;
    flex-wrap: wrap;
    border-bottom: none !important;
    margin-right: 10px;
} */

#gf_page_steps_2 .gf_step {
    display: block;
    opacity: .3;
    border-bottom: 5px solid transparent;
    height: auto !important;
    padding-bottom: 10px;
    transition: .3s border, .3s opacity;
    position: relative;
}

.gf_step_completed:hover {
    opacity: 1 !important;
}

.gf_step.gf_step_active {
    border-bottom: 5px solid #e9aa2a;
    /*border-bottom: 5px solid #222;*/
    opacity: 1;
}

#gform_2 .gf_step .gwmpn-page-link {
    display: block !important;
}

#gform_2 .gf_step_number:before {
    content: "0";
    color: #222 !important;
}

.gf_step .gf_step_number {
    border: none !important;
    font-size: 45px !important;
}

#gform_2 .gf_step_number {
    color: #222 !important;
}

#gform_save_2_9_link {
    display: none;
}

.gf_step .gwmpn-page-link {
    display: flex !important;
    align-items: flex-start;
}

.gf_step_label {
    margin-top: 7px;
    flex-shrink: 0;
    font-size: 17px;
    line-height: 1.2;
}

#gform_wrapper_2 .gform_body {
    width: calc(100% - 36%);
    float: left;
}

#gform_2 .gform_page_footer {
    margin-top: 30px;
}

#gform_2 .validation_error {
    width: calc(100% - 36%);
    clear: right;
    float: left;
}

h2.gform_submission_error.hide_summary {
    display: none;
}

h2.gform_submission_error {
    font-size: initial;
}

@media screen and (max-width: 1120px) {
    #gform_wrapper_2 .gform_body, #gform_2 .validation_error {
        float: none;
        width: 100%;
    }
}

/* Flow progress steps */

/* 8002 is resume page 
1557 is app outstanding page
*/

.woocommerce-page .flow-progress-steps, .flow-progress-steps {
    background: #FFF;
    padding: 30px;
    border-radius: 4px;
    border: 1px solid #e7e7e7 !important;
    box-shadow: 0 4px 14px rgb(0, 0, 0, .06);
}

.flow-progress-steps + .flow-progress-steps, #gf_page_steps_2 .flow-progress-steps {
    padding: 0 !important;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
}

@media screen and (max-width: 1200px) {
    .woocommerce-page .flow-progress-steps {
        margin-bottom: 50px !important;
    }
}

@media screen and (max-width: 600px) {
    .woocommerce-page .flow-progress-steps {
        padding: 25px;
    }
}

.flow-progress-steps .flow-step {
    margin: 0 0 16px 0;
    position: relative;
    color: #999999;
    padding-left: 40px;
    display: flex;
    align-items: baseline;
    min-width: 0;
}

.flow-progress-steps .step-number {
    font-size: 23px !important;
    margin-right: 5px;
    font-weight: bold;
    position: relative;
    top: 1px;
    flex-shrink: 0;
}

.flow-progress-steps .step-label {
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
    flex-shrink: 1;
    min-width: 0;
}

.gf_page_steps .gf_step br {
    display: none;
}

.flow-progress-steps .flow-step.active .step-number,
.flow-progress-steps .flow-step.active .step-label {
    color: var(--gold);
}

.flow-step:before {
    content: '';
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 15px;
    width: 26px;
    height: 26px;
    display: block;
    margin-top: -13px;
    background: white url('imgs/step-checkmark.svg') no-repeat center center / 13px 13px;
    z-index: 2;
}

.flow-step.active:before {
    border: 1px solid var(--gold);
    box-shadow: 0 0 0 4px rgba(252, 165, 24, .2);
}

.flow-progress-steps .flow-step:after {
    content: ' ';
    background: #e7e7e7;
    width: 1px;
    top: 0;
    bottom: -16px;
    position: absolute;
    left: 13px;
}

.flow-progress-steps.top-steps > :first-child:after,
.flow-progress-steps:first-child > :first-child:after {
    top: 50%;
}

.flow-progress-steps.top-steps > :last-child {
    margin-bottom: 10px;
}

.flow-progress-steps.bottom-steps > :last-child:after {
    bottom: 50%;
}

.flow-progress-steps.bottom-steps > :last-child {
    margin-bottom: 0;
}

.flow-progress-steps.bottom-steps > :first-child, .flow-progress-steps.bottom-steps .payment {
    /* margin-top: 12px;*/
}


.flow-progress-steps.bottom-steps .payment:after {
    top: -12px;
}

.flow-progress-steps .flow-step.completed:before {
    border: 1px solid var(--gold);
    background-color: var(--gold);
    color: black;
}

.flow-progress-steps .flow-step.completed .step-label, .flow-progress-steps .flow-step.completed .step-number {
    color: black;
}

.gform_wrapper .gf_step:after {
    content: ' ';
    background: #e7e7e7;
    width: 1px;
    top: 0;
    bottom: -16px;
    position: absolute;
    left: 13px;
}


/* steps container */
#gf_page_steps_2 {
    width: 24%;
    display: block;
    float: left;
    background: #FFF;
    padding: 30px;
    border-radius: 4px;
    border: 1px solid #e7e7e7 !important;
    box-shadow: 0 4px 14px rgb(0, 0, 0, .06);
    margin-bottom: 20px;
    margin-right: 8%;
}

@media screen and (max-width: 1120px) {
    #gf_page_steps_2 {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 60px;
        margin-top: -10px;
    }
}


#gform_2 .gf_step::before,
.flow-sub-steps .flow-step:before {
    content: '' !important;
    border: 1px solid #e7e7e7 !important;
    border-radius: 50%;
    position: absolute;
    left: 3px;
    top: 11px;
    width: 20px;
    height: 20px;
    display: block;
    margin-top: -13px;
    background: white url('imgs/step-checkmark.svg') no-repeat center center / 10px 10px;
    z-index: 2;
}

#gform_2 .gf_step.gf_step_active:before {
    border: 1px solid var(--gold) !important;
    box-shadow: 0 0 0 4px rgba(252, 165, 24, .2);
}

#gform_2 .gf_step.gf_step_active .gf_step_label {
    color: var(--gold) !important;
}

.flow-sub-steps .step-label {
    font-size: 16px;
}


#gf_page_steps_2 .gf_step {
    position: relative;
    opacity: 1;
    color: #999999;
    padding: 0 0 0 40px !important;
    margin: 0 0 12px 0 !important;
    font-size: 0;
}

#gf_page_steps_2 .gf_step .gf_step_label {
    color: #999999 !important;
}

#gform_2 .gf_step.gf_step_completed::before {
    border: 1px solid var(--gold);
    background-color: var(--gold);
    color: black;
}

#gform_2 .gf_step.gf_step_completed .gf_step_label {
    color: black;
}

.wpcp-upload-submit {
    margin-right: 4px;
}

#ShareoneDrive {
    font-family: 'Optima LT Pro', 'Segoe UI', 'Calibri', 'Arial', sans-serif !important;
}

#ShareoneDrive .fileupload-header-text-title {
    font-size: 14px !important;
}

#ShareoneDrive .fileupload-header {
    padding: 14px 18px;
}


@media screen and (max-width: 600px) {

    .flow-progress-steps .flow-step {
        padding-left: 30px;
        margin-bottom: 10px;
    }

    .flow-progress-steps .step-number {
        font-size: 19px !important;
    }

    .flow-progress-steps .step-label {
        font-size: 16px;
    }

    .flow-step::before {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        background-size: 10px 10px;
        top: 13px;
    }

    .flow-progress-steps .flow-step::after {
        left: 10px;
    }

    #gf_page_steps_2 .gf_step {
        padding: 0 0 0 31px !important;
        margin: 0 0 9px 0 !important;
    }

    #gform_2 .gf_step::before, .flow-sub-steps .flow-step::before {
        width: 16px;
        height: 16px;
        margin-top: -8px;
        left: 2px;
        top: 7px;
    }

    .gform_wrapper .gf_step::after {
        left: 10px;
    }

    #gform_2 .gf_step_label {
        font-size: 14px;
    }


}

/* fix upload plus button  */

#ShareoneDrive .fileupload-add-button, #ShareoneDrive .fileupload-requirements-button {
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    transition: .3s all !important;
}

/* dash header styles */

.wabc-dashHeader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 40px 0;
    background: linear-gradient(to bottom, rgba(36, 39, 42, 0.6) 0%, rgba(36, 39, 42, 0) 100%);
}

.wabc-dashHeader .u-wc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wabc-dashSettings {
    position: relative;
    display: flex;
    align-items: center;
}

.wabc-dashSettings__links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
}

.wabc-dashSettings .js-triggerTranslate, .wabc-dashSettings__links a {
    color: white;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    /* padding: 4px 0; */
    padding: 0;
    transition: .3s border;
    margin-right: 20px;
    margin-left: 20px;
    outline: none !important;
}

.wabc-dashSettings__link--back {
    position: relative;
}

.wabc-dashSettings__link--back:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url('imgs/breadcrumb-chevron.svg') no-repeat center center / 10px 10px;
    margin: 0 5px;
    position: relative;
    top: 0;
    transform: rotate(180deg);
}

.dashboard-logout {
    margin-top: 0 !important;
}

.js-triggerTranslate {
    outline: none;
}

.wabc-dashSettings__icon {
    width: 46px;
    height: 46px;
    display: block;
}

.wabc-dashSettings__icon img {
    display: block;
}

.wabc-dashSettings__flyout {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    transform: scale(.9);
    background: black;
    color: white;
    width: 450px;
    max-width: 90vw;
    padding: 27px 20px 18px;
    transition: .3s opacity, .3s transform, 0s visibility .3s;
}

.wabc-dashSettings--active .wabc-dashSettings__flyout {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
    transform: none;
}

.wabc-dashSettings__flyout h3, .wabc-dashSettings__flyout .gfield_html h3:first-child {
    font-size: 30px !important;
    margin-top: 0 !important;
    margin-bottom: 6px;
    margin-top: 24px;
}


.wabc-dashSettings__flyout h4 {
    font-size: 14px;
    letter-spacing: 1.2px;
    margin-top: 16px !important;
    margin-bottom: 8px !important;
}

/* .radio-img-chooser label {
    display: none;
} */

@media screen and (max-width: 600px) {
    .wabc-btn.dashboard-logout {
        font-size: 12px;
        padding: 10px 14px 7px;
        min-width: 1px;
        min-height: 1px;
    }

    .wabc-dashSettings .js-triggerTranslate {
        font-size: 12px;
    }
}

.gform_wrapper .radio-img-chooser .gfield_radio label {
    padding-left: 0 !important;
    margin: 0 !important;
    display: block;
    opacity: .6;
    border: 2px solid transparent;
    max-width: 100% !important;
    transition: .3s opacity, .3s border;

}

.gform_wrapper .radio-img-chooser .gfield_radio label:hover,
.gform_wrapper .radio-img-chooser .gfield_radio input:checked + label {
    opacity: 1;
}

.gform_wrapper .radio-img-chooser .gfield_radio input:checked + label img {
    border: 2px solid var(--color-gold);
}

.gform_wrapper .radio-img-chooser .gfield_radio h4 {
    margin-left: -4px;
}


.wabc-dashSettings__flyout .gfield_label {
    display: none !important;
}

.wabc-dashSettings__flyout .gform_footer input[type="submit"] {
    width: 100%;
    margin-top: -9px;
}


.gform_wrapper .radio-img-chooser .gfield_radio label img {
    display: block;
    width: calc(100% + 2px);
    margin-left: -2px;
}

.gform_wrapper .radio-img-chooser .gfield_radio label:before, .gform_wrapper .radio-img-chooser .gfield_radio label:after {
    display: none;
}

.gform_wrapper .radio-img-chooser .gfield_radio {
    display: flex !important;
    flex-wrap: wrap;
}

.gform_wrapper .radio-img-chooser .gfield_radio li {
    width: calc((100% - 2px) / 2);
    margin-right: 2px;
    margin-bottom: 2px !important;
}

.gform_wrapper .radio-img-chooser .gfield_radio li:nth-of-type(2n) {
    margin-right: 0;
}


body .wabc-dashSettings .gform_wrapper #gform_fields_48 {
    background: transparent !important;
    padding: 0 !important;
}


.wabc-dashSettings .gform_wrapper {
    margin: 0 !important;
}

.wabc-dashSettings .gfield:first-child {
    margin-top: 0 !important;
}


.u-miniHeading, .is-style-miniHeading, .is-style-miniHeading--noBorder {
    position: relative;
    left: 1px;
    font-weight: 400 !important;
    font-size: 14px !important;
    letter-spacing: .16em;
    text-transform: uppercase;
    padding: 0;
    margin: 0 auto 12px !important;
    color: var(--color-grey500);
}

.u-miniHeading-gold, .is-style-miniHeading-gold, .is-style-miniHeading-gold--noBorder {
    position: relative;
    left: 1px;
    font-weight: 400 !important;
    font-size: 14px !important;
    letter-spacing: .16em;
    text-transform: uppercase;
    padding: 0;
    margin: 0 auto 12px !important;
    color: var(--color-gold);
}

.u-miniHeading, .is-style-miniHeading-red, .is-style-miniHeading-red--noBorder {
    position: relative;
    left: 1px;
    font-weight: 400 !important;
    font-size: 14px !important;
    letter-spacing: .16em;
    text-transform: uppercase;
    padding: 0;
    margin: 0 auto 12px !important;
    color: var(--color-grey500);
}

.u-miniHeading:before, .is-style-miniHeading:before, .u-miniHeading-gold:before, .is-style-miniHeading-gold:before {
    content: '';
    display: block;
    margin: 0 0 24px;
    height: 1px;
    background: var(--color-gold);
    width: 50px;
}

.u-miniHeading-red:before, .is-style-miniHeading-red:before {
    content: '';
    display: block;
    margin: 0 0 24px;
    height: 1px;
    background: var(--color-red);
    width: 50px;
}

.is-style-miniHeading--noBorder + p {
    margin-top: -10px;
}

.u-miniHeading:first-child, .is-style-miniHeading:first-child, .is-style-miniHeading--noBorder:first-child {
    margin-top: 0;
}


.has-charcoal-background-color .is-style-miniHeading {
    color: var(--color-grey200);
}

h2.has-sub-title {
    margin-bottom: 0;
}






.u-miniHeading.has-text-align-center:before, .is-style-miniHeading.has-text-align-center:before {
    margin-left: auto;
    margin-right: auto;
}


@media screen and (max-width: 600px) {

    .u-miniHeading, .is-style-miniHeading, .is-style-miniHeading--noBorder {
        font-size: 12px !important;
        margin-bottom: 12px !important;
    }

    .u-miniHeading:before, .is-style-miniHeading:before {
        margin: 0 0 20px;
        width: 30px;
    }


}

.u-miniHeading + h2, .is-style-miniHeading + h2, .is-style-miniHeading--noBorder + h2 {
    margin-top: 0;
}

.u-miniHeading + h3, .is-style-miniHeading + h3, .is-style-miniHeading--noBorder + h3 {
    margin-top: 0;
}


.wabc-memberAction {
    position: relative;
}

.wabc-memberAction:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 37px;
    bottom: 20px;
    width: 1px;
    background: white;
}

.wabc-memberAction--darkBorder:after {
    background: black;
}

.wabc-memberAction--last:after {
    display: none;
}

.wabc-memberAction .fl-module-rich-text .fl-module-content {
    margin-bottom: 0;
}

.wabc-memberAction .fl-module-rich-text .fl-rich-text :last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1023px) {

    .wabc-memberAction:after {
        display: none !important;
    }
}


/* login page styles */

.wabc-loginPage {
    position: relative;
}

.wabc-loginPage:after {
    content: '';
    display: block !important;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

/* Homepage styles */

.u-darkGradientOverlay {
    position: relative;
}

.u-darkGradientOverlay:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block !important;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 1%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.75) 75%, rgba(0, 0, 0, 1) 100%);
    background-color: rgba(0, 0, 0, 0); /* Fallback for older browsers without gradient support */
}


.u-narrowWidth {
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* large select box style */


.wabc-linkBox {
    margin: 30px 0;
    position: relative;
}

@media screen and (max-width: 600px) {

    .wabc-linkBox {
        margin: 20px 0;
    }

}

.wabc-linkBox:first-child {
    margin-top: 0;
}

.wabc-linkBox:last-child {
    margin-bottom: 0;
}

.wabc-linkBox select, .wabc-linkBox__title {
    margin: auto;
    color: white;
    display: block;
    font-size: 18px;
    padding: 16px 45px 14px 21px !important;
    border-radius: 4px !important;
    border: 1px solid #656565 !important;
    background-repeat: no-repeat !important;
    background-image: url(imgs/chevron-down-white.svg) !important;
    background-position: calc(100% - 18px) center !important;
    background-size: 14px 13px !important;
    background-color: rgba(36, 39, 42, 0.48) !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    outline: none !important;
    transition: .3s background;
}

.wabc-linkBox select, .wabc-linkBox__title {
    cursor: pointer;
}

.wabc-linkBox select:hover, .wabc-linkBox__title:hover {
    background-color: var(--color-grey) !important;
}

.wabc-linkBox--normal select, .wabc-linkBox--normal .wabc-linkBox__title {
    padding: 16px 18px 13px !important;
    font-size: 14px;
}

.wabc-linkBox__links {
    position: absolute;
    z-index: 999999;
    top: 100%;
    left: 0;
    right: 0;
    background-color: rgba(36, 39, 42, 0.9);
    border-left: 1px solid #656565;
    border-right: 1px solid #656565;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    visibility: hidden;
    scrollbar-width: thin;
    opacity: 0;
    transition: .3s opacity, 0s visibility .3s;
}

.wabc-linkBox--normal .wabc-linkBox__links {
    max-height: 200px;
}

.wabc-linkBox__links::-webkit-scrollbar {
    width: 4px;
}

.wabc-linkBox__links::-webkit-scrollbar-thumb {
    background: #ddd;
}

.wabc-linkBox__links ::-webkit-scrollbar-track {
    background: #666;
}

.wabc-linkBox:focus-within .wabc-linkBox__links {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

.wabc-linkBox__heading {
    display: block;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 0.75pt;
    color: white;
    padding: 15px 20px 12px;
    border-bottom: 1px solid #656565;
    transition: .3s background;
    outline: none;
}

.wabc-linkBox__link {
    display: block;
    color: white;
    padding: 15px 20px 12px;
    border-bottom: 1px solid #656565;
    transition: .3s background;
    outline: none;
}
.wabc-linkBox__link.tabbed {
    padding: 15px 20px 12px 30px;
}

.wabc-linkBox--normal .wabc-linkBox__link {
    padding: 12px 20px 10px;
    font-size: 14px;
}

.wabc-linkBox__link:hover {
    background: rgba(255, 255, 255, .15);
}

.wabc-linkBox__link:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom: 0;
}


@media screen and (max-width: 600px) {

    .wabc-linkBox select, .wabc-linkBox__title {
        padding: 15px 45px 12px 12px !important;
        font-size: 14px;
    }

}

.page-id-2960 .wabc-linkBox, .page-template-admin-dashboard .wabc-linkBox {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.page-id-2960 .wabc-linkBox.wabc-linkBox--accredited--lac, .page-template-admin-dashboard .wabc-linkBox.wabc-linkBox--accredited--lac,
.page-id-2960 .wabc-linkBox.wabc-linkBox--accredited--lac-l1, .page-template-admin-dashboard .wabc-linkBox.wabc-linkBox--accredited--lac-l1,
.page-id-2960 .wabc-linkBox.wabc-linkBox--accredited--lac-l2, .page-template-admin-dashboard .wabc-linkBox.wabc-linkBox--accredited--lac-l2 {
    max-width: 485px;
}

.wabc-linkBox select::-ms-expand {
    display: none;
}

.wabc-linkBox--title p {
    margin: 0;
}


.top-slider .fl-slide-text p {
    font-size: 20px;
}

.top-slider .bx-wrapper .bx-pager.bx-default-pager a {
    width: 13px;
    height: 13px;
    margin: 4px;
    transition: .3s background;
}

.top-slider .top-slider--rightText h1 {
    color: #da1f3d !important;
    line-height: 1.35;
    margin: 0;
}

.uabb-blog-posts ul.slick-dots li button::before {
    content: '';
    border-radius: 50%;
    width: 12px;
    height: 12px;
    transition: .3s background;
    border: 1px solid white;
    background: transparent;
    opacity: 1;
}

.uabb-blog-posts ul.slick-dots li button:active, .uabb-blog-posts ul.slick-dots li button:focus {
    top: 0 !important;
}

.uabb-blog-posts ul.slick-dots li.slick-active button::before {
    background: white;
}

.uabb-blog-posts .slick-dots {
    padding-left: 0;
    margin-left: 0;
}

.wabc-latestPostSlider .uabb-post-thumbnail {
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1 !important;
    max-width: 100% !important;
    margin: 0;
}

.wabc-latestPostSlider .uabb-post-thumbnail:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0) 100%);
}

.wabc-latestPostSlider .uabb-blog-post-content > * {
    position: relative;
    z-index: 2;
    max-width: 450px;
}

.wabc-latestPostSlider .uabb-post-thumbnail img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;

}

.wabc-latestPostSlider .uabb-button {
    margin-bottom: 20px;
}

.wabc-latestPostSlider .cbxwpbkmarkwrap {
    display: none;
}

.wabc-latestPostSlider .uabb-blog-post-content {
    padding: 60px 0 60px !important;
}

.wabc-latestPostSlider .uabb-post-heading {
    font-size: 30px;
}

.wabc-latestPostSlider .uabb-post-meta {
    text-transform: uppercase;
}

.wabc-latestPostSlider .uabb-post-meta .uabb-posted-by {
    text-transform: none;
}


.wabc-latestPostSlider .uabb-blog-posts-description p {
    font-size: 14px !important;
}

.wabc-latestPostSlider .uabb-blog-posts ul.slick-dots {
    position: absolute;
    bottom: 30px;
}


.wabc-latestPosts .cbxwpbkmarkwrap-post {
    display: none;
}

.wabc-latestPosts .uabb-blog-posts-description {
    margin-bottom: 20px;
}

.wabc-searchBar .fl-col-group > :last-child > .fl-col-content {
    display: flex;
    flex-direction: row !important;
}

.wabc-searchBar .fl-col-group > :last-child > .fl-col-content .fl-module {
    width: auto !important;
}

.wabc-searchBar .fl-col-group {
    flex-wrap: nowrap !important;
}

.wabc-searchBar .fl-col-group > :first-child {
    width: 100% !important;
    flex-shrink: 1 !important;
}


.wabc-searchBar .fl-col-group > :last-child {
    width: auto !important;
    flex-shrink: 0 !important;
}

@media screen and (max-width: 1330px) {

    .wabc-searchBar .fl-col-group > :last-child, body.search .wabc-searchBar .fl-node-5edfe74404dee {
        width: 100% !important;
        max-width: 100% !important;
    }


    body.search .wabc-searchBar .fl-node-5edfe74404dee {
        width: 100% !important;
        max-width: 100% !important;
    }

    .wabc-searchBar .fl-col-group > :last-child > .fl-col-content {
        display: block !important;
    }

    .wabc-searchBar .fl-col-group > :last-child > .fl-col-content .fl-button, body.search .wabc-searchBar .fl-node-5edfe74404dee .fl-button {
        display: block !important;
        width: 100%;
        text-align: center;
    }

    .wabc-searchBar p:empty {
        display: none;
    }

    .wabc-searchBar .facetwp-facet {
        margin-bottom: 10px;
    }


}

body:not(.fl-builder-edit) .wabc-advancedSearch {
    display: none;
}

.page-numbers {
    transition: .3s background, .3s color;
}


.wabc-toolTip {
    text-align: center;
    color: var(--color-charcoal);
    background: white;
    border: 1px solid var(--color-grey200);
    position: absolute;
    z-index: 999999999999;
    padding: 15px 20px 13px;
    font-size: 14px;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
    max-width: 280px;
}

.wabc-toolTip p {
    font-size: 14px;
}

.wabc-toolTip :last-child {
    margin-bottom: 0;
}

.single-digital-badge .wabc-toolTip, .single-prov-digital-badge .wabc-toolTip {
    background: var(--color-charcoal) !important;
    color: white !important;
}


/*
.wabc-toolTip:after  {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #111;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}
 
.wabc-toolTip.top:after{
    border-top-color: transparent;
    border-bottom: 10px solid #111;
    top: -20px;
    bottom: auto;
}

.wabc-toolTip.left:after{
    left: 10px;
    margin: 0;
}

.wabc-toolTip.right:after{
    right: 10px;
    left: auto;
    margin: 0;
} */

.be-tooltip {
    display: block;
    font-size: 0;
    width: 26px;
    height: 26px;
    cursor: pointer;
    background: url('imgs/info-icon.png') center center / cover;
    transition: .3s opacity;
    float: left;
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    margin-left: 15px;
    position: relative;
    top: -3px;
}

.be-tooltip:hover {
    opacity: .8;
}

.gfield_label .be-tooltip {
    flex-shrink: 0;
    margin-left: 15px;
    position: relative;
    top: -3px;
}

/* 
woo styling */

.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details {
    display: none !important;
}

.woocommerce table.shop_table {
    border-collapse: collapse !important;
    border: 1px solid var(--color-grey200);
}

.woocommerce table.shop_table th {
    padding: 20px 20px 16px;
    vertical-align: middle !important;
}

.woocommerce table.shop_table td {
    padding: 23px 20px 20px;
}

.woocommerce-page table.cart td.actions {
    display: none;
}

.shop_table .product-thumbnail, .shop_table .product-quantity {
    display: none !important;
}


.shop_table a {
    color: var(--color-grey700);
    text-decoration: none !important;
    border-bottom: 1px solid var(--color-grey300);
    transition: .3s border, .3s color;
    outline: none !important;
}

.shop_table a:hover {
    color: var(--color-grey);
}

.product-name {
    font-weight: 700;
}

.product-name .variation {
    font-weight: 400;
    margin: 0;
}

.woocommerce .cart-collaterals .cart_totals {
    max-width: 300px;
    width: 100%;
    margin-top: 0;
}

.cart_item td.product-total, .cart_item td.tax-rate {
    text-align: right;
}

.cart-subtotal td, .order-total td, .tax-rate td {
    text-align: right;
}

.cart-subtotal td[data-title="Subtotal"] {
    /* min-width:106px;*/
}

.change-payment-btn {
    font-size: .85em;
    text-align: right;
}

#add_payment_method #payment ul.payment_methods li img.stripe-icon, .woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
    margin: 0 0 7px !important;
}

.payment_method_cheque label img {
    position: relative;
    top: -10px;
    margin: 0 0 0 3px !important;
}

@media screen and (min-width: 768px) {

    .woocommerce-cart-form__contents .woocommerce-Price-amount {
        display: block;
    }

    .woocommerce-cart-form__contents .woocommerce-Price-amount bdi {
        display: flex;
        justify-content: flex-end;
    }

    .woocommerce-cart-form__contents td.product-price br {
        display: none;
    }

    .woocommerce-cart-form__contents td.product-price {
        text-align: right;
    }

    .woocommerce-cart .woocommerce-Price-currencySymbol {
        margin-left: 3px;
    }

    .woocommerce-cart-form__contents .product-name {
        width: 100%;
    }

    .woocommerce a.remove {
        margin: 0 auto;
    }


    /* .woocommerce-cart-form__contents .product-subtotal {
        width: 180px !important;
    } */
    .cart-collaterals .cart-subtotal th {
        width: 100% !important;
        border-right: 1px solid #ececec !important;
    }

    .cart-collaterals .cart-subtotal td {
        font-weight: 700;
    }

}


.product-remove {
    width: 92px;
    text-align: center;
}

.product-remove a {
    display: inline;
}

.woocommerce a.remove, .woocommerce a.remove:hover {
    color: red !important;
    background: transparent !important;
}

.cart_totals h2 {
    font-size: 26px;
}

.woocommerce-checkout .checkout-cart {
    display: none;
}

.wc_payment_methods li {
    padding-left: 0;
}

.wc_payment_methods li:before {
    display: none !important;
}

.woocommerce-checkout #payment {
    border: 1px solid var(--color-grey200);
    background: none;
}

.woocommerce-checkout #payment ul.payment_methods {
    padding: 30px;
    border-bottom: 1px solid var(--color-grey200);
}

.woocommerce-checkout #payment div.payment_box {
    background: #f6f6f6;
    border: 1px solid var(--color-grey200);
}

.woocommerce-checkout #payment div.payment_box::before {
    top: auto;
    bottom: 100%;
    border-bottom-color: var(--color-grey200);
}

body .wc-stripe-elements-field, body .wc-stripe-iban-element-field {
    font-size: 16px;
    box-sizing: border-box;
    border: 1px solid var(--color-grey200);
    border-radius: 4px;
    background-color: #FFFFFF;
    font-family: inherit;
    padding: 16px 18px 13px;
    display: block;
    width: 100%;
    box-shadow: 0 2px 8px 0 rgba(252, 165, 24, 0) !important;
    transition: .3s border, .3s box-shadow;
    margin-bottom: 0;
    outline: none !important;
    color: var(--color-charcoal);
}

.secure-text {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.secure-text img {
    max-width: 120px;
    margin-left: 10px;
}

.woocommerce #payment #place_order {
    float: none;
    font-size: 14px;
    padding: 15px 20px 11px;
    text-transform: uppercase;
    background: transparent;
    color: var(--color-grey);
    border: 1px solid var(--color-grey300);
    transition: .3s background, .3s color;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-weight: 400;
    min-height: 48px;
    filter: brightness(100%);
    outline: none;
    text-decoration: none;
    letter-spacing: .02em;
    min-width: 115px;
    text-align: center;
    text-decoration: none;
    top: 0;
    border: none;
    background-color: var(--primary-color);
    color: white;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    margin-top: 20px;
    transition: .3s border, .3s background, .3s color, .3s filter, .3s box-shadow;
}

.woocommerce #payment #place_order:hover {
    background-color: var(--primary-color);
    color: white;
    filter: brightness(120%);
}

.place-order {
    padding: 30px !important;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce .select2-container--default .select2-selection--single {
    margin: 0 !important;
}

.woocommerce-checkout #payment div.form-row {
    padding: 0;
}

.woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
    border: 1px solid var(--color-grey200);
}

.woocommerce-error {
    margin-bottom: 20px;
}

.woocommerce-error li:before {
    display: none !important;
}

.woocommerce ul.order_details {
    margin: 30px 0 0;
}

.woocommerce ul.order_details li, .woocommerce ul.order_details li:last-of-type {
    float: none;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1;
    /*border-right: 1px dashed #d3ced2;*/
    border-right: 0;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    border-left: 1px solid var(--color-grey200);
    padding-left: 20px;
    margin-bottom: 17px;
    padding-bottom: 0;
    padding-top: 4px;
}

.woocommerce-order-overview li:before {
    display: none !important;
}

.printfriendly {
    margin-top: 5px;
}

.thank-you-header {
    margin-top: 0 !important;
}

.woocommerce-order-received .woocommerce-order > p:last-of-type {
    display: none;
}

@media screen and (max-width: 768px) {
    .product-remove {
        width: 100%;
    }

    .woocommerce .cart-collaterals .cart_totals {
        max-width: 100%;
    }

    .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
        width: 100%;
        float: none;
        padding: 0;
    }

    /* .woocommerce-checkout #payment div.form-row {
        padding: 0 !important;
    } */
    /* .woocommerce-additional-fields {
        margin-top: 30px;
    } */
    .wc_payment_method.payment_method_stripe img {
        max-width: 28px !important;
        position: relative;
        top: -3px;
    }

}


.wabc-programOptionsTabs .uabb-tabs-nav li .uabb-tab-title {
    border-bottom: 3px solid transparent;
    transition: .3s border;
}

.wabc-programOptionsTabs .uabb-tabs-nav li.uabb-tab-current .uabb-tab-title, .wabc-programOptionsTabs .uabb-tabs-nav li:hover .uabb-tab-title {
    border-bottom: 3px solid var(--primary-color);
}


.wabc-programOptionsTabs .uabb-tabs-nav .uabb-tab-link {
    border: none !important;
    box-shadow: none !important;
}

.provider-table td {
    font-size: .85em;
}

.provider-table td:last-child {
    text-align: right !important;
}

.wabc-programOptionsTabs .fl-icon, .wabc-programOptionsTabs .fl-icon-text {
    vertical-align: top;
}

.wabc-programOptionsTabs .fl-icon-text p {
    font-size: .85em;
}


.wabc-compareTable th label {

    font-weight: 400 !important;
    font-size: 20px !important;
}

.wabc-compareTable .uabb-table-features td:first-child {

    font-size: 20px !important;
    vertical-align: top;
}


.wabc-compareTable .tbody-row:nth-last-child(2) td {
    vertical-align: top;
}

.wabc-compareTable .tbody-row:last-child td:nth-of-type(1) {
    background: #4E4E4E;
}

.wabc-compareTable .tbody-row:last-child td:nth-of-type(2), .wabc-compareTable .tbody-row:last-child td:nth-of-type(4) {
    background: #E5E5E5;
}

.wabc-compareTable .tbody-row:last-child td:nth-of-type(3), .wabc-compareTable .tbody-row:last-child td:nth-of-type(5) {
    background: #D4D4D4;
}

/* Event Page Styles */
.tribe-events-single-event-title {
    display: none;
}

#tribe-events-content {
    margin-bottom: 0 !important;
    padding: 30px 0 10px 0 !important;
}

.tribe-events-notices {
    background: #c8c8c8 !important;
    color: #24272a !important;
    text-shadow: none !important;
    border: 1px solid #9a9a9a !important;
}


.tribe-events .tribe-events-c-ical__link::before {
    background-image: none !important;
    content: "+" !important;
    display: inline-block;
    position: relative;
    top: -3px;
}


.tribe-events-c-top-bar__datepicker-button, .tribe-events-c-nav__next, .tribe-events-c-nav__prev, .tribe-events-c-events-bar__search-button, .tribe-events-c-view-selector__button {
    border: none !important;
}

#tribe-events-pg-template, .tribe-events-pg-template {
    max-width: 1340px;
    padding: 0 20px;
}

html body .tribe-common .tribe-common-c-loader__dot {
    background: transparent;
    animation-name: b !important;
}

@keyframes b {
    50% {
        background-color: var(--primary-color);
    }
}

.tribe-events .tribe-events-c-messages__message--notice::before {
    filter: grayscale(100%);
}

.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date, .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
    color: var(--primary-color) !important;
}

.tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input, .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus {
    filter: grayscale(100%);
}

nav.woocommerce-breadcrumb {
    display: none;
}

#product-5957 .woocommerce-product-gallery.woocommerce-product-gallery--without-images.woocommerce-product-gallery--columns-4.images {
    display: none;
}

#product-5957 section.related.products {
    display: none;
}

#product-5957 section.related.products, #product-5957 .product_meta {
    display: none;
}

#product-5957 .quantity {
    display: none;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-info-bar-hidden {
    display: none !important;
}

/* Dashboard Backgrounds */
.dashboard-background-1 {
    background-image: url('/wp-content/uploads/2021/02/01-Tropical-Sea-Rocks-iStock-518356812.jpg');
}

.dashboard-background-2 {
    background-image: url('/wp-content/uploads/2021/02/02-Mountains-Milky-Way-iStock-1208463718.jpg');
}

.dashboard-background-3 {
    background-image: url('/wp-content/uploads/2021/02/03-Tropical-Island-Fish-iStock-1223690610.jpg');
}

.dashboard-background-4 {
    background-image: url('/wp-content/uploads/2021/02/04-Dandelion-Seeds-iStock-157681198.jpg');
}

.dashboard-background-5 {
    background-image: url('/wp-content/uploads/2021/02/05-Yellow-Flowers-iStock-1066796786.jpg');
}

.dashboard-background-6 {
    background-image: url('/wp-content/uploads/2021/02/06-Green-Leaves-iStock-844226534.jpg');
}

.dashboard-background-7 {
    background-image: url('/wp-content/uploads/2021/02/07-Clouds-rush-over-skyscrapers-AdobeStock_275677685.jpg');
}

.dashboard-background-8 {
    background-image: url('/wp-content/uploads/2021/02/07-Clouds-rush-over-skyscrapers-AdobeStock_275677685.jpg');
}

body:not(.fl-builder-edit) .members-only {
    display: none;
}

body.is_member .members-only {
    display: block;
}

/*.page-id-2038 .widecolumn{
        max-width: 1306px;
    margin: auto;
    margin-top: 195px;
}*/
.page-id-2038 .fl-page-footer {
    display: none;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected button {
    background-color: #f1f1f1;
    border: 1px solid #f1f1f1;
    color: #da1f3d !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button {
    background-color: #fff;
    border-color: #f1f1f1;
    color: #000 !important;
}

.moove_gdpr_cookie_modal_open {
    z-index: 9999;
}

.woocommerce-cart .woocommerce-message .button.wc-forward,
.woocommerce-checkout .woocommerce-message .button.wc-forward {
    display: none !important;
}

.woocommerce-cart.hide-cart-quantity th.product-quantity,
.woocommerce-cart.hide-cart-quantity td.product-quantity,
.woocommerce-cart.hide-cart-quantity button[name="update_cart"] {
    display: none !important;
}

.hide-reference-tab #tabs .fl-tabs-label:nth-child(2),
.hide-reference-tab #tabs .fl-tabs-panel:nth-child(2),
.hide-resume-tab #tabs .fl-tabs-label:nth-child(1),
.hide-resume-tab #tabs .fl-tabs-panel:nth-child(1) {
    display: none !important;
}

.dashboard-expiry-date {
    font-size: 22px;
    color: #fcaf17 !important;
}

.checkout-coupon {
    max-width: 400px;
    width: 100%;
    display: inline-block;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
    /*display:none;*/
}

.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
    margin-bottom: 0 !important;
}

.woocommerce-checkout .woocommerce-form-coupon {
    /* display:inline-block !important;*/
    margin: 0 !important;
    width: 100%;
    background: transparent !important;
    border: 0 !important;
}

.woocommerce-checkout .checkout-coupon > .woocommerce-error {
    margin-bottom: 5px;
    margin-top: 10px;
}

@media screen and (max-width: 1024px) {
    .checkout-coupon {
        max-width: 100%;
    }
}

#field_6_101, .td-lat, .td-long, .areas-repeater th:nth-child(5), .areas-repeater th:nth-child(6) {
    display: none;
}

#field_6_68 label {
    display: none;
}

#field_6_122 {
    margin-bottom: 5px;
}

#gform_6 .ginput_container_radio, #gform_6 .ginput_container_checkbox {
    margin-bottom: 0;
}


/* hero slider */

.wabc-heroSlider {
    min-height: 100vh;
    background: var(--secondary-color);
    position: relative;
    opacity: 0;
    transition: .6s opacity;
}

@media screen and (max-width: 1440px) {

    .wabc-heroSlider .u-wc {
        padding: 0 85px;
    }
}

@media screen and (max-width: 600px) {

    .wabc-heroSlider .u-wc {
        padding: 0 20px;
    }
}

.wabc-heroSlider.owl-loaded {
    opacity: 1;
}

.wabc-heroSlider .owl-nav {
    display: none;
}


.wabc-heroSlider:after {
    pointer-events: none;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 250px;
    background: linear-gradient(to bottom, rgba(36, 39, 42, 0) 0%, rgba(36, 39, 42, 1) 100%);
}

.wabc-heroSlider:before {
    pointer-events: none;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    width: 250px;
    background: linear-gradient(to right, rgba(36, 39, 42, 1) 0%, rgba(36, 39, 42, 0) 100%);
}

@media screen and (max-width: 768px) {
    .wabc-heroSlider:after {
        display: none;
    }

    .wabc-heroSlider:before {
        display: none;
    }

}

.wabc-heroSlider .owl-dots {
    display: block;
    position: absolute;
    z-index: 5;
    top: calc(var(--blockSpacing--large) + var(--headerHeight));
    margin-top: 4px !important;
    left: 50%;
    margin-left: -700px;
}

@media screen and (max-width: 1480px) {
    .wabc-heroSlider .owl-dots {
        left: 40px;
        margin-left: 0;
    }
}

.wabc-heroSlider .owl-dot {
    display: block !important;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid var(--color-grey300) !important;
    background: transparent !important;
    margin-bottom: 12px;
    top: 0 !important;
    transition: .3s border, .3s background;
}

.wabc-heroSlider .owl-dot:last-child {
    margin-bottom: 0;
}

.wabc-heroSlider .owl-dot:hover, .wabc-heroSlider .owl-dot.active {
    background: var(--gold) !important;
    border: 1px solid var(--gold) !important;
}

.wabc-heroSlider .owl-dot span {
    display: none !important;
}


@media screen and (max-width: 600px) {
    .wabc-heroSlider .owl-dots {
        left: 20px;
        display: flex;
        margin-top: -32px !important;

    }

    .wabc-heroSlider .owl-dot {
        margin-right: 8px;
        margin-bottom: 0;
    }
}


.wabc-heroSlider__item {
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #24282B;
    min-height: 100vh;
    position: relative;
    padding: calc(var(--blockSpacing--large) + var(--headerHeight)) 0 var(--blockSpacing--large);
}

@media screen and (max-width: 768px) {

    .wabc-heroSlider__item:after {
        content: '';
        background-color: var(--color-charcoal);
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: auto;
        opacity: .7;
    }

    .wabc-heroSlider__item {
        background-position: 63% center;
    }
}

/* .wabc-heroSlider__item {
    display: flex;
    align-items: center;
} */

.wabc-heroSlider__content {
    position: relative;
    z-index: 5;
    color: white;
    max-width: 580px;
    opacity: 0;
    transform: translateY(-50px);
    transition: opacity 0s 1s, transform 0s 1s;
}

.owl-item.active .wabc-heroSlider__content {
    transform: translateY(0);
    opacity: 1;
    transition: opacity 0.6s 0.6s, transform 0.6s 0.6s;
}

.wabc-heroSlider__content h1 {
    color: white;
    text-shadow: 0 0 2px rgba(0, 0, 0, .1);
}

.wabc-heroSlider__content p {
    color: white;
    text-shadow: 0 0 2px rgba(0, 0, 0, .1);
}

.wabc-heroSlider__content p:empty {
    display: none;
}

.wabc-heroSlider__content .wabc-tertiaryBtn {
    display: block;
    transform: translateY(30px);
    opacity: 0;
    transition: transform 0s 1s, opacity 0s 1s;
}

.owl-item.active .wabc-heroSlider__content .wabc-tertiaryBtn {
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.6s 0.8s, opacity 0.6s 0.8s;
}

.wabc-heroWrapper {
    position: relative;
}

.wabc-heroSlogan {
    display: block;
    color: var(--primary-color);
    font-size: 36px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-right: -50%;
    bottom: 50px;
    z-index: 10;
    line-height: 1.1;
    padding: 0 20px;
}

html .wabc-heroSlogan sup {
    top: 0.53em !important;
}

@media screen and (max-width: 600px) {
    .wabc-heroSlogan {
        bottom: 30px;
        font-size: 26px;
    }
}

@media screen and (max-width: 380px) {
    .wabc-heroSlogan {
        bottom: 30px;
        font-size: 22px;
    }

}

.wabc-tertiaryBtn {
    display: block;
    color: var(--color-gold) !important;
    position: relative;
    padding-left: 30px;
    letter-spacing: .02em;
    font-size: 15px;
    border-bottom: none !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    outline: none !important;
}

.wabc-tertiaryBtn:hover, .wabc-tertiaryBtn:focus {
    color: var(--color-gold) !important;
}

.wabc-tertiaryBtn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -13px;
    background: url('imgs/button-arrow.svg') center center / 20px 20px;
    width: 20px;
    height: 20px;
    display: block;
    transition: .3s transform;
}

.wabc-tertiaryBtn:hover:before {
    transform: translateX(4px);
}


.wabc-tertiaryBtn--large {
    font-size: 17px;
    padding-left: 34px;
}

.wabc-tertiaryBtn--large:before {
    width: 22px;
    height: 22px;
    background-size: 22px 22px;
    margin-top: -14px;
}

@media screen and (max-width: 600px) {

    .wabc-tertiaryBtn {
        font-size: 14px;
    }

    .wabc-tertiaryBtn--large {
        font-size: 15px;
    }

    .wabc-tertiaryBtn:before {
        width: 18px;
        height: 18px;
        background-size: 18px 18px;
        margin-top: -11px;
    }

    .wabc-tertiaryBtn--large:before {
        width: 20px;
        height: 20px;
        background-size: 20px 20px;
        margin-top: -13px;
    }

}

/* cookie bar */

#moove_gdpr_cookie_info_bar {
    width: 500px !important;
    max-width: calc(100% - 40px);
    right: 20px !important;
    bottom: 20px !important;
    left: auto !important;
    left: auto;
    background: var(--color-grey100) !important;
    border-radius: 4px;
    border: 1px solid var(--color-grey200) !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    padding: 36px !important;
}


#moove_gdpr_cookie_info_bar p {
    color: var(--color-grey) !important;
    font-size: 14px;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

#moove_gdpr_cookie_info_bar p .change-settings-button {
    color: var(--color-grey600);
    border-bottom: 1px solid var(--color-grey300) !important;
    text-decoration: none !important;
    transition: .3s color;
}

#moove_gdpr_cookie_info_bar p .change-settings-button:hover {
    color: var(--color-grey);
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
    padding: 0 !important;
}

#moove_gdpr_cookie_info_bar .mgbutton {
    margin: 0 !important;
}

/* Tabbed Page Content */

.tab-section {
    position: relative;
}

.tab-menu {
    margin: auto;
    background: var(--color-grey150);
    padding: 32px 0;
    position: sticky;
    z-index: 1;
    top: 0;
}

.tab-menu ul {
    /* max-width: 1300px; */
    padding: 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
}

.tab-menu li {
    margin: 0;
    padding: 0 15px;
}

.tab-menu li:before {
    display: none;
}

.tab-menu li:first-child {
    margin-left: 0;
}

.tab-menu-item {
    color: var(--color-grey700);
    text-transform: uppercase;
    font-size: 15px;
    outline: none;
    border-bottom: 1px solid transparent;
    transition: .3s color, .3s border;
    padding-top: 1px;
    text-decoration: none !important;
}

.tab-menu-item--active, .tab-menu-item:hover {
    color: var(--color-blue);
    border-bottom: 1px solid var(--color-blue);
}

.tab-section--gold .tab-menu-item--active, .tab-section--gold .tab-menu-item:hover {
    color: var(--color-gold);
    border-bottom: 1px solid var(--color-gold);
}

.tab-menu .menu-label {
    background: var(--color-blue);
    height: 36px;
    display: flex;
    align-items: center;
    padding: 4px 16px 0;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    margin-left: -16px;
}

.tab-section--gold .tab-menu .menu-label {
    background: var(--color-gold);
}

.tab-section li:before {
    background: var(--color-blue);
}

.tab-section--gold li:before {
    background: var(--color-gold);
}

@media screen and (max-width: 1100px) {

    .tab-menu::-webkit-scrollbar {
        width: 0;
        background: transparent; /* Chrome/Safari/Webkit */
    }

    .tab-menu {
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE 10+ */
    }

    .tab-menu:after {
        content: '';
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        bottom: 0;
        width: 20px;
        background: linear-gradient(to right, rgba(238, 238, 238, 0) 0%, rgba(238, 238, 238, 1) 100%);
    }

    .tab-menu:before {
        content: '';
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        bottom: 0;
        width: 20px;
        background: linear-gradient(to left, rgba(238, 238, 238, 0) 0%, rgba(238, 238, 238, 1) 100%);
    }

    .tab-menu ul {
        overflow-x: auto;
        width: calc(100% + 120px);
        margin-left: -60px;
        margin-right: -60px;
    }

    .tab-menu li {
        padding: 0 10px;
    }

    .tab-menu li:first-child {
        padding-left: 60px;
    }

    .tab-menu li:last-child {
        padding-right: 60px;
    }

    .tab-menu a, .tab-menu span {
        white-space: nowrap;
    }
}

@media screen and (max-width: 600px) {

    .tab-menu {
        padding: 10px 0;
    }

    .tab-menu ul {
        overflow-x: auto;
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
    }

    .tab-menu li:first-child {
        padding-left: 20px;
    }

    .tab-menu li:last-child {
        padding-right: 20px;
    }

    .tab-menu .menu-label {
        margin-left: 0;
        font-size: 13px;
    }

    .tab-menu-item {
        font-size: 13px;
    }

}

.tab-content-wrapper {
    display: grid;
    grid-template-rows: 1fr 0;
    overflow: hidden;
}

.tab-content-wrapper .tab-content {
    min-width: 0;
    transform: translateX(200px);
    opacity: 0;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    visibility: hidden;
    max-height: 0;
    transition: max-height 0.4s 0.8s, visibility 0s 0.3s, transform 0.3s, opacity 0.3s;
}

.tab-content-wrapper .tab-content.tab-content--active:first-child {
    animation: unset;
    opacity: 1;
    transform: translateX(0);
}

.tab-content-wrapper .tab-content.tab-content--visited {
    opacity: 0;
    transform: translateX(-200px);
    visibility: hidden;
    max-height: 0;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s, max-height 0.4s 0.8s;
}

.tab-content-wrapper .tab-content.tab-content--active {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
    max-height: 10000px;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s, max-height 0.4s 0.3s;
}

.tab-controls {
    padding-bottom: var(--blockSpacing--small);
}

.tab-controls .u-wc {
    display: flex;
    align-items: center;
}

.tab-controls a {
    font-size: 12px;
    text-transform: uppercase;
    color: var(--color-gold);
    font-weight: 500 !important;
    letter-spacing: .02em;
    outline: none !important;
    display: flex;
    align-items: center;
    transition: .3s filter;
}

.tab-controls a:hover {
    filter: brightness(125%);
}

.tab-controls a span span {
    display: block;
    font-size: 17px;
}

.tab-controls .tab-next {
    margin-left: auto;
    text-align: right;
    padding-left: 5px;
    display: grid;
    grid-template-columns: auto 20px;
    grid-template-rows: auto auto;
    align-items: center;
}

.tab-controls .tab-prev {
    margin-right: auto;
    text-align: left;
    padding-right: 5px;
    display: grid;
    grid-template-columns: 20px auto;
    grid-template-rows: auto auto;
    align-items: center;
}

.tab-controls .tab-prev:before {
    content: '';
    background: url('imgs/icon-arrow-left.svg') center center / 20px 20px;
    grid-row: 1 / span 2;
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
    transition: .3s transform;
}

.tab-controls .tab-prev span {
    margin-left: 10px;
}

.tab-controls .tab-prev span:first-child {
    grid-column: 2;
    grid-row: 1;
}

.tab-controls .tab-prev span:last-child {
    grid-column: 2;
    grid-row: 2;
    font-size: 16px;
}

.tab-controls .tab-next span:first-child {
    grid-column: 1;
    grid-row: 1;
}

.tab-controls .tab-next span:last-child {
    grid-column: 1;
    grid-row: 2;
    font-size: 16px;
}

.tab-controls .tab-next:after {
    content: '';
    background: url('imgs/icon-arrow-right.svg') center center / 20px 20px;
    grid-row: 1 / span 2;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    margin-bottom: 5px;
    transition: .3s transform;
}

.tab-controls .tab-prev:hover:before {
    transform: translateX(-4px);
}

.tab-controls .tab-next:hover:after {
    transform: translateX(4px);
}

@media screen and (max-width: 600px) {
    .tab-controls a {
        font-size: 10px;
    }

    .tab-controls a span span {
        font-size: 15px;
    }
}

/* Dashboard Popup 
*****/
.dashboard-expired-credentials .is-style-miniHeading {
    color: var(--color-grey400) !important;
}

.fl-builder-edit .wabc-modal {
    display: none;
}

.wabc-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.9);
    width: 75%;
    max-width: 1260px;
    z-index: 99999999;
    visibility: hidden;
    opacity: 0;
    transition: .3s opacity, .3s transform, 0s visibility .3s;
}

.wabc-modal--active {
    opacity: 1;
    transform: translate(-50%, -50%);
    visibility: visible;
    transition-delay: 0s;
}

.c-modal {
    font-size: 16px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    padding: 30px;
    background: rgba(0, 0, 0, .75);
    z-index: 99999999;
    visibility: hidden;
    opacity: 0;
    transition: .3s opacity, 0s visibility .3s;
}

.c-modal--active {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.c-modal__box {
    position: relative;
    margin: auto;
    max-width: 850px;
    z-index: 2;
    width: 100%;
    background: white;
    border-radius: 4px;
    border: 1px solid var(--color-grey200);
    box-shadow: 0 2px 20px rgba(0, 0, 0, .05);
    transform: scale(.9);
    transition: .3s transform;
}

.c-modal--active .c-modal__box {
    transform: none;
}

.c-modal__content {
    overflow-x: auto;
}

.c-modal__contentInner {
    padding: 60px;
}


.wabc-modal__close,
.c-modal__close {
    position: absolute;
    z-index: 3;
    right: -21px;
    top: -21px;
    background: var(--color-red);
    border-radius: 50%;
    border: 1px solid var(--color-grey600);
    background: var(--color-red) url('imgs/icon-close.svg') no-repeat center center / 20px 20px;
    height: 40px;
    width: 40px;
    display: block;
    line-height: 20px;
    color: white;
    font-size: 24px;
    cursor: pointer;
    filter: brightness(100%);
    transition: .3s border, .3s background, .3s color, .3s filter;
}

.admin-bar .wabc-modal__close {
    transform: translateY(16px);
}

.wabc-modal__close:hover, .c-modal__close:hover {
    filter: brightness(120%);
}

/* .wabc-modal__backdrop, .c-modal__backdrop {
    background: rgba(0,0,0,.75);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
} */

.wabc-modal__content, .c-modal__content {
    position: relative;
    z-index: 2;
    width: 100%;
    background: white;
    border-radius: 4px;
    max-height: 70vh;
    overflow-y: auto;
    /* max-height: calc(100vh - 200px); */
}

.page-template-dashboard .wabc-modal__content, .page-template-dashboard .c-modal__content {
    height: 70vh;
    max-height: calc(100vh - 200px);
}

.page-template-dashboard #modal-update-logo .c-modal__content {
    height: auto;
}

.admin-bar .wabc-modal__content, .admin-bar .c-modal__content {
    transform: translateY(16px);
}


.wabc-modal .flex-row {
    display: flex;
    min-height: 100%;
}

.dashboard-popup .col-left {
    width: 280px;
    background: var(--color-grey100);
}

#tabs {
    width: 280px;
    padding: 0 24px;
}

.dashboard-popup .col-right, #main {
    width: calc(100% - 280px);
}

#main {
    padding: 0 60px;
}

body .accred-resources .col-right .popup-content {
    padding: 75px 20px;
}

.accred-resources h2.section-header {
    margin-top: 0 !important;
    display: inline-block;
    position: absolute;
    top: 49px;
    width: 100%;
    text-align: center;
}

.accred-resources .profile-image {
    width: 150px !important;
    height: 150px !important;
    float: left;
    position: absolute;
    top: 0;
    left: 20px;
}

.accred-resources .col-left {
    display: none;
}

.accred-resources .col-right {
    width: 100%;
}

.accred-resources #tabs {
    width: 280px;
    padding: 0;
}

.accred-resources #main {
    padding: 0 0 0 40px;
    border-left: 1px solid #fca518;
    margin-left: 40px;
    position: relative;
}

div#main:before {
    content: ' ';
    width: 30px;
    height: 30px;
    background: #fca518;
    position: absolute;
    top: -2px;
    left: -15px;
    border-radius: 50%;
}

.page-template-dashboard-provider-docs .tabbed-content, .page-template-dashboard-accreditation-team .tabbed-content {
    display: none;
}

.page-template-dashboard-provider-docs .tabbed-content.active-tab, .page-template-dashboard-accreditation-team .tabbed-content.active-tab {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
}

a.accred-tab {
    background-image: url(/wp-content/uploads/2021/02/07-Clouds-rush-over-skyscrapers-AdobeStock_275677685.jpg);
    display: block;
    padding: 14px;
    background-size: cover;
    color: #FFF;
    border: 1px solid #999;
    box-shadow: 2px 3px 6px #999;
    position: relative;
}

a.accred-tab.active:after {
    content: ' ';
    width: 50px;
    height: 1px;
    background: #fca518;
    position: absolute;
    right: 0;
}

a.accred-tab.active:after {
    content: ' ';
    width: 41px;
    height: 1px;
    background: #fca518;
    position: absolute;
    right: -41px;
}

.tab-btns p:first-child a.active:after {
    top: 12px;
}

a.accred-tab.active, a.accred-tab:hover {
    border: 1px solid #fca518;
    color: #FFF;
}

.page-template-dashboard-provider-docs .doc-content, .page-template-dashboard-accreditation-team .doc-content {
    margin-top: 130px;
}

.doc-content {
    display: flex;
    clear: both;
}

.page-template-dashboard-provider-docs .c-letter-content, .page-template-dashboard-accreditation-team .c-letter-content {
    padding: 40px;
    min-width: 1250px;
}

@media only screen and (min-width: 1249px) {
    #main.rcc-participants {
        height: 310px;
    }

    #main.rcc-lifecycle {
        height: 130px;
    }
}

.accred-resources #main .first-line {
    margin-bottom: 24px;
}

@media only screen and (max-width: 1330px) {
    .page-template-dashboard-provider-docs .c-letter-content, .page-template-dashboard-accreditation-team .c-letter-content {
        min-width: 100%;
    }
}

@media only screen and (max-width: 1250px) {
    .key-deadlines {
        position: relative !important;
        margin-bottom: 20px;
    }

    .page-template-dashboard-provider-docs .tabbed-content.member-info h2, .page-template-dashboard-provider-docs .tabbed-content.member-info h2:first-child {
        margin-bottom: 15px;
    }

    .page-template-dashboard-accreditation-team .tabbed-content.member-info h2, .page-template-dashboard-accreditation-team .tabbed-content.member-info h2:first-child {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 860px) {
    .accred-resources .rcc-participants#main, .accred-resources .cbc-participants#main, .accred-resources .chbc-participants#main, .accred-resources .cmbc-participants#main, .accred-resources .lac-participants#main {
        min-height: 310px;
    }
}

@media only screen and (max-width: 1120px) {
    .accred-resources h2.section-header {
        max-width: 500px;
        left: calc(50% - 250px);
    }
}

@media only screen and (max-width: 850px) {
    .accred-resources h2.section-header {
        display: block;
        position: static;
        top: 49px;
        width: 100%;
        padding-top: 26px;
    }

    .page-template-dashboard-provider-docs .doc-content, .page-template-dashboard-accreditation-team .doc-content {
        margin-top: 70px;
        display: block;
    }

    .accred-resources.mini-profile.mini-profile--program {
        display: block;
    }

    .accred-resources .profile-image {
        float: left;
        position: static;
        margin: 0 !important;
        padding: 0 !important;
    }

    .tab-btns {
        margin-bottom: 50px;
    }

    a.accred-tab.active:after {
        display: none;
    }

    .accred-resources #main {
        width: 90%;
    }

    .accred-resources #tabs {
        width: 100%;
    }

    .accred-tab br {
        display: none;
    }
}

@media only screen and (max-width: 970px) {
    .accred-resources.mini-profile--program .profile-image {
        float: none;
        position: static;
        margin-left: 0;
    }

    .accred-resources .profile-image {
        margin: 0 !important;
        padding-left: 0 !important;
    }

    .accred-resources h2.section-header {
        text-align: left;
        position: static;
        width: 100%;
    }

    .page-template-dashboard-provider-docs .doc-content, .page-template-dashboard-accreditation-team .doc-content {
        margin-top: 35px;
    }

    .accred-resources.mini-profile {
        display: block;
    }

}

@media only screen and (max-width: 770px) {
    .accred-resources h2.section-header {
        max-width: 100%;
    }
}

@media only screen and (max-width: 625px) {
    .accred-resources .profile-image {
        width: 150px !important;
        height: 150px !important;
        /* float: left; */
        position: static !important;
        float: none !important;
        left: 20px;
        text-align: left;
        /* width: 100% !important; */
    }
}

.page-template-dashboard-provider-docs .tabbed-content h2, .page-template-dashboard-accreditation-team .tabbed-content h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.page-template-dashboard-provider-docs .tabbed-content h2:first-child, .page-template-dashboard-accreditation-team .tabbed-content h2:first-child {
    margin: 0;
}

.page-template-dashboard-provider-docs .tabbed-content.member-info h2, .page-template-dashboard-provider-docs .tabbed-content.member-info h2:first-child, .page-template-dashboard-accreditation-team .tabbed-content.member-info h2, .page-template-dashboard-accreditation-team .tabbed-content.member-info h2:first-child {
    margin-bottom: 35px;
}

.responsibility img {
    /* display: none; */
    background: #000;
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(87deg) brightness(0%) contrast(119%);
    width: 45px;
    height: 40px;
    margin-top: 8px;
}

.responsibility .c-iconBlock .c-iconBlock__icon:after {
    position: absolute;
    font-size: 22px;
    color: #FFF;
    top: 13px;
    left: 16px;
    font-weight: bold;
}

.responsibility .c-iconBlock:first-child .c-iconBlock__icon:after {
    content: '1';
}

.responsibility .c-iconBlock:nth-child(2) .c-iconBlock__icon:after {
    content: '2';
}

.responsibility .c-iconBlock:nth-child(3) .c-iconBlock__icon:after {
    content: '3';
}

.responsibility .c-iconBlock:nth-child(4) .c-iconBlock__icon:after {
    content: '4';
}

.responsibility .c-iconBlock:nth-child(5) .c-iconBlock__icon:after {
    content: '5';
}

.responsibility .c-iconBlock:nth-child(6) .c-iconBlock__icon:after {
    content: '6';
}

.dashboard-popup .col-right .popup-content {
    padding: 75px;
    min-height: 600px;
    /*    padding-bottom:375px;*/
}

@media screen and (max-width: 1100px) {

    .wabc-modal .flex-row {
        display: block;
    }

    .dashboard-popup .col-left {
        width: 100%;
    }

    .dashboard-popup .col-right {
        width: 100%;
    }

}

@media screen and (max-width: 1100px) {

    body:not(.fl-builder-edit) .wabc-modal {
        width: 85%;
    }

}

@media screen and (max-width: 600px) {
    .dashboard-popup .col-right .popup-content {
        padding: 30px 20px;
    }

    .c-modal__contentInner {
        padding: 30px;
    }
}


/* Mini Profile */
.mini-profile .profile-image {
    height: 280px;
    width: 280px;
    background-size: cover;
    background-position: center;
}

.mini-profile .profile-image.letter-image {
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 60px;
    padding-top: 12px;
}

.mini-profile--program .profile-image.letter-image {
    padding-top: 32px;
}

.accred-resources .profile-image.letter-image {
    left: 40px;
    width: 100px !important;
    height: 100px !important;
    top: 24px;
}

.mini-profile .member-info {
    padding: 24px;
}

.mini-profile .member-info .membership-type {
    font-size: 13px;
    font-weight: 500;
    background-color: var(--color-gold);
    padding: 3px 10px;
    display: inline-block;
    margin-bottom: 2px;
}

.mini-profile .member-info .name {
    /*width: 162px;*/
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
}

.mini-profile .member-info .designations {

}

.mini-profile .member-info .item-group:nth-of-type(n + 2) {
    margin-top: 10px;

}

@media screen and (min-width: 1249px) {
    .member-info .item-group {
        max-width: 400px !important;
    }
}

.mini-profile .member-info .item-group .label, .key-deadlines .label {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.4px;
    color: #999;
    text-transform: uppercase;
    margin-bottom: 0;
}

.mini-profile .member-info .item-group .item, .key-deadlines .item {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}

@media screen and (max-width: 1100px) {
    .accred-resources .profile-image.letter-image {
        left: 20px;
    }
}

@media screen and (max-width: 850px) {
    .accred-resources.mini-profile--program .profile-image.letter-image {
        padding-top: 12px !important;
    }

    .accred-resources #main {
        margin-left: 12px;
    }
}

@media screen and (max-width: 840px) {
    .accred-resources .profile-image.letter-image {
        margin-top: 16px !important;
    }
}

@media screen and (max-width: 1100px) {

    .mini-profile {
        display: flex;
    }

    .mini-profile .profile-image {
        height: 100px;
        width: 100px;
        margin: 20px;
    }
}

@media screen and (max-width: 670px) {
    .mini-profile .profile-image {
        width: 50px;
        height: 50px;
        margin-right: 0;
        flex-shrink: 0;
    }

    .accred-resources .profile-image.letter-image {
        /*     margin-left: auto !important;
         margin-right: auto !important;*/
    }

    .accred-resources h2.section-header {
        font-size: 26px;
        width: 350px;
        clear: both;
        margin: 0;
        float: none;
        text-align: left;
    }

    .page-template-dashboard-provider-docs .doc-content {
        margin-top: 26px;
    }
}

@media screen and (max-width: 600px) {
    .responsibility .c-iconBlock .c-iconBlock__icon:after {
        left: 10px;
    }
}

@media screen and (max-width: 550px) {
    .key-deadlines {
        width: 100% !important;
    }

    .key-deadlines .accred strong {
        display: block;
    }

    .accred br {
        display: none;
    }
}

@media screen and (max-width: 450px) {

    .accred-resources #main {
        padding: 0 0 0 28px;
    }
}

/* Sections */
.dashboard-popup .section {
    /*margin-bottom:40px;*/
    display: none;
}

/* Accordions */
.accordion {
    margin-bottom: 15px;
}

.accordion hr {
    width: 60px;
    margin: 5px 0 15px 5px;
    display: none;
}

.accordion .accordion-toggle {
    padding: 6px 10px 6px 30px;
    color: #FCAF17;
    letter-spacing: .02em;
    font-size: 15px;
    border-bottom: none !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    cursor: pointer;
    margin-bottom: 0 !important;
    position: relative;
    text-transform: uppercase;
}

.accordion .accordion-toggle:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -13px;
    background: url('imgs/icon-plus.svg') center center / 20px 20px;
    width: 20px;
    height: 20px;
    display: block;
    transition: .3s transform;
}

.accordion .accordion-toggle.active:before {
    transform: rotate(45deg);
}

.accordion .accordion-content {
    display: none;
    padding: 20px 20px 20px 40px;
}

.popup-content .wabc-tertiaryBtn {
    padding-top: 6px;
    padding-bottom: 6px;

}

@media screen and (max-width: 600px) {


    .accordion {
        margin-bottom: 10px
    }

    .accordion .accordion-toggle {
        font-size: 14px;
    }

    .accordion .accordion-toggle:before {
        width: 18px;
        height: 18px;
        background-size: 18px 18px;
        margin-top: -11px;
    }

    .accordion .accordion-content {
        padding-left: 0;
        padding-right: 0;
    }


}

.dashboard-popup .important-reminders {
    text-align: left;
}

.wabc-importantReminders, .wabc-unreadMessages {
    max-width: 400px;
    margin: 0 auto;
}

.wabc-unreadMessages {
    max-width: 510px;
    margin: 0 auto;
}

.wabc-importantReminders .wabc-btn {
    width: 100%;
}

.wabc-unreadMessages .wabc-btn {
    width: 100%;
    background: #fca518;
    background-image: url('imgs/icon-arrow-right-white.svg');
    background-position: calc(100% - 12px) center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    justify-content: flex-start;
    text-align: left;
    padding-right: 50px;
}

.wabc-importantReminders .wabc-btn + .wabc-btn, .wabc-unreadMessages .wabc-btn + .wabc-btn {
    margin-top: 8px;
    margin-left: 0;
}


/* gravity form styles */

.gform_wrapper, .unsubscribe-email-form {
    margin-top: 30px;
}

@media screen and (max-width: 600px) {
    .gform_wrapper, .unsubscribe-email-form {
        margin-top: 20px;
    }
}

.gform_wrapper:first-child {
    margin-top: 0;
}

.gform_wrapper:last-child {
    margin-top: 0;
}


.gform_fields, .gfield_radio, .gfield_checkbox {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.gform_fields li.gfield {
    padding: 0;
    margin-bottom: 30px;
}

.gform_fields li.gfield h3 {
    margin-bottom: 5px;
}

.gform_fields li:before {
    display: none;
}

.gfield_radio label {
    position: relative;
    padding-left: 20px;
}

body .gform_wrapper .gform_validation_container {
    display: none;
}

.gform_fields .gsection {
    margin-bottom: 20px;
}

body .gfield_label .be-tooltip {
    float: none;
    width: 15px;
    height: 15px;
    display: inline-block;
    top: 1px;
    margin-left: 9px;
}

.be-tooltip:before {
    content: ' ';
    /*box-shadow: 0px 0px 0px 4px rgb(242 242 242);*/
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 50%;
}

.ginput_recaptcha {
    margin-bottom: 10px;
}

input[type="search"], input[type="text"], input[type="tel"], input[type="password"], input[type="email"], input[type="url"], select, textarea, .select2-container--default .select2-selection--single {
    font-size: 16px;
    box-sizing: border-box;
    border: 1px solid var(--color-grey200);
    border-radius: 4px;
    background-color: #FFFFFF;
    font-family: inherit;
    padding: 16px 18px 13px;
    display: block;
    width: 100%;
    box-shadow: 0 2px 8px 0 rgba(252, 165, 24, 0) !important;
    transition: .3s border, .3s box-shadow;
    outline: none !important;
    height: auto;
    color: var(--color-charcoal);
    position: relative;
    min-height: 53px;
}

#gform_6 ul.gform_fields > li.gfield--type-text, #gform_6 ul.gform_fields > li.gfield--type-phone, #gform_6 ul.gform_fields > li.gfield--type-website, #gform_6 ul.gform_fields > li.gfield--type-email, #gform_6 ul.gform_fields > li.gfield--type-select {
    margin-bottom: 30px;
}

#gform_6 ul li {
    margin-left: 0;
    padding-left: 0;
}

#gform_6 ul.gform_fields > li#field_6_80 {
    margin-bottom: 0;
}

#gform_6 #field_6_67 {
    margin-bottom: 15px;
}

.gform_wrapper #gform_6 .validation_message {
    margin-top: 0 !important;
}

select {
    padding: 16px 34px 13px 18px;
}

#gform_67 .gform_fields li {
    margin-bottom: 15px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
    -webkit-transition-delay: 9999s;
}

input[type="search"].error, input[type="password"].error, input[type="text"].error, input[type="phone"].error, input[type="email"].error, select.error, textarea.error, .woocommerce-invalid input[type="text"], .woocommerce-invalid input[type="phone"], .woocommerce-invalid input[type="email"], .woocommerce-invalid textarea {
    border: 1px solid #DA1F3D !important;
    background-color: rgba(218, 31, 61, 0.1) !important;
}


input[type="search"]:focus, input[type="password"]:focus, input[type="text"]:focus, input[type="phone"]:focus, input[type="email"]:focus, select:focus, textarea:focus {
    border: 1px solid var(--color-gold);
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 8px 0 rgba(252, 165, 24, 0.15);
}

input[type="search"].c-input--large, input[type="text"].c-input--large, input[type="phone"].c-input--large, input[type="email"].c-input--large, select.c-input--large {
    padding: 20px 20px 16px 20px;
    font-size: 18px;
    height: 60px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    right: 20px;
    margin-top: -13px;
}

.select2-dropdown {
    margin-top: -30px;
    border: 1px solid var(--color-grey200) !important;
}

.select2-results__option:before {
    display: none !important;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid var(--color-grey200) !important;
}


@media screen and (max-width: 600px ) {

    input[type="search"].c-input--large, input[type="text"].c-input--large, input[type="phone"].c-input--large, input[type="email"].c-input--large, select.c-input--large {
        padding: 13px 15px 10px 15px;
        font-size: 16px;
        height: 50px;
    }

    input[type="search"], input[type="text"], input[type="tel"], input[type="email"], select, textarea, .select2-container--default .select2-selection--single {
        margin-bottom: 13px;
    }

    .select2-dropdown {
        margin-top: -13px;
    }

}

textarea {
    height: 200px !important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: white url('imgs/chevron-down.svg') no-repeat calc(100% - 15px) center / 12px 14px;
}

.gform_button[type="submit"] {
    font-size: 14px;
    padding: 4px 20px 0;
    text-transform: uppercase;
    background: transparent;
    color: var(--color-grey);
    border: 1px solid var(--color-grey300);
    transition: .3s background, .3s color;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-weight: 400;
    height: 48px;
    filter: brightness(100%);
    outline: none;
    text-decoration: none;
    letter-spacing: .02em;
    min-width: 95px;
    text-align: center;
    text-decoration: none;
    top: 0;
    border: none;
    background-color: var(--primary-color);
    color: white;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    transition: .3s border, .3s background, .3s color, .3s filter, .3s box-shadow;
}


.gform_button[type="submit"]:hover {
    background-color: var(--primary-color);
    color: white;
    filter: brightness(120%);
}

.gform_button[type="submit"]:active {
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, .3);
}

.gform_button[type="submit"]:disabled {
    opacity: .8;
}

.gform_button[type="submit"]:hover:disabled {
    filter: brightness(100%);
}

.chosen-container {
    position: relative;
    width: 100% !important;
}

.chosen-choices, .chosen-single {
    font-size: 16px;
    box-sizing: border-box;
    border: 1px solid var(--color-grey200);
    border-radius: 4px;
    background-color: #FFFFFF;
    font-family: inherit;
    padding: 16px 18px 13px;
    display: block;
    width: 100%;
    box-shadow: 0 2px 8px 0 rgba(252, 165, 24, 0) !important;
    transition: .3s border, .3s box-shadow;
    outline: none !important;
    height: auto;
    color: var(--color-charcoal);
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background: white url('imgs/chevron-down.svg') no-repeat calc(100% - 15px) center / 12px 14px;
    min-height: 53px;
    margin-bottom: 0;
}

@media screen and (max-width: 600px) {
    .chosen-choices, .chosen-single {
        margin-bottom: 13px;
    }
}

.chosen-choices .chosen-search-input, .chosen-single .chosen-search-input {
    margin: 0;
    padding: 0;
    border: none ! important;
    min-height: 1px;
}

.chosen-choices .search-choice {
    margin-right: 5px;
}

.search-choice-close {
    text-decoration: none;
    border: 1px solid var(--color-grey300);
    border-radius: 50%;
    height: 16px;
    width: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 10px;
    margin-left: 4px;
    margin-right: 4px;
    vertical-align: middle;
    position: relative;
    top: -4px;
    color: var(--color-charcoal);
    cursor: pointer;
    transition: .3s color, .3s background;
}

.search-choice-close::after {
    content: '×';
}

.search-choice-close:hover {
    background: #ececec;
    color: var(--color-charcoal);
}


.chosen-drop {
    position: absolute;
    background: white;
    z-index: 2;
    top: calc(100% - 1px);
    left: 0;
    right: 0;
    border: 1px solid var(--color-grey200);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    max-height: 200px;
    overflow-x: auto;
    border-radius: 4px;
    display: none;
}

.chosen-container-active .chosen-drop {
    display: block;
}

.chosen-results li {
    padding: 5px;
    border-bottom: 1px solid #ececec;
    margin: 0;
}

.chosen-results li:hover {
    background: var(--color-grey100);
}

.gform_page_footer {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.gform_page_footer .gform_previous_button {
    order: 2;
    margin-left: 4px;
}

.gform_page_footer .gform_next_button {
    order: 1;
}

.gform_page_footer .gform_save_link {
    margin-left: auto;
    order: 4;
}

.gform_page_footer .gform_ajax_spinner {
    order: 3;
    margin-left: 4px;
}

@media screen and (max-width: 600px) {
    .gform_page_footer {
        flex-wrap: wrap;
    }

    .gform_page_footer .gform_previous_button {
        width: 100%;
        margin-left: 0;
        margin-top: 4px;
        order: 3;
    }

    .gform_page_footer .gform_next_button {
        width: 100%;
    }

    .gform_page_footer .gform_save_link {
        width: 100%;
        margin-top: 4px;
        order: 4;
    }

    .gform_page_footer .gform_ajax_spinner {
        display: block;
        margin: 4px auto;
        order: 2;
    }
}


.hide-labels_wrapper .gfield_label, .gf_login_form .gfield_label, #lostpasswordform label, #resetpasswordform label {
    display: none !important;
}

.ginput_container--name > span {
    margin-bottom: 30px;
}

.hide-labels_wrapper input[type="search"], .hide-labels_wrapper input[type="text"], .hide-labels_wrapper input[type="phone"], .hide-labels_wrapper input[type="email"], .hide-labels_wrapper select, .hide-labels_wrapper textarea, .gf_login_form input[type="search"], .gf_login_form input[type="text"], .gf_login_form input[type="phone"], .gf_login_form input[type="email"], .gf_login_form select, .gf_login_form textarea, .gf_login_form select, .gf_login_form input[type="password"], #lostpasswordform input[type="text"], #resetpasswordform [type="password"] {
    margin-bottom: 8px;
}

.lostpassword-submit {
    margin-bottom: 0 !important;
}

.hide-labels_wrapper .gform_footer, .gf_login_form .gform_footer {
    margin-top: 0;
}

.gf_login_form .ginput_container_radio, .gf_login_form .ginput_container_checkbox {
    margin: 8px 0 12px;
}

.gf_login_form {
    margin-bottom: 15px;
}

.l-loginPage .c-section__content {
    max-width: 1000px;
}

#resetpasswordform p {
    margin: 0;
}

#password-lost-form-wrap fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

#password-lost-form-wrap legend {
    display: none;
}

.som-password-sent-message {
    color: var(--color-grey);
    font-size: 13px;
    font-weight: 700;
    margin-top: 0 !important;
    margin-bottom: 8px !important;
    background: none !important;
    padding: 0 !important;
    border: none !important;
    display: none;
}

.som-password-sent-message.visible {
    display: block;
}

.som-password-error-message {
    color: #ce0000;
    font-size: 13px;
    font-weight: 700;
    margin-top: 0 !important;
    margin-bottom: 8px !important;
    background: none !important;
    padding: 0 !important;
    border: none !important;
}

.som-password-error-message + #lostpasswordform #somfrp_user_info {
    border: 1px solid #DA1F3D !important;
    background-color: rgba(218, 31, 61, 0.1) !important;
}

@media screen and (max-width: 1120px) {
    .l-loginPage .wp-block-column.is-style-form-column {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }

}

@media screen and (max-width: 600px) {

    .l-loginPage .wp-block-column.is-style-form-column {
        margin-top: 20px;
    }

    .l-loginPage .wp-block-image {
        max-width: 150px;
        margin: 0 auto;
    }

    .l-loginPage.c-section--large {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}


.hide-labels_wrapper .charleft {
    display: none;
}

.hide-labels_wrapper .ginput_complex label {
    display: none;
}

.hide-labels_wrapper .show-label label {
    display: block !important;
}

.gf-full-width .ginput_complex {
    display: block;
}

.gf-full-width .ginput_complex span {
    width: 100%;
    flex-basis: 100%;
}

.gf-full-width .ginput_complex span:not(:first-child) {
    margin-left: 0;
}

.gfield_visibility_hidden {
    display: none !important;
    max-height: 1px !important;
    overflow: hidden;
}

/* .gform_fields .gfield_html {
    margin-bottom: 15px;
} */

/*.gfield_label_before_complex{*/
.no-complex-label .gfield_label_before_complex {
    display: none !important;
}

#field_6_99 .gfield_label_before_complex,
#field_6_110 .gfield_label_before_complex {
    /*display: block !important;*/
}

.ginput_complex label {
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}

.gfield_html h2:last-child {
    margin-bottom: 40px;
}

.gfield_html h3:first-child {
    margin-top: 30px !important;
}

.gfield_html p:last-child {
    margin-bottom: 12px;
}

.gfield_html ul {
    margin-top: 0;
    margin-bottom: 12px;
    padding: 0;
}

.gfield_html ul {
    list-style-type: none;
}

.gfield_html li {
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 5px;
}

.gfield_html li:last-child {
    padding-bottom: 0;
}

.gfield_html ul li {
    padding-left: 16px;
    position: relative;
}

.gfield_html ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    background: var(--color-charcoal);
    display: block;
}

.gfield_description {
    margin-top: 5px;
    font-size: 14px;
}

#field_69_2 label {
    display: none;
}

#field_69_2 {
    margin-bottom: 40px;
}

#field_69_2 .gfield_description {
    display: block;
}

#field_69_2.gfield_error input[type="file"]{
    font-weight: bold;
}

#gform_wrapper_69 .gform_required_legend {
    display: none;
}

#gform_wrapper_69 .organizational-logo-buttons {
    margin-bottom: 20px;
}

.gform_wrapper #live_validation_message_69_2.validation_message {
    margin-top: 5px;
}

#input_6_22 {
    margin-bottom: 5px;
}

@media screen and (max-width: 600px) {
    .gfield_description {
        margin-top: -5px;
    }
}

.gfield_description:empty {
    margin: 0 !important;
}

.gfield_description p {
    font-size: 14px;
}


@media screen and (min-width: 601px) {

    .gform_fields {
        display: flex;
        flex-wrap: wrap;
    }

    .gfield {
        flex-grow: 1;
        width: 100%;
    }

    .input-col-half {
        max-width: calc((99.99% - 30px) / 2);
        margin-right: 30px !important;
    }

    .input-col-half-last {
        max-width: calc((99.99% - 30px) / 2);
        margin-right: 0 !important;
    }

    .input-col-half.label-full {
        max-width: 100%;
        margin-right: 0 !important;
    }

    .input-col-half.label-full .ginput_container {
        max-width: calc((99.99% - 30px) / 2);
    }


    .ginput_complex {
        display: flex;
    }

    .ginput_complex span {
        flex-basis: 50%;
    }
}


.c-searchForm {
    display: flex;
    max-width: 530px;
    width: 100%;
    margin: var(--blockSpacing--small) auto 0;
}

@media screen and (min-height: 880px) {

    .c-section--fullHeight .c-searchForm {
        margin-bottom: 30px;
    }

}

.c-searchForm input[type="search"] {
    flex-grow: 1;
    margin-right: 12px;
    margin-bottom: 0;
}

.c-searchForm input[type="submit"] {
    flex-shrink: 0;
}

@media screen and (max-width: 600px) {

    .c-searchForm {
        display: block;
        max-width: 100%;
    }

    .c-searchForm input[type="search"] {
        flex-grow: 1;
        margin-right: 0;
        margin-bottom: 8px;
    }

    .c-searchForm input[type="submit"] {
        width: 100%;
        text-align: center;
    }

}


.c-verifyForm {
    max-width: 750px;
    width: 100%;
    margin: var(--blockSpacing--small) auto 0;
}

@media screen and (min-height: 880px) {

    .c-section--fullHeight .c-verifyForm {
        margin-bottom: 30px;
    }

}

.searchinputwrap {
    flex-grow: 1;
    margin-right: 12px;
    position: relative;
}

span.searchinputwrap.coachlocationwrap.errorwrap:before, span.searchinputwrap.coachnamewrap.errorwrap:before {
    content: 'Please add a name and/or a city name.';
    color: #FFF;
    font-size: 12px;
    position: absolute;
    top: -21px;
    left: 2px;
}

.c-verifyForm__inputs {
    display: flex;
}

.c-verifyForm input[type="search"], .c-verifyForm input[type="text"] {
    flex-grow: 1;
    margin-right: 12px;
    margin-bottom: 0;
    min-width: 0;
}

.c-verifyForm input[type="submit"] {
    flex-shrink: 0;
}

.c-verifyForm__policies {
    text-align: right;
    margin: 10px 0 0;
    font-size: 12px;
}

@media screen and (max-width: 600px) {

    .c-verifyForm__inputs {
        display: block;
        max-width: 100%;
    }

    .c-verifyForm input[type="search"], .c-verifyForm input[type="text"] {
        flex-grow: 1;
        margin-right: 0;
        margin-bottom: 8px;
    }

    .c-verifyForm input[type="submit"] {
        width: 100%;
        text-align: center;
    }

}


select::-ms-expand {
    display: none;
}

.gfield_label {
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}

.ginput_container_radio, .ginput_container_checkbox {
    margin-bottom: 25px;
}

@media screen and (max-width: 600px) {
    .ginput_container_radio, .ginput_container_checkbox {
        margin-bottom: 8px;
    }
}

.gform_fields li.radio-group, .gform_fields li.checkbox-group {
    margin-top: 20px;
}

body .gform_wrapper .gfield_required {
    color: #000;
    margin-left: 0;
}


input[type="radio"], input[type="checkbox"] {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

input[type="radio"] + label, input[type="checkbox"] + label {
    position: relative;
    padding-left: 30px;
    margin: 0;
}

input[type="radio"] + label:before {
    content: " ";
    border: 1px solid var(--color-grey200) !important;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 0;
    width: 20px;
    height: 20px;
    box-sizing: border-box !important;
    background: white;
}

input[type="radio"] + label:after {
    content: " ";
    margin-left: 1px;
    border: 1px solid var(--color-gold) !important;
    border-radius: 10px;
    background-color: var(--color-gold);
    width: 10px;
    height: 10px;
    box-sizing: border-box !important;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 4px;
    transition: .3s opacity;
    opacity: 0;
}


input[type="radio"]:checked + label:after {
    opacity: 1;
}

input[type="checkbox"] + label:before {
    content: " ";
    box-sizing: border-box !important;
    height: 20px;
    width: 20px;
    border: 1px solid var(--color-grey200);
    border-radius: 4px;
    background-color: #FFFFFF;
    top: 50%;
    margin-top: -12px;
    left: 0;
    position: absolute;
    transition: .3s border, .3s background;
}

input[type="checkbox"]:checked + label:before {
    background: var(--color-gold);
    border: 1px solid var(--color-gold);
}

input[type="checkbox"] + label:after {
    content: '';
    color: #FFF;
    font-size: 11px;
    transition: .3s opacity;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    opacity: 0;
    background: url('imgs/checkmark.svg') no-repeat center center / 12px 12px;
    height: 20px;
    width: 20px;
}

input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.ginput_container_address {
    box-sizing: border-box;
    border: 1px solid var(--color-grey200);
    border-radius: 4px;
    background-color: var(--color-grey100);
    padding: 40px;
    margin: 0;
    flex-wrap: wrap;
}

@media screen and (max-width: 600px) {
    .ginput_container_address {
        padding: 30px;
        margin-top: 30px;
    }
}

.ginput_container_name.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix {
    box-sizing: border-box;
    flex-wrap: wrap;
}


.ginput_container_address span, .ginput_container_name.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span {
    flex-basis: calc((100% - 30px) / 2);
}

.ginput_container_address span:nth-of-type(2n + 3), .ginput_container_name.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span:nth-of-type(2n + 3) {
    margin-left: 0;
}

a.edit-read-only {
    font-size: 12px;
    margin-top: -20px;
    display: table;
    margin-bottom: 15px;
}

@media screen and (max-width: 600px) {
    a.edit-read-only {
        margin-top: -6px;
        margin-bottom: 10px;
    }
}

.gform_wrapper div.validation_error {
    color: #da1f3d;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 25px;
    border: 0 !important;
    padding: 0 !important;
    clear: both;
    width: 100%;
    text-align: left;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea, .gform_wrapper li.gfield_error select {
    border: 1px solid #DA1F3D !important;
    background-color: rgba(218, 31, 61, 0.1) !important;
}

.gform_wrapper .gfield_error .gfield_label {
    color: inherit !important;
}

.gform_wrapper .validation_message {
    color: #ce0000;
    font-size: 13px;
    font-weight: 700;
    padding-top: 0 !important;
    margin-top: -20px;
    margin-bottom: 30px;
}

.gform_wrapper #field_69_2 #validation_message_69_2 {
    margin: 5px 0 !important;
}

@media screen and (max-width: 600px) {
    .gform_wrapper .validation_message {
        margin-top: -6px !important;
    }
    .gform_wrapper #field_69_2 #validation_message_69_2 {
        margin: 5px 0 !important;
    }
}

.hide-labels_wrapper .validation_message, .gf_login_form .validation_message {
    margin-top: 0 !important;
    margin-bottom: 10px;
}

.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_wrapper li.gfield_error ul.gfield_checkbox, .gform_wrapper li.gfield_error ul.gfield_radio {
    color: inherit !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: inherit !important;
    margin-bottom: inherit !important;
    border-top: 0 solid #c89797 !important;
    border-bottom: 0 solid #c89797 !important;
    padding-bottom: inherit !important;
    padding-top: inherit !important;
    box-sizing: border-box !important;
}

.gform_footer {
    margin-top: 30px;
}

.page-template-dashboard .gform_footer {
    margin-top: 0;
}

.gform_footer {
    display: flex;
    align-items: center;
}

.gform_footer input[type="submit"] {
    order: 1;
}

.gform_footer .wabc-btn--secondary {
    margin-left: auto;
    order: 3;
}

.gform_footer .gform_ajax_spinner {
    order: 2;
    margin-left: 4px;
}

@media screen and (max-width: 600px) {

    .gform_footer {
        flex-wrap: wrap;
    }

    .gform_footer .wabc-btn--secondary {
        margin-top: 4px;
        width: 100%;
    }

    .gform_footer input[type="submit"] {
        width: 100%;
    }

    .gform_footer .gform_ajax_spinner {
        display: block;
        margin: 4px auto;
    }
}


/* Disable checkbox for members on subscribe form*/
.wabc-member #label_60_4_2:after, .wabc-member #label_60_4_3:after,
.wabc-member #label_45_4_2:after, .wabc-member #label_45_4_3:after {
    border-color: #9d9d9d !important;
    background-color: #9d9d9d !important;
}

.wabc-member #field_60_3 {
    display: none;
}

.tooltip-inline {
    width: 15px !important;
    height: 15px !important;
    display: inline-block !important;
    top: 2px !important;
    margin-left: 5px !important;
    float: none !important;
}


.wp-block-columns {
    margin: var(--blockSpacing--medium) 0;
}

.wp-block-column {
    align-self: start;
    word-break: normal;
}

.wp-block-columns:first-child {
    margin-top: 0;
}

.wp-block-columns:last-child {
    margin-bottom: 0;
}

.wp-block-column:not(:first-child) {
    margin-left: 0;
}


.wp-block-column:not(:last-child) {
    margin-right: 10%;
}

.wp-block-column:last-child:first-child {
    margin-right: 10%;
}

.wp-block-column:last-child:first-child:last-child {
    margin-right: 0;
}

.wp-block-column.is-style-bordered {
    border: 1px solid var(--color-grey200);
    padding: 40px;
    border-radius: 4px;
}

.wp-block-column.is-style-form-column {
    background: white;
    color: var(--color-charcoal);
    padding: 60px;
    border-radius: 4px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .1);
}

/* .wp-block-column.is-style-form-column .gform_wrapper {
    margin-top: 30px;
} */

.wp-block-column.is-style-form-column .gform_button[type="submit"] {
    width: 100%;
    text-align: center;
}

.wp-block-column.is-style-form-column .is-style-miniHeading {
    color: var(--color-grey500);
}

.is-style-form-column a {
    color: var(--color-grey700) !important;
    text-decoration: none !important;
    border-bottom: 1px solid var(--color-grey300) !important;
}

.is-style-form-column a:hover {
    color: var(--color-grey) !important;
}

/* .wp-block-column.is-style-form-column  .gfield_label {
    display: none !important;
} */

@media screen and (max-width: 600px) {

    .wp-block-column.is-style-form-column {
        padding: 30px;
    }

    /* .wp-block-column.is-style-form-column .gform_wrapper {
        margin-top: 20px;
    } */

}

.wp-block-column.is-style-bordered p, .wp-block-column.is-style-bordered li {
    font-size: 14px;
}

.wp-block-column > :last-child {
    margin-bottom: 0;
}


@media screen and (max-width: 1120px) {

    .wp-block-columns {
        display: block;
    }

    .wp-block-column:not(:last-child) {
        margin-right: 0;
    }

    .wp-block-column {
        margin-left: 0;
        width: 100% !important;
        margin-bottom: 0;
    }

    .wp-block-column:nth-of-type(n+2) {
        margin-top: 30px;
    }

}

.c-iconBlockParent {
    margin: var(--blockSpacing--medium) 0;
    display: flex;
    flex-wrap: wrap;
}

.c-iconBlockParent--alignCenter {
    align-items: center;
}

.c-iconBlockParent:first-child {
    margin-top: 0;
}

.c-iconBlockParent:last-child {
    margin-bottom: 0;
}

.c-iconBlock {
    position: relative;
    padding-left: 70px;
    width: 100%;
}


@media screen and (min-width: 901px) {

    .c-iconBlock {
        width: calc((100% - 60px) / 2);
        margin-right: 60px;
    }

    .c-iconBlock:nth-of-type(n+3) {
        margin-top: 60px;
    }

    .c-iconBlock:nth-of-type(2n) {
        margin-right: 0;
    }

}

@media screen and (max-width: 900px) {
    .c-iconBlock:nth-of-type(n+2) {
        margin-top: 60px;
    }
}


@media screen and (min-width: 601px) {

    .c-iconBlockParent--single {
        max-width: 660px;
        margin-left: auto;
        margin-right: auto;
    }

    .page-template-dashboard-provider-docs .c-iconBlockParent--single {
        max-width: 785px;
        margin-left: 15px;
    }

    .page-id-8231 .c-iconBlockParent--single {
        max-width: 670px
    }

    .c-iconBlockParent--single .c-iconBlock {
        width: 100%;
        margin-right: 0;
        padding-left: 55px;
    }

    .c-iconBlockReview .c-iconBlock {
        padding-left: 70px;
    }

    .c-iconBlockParent--single .c-iconBlock:nth-of-type(n+2) {
        margin-top: 60px;
    }
}

.page-template-dashboard-provider-docs .c-iconBlockParent--single {
    margin-top: 60px;
}

.page-template-dashboard-provider-docs .c-iconBlock__title h3 {
    color: #fca518;
    font-size: 17px;
}

.page-id-8231 .c-section {
    border-top: 1px solid var(--color-grey700);
}

.c-iconBlock__tag {
    color: var(--color-gold);
}

.c-iconBlock__title {
    position: relative;
}

.c-iconBlock__title h3 {
    margin-top: 0;
}

.c-iconBlock__icon {
    position: absolute;
    left: -70px;
    top: 50%;
    margin-top: -28px;
    width: 50px;
}

.c-iconBlock__content > :last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 600px) {

    .c-iconBlock {
        position: relative;
        padding-left: 45px;
    }

    .c-iconBlock:nth-of-type(n+2) {
        margin-top: 30px;
    }

    .c-iconBlock__icon {
        width: 30px;
        left: -45px;
        /*   margin-top: -17px;*/
        margin-top: -28px;
    }

    .page-template-wabc-review .c-iconBlock__icon {
        margin-top: -9px;
    }

    .page-id-1720 .c-iconBlock__icon {
        left: -65px;
    }

}


.c-flipCardParent {
    display: flex;
    flex-wrap: wrap;
    margin: var(--blockSpacing--medium) 0 var(--blockSpacing--medium);
}

.c-flipCardParent:first-child {
    margin-top: 0;
}

.c-flipCardParent:last-child {
    margin-bottom: 0;
}

.c-flipCard {
    width: 100%;
    padding: 120px 60px 60px;
    border: 1px solid var(--color-grey200);
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 1;
    transition: 0s z-index .3s;
}


@media screen and (min-width: 1001px) {


    .c-flipCard {
        width: calc((100% - 100px) / 3);
        margin-right: 50px;
    }

    .c-flipCard:nth-of-type(3n) {
        margin-right: 0;
    }

    .c-flipCard:nth-of-type(n+4) {
        margin-top: 85px;
    }

    .c-flipCard:nth-of-type(-n+3) {
        margin-top: 40px;
    }

    .c-flipCard--noIcon:nth-of-type(-n+3) {
        margin-top: 0;
    }

    .c-flipCard--noIcon:nth-of-type(n+4) {
        margin-top: 50px;
    }

}


@media screen and (max-width: 1000px) and (min-width: 701px) {

    .c-flipCard {
        width: calc((100% - 50px) / 2);
        margin-right: 50px;
    }

    .c-flipCard:nth-of-type(2n) {
        margin-right: 0;
    }

    .c-flipCard:nth-of-type(n+3) {
        margin-top: 85px;
    }

    .c-flipCard:nth-of-type(-n+2) {
        margin-top: 40px;
    }

    .c-flipCard--noIcon:nth-of-type(-n+2) {
        margin-top: 0;
    }

    .c-flipCard--noIcon:nth-of-type(n+3) {
        margin-top: 50px;
    }


}

@media screen and (max-width: 700px) {

    .c-flipCard:first-child {
        margin-top: 40px;
    }

    .c-flipCard:nth-of-type(n+2) {
        margin-top: 85px;
    }

    .c-flipCard--noIcon:first-child {
        margin-top: 0;
    }

    .c-flipCard--noIcon:nth-of-type(n+2) {
        margin-top: 50px;
    }

}

@media screen and (max-width: 600px) {

    .c-flipCard:first-child {
        margin-top: 30px;
    }

    .c-flipCard:nth-of-type(n+2) {
        margin-top: 70px;
    }

    .c-flipCard--noIcon:first-child {
        margin-top: 0;
    }

    .c-flipCard--noIcon:nth-of-type(n+2) {
        margin-top: 30px;
    }

}


.c-flipCard:hover {
    z-index: 2;
    transition-delay: 0s;
}

.c-flipCard--noIcon {
    padding-top: 87px;
}


.c-flipCard--noIcon .c-flipCard__theme {
    top: 50px;
}

.c-flipCard__actionIcon {
    position: absolute;
    bottom: -16px;
    left: 50%;
    width: 32px;
    height: 32px;
    background: white url('imgs/icon-plus.svg') no-repeat center center / 22px 22px;
    margin-left: -16px;
    border-radius: 50%;
}

.c-flipCard--hideFlip .c-flipCard__actionIcon {
    display: none;
}


.c-flipCard__icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 20px solid white;
    display: block;
    position: absolute;
    z-index: 3;
    top: -60px;
    left: 50%;
    margin-left: -60px;
}

.c-flipCard__theme {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .16em;
    text-transform: uppercase;
    padding: 0 20px;
    margin-top: 0;
    color: var(--color-gold);
    position: absolute;
    z-index: 3;
    top: 88px;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-right: -50%;
}

.c-flipCard__title {
    margin: auto 0 auto !important;
}

.c-flipCard--hideFlip .c-flipCard__content {
    display: none !important;
}

.c-flipCard__content {
    position: absolute;
    z-index: 1;
    top: -1px;
    left: -1px;
    right: -1px;
    padding: 120px 35px 50px;
    border: 1px solid var(--color-gold);
    background: white;
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0px, -30px, 0px) rotate3d(1, 0, 0, -90deg) scale(.9);
    transform-origin: top center;
    box-shadow: 0 10px 18px rgba(0, 0, 0, .05);
    transition: .3s opacity, .6s transform, .0s visibility .6s;
    transform-style: preserve-3d;
    font-size: 15px !important;
}

.c-flipCard:hover .c-flipCard__content, .c-flipCard:focus .c-flipCard__content {
    transform: rotate3d(1, 0, 0, 0);
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.c-flipCard--noIcon .c-flipCard__content {
    padding-top: 87px;
}


.c-flipCard__contentClose {
    position: absolute;
    bottom: -16px;
    left: 50%;
    width: 32px;
    height: 32px;
    background: white url('imgs/icon-plus.svg') no-repeat center center / 22px 22px;
    margin-left: -16px;
    border-radius: 50%;
    transform: rotate(45deg);
}

@media screen and (max-width: 600px) {

    .c-flipCard {
        padding: 90px 30px 40px;
    }

    .c-flipCard--noIcon {
        padding-top: 70px;
    }

    .c-flipCard__icon {
        width: 80px;
        height: 80px;
        border: 10px solid white;
        top: -40px;
        margin-left: -40px;
    }

    .c-flipCard__theme {
        top: 66px;
        font-size: 14px;
    }

    .c-flipCard__content {
        padding-top: 90px;
    }

    .c-flipCard--noIcon .c-flipCard__content {
        padding-top: 70px;
    }

    .c-flipCard--noIcon .c-flipCard__theme {
        top: 40px;
    }


}

.wp-block-table {
    margin: var(--blockSpacing--medium) 0;
}

.wp-block-table:first-child {
    margin-top: 0;
}

.wp-block-table:last-child {
    margin-bottom: 0;
}

.wp-block-table thead, table thead {
    border: 0;
    background: var(--color-grey100);
}

.wp-block-table td, .wp-block-table th, table td, table th {
    border: 1px solid var(--color-grey200);
    padding: 23px 20px 20px;
    vertical-align: top;
}

.wp-block-table th, table th {
    background: var(--color-grey100);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .16em;
    text-align: left;
    padding: 20px 20px 16px;
}

.wp-block-table td, .wp-block-table p, .wp-block-table li, table td, table p, table li {
    font-size: 14px;
}

@media screen and (max-width: 850px) {

    .wp-block-table table {
        table-layout: auto !important;
    }

    .u-responsiveTable {
        width: 100%;
    }

    .u-responsiveTable thead {
        display: none;
    }

    .u-responsiveTable td {
        display: block;
        width: 100%;
    }

    .u-responsiveTable td::before {
        content: attr(data-label);
        display: block;
        font-weight: 700;
        font-size: 13px;
        margin-bottom: 5px;
    }

    .u-responsiveTable tr {
        display: block;
        margin-bottom: 15px;
    }

    .u-responsiveTable td:nth-of-type(n + 2 ) {
        border-top: 0;
    }

    .u-responsiveTable tbody:last-child tr:last-child {
        margin-bottom: 0;
    }
}

/* Verify Tables */

.c-verifyResults__count {
    font-style: italic;
    font-size: 14px;
}

.wabc-verify-table h3 {
    font-size: 17px;
    font-weight: 500;
    margin-top: 0;
}

.wabc-verify-table h3:last-child {
    margin-bottom: 0;
}

.wabc-verify-table h4 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
    color: var(--color-grey600);
    letter-spacing: .1em;
    text-transform: uppercase;
}

#verifyTable.wabc-verify-table h4 {
    margin-bottom: 10px;
}

.hidden-cred-msg {
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
}

.hidden-cred-msg--seperator {
    position: relative;
    margin-top: 20px;
    display: block;
}

.hidden-cred-msg--seperator:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    width: 50px;
    height: 1px;
    background: var(--color-grey200);
}


.wabc-verify-table .text-group {
    margin-bottom: 10px;
}

.wabc-verify-table .text-group:last-child {
    margin-bottom: 0;
}

.wabc-verify-table .text-group h3 {
    margin-bottom: 0;
}

.wabc-verify-table .text-group li {
    padding-bottom: 0;
}

#accred-programs .text-group li:before {
    background-color: var(--color-gold);
}

.text-group__credential p {
    padding-left: 28px;
}

.text-group__credential.text-group__credential--expired--noPadding p, .c-expired-padding p {
    padding-left: 0;
}

.wabc-verify-table ul {
    margin-top: 0;
}

.wabc-verify-table .icon-header * {
    display: inline-block;
}

.wabc-verify-table .icon-header .icon-header__status {
    color: #fcA518;
}

#verifyTable.wabc-verify-table .icon-header .icon-header__status {
    margin-bottom: 0;
}

.wabc-verify-table .icon-header__verified {
    padding-left: 28px;
    position: relative;
}

.wabc-verify-table .icon-header__verified--expired {
    filter: grayscale(100%);
    padding-left: 0;
}

.c-expired-padding {
    padding-left: 28px !important;
}

/*.wabc-verify-table td:not([data-label="WABC Credential Status"])  .icon-header__verified--expired  {*/
.wabc-verify-table .text-group__credential--expired--noPadding .icon-header__verified--expired,
.wabc-verify-table td[data-label="WABC Membership Status"] .icon-header__verified--expired {
    padding-left: 0;
}

.wabc-verify-table .icon-header__verified--expired::before {
    display: none;
}

.wabc-verify-table td:not([data-label="WABC Credential Status"]) .icon-header__verified--expired + p {
    padding-left: 0;
}

@media screen and (max-width: 850px) {

    .wabc-verify-table td .icon-header__verified--expired, .wabc-verify-table td .icon-header__verified--expired + p {
        padding-left: 0;
    }

}

.wabc-verify-table .icon-header__verified--expired + p .text-group-date {
    color: #666666;
}

#accred-programs.wabc-verify-table .icon-header__status {
    margin-bottom: 16px;
}

.wabc-verify-table .icon-header__verified:before {
    content: "";
    background: url('imgs/WABC-Icon-Verify-gold.svg') no-repeat center center / 20px 20px;
    position: absolute;
    top: -1px;
    left: 0;
    width: 20px;
    height: 20px;
}

.wabc-verify-table .icon-header__verified--no:before {
    display: none;
}

.wabc-verify-table .icon-header img {
    margin-right: 10px;
    width: 20px;
    vertical-align: top;
}

.wabc-verify-table .th-org-name {
    width: 30%;
}

.wabc-verify-table .th-program-name {
    width: 20%;
}

.wabc-verify-table .th-program-status {
    width: 25%;
}

.wabc-verify-table .th-program-mark {
    width: 25%;
}

.wabc-verify-table p .text-group-date {
    font-size: 12px;
    display: unset;
    text-transform: uppercase;
}

.wabc-verify-table p .text-group-place {
    font-size: 13px;
    display: unset;
}

.wabc-verify-table p .sub-label {
    font-size: 13px;
    font-style: italic;
    display: unset;
    color: #24272a !important;
}

.wabc-verify-table p .sub-text {
    font-weight: bold;
    font-size: 12px;
    display: unset;
    color: #24272a !important;
    font-style: normal;
}

.wabc-verify-table p .sub-label__org {
    font-style: normal !important;
}

#verifyTable th {
    width: 25%;
}

@media screen and (max-width: 600px) {

    .wabc-verify-table h3 {
        font-size: 16px;
    }

    .wabc-verify-table .icon-header__verified:before {
        background-size: 15px 15px;
        top: 1px;
        width: 15px;
        height: 15px;
    }

    .wabc-verify-table .icon-header__verified, .text-group__credential p {
        padding-left: 23px;
    }

}

.c-compareTable table {
    table-layout: fixed;
}

.c-compareTable td, .c-compareTable th {
    padding: 30px;
}

.c-compareTable thead th {
    vertical-align: middle;
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    background: none;
    letter-spacing: normal;
    text-transform: none;
    background: white;
    letter-spacing: normal;
}

.c-compareTable thead th sup {
    top: .55em;
}

.c-compareTable thead th em {
    display: inline-block;
    background: var(--color-charcoal);
    padding: 9px 16px 5px;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    font-style: normal;
    margin-bottom: 10px;
}

.c-compareTable:not(.c-compareTable--inlineTitles) tr td:first-child {
    border: none;
    padding: 30px 30px 0 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .16em;
    text-align: right;
    line-height: 1.3;
}

.c-compareTable:not(.c-compareTable--inlineTitles) tr th:first-child {
    border: none;
}

.c-compareTable--level1:not(.c-compareTable--inlineTitles) thead tr:nth-of-type(1) th:nth-of-type(2) {
    border-top: 4px solid #A1AFC0;
    border-left: 4px solid #A1AFC0;
    border-right: 4px solid #A1AFC0;
    color: var(--color-blue);
    background: #F9FAFB;
}

.c-compareTable--level1:not(.c-compareTable--inlineTitles) th:nth-of-type(2) em {
    background: var(--color-blue);
}

.c-compareTable--level2:not(.c-compareTable--inlineTitles) th:nth-of-type(3) em {
    background: var(--color-blue);
}

.c-compareTable--level3:not(.c-compareTable--inlineTitles) th:nth-of-type(4) em {
    background: var(--color-blue);
}

.c-compareTable--level4:not(.c-compareTable--inlineTitles) th:nth-of-type(5) em {
    background: var(--color-blue);
}

.c-compareTable--level1:not(.c-compareTable--inlineTitles) td:nth-of-type(2) {
    border-left: 4px solid #A1AFC0;
    border-right: 4px solid #A1AFC0;
    background: #F9FAFB;
}

.c-compareTable--level1:not(.c-compareTable--inlineTitles) tbody tr:last-of-type td:nth-of-type(2) {
    border-bottom: 4px solid #A1AFC0;
}

.c-compareTable--level2:not(.c-compareTable--inlineTitles) thead tr:nth-of-type(1) th:nth-of-type(3) {
    border-top: 4px solid #A1AFC0;
    border-left: 4px solid #A1AFC0;
    border-right: 4px solid #A1AFC0;
    color: var(--color-blue);
    background: #F9FAFB;
}

.c-compareTable--level2:not(.c-compareTable--inlineTitles) td:nth-of-type(3) {
    border-left: 4px solid #A1AFC0;
    border-right: 4px solid #A1AFC0;
    background: #F9FAFB;
}

.c-compareTable--level2:not(.c-compareTable--inlineTitles) tbody tr:last-of-type td:nth-of-type(3) {
    border-bottom: 4px solid #A1AFC0;
}

.c-compareTable--level3:not(.c-compareTable--inlineTitles) thead tr:nth-of-type(1) th:nth-of-type(4) {
    border-top: 4px solid #A1AFC0;
    border-left: 4px solid #A1AFC0;
    border-right: 4px solid #A1AFC0;
    color: var(--color-blue);
    background: #F9FAFB;
}

.c-compareTable--level3:not(.c-compareTable--inlineTitles) td:nth-of-type(4) {
    border-left: 4px solid #A1AFC0;
    border-right: 4px solid #A1AFC0;
    background: #F9FAFB;
}

.c-compareTable--level3:not(.c-compareTable--inlineTitles) tbody tr:last-of-type td:nth-of-type(4) {
    border-bottom: 4px solid #A1AFC0;
}

.c-compareTable--level4:not(.c-compareTable--inlineTitles) thead tr:nth-of-type(1) th:nth-of-type(5) {
    border-top: 4px solid #A1AFC0;
    border-left: 4px solid #A1AFC0;
    border-right: 4px solid #A1AFC0;
    color: var(--color-blue);
    background: #F9FAFB;
}

.c-compareTable--level4:not(.c-compareTable--inlineTitles) td:nth-of-type(5) {
    border-left: 4px solid #A1AFC0;
    border-right: 4px solid #A1AFC0;
    background: #F9FAFB;
}

.c-compareTable--level4:not(.c-compareTable--inlineTitles) tbody tr:last-of-type td:nth-of-type(5) {
    border-bottom: 4px solid #A1AFC0;
}


.tab-section--gold .c-compareTable--level1:not(.c-compareTable--inlineTitles) thead tr:nth-of-type(1) th:nth-of-type(2) {
    border-top: 4px solid #FEDDA9;
    border-left: 4px solid #FEDDA9;
    border-right: 4px solid #FEDDA9;
    color: var(--color-gold);
    background: #FFFDFA;
}


.tab-section--gold .c-compareTable--level1:not(.c-compareTable--inlineTitles) th:nth-of-type(2) em {
    background: var(--color-gold);
}

.tab-section--gold .c-compareTable--level2:not(.c-compareTable--inlineTitles) th:nth-of-type(3) em {
    background: var(--color-gold);
}

.tab-section--gold .c-compareTable--level3:not(.c-compareTable--inlineTitles) th:nth-of-type(4) em {
    background: var(--color-gold);
}

.tab-section--gold .c-compareTable--level4:not(.c-compareTable--inlineTitles) th:nth-of-type(5) em {
    background: var(--color-gold);
}

.tab-section--gold .c-compareTable--level1:not(.c-compareTable--inlineTitles) td:nth-of-type(2) {
    border-left: 4px solid #FEDDA9;
    border-right: 4px solid #FEDDA9;
    background: #FFFDFA;
}

.tab-section--gold .c-compareTable--level1:not(.c-compareTable--inlineTitles) tbody tr:last-of-type td:nth-of-type(2) {
    border-bottom: 4px solid #FEDDA9;
}

.tab-section--gold .c-compareTable--level2:not(.c-compareTable--inlineTitles) thead tr:nth-of-type(1) th:nth-of-type(3) {
    border-top: 4px solid #FEDDA9;
    border-left: 4px solid #FEDDA9;
    border-right: 4px solid #FEDDA9;
    color: var(--color-gold);
    background: #FFFDFA;
}

.tab-section--gold .c-compareTable--level2:not(.c-compareTable--inlineTitles) td:nth-of-type(3) {
    border-left: 4px solid #FEDDA9;
    border-right: 4px solid #FEDDA9;
    background: #FFFDFA;
}

.tab-section--gold .c-compareTable--level2:not(.c-compareTable--inlineTitles) tbody tr:last-of-type td:nth-of-type(3) {
    border-bottom: 4px solid #FEDDA9;
}

.tab-section--gold .c-compareTable--level3:not(.c-compareTable--inlineTitles) thead tr:nth-of-type(1) th:nth-of-type(4) {
    border-top: 4px solid #FEDDA9;
    border-left: 4px solid #FEDDA9;
    border-right: 4px solid #FEDDA9;
    color: var(--color-gold);
    background: #FFFDFA;
}

.tab-section--gold .c-compareTable--level3:not(.c-compareTable--inlineTitles) td:nth-of-type(4) {
    border-left: 4px solid #FEDDA9;
    border-right: 4px solid #FEDDA9;
    background: #FFFDFA;
}

.tab-section--gold .c-compareTable--level3:not(.c-compareTable--inlineTitles) tbody tr:last-of-type td:nth-of-type(4) {
    border-bottom: 4px solid #FEDDA9;
}

.tab-section--gold .c-compareTable--level4:not(.c-compareTable--inlineTitles) thead tr:nth-of-type(1) th:nth-of-type(5) {
    border-top: 4px solid #FEDDA9;
    border-left: 4px solid #FEDDA9;
    border-right: 4px solid #FEDDA9;
    color: var(--color-blue);
    background: #FFFDFA;
}

.tab-section--gold .c-compareTable--level4:not(.c-compareTable--inlineTitles) td:nth-of-type(5) {
    border-left: 4px solid #FEDDA9;
    border-right: 4px solid #FEDDA9;
    background: #FFFDFA;
}

.tab-section--gold .c-compareTable--level4:not(.c-compareTable--inlineTitles) tbody tr:last-of-type td:nth-of-type(5) {
    border-bottom: 4px solid #FEDDA9;
}


/* for updated table design */

.c-compareTable--level1.c-compareTable--inlineTitles thead tr:nth-of-type(1) th:nth-of-type(1) {
    border-top: 4px solid #A1AFC0;
    border-left: 4px solid #A1AFC0;
    border-right: 4px solid #A1AFC0;
    color: var(--color-blue);
    background: #F9FAFB;
}

.c-compareTable--level1.c-compareTable--inlineTitles th:nth-of-type(1) em {
    background: var(--color-blue);
}

.c-compareTable--level2.c-compareTable--inlineTitles th:nth-of-type(2) em {
    background: var(--color-blue);
}

.c-compareTable--level3.c-compareTable--inlineTitles th:nth-of-type(3) em {
    background: var(--color-blue);
}

.c-compareTable--level4.c-compareTable--inlineTitles th:nth-of-type(4) em {
    background: var(--color-blue);
}

.c-compareTable--level1.c-compareTable--inlineTitles td:nth-of-type(1) {
    border-left: 4px solid #A1AFC0;
    border-right: 4px solid #A1AFC0;
    background: #F9FAFB;
}

.c-compareTable--level1.c-compareTable--inlineTitles tbody tr:last-of-type td:nth-of-type(1) {
    border-bottom: 4px solid #A1AFC0;
}

.c-compareTable--level2.c-compareTable--inlineTitles thead tr:nth-of-type(1) th:nth-of-type(2) {
    border-top: 4px solid #A1AFC0;
    border-left: 4px solid #A1AFC0;
    border-right: 4px solid #A1AFC0;
    color: var(--color-blue);
    background: #F9FAFB;
}

.c-compareTable--level2.c-compareTable--inlineTitles td:nth-of-type(2) {
    border-left: 4px solid #A1AFC0;
    border-right: 4px solid #A1AFC0;
    background: #F9FAFB;
}

.c-compareTable--level2.c-compareTable--inlineTitles tbody tr:last-of-type td:nth-of-type(2) {
    border-bottom: 4px solid #A1AFC0;
}

.c-compareTable--level3.c-compareTable--inlineTitles thead tr:nth-of-type(1) th:nth-of-type(3) {
    border-top: 4px solid #A1AFC0;
    border-left: 4px solid #A1AFC0;
    border-right: 4px solid #A1AFC0;
    color: var(--color-blue);
    background: #F9FAFB;
}

.c-compareTable--level3.c-compareTable--inlineTitles td:nth-of-type(3) {
    border-left: 4px solid #A1AFC0;
    border-right: 4px solid #A1AFC0;
    background: #F9FAFB;
}

.c-compareTable--level3.c-compareTable--inlineTitles tbody tr:last-of-type td:nth-of-type(3) {
    border-bottom: 4px solid #A1AFC0;
}

.c-compareTable--level4.c-compareTable--inlineTitles thead tr:nth-of-type(1) th:nth-of-type(4) {
    border-top: 4px solid #A1AFC0;
    border-left: 4px solid #A1AFC0;
    border-right: 4px solid #A1AFC0;
    color: var(--color-blue);
    background: #F9FAFB;
}

.c-compareTable--level4.c-compareTable--inlineTitles td:nth-of-type(4) {
    border-left: 4px solid #A1AFC0;
    border-right: 4px solid #A1AFC0;
    background: #F9FAFB;
}

.c-compareTable--level4.c-compareTable--inlineTitles tbody tr:last-of-type td:nth-of-type(4) {
    border-bottom: 4px solid #A1AFC0;
}


.tab-section--gold .c-compareTable--level1.c-compareTable--inlineTitles thead tr:nth-of-type(1) th:nth-of-type(1) {
    border-top: 4px solid #FEDDA9;
    border-left: 4px solid #FEDDA9;
    border-right: 4px solid #FEDDA9;
    color: var(--color-gold);
    background: #FFFDFA;
}


.tab-section--gold .c-compareTable--level1.c-compareTable--inlineTitles th:nth-of-type(1) em {
    background: var(--color-gold);
}

.tab-section--gold .c-compareTable--level2.c-compareTable--inlineTitles th:nth-of-type(2) em {
    background: var(--color-gold);
}

.tab-section--gold .c-compareTable--level3.c-compareTable--inlineTitles th:nth-of-type(3) em {
    background: var(--color-gold);
}

.tab-section--gold .c-compareTable--level4.c-compareTable--inlineTitles th:nth-of-type(4) em {
    background: var(--color-gold);
}

.tab-section--gold .c-compareTable--level1.c-compareTable--inlineTitles td:nth-of-type(1) {
    border-left: 4px solid #FEDDA9;
    border-right: 4px solid #FEDDA9;
    background: #FFFDFA;
}

.tab-section--gold .c-compareTable--level1.c-compareTable--inlineTitles tbody tr:last-of-type td:nth-of-type(1) {
    border-bottom: 4px solid #FEDDA9;
}

.tab-section--gold .c-compareTable--level2.c-compareTable--inlineTitles thead tr:nth-of-type(1) th:nth-of-type(2) {
    border-top: 4px solid #FEDDA9;
    border-left: 4px solid #FEDDA9;
    border-right: 4px solid #FEDDA9;
    color: var(--color-gold);
    background: #FFFDFA;
}

.tab-section--gold .c-compareTable--level2.c-compareTable--inlineTitles td:nth-of-type(2) {
    border-left: 4px solid #FEDDA9;
    border-right: 4px solid #FEDDA9;
    background: #FFFDFA;
}

.tab-section--gold .c-compareTable--level2.c-compareTable--inlineTitles tbody tr:last-of-type td:nth-of-type(2) {
    border-bottom: 4px solid #FEDDA9;
}

.tab-section--gold .c-compareTable--level3.c-compareTable--inlineTitles thead tr:nth-of-type(1) th:nth-of-type(3) {
    border-top: 4px solid #FEDDA9;
    border-left: 4px solid #FEDDA9;
    border-right: 4px solid #FEDDA9;
    color: var(--color-gold);
    background: #FFFDFA;
}

.tab-section--gold .c-compareTable--level3.c-compareTable--inlineTitles td:nth-of-type(3) {
    border-left: 4px solid #FEDDA9;
    border-right: 4px solid #FEDDA9;
    background: #FFFDFA;
}

.tab-section--gold .c-compareTable--level3.c-compareTable--inlineTitles tbody tr:last-of-type td:nth-of-type(3) {
    border-bottom: 4px solid #FEDDA9;
}

.tab-section--gold .c-compareTable--level4.c-compareTable--inlineTitles thead tr:nth-of-type(1) th:nth-of-type(4) {
    border-top: 4px solid #FEDDA9;
    border-left: 4px solid #FEDDA9;
    border-right: 4px solid #FEDDA9;
    color: var(--color-gold);
    background: #FFFDFA;
}

.tab-section--gold .c-compareTable--level4.c-compareTable--inlineTitles td:nth-of-type(4) {
    border-left: 4px solid #FEDDA9;
    border-right: 4px solid #FEDDA9;
    background: #FFFDFA;
}

.tab-section--gold .c-compareTable--level4.c-compareTable--inlineTitles tbody tr:last-of-type td:nth-of-type(4) {
    border-bottom: 4px solid #FEDDA9;
}

.c-compareTable--inlineTitles tbody tr th {
    text-align: center;
    background: #ececec;
    padding: 12px 20px 9px;
    font-size: 13px;
}

.c-compareTable--level1.c-compareTable--inlineTitles tbody tr th:nth-of-type(1),
.c-compareTable--level2.c-compareTable--inlineTitles tbody tr th:nth-of-type(2),
.c-compareTable--level3.c-compareTable--inlineTitles tbody tr th:nth-of-type(3),
.c-compareTable--level4.c-compareTable--inlineTitles tbody tr th:nth-of-type(4) {
    border-left: 4px solid #A1AFC0;
    border-right: 4px solid #A1AFC0;
    padding: 12px 14px 9px;
}


.tab-section--gold .c-compareTable--level1.c-compareTable--inlineTitles tbody tr th:nth-of-type(1),
.tab-section--gold .c-compareTable--level2.c-compareTable--inlineTitles tbody tr th:nth-of-type(2),
.tab-section--gold .c-compareTable--level3.c-compareTable--inlineTitles tbody tr th:nth-of-type(3),
.tab-section--gold .c-compareTable--level4.c-compareTable--inlineTitles tbody tr th:nth-of-type(4) {
    border-left: 4px solid #FEDDA9;
    border-right: 4px solid #FEDDA9;
}


/*@media screen and (max-width: 600px) {
    .c-compareTable tr td:first-child {
        font-size: 12px;
    }
}*/

.c-faqParent {
    margin: var(--blockSpacing--medium) auto 0;
    max-width: 860px;
}

.c-faqParent__title {
    padding: 0 20px 20px;
    font-weight: 700;
    margin: 0 0 20px;
    border-bottom: 2px solid var(--color-grey200);
}

.c-faqParent:first-child {
    margin-top: 0;
}

.c-faqParent:last-child {
    margin-bottom: 0;
}

.c-faqItem {
    border-bottom: 1px solid var(--color-grey200);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.c-faqItem:last-child {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}

.c-faqItem__title {
    font-size: 21px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    padding: 0 50px 0 20px;
}

.c-faqItem__title:after {
    content: '';
    position: absolute;
    top: 4px;
    right: 20px;
    width: 20px;
    height: 20px;
    background: url('imgs/icon-plus.svg') no-repeat center center / 20px 20px;
    transition: .3s transform;
}

.c-faqItem__title--expanded:after {
    transform: rotate(45deg);
}

.c-faqItem__content {
    display: none;
    margin-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

.c-faqItem__content :last-child {
    margin-bottom: 0;
}

.c-faqParent--dark .c-faqItem__title, .c-faqParent--dark .c-faqItem__content {
    color: white;
}


.c-faqParent--dark .c-faqItem {
    border-bottom: 1px solid var(--color-grey700);
}

.c-faqParent--dark .c-faqItem:last-child {
    border-bottom: none;
}

@media screen and (max-width: 600px) {

    .c-faqItem__title {
        font-size: 16px;
        font-weight: 700;
    }

}

.c-searchHero {
    background-image: url('imgs/buildings-bg.jpg');
    display: flex;
}

.c-searchHero .u-wc {
    margin: auto;
}

.c-searchHero h1 {
    color: white;
}

.c-searchResults {
    display: flex;
    flex-wrap: wrap;
    margin: var(--blockSpacing--medium) 0;
}

.c-searchResults:last-child {
    margin-bottom: 0;
}

.c-searchResult {
    width: 100%;
}

@media screen and (min-width: 980px) {

    .c-searchResults--thirds .c-searchResult {
        width: calc((100% - 100px) / 3);
    }

    .c-searchResults--thirds .c-searchResult:nth-of-type(2n) {
        margin-right: 40px;
    }

    .c-searchResults--thirds .c-searchResult:nth-of-type(3n) {
        margin-right: 0;
    }

    .c-searchResults--thirds .c-searchResult:nth-of-type(3) {
        margin-top: 0;
    }

    .c-searchResults--thirds .c-searchResult:nth-of-type(n + 4) {
        margin-top: 40px;
    }


}

@media screen and (min-width: 769px) {

    .c-searchResult {
        width: calc((100% - 50px) / 2);
        margin-right: 40px;
    }

    .c-searchResult:nth-of-type(2n) {
        margin-right: 0;
    }

    .c-searchResult:nth-of-type(n + 3) {
        margin-top: 40px;
    }

}

@media screen and (max-width: 768px) {

    .c-searchResult:nth-of-type(n + 2) {
        margin-top: 40px;
    }

}

@media screen and (max-width: 600px) {

    .c-searchResult:nth-of-type(n + 2) {
        margin-top: 20px;
    }

}


.c-searchResult {
    border: 1px solid var(--color-grey200);
    border-radius: 4px;
    padding: 35px;
    display: flex;
    flex-direction: column;
}

.c-searchResult :last-child {
    margin-bottom: 0;
}

.c-searchResult__cat {
    position: relative;
    left: 1px;
    font-weight: 400 !important;
    font-size: 12px !important;
    letter-spacing: .16em;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 8px;
    color: var(--color-grey500);
}

.c-searchResult h4 {
    margin-top: 0;
}

.c-searchResult h4 br {
    display: none;
}

.c-searchResult p {
    font-size: 14px;
}

.c-searchResult a {
    display: flex;
}

.c-searchResult :nth-last-child(2) {
    margin-bottom: 20px;
}

.c-searchResult .wp-block-buttons {
    /* flex-grow: 0; */
    /* align-self: flex-start; */
    margin-top: auto;
}

@media screen and (max-width: 600px) {

    .c-searchResult {
        padding: 30px;
    }
}

.c-pagination span {
    font-weight: 700;
    color: var(--color-gold);
}

.c-pagination span, .c-pagination a {
    margin-right: 8px;
}

.c-pagination a {
    color: var(--color-grey700);
}

.c-pagination a:hover {
    color: var(--color-grey);
}


@media screen and (max-width: 600px) {

    .c-pagination span, .c-pagination a {
        margin-right: 4px;
    }

}


.c-dashboard {
    display: flex;
}

.c-dashboard .u-wc {
    margin: auto;
}

.c-dashboard h1 {
    color: white;
    margin-bottom: 12px;
}

.wabc-linkBox {
    margin-bottom: 30px;
}

.wabc-linkBox + h3 {
    margin: 40px auto 30px !important;
    color: var(--color-grey200);

}

/* Accredited Dashboard */

.dashboard .c-section__content .is-style-miniHeading {
    margin: 40px auto 30px !important;
    color: var(--color-grey200);
    position: relative;
    left: -1px;
}

.dashboard .c-section__content .is-style-miniHeading:before {
    position: relative;
    left: 1px;
}

.dashboard.dashboard--multi .linkbox-wrapper {
    display: none;
}

.linkbox-wrapper-switcher {
    text-align: center;
}

.linkbox-wrapper-switcher {
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-top: -8px; */
}

.linkbox-wrapper-switcher h4 {
    color: white;
    font-size: 18px;
    margin: 0;
}

.linkbox-wrapper-switcher-btn {
    border-radius: 20px;
    background: var(--color-red);
    color: white;
    padding: 5px 13px 3px 13px;
    font-size: 12px;
    margin-left: 16px !important;
    transition: .3s filter;
    position: relative;
    top: -1px;
    outline: none !important;
}

.linkbox-wrapper-switcher-btn:hover {
    filter: brightness(120%);
}

#gform_fields_68 .gfield_description {
    margin-top: 0 !important;
}

.mini-profile--program .item--hasTooltip {
    display: inline-block;
}

.mini-profile--program .item--hasTooltip .be-tooltip:before {
    display: inline-block;
}

.mini-profile--program-options li:before,
.mini-profile--program-formats li:before {
    top: 5px;
}

.mini-profile--program-options li,
.mini-profile--program-formats li {
    font-size: 14px;
    padding-bottom: 0;
    line-height: 1.4;
}

.item-group-statusDetails .item {
    margin-bottom: 5px;
}

/* Footer styles */

.c-footer {
    font-size: 15px;
    border-top: 1px solid var(--color-grey700);
}

.c-footer__cols {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -24px;
}

.c-footer__col {
    width: 100%;
    margin-bottom: 24px;
}

@media screen and (min-width: 1001px) {

    .c-footer__col {
        margin-right: 60px;
        width: calc((100% - 180px) / 4);
    }

    .c-footer__col:nth-of-type(4n) {
        margin-right: 0;
    }

}

@media screen and (max-width: 1000px) {

    .c-footer .c-section .u-wc {
        max-width: 600px;
        margin: 0 auto;
    }

}

/* @media screen and (max-width: 1000px) and (min-width: 601px) {

    .c-footer__col {
        margin-right: 60px;
        width: calc((100% - 60px) / 2);
    }

    .c-footer__col:nth-of-type(2n){
        margin-right: 0;
    }

} */


.c-footer__logo {
    display: block;
    margin-bottom: 32px;
}

.c-footer p {
    font-size: 14px;
    color: white;
}

.c-footer a:not(.wabc-btn) {
    color: var(--color-grey300);
}

.c-footer__socials {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.c-footer__socials a:not(:first-child) {
    margin-left: 12px;
}

.c-footer__socials a {
    text-decoration: none;
    border: none;
    font-size: 17px;
    outline: none;
}

.c-footer a:hover {
    color: var(--color-grey200);
    transition: .3s all;
}

.c-footer h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    color: white;
    margin: 0 0 24px;
}


.c-footer ul li a {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.4;
    display: inline-block;
    color: white;
    text-decoration: none;
    border: none;
}

.c-footer ul li {
    position: relative;
}

.c-footer ul li:before {
    background: white;
    width: 4px;
    height: 4px;
}


.c-footerSocials a {
    transition: .3s opacity
}

.c-footerSocials a:hover {
    opacity: .7;
}

.c-footer__copyright {
    background: #1F1F1F;
    border-top: 1px solid var(--color-grey700);
    padding: 30px 0;
}

.c-footer__copyright .u-wc {
    display: flex;
    justify-content: space-between;
}

.c-footer__copyright p {
    color: white;
    margin: 0;
    font-size: 12px;
}

.c-footer__copyright p:first-child {
    margin-right: 12px;
}

.c-footer p a, .c-footer__copyright p a {
    border-bottom: 1px solid var(--color-grey600);
}

.c-footer__subscribeBtn {
    min-width: 190px;
    margin: 15px 0 10px;
}

.c-footer__subscribeBtn + p {
    font-size: 12px;
}

@media screen and (max-width: 600px) {

    .c-footer__copyright .u-wc {
        display: block;
    }

    .c-footer__copyright p:first-child {
        margin: 0 0 10px 0;
    }
}


.c-globalStandardsBanner {
    background-image: url('imgs/columns-bg-gold.jpg');
    background-position: top center;
}

.c-documentation, .c-cert {
    display: flex;
    flex-grow: 1;
}

.c-cert-logos {
    align-items: center;
}

.c-documentation__content {
    flex-grow: 1;
    margin-right: 10%;
}

.c-cert__content {
    width: 400px;
    margin-right: 10%;
}

.c-cert-wabc-logo {
    width: 50%;
    margin-right: 10%;
}

.c-documentation__sidebar {
    width: 430px;
    flex-shrink: 0;
}

.c-documentation__info {
    position: relative;
    padding-left: 40px;
    /* margin-bottom: var(--blockSpacing--medium); */
}

.c-cert-renewal {
    position: relative;
}

.c-documentation__info p {
    margin-bottom: 0;
    font-size: 13px;
}

.c-documentation__info:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    background: var(--color-gold);
    height: 60px;
}

.c-documentation__info strong {
    display: block;
}

.c-documentation__toc {
    border: 1px solid var(--color-grey200);
    box-shadow: 0 2px 20px rgba(0, 0, 0, .05);
    padding: 40px;
    border-radius: 4px;
    position: sticky;
    top: 20px;
}

.c-documentation__toc h4 {
    font-size: 17px;
}

.c-documentation__toc li, .c-documentation__toc p {
    font-size: 13px;
}

.c-revisedDate {
    background: var(--color-grey100);
    padding: 20px 20px 17px;
    margin-top: 30px;
}

@media screen and (max-width: 600px) {
    .c-revisedDate {
        margin-top: 20px;
    }
}

.c-termsPoliciesBanner {
    background-image: url('imgs/columns-bg-blue.jpg');
    background-position: top center;
}

/* alt typography for terms and global standards */

.c-documentation__content h2 {
    font-size: 21px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 500;
    margin-top: 25px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.c-documentation__content h2:first-child {
    margin-top: 0;
}

.c-documentation__content h3 {
    margin-top: 15px;
    font-size: 18px;
    letter-spacing: .05em;
    margin-bottom: 5px;
    font-weight: 700;
}

.c-documentation__content h3:first-child {
    margin-top: 0;
}

.c-documentation__content h4 {
    margin-top: 10px;
    font-size: 17px;
    letter-spacing: .05em;
    margin-bottom: 5px;
    font-weight: 700;
}

.c-documentation__content h4:first-child {
    margin-top: 0;
}

.c-documentation__content h5 {
    margin-top: 8px;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 700;
}

.c-documentation__content h5:first-child {
    margin-top: 0;
}

.c-documentation__content .wp-block-quote {
    position: relative;
    padding-left: 30px;
    margin: 12px 0;
}

.c-documentation__content .wp-block-quote:before {
    display: none;
}

.c-documentation__content .wp-block-quote p strong {
    font-weight: 400;
}

.c-documentation__content .wp-block-quote p {
    color: var(--color-charcoal);
}

/* .c-documentation__footer .c-nextCardBlock {
    flex-wrap: wrap;
} */

@media screen and (min-width: 1180px) {

    .c-documentation__footer .c-nextCard {
        flex-basis: calc((100% - 92px) / 3);
        flex-grow: 0;
    }

}


.c-documentation__footer .u-wc {
    padding-top: var(--blockSpacing--medium);
    padding-bottom: var(--blockSpacing);
    border-top: 1px solid var(--color-grey200);
}


@media screen and (max-width: 1050px) {

    .c-documentation {
        display: block;
    }

    .c-documentation__content {
        margin-right: 0;
    }

    .c-documentation__sidebar {
        width: 100%;
        margin-top: 30px;
    }

    .c-documentation__toc {
        display: none;
    }

    .c-documentation__footer {
        margin-top: -78px;
    }

}

@media screen and (max-width: 600px) {

    .c-documentation__info {
        padding-left: 20px;
    }

    .c-documentation__info::before {
        height: 30px;
    }

    .c-documentation__footer {
        margin-top: -48px;
    }

}


.c-ctaBoxParent {
    display: flex;
    flex-wrap: wrap;
    margin: var(--blockSpacing--medium) 0;
}

.c-ctaBoxParent:first-child {
    margin-top: 0;
}

.c-ctaBoxParent:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 901px) {

    .c-ctaBoxParent .c-ctaBox {
        width: calc((100% - 48px) / 2);
        margin-right: 48px;
    }

    .c-ctaBoxParent .c-ctaBox:nth-of-type(n+3) {
        margin-top: 60px;
    }

    .c-ctaBoxParent .c-ctaBox:nth-of-type(2n) {
        margin-right: 0;
    }

}

@media screen and (max-width: 900px) {
    .c-ctaBoxParent .c-ctaBox:nth-of-type(n+2) {
        margin-top: 20px;
    }
}

.c-ctaBox {
    color: white;
    position: relative;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.0);
    display: flex;
    flex-direction: column;
    padding: 60px;
    border-radius: 4px;
    border: none;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: .3s box-shadow, .3s transform;
}

.c-ctaBox:after {
    content: '';
    border-radius: 4px;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    border: 1px solid black;
    background: black;
    opacity: .65;
    transition: .3s opacity, .3s border;
}

.c-ctaBox:hover, .c-ctaBox:focus {
    border: none;
    color: white;
    transform: translateY(-8px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .3);
}

.c-ctaBox * {
    position: relative;
    z-index: 2;
}

.c-ctaBox:hover:after {
    border: 1px solid var(--color-gold);
    opacity: .5 !important;
}

.c-ctaBox > :nth-last-child(2) {
    margin-bottom: auto;
}

.c-ctaBox .wabc-tertiaryBtn {
    margin-top: 20px;
}

.c-ctaBox:hover .wabc-tertiaryBtn:before {
    transform: translateX(4px);
}

@media screen and (max-width: 600px) {

    .c-ctaBox {
        padding: 30px;
    }
}


.c-testimonialParent {
    max-width: 940px;
    margin: var(--blockSpacing--medium) auto;
}

.c-testimonialParent:first-child {
    margin-top: 0;
}

.c-testimonialParent:last-child {
    margin-bottom: 0;
}

.c-testimonialParent .owl-item {
    opacity: 0;
    transition: .3s opacity;
}

.c-testimonialParent .owl-dots {
    display: none;
}

.c-testimonialParent .owl-item.active {
    opacity: 1;
}

.c-testimonialParent .owl-stage::after {
    display: none;
}

.c-testimonialParent .owl-nav button {
    outline: none;
    border: 1px solid var(--color-grey200) !important;
    background-color: white !important;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: block;
    transition: .3s box-shadow, .3s background;
    position: absolute;
    top: 50%;
    margin-top: -27px;
    font-size: 0 !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 20px 20px !important;
}

.c-testimonialParent .owl-nav button:hover {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
}

.c-testimonialParent .owl-nav .owl-prev {
    background-image: url('imgs/left-arrow.svg') !important;
    left: -100px;
}

.c-testimonialParent .owl-nav .owl-next {
    background-image: url('imgs/right-arrow.svg') !important;
    right: -100px;
}


.c-testimonialParent .owl-stage-outer {
    overflow: visible;
}

.c-testimonialParent .owl-stage {
    display: flex;
}

.c-testimonialParent .owl-item {
    display: flex;
}

.c-testimonial {
    position: relative;
    display: flex;
    width: 100%;
}

.c-testimonial__blockquote {
    border: 1px solid var(--color-grey200);
    padding: 60px;
    position: relative;
    width: 100%;
}

.c-testimonial__blockquote:after {
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    left: -20px;
    width: 86px;
    height: 73px;
    background: white url('imgs/quote-icon.png') center center / 86px 73px;
}


.c-testimonial__name h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.c-testimonial__credentials {
    font-size: 13px;
    padding-left: 23px;
    display: block;
}

.c-testimonial__location {
    font-size: 13px;
    margin: 0;
    display: block;
    padding-left: 23px;
    font-style: italic;
}

.c-testimonial__actionIcon {
    position: absolute;
    bottom: -16px;
    left: 50%;
    width: 32px;
    height: 32px;
    background: white url('imgs/icon-plus.svg') no-repeat center center / 22px 22px;
    margin-left: -16px;
    border-radius: 50%;
}


.c-testimonial__content {
    position: absolute;
    z-index: 2;
    top: -1px;
    left: -1px;
    right: -1px;
    padding: 40px;
    border: 1px solid var(--color-gold);
    background: white;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-50px) scale(1.1);
    transform-origin: top center;
    box-shadow: 0 10px 18px rgba(0, 0, 0, .05);
    transition: .3s opacity, .6s transform, .0s visibility .6s;
    transform-style: preserve-3d;
    color: var(--color-charcoal);
    font-size: 15px !important;
}

.c-testimonial__content :last-child {
    margin-bottom: 0;
}

.c-testimonial:hover .c-testimonial__content, .c-testimonial:focus .c-testimonial__content {
    transform: none;
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.c-testimonial__contentClose {
    display: none;
    position: absolute;
    bottom: -16px;
    left: 50%;
    width: 32px;
    height: 32px;
    background: white url('imgs/icon-plus.svg') no-repeat center center / 22px 22px;
    margin-left: -16px;
    border-radius: 50%;
    transform: rotate(45deg);
    display: none;
}

.c-testimonialParent--dark .c-testimonial__blockquote {
    border: 1px solid var(--color-grey700);
}

.c-testimonialParent--dark .c-testimonial__blockquote:after {
    background-color: var(--color-charcoal);
}

.c-testimonialParent--dark .c-testimonial__actionIcon {
    background-color: var(--color-charcoal);
}

.c-testimonialParent--dark .owl-nav button {
    border: 1px solid var(--color-grey700) !important;
    background-color: var(--color-charcoal) !important;
}

.c-testimonialParent--dark .owl-nav button:hover {
    background-color: var(--color-grey) !important;
}


@media screen and (max-width: 1240px) {
    .c-testimonialParent .owl-nav .owl-prev {
        left: -27px
    }

    .c-testimonialParent .owl-nav .owl-next {
        right: -27px
    }
}


@media screen and (max-width: 600px) {

    .c-testimonialParent .owl-nav button {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        background-size: 16px 16px !important;
    }

    .c-testimonialParent .owl-nav .owl-prev {
        left: -15px;
    }

    .c-testimonialParent .owl-nav .owl-next {
        right: -15px;
    }

    .c-testimonial__blockquote {
        padding: 30px 40px;
    }

    .c-testimonial__name h4 {
        font-size: 16px;
    }

    .c-testimonial__location, .c-testimonial__credentials {
        font-size: 12px;
        padding-left: 21px;
    }


    .c-testimonial__content {
        padding: 30px 40px;
    }

    .c-testimonial__blockquote:after {
        top: -10px;
        left: -10px;
        width: 42px;
        height: 36px;
        background-size: 42px 36px;
    }

}


.c-commonChallengesParent {
    margin: var(--blockSpacing--medium) 0;
    position: relative;
}

.c-commonChallengesParent:first-child {
    margin-top: 0;
}

.c-commonChallengesParent:last-child {
    margin-bottom: 0;
}

.c-commonChallengesParent .owl-stage-outer {
    overflow: visible;
}

.c-commonChallengesParent .owl-stage {
    display: flex;
}

.c-commonChallengesParent .owl-item {
    transition: .3s opacity;
    opacity: .4;
    display: flex;
}

.c-commonChallengesParent .owl-item.active {
    opacity: 1;
}

.c-commonChallengesParent .owl-nav button {
    outline: none;
    border: 1px solid var(--color-grey200) !important;
    background-color: white !important;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: block;
    transition: .3s box-shadow;
    position: absolute;
    top: 50%;
    margin-top: -27px;
    font-size: 0 !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 20px 20px !important;
}

.c-commonChallengesParent .owl-nav button:hover {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
}

.c-commonChallengesParent .owl-nav .owl-prev {
    background-image: url('imgs/left-arrow.svg') !important;
    left: -27px;
}

.c-commonChallengesParent .owl-nav .owl-next {
    background-image: url('imgs/right-arrow.svg') !important;
    right: -27px;
}

.c-commonChallenges {
    border: 1px solid var(--color-grey200);
    border-radius: 4px;
    padding: 40px;
    background: #F8F9FA;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
}

.c-commonChallenges :last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 600px) {

    .c-commonChallenges {
        padding: 30px 40px;
    }

    .c-commonChallengesParent .owl-nav button {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        background-size: 16px 16px !important;
    }

    .c-commonChallengesParent .owl-nav .owl-prev {
        left: -15px;
    }

    .c-commonChallengesParent .owl-nav .owl-next {
        right: -15px;
    }

}


.c-statsBlock {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: var(--blockSpacing--medium) 0;
}

.c-statsBlock:first-child {
    margin-top: 0;
}

.c-statsBlock:last-child {
    margin-bottom: 0;
}

.c-statsBlock .c-stat {
    margin-right: 60px;
    width: calc((100% - 120px) / 3);
}

.c-statsBlock .c-stat:nth-of-type(3n) {
    margin-right: 0;
}

.c-statsBlock .c-stat:last-child {
    margin-right: 0;
}

.c-stat {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.c-stat h3 {
    color: var(--color-gold);
    margin: 0 20px 0 0;
    flex-shrink: 0;
    font-size: 65px;
    font-weight: 500;
    position: relative;
    top: 5px;
}

.c-stat h3 span {
    font-size: .6em;
    position: relative;
    top: -.3em;
}

.c-stat p {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
}

@media screen and (max-width: 1300px) {

    .c-stat {
        text-align: center;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .c-stat h3 {
        margin-right: 0;
        font-size: 60px;
    }
}

@media screen and (max-width: 768px) {

    .c-statsBlock {
        display: block;
    }

    .c-statsBlock .c-stat {
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100%;
        margin-right: 0;
    }

    .c-statsBlock .c-stat:nth-of-type(n + 2) {
        margin-top: 20px;
    }

    .c-stat h3 {
        margin: 0 20px 0 0;
    }

}

@media screen and (max-width: 600px) {

    .c-stat h3 {
        font-size: 40px;
        top: 2px;
    }

    .c-stat p {
        font-size: 16px;
    }

    .c-statsBlock .c-stat:nth-of-type(n + 2) {
        margin-top: 10px;
    }


}


.c-nextCardBlock {
    display: flex;
    margin: var(--blockSpacing--medium) 0;
    flex-wrap: nowrap;
}

.c-nextCardBlock:first-child {
    margin-top: 0;
}

.c-nextCardBlock:last-child {
    margin-bottom: 0;
}


.c-nextCard {
    background-color: white;
    background-size: cover;
    background-position: center;
    color: var(--color-charcoal);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-basis: 50%;
    padding: 45px 45px 40px;
    border-radius: 4px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    position: relative;
    z-index: 1;
    transition: transform 0.3s, box-shadow 0.3s, z-index 0s 0.3s;
}

.c-nextCard:focus-within {
    z-index: 999;
    transition-delay: 0s;
}

.c-nextCard p {
    text-align: center;
}

@media screen and (min-width: 1181px) {

    .c-nextCard {
        margin-right: 46px;
        flex-basis: 50%;
        min-height: 300px;
    }

    .c-nextCard:last-child {
        margin-right: 0;
    }

    .c-nextCardBlock--half {
        flex-wrap: wrap;
    }

    .c-nextCardBlock--half .c-nextCard {
        margin-right: 26px;
        flex-basis: calc((100% - 26px) / 2);
        width: calc((100% - 26px) / 2);
        flex-grow: 0;
    }

    .c-nextCardBlock--half .c-nextCard:nth-of-type(2n) {
        margin-right: 0;
    }

    .c-nextCardBlock--half .c-nextCard:nth-of-type(n+3) {
        margin-top: 26px;
    }

}

@media screen and (max-width: 1180px) and (min-width: 769px) {

    .c-nextCardBlock {
        flex-wrap: wrap;
    }

    .c-nextCard {
        margin-right: 26px;
        flex-basis: auto;
        width: calc((100% - 26px) / 2);
    }

    .c-nextCard:nth-of-type(2n) {
        margin-right: 0;
    }

    .c-nextCard:nth-of-type(n+3) {
        margin-top: 26px;
    }
}

@media screen and (max-width: 786px) {

    .c-nextCardBlock {
        flex-wrap: wrap;
    }

    .c-nextCard {
        width: 100%;
        flex-basis: auto;
    }

    .c-nextCard:nth-of-type(n+2) {
        margin-top: 26px;
    }

}

@media screen and (max-width: 600px) {

    .c-nextCard:nth-of-type(n+2) {
        margin-top: 20px;
    }

}


.c-nextCard:last-child {
    margin-right: 0;
}

.c-nextCard > :nth-last-child(2) {
    margin-bottom: 26px;
}

.c-nextCard :last-child {
    margin-top: auto;
}

.c-nextCard:before {
    content: '';
    display: block;
    margin: 0 0 24px;
    height: 1px;
    background: var(--color-gold);
    width: 50px;
}

.c-nextCardBlock--dark .c-nextCard {
    color: white;
    background-color: var(--color-charcoal);
    padding: 40px 45px;
}

.c-nextCard:hover, .c-nextCard:focus {
    transform: translateY(-8px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .3);
}

.c-nextCard p, .c-nextCard li {
    font-size: 14px;
    text-align: left !important;
}

.c-nextCard p sup, .c-nextCard li sup {
    top: 0.5em !important;
}

.c-nextCard li:before {
    background: white;
}

.c-nextCard .wp-block-buttons {
    display: block;
}

.c-nextCard .wp-block-button__link {
    width: 100%;
    text-align: center;
}

.c-nextCard .wp-block-button {
    display: block;
}

.c-nextCard .wp-block-button:nth-of-type(n + 2) {
    margin-top: 8px;
}


@media screen and (max-width: 600px) {

    .c-nextCard, .c-nextCardBlock--dark .c-nextCard {
        padding: 30px;
    }

    .c-nextCardBlock--dark .c-nextCard {
        padding: 35px 30px 30px;
    }

    .c-nextCard > :nth-last-child(2) {
        margin-bottom: 20px;
    }

    .c-nextCard:before {
        margin: 0 0 20px;
        width: 30px;
    }


}

.c-levelCardParent {
    margin: var(--blockSpacing--medium) calc(-100vw / 2 + 100% / 2) calc(var(--blockSpacing) * -1 + 70px);
    max-width: 100vw;
    position: relative;
}

.c-levelCardParent:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -70px;
    height: 200px;
    background: white;
    display: block;
}

.c-levelCardParent:first-child {
    margin-top: 0;
}

/* .c-levelCardParent:last-child  {
    margin-bottom: 0;
} */

.c-levelCardParent__wrapper {
    padding: 23px 50px 0;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.c-levelCard {
    width: 25%;
    background: black;
    padding: 80px 50px 40px;
    position: relative;
    text-align: center;
    transition: .3s border;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    transition: 0s z-index .3s;
}


@media screen and (min-width: 1201px) {


    .c-levelCard {
        width: calc((100% - 60px) / 4);
        margin-right: 20px;
        max-width: 460px;
        flex-grow: 1;
    }

    .c-levelCard:last-child {
        margin-right: 0;
    }


}

@media screen and (max-width: 1200px) and (min-width: 769px) {

    .c-levelCardParent__wrapper {
        flex-wrap: wrap;
    }

    .c-levelCard {
        width: calc((100% - 40px) / 2);
        margin-right: 40px;
    }

    .c-levelCard:nth-of-type(2n) {
        margin-right: 0;
    }

    .c-levelCard:nth-of-type(n+3) {
        margin-top: 40px;
    }
}

@media screen and (max-width: 768px) {

    .c-levelCardParent__wrapper {
        flex-wrap: wrap;
    }

    .c-levelCard {
        width: 100%;
    }

    .c-levelCard:nth-of-type(n+2) {
        margin-top: 40px;
    }
}

@media screen and (max-width: 600px) {

    .c-levelCardParent__wrapper {
        padding: 0 20px 0;
    }

}

.c-levelCard:hover {
    z-index: 2;
    transition-delay: 0s;
}


.c-levelCard__overlay {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    border: 1px solid var(--color-grey700);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: .3s top, .3s bottom, .3s left, .3s right, .3s border, .3s box-shadow;
}

.c-levelCard__overlay:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--color-charcoal);
    opacity: .7;
}


.c-levelCard .c-levelCard__label {
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    margin-right: -50%;
    top: -23px;
    height: 46px;
    display: flex;
    align-items: center;
    padding: 5px 25px 0;
    font-size: 15px;
    color: white;
    letter-spacing: .16em;
    text-transform: uppercase;
    border: 1px solid var(--color-grey700);
    transition: .3s border, .3s top;
}

@media screen and (min-width: 769px) {

    .c-levelCard:hover .c-levelCard__overlay {
        border: 1px solid var(--color-gold);
        top: -20px;
        bottom: -20px;
        left: -10px;
        right: -10px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, .2);
    }

    .c-levelCard:hover .c-levelCard__label {
        border: 1px solid var(--color-gold);
        top: -47px;
    }
}


.c-levelCard__content {
    position: relative;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

.c-levelCard h3 {
    color: var(--color-gold);
}

.c-levelCard h4 {
    font-size: 20px;
    margin-top: -12px;
    color: var(--color-gold);
}

.c-levelCard .wp-block-buttons {
    margin-top: auto;
}

.c-levelCard__content > :nth-last-child(2) {
    margin-bottom: 20px;
}

@media screen and (max-width: 600px) {

    .c-levelCardParent {
        margin: var(--blockSpacing--medium) calc(-100vw / 2 + 100% / 2);
    }

    .c-levelCardParent:last-child {
        margin-bottom: 0;
    }

    .c-levelCard .c-levelCard__label {
        height: 40px;
        top: -20px;
        font-size: 12px;
        padding: 0 25px;
    }

    .c-levelCard {
        padding: 50px 30px 20px;
    }

    .c-levelCardParent:after {
        display: none;
    }

    .c-levelCard__content > :nth-last-child(2) {
        margin-bottom: 10px;
    }

}


.u-membersOnly {
    max-height: 100vh;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
    position: relative;
}

.u-membersOnly .u-wc {
    filter: blur(4px);
}

.u-membersOnly .member-post-overlay {
    position: absolute;
    z-index: 4;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    padding: 20px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 33%, rgba(255, 255, 255, 1) 100%);
}

.member-post-overlay__content {
    position: relative;
    background: white;
    border: 1px solid var(--color-grey200);
    border-radius: 4px;
    padding: 77px 40px 30px;
    margin: auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
    max-width: 400px;
    top: 25px;
}

.member-post-overlay__content:before {
    content: '';
    width: 102px;
    height: 102px;
    border: 1px solid var(--color-grey200);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -51px;
    margin-top: -51px;
    z-index: -1;
}

.member-post-overlay__icon {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-left: -50px;
    margin-top: -50px;
    border: 10px solid white;
    background: white;

}

.member-post-overlay__content h5 {
    color: var(--color-gold);
}

.member-post-overlay__content .wp-block-buttons {
    display: flex;
    flex-wrap: nowrap;
}

.member-post-overlay__content .wp-block-button {
    flex-basis: 50%;
}

.member-post-overlay__content .wp-block-button:not(:first-child) {
    margin-left: 8px;
}

.member-post-overlay__content .wp-block-button__link {
    width: 100%;
}


@media screen and (max-width: 600px) {

    .u-membersOnly {
        min-height: 500px;
    }

    .member-post-overlay {
        padding: 40px 20px
    }

    .member-post-overlay__icon {
        width: 80px;
        height: 80px;
        border: 6px solid white;
        margin-top: -40px;
        margin-left: -40px;
    }

    .member-post-overlay__content:before {
        width: 82px;
        height: 82px;
        border: 1px solid var(--color-grey200);
        margin-left: -41px;
        margin-top: -41px;
    }

    .member-post-overlay__content {
        padding: 57px 30px 30px;
        top: 10px;
    }

    .member-post-overlay__content .wp-block-buttons {
        display: block;
    }


    .member-post-overlay__content .wp-block-button:not(:first-child) {
        margin-left: 0;
        margin-top: 8px;
    }

    .wp-block-buttons:not(.aligncenter) .wp-block-button {
        display: block;
    }

}


.c-teamMemberParent {
    display: flex;
    flex-wrap: wrap;
    margin: var(--blockSpacing--medium) 0;
}

.c-teamMemberParent:first-child {
    margin-top: 0;
}

.c-teamMemberParent:last-child {
    margin-bottom: 0;
}

.c-teamMember {
    position: relative;
    overflow: hidden;
}

@media screen and (min-width: 1201px) {


    .c-teamMember {
        max-width: calc((100% - 60px) / 4);
        width: 100%;
        margin-right: 20px;
        flex-grow: 1;

    }

    .c-teamMember:nth-of-type(4n) {
        margin-right: 0;
    }

    .c-teamMember:nth-of-type(n+5) {
        margin-top: 20px;
    }


}

@media screen and (max-width: 1200px) and (min-width: 769px) {


    .c-teamMember {
        width: calc((100% - 40px) / 2);
        margin-right: 40px;
    }

    .c-teamMember:nth-of-type(2n) {
        margin-right: 0;
    }

    .c-teamMember:nth-of-type(n+3) {
        margin-top: 20px;
    }

    .c-teamMember__image img {
        height: 50vw !important;
    }
}

@media screen and (max-width: 768px) {


    .c-teamMember {
        width: 100%;
    }

    .c-teamMember:nth-of-type(n+2) {
        margin-top: 20px;
    }

    .c-teamMember__image img {
        height: 100vw !important;
    }

}


.c-teamMember__image img {
    width: 100%;
    height: 375px;
    min-height: 50%;
    max-height: 100%;
    display: block;
    object-fit: cover;
    object-position: top center;
}

.c-teamMember__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 25px 20px;
    background: rgba(36, 39, 42, .75);
    color: white;
    text-align: center;
    transform: translateY(46px);
    transition: .3s transform;
}

.c-teamMember:hover .c-teamMember__content {
    transform: none;
}

.c-teamMember__content .wp-block-buttons {
    margin-top: 20px;
    transform: translateY(10px);
    transition: .3s transform;
}

.c-teamMember:hover .c-teamMember__content .wp-block-buttons {
    transform: none;
}

.c-teamMember__content h4 {
    font-size: 20px;
    margin: 0 0 5px 0;
}

.c-teamMember__content h5 {
    color: var(--color-grey300);
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
}

.c-teamMember .c-modal h5 br {
    display: none;
}


/* How page special styling */

.accredited-mark-means {
    margin-top: var(--blockSpacing--small);
    margin-bottom: -40px !important;
}

@media screen and (max-width: 600px) {
    .accredited-mark-means {
        margin-bottom: -20px !important;
    }
}

.c-iconLegend {
    margin: 45px 0 30px;
    position: relative;
    border: 1px solid var(--color-grey200);
    background: #FFFAF3;
    padding: 33px 20px 20px 15px;
    border-radius: 4px;
}

.c-iconLegend:first-child {
    margin-top: 0;
}

.c-iconLegend:last-child {
    margin-bottom: 0;
}

.c-iconLegend__label {
    background: var(--color-gold);
    padding: 8px 14px 5px;
    color: white;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    left: 16px;
    top: -17px;
    border-radius: 4px;
    text-transform: uppercase;
}

.c-iconLegend p, .c-iconLegend li {
    font-size: 14px;
}

.c-iconLegend__list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 3px;
}

.c-iconLegend__list li:last-child {
    margin-bottom: 0;
}

.c-iconLegend__list li::before {
    background-size: 22px !important;
    top: 8px;
    left: 0;
    width: 22px;
    height: 22px;
    position: absolute;
}


.c-committeeMembers {
    max-width: 460px;
    margin: var(--blockSpacing--medium) auto;
}

.c-committeeMembers:first-child {
    margin-top: 0;
}

.c-committeeMembers:last-child {
    margin-bottom: 0;
}

.c-committeeMember {
    display: flex;
}


.c-committeeMember:nth-child(n + 2) {
    margin-top: 45px;
}


.c-committeeMember__image {
    width: 170px;
    flex-shrink: 0;
    margin-right: 30px;
    border: 1px solid var(--color-grey200);
}

.c-committeeMember__image img {
    width: 170px;
    height: 170px;
    display: block;
    object-fit: cover;
}

.c-committeeMember__tag {
    background: var(--color-gold);
    padding: 8px 15px 5px;
    color: white;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 14px;
    margin-bottom: 15px;
    display: inline-block;
    align-self: flex-start;
}

.c-committeeMember__content {
    display: flex;
    flex-direction: column;
}

.c-committeeMember__content h3 {
    margin-top: 0;
    margin-bottom: 0;
}


.c-committeeMember__content h5 {
    margin: 0 0 15px !important;
}

.c-committeeMember__content .wp-block-buttons {
    margin-top: auto;
}

@media screen and (max-width: 600px) {


    .c-committeeMember__image {
        width: 100px;
        margin-right: 20px;
    }

    .c-committeeMember__image img {
        width: 100px;
        height: 100px;
    }

    .c-committeeMember:nth-child(n + 2) {
        margin-top: 30px;
    }

    .c-committeeMember__tag {
        padding: 7px 11px 2px;
        font-size: 12px;
        margin-bottom: 10px;
    }

}


/* Tabs */
.c-tabsParent {

}

.c-tabsParent .c-tabsParent__nav {

}

.c-tabsParent .c-tabsParent__nav ul {
    padding: 0;
    margin-left: 25px;
}

.c-tabsParent .c-tabsParent__nav li {
    display: inline-block;
    background: var(--color-charcoal);
    margin-right: -2px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    padding: 0;
    opacity: 0.75;
    transition: .3s opacity;
}

.c-tabsParent .c-tabsParent__nav li:before {
    display: none;
}

.c-tabsParent .c-tabsParent__nav li.active,
.c-tabsParent .c-tabsParent__nav li:hover {
    opacity: 1;
}

.c-tabsParent .c-tabsParent__nav span {
    display: block;
    font-size: 12px;
    color: #ccc;
    text-transform: uppercase;
}

.c-tabsParent .c-tabsParent__nav a {
    border: 0 !important;
    color: white;
    font-weight: bold;
    padding: 15px 25px 10px 25px;
    display: block;
}

.c-tabsParent__tabs {
    border-radius: 4px;
    overflow: hidden;
}

.c-tab {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: none;
    position: relative;

}

.c-tab:first-child {
    display: block;
}

.c-tab.active {
    display: block;
}

.c-tab .c-tab__content {
    padding: 60px;
    position: relative;
}

.c-tab__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, rgba(36, 39, 42, 1) 0%, rgba(36, 39, 42, 1) 10%, rgba(36, 39, 42, 0.8) 100%);
}

.c-tab .c-stat {
    margin: 0 !important;
    width: 100% !important;
    display: block;
    text-align: center;
    position: relative;
}

.c-tab .c-stat p {
    color: white !important;
    font-size: 18px !important;
}

.c-tab h2, .c-tab h3 {
    position: relative;
    z-index: 2;
}

.c-tab .c-statsBlock {
    display: block;
}

.c-tab .c-stat h2, .c-tab .c-stat h3 {
    margin-right: 0 !important;
}

@media screen and (max-width: 600px) {

    .c-tab .c-tab__content {
        padding: 30px;
    }

    .c-tabsParent .c-tabsParent__nav ul {
        margin-left: 5px;
    }

    .c-tabsParent .c-tabsParent__nav a {
        padding: 8px 12px 4px 12px;
        display: block;
        font-size: 11px;
    }

    .c-tabsParent .c-tabsParent__nav span {
        font-size: 9px;
    }

}

html .woocommerce-error {
    background: none;
    padding: 0;
    border: 0;
    margin-bottom: 30px !important;
    display: block;
    font-size: 13px !important;
}

html .woocommerce-error li {
    font-size: 13px;
    font-weight: 700 !important;
}

html .woocommerce-error::before {
    display: none;
}


.single-product .product {
    padding: var(--blockSpacing) 0;
}

.woocommerce.single-product .product_title {
    display: none;
}

.woocommerce.single-product div.product div.summary {
    float: none;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 40px;
}

.woocommerce.single-product div.product form.cart {
    margin: 40px 0 0;
    border: 1px solid var(--color-grey200);
    padding: 40px;
    border-radius: 4px;
}

.woocommerce.single-product div.product form.cart label {
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}

.woocommerce.single-product div.product img.aligncenter {
    display: block;
    margin: 30px auto;
}

.woocommerce-nyp-message {
    margin-top: -20px;
    margin-bottom: 20px;
}

.postid-5957 .woocommerce-nyp-message {
    margin-top: 10px;
    margin-left: 0;
}

.postid-5957 .woocommerce-nyp-message.woocommerce-error-pushup {
    margin-top: -20px;
    margin-left: 0;
}

.postid-5957 .woocommerce-nyp-message li {
    color: #DA1F3D;
}


.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
    width: 100%;
    float: none;
}

.woocommerce-page .col2-set .col-2 {
    margin-top: 40px;
}

/* .woocommerce .col2-set .col-2 {
    position: sticky;
    top: 40px;
} */


#payment-history .woocommerce-info::before, #payment-history .woocommerce-message .woocommerce-Button {
    display: none;
}

#payment-history .woocommerce-message {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    color: var(--color-charcoal);
}


@media screen and (max-width: 600px) {
    .woocommerce.single-product div.product div.summary {
        padding: 0 20px;
    }

    .woocommerce.single-product div.product form.cart {
        margin-top: 30px;
    }

    .woocommerce-nyp-message {
        margin-top: -10px;
    }

    /* .woocommerce-page .col2-set .col-2 {
        margin-top: 30px;
    } */
}


.c-subscribeLegal {
    margin-top: 20px;
}

.c-subscribeLegal a {
    color: var(--color-grey700) !important;
    text-decoration: none !important;
    border-bottom: 1px solid var(--color-grey300) !important;
    transition: .3s border, .3s color;
    outline: none !important;
}

.c-subscribeLegal a:hover {
    color: var(--color-grey) !important;
}

.c-accouncementLetter .c-section__content {
    max-width: 820px;
    padding: 60px;
    margin-top: -60px;
    background: white;
    border: 1px solid #ececec;
    border-radius: 4px;
}


@media screen and (max-width: 600px) {

    .c-accouncementLetter .c-section__content {
        padding: 30px;
        margin-top: -50px;
    }
}


/* upcoming program table updates */

.upcoming-programs {
    overflow-x: auto;
}

.upcoming-programs__table thead {
    background: none;
}

.upcoming-programs__table thead th {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 14px;
    letter-spacing: 2px;
    font-family: 'Optima LT Pro', 'Segoe UI', 'Calibri', 'Arial', sans-serif;
    border-bottom-width: 0;
}

.upcoming-programs__table td {
    border-bottom: 1px solid var(--color-grey700) !important;
}

.upcoming-programs__table tr:last-child td {
    border-bottom: 0 !important;
}

.upcoming-programs__table tr {
    visibility: visible !important;
    display: none;
}

.upcoming-programs__table tr.show-tr, .upcoming-programs__table tr:first-child, .upcoming-programs__table tr:nth-child(2), .upcoming-programs__table tr:nth-child(3) {
    display: table-row !important;
}


@media screen and (min-width: 1100px) {
    .upcoming-programs__table td:first-child {
        white-space: nowrap;
    }
}


@media screen and (max-width: 850px) {

    .upcoming-programs__table tr:first-child, .upcoming-programs__table tr:nth-child(2) {
        display: block !important;
    }

    .upcoming-programs__table td:first-child {
        max-width: 100%
    }

    .upcoming-programs__table tr {
        display: none;
    }

    .upcoming-programs__table tr.show-tr, .upcoming-programs__table tr:first-child, .upcoming-programs__table tr:nth-child(2) {
        display: block !important;
    }

    .upcoming-programs__table td, .upcoming-programs__table th {
        border-bottom: 0 !important;
        padding-bottom: 0;
    }

    .upcoming-programs__table tr {
        border-bottom: 1px solid var(--color-grey800);
        padding-bottom: 15px;
    }

}


@media screen and (min-width: 1121px) {

    .c-locatorLanding {
        position: relative;
    }

    .c-locatorLanding:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 1px;
        background: var(--color-grey700);
    }

}

@media screen and (max-width: 1120px) {

    .c-locatorLanding .wp-block-column:first-child {
        border-bottom: 1px solid var(--color-grey700);
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

}


/* white paper specials tyling for article contracting with the business coaching relationship */

.wp-block-group.contract-section {
    border: 1px solid var(--color-grey200);
    padding: 50px;
    margin-top: 50px;
    position: relative;
}

.wp-block-group.contract-section h2 {
    margin-top: 0;
}


.contract-green-section {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px;
    background: #8CAEBA;
    color: white;
    max-width: 330px;
}

@media screen and (max-width: 900px) {
    .contract-green-section {
        max-width: calc(100% + 100px);
        position: static;
        margin-top: -50px;
        margin-left: -50px;
        margin-right: -50px;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 600px) {

    .wp-block-group.contract-section {
        padding: 30px;
        margin-bottom: 30px;
    }

    .contract-green-section {
        max-width: calc(100% + 60px);
        margin-top: -30px;
        margin-left: -30px;
        margin-right: -30px;
    }

}


.c-memberExclusiveTag {
    display: block;
    margin: 0 0 50px;
}

@media screen and (max-width: 600px) {

    .c-memberExclusiveTag {
        margin: 0 0 30px;
    }

}


.printfriendly.pf-alignleft {
    float: none !important;
    margin-left: 0;
}

.woocommerce form .form-row abbr.required {
    color: inherit;
}

#ShareoneDrive .button, #ShareoneDrive .button:focus, #ShareoneDrive .button:hover, .ShareoneDrive .button, .ShareoneDrive .button:focus, .ShareoneDrive .button:hover {
    background: var(--color-red) !important;
    color: white !important;
}

.resume-ref-wrapper {
    margin: 40px 0;
    max-width: 100%;
}

.resume-ref-wrapper a {
    font-size: 14px;
    padding: 15px 50px 11px 20px;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 4px;
    font-weight: 400;
    min-height: 48px;
    filter: brightness(100%);
    outline: none !important;
    letter-spacing: .02em;
    min-width: 115px;
    text-decoration: none;
    top: 0;
    border: none;
    background-color: var(--primary-color);
    color: white;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    transition: .3s border, .3s background, .3s color, .3s filter, .3s box-shadow;
    background-image: url('imgs/icon-arrow-right-white.svg');
    background-position: calc(100% - 12px) center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    max-width: 370px;
}

.resume-ref-wrapper a:hover {
    background-color: var(--primary-color);
    color: white;
    filter: brightness(120%)
}

.resume-ref-wrapper a:nth-of-type(n + 2) {
    margin-top: 4px;
}


.resume-ref-wrapper .item .fa-chevron-right {
    display: none;
}

.resume-ref-wrapper .item {
    width: 100%;
    display: block;
    padding: 0;
    border: 0;
    margin-bottom: 0;
}

.resume-ref-wrapper h3 {
    font-size: 16px;
    color: white !important;
    margin: 0;
    padding: 0 !important;
    width: 100%;
    float: none;

}

.resume-ref-wrapper .item span {
    display: block;
    color: white;
    margin-top: 3px;
    float: none;
    font-size: 13px;
    width: 100%;
    text-transform: none;
}

.resume-ref-wrapper .item.complete span, .resume-ref-wrapper .item.complete .fa-check-circle {
    color: white !important;
}

.resume-notice {
    font-size: 13px;
    line-height: 1.3;
}

.page-id-8002 li, .page-id-8002 ol ul {
    padding-bottom: 0;
    margin-bottom: 0;
}

.nobotmargin, .nobotmargin p {
    margin-bottom: 0;
}

div#gform_wrapper_56 {
    margin-top: 10px;
}

#gform_56 .gform_footer .gform_button {
    border-radius: 0 !important;
    background: #f2f2f2;
    color: #333;
    text-transform: capitalize;
    text-decoration: none;
    border-left: 10px #333 solid;
    width: 100%;
    max-width: 400px;
    text-align: left;
    justify-content: left;
    position: relative;
    padding-left: 69px;
    margin-right: 0;
    font-weight: 500;
}

#gform_56 .gform_footer:before {
    content: 'STEP 2:';
    position: absolute;
    left: 30px;
    top: 16px;
    color: #666;
    z-index: 99;
    font-weight: 800;
    font-size: 14px;
}

#gform_56 .gform_footer.top_label {
    margin-top: 0;
    display: block;
    position: relative;
}

#gform_56 #field_56_1 label.gfield_label, #gform_56 #gfield_description_56_1, #gform_56 .gform_footer .wabc-btn--secondary {
    display: none;
}

#gform_56 {
    max-height: 100px;
}

input#gform_submit_button_56 {
    padding: 0 !important;
    height: 0 !important;
}

.fileupload-header .fileupload-header-button, .fileupload-list {
    display: none !important;
}

.fileupload-header-text-subtitle.fileupload-items-size {
    display: none !important;
}

.fileupload-header {
    max-width: 400px;
}

div#ShareoneDrive {
    margin-bottom: 0;
}

.fileupload-header {
    padding: 10px 20px !important;
}

#ShareoneDrive .fileupload-box.-is-required.-has-files .fileupload-header, #ShareoneDrive .fileupload-box.-is-required.-has-files:hover .fileupload-header {
    border-left: #6CC24A 10px solid !important;
}

#ShareoneDrive .fileupload-box.-is-required.-has-files .fileupload-header.inactive {
    border-left: #999 10px solid !important;
    color: #999;
}

.fileupload-header.inactive u {
    text-decoration: none;
}

#ShareoneDrive .fileupload-box.-is-required.-need-files .fileupload-header {
    border-left: #6CC24A 10px solid !important;
    color: #6CC24A;
}

#ShareoneDrive .fileupload-box.-is-required.-need-files .fileupload-header b {
    color: #666;
}

#ShareoneDrive .fileupload-box.-is-required.-need-files .fileupload-header.inactive b {
    color: #999;
}

#ShareoneDrive .fileupload-box.-is-required.-need-files .fileupload-header u {
    text-decoration: underline;
}

#gform_56 .gform_footer .gform_button.active {
    border-left: #6CC24A 10px solid;
    color: #6CC24A;
    text-decoration: underline;
}

#gform_56 .gform_footer.active:before {
    color: #6CC24A;
}

#gform_submit_button_56 {
    /*	display:none;*/
}

#gform_56.-is-submitting input#gform_submit_button_56 {
    padding: 18px 68px 16px !important;
    height: initial;
    margin-bottom: 10px;
}

#ShareoneDrive .fileupload-header-text-title {
    font-weight: 500 !important;
}

.reference-confirmation {
    border: 1px solid var(--color-grey200);
    padding: 30px;
    margin-bottom: 20px !important;
    border-radius: 4px;
}

form#gform_29 .wabc-btn--secondary {
    display: none;
}

#gform_wrapper_29 .gform_footer.top_label {
    margin-top: 10px;
    margin-bottom: 20px;
}

.ref-footer {
    margin-top: 60px;
}

.page-id-8002 .tippy-box {
    display: none !important;
}

#field_29_5 .ginput_complex label {
    display: none;
}

span#input_29_5_6_container {
    margin: 0;
}

li.gchoice.gchoice_29_3_0 {
    margin-bottom: 10px;
}

#field_29_3 {
    margin-top: 15px;
}

.ref-footer .wabc-btn--secondary {
    float: right;
}

.references-icon-block h5.c-iconBlock__tag.is-style-miniHeading--noBorder {
    margin-bottom: 0 !important;
}

.references-icon-block h3 {
    font-size: 22px;
    margin-bottom: 10px !important;
}

.references-icon-block .c-iconBlock__icon {
    top: -4px;
    width: 69px;
}

.add-container div#tables:first-child, .status-container div#tables:first-child {
    margin: 0;
}

.proceed-to-references#tables {
    margin-top: 60px;
}

.howthisworks {
    margin-bottom: 0 !important;
}

.five-references-intro {

}

.actions-label {
    font-size: 14px;
    color: #7f7f7f;
    letter-spacing: .16em;
}

.margin-sixteen {
    margin-bottom: 16px;
}

.margin-twenty {
    margin-bottom: 20px;
}

.margin-forty-nine {
    margin-top: 15px;
}

.resume-status.margin-forty-nine {

}

@media screen and (max-width: 475px) {
    .ref-footer .wabc-btn--secondary, .resumepage .wabc-btn--secondary {
        float: none !important;
    }

    .ref-footer a.wabc-btn, .resumepage a.wabc-btn {
        display: block;
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 800px) {
    .reference-table, .reference-table tr, .reference-table td, .reference-table .td-reference-actions {
        display: block;
        width: 100%;
    }
}

body .reference-table th, body .resume-table th {
    text-align: left;
    font-size: 10px;
}

body .reference-table td, body .resume-table td {
    text-align: left;
}

.references-submitted-tag {
    background: var(--color-grey100);
}

.regular-app h3 {
    margin-bottom: 0;
    text-transform: lowercase;
}

.regular-app h3:first-letter {
    text-transform: uppercase;
}

.no-transform {
    text-transform: initial !important;
}

.regular-app .resume-table {
    margin-top: 10px;
}

.pac-container {
    z-index: 99999999999999 !important;
}


.areas-repeater {
    display: block;
}

.areas-repeater thead {
    display: none;
}

.areas-repeater tbody, .areas-repeater tr, .areas-repeater td {
    display: block;
    padding: 0;
    border: 0;
}

.areas-repeater tr {
    border-bottom: 1px solid #ececec;
    margin-bottom: 16px;
    padding-bottom: 16px;
}


.areas-repeater td:not(.td-autocomplete):not(.td-remove) {
    visibility: hidden;
    height: 0;
    overflow: hidden;
}


.ginput_container_date {
    box-sizing: border-box;
    flex-wrap: wrap;
    display: flex;
}

.ginput_container_date .clear-multi {
    display: contents;
}

.ginput_container_date .ginput_container_date {
    flex-basis: calc((100% - 60px) / 3);
    margin-right: 30px;
}

.ginput_container_date .ginput_container_date:nth-of-type(3n) {
    margin-right: 0;
}

.time-field .gfield_label {
    display: block !important;
}

.time-field .clear-multi {
    display: flex;
}

.time-field .clear-multi .ginput_container_time input {
    width: 70px;
    margin-right: 10px;
}

.time-field .clear-multi .ginput_container_time.gfield_time_ampm select {
    width: 100px;
    margin-right: 0;
}

.time-field .clear-multi .ginput_container_time label {
    display: none;
}

.time-field .gfield_time_hour {
    display: flex;
    align-items: center;
}

.time-field .gfield_time_hour i {
    margin-right: 10px;
    font-style: normal;
    margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
    .time-field .clear-multi .ginput_container_time input {
        width: 52px;
        margin-right: 10px;
        padding: 0 10px;
    }

    .time-field .clear-multi .ginput_container_time.gfield_time_ampm select {
        padding-left: 10px;
        width: 84px;
    }

    .time-field .gfield_time_hour i {
        margin-bottom: 13px;
    }

    .ginput_container_date .ginput_container_date {
        flex-basis: calc((100% - 20px) / 3);
        margin-right: 10px;
    }

    .ginput_container_date .ginput_container_date select {
        padding-left: 10px;
    }

    .ginput_container_date .ginput_container_date:nth-of-type(3n) {
        margin-right: 0;
    }

}

.c-badgeHeader {
    padding-top: 35px;
}

.c-badgeHeader .u-wc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c-badgeHeader__logo, .c-badgeHeader__logo img {
    display: block;
}

.c-badgeHeader__right {
    margin-left: 30px;
}

.c-badge {
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-badge__content {
    max-width: 452px;
    width: 100%;
    margin-right: 54px;
}

.c-badge__content img {
    display: block;
}

/* .c-badge__sidebar{
    flex-shrink: 0;
} */

.c-badge__info {
    position: relative;
}

.c-badge__info .is-style-miniHeading--noBorder {
    margin-top: 0 !important;
    margin-bottom: 9px !important;
}

.c-badge__info h2 {
    margin-bottom: 23px !important;
    font-size: 30px;
}

.c-badge__info .wp-block-buttons {
    margin-top: 0 !important;
}

.c-footer--badge > .c-section {
    padding: 85px 0 35px;
}

.c-footer__badgeLogo {
    display: block;
}

.c-badgeContent {
    position: relative;
    z-index: 99999999999;
}

.c-badgeContent__wrap {
    background: url("imgs/WABC-Seal-BG.png"), linear-gradient(to bottom, rgba(247, 248, 249, 1) 0%, rgba(255, 255, 255, 1) 19%, rgba(255, 255, 255, 1) 19%, rgba(255, 255, 255, 1) 100%);
    background-repeat: no-repeat;
    background-position: right top;
    border: 1px solid var(--color-grey200);
    border-radius: 4px;
    padding: 112px 105px;
    margin-bottom: -50px;
    z-index: 999;
}

.c-badgeContent__wrap .is-style-miniHeading {
    margin-top: 80px !important;
}

.c-badgeContent__wrap .is-style-miniHeading:first-child {
    margin-top: 0 !important;
}

.c-badgeHeader__right .wabc-languageSelector #flags {
    left: auto;
}

.is-badge-btn span {
    font-size: 10px;
    display: block;
}


.is-badge-btn .wp-block-button__link {
    flex-direction: column;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 60px;
    position: relative;
    font-size: 17px;
    letter-spacing: .02em;
}

.is-badge-btn .wp-block-button__link:before {
    content: '';
    background: url('imgs/WABC-Icon-Verify-gold.svg') no-repeat center center / 27px 27px;
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    left: 20px;
}


.is-badge-btn .wp-block-button__link {
    color: var(--color-gold);
}

@media screen and (max-width: 1160px) and (min-width: 901px) {

    .c-badge__content {
        width: 40%;
        max-width: 40%;
    }

    .c-badge__sidebar {
        width: calc(100% - 46%);
    }

}

@media screen and (max-width: 900px) {

    .c-badge {
        display: block;
    }

    .c-badge__content {
        max-width: 100%;
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px;
    }

    .c-badge__content img {
        display: block;
        margin: 0 auto;
        width: 452px;
        max-width: 100%;
    }

}


@media screen and (max-width: 600px) {
    .c-badgeContent__wrap {
        padding: 50px 30px 30px;
    }

    .c-badgeContent__wrap .is-style-miniHeading {
        margin-top: 40px !important;
    }

    .c-badgeContent__wrap .is-style-miniHeading:first-child {
        margin-top: 0 !important;
    }

    .c-footer__badgeLogo {
        max-width: 250px;
    }

    .c-badgeHeader {
        padding-top: 15px;
    }

    .c-badge__info h2 {
        margin-bottom: 18px !important;
    }

    .c-badge__content img {
        width: 320px;
    }

    .c-badgeHeader__logo, .c-badgeHeader__logo img {
        display: block;
        max-width: 250px;
    }
}

/*Competencies*/

.postid-9302 .wp-block-group__inner-container h2 {
    font-size: 18px;
}

.postid-9302 .wp-block-group__inner-container h3 {
    font-size: 16px;
    margin-top: 0;
}

.postid-9302 .wp-block-group__inner-container h4 {
    font-size: 15px;
}

.postid-9302 .wp-block-group__inner-container p.has-text-color {
    margin-bottom: 2px;
}

.postid-9302 .wp-block-group, .postid-9301 .wp-block-group {
    margin-bottom: 35px;
    margin-top: 35px;
}

.postid-9302 .wp-block-group__inner-container span.u--gray-color-text, .postid-9301 .wp-block-group__inner-container .u--gray-color strong {
    font-size: 11px;
}

.postid-9302 .wp-block-group__inner-container li, .postid-9301 .wp-block-group__inner-container li {
    padding-bottom: 0;
    line-height: 1.2em;
}

.postid-9302 .wp-block-group__inner-container ul li:before, .postid-9301 .wp-block-group__inner-container ul li:before {
    top: 5px;
    width: 4px;
    height: 4px;
}

/**/
.u--border-badges {
    display: inline-block;
    width: auto;
    margin-top: 10px;
}

.c-cert-no-margin {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.c-desg-description {
    margin-top: 5px;
    margin-bottom: 8px;
}

.c-desg-text {
    margin-top: 40px;
    margin-bottom: 5px;
}

.c-cert-no-bottom-marg {
    margin-top: 0;
}

.c-cert-award-text {
    padding-top: 12px;
    margin-bottom: 60px;
}

.c-cert-logos {
    margin-top: 40px;
}

.c-cert-logo {
    margin-bottom: 0;
}


.gv-table-view {
    overflow-y: auto !important;
}

.c-letter-content {
    max-width: max-content;
    padding: 10px;
    background: white;
    border-radius: 4px;
    position: relative;
}

.c-badge-content {
    background: white;
    border-radius: 4px;
    position: relative;
}

.c-badge-embed .wp-block-group__inner-container {
    color: #24272A;
    font-family: Courier !important;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.4;
    padding: 35px 37px;
}

.c-badge-embed {
    margin-bottom: 20px;
    border: 1px solid #ECECEC;
    border-radius: 4px;
    position: relative;
}

.c-badge-embed__copy {
    position: absolute;
    right: 0;
    bottom: 0;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    background: #999999;
    color: white;
    display: block;
    border: none;
    padding: 10px 15px 8px;
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'Optima LT Pro';
    transition: .3s background;
}

.c-badge-embed__copy:hover {
    background: #777777;
}

.u-button-facebook .wp-block-button__link {
    background-color: #4267B2 !important;
}

.u-button-twitter .wp-block-button__link {
    background-color: #000000 !important;
}

.u-button-linkedin .wp-block-button__link {
    background-color: #0E76A8 !important;
}

.u-button-facebook i, .u-button-twitter i, .u-button-linkedin i {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 13px;
    padding-right: 20px;
    margin-top: -3px;
}

.page-template-dashboard-badges .dashboard, .page-template-dashboard-member-badges .dashboard, .page-template-dashboard-provider-badges .dashboard {
    display: block;
}

.c-letter-padding {
    padding-top: 200px;
}

iframe .canvasWrapper, .textLayer {
    box-shadow: none !important;
}

.u-badge-text {
    line-height: 1.2;
    font-size: 11px;
    max-width: 295px;
    margin: 0 auto;
}

#gform_preview_6_70 {
    margin-bottom: 30px;
    margin-top: 30px;
}

.custom-payment-sidebar img {
    display: block;
    margin: 0 auto;
    width: 240px;
}

@media screen and (max-width: 1120px) {

    .custom-payment-sidebar img {
        width: 180px;
    }
}

.u-printOnly {
    display: none;
}

.typography-override-fees ul {
    margin-top: -8px;
}

.typography-override-fees li {
    padding-bottom: 2px;
}

.typography-override-fees li,
.typography-override-fees .is-style-miniHeading--noBorder + p {
    font-size: 14px;
}

.typography-override-fees .is-style-miniHeading--noBorder + p strong {
    font-size: 16px;
}

@media print {

    :root {
        --blockSpacing: 60px;
    }

    * {
        -webkit-print-color-adjust: exact !important; /* Chrome, Safari */
        color-adjust: exact !important; /*Firefox*/
    }

    .wabc-header, .c-footer {
        display: none !important;
    }

    .c-levelCardParent__wrapper {
        display: block;
    }

    .c-levelCard {
        width: 100%;
        margin-bottom: 10px;
    }

    .tab-menu {
        display: none;
    }

    .tab-content-wrapper {
        display: block !important;
    }

    .tab-content {
        opacity: 1 !important;
        transform: none !important;
        height: auto !important;
        visibility: visible !important;
        max-height: initial !important;
    }

    .tab-controls {
        display: none !important;
    }

    .c-iconBlock {
        margin-top: 20px;
    }

    .c-flipCard {
        margin-top: 80px;
    }

    .c-documentation {
        display: block;
    }

    .c-documentation__info {
        margin-top: 30px;
    }

    .c-documentation__toc {
        display: none;
    }


    .u-printOnly {
        display: block;
    }

    .c-printHeader {
        padding: 25px 0;
    }

    .c-documentation__content {
        margin-right: 0;
    }

    .c-printHeader .wc {
        display: flex;
    }

    .c-section--heroSpacing {
        padding: var(--blockSpacing) 0;
    }

    .c-documentation__footer {
        display: none;
    }

    body h1 {
        font-size: 40px;
    }

    body h2 {
        font-size: 30px;
    }

    .c-globalStandardsBanner .c-section__content p {
        font-size: 16px;
    }

    p, li {
        font-size: 13px;
    }


    .wp-block-columns {
        margin: var(--blockSpacing--small) 0;
    }

    .wp-block-column:nth-of-type(n + 2) {
        margin-top: 25px;
    }

    .wp-block-image {
        margin: 20px 0;
    }

    .c-teamMember {
        width: calc((100% - 20px) / 2);
        margin-right: 20px;
        flex-grow: 0;
    }

    .c-teamMember:nth-of-type(2n) {
        margin-right: 0;
    }

    .c-teamMember:nth-of-type(n + 3) {
        margin-top: 20px;
    }

    .c-heroBanner--fullHeight {
        min-height: 10px;
    }

    .c-statsBlock {
        display: block;
    }

    .c-statsBlock .c-stat {
        margin: 0 auto !important;
        width: 50%;
        max-width: 50%;
    }

    .c-heroBanner {
        padding: var(--blockSpacing--large) 0;
    }

    .wabc-heroSlogan {
        font-size: 22px;
    }

}


/* admin dashboard styles */


.wabc-dashHeader--admin .nav-icon {
    display: block;
}

.c-adminDashLinks {
    position: absolute;
    z-index: 2;
    top: -30px;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    border-bottom: 1px solid var(--color-grey700);
    transition: .3s opacity, .3s transform, 0s visibility .3s;
}

.c-adminDashLinks--active {
    opacity: 1;
    visibility: visible;
    transform: none;
    transition-delay: 0s;
}

.c-adminDashLinks a {
    text-decoration: none;
    border-bottom: none;
    color: var(--color-grey300) !important;
}

.c-adminDashLinks a:hover {
    color: white !important;
}

.c-adminDashLinks .c-section {
    padding: 220px 0 60px;
}

.c-adminDashLinks .wp-block-columns {
    margin: 0 0 40px;
}

.c-adminDashLinks ul li::before {
    display: none;
}

.c-adminDashLinks ul li {
    padding-left: 0;
}

.c-adminDashLinks a {
    font-size: 15px;
}

body .c-adminDashLinks h4 {
    font-size: 18px;
}


@media screen and (max-width: 1200px) {

    .c-adminDashLinks {
        max-height: 100vh;
        overflow: auto;
    }

    .c-adminDashLinks .c-section {
        padding: 143px 0 20px;
    }

}

.c-unsupportedBrowser {
    background: white;
    color: #24272a;
    padding: 60px !important;
    border-radius: 4px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .1);
    max-width: 675px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.c-unsupportedBrowser .u-wc {
    padding: 0;
}

.c-unsupportedBrowser__logo {
    width: 320px;
}

.c-unsupportedBrowser h5 {
    color: #FFC107 !important;
    padding-left: 22px;
    background: no-repeat url('imgs/ie-warning-icon.png') left 25px / 16px 15px;
}

.c-unsupportedBrowser h5:before {
    margin-left: -22px;
    background: #fcA518;
}

.c-unsupportedBrowser__browsers {
    margin-top: 20px;
}

.c-unsupportedBrowser__browsers .wp-block-image {
    display: inline-block;
    vertical-align: middle;
    margin: 0 17px 0 0;
}

.page-id-86348 #moove_gdpr_cookie_info_bar, .page-id-114552 #moove_gdpr_cookie_info_bar, .page-id-113249 #moove_gdpr_cookie_info_bar {
    display: none;
}

.page-id-86348 .c-section, .page-id-114552 .c-section, .page-id-113249 .c-section {
    padding: 120px 0;
}


.wabc-languageSelector--ie {
    position: absolute;
    top: 0;
    right: 0;
}

.wabc-languageSelector--ie #flags {
    border: 1px solid #e5e5e5;
}

.wabc-languageSelector #flags li a:hover {
    color: white;
    background: #da1f3d !important;
}

.wabc-languageSelector--ie .wabc-btn {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #333333;
    border: 1px solid #cccccc;
}

.wabc-languageSelector--ie .wabc-btn:hover {
    background: #f6f6f6;
}

.c-unsupportedBrowser .u-wc {
    position: static;
}

.gform_page_footer--renewal {
    padding-left: 55px;
    margin-top: 0;
}

@media screen and (max-width: 600px) {
    .renewal-summary-btns .wabc-btn {
        display: block;
        width: 100%;
    }

    .renewal-summary-btns .wabc-btn + .wabc-btn {
        margin-left: 0;
        margin-top: 8px;
    }

    .gform_page_footer--affiliateRenewal {
        padding-left: 45px;
        margin-top: 0;
    }

    .gform_page_footer--affiliateRenewal .continue-later-btn {
        margin-left: 0;
        margin-top: 8px;
        display: block;
        width: 100%;
        text-align: center;
    }

    .gform_page_footer--renewal {
        padding-left: 45px;
    }

    .gform_page_footer--renewal .continue-later-btn {
        width: 100%;
        margin-left: 0;
        margin-top: 8px;
    }
}


.page-template-dashboard-provider-badges .c-dashboard, .page-template-dashboard-badges .c-dashboard, .page-template-dashboard-member-badges .c-dashboard {
    background-attachment: fixed;
}

.page-template-dashboard-provider-badges .c-dashboard h4, .page-template-dashboard-badge .c-dashboard h4 {
    font-size: 20px !important;
    font-weight: 700;
    margin-top: 22px;
}

.page-template-dashboard-provider-badges .c-dashboard h3 span, .page-template-dashboard-badge .c-dashboard h3 span {
    font-size: 18px;
    letter-spacing: .1em;
    margin-top: -2px;
    display: block;
    margin-top: 5px;
}

.page-template-dashboard-provider-badges .c-dashboard h5, .page-template-dashboard-badge .c-dashboard h5 {
    margin-top: 25px !important;
}

.page-template-dashboard-provider-badges .c-dashboard .c-badge-embed:not(:last-child), .page-template-dashboard-badge .c-dashboard .c-badge-embed:not(:last-child) {
    margin-bottom: 40px;
    margin-top: -5px;
}

.wp-block-buttons.c-sharingBtns {
    flex-wrap: nowrap;
    margin-top: 20px;
}

.wp-block-buttons.c-sharingBtns .wp-block-button:not(:first-child) {
    margin-left: 8px;
}

.u-button-facebook i, .u-button-twitter i, .u-button-linkedin i {
    padding-right: 10px;
}


@media screen and (max-width: 750px) {

    .wp-block-buttons.c-sharingBtns {
        display: block;
    }

    .wp-block-buttons.c-sharingBtns .wp-block-button, .wp-block-buttons.c-sharingBtns .wp-block-button__link {
        width: 100%;
    }

    .wp-block-buttons.c-sharingBtns .wp-block-button:not(:first-child) {
        margin-left: 0;
        margin-top: 8px;
    }

}

@media screen and (max-width: 600px) {

    .page-template-dashboard-provider-badges .c-dashboard h4, .page-template-dashboard-badge .c-dashboard h4 {
        font-size: 16px;
        margin-top: 18px;
    }

    .page-template-dashboard-provider-badges .c-dashboard h3 span, .page-template-dashboard-badge .c-dashboard h3 span {
        font-size: 13px;
    }

}


.c-goBackX {
    position: absolute;
    z-index: 3;
    right: -21px;
    top: -21px;
    background: var(--color-red);
    border-radius: 50%;
    border: 1px solid var(--color-grey600);
    background: var(--color-red) url('imgs/icon-close.svg') no-repeat center center / 20px 20px;
    height: 40px;
    width: 40px;
    display: block;
    line-height: 20px;
    color: white;
    font-size: 24px;
    cursor: pointer;
    filter: brightness(100%);
    outline: none !important;
    text-decoration: none;
    transition: .3s border, .3s background, .3s color, .3s filter;
}

.c-goBackX:hover {
    filter: brightness(120%);
}


.c-fsLoader {
    background: rgba(0, 0, 0, .8) url('imgs/loading.gif') no-repeat center center;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999999999999;
}

.c-trademarksBlock h3 {
    font-size: 22px;
    margin-top: 0;
}

.c-trademarksBlock h3 + p {
    font-size: 17px;
    margin-bottom: 22px;
}

.c-trademarksBlock p {
    line-height: 1.3;
    margin-bottom: 15px;
}

.c-trademarksBlock .is-style-miniHeading--noBorder {
    margin-top: 30px !important;
    font-size: 14px !important;
    letter-spacing: 0.1em;
}

.c-trademarksBlock ul {
    margin-bottom: 15px;
}

.c-trademarksBlock ul li {
    padding-bottom: 0;
    font-size: 15px;
}

.c-trademarksBlock sup.sup--tm {
    font-size: 11px;
    top: 3px;
}

.c-trademarksLastRevised {
    font-size: 12px !important;
    color: #999;
    /*font-weight: 700;
    letter-spacing: .1em;
    margin-bottom: 12px !important;*/
}

.c-trademarkNote {
    font-size: 12px !important;
    max-width: 540px;
}

.c-trademarkNote strong {
    display: flex;
    align-items: start;
}

.c-trademarkNote em {
    flex-shrink: 0;
    margin-right: 4px;
    font-size: 12px;
    font-style: normal;

}

.c-usageexamples2022 {
    border-radius: 0;
    max-width: 540px;
}

.c-iconLegend.c-trademarks2022 {
    border: none;
    border-radius: 0;
}

.c-iconLegend.c-trademarks2022 li {
    padding: 0;
}

.c-iconLegend.c-trademarks2022 .c-iconLegend__list {
    margin-top: 12px;
}

.c-usageexamples2022 p {
    font-size: 12px;
}

.c-usageexamples2022 .u-iconTitle {
    font-size: 11px;
}

.c-usageexamples2022 .u-wordwideDate {
    font-size: 11px;
}

.c-usageexamples2022 .u-grantedDate {
    font-size: 10px;
}

.c-usageexamples2022 p:last-child, .c-usageexamples2022 ul:last-child {
    margin-bottom: 0;
}

.c-usageexamples2022 .c-iconLegend__label {
    padding: 8px 14px 5px;
    font-size: 11px;
    font-weight: 700;
    position: absolute;
    left: 13px;
    top: -13px;
    text-transform: uppercase;
    border-radius: 0;
}

.c-trademarks2022 {
    border-radius: 0;
}

.c-infoBox {
    position: relative;
    margin: 37px 0 40px;
    position: relative;
    background: #FFFAF3;
    padding: 24px 28px 24px 28px;
    max-width: 540px;
}

.c-infoBox h3, .c-iconLegend.c-trademarks2022 .c-iconLegend__label {
    background: var(--color-gold);
    padding: 8px 14px 5px;
    color: white;
    font-size: 11px;
    font-weight: 700;
    position: absolute;
    left: 13px;
    top: -13px;
    text-transform: uppercase;
    border-radius: 0;
}

.c-infoBox :last-child {
    margin-bottom: 0 !important;
}

.c-infoBox h4 {
    font-size: 11px;
    margin: 10px 0 1px 0;
    color: #777777;
    /*letter-spacing: 0.1em;*/
    letter-spacing: 1.4px;
}


.c-infoBox p {
    color: #777777;
    font-size: 12px;
    line-height: 1.2 !important;
    margin-bottom: 10px !important;

}

.c-infoBox--grey {
    background: white;
    border: 1px solid var(--color-grey200);
}

.c-infoBox--grey h3 {
    background: var(--color-grey200);
    color: var(--color-charcoal);
    font-weight: 700;
}

.c-infoBox--grey p {
    font-size: 16px;
    color: var(--color-charcoal);
}

.c-trademarksBlock .c-infoBox:last-child {
    margin-bottom: 5px;
}

.references-icon-block {
    margin-top: 0 !important;
    max-width: 100%;
}

#tables.table-top {
    margin-top: 0;
}

#tables {
    margin-top: 30px;
}

.c-reference-line-two {
    font-size: 12px;
    display: block;
    margin-left: 30px;
    margin-top: -5px;
    margin-bottom: 7px;
}

.c-fullWidth {
    max-width: 100%;
}

#validation_message_29_5 {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
}

.document-cat {
    text-transform: uppercase;
}

.document-sub-cat {
    margin-bottom: 0;
}

.accred-resources .member-info {
    padding: 10px 0;
}

.c-popup-icons {
    padding-left: 75px;
    padding-right: 75px;
}

.key-deadlines {
    width: 350px;
    position: absolute;
    right: 0;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 5px 10px;
    z-index: 999;
    background: #FFFFF3;
}

.key-deadlines p {
    font-size: 14px;
}

.key-deadlines .item {
    margin-bottom: 10px;
    color: #999;
}

.accred {
    font-size: 15px !important;
    line-height: 1.2em;
}

.accred-footer {
    line-height: 16px;
    margin-bottom: 0 !important;
}

p.item.accred-footer {
    font-size: 13px;
}

.status-label {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.2;
}

#rcc-responsibilities ul  {
    margin-top: 15px;
}

#rcc-responsibilities ul ul  {
    margin-top: 1px;
}

#rcc-responsibilities ul, #rcc-responsibilities li, #rcc-responsibilities p,  #rcc-responsibilities div  {
    line-height: 1.4em;
}

#rcc-responsibilities li  {
    padding-bottom: 0;
}

.headquartered {
    margin-top: 0 !important;
}

@media only screen and (min-width: 992px) {
    .participants, .report-list, .tabbed-content.responsibility {
        margin-right: 140px;
    }

}

.key-deadlines {
    margin-bottom: 35px !important;
}

.first-line {
    margin-bottom: 32px;
}

.first-line em {
    line-height: 1.5;
}

.page-template-dashboard-provider-docs .c-section {
    background-attachment: fixed;
    padding-top: 150px !important;
    min-height: 1500px;
}

.page-template-dashboard-provider-docs .c-section.c-dashboard.dashboard {
    display: block;
}

.wabc-contactBox a {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    display: inline-block;
    margin-bottom: -7px;
    line-height: 18px;
}

.postid-9302 .wp-block-group__inner-container ol ul {
    margin-top: 12px;
}

.coach-exclusive img {
    float: left;
    margin-right: 7px;
    width: 15px !important;
}

span.coach-exclusive {
    top: 0;
    position: absolute;
    left: 244px;
    width: 306px;
    padding: 8px 7px 4px;
    font-size: 13px;
    border: 1px solid #ccc;
}

.wabc-coachResultItem.Full.Member span.coach-exclusive {
    left: 202px;
}

span.coach-exclusive-verify {
    font-size: 11px;
}

span.coach-exclusive-verify img {
    width: 13px;
    float: left;
    margin-right: 4px;
}

@media only screen and (max-width: 1316px) {
    span.coach-exclusive {
        position: static;
        margin-bottom: 7px;
        margin-top: -7px;
    }
}

@media only screen and (max-width: 500px) {
    span.coach-exclusive {
        width: 100%;
        margin-top: 0;
    }

    .coach-exclusive img {
        display: none;
    }
}

#gfield_upload_rules_6_70 {
    display: none;
}

div#gfield_description_6_70 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.wabc-memberHeader.current_member_viewing {
    margin-top: 40px;
}

.members-visible-notice {
    position: absolute;
    top: -80px;
    left: 0;
    background: #c6d6e185;
    margin-left: 40px;
    width: calc(100% - 71px);
    padding: 10px;
    color: #333;
    font-size: 12px;
    line-height: 1.1em;
}

.members-visible-notice a {
    color: #333;
    text-decoration: underline !important;
}

.wabc-memberHeader--wabc-full-member.current_member_viewing > .u-wc {
    position: relative;
}

.wabc-memberHeader--wabc-full-member .members-visible-notice a {
    color: #FFF;
    text-decoration: underline !important;
}

.wabc-memberHeader--wabc-full-member .members-visible-notice {
    top: -85px;
    background: none;
    color: #FFF;
    border: 1px solid #FFF;
}

@media only screen and (max-width: 992px) {
    .wabc-memberHeader--wabc-affiliate-member, .wabc-memberHeader--wabc-full-member {
        padding: 80px 0;
    }
}

@media only screen and (max-width: 992px) {
    .members-visible-notice {
        top: -70px !important;
    }
}

@media only screen and (max-width: 600px) {
    .members-visible-notice {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 484px) {
    .wabc-memberHeader__left, .wabc-memberHeader__right {
        margin-top: 20px;
    }

    .members-visible-notice {
        top: -60px !important
    }
}

@media only screen and (max-width: 465px) {
    .wabc-memberHeader__left, .wabc-memberHeader__right {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 352px) {
    .wabc-memberHeader__left, .wabc-memberHeader__right {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 308px) {
    .wabc-memberHeader__left, .wabc-memberHeader__right {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 288px) {
    .wabc-memberHeader__left, .wabc-memberHeader__right {
        margin-top: 100px;
    }
}

.user-summary {
    padding: 0 !important;
    width: auto !important;
}

.user-summary h2, .user-summary h3.user-summary h2, .user-summary h3 {
    color: #1d2327;
    font-size: 1.3em;
    margin: 1em 0;
}

.c-user-summary__credItemRow h4 {
    margin: 0;
    font-size: 1em;
}

.c-user-summary__credItemInfo li {
    padding: 0 0 0 8px;
    margin: 0;
    position: relative;
}

.c-user-summary__credItemInfo {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.product-template-default main#main {
    width: 100%;
    padding: 0;
}

.woocommerce-product-gallery, .product_meta, .wc-tabs-wrapper, .related.products {
    display: none;
}

.summary.entry-summary {
    margin: 0 !important;
    padding: 0 !important;
}

.quantity input.qty {
    display: none;
}

#nyp-1 {
    display: block;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 0;
    border: 0;
    width: 100%;
}

.woocommerce div.product form.cart .variations select {
    margin-bottom: 0;
}

.woocommerce.single-product div.product form.cart {
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.woocommerce.single-product div.post-5957 form.cart, .woocommerce.single-product div.product form.variations_form {
    border: 1px solid var(--color-grey200);
    padding: 40px;
    margin: 40px 0 0;
    border-radius: 4px;
}

#wc-stripe-cc-form + fieldset {
    border: none;
    margin: 0;
    padding: 10px 0;
}

.recert-reminder a {
    font-size: 12px !important;
}

.recert-reminder {
    background: #ffefd5;
    margin-top: 0 !important;
    font-size: 13px !important;
    text-transform: uppercase;
    padding: 10px;
    margin-right: 20px;
}

.recert-reminder p {
    font-size: 13px !important;
    text-transform: uppercase;
}

.re-cert-credentials {
    margin-right: -20px;
}

.smaller_strong strong {
    font-size: 14px;
}

.smaller_strong p {
    line-height: 1.3em;
}

.udb_admin_page-template-default.single iframe, .udb_admin_page-template-default.single #wpadminbar {
    display: none;
}

.c-iconLegend--grey, .c-iconLegend--light {
    background: white;
}

.c-iconLegend--grey li, .c-iconLegend--trademarks li, .c-iconLegend--light li {
    padding-left: 15px;
}

.u-trademarkTM .sup--tm, .u-trademarksBullets li .sup--tm {
    font-size: 11px;
}

.u-trademarksBullets li:before {
    top: 6px;
}

.c-iconLegend--grey .sup--tm, .c-iconLegend--light .sup--tm {
    font-size: 10px;
    top: 0.4em;
}

.c-iconLegend--trademarks .sup--tm {
    font-size: 12px;
}

#field_2_138 label.gfield_label.gfield_label_before_complex, #field_2_47 label.gfield_label.gfield_label_before_complex {
    display: none;
}

.dashbord-upgrade-btn {
    display: none;
}

#dashboard_field, #package_type_field {
    display: none;
}

#application-passwords-section {
    display: none;
}


@media screen and (max-width: 601px) {

    .c-expired-padding {
        padding-left: 23px !important;
    }

}

h3.wp-block-heading.subtitle-below {
    margin-bottom: 0;
}

h5.wp-block-heading.gold-subtitle {
    color: #fca518;
    font-size: 18px;
    letter-spacing: 0.1em;
    margin-top: 0;
    font-weight: normal;
}

.c-tabsParent .c-tabsParent__nav li.c-tabHide { display: none; }

.c-levelCardParent.accredit-professional-select {
    display: none;
}
.c-levelCardParent.accredited-leader-select {
    display: none;
}

body .is-layout-flex.go-back-button-wrap {
    display: none;
}

.c-tab__content h3:has(+ p.upcoming-credential-subtitle) {
    margin-bottom: 0;
}

.wc_payment_method.payment_method_stripe_klarna {
    display: none !important;
}