/**
 * Theme Name: Quinn
 * Author: Quinn & Partners
 * Text Domain: quinn
 */

@font-face {
    font-family: 'Euclid Circular A';
    src: url('assets/fonts/subset-EuclidCircularA-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Euclid Circular A';
    src: url('assets/fonts/subset-EuclidCircularA-RegularItalic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Euclid Circular A';
    src: url('assets/fonts/subset-EuclidCircularA-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Euclid Circular A';
    src: url('assets/fonts/subset-EuclidCircularA-MediumItalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

:root{
    --mob-wrapper-pad-lr: 40px;
    --brand-clr-black: hsl(0, 0%, 20%);
    --brand-clr-white: hsl(0, 0%, 100%);
    --brand-clr-cream: #F2F2EF;
    --brand-clr-cyan: #B7E5E0;
    --brand-clr-green: #329393;
    --brand-clr-lgray: #979797;
    --brand-clr-magenta: #722E68;
    --brand-clr-pink: #F2CECE;
    --brand-clr-purple: #A38CFF;
    --brand-clr-lpurple: #D1C5EF;
    --brand-clr-mpurple: #6B6B91;
    --brand-clr-dpurple: #232359;
    --font-body: 'Euclid Circular A', sans-serif;
    --font-heading: 'Euclid Circular A', sans-serif;
}

*,
*:before,
*:after{box-sizing: border-box;}
html{-webkit-overflow-scrolling: touch !important;}
body{
    margin: 0;
    color: var(--brand-clr-dpurple);
    font: 400 100%/1.5 var(--font-body);
    -webkit-overflow-scrolling: touch !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
a{
    text-decoration: none;
    color: var(--brand-clr-dpurple);
    transition: color .3s, background-color .3s;
}
a:hover{color: var(--brand-clr-purple);}
h1,h2,h3,h4,h5,h6{
    margin: .67em 0;
    font-family: var(--font-heading);
    line-height: 1.2;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color: inherit;}
.h1,h1{font-size: 9.05vw;font-weight: 400;line-height: 1;}
.h2,h2{font-size: 3em;font-weight: 400;line-height: 1.25;}
.h3,h3{font-size: 1.75em;font-weight: 500;}
.h4,h4{font-size: 1.5em;font-weight: 500;line-height: 1.22;}
.h5,h5{font-size: 1.25em;line-height: 1.38;}
.h6,h6{font-size: 1.125em;}
figure,
p{margin: 0;}
svg, img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
img{
    height: auto;
    border: 0;
}
figcaption{
    margin-top: 1.5em;
    text-align: center;
    font-style: italic;
    font-weight: 600;
    font-size: .875rem;
}
.wp-block-separator,
hr{
    margin: 0;
    padding: 0;
    border: none;
    border-top: 1px solid var(--brand-clr-dpurple);
}
textarea,
select,
input:not([type=checkbox]):not([type=radio]){
    border-radius: 0;
    font: inherit;
    -webkit-appearance: none;
}
button{
    padding: 0;
    border: none;
    border-radius: 0;
    background: none;
    color: inherit;
    font: inherit;
    cursor: pointer;
    -webkit-appearance: none;
}
button:focus{outline: 1px solid var(--brand-clr-purple);}
address{font-style: normal;}

.italic{font-style: italic;}
.bold,strong,b{font-weight: 500;}
.ff-body{font-family: var(--font-body) !important;}
.ff-heading{font-family: var(--font-heading) !important;}

.bg-col-white{background-color: var(--brand-clr-white) !important;}
.bg-col-cream{background-color: var(--brand-clr-cream) !important;}
.bg-col-lgray{background-color: var(--brand-clr-lgray) !important;}
.bg-col-dpurple{background-color: var(--brand-clr-dpurple) !important;}
.bg-col-purple{background-color: var(--brand-clr-purple) !important;}

.sub-menu,.menu,ol.no-style,ul.no-style{
    list-style: none;
    margin: 0;
    padding: 0;
}
.hid-empty:empty,.hid{display: none !important;}
.upc{text-transform: uppercase;}
.txt-l{text-align: left;}
.align-center,.txt-c{text-align: center;}
.align-right,.txt-r{text-align: right;}
.no-ovfl{overflow: hidden !important;}
.mob-collapse .collapse-toggle:before,
.link.back-link:before,
.fa-pseudo:after,
.fa-pseudo:before{
    text-rendering: auto;
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.only-sr{
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0);
}
.wp-block-separator,
.wp-block-group__inner-container,
.wrapper{
    max-width: 1370px;
    width: 90%;
    margin: 0 auto;
}
.wp-block-group__inner-container .wp-block-separator,
.wrapper .wp-block-separator,
.wp-block-group__inner-container .wrapper,
.wrapper:not(.full) .wrapper{width: auto;}
.wrapper.medium{max-width: 1300px;}
.wrapper.full{
    max-width: initial;
    width: 100%;
}

.flex{
    display: flex;
    word-break: break-word;
}
.flex.wrap{flex-flow: row wrap;}
.flex.dir-col{flex-direction: column;}
.flex.justify{justify-content: space-between;}
.flex.center{justify-content: center;}
.flex.center-v{align-items: center;}
.flex.start-v{align-items: flex-start;}
.flex.end{justify-content: flex-end;}
.flex.end-v{align-items: flex-end;}
.flex .can-grow{
    flex-grow: 1 !important;
    flex-basis: 0;
}
.flex .breaker,
.flex .full{flex: 0 0 100%;}
.flex .half{flex: 0 0 50%;}
.flex .third{flex: 0 0 33.333%;}
.flex .fifth-2{flex: 0 0 40%;}
.flex .fifth-3{flex: 0 0 60%;}
.flex.cols{margin: -2%;}
.flex.cols > .item{margin: 2%;}
.flex.cols .breaker{
    flex: 0 0 96%;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.flex.cols .full{flex: 0 0 96%;}
.flex.cols .half{flex: 0 0 46%;}
.flex.cols .third{flex: 0 0 28.333%;}
.flex.cols .third-2{flex: 0 0 62.666%;}
.flex.cols .forth{flex: 0 0 21%;}
.flex.cols .fifth{flex: 0 0 16%;}
.flex.cols .fifth-3{flex: 0 0 56%;}
.flex.small-gap{margin: -2%;}
.flex.small-gap > .item{margin: 2%;}
.flex.small-gap > .half{flex-basis: 46%;}
.flex.big-gap{margin: -4%;}
.flex.big-gap > .item{margin: 4%;}
.flex.big-gap > .half{flex-basis: 42%;}
.flex.big-gap > .third{flex: 0 0 25.333%;}

.img-cont{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.img-cont.wide{padding-top: 56.25%;}
.img-wrap > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-wrap.contain > img{object-fit: contain;}
.img-wrap.fixed-ratio{position: relative;}
.img-wrap.fixed-ratio:before{
    content: '';
    display: block;
}
.img-wrap.fixed-ratio > img{
    position: absolute;
    top: 0;
    left: 0;
}
.img-wrap.fixed-ratio.wide:before{padding-top: 56.25%;}
.img-wrap.fixed-ratio.tv:before{padding-top: 78%;}
.img-wrap.fixed-ratio.square:before{padding-top: 100%;}
.img-wrap.fixed-ratio.portrait:before{padding-top: 120%;}
a.img-wrap:not(.flex){display: block;}
figure.img-wrap:not(.contain){background: var(--brand-clr-lgray);}

.text{
    margin: 1.5em auto;
    font-size: 1rem;
    line-height: 1.5;
    word-break: break-word;
}
.text :first-child:not(.item):not(.wp-block-button),
.text:first-child{margin-top: 0 !important;}
.text :last-child:not(.item):not(.wp-block-button),
.text:last-child{margin-bottom: 0 !important;}
.text h2,
.text h1{margin: .5em auto .35em;}
.text h6,
.text h5,
.text h4,
.text h3{margin: .7em auto .85em;}
.amk-acc-item-body p,
.text p{margin-bottom: 1em;}
.text ol, .text ul, .text p{font-size: .9375em;}
.amk-acc-item-body ol, .amk-acc-item-body ul,
.text ol, .text ul{
    margin: 1em 0;
    padding-left: 1.25em;
}
.amk-acc-item-body ol ul,
.amk-acc-item-body ol ol,
.amk-acc-item-body ul ol,
.amk-acc-item-body ul ul,
.text ol ul,
.text ol ol,
.text ul ol,
.text ul ul{font-size: 1em !important;}
.amk-acc-item-body li + li,
.text li + li{margin-top: .5em;}
.text a:not(.btn):not(.link):not(.wp-block-button__link){color: var(--brand-clr-purple);}
.text hr{margin: 28px 0;}
.wp-block-buttons .wp-block-button:not(:last-child),
.text .btn:not(:last-child){margin-right: 1em;}
.text .gform_wrapper:not(:first-child):not(:nth-child(2)){margin-top: 2em;}
.wp-block-buttons .wp-block-button,
.text + .btn{margin-top: .5em;}
.text.small ol, .text.small ul, .text.small p{font-size: .875em;}
.text.small li + li{margin-top: .25em;}
.text .alignleft{
    float: left;
    max-width: 30%;
    margin: 0 1em 1em 0;
}
.text .alignright{
    float: right;
    max-width: 30%;
    margin: 0 0 1em 1em;
}

.wp-block-button__link,
.button,
.btn{
    display: inline-block;
    min-width: 10em;
    padding: .75em 1.5em;
    border: 1px solid var(--brand-clr-dpurple);
    border-radius: 0;
    background: transparent;
    text-align: center;
    color: var(--brand-clr-dpurple);
    font: 300 .9375rem/1.57 var(--font-heading);
    text-transform: uppercase;
    cursor: pointer;
    transition: .3s;
}
.wp-block-button__link:active,
.wp-block-button__link:visited{color: var(--brand-clr-dpurple);}
.wp-block-button__link:focus, .wp-block-button__link:hover,
.button:focus, .button:hover,
.btn:focus, .btn:hover{
    outline: none;
    background: var(--brand-clr-dpurple);
    color: var(--brand-clr-white);
}
.btn.btn-purple{
    border-color: var(--brand-clr-purple);
    color: var(--brand-clr-purple);
}
.btn.btn-purple:focus,
.btn.btn-purple:hover{
    background: var(--brand-clr-purple);
    color: var(--brand-clr-dpurple);
}

.link{
    color: var(--brand-clr-purple);
    font: 400 .875rem/1.57 var(--font-heading);
    cursor: pointer;
}
.link:focus,
.link:hover{color: var(--brand-clr-dpurple);}
.link.back-link{
    padding-bottom: 2px;
    border-bottom: 3px solid transparent;
}
.link.more:after{
    content: '+';
    margin-left: .25em;
}
.link.back-link:before{
    content: '\f104';
    margin-right: .5em;
    font-weight: 900;
}

.separator{margin: 0 .35em;}
.separator:last-child,
.separator:first-child{display: none;}

/* -------------------- Menus, Header, Footer, Content -------------------- */
.menu a{display: block;}
.menu a:not(.btn):not(:hover){color: inherit;}
.menu li{position: relative;}
.sub-menu{display: none;}

.main-menu a{
    padding: .15em 0;
    color: inherit;
}
.main-menu .toggle{
    margin-left: .5em;
    padding: .25em;
    color: var(--brand-clr-purple);
    font-size: .55em;
    line-height: 1;
    vertical-align: .2em;
    cursor: pointer;
}
.main-menu .toggle *{pointer-events: none;}
.main-menu > .menu-item-has-children > a{
    position: relative;
    padding-right: .75em;
}
.main-menu li.opened > .sub-menu{display: block;}
.main-menu li.opened .toggle em:before{content: '\f068';}

.footer-menu{
    font-size: 5vw;
    line-height: 1.0625;
}
.footer-menu li + li{margin-top: .2em;}
.footer-terms-menu .current-menu-item > a,
.footer-menu .current-menu-item > a{color: var(--brand-clr-purple) !important;}

.footer-terms-menu li:not(:last-child){display: flex;}
.footer-terms-menu li:not(:last-child):after{
    content: '|';
    display: inline-block;
    margin: 0 1em;
}

.site-header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.25em 0;
    z-index: 10;
}
.site-header .logo{
    margin-right: auto;
    transition: none;
}
.site-header .logo img,
.site-header .logo svg{width: 156px;}
.site-header.sticky{
    position: fixed;
    top: -50%;
    padding: 1em 0;
    opacity: 0;
    background: var(--brand-clr-white);
    color: var(--brand-clr-dpurple) !important;
}
.site-header.sticky:not(.actv){
    visibility: hidden;
    pointer-events: none;
}
.site-header.sticky.actv{
    top: 0;
    opacity: 1;
    transition: .3s ease-out;
}

.has-opaque-header .site-header{background: var(--brand-clr-white);}
.has-transparent-header .site-header{color: var(--brand-clr-white);}
.has-transparent-header .site-header:not(.sticky) .logo .st0{fill: #fff;}

.site-footer{
    padding: 2.5em 0;
    background: var(--brand-clr-dpurple);
    color: var(--brand-clr-white);
}
.site-footer a{
    color: inherit;
    font-size: 1em;
}
.site-footer .lft-part,
.site-footer a:focus,
.site-footer a:hover{color: var(--brand-clr-purple);}
.site-footer .main-flex{margin: 2.5em 0;}
.site-footer .lft-part .btn{margin-top: 2.5em;}
.site-footer .rgt-part{font-size: .75em;}
.site-footer .logo img{margin: 0;}
.site-footer .title{
    margin: 0 0 .225em;
    line-height: 1.036;
}
.site-footer .subtitle{margin-bottom: 3.5em;}
.site-footer .copyright{margin-right: 1.25em;}
.site-footer .sm-links{
    margin-right: .75em;
    font-size: 3.5em;
    color: inherit;
}
.site-footer .sm-links a:focus,
.site-footer .sm-links a:hover{color: var(--brand-clr-purple);}
.site-footer address + address,
.site-footer .addresses{margin-top: 1em;}
.site-footer .addresses .text,
.site-footer .addresses .text p{font-size: 1em;}
.site-footer .bottom{font-size: .875rem;}
.site-after-footer{padding: 2em 0;}

.site-content{min-height: 500px;}
.has-opaque-header .site-main > section:first-of-type:not(.sec-banner){margin-top: 62px;}

.admin-bar .site-header.sticky,
.admin-bar .site-header{top: 46px;}
/* -------------------- END: Menus, Header, Footer -------------------- */


/* -------------------- Form styling -------------------- */
.form-style form{
    font-size: .9375rem;
    line-height: 1.57;
}
.form-style textarea,
.form-style select,
.form-style input:not([type=checkbox]):not([type=radio]):not([type=submit]):not(.no-form-style){
    width: 100%;
    height: auto;
    padding: .5em 0 !important;
    border: none;
    border-bottom: 1px solid var(--brand-clr-dpurple);
    background: transparent;
    outline: none;
    color: var(--brand-clr-dpurple);
    font: inherit !important;
    font-weight: 500 !important;
    transition: .3s;
}
.form-style input[type=radio],
.form-style input[type=checkbox]{margin: 0 5px 0 0;}
.form-style select{
    padding-right: 3em !important;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path fill='%23232359' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>") no-repeat 100% 55%;
    background-size: 30px auto;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-style textarea{
    resize: none;
    height: 48px !important;
}
.form-style textarea::placeholder,
.form-style input::placeholder{color: var(--brand-clr-dpurple); opacity: 1;}
.form-style textarea::-ms-input-placeholder,
.form-style input::-ms-input-placeholder{color: var(--brand-clr-dpurple);}

.form-style .gform_wrapper [type=submit]{margin-bottom: 0 !important;}
.form-style .gform_wrapper .gform_required_legend,
.form-style .gform_wrapper .gform_validation_errors{display: none;}
.form-style .gform_wrapper .gfield_required,
.form-style .gform_wrapper .validation_message{color: #f00;}
.form-style .gform_wrapper .validation_message{
    margin: .5em 0 0;
    padding: 0 !important;
    border: none;
    background: none;
    font-size: .875em;
}
.form-style .gform_wrapper .gfield_error [aria-invalid=true]{
    border-color: transparent !important;
    border-bottom-color: #f00 !important;
}
.form-style .gform_wrapper .gform_footer{
    margin-top: 1.5em !important;
    padding-bottom: 0 !important;
}
.form-style .gform_confirmation_message{
    color: var(--brand-clr-dpurple);
    font-weight: 600;
    font-size: 1.25em;
}
.form-style .gform_wrapper.gravity-theme .gform_fields{grid-gap: 1.5em;}

body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gform_validation_container,
body .gform_wrapper.gravity-theme .gform_fields .gfield.gform_validation_container,
body .gform_wrapper.gravity-theme .gform_validation_container,
.gform_wrapper.gravity-theme .gform_validation_container{
    display: none!important;
    position: absolute!important;
    left: -9000px;
}
/* -------------------- END: Form styling -------------------- */


/* -------------------- Owl Carousel styling -------------------- */
.owl-carousel .owl-item .owl-lazy{max-height: initial !important;}

.owl-with-dots .owl-dots{
    margin-top: 1em;
    text-align: right;
}
.owl-with-dots .owl-dot > span:empty{display: none;}
.owl-with-dots.owl-carousel button.owl-dot{
    display: inline-block;
    width: .75em;
    height: .75em;
    margin: 0 .35em;
    border-radius: 50%;
    border: 1px solid currentColor;
    vertical-align: middle;
    color: var(--brand-clr-dpurple);
}
.owl-with-dots button.owl-dot.active,
.owl-with-dots button.owl-dot:focus,
.owl-with-dots button.owl-dot:hover{
    background: currentColor;
    outline: none;
}
.owl-with-dots.owl-carousel button.owl-dot:last-child{margin-right: 0;}

.owl-with-nav .owl-nav{
    padding: 1em 0;
    text-align: right;
}
.owl-with-nav .owl-nav button{width: 2em;}
.owl-with-nav .owl-nav button:focus,
.owl-with-nav .owl-nav button:hover{outline: none;color: var(--brand-clr-purple);}
.owl-with-nav .owl-nav .owl-next{margin: 0 -.5em 0 .9375em;}
.owl-with-nav .owl-nav > .disabled{color: #e0eaf1!important;}
/* -------------------- END: Owl Carousel styling -------------------- */


/* -------------------- Custom Elements -------------------- */
.anim--fade-in{
    opacity: 0;
    transition: opacity .6s ease-in-out;
}
.anim--fade-in:not(.animating):not(.animated){
    visibility: hidden;
    pointer-events: none;
    will-change: opacity;
}
.anim--fade-in.animating,
.anim--fade-in.animated{opacity: 1;}
.anim--fade-in.anim--fade-in-from-bottom{
    position: relative;
    top: 2rem;
    transition: opacity .6s ease-in-out, top .6s ease;
}
.anim--fade-in-from-bottom:not(.animating):not(.animated){will-change: opacity, top;}
.anim--fade-in-from-bottom.animating,
.anim--fade-in-from-bottom.animated{top: 0;}

.single-post .sec-post-cnt .metadata-divider,
.site-footer .mid-part,
.anim--fade-in.title,
.anim--fade-in.heading{transition-delay: .15s;}
.anim--fade-in.subtitle{transition-delay: .2s;}
.single-post .sec-post-cnt .author-names,
.site-footer .rgt-part,
.anim--fade-in.text{transition-delay: .25s;}
.single-post .sec-post-cnt .author-images,
.anim--fade-in.link:not(.animated),
.anim--fade-in.btn:not(.animated){transition-delay: .35s;}
.anim--fade-in.link.animated,
.anim--fade-in.btn.animated{transition: color .2s, background-color .2s, border-color .2s;}
.amk-acc-item:nth-of-type(4n+1),
.sec-steps .unit:nth-of-type(4n+1),
.sec-jobs .unit:nth-of-type(4n+1),
.cols-4 .item:nth-of-type(4n+1),
.cols-2 .item:nth-of-type(2n+1),
.cols-3 .item:nth-of-type(3n+1){transition-delay: .25s;}
.amk-acc-item:nth-of-type(4n+2),
.sec-steps .unit:nth-of-type(4n+2),
.sec-jobs .unit:nth-of-type(4n+2),
.cols-4 .item:nth-of-type(4n+2),
.cols-2 .item:nth-of-type(2n+2),
.cols-3 .item:nth-of-type(3n+2){transition-delay: .4s;}
.amk-acc-item:nth-of-type(4n+3),
.sec-steps .unit:nth-of-type(4n+3),
.sec-jobs .unit:nth-of-type(4n+3),
.cols-4 .item:nth-of-type(4n+3),
.cols-3 .item:nth-of-type(3n+3){transition-delay: .55s;}
.amk-acc-item:nth-of-type(4n+4),
.sec-steps .unit:nth-of-type(4n+4),
.sec-jobs .unit:nth-of-type(4n+4),
.cols-4 .item:nth-of-type(4n+4){transition-delay: .7s;}

.amk-acc .amk-acc-item{
    margin: 0;
    padding: 1.5em 0;
    border: none;
    border-top: 1px solid var(--brand-clr-dpurple);
}
.amk-acc .amk-acc-item-title{
    padding: 1rem 1.25rem 1rem 2.75rem;
    font-weight: 400;
    font-size: 2em;
}
.amk-acc .amk-acc-item-title:after{
    content: '\002B';
    left: 0;
    right: auto;
    color: var(--brand-clr-purple);
    font: 400 1.75em/1 sans-serif;
    transform: translateY(-55%);
}
.amk-acc .amk-acc-item-body{
    max-width: 850px;
    padding: 2em 1.25rem 2em 0;
}
.amk-acc .amk-acc-item.actv > .amk-acc-item-title:after{content: '\2212';}

.cst-scroll{overflow-y: auto;}
.cst-scroll::-webkit-scrollbar{width: 6px; height: 6px;}
.cst-scroll::-webkit-scrollbar-track{background: #f1f1f1;}
.cst-scroll::-webkit-scrollbar-thumb{background: var(--brand-clr-purple);}
.cst-scroll::-webkit-scrollbar-thumb:hover{background: #555;}

.cst-dropdown{
    display: inline-block;
    cursor: pointer;
}
.cst-dropdown button{
    display: block;
    font-weight: 400;
}
.cst-dropdown .toggle{
    position: relative;
    padding: .25em 0;
    outline: none;
}
.cst-dropdown .toggle:after{
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    width: 0;
    height: 1px;
    background: currentColor;
    transition: width .6s ease;
}
.cst-dropdown .toggle *{pointer-events: none;}
.cst-dropdown .toggle em{
    vertical-align: 2px;
    color: var(--brand-clr-purple);
    font-size: 55%;
}
.cst-dropdown .sub-menu{
    position: absolute;
    top: 100%;
    left: -1em;
    z-index: 1;
    width: 200px;
    padding: 1em;
    background: #fff;
}
.cst-dropdown .sub-menu button.actv,
.cst-dropdown .sub-menu button:focus,
.cst-dropdown .sub-menu button:hover{
    outline: none;
    color: var(--brand-clr-purple);
}
.cst-dropdown .sub-menu button + button{margin-top: .25em;}
.cst-dropdown.actv .toggle:after{width: 100%;}
.cst-dropdown.actv .toggle em:before{content: '\f068';}
.cst-dropdown.actv .sub-menu{display: block;}

.card{
    display: flex;
    flex-direction: column;
    padding: 1em;
}
.card a{color: inherit;}
.card .title{font-weight: 400;}
.card .text{margin-top: auto;}
.sec-team article > a,
a.card{cursor: url(assets/images/cursor.svg) 29.5 29.5, auto;}
.img-wrap.fixed-ratio > iframe,
.img-wrap.fixed-ratio > .card{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.img-wrap.fixed-ratio > .card{overflow-y: auto;}

.sm-links{
    display: flex;
    color: var(--brand-clr-dpurple);
    font-size: 2.125rem;
}
.sm-links a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1em;
    margin-right: .5em;
    color: inherit;
    cursor: pointer;
}
.sm-links a:last-child{margin-right: 0;}
.sm-links a:focus,
.sm-links a:hover{
    outline: none;
    color: var(--brand-clr-purple);
}
.sm-links em{
    vertical-align: .2em;
    font-size: .6em;
}
/* -------------------- END: Custom Elements -------------------- */


/* -------------------- Sections -------------------- */
section{padding: 3em 0;}
section section:not(.img-cont):not(.with-pad),
section.pad-0{padding: 0 !important;}
section.pad-t-0{padding-top: 0 !important;}
section.pad-b-0{padding-bottom: 0 !important;}
section.mar-0{margin: 0 !important;}
.sec-callouts.cs-card .owl-item:nth-child(6n+1) .card,
section article:nth-child(6n+1) .card{background: var(--brand-clr-magenta);color: #fff;}
.sec-callouts.cs-card .owl-item:nth-child(6n+2) .card,
section article:nth-child(6n+2) .card{background: var(--brand-clr-pink);color: inherit;}
.sec-callouts.cs-card .owl-item:nth-child(6n+3) .card,
section article:nth-child(6n+3) .card{background: var(--brand-clr-green);color: #fff;}
.sec-callouts.cs-card .owl-item:nth-child(6n+4) .card,
section article:nth-child(6n+4) .card{background: var(--brand-clr-cyan);color: inherit;}
.sec-callouts.cs-card .owl-item:nth-child(6n+5) .card,
section article:nth-child(6n+5) .card{background: var(--brand-clr-mpurple);color: #fff;}
.sec-callouts.cs-card .owl-item:nth-child(6n+6) .card,
section article:nth-child(6n+6) .card{background: var(--brand-clr-lpurple);color: inherit;}
.color-theme-light,
.has-dark-bg{color: #fff;}

.heading{margin: 0 auto .875em;}
.heading-text{margin-bottom: 1.5rem;}
.heading + .heading-text{margin-top: -1rem;}

section .title:first-child{margin-top: 0;}
section .title:last-child{margin-bottom: 0;}
section .heading > span,
section .subtitle > span,
section .title > span{color: var(--brand-clr-purple);}
section .btn-cont:not(:first-child){margin-top: 1.5rem;}
section .btn-cont .btn{margin: 1em 1em 0 0;}
section.txt-c .btn-cont .btn,
section .btn-cont.txt-c .btn{margin: 1em .5em 0;}
section.txt-r .btn-cont .btn,
section .btn-cont.txt-r .btn{margin: 1em 0 0 1em;}
section .pretitle{
    margin: 0 0 1.75em;
    font-size: .9375em;
}
section .pretitle hr{margin-top: 1.5em;}

.sec-banner{
    position: relative;
    overflow: hidden;
}
.sec-banner .heading:only-child{margin-bottom: 0;}
.sec-banner .subtitle{margin: 0;}
.sec-banner.has-bg-img{min-height: 330px;}
.sec-banner.bn-layout-std figure{
    position: absolute !important;
    top: -33vw;
    left: 25%;
    width: 100%;
    background-blend-mode: overlay;
    background-color: #2c2c46;
    -webkit-mask: url(assets/images/mask.svg) no-repeat center;
    mask: url(assets/images/mask.svg) no-repeat center;
}
.sec-banner.bn-layout-std .holder,
.sec-banner.bn-layout-std .wrapper{position: relative;}
.sec-banner.bn-layout-std .lft-part:only-child{margin-left: auto;}
.sec-banner.bn-layout-std .heading{margin-top: 1.75em;}
.sec-banner.bn-layout-std .btn{margin-top: 2em;}
.sec-banner.bn-layout-columns .flex{margin-top: 3.875em;}
.sec-banner.bn-layout-columns .btn{margin-top: 0;}

.sec-features .unit{
    margin-top: 3em;
    padding-top: 1em;
    border-top: 1px solid var(--brand-clr-dpurple);
}
.sec-features .text{margin: 1em auto;}
.sec-features.color-theme-light .unit{border-top-color: #fff;}

.sec-gform .pretitle{margin: 0;}
.sec-gform .heading{
    max-width: 700px;
    margin-left: 0;
}

.sec-jobs .items{margin-top: 2em;}
.sec-jobs .unit{
    padding: 4em 0;
    border-top: 1px solid var(--brand-clr-dpurple);
}
.sec-jobs .lft-part{max-width: 580px;}
.sec-jobs .date{font-size: .875em;}
.sec-jobs .title{margin: .25em 0;}

.sec-team.staff-layout-slider .btn,
.sec-posts .btn,
.sec-callouts .btn{margin-top: 3em;}
.sec-callouts.cs-std figure{margin-bottom: 2.25em;}
.sec-callouts.cs-std figure.square:before{padding-top: 98%;}
.sec-callouts.cs-std .main-flex{margin-top: 0;}
.sec-callouts.cs-std .title{font-size: .9375em;}
.sec-callouts.cs-std .text{margin-top: 1em;}
.sec-callouts.cs-card figure{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sec-callouts.cs-card figure img{mix-blend-mode: multiply;}
.sec-callouts.cs-card figure + .card{
    background: none !important;
    color: #fff;
}

.sec-contact iframe{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.sec-contact .txt-part{max-width: 580px;}
.sec-contact .addresses .text p{font-size: .875em;}

.sec-logos img{padding: 2%;}
.sec-logos .pretitle{margin-bottom: 1em;}
.sec-logos .pretitle + .main-flex{margin-bottom: 2em;}

.sec-mid-banner{
    position: relative;
    color: var(--brand-clr-purple);
}
.sec-mid-banner .main-figure{
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.sec-mid-banner .main-figure:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(35,35,89,.875);*/
    background: rgba(35,35,89,.375);
}
.sec-mid-banner .heading:not(:only-child){margin: 1.75em 0;}

.sec-post-meta .heading{margin-bottom: .3em;}
.sec-post-meta .metadata{font-weight: 400;}
.sec-post-cnt .img-part{max-width: 440px;}
.sec-post-cnt .sm-links{
    margin-top: .8125em;
    color: var(--brand-clr-purple);
}
.sec-post-cnt .sm-links a:focus,
.sec-post-cnt .sm-links a:hover{color: var(--brand-clr-dpurple);}

.sec-posts .date{
    margin-bottom: 1.5em;
    font-size: .875em;
}
.sec-posts.mode-alm article{
    padding-top: 1.75em;
    border-top: 1px solid var(--brand-clr-dpurple);
}
.sec-posts.mode-alm .filters{
    margin-bottom: 2em;
    font-weight: 500;
    font-size: 1.125em;
}

.sec-slider .controls{padding-top: 1.5em;}
.sec-slider .control-btn{
    position: relative;
    z-index: 2;
    margin: 0 1em .5em 0;
    padding-bottom: .15em;
    outline: none;
    font-size: .75em;
}
.sec-slider .control-btn:after{
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 1px;
    background: currentColor;
    transition: width .6s ease;
}
.sec-slider .control-btn:focus:after,
.sec-slider .control-btn:hover:after,
.sec-slider .control-btn.actv:after{width: 100%;}
.sec-slider .owl-nav button:focus{
    outline: auto;
    color: #fff;
}
.sec-slider .owl-nav button:hover{color: #fff;}
.sec-slider .items{
    --item-font-size: .75em;
    counter-reset: index;
    row-gap: 2em;
}
.sec-slider .collapse-body{padding: .5em 0 1.5em;}
.sec-slider article.has-items .heading{
    max-width: 600px;
    margin: 0;
}
.sec-slider article.layout-steps .item{
    position: relative;
    padding: calc(var(--item-font-size) * 3.65 + 1.25em) 2% 0 0;
}
.sec-slider article.layout-steps .item:before{
    counter-increment: index;
    content: counters(index, '.');
    position: absolute;
    top: 0;
    left: 0;
    width: 3.65em;
    height: 3.65em;
    border: 1px solid currentColor;
    border-radius: 50%;
    text-align: center;
    font-size: var(--item-font-size);
    line-height: 3.65em;
}
.sec-slider article.layout-steps .item:after{
    content: '';
    position: absolute;
    top: calc(var(--item-font-size) * 3.65/2);
    right: 0;
    left: calc(var(--item-font-size) * 3.65);
    border-top: 1px solid currentColor;
}
.sec-slider article.layout-std .heading{margin: 0;}
.sec-slider article.layout-std .item{
    margin-top: calc(var(--item-font-size) * 3.65/2);
    padding: 1em 1em 0 0;
    border-top: 1px solid currentColor;
}
.sec-slider + .sec-slider{margin-top: 2px;}
.sec-slider.color-theme-light button.owl-dot{color: #fff;}

.sec-team figure{margin-bottom: 1.25em;}
.sec-team .items{row-gap: .5em;}
.sec-team .title{
    margin-bottom: .35em;
    font-size: 1.125em;
}
.sec-team .position{font-size: .875em;}
.sec-team.staff-layout-slider article .text{margin: 1.125em auto;}
.sec-team.staff-layout-slider .rgt-part{max-width: 46%;}
.sec-team.staff-layout-slider .owl-nav{
    margin: 1em 0 1em auto;
    padding: 0;
}

.sec-testimonials article{max-width: 850px;}

.sec-steps{counter-reset: index;}
.sec-steps .unit{
    position: relative;
    margin-top: 6em;
    padding: 2.875em 0 0 0;
    border-top: 1px solid var(--brand-clr-dpurple);
}
.sec-steps .unit:first-child{margin-top: 0;}
.sec-steps .unit:before{
    counter-increment: index;
    content: counters(index, '.', decimal-leading-zero);
    display: block;
    margin-bottom: .5em;
    color: var(--brand-clr-purple);
    font-size: 4em;
    line-height: 1;
}

.sec-txt-img.twi-layout-std .main-flex{position: relative;}
.sec-txt-img.twi-layout-std .txt-part{margin: 3em 0;}
.sec-txt-img.twi-layout-std .pretitle{
    position: absolute;
    top: 0;
    left: 0;
}
.sec-txt-img.twi-layout-fhi + .sec-txt-img.twi-layout-fhi{margin-top: 5px;}
/* -------------------- END: Sections -------------------- */


.alm-placeholder{margin: 2em 0 0;}
.alm-placeholder img{margin: 0;}
.ajax-load-more-wrap .alm-btn-wrap{
    margin: 0;
    padding: 0;
    text-align: left;
}
.alm-load-more-btn.done{display: none !important;}

.single-post .sec-post-cnt .txt-part{max-width: 560px;}
.single-post .sec-post-cnt .date{margin: -.15em 0 1em;}
.single-post .sec-post-cnt .metadata-divider{margin: 3em 0;}
.single-post .sec-post-cnt .author-names{margin-bottom: 1.5em;}
.single-post .sec-post-cnt .author-names .separator{margin: 0;}
.single-post .sec-post-cnt .author-images .item{flex: 0 0 80px;}
.single-job .sec-post-cnt h3{margin-top: 1.5em;}
.single-job .sec-post-cnt hr{margin: 3.5em 0;}
.single-staffer .sec-post-cnt .posts{margin-top: 2.5em;}
.single-staffer .sec-post-cnt .posts ul{padding-left: 1.125em;}
.single-staffer .sec-post-cnt .posts .title{font-size: 1.0625em;}


@media (max-width: 1200px) {
    .wp-block-separator,
    .wp-block-group__inner-container,
    .wrapper{width: 95%;}
}

@media (max-width: 1024px) {
    .h2,h2{font-size: 2em;}
    .h3,h3{font-size: 1.5em;}
    .h4,h4{font-size: 1.375em;}
    .flex.only-gte-desk-md{margin: 0 auto;}
    .flex.only-gte-desk-md > .item{
        flex-basis: 100%;
        max-width: 100%;
        margin: 0 0 2em;
    }
    .flex.only-gte-desk-md > .item:last-child{margin-bottom: 0;}
}

@media (max-width: 768px) {
    .h1,h1{font-size: 2.9375em;}
    .h3,h3{font-size: 1.3125em;}
    .h4,h4{font-size: 1.25em;}
    .h5,h5{font-size: 1.125em;}
    .h6,h6{font-size: 1em;}
    .mob-hid{display: none !important;}

    .wp-block-separator,
    .wp-block-group__inner-container,
    section > .wrapper:not(.mob-full),
    .mob-narrow{
        max-width: 600px;
        margin: 0 auto;
    }
    .wp-block-group__inner-container,
    .wrapper{
        width: 100%;
        padding-left: var(--mob-wrapper-pad-lr);
        padding-right: var(--mob-wrapper-pad-lr);
    }
    .wp-block-group__inner-container .wrapper,
    .wrapper .wrapper{
        padding-left: 0;
        padding-right: 0;
    }

    .flex.only-desk{
        row-gap: 2em;
        margin: 0 auto;
    }
    .wp-block-columns > .wp-block-column,
    .flex.only-desk > .item{
        flex-basis: 100%;
        max-width: 100%;
        margin: 0;
    }
    .wp-block-columns > .wp-block-column{flex-basis: 100% !important;}

    .form-style .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]){
        min-height: initial;
        line-height: initial;
    }

    .mob-collapse .collapse-toggle{cursor: pointer;}
    .mob-collapse .collapse-toggle:before{
        content: '\002B';
        margin-right: .5em;
        color: #fff;
    }
    .mob-collapse:not(.actv) .collapse-body{display: none;}
    .mob-collapse.actv .collapse-toggle:before{content: '\2212';}

    .mob-cst-scroll{overflow-y: auto;}
    .mob-cst-scroll::-webkit-scrollbar{width: 6px; height: 7px;}
    .mob-cst-scroll::-webkit-scrollbar-track{
        border-top: 3px solid transparent;
        border-bottom: 3px solid var(--brand-clr-cream);
    }
    .mob-cst-scroll::-webkit-scrollbar-thumb{background: var(--brand-clr-purple);}
    .mob-cst-scroll::-webkit-scrollbar-thumb:hover{background: var(--brand-clr-mpurple);}

    .hamburger{
        position: absolute;
        top: 50%;
        right: calc(var(--mob-wrapper-pad-lr) - .5em);
        z-index: 11;
        width: 2.55em;
        height: 2.55em;
        padding: .5em;
        color: var(--brand-clr-purple);
        transform: translateY(-50%);
    }
    .hamburger span{
        display: block;
        pointer-events: none;
        position: relative;
        top: 0;
        height: 2px;
        margin: 0 auto;
        background: currentColor;
        transform: rotate(0deg);
        transform-origin: center;
        transition: .3s ease-in-out;
        will-change: top, transform;
    }
    .hamburger span + span{margin-top: .4375em;}
    .hamburger:focus{
        outline: none;
        color: var(--brand-clr-lpurple);
    }
    .hamburger.actv{z-index: 100;}
    .hamburger.actv span{transition: .5s;}
    .hamburger.actv span{
        top: 6px;
        transform: rotate(-45deg);
    }
    .hamburger.actv span:last-child{
        top: -2.75px;
        transform: rotate(45deg);
    }

    .main-nav{
        display: flex;
        flex-flow: row wrap;
        visibility: hidden;
        position: absolute;
        top: 0;
        height: 100vh;
        left: 0;
        right: 0;
        z-index: 10;
        opacity: 0;
        margin: 0;
        padding: 6.25em var(--mob-wrapper-pad-lr);
        overflow-y: auto;
        background-color: var(--brand-clr-dpurple);
        color: var(--brand-clr-white);
    }
    .main-menu{
        flex: 0 0 100%;
        display: block;
        font-size: 2em;
        line-height: 1.25;
    }
    .main-menu .sub-menu{
        margin: .65em 0 1.25em;
        font-size: 65%;
    }
    .main-menu .current-menu-ancestor > a,
    .main-menu .current-menu-item > a,
    .main-menu li > a:hover{color: var(--brand-clr-purple) !important;}
    .mm-opened .main-nav{
        visibility: visible;
        opacity: 1;
    }
    .mm-opened .site-header .logo{
        position: relative;
        z-index: 11;
    }
    .mm-opened .site-header svg .st0{fill: #fff;}

    .site-header .wrapper{padding: 0 var(--mob-wrapper-pad-lr);}
    .site-header .sm-cont{
        margin-top: auto;
        padding-top: 1em;
    }
    .site-header .sm-links{color: #fff;}
    .has-opaque-header:not(.mm-opened) .hamburger{color: inherit;}
    body:not(.mm-opened) .site-header.sticky .hamburger{color: var(--brand-clr-dpurple);}
    .site-footer .main-flex{row-gap: 3.5em;}
    .site-after-footer .text p{font-size: .875em;}

    .sec-callouts .flex,
    .sec-banner .flex{row-gap: 1.5em;}
    .sec-banner .subtitle{font-size: 1.3125em;}
    .sec-banner.bn-layout-std figure{
        -webkit-mask-size: 94%;
        mask-size: 94%;
    }
    .sec-banner.bn-layout-std figure img{image-rendering: crisp-edges;}
    .sec-callouts.callouts-layout-slider .owl-dots{text-align: initial;}
    .sec-callouts.callouts-layout-slider .owl-dot:first-child{margin-left: 0;}
    .sec-contact .addresses{
        row-gap: 4em;
        margin-top: 4em;
    }
    .sec-features .main-flex{row-gap: 5em;}
    .sec-logos .rgt-part .third:only-child{
        flex-basis: 50%;
        margin-left: auto;
        margin-right: auto;
    }
    .sec-mid-banner .heading{font-size: 1.3125em;}
    .sec-post-meta{padding-bottom: 1.5em;}
    .sec-callouts .main-flex,
    .sec-posts .main-flex{
        flex-wrap: initial;
        column-gap: 16px;
        padding-bottom: 16px;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .sec-posts.mode-alm .items{row-gap: 1.75em;}
    .sec-slider article + article{margin-top: -1px;}
    .sec-slider article:first-child{margin-bottom: 3em;}
    .sec-slider .mob-collapse .heading{
        padding: 1rem 0;
        border-top: 1px solid;
        border-bottom: 1px solid;
        font-size: 1.5em;
    }
    .sec-slider .mob-collapse .text ol, .sec-slider .mob-collapse .text ul, .sec-slider .mob-collapse .text p{font-size: .75em;}
    .sec-slider .mob-collapse.actv .heading{border-bottom: none;}
    .sec-slider .owl-dots{
        position: absolute;
        top: -1.65rem;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 0 var(--mob-wrapper-pad-lr);
        font-size: .75rem;
    }
    .sec-slider .owl-nav{padding: 1em var(--mob-wrapper-pad-lr);}
    .sec-team .heading,
    .sec-steps .heading{font-size: 1.3125em;}
    .sec-team.staff-layout-slider article .text p{font-size: .75em;}
    .sec-txt-img.twi-layout-std .main-flex{padding-top: 4em;}
    .sec-txt-img.twi-layout-fhi .txt-part{row-gap: 0;}
    .sec-txt-img.twi-layout-fhi .heading{margin-left: 0;}
    .sec-txt-img.twi-layout-fhi .text{margin-top: 0;}
}

@media (max-width: 480px) {
    :root{--mob-wrapper-pad-lr: 28px;}

    .flex.only-gte-mob-md{margin: 0 auto;}
    .flex.only-gte-mob-md > .item{
        flex-basis: 100%;
        max-width: 100%;
        margin: 0 0 2em;
    }
    .flex.only-gte-mob-md > .item:last-child{margin-bottom: 0;}

    .btn{
        min-width: 15em;
        padding: 1.8em 2.5em;
        font-size: .75rem;
    }

    .site-footer .btn{
        width: 100%;
        font-size: .75rem;
    }
    .site-footer .sm-links{flex-basis: 100%;}

    .form-style [type=submit],
    section .btn{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .sec-banner .heading br{display: none;}
    .sec-slider .flex > .item{margin: 0;}
    .sec-txt-img.twi-layout-fhi figure{margin: -3em calc(-1 * var(--mob-wrapper-pad-lr)) 0 !important;}
}

@media (max-width: 375px) {
    .flex.only-gte-mob-sm{margin: 0 auto;}
    .flex.only-gte-mob-sm > .item{
        flex-basis: 100%;
        max-width: 100%;
        margin: 0 0 2em;
    }
    .flex.only-gte-mob-sm > .item:last-child{margin-bottom: 0;}
}


@media (min-width: 481px) {
    .newsletter-form{
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }
    .newsletter-form .gform_body{
        flex: 0 1 440px;
        margin-right: 1.25em;
    }
    .form-style .newsletter-form .gform_footer{margin-top: 0 !important;}

    .gte-mob-md-hid{display: none !important;}
    .sec-jobs .rgt-part{text-align: right;}
    .sec-slider .items{--item-font-size: .9375em;}
    .sec-steps .unit{padding-left: 33.333%;}
    .sec-steps .unit:before{
        position: absolute;
        top: 2.5rem;
        left: 0;
    }
    .sec-team .items{row-gap: 1.75em;}
}

@media (min-width: 621px) {
    .site-footer .rgt-part{font-size: 1em;}
}

@media (min-width: 769px) {
    .desk-hid{display: none !important;}

    .flex > .desk-third{flex-basis: 33.333%;}
    .flex > .desk-forth{flex-basis: 25%;}
    .flex.cols > .desk-third{flex-basis: 29.333%;}
    .flex.cols > .desk-forth{flex-basis: 21%;}
    .flex.small-gap{margin: -1%;}
    .flex.small-gap > .item{margin: 1%;}
    .flex.small-gap > .half{flex-basis: 48%;}
    .flex.small-gap > .desk-third{flex-basis: 31.333%;max-width: 31.333%;}
    .flex.small-gap > .desk-forth{flex-basis: 23%;}
    .flex.big-gap > .desk-third{flex-basis: 25.333%;}
    .flex.big-gap > .desk-forth{flex-basis: 17%;}
    .amk-acc-item-body ol, .amk-acc-item-body ul, .amk-acc-item-body p,
    .text ol, .text ul, .text p{font-size: 1.0625em;}
    .text.big ol, .text.big ul, .text.big p{font-size: 1.3125em;}
    .wp-block-buttons .wp-block-button,
    .text + .btn{margin-top: 1em;}

    .heading-text{margin-bottom: 2.25rem;}
    .heading + .heading-text{margin-top: -1.5rem;}

    .amk-acc .amk-acc-item-title{padding: 1.375rem 1.375rem 1.375rem 3.5rem;}
    .amk-acc .amk-acc-item-title:after{right: 1.75rem;}
    .amk-acc .amk-acc-item-body{padding: 2em 3.5rem;}

    .cs-separated .flex > .item{position: relative;}
    .cs-separated .flex > .item:after{
        content: '';
        position: absolute;
        top: 0;
        left: 104.25%;
        width: .1px;
        height: 100%;
        background: #d8d8d8;
        transform: translateX(-50%);
    }
    .cs-separated .flex.cols-4 > .item:nth-of-type(4n+4):after,
    .cs-separated .flex.cols-3 > .item:nth-of-type(3n+3):after,
    .cs-separated .flex.cols-2 > .item:nth-of-type(2n+2):after,
    .cs-separated .flex > .item:last-child:after,
    .cs-separated .flex > .item:only-child:after{content: none;}
    .cs-separated .flex > .desk-third:after{left: 107%;}
    .cs-separated .flex > .desk-forth:after{left: 109%;}

    .cst-dropdown:hover .toggle:after{width: 100%;}
    .cst-dropdown:hover .toggle em:before{content: '\f068';}
    .cst-dropdown:hover .sub-menu{display: block;}

    .owl-with-nav .owl-nav{
        padding: 0 0 4em;
        font-size: 1.25em;
    }
    .owl-with-nav .owl-nav .owl-next{margin-left: 0;}

    .card .text p{font-size: .75em;}

    .footer-menu{font-size: 3.5vw;}
    .cst-dropdown,
    .main-menu{font-size: .85rem;}
    .main-menu .toggle{
        position: absolute;
        top: 40%;
        right: 0;
        margin: 0;
        padding: 0;
        line-height: 1;
        transform: none;
    }
    .main-menu .sub-menu{
        position: absolute;
        top: 100%;
        left: -1em;
        width: 200px;
        padding: 1em;
    }
    .main-menu li:hover .sub-menu,
    .main-menu a:focus + .sub-menu,
    .main-menu a:hover + .sub-menu{display: block;}
    .main-menu > li{margin: 0 0 0 1.125em;}
    .main-menu > li > a{z-index: 1;}
    .main-menu > li > a:after{
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1;
        width: 0;
        height: 1px;
        background: currentColor;
        transition: width .6s ease;
    }
    .main-menu > .current-menu-ancestor > a:after,
    .main-menu > .current-menu-item > a:after,
    .main-menu > li > a:focus:after,
    .main-menu > li > a:hover:after{width: 100%;}
    .main-menu > .menu-item-has-children:hover .toggle em:before{content: '\f068';}
    .main-menu .sub-menu > li + li{margin-top: .25em;}
    .main-menu .sub-menu .current-menu-ancestor > a,
    .main-menu .sub-menu .current-menu-item > a,
    .main-menu .sub-menu a:hover{color: var(--brand-clr-purple) !important;}
    .site-header.sticky .main-menu .sub-menu,
    .has-opaque-header .main-menu .sub-menu{background: #fff;}

    .site-header.sticky .main-menu{font-size: 1em;}
    .site-footer .logo img{width: 70px;}
    .site-footer .main-flex{margin: 10em 0;}
    .site-footer .lft-part{flex-basis: 44% !important;}
    .site-footer .rgt-part{
        flex-basis: auto !important;
        font-size: .875em;
    }

    .admin-bar .site-header.sticky,
    .admin-bar .site-header{top: 32px;}

    section .pretitle{
        margin-bottom: 2.25em;
        font-size: 1.125em;
    }
    section.pad-quad{padding: 6em 0;}
    .sec-banner.bn-layout-std figure{
        top: -20vw;
        background-attachment: fixed;
    }
    .sec-banner.bn-layout-std .heading{
        margin-top: .25em;
        font-size: 12vmin;
    }
    .sec-banner.bn-layout-std .btn{margin-top: 4em;}
    .sec-banner.bn-layout-columns .flex{margin-top: 1.5em;}
    .sec-contact .addresses{margin-top: 6em;}
    .sec-team.staff-layout-slider .btn,
    .sec-posts .btn,
    .sec-callouts .btn{margin-top: 4em;}
    .sec-callouts.cs-std .title{font-size: 1.125em;}
    .sec-callouts.callouts-layout-slider .owl-nav{top: -6rem !important;}
    .sec-posts.mode-alm{padding-top: 3em;}
    .sec-slider{
        position: relative;
        padding: 0;
    }
    .sec-slider article{
        min-height: 400px;
        height: 100%;
        padding: 8em 0 4em;
    }
    .sec-slider article .heading-text{
        max-width: 600px;
        margin: 0 !important;
    }
    .sec-slider article.no-items{
        display: flex;
        align-items: flex-end;
    }
    .sec-slider article.layout-std .item{padding-right: 0;}
    .sec-slider .collapse-body{padding: 1.5em 0;}
    .sec-slider .controls{padding-top: 0;}
    .sec-slider .items{
        row-gap: 3em;
        margin-top: 2em;
    }
    .sec-slider .owl-dots{
        position: absolute;
        bottom: 2rem;
        left: 0;
        right: 0;
        max-width: 1370px;
        width: 95%;
        margin: 0 auto;
    }
    .sec-callouts.callouts-layout-slider .owl-nav,
    .sec-testimonials .owl-nav,
    .sec-slider .controls,
    .sec-slider .owl-nav{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        max-width: 1370px;
        margin: 0 auto;
    }
    .sec-slider .controls,
    .sec-slider .owl-nav{
        top: 2rem;
        width: 95%;
    }
    .sec-slider .control-btn{
        margin-right: 1.25em;
        font-size: 1.125em;
    }
    .sec-steps .heading{margin-top: -.25em;}
    .sec-steps .lft-part{padding-right: 4%;}
    .sec-team.staff-layout-slider .owl-carousel{display: flex;flex-flow: row wrap;}
    .sec-team.staff-layout-slider .owl-nav{
        order: -1;
        margin: 0 0 4em auto;
    }
    .sec-team.staff-layout-slider .pretitle{margin-bottom: 5rem;}
    .sec-team.staff-layout-tiles .items > .item:nth-of-type(4n+3){margin-left: auto;}
    .sec-testimonials .owl-nav button{background: #fff !important;}
    .sec-txt .heading{margin-bottom: 2.5em;}
    .sec-txt .text{
        flex: 0 0 300px;
        margin: 0 auto 0 0;
    }
    .sec-txt-img .pretitle{margin-bottom: 1.5em;}
    .sec-txt-img .heading{margin-bottom: .5em;}
    .sec-txt-img.img-pos-rgt .main-flex{flex-direction: row-reverse;}
    .sec-txt-img.twi-layout-std .txt-part{max-width: 375px;}
    .sec-txt-img.twi-layout-std.img-pos-lft .txt-part{margin-left: auto;}
    .sec-txt-img.twi-layout-std.img-pos-rgt .txt-part{margin-right: auto;}
    .sec-txt-img.twi-layout-fhi{padding: 0 !important;}
    .sec-txt-img.twi-layout-fhi figure{height: 100%;}
    .sec-txt-img.twi-layout-fhi figure.img-wrap:before{padding-top: 130%;}
    .sec-txt-img.twi-layout-fhi .wrapper{
        max-width: initial;
        width: auto;
    }
    .sec-txt-img.twi-layout-fhi .pretitle{margin-bottom: auto;}
    .sec-txt-img.twi-layout-fhi .heading{margin-top: 1em;font-size: 2em;}
    .sec-txt-img.twi-layout-fhi .btn{margin-top: 2em;}
    .sec-txt-img.twi-layout-fhi .txt-part{padding: 3em;}
    .sec-txt-img.twi-layout-fhi.img-pos-lft .txt-part{padding-left: 3%;}
    .sec-txt-img.twi-layout-fhi.img-pos-rgt .txt-part{padding-right: 3%;}
    .sec-txt-img.twi-layout-fhi_1 .txt-part{
        max-width: 600px;
        margin: 0 auto;
    }
    .sec-txt-img.twi-layout-fhi_1 .heading{
        margin-top: 0;
        margin-left: 0;
    }
}

@media (min-width: 1025px) {
    .flex > .desk-md-third{flex-basis: 33.333%;}
    .flex > .desk-md-forth{flex-basis: 25%;}
    .flex.cols > .desk-md-third{flex-basis: 29.333%;}
    .flex.cols > .desk-md-forth{flex-basis: 21%;}
    .amk-acc-item-body p,
    .text p{margin-bottom: 1.25em;}
    .text.big ol, .text.big ul, .text.big p{
        font-size: 3em;
        line-height: 1.25;
    }
    .wp-block-button__link,
    .form-style [type=submit],
    .btn{
        min-width: 21em;
        padding: 1.25em 1.5em;
    }
    .link{font-size: 1rem;}

    .amk-acc .amk-acc-item-title{font-size: 3em;}

    .form-style .gform_fields{font-size: 1.125rem;}
    .form-style .gform_confirmation_message{font-size: 1.5em;}

    .card .text p{font-size: .9375em;}

    .cst-dropdown,
    .main-menu{font-size: 1.125rem;}
    .cst-dropdown .sub-menu,
    .main-menu .sub-menu{width: 240px;}

    .site-footer .rgt-part{font-size: 1.0625em;}

    .heading-text{margin-bottom: 3rem;}
    section{padding: 4em 0;}
    section.pad-plus{padding: 5.75em 0;}
    section.pad-dbl{padding: 7.25em 0;}
    section.pad-quad{padding: 8.5em 0;}
    section .btn-cont:not(:first-child){margin-top: 3rem;}
    .sec-banner.bn-layout-std figure{
        left: 30%;
        width: 80%;
    }
    .sec-banner.bn-layout-std .heading{margin-top: 0;}
    .sec-contact .addresses{margin-top: 8.5em;}
    .sec-mid-banner .text + .btn{margin-top: 1.75em;}
    .sec-post-meta .heading{font-size: 3em;}
    .sec-slider article{
        min-height: 90vh;
        padding: 12em 0 5.75em;
    }
    .sec-slider .items{
        --item-font-size: 1.125em;
        margin-top: 5.5em;
    }
    .sec-slider article.layout-steps .item{padding-top: calc(var(--item-font-size) * 3.65 + 2.875em);}
    .sec-slider article.layout-std .item{padding-top: 1.25em;}
    .sec-slider .owl-dots{bottom: 5.75em;}
    .sec-slider .controls,
    .sec-slider .owl-nav{top: 4rem;}
    .sec-team.staff-layout-slider figure,
    .sec-team.staff-layout-tiles figure{margin-bottom: 1.75em;}
    .sec-posts.mode-alm .title,
    .sec-team.staff-layout-tiles .title{font-size: 1.6875em;}
    .sec-team.staff-layout-tiles .position{font-size: 1.0625em;}
    .sec-testimonials .pretitle{margin-bottom: 8em;}
}

@media (min-width: 1201px) {
    .footer-menu{font-size: 3em;}
    .site-header .logo img,
    .site-header .logo svg{width: 248px;}
    .site-header.sticky .logo img,
    .site-header.sticky .logo svg{width: 190px;}
    .sec-txt .heading,
    .sec-slider .heading,
    .sec-post-meta .heading,
    .amk-acc .amk-acc-item-title,
    .site-footer .lft-part .title{
        font-size: 4em;
        line-height: 1.11;
    }

    .amk-acc .amk-acc-item{padding: 5em 0;}
    .amk-acc .amk-acc-item-body,
    .amk-acc .amk-acc-item-title{padding-left: 8rem;}

    .card{padding: 2em;}
    .card .title{font-size: 2.25em;}

    .sec-banner.pad-quad{padding: 12em 0;}
    .sec-banner.bn-layout-std figure{top: -22em;}
    .sec-banner.bn-layout-columns .text{margin: 3.5em 0;}
    .sec-mid-banner.pad-quad{padding: 10em 0;}
    .sec-post-meta .metadata{font-size: 1.6875em;}
    .sec-steps .unit:before{font-size: 5.625em;}
    .sec-txt .heading{margin-left: -.075em;}
    .sec-txt-img.twi-layout-fhi .heading{font-size: 3em;}
}

@media (min-width: 1401px) {
    .sec-txt .heading,
    .sec-slider .heading,
    .sec-post-meta .heading,
    .amk-acc .amk-acc-item-title,
    .site-footer .lft-part .title{font-size: 5.625em;}
    .site-footer .lft-part{flex-basis: 50% !important;}
    .card .title{font-size: 3em;}

    .sec-banner.bn-layout-std .heading{font-size: 14vmin;}
    .sec-txt-img.twi-layout-fhi figure.img-wrap:before{padding-top: 115%;}
}

@media (min-width: 621px) and (max-width: 768px) {
    .sec-callouts.callouts-layout-grid article{max-width: 400px !important;}
}

@media (min-width: 621px) and (max-width: 768px) {
    .card .title{font-size: 2em;}
}

@media (min-width: 769px) and (max-width: 1024px) {
    .card .title{font-size: 1.25em;}
}

@media (min-width: 769px) and (max-width: 1800px) {
    .main-menu > li:nth-last-child(2) > .sub-menu,
    .main-menu > li:last-child > .sub-menu{
        left: auto;
        right: 0;
    }
}


/* WP-Block-Columns fix */
@media (min-width: 600px) and (max-width: 781px) {
    .wp-block-columns.is-not-stacked-on-mobile,
    .wp-block-columns:not(.is-not-stacked-on-mobile){margin: 0 !important;}
    .wp-block-columns.is-not-stacked-on-mobile > .wp-block-column:not(:only-child),
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child){flex-basis: 100% !important;}
}
@media (min-width: 769px) {
    .wp-block-columns{gap: initial !important;}
}
@media (min-width: 782px) {
    .wp-block-columns.cols > .wp-block-column:not(:first-child){margin-left: 2%;}
    .wp-block-columns.small-gap .wp-block-column:not(:first-child){margin-left: 1%;}
    .wp-block-columns.big-gap .wp-block-column:not(:first-child){margin-left: 4%;}
}
/* END: WP-Block-Columns fix */
