/**
 * Theme Name: Highland Copper
 * Author: Highland Copper
 * Text Domain: copper
 */

/*@font-face {
    font-family: 'PolySans';
    src: url('assets/fonts/PolySans-Bulky.woff2') format('woff2'), url('assets/fonts/PolySans-Bulky.woff') format('woff');
    font-display: swap;
    font-weight: 700;
    font-style: normal;
}*/
@font-face {
    font-family: 'PolySans';
    src: url('assets/fonts/PolySans-Median.woff2') format('woff2'), url('assets/fonts/PolySans-Median.woff') format('woff');
    font-display: swap;
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'PolySans';
    src: url('assets/fonts/PolySans-Neutral.woff2') format('woff2'), url('assets/fonts/PolySans-Neutral.woff') format('woff');
    font-display: swap;
    font-weight: normal;
    font-style: normal;
}
/*@font-face {
    font-family: 'PolySans';
    src: url('assets/fonts/PolySans-NeutralItalic.woff2') format('woff2'), url('assets/fonts/PolySans-NeutralItalic.woff') format('woff');
    font-display: swap;
    font-weight: normal;
    font-style: italic;
}*/
@font-face {
    font-family: 'PolySans';
    src: url('assets/fonts/PolySans-Slim.woff2') format('woff2'), url('assets/fonts/PolySans-Slim.woff') format('woff');
    font-display: swap;
    font-weight: 300;
    font-style: normal;
}

:root{
    --mob-wrapper-pad-lr: 40px;
    --brand-clr-black: hsl(0, 0%, 20%);
    --brand-clr-white: hsl(0, 0%, 100%);
    --brand-clr-brown: #B87C62;
    --brand-clr-dbrown: #383430;
    --brand-clr-cream: #F7F3F1;
    --brand-clr-lgray: #979797;
    --brand-clr-green: #2b6559;
    --font-body: 'PolySans', sans-serif;
    --font-heading: 'PolySans', sans-serif;
}

*,
*:before,
*:after{box-sizing: border-box;}
html{-webkit-overflow-scrolling: touch !important;}
body{
    margin: 0;
    color: var(--brand-clr-dbrown);
    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-green);
    transition: color .3s, background-color .3s;
}
a:hover{color: var(--brand-clr-brown);}
h1,h2,h3,h4,h5,h6{
    margin: .67em 0;
    font-family: var(--font-heading);
    font-weight: 500;
    line-height: 1.2;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color: inherit;}
.h1,h1{font-size: 2.25em;}
.h2,h2{font-size: 2em;}
.h3,h3{font-size: 1.5em;}
.h4,h4{font-size: 1.25em;line-height: 1.3;}
.form-style .gsection_title,
.h5,h5{font-size: 1.125em;line-height: 1.4;}
.h6,h6{font-size: 1em;line-height: 1.4;}
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: 500;
    font-size: .875rem;
}
.wp-block-separator,
hr{
    margin: 0;
    padding: 0;
    border: none;
    border-top: 1px solid var(--brand-clr-dbrown);
}
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-dbrown);}
address{font-style: normal;}

.sub-menu,.menu,ol.no-style,ul.no-style{
    list-style: none;
    margin: 0;
    padding: 0;
}
.hid-empty:empty,.hid{display: none !important;}
.no-ovfl{overflow: hidden !important;}
.has-2-cols-content{columns: 2;}
.has-3-cols-content{columns: 3;}
.upc{text-transform: uppercase;}
.txt-l{text-align: left;}
.align-text-center,.align-center,.txt-c{text-align: center;}
.align-text-right,.align-right,.txt-r{text-align: right;}
.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;}
.amk-acc-item-body li::marker,
.text li::marker,
.link:after,
.fa-pseudo:after,
.fa-pseudo:before{
    text-rendering: auto;
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    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: 1310px;
    width: 90%;
    margin: 0 auto;
}
.wrapper.mini{max-width: 700px;}
.wrapper.smaller{max-width: 800px;}
.wrapper.small{max-width: 900px;}
.wrapper.medium-small{max-width: 1000px;}
.wrapper.medium{max-width: 1100px;}
.wrapper.big{max-width: 1400px;}
.wrapper.bigger{max-width: 1680px;}
.wrapper.full{max-width: initial;width: 100%;}
.wp-block-group__inner-container .wp-block-separator,
.wrapper .wp-block-separator,
.wp-block-group__inner-container .wrapper,
.wrapper:not(.full) .wrapper{width: auto;}

.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.medium-gap{margin: -2.5%;}
.flex.medium-gap > .item{margin: 2.5%;}
.flex.medium-gap > .half{flex-basis: 45%;}
.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.hd{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 > .icon{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.img-wrap.fixed-ratio.hd:before{padding-top: 56.25%;}
.img-wrap.fixed-ratio.md:before{padding-top: 67%;}
.img-wrap.fixed-ratio.sd:before{padding-top: 72%;}
.img-wrap.fixed-ratio.square:before{padding-top: 100%;}
.img-wrap.fixed-ratio.portrait:before{padding-top: 115%;}
.img-wrap.fixed-ratio.portrait > img{object-position: 50% 25%;}
a.img-wrap:not(.flex){display: block;}
figure.img-wrap:not(.contain):not(.icon-wrap){background-color: var(--brand-clr-lgray);}

.text{
    margin: 1.5em auto;
    font-size: 1rem;
    line-height: 1.5;
    word-break: break-word;
}
.amk-acc-item-body :first-child:not(.item):not(.wp-block-button),
.text :first-child:not(.item):not(.wp-block-button),
.text:first-child{margin-top: 0 !important;}
.amk-acc-item-body :last-child:not(.item):not(.wp-block-button),
.text :last-child:not(.item):not(.wp-block-button),
.text:last-child{margin-bottom: 0 !important;}
.text h2,
.text h1{margin: .75em auto .375em;}
.text h6,
.text h5,
.text h4,
.text h3{margin: 1.25em auto .5em;}
.amk-acc-item-body p,
.text p{margin-bottom: 1em;}
.amk-acc-item-body ol, .amk-acc-item-body ul, .amk-acc-item-body p,
.text ol, .text ul, .text p{font-size: .875em;}
.text p.small{font-size: .75em !important;}
.amk-acc-item-body ol, .amk-acc-item-body ul,
.text ol, .text ul{
    margin: 1em 0;
    padding-left: 2em;
}
.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::marker,
.text li::marker{
    content: '\f061      ';
    color: var(--brand-clr-green);
    font-size: .75em;
}
.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-green);}
.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 .alignleft{
    float: left;
    max-width: 30%;
    margin: 0 1em 1em 0;
}
.text .alignright{
    float: right;
    max-width: 30%;
    margin: 0 0 1em 1em;
}

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

.alm-filters li.actv button,
.wp-block-button__link,
.button,
.btn{
    display: inline-block;
    min-width: 7em;
    padding: .75em 1.5em;
    border: 1px solid var(--brand-clr-green);
    border-radius: 2em;
    background: transparent;
    text-align: center;
    color: var(--brand-clr-green);
    font: .9375rem/1.5 var(--font-heading);
    cursor: pointer;
    transition: .3s;
}
.wp-block-button__link:active,
.wp-block-button__link:visited{color: var(--brand-clr-green);}
.sec-news-articles.mode-alm .actv .filter-btn.all,
.alm-filters li.actv button,
.wp-block-button__link:focus, .wp-block-button__link:hover,
.button:focus, .button:hover,
.btn:focus, .btn:hover{
    outline: none;
    background: var(--brand-clr-green);
    color: var(--brand-clr-white);
}

.link{
    display: inline-block;
    color: var(--brand-clr-green);
    font: .875rem/1.57 var(--font-heading);
    cursor: pointer;
}
.link:focus,
.link:hover{color: var(--brand-clr-brown);}
.link:after{
    content: '\f061';
    margin-left: .75em;
    font-size: .75em;
}
.link.tel-link:after,
.link.email-link:after{display: none;}

.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{outline: none;}
.main-menu .toggle *{pointer-events: none;}
.main-menu li.opened > .sub-menu{display: block;}
.main-menu li.opened .toggle em:before{content: '\f068';}

.footer-menu{
    font-size: 1.625em;
    line-height: 1.2;
}
.footer-menu a{color: inherit !important;}
.footer-menu .current-menu-item > a,
.footer-menu a:focus,
.footer-menu a:hover{opacity: .3;}
.footer-menu li + li{margin-top: .5em;}

.footer-terms-menu li:not(:last-child){display: flex;}
.footer-terms-menu li:not(:last-child):after{
    content: '|';
    display: inline-block;
    margin: 0 1em;
}
.footer-terms-menu a{text-decoration: underline;}
.footer-terms-menu .current-menu-item > a{color: var(--brand-clr-brown) !important;}

.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: 125px;
    height: auto;
}
.site-header .stock-ticker{
    margin-bottom: 1em;
    font-size: .875em;
}
.site-header.sticky{
    position: fixed;
    top: -50%;
    padding: 1em 0;
    opacity: 0;
    background: var(--brand-clr-white);
    color: var(--brand-clr-green) !important;
}
.site-header.sticky:not(.actv){
    visibility: hidden;
    pointer-events: none;
}
.site-header.sticky.actv{
    top: 0;
    opacity: 1;
    transition: .3s ease-out;
}
.site-header.sticky .stock-ticker{
    margin-bottom: .625em;
    font-size: .6875em;
}

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

.site-footer{
    padding: 2.5em 0;
    background: var(--brand-clr-green);
    color: var(--brand-clr-white);
}
.site-footer a:not(.btn){
    color: inherit !important;
    font-size: 1em;
}
.site-footer a:focus,
.site-footer a:hover{opacity: .3;}
.site-footer .btn{
    min-width: initial;
    border-color: var(--brand-clr-white);
    color: var(--brand-clr-white);
}
.site-footer .btn:focus,
.site-footer .btn:hover{
    opacity: 1;
    background: var(--brand-clr-white);
    color: var(--brand-clr-green);
}
.site-footer .logo{display: block;}
.site-footer .title{
    margin: 0 0 .225em;
    font-weight: 400;
    font-size: 2.5em;
    line-height: 1.036;
}
.site-footer .subtitle{margin-bottom: 3.5em;}
.site-footer .slogan p{font-size: 1.125em;}
.site-footer .sm-links{
    color: inherit;
    font-size: 3.5em;
}
.site-footer address + address,
.site-footer .slogan,
.site-footer .addresses{margin-top: 2.5em;}
.site-footer .addresses h3{
    font-weight: 500;
    font-size: 1em;
}
.site-footer .main-flex{
    column-gap: 6%;
    row-gap: 3.375em !important;
}
.site-footer .bottom{
    margin-top: 3em;
    padding-top: 2em;
    border-top: 1px solid rgba(255,255,255,.5);
    font-size: .875rem;
}

.site-content{min-height: 500px;}

.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: .75em !important;
    border: 1px solid var(--brand-clr-dbrown);
    background: var(--brand-clr-white);
    outline: none;
    color: var(--brand-clr-dbrown);
    font: inherit !important;
    font-weight: 400 !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;}

.form-style .gform_wrapper [type=submit]{margin-bottom: 0 !important;}
.form-style .gform_wrapper .gform_footer{
    margin-top: 0 !important;
    padding: 0 !important;
}
.form-style .gform_wrapper .gfield--type-captcha > .gfield_label,
.form-style .gform_wrapper .gform_required_legend,
.form-style .gform_wrapper .gform_validation_errors{display: none;}
.form-style .gform_wrapper .validation_message{
    margin: .5em 0 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
    font-size: .875em !important;
}
.form-style .gform_wrapper .validation_message,
.form-style .gform_wrapper .gfield_required,
.form-style .gform_wrapper .gfield_error legend,
.form-style .gform_wrapper .gfield_error label,
.form-style .gform_wrapper .gfield_error [aria-invalid=true]{color: #f00 !important;}
.form-style .gform_wrapper .gfield_error [aria-invalid=true]{border: 2px solid #f00 !important;}
.form-style .gform_confirmation_message{
    font-weight: 600;
    font-size: 1.25em;
}
.form-style .gsection_description{padding: 0 !important;}
.form-style .gform_wrapper.gravity-theme .gform_fields{grid-gap: 1em;}

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;
}
.grecaptcha-badge{visibility: hidden;}
/* -------------------- END: Form styling -------------------- */


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

.owl-with-dots .owl-dot > span:empty{display: none;}
.owl-with-dots.owl-carousel button.owl-dot{
    display: inline-block;
    width: .5em;
    height: .5em;
    margin: 0 .28125em;
    border-radius: 50%;
    vertical-align: middle;
    background: currentColor;
    color: rgba(43,101,89,.25);
}
.owl-with-dots button.owl-dot.active,
.owl-with-dots button.owl-dot:focus{
    outline: none;
    color: var(--brand-clr-green);
}
.owl-with-dots.owl-carousel button.owl-dot:first-child{margin-left: 0;}
.owl-with-dots.owl-carousel button.owl-dot:last-child{margin-right: 0;}

.owl-with-nav .owl-nav{text-align: right;}
.single-staffer .pagination .item a,
.owl-with-nav .owl-nav button{
    width: 3em;
    height: 3em;
    border: 1px solid var(--brand-clr-green) !important;
    border-radius: 50%;
    color: var(--brand-clr-green) !important;
    line-height: 2em;
}
.single-staffer .pagination .item a:focus,
.single-staffer .pagination .item a:hover,
.owl-with-nav .owl-nav button:focus,
.owl-with-nav .owl-nav button:hover{
    outline: none;
    background: var(--brand-clr-green);
    color: var(--brand-clr-white) !important;
}
.single-staffer .pagination .next,
.owl-with-nav .owl-nav .owl-next{margin: 0 0 0 1.375em;}
.owl-with-nav .owl-nav > .disabled{color: #e0eaf1!important;}
/* -------------------- END: Owl Carousel styling -------------------- */


/* -------------------- Custom Elements -------------------- */
.amk-acc .amk-acc-item,
.anim--fade-in{
    opacity: 0;
    transition: opacity .6s ease-in-out;
}
.amk-acc .amk-acc-item:not(.animating):not(.animated),
.anim--fade-in:not(.animating):not(.animated){
    visibility: hidden;
    pointer-events: none;
    will-change: opacity;
}
.anim--fade-in:is(.animating, .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;}

.anim--fade-in.title,
.anim--fade-in.heading,
.anim--fade-in.trans-delay-1{transition-delay: .15s;}
.anim--fade-in.subtitle,
.anim--fade-in.subheading,
.anim--fade-in.trans-delay-2{transition-delay: .2s;}
.anim--fade-in.text,
.anim--fade-in.trans-delay-3{transition-delay: .25s;}
.anim--fade-in.link:not(.animated),
.anim--fade-in.btn:not(.animated),
.anim--fade-in.trans-delay-4{transition-delay: .35s;}
.anim--fade-in.trans-delay-5{transition-delay: .45s;}
.anim--fade-in.link.animated,
.anim--fade-in.btn.animated{transition: color .2s, background-color .2s, border-color .2s;}
.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;}
.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;}
.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;}
.sec-jobs .unit:nth-of-type(4n+4),
.cols-4 .item:nth-of-type(4n+4){transition-delay: .7s;}

.anim--title-typing--segmented .heading span:not(.animating):not(.animated){opacity: 0;}

.wp-block-separator,
.wp-block-media-text > *,
.wp-block-cover{opacity: 0;}

.amk-acc .amk-acc-item{border-color: var(--brand-clr-dbrown);}
.amk-acc .amk-acc-item:nth-of-type(20n+1){transition-delay: .1s;}
.amk-acc .amk-acc-item:nth-of-type(20n+2){transition-delay: .12s;}
.amk-acc .amk-acc-item:nth-of-type(20n+3){transition-delay: .14s;}
.amk-acc .amk-acc-item:nth-of-type(20n+4){transition-delay: .16s;}
.amk-acc .amk-acc-item:nth-of-type(20n+5){transition-delay: .18s;}
.amk-acc .amk-acc-item:nth-of-type(20n+6){transition-delay: .2s;}
.amk-acc .amk-acc-item:nth-of-type(20n+7){transition-delay: .22s;}
.amk-acc .amk-acc-item:nth-of-type(20n+8){transition-delay: .24s;}
.amk-acc .amk-acc-item:nth-of-type(20n+9){transition-delay: .26s;}
.amk-acc .amk-acc-item:nth-of-type(20n+10){transition-delay: .28s;}
.amk-acc .amk-acc-item:nth-of-type(20n+11){transition-delay: .3s;}
.amk-acc .amk-acc-item:nth-of-type(20n+12){transition-delay: .32s;}
.amk-acc .amk-acc-item:nth-of-type(20n+13){transition-delay: .34s;}
.amk-acc .amk-acc-item:nth-of-type(20n+14){transition-delay: .36s;}
.amk-acc .amk-acc-item:nth-of-type(20n+15){transition-delay: .38s;}
.amk-acc .amk-acc-item:nth-of-type(20n+16){transition-delay: .4s;}
.amk-acc .amk-acc-item:nth-of-type(20n+17){transition-delay: .42s;}
.amk-acc .amk-acc-item:nth-of-type(20n+18){transition-delay: .44s;}
.amk-acc .amk-acc-item:nth-of-type(20n+19){transition-delay: .46s;}
.amk-acc .amk-acc-item:nth-of-type(20n+20){transition-delay: .48s;}
.amk-acc .amk-acc-item-title{
    padding: 1.25rem 2.75rem 1.25rem 0;
    font-size: .875em;
}
.amk-acc .amk-acc-item-title:after{
    content: '\002B';
    padding: .5em .25em;
    font: 2.25em/.625 sans-serif;
    transform: translateY(-50%);
}
.amk-acc .amk-acc-item-body{
    max-width: 800px;
    padding: 0 0 1.375em;
}
.amk-acc .amk-acc-item.actv > .amk-acc-item-title:after{content: '\2212';}

.has-dark-bg .title.has-icon i,
.has-dark-bg a:not(.btn),
.has-dark-bg{color: var(--brand-clr-white);}
.has-dark-bg a:not(.btn):not(.link){text-decoration: underline;}
.has-dark-bg .btn{
    border-color: var(--brand-clr-white);
    color: var(--brand-clr-white);
}
.has-dark-bg .btn:focus,
.has-dark-bg .btn:hover{
    background: var(--brand-clr-white);
    color: var(--brand-clr-green);
}
.has-dark-bg textarea,
.has-dark-bg select,
.has-dark-bg input:not([type=checkbox]):not([type=radio]):not([type=submit]):not(.no-form-style){border-color: var(--brand-clr-white);}

.heading{margin: 0 auto .5em;}
.heading-text{margin-bottom: 3em;}

.sm-links{
    display: flex;
    color: var(--brand-clr-green);
    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-brown);
}
.sm-links em{
    vertical-align: .2em;
    font-size: .6em;
}

.style-slider .owl-nav{font-size: .75em;}

.title.has-icon i{
    display: block;
    margin-bottom: .375em;
    color: var(--brand-clr-brown);
    font-size: 1.875em;
}
/* -------------------- END: Custom Elements -------------------- */


/* -------------------- Sections -------------------- */
section{padding: 4em 0;}
section.pad-quad,
section.pad-dbl,
section.pad-plus{padding: 5em 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;}

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-green);}
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:not(.has-dark-bg) [type=submit]{
    background: var(--brand-clr-green);
    color: var(--brand-clr-white);
}
section:not(.has-dark-bg) [type=submit]:focus,
section:not(.has-dark-bg) [type=submit]:hover{
    background: none;
    color: var(--brand-clr-green);
}

.sec-banner{position: relative;}
.sec-banner .main-figure{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sec-banner .wrapper{column-gap: 2em;}
.sec-banner .heading{margin: 0;}
.sec-banner .icon-arrow{
    flex: 0 0 2em;
    margin: 0;
}
.sec-banner.has-bg-img{min-height: 100vh;}

.sec-banner-slider{
    position: relative;
    overflow: hidden;
}
.sec-banner-slider .wrapper{
    position: relative;
    z-index: 1;
}
.sec-banner-slider .heading{
    margin-bottom: 2rem;
    font-size: 10.75vw;
}
.sec-banner-slider .heading span{
    display: block;
    color: inherit;
}
.sec-banner-slider .heading ins{
    opacity: 0;
    text-decoration: none;
    transition: opacity .5s ease-out;
}
.sec-banner-slider .heading ins.actv{opacity: .2;}
.sec-banner-slider .heading span:first-child ins:where(:nth-last-child(1), :nth-last-child(2), :nth-last-child(3), :nth-last-child(4), :nth-last-child(5)){opacity: .9375;}
.sec-banner-slider .heading span:nth-child(2) ins:where(:nth-last-child(1), :nth-last-child(2), :nth-last-child(3), :nth-last-child(4), :nth-last-child(5), :nth-last-child(6)){opacity: .9375;}
.sec-banner-slider .heading span:nth-child(3) ins:where(:nth-last-child(1), :nth-last-child(2), :nth-last-child(3), :nth-last-child(4)){opacity: .9375;}
.sec-banner-slider .icon-arrow{
    width: 2em;
    margin: 0 0 -1.5em;
    transition-delay: 3s;
}
.sec-banner .icon-arrow:where(.animating,.animated),
.sec-banner-slider .icon-arrow:where(.animating,.animated){opacity: .2;}
.sec-banner-slider .bg-img,
.sec-banner-slider .owl-carousel{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sec-banner-slider .img-cont,
.sec-banner-slider .owl-item,
.sec-banner-slider .owl-stage,
.sec-banner-slider .owl-stage-outer{height: 100%;}
.sec-banner-slider .owl-dots{
    position: absolute;
    bottom: 2em;
    left: 50%;
    transform: translateX(-50%);
}
.sec-banner-slider .owl-dot{background: rgba(255,255,255,.2) !important;}
.sec-banner-slider .owl-dot.active,
.sec-banner-slider .owl-dot:focus{background: rgba(255,255,255,.75) !important;}
.sec-banner-slider.has-bg-img{min-height: 100vh;}

.sec-jobs .heading{margin-bottom: 2em;}
.sec-jobs .unit{
    padding: 1.25em;
    border: 1px solid var(--brand-clr-green);
}
.sec-jobs .unit + .unit{margin-top: 2em;}
.sec-jobs .title{margin: 0;}
.sec-jobs .title-cont{
    column-gap: 1em;
    row-gap: .5em;
}
.sec-jobs .category{
    padding: .275em .5em;
    background: var(--brand-clr-cream);
    font-weight: 600;
    font-size: .75em;
}
.sec-jobs .more-info{column-gap: 1.25em;}
.sec-jobs .metadata{
    column-gap: 1.5em;
    row-gap: .5em;
    color: var(--brand-clr-green);
    font-size: .875em;
}
.sec-jobs .metadata em{margin-right: .25em;}
.sec-jobs .alm-results-text{display: none;}

.sec-callouts article p:not(:last-child){margin-bottom: .75em;}
.sec-callouts figure{margin-bottom: 2em;}
.sec-callouts .icon-wrap{
    height: 38px;
    margin-bottom: 0;
}
.sec-callouts .heading{margin-bottom: 1.5em;}

.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-newsletter-form form{display: flex;}
.sec-newsletter-form .gform_wrapper{
    display: flex;
    flex-flow: column-reverse;
}
.sec-newsletter-form .gform_wrapper .gform_body{flex: 1;}
.sec-newsletter-form .gform_wrapper .gform_footer{
    margin: 0 0 0 1em !important;
    padding: 0 !important;
}
.sec-newsletter-form .gform_description{
    margin-top: 1.5em;
    font-size: .75em;
}
.sec-newsletter-form .gform_fields{display: initial !important;}

.sec-news-articles figure{margin-bottom: 1.5em;}
.sec-news-articles .heading{margin: 0;}
.sec-news-articles .title{margin-top: 0;}
.sec-news-articles .date{
    margin-bottom: .5rem;
    font-size: .875em;
}
.sec-news-articles .main-flex{
    column-gap: 3em;
    row-gap: 1em;
    margin: 0 0 2em;
}
.sec-news-articles .main-flex .link{margin-bottom: .25em;}
.sec-news-articles.mode-alm .alm-filters{margin-bottom: 3em;}
.sec-news-articles.mode-alm .filter-btn.all{
    border-color: var(--brand-clr-green);
    text-decoration: none;
}
.sec-news-articles.mode-alm .filter-btn.lang-btn{
    min-width: 4.5em;
    padding: .75em;
    border-color: var(--brand-clr-green);
    text-decoration: none;
}
.sec-news-articles.mode-alm .filter-btn.year-btn{
    min-width: initial;
    padding: 0;
    border: none;
    background: none;
}
.sec-news-articles.mode-alm .actv .filter-btn.year-btn{
    color: var(--brand-clr-green);
    font-weight: 500;
}
.sec-news-articles.mode-alm .items{row-gap: 3em;}
.sec-news-articles.mode-alm .link{color: var(--brand-clr-green);}

.sec-post-banner{min-height: 300px;}
.sec-post-banner .heading{
    max-width: 790px;
    margin-left: 0;
}

.sec-post-cnt .img-part{max-width: 440px;}
.sec-post-cnt .sm-links{
    margin-top: .8125em;
}
.sec-post-cnt .sm-links a:focus,
.sec-post-cnt .sm-links a:hover{color: var(--brand-clr-green);}

.sec-post-meta .breadcrumbs{text-transform: capitalize;}
.sec-post-meta .breadcrumbs em{margin: 0 .25em;}

.sec-projects figure{margin-bottom: 2em;}
.sec-projects figure .status{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: .5em 1.25em;
    background: var(--brand-clr-green);
    color: var(--brand-clr-white);
    font-size: .875em;
}
.sec-projects article .title{margin-bottom: .5em;}
.sec-projects article .text{margin-top: 1em;}
.sec-projects .heading-text{
    max-width: 1000px;
    margin-left: 0;
}

.sec-slider .owl-dots{
    margin-top: 2.5em;
    text-align: center;
}

.sec-staffer-meta .heading{margin-bottom: .375em;}
.sec-staffer-meta .sm-links{font-size: 3rem;}

.sec-team figure{margin-bottom: 1.5em;}
.sec-team .heading{margin-bottom: 1.75em;}
.sec-team .items{row-gap: 2.5em !important;}
.sec-team .title{margin-bottom: .25em;}
.sec-team .position{font-size: .75em;}

.sec-testimonial figure{
    overflow: hidden;
    width: 125px;
    border-radius: 50%;
}
.sec-testimonial .lft-part{
    column-gap: 1.125em;
    row-gap: 1.125em;
}
.sec-testimonial .author{margin: 0;}

.sec-txt .subheading{
    font-weight: 400;
    font-size: 1.125em;
}
.sec-txt .subheading span{font-weight: 500;}

.sec-txt-gallery .owl-carousel{max-width: 46%;}
.sec-txt-gallery .owl-carousel.owl-loaded{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.sec-txt-gallery .owl-stage-outer{
    flex-basis: 100%;
    margin-bottom: 2.5em;
}
.sec-txt-gallery .owl-nav{
    order: 1;
    margin-left: auto;
}

.sec-txt-img .text .flex{margin-top: 0;}
.sec-txt-img .text .flex p{font-size: .75em;}

.sec-tpl-basic-layout .page-title{margin-bottom: 5rem;}
/* -------------------- END: Sections -------------------- */


.alm-placeholder{margin: 2em 0 0;}
.alm-placeholder img{margin: 0;}
.alm-filters.filters{
    column-gap: 1em;
    margin-bottom: 2em;
}
.alm-filters button{
    padding: .75em 0;
    border: 1px solid transparent;
    border-radius: 2em;
    transition: none !important;
}
.alm-filters li:not(.actv) button:where(:focus,:hover){
    outline: none;
    text-decoration: underline;
}
.ajax-load-more-wrap .alm-btn-wrap{
    margin: 0;
    padding: 0;
    text-align: left;
}
.alm-load-more-btn{margin-top: 4rem;}
.alm-load-more-btn.done{display: none !important;}

.single-staffer .pagination .item a{
    display: flex;
    align-items: center;
    justify-content: center;
}

.wp-block-amg-wrapper > .wrapper > p:not(:last-child){margin-bottom: 1em;}
.wp-block-amg-wrapper > .wrapper > p.has-small-font-size{font-size: .875em;}

.wp-block-cover{
    padding: 0;
    color: var(--brand-clr-dbrown);
}
.wp-block-cover .wp-block-cover__inner-container{
    max-width: 1310px;
    width: 90% !important;
    margin: 0 auto !important;
}

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

.wp-block-media-text{
    grid-template-columns: 1fr 1fr !important;
    grid-column-gap: 8%;
    grid-row-gap: 2.5em;
}
.wp-block-media-text .wp-block-media-text__media{position: relative;}
.wp-block-media-text .wp-block-media-text__media:before{content: ''; display: block; padding-top: 100%;}
.wp-block-media-text .wp-block-media-text__media > img{position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
.wp-block-media-text .wp-block-media-text__content{padding: 0;}
.wp-block-media-text .wp-block-amg-accordion{margin-top: 2.5em;}

@media (max-width: 1400px) {
    .style-slider .owl-stage-outer{margin-right: -30vw;}
}

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

    .wp-block-cover .wp-block-cover__inner-container{width: 95% !important;}
}

@media (max-width: 1024px) {
    .lt-desk-md-hid{display: none !important;}
    .flex.only-gte-desk-md{
        row-gap: 2em;
        margin: 0 auto;
    }
    .flex.only-gte-desk-md > .item{
        flex-basis: 100%;
        max-width: 100%;
        margin: 0;
    }

    .main-menu .btn{font-size: 1em;}
    .site-footer .bottom{row-gap: 1em;}
    .site-footer .addresses h3,
    .site-footer .addresses p{font-size: .875em;}
    .footer-terms-menu,
    .site-footer .copyright{margin-right: .5em;font-size: .875em;}
    .site-footer .sm-links{flex-basis: 100%;}
}

@media (max-width: 768px) {
    .mob-hid{display: none !important;}

    .wp-block-separator,
    .wp-block-cover .wp-block-cover__inner-container,
    .wp-block-group__inner-container,
    section > .wrapper:not(.mob-full),
    .mob-narrow{
        max-width: 600px;
        margin: 0 auto;
    }
    .wp-block-cover .wp-block-cover__inner-container,
    .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;
    }

    .hamburger{
        position: absolute;
        top: 50%;
        right: calc(var(--mob-wrapper-pad-lr) - .5em);
        z-index: 11;
        width: 2.55em;
        height: 2.55em;
        color: var(--brand-clr-green);
        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;}
    .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;
        opacity: 0;
        margin: 0;
        padding: 6.25em 0;
        overflow-y: auto;
        background: var(--brand-clr-green);
        color: var(--brand-clr-white);
    }
    .main-menu{
        flex: 0 0 100%;
        display: block;
        position: relative;
        z-index: 101;
        padding: 1em var(--mob-wrapper-pad-lr) 0;
        border-top: 1px solid var(--brand-clr-white);
        background: inherit;
        font-size: 2.5em;
        line-height: 1.25;
    }
    .main-menu .btn{
        min-width: initial;
        text-align: initial;
    }
    .main-menu .sub-menu{
        margin: .65em 0 1.25em;
        font-size: 65%;
    }
    .main-menu .toggle{
        padding: 0 .75em;
        font-size: .75em;
    }
    .main-menu .toggle em:before{content: '\002B';}
    .main-menu .opened .toggle em:before{content: '\2212';}
    .main-menu .current-menu-ancestor > a,
    .main-menu .current-menu-item > a,
    .main-menu li > a:hover{text-decoration: underline;}
    .mm-opened .main-nav{
        visibility: visible;
        opacity: 1;
    }
    .mm-opened .site-header{
        pointer-events: auto !important;
        visibility: visible !important;
        opacity: 1 !important;
        top: 0 !important;
    }
    .mm-opened .hamburger{color: var(--brand-clr-white) !important;}

    .site-header .wrapper{padding: 0 var(--mob-wrapper-pad-lr);}
    .site-header .sm-cont{
        margin-top: auto;
        padding: 1em var(--mob-wrapper-pad-lr) 0;
    }
    .site-header .sm-links{
        color: var(--brand-clr-white);
        font-size: 2.75rem;
    }
    .has-transparent-header .hamburger{color: inherit;}

    .site-footer .addresses h3,
    .site-footer .addresses p{font-size: .75em;}
    .footer-terms-menu,
    .site-footer .copyright{font-size: .6875em;}
    .site-footer .title{margin-bottom: .5em;}
    .site-footer .lft-part{flex-basis: 100%;}
    .site-footer .mid-part{flex: 1;}

    .sec-banner .mob-main-figure + .desk-main-figure{display: none;}
    .sec-banner .icon-arrow{flex-basis: 1.5em;}
    .sec-banner-slider .img-cont{background-position: 50% 0;}
    .sec-banner-slider .icon-arrow{width: 1.5em;}
    .sec-callouts .main-flex{row-gap: 5em;}
    .sec-contact .addresses{
        row-gap: 4em;
        margin-top: 4em;
    }
    .sec-jobs .more-info{
        flex-basis: 100%;
        order: 1;
        margin-bottom: 1.5em;
    }
    .sec-jobs .metadata{order: 2;}
    .sec-projects figure:before{padding-top: 100% !important;}
    .sec-projects .main-flex{row-gap: 5em;}
    .sec-staffer-meta{padding: 3em 0 1.75em !important;}
    .sec-staffer-meta .main-flex{
        display: flex;
        justify-content: space-between;
        column-gap: 6%;
    }
    .sec-staffer-cnt .main-flex{row-gap: 1.5em;}
    .sec-staffer-cnt .text p{font-size: 1em;}
    .sec-staffer-cnt .pagination-cont{margin-top: 2.875em;}

    .wp-block-cover{min-height: 400px !important;}
    .wp-block-cover .wp-block-cover__inner-container{width: 100% !important;}
}

@media (max-width: 620px) {
    .style-slider .owl-carousel{
        width: auto;
        margin-right: calc(-1 * var(--mob-wrapper-pad-lr));
    }
}

@media (max-width: 480px) {
    :root{--mob-wrapper-pad-lr: 28px;}
    .lt-mob-md-hid{display: none !important;}

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

    .sec-banner .heading br{display: none;}
    .sec-news-articles.mode-alm .items{row-gap: 5em;}
    .wp-block-cover{min-height: 325px !important;}
}

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


@media (min-width: 481px) {
    .gte-mob-md-hid{display: none !important;}

    .sec-news-articles.mode-alm article{
        position: relative;
        padding-bottom: 2em;
    }
    .sec-news-articles.mode-alm article .link{
        position: absolute;
        bottom: 0;
        left: 0;
    }
}

@media (min-width: 621px) {
    .style-slider .owl-nav{
        position: absolute;
        bottom: 100%;
        right: 0;
        margin-bottom: 2.25em;
    }
    .sec-banner-slider .heading{font-size: 8vw;}
}

@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.medium-gap > .desk-third{flex-basis: 28.333%;}
    .flex.medium-gap > .desk-forth{flex-basis: 20%;}
    .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: 1em;}

    .amk-acc .amk-acc-item-title{padding: 1.375rem 3.5rem 1.375rem 0;}

    .cs-separated .flex > .item{position: relative;}
    .cs-separated .flex > .item:after{
        content: '';
        position: absolute;
        top: 0;
        left: 104.25%;
        width: .1px;
        height: 100%;
        background: var(--brand-clr-dbrown);
        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%;}
    .cs-separated .flex.big-gap > .desk-half:after{left: 109.5%;}
    .cs-separated .flex.big-gap > .desk-third:after{left: 116%;}
    .has-dark-bg.cs-separated .flex > .item:after{background: #d8d8d8;}

    .main-menu{
        column-gap: 2em;
        font-size: .75rem;
    }
    .main-menu .btn{
        min-width: initial;
        padding: .5em 1.25em;
    }
    .main-menu .toggle{
        pointer-events: none;
        margin-left: .4375em;
    }
    .main-menu .sub-menu{
        position: absolute;
        top: 100%;
        left: 0;
        width: 300px;
        padding: 1em;
        background: rgba(18,45,39,.4);
        color: var(--brand-clr-white);
    }
    .main-menu li:hover .sub-menu,
    .main-menu a:focus + .sub-menu,
    .main-menu a:hover + .sub-menu{display: block;}
    .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 > .is-btn > a:after{display: none;}
    .main-menu > .menu-item-has-children:hover .toggle em:before{
        display: block;
        transform: scale(-1);
    }
    .main-menu .sub-menu > li + li{margin-top: 1.125em;}
    .main-menu .sub-menu .current-menu-ancestor > a,
    .main-menu .sub-menu .current-menu-item > a,
    .main-menu .sub-menu a:hover{text-decoration: underline;}
    .has-transparent-header .main-menu .btn{border-color: var(--brand-clr-white);}
    .has-transparent-header .main-menu .btn:focus,
    .has-transparent-header .main-menu .btn:hover{
        background: var(--brand-clr-white);
        color: var(--brand-clr-green);
    }
    .footer-menu{font-size: 3vw;}

    .site-header.sticky .main-menu .btn{border-color: var(--brand-clr-green);}
    .site-header.sticky .main-menu .btn:focus,
    .site-header.sticky .main-menu .btn:hover{
        background: var(--brand-clr-green);
        color: var(--brand-clr-white);
    }
    .site-header.sticky .main-menu .sub-menu{background: rgba(18,45,39,.8);}
    .site-footer .logo img{
        width: auto;
        height: 50px;
        margin: 0 0 2em;
    }
    .site-footer .main-flex{margin: 3em 0;}
    .site-footer .mid-part{flex-basis: max-content;}
    .site-footer .rgt-part{flex-basis: 30% !important;}

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

    .sec-banner-slider .heading{
        font-size: 8vw;
        line-height: 1.05;
    }
    .sec-callout .link{margin-top: .625em;}
    .sec-contact .addresses{margin-top: 6em;}
    .sec-jobs .unit{padding: 2em;}
    .sec-news-articles.mode-alm .alm-filters{margin-bottom: 5em;}
    .sec-post-meta + .sec-post-cnt{margin-top: -3em;}
    .sec-staffer-meta .main-flex{
        position: relative;
        padding-right: 9em;
    }
    .sec-staffer-meta .sm-links{margin-top: .25em;}
    .sec-staffer-meta .pagination-cont{
        position: absolute;
        top: 0;
        right: 0;
    }
    .sec-txt .lft-part{flex-basis: 33%;}
    .sec-txt-img .text .flex p{font-size: .875em;}
    .sec-txt-img.is-style-reversed .main-flex{flex-direction: row-reverse;}
    .sec-txt-img.has-full-height-img .main-flex{align-items: initial;}
    .sec-txt-img.has-full-height-img .img-part figure{height: 100%;}
    .sec-txt-img.has-full-height-img .img-part figure:before{padding-top: 0;}

    .alm-filters.filters{margin-bottom: 3em;}
}

@media (min-width: 1025px) {
    .gte-desk-md-hid{display: none !important;}
    .h1,h1{font-size: 3em;}
    .h2,h2{font-size: 2.25em;}
    .h3,h3{font-size: 1.875em;}
    .h4,h4{font-size: 1.5em;}
    .form-style .gsection_title,
    .h5,h5{font-size: 1.25em;}
    .h6,h6{font-size: 1.125em;}
    .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%;}
    .text p.medium{font-size: 1.125em !important;}
    .text.medium p{font-size: 1.125em;}
    .text.big p{font-size: 1.25em;}
    .text.bigger p{font-size: 1.375em;}
    .text.bigger p:not(.medium):not(.small){margin-bottom: 1.25em;}
    .alm-filters li.actv button,
    .btn{font-size: 1rem;}
    .link{font-size: 1rem;}

    .amk-acc .amk-acc-item-title{font-size: 1.125em;}
    .form-style form{font-size: 1rem;}
    .form-style .gform_confirmation_message{font-size: 1.5em;}

    .main-menu{font-size: 1rem;}
    .main-menu .sub-menu{padding: 1.5em;}

    .site-footer .copyright{margin-right: 1.5em;}
    .site-footer .slogan br{display: none;}
    .site-footer .slogan p{font-size: 1.25em;}
    .site-footer .sm-links{
        margin-right: .75em;
        font-size: 2.625em;
    }
    .site-footer .bottom .txt-part{
        margin-left: 2em;
        text-align: right;
    }

    .heading-text{margin-bottom: 5em;}
    .style-slider .owl-nav{
        margin-bottom: 2em;
        font-size: 1em;
    }

    section.pad-plus{padding: 5.125em 0;}
    section.pad-dbl{padding: 7em 0;}
    section.pad-quad{padding: 8.75em 0;}
    section .btn-cont:not(:first-child){margin-top: 3rem;}
    .sec-callouts .icon-wrap ~ .text.medium p,
    .sec-callouts .title.has-icon + .text.medium p{font-size: 1em;}
    .sec-contact .addresses{margin-top: 8.5em;}
    .sec-jobs .category{font-size: .875em;}
    .sec-jobs .metadata{font-size: 1.125em;}
    .sec-post-banner{min-height: 460px;}
    .sec-team .position{font-size: 1.125em;}
    .sec-testimonial figure{width: 160px;}
    .sec-txt-img .text .flex p{font-size: 1em;}

    .alm-load-more-btn{margin-top: 5.125rem;}
    .wp-block-media-text .wp-block-amg-accordion{margin-top: 5em;}
}

@media (min-width: 1201px) {
    .h1,h1{font-size: 3.5em;}
    .h2,h2{font-size: 3em;}
    .h3,h3{font-size: 2.5em;}
    .h4,h4{font-size: 2em;}
    .form-style .gsection_title,
    .h5,h5{font-size: 1.5em;}
    .h6,h6{font-size: 1.25em;}

    .footer-menu{font-size: 2.5em;}
    .site-header{padding: 2.125em 0;}
    .site-header .logo img,
    .site-header .logo svg{width: 175px;}
    .site-header.sticky .logo img,
    .site-header.sticky .logo svg{width: 125px;}
    .site-footer .logo img{height: 70px;}
    .site-footer .title{
        font-size: 4em;
        line-height: 1;
    }
    .site-footer .subtitle{font-size: 1.25em;}
    .site-footer .main-flex{margin: 5em 0;}

    .sec-banner-slider .heading{font-size: 6em;}
    .sec-newsletter-form .heading,
    .sec-callouts .heading,
    .sec-callout:not(.is-style-s1) .heading{font-size: 2.5em;}
    .sec-news-articles .main-flex .link,
    .sec-callout .link{font-size: 1.25rem;}
    .sec-callouts .title{font-size: 1.25em;}
    .sec-projects figure{margin-bottom: 2.5em;}
    .sec-staffer-meta .position{font-size: 2em;}
}

@media (min-width: 1401px) {
    .site-footer .title{font-size: 6.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 */


/* WP-Block-Media-Text fix */
@media (max-width: 768px) {
    .wp-block-media-text.is-stacked-on-mobile{grid-template-columns: 100% !important;}
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{grid-column: 1; grid-row: 1;}
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{grid-column: 1; grid-row: 2;}
}
/* END: WP-Block-Media-Text fix */

@media (max-width: 769px) {
	#analyst-coverage {
		flex-direction: column;
	}
}

/* CUSTOM */

.sec-posts-external p.date {
    margin-top: 1.5rem;
    margin-bottom: .5rem;
    font-size: .875em;
}

.page-id-1723 .wrapper.small {
    max-width: 1310px;
    margin: 0 auto;
}