/**
 * Theme Name: Algoma
 * Author: Algoma
 * Text Domain: algoma
 */

:root{
    --mob-wrapper-pad-lr: 40px;
    --brand-clr-white: #fff;
    --brand-clr-black: #222;
    --brand-clr-gray: #7B7B7B;
    --brand-clr-lgray: #F2F5F6;
    --brand-clr-blue: #007DB9;
    --brand-clr-dblue: #003445;
    --brand-clr-green: #2E9947;
    --brand-clr-mgreen: #44AC3E;
    --brand-clr-lgreen: #f3f9f4;
    --brand-clr-separator: #ADADAD;
    --font-body: 'Inter', serif;
    --font-heading: 'canada-type-gibson', sans-serif;
    --font-awesome: 'Font Awesome 6 Sharp';
}

*,
*:before,
*:after{box-sizing: border-box;}
html{-webkit-overflow-scrolling: touch !important;}
body{
    margin: 0;
    color: var(--brand-clr-black);
    font: 400 100%/1.5 var(--font-body);
    font-optical-sizing: auto;
    -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{
    color: inherit;
    text-decoration: none;
    transition: color .3s, background-color .3s;
}
a:where(:hover,:focus){color: var(--brand-clr-green);}
h1,h2,h3,h4,h5,h6{
    margin: .67em 0;
    font-family: var(--font-heading);
    font-weight: 600;
    font-style: normal;
    line-height: 1.2;
}
h6.wp-block-heading:not(:last-child){margin-bottom: 1em;}
:where(h1,h2,h3,h4,h5,h6) a:not(:hover,:focus){color: inherit;}
:where(h1,h2,h3,h4,h5,h6) em{color: var(--brand-clr-green);}
:where(h1,h2,h3,h4,h5,h6).has-line{margin: 0 0 .25em;}
:where(h1,h2,h3,h4,h5,h6).has-line:after{
    content: '';
    display: block;
    width: 22px;
    margin: 1.125rem 0;
    border-top: 2px solid var(--brand-clr-green);
}
.h1,h1{font-size: 3em; line-height: 1.1;}
.h2,h2{font-size: 2.75em;}
.h3,h3{font-size: 2em;}
.h4,h4{font-size: 1.75em;}
.h5,h5{font-size: 1.5em;}
.h6,h6{font-size: 1em; line-height: 1; letter-spacing: 1px; text-transform: uppercase;}
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: .5px solid var(--brand-clr-separator);
}
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-visible{outline: 1px solid var(--brand-clr-green);}
address{font-style: normal;}

:where(.menu,.sub-menu),
:where(ol,ul).is-style-seamless{
    list-style: none;
    margin: 0;
    padding: 0;
}
:where(ol,ul).is-style-mdash{list-style: none; padding-left: 1.75em;}
:where(ol,ul).is-style-mdash > li{position: relative;}
:where(ol,ul).is-style-mdash > li:before{
    content: '\2014';
    position: absolute;
    top: .125em;
    left: -2em;
    color: var(--brand-clr-green);
    font-size: .85em;
}
:where(ol,ul).is-style-canadian-leaf{list-style: none; padding-left: 2em;}
:where(ol,ul).is-style-canadian-leaf > li{position: relative;}
:where(ol,ul).is-style-canadian-leaf > li:before{
    content: '';
    position: absolute;
    top: .0625em;
    left: -2em;
    width: 1.5em;
    height: 1.25em;
    background: url(../svg/canadian-leaf-silver.svg) no-repeat center;
    background-size: contain;
}
:where(ol,ul).is-style-canadian-leaf > li + li{margin-top: .5em;}
:where(ol,ul).is-style-horizontal-links{display: flex; flex-flow: row wrap; row-gap: .875em; list-style: none; padding: 0;}
:where(ol,ul).is-style-horizontal-links > li{margin: 0 !important;}
:where(ol,ul).is-style-horizontal-links > li:not(:last-child):after{
    content: '';
    margin: 0 1em;
    border-left: 1px solid;
}
:where(ol,ul).is-style-horizontal-links a{
    padding-bottom: .125em;
    border-bottom: 1px solid;
    text-decoration: none !important;
}
:where(ol,ul).is-style-horizontal-links a:where(:hover,:focus){color: #6EC969 !important;}
.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: 700;}
.ff-body{font-family: var(--font-body) !important;}
.ff-heading{font-family: var(--font-heading) !important;}
.sec-mid-banner .menu .is-link > a:after,
.main-menu .is-btn > a:after,
.menu .toggle:after,
.hamburger:before,
.wp-block-button__link:after,
.link:after,
.btn:before,.btn:after,
.fa-pseudo:before,.fa-pseudo:after{
    text-rendering: auto;
    font-family: var(--font-awesome);
    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);
}
.sec-amg-tabs .main-holder,
.wp-block-separator,
.wp-block-group__inner-container,
.wrapper{
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}
.wrapper.mini{max-width: 700px;}
.wrapper.smaller{max-width: 768px;}
.sec-amg-tabs .main-holder,
.wrapper.small{max-width: 960px;}
.wrapper.medium-small{max-width: 1000px;}
.wrapper.medium{max-width: 1060px;}
.wrapper.big{max-width: 1310px;}
.wrapper.bigger{max-width: 1680px;}
.wrapper.full{max-width: initial;width: 100%;}
.sec-amg-tabs .wrapper,
.wp-block-group__inner-container :where(.wrapper,.wp-block-separator),
.wrapper .wp-block-separator,
.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.dir-col-reverse{flex-direction: column-reverse;}
.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 > .forth{flex: 0 0 25%;}
.flex > .fifth{flex: 0 0 20%;}
.flex > .fifth-2{flex: 0 0 40%;}
.flex > .fifth-3{flex: 0 0 60%;}
.flex.cols{margin: -2% -1.85%;}
.flex.cols .breaker{
    flex: 0 0 96.3%;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.flex.cols > .item{margin: 2% 1.85%;}
.flex.cols > .full{flex: 0 0 96.3%;}
.flex.cols > .half{flex: 0 0 46.3%;}
.flex.cols > .third{flex: 0 0 29.633%;}
.flex.cols > .third-2{flex: 0 0 62.966%;}
.flex.cols > .forth{flex: 0 0 21.3%;}
.flex.cols > .fifth{flex: 0 0 16.3%;}
.flex.cols > .fifth-3{flex: 0 0 56.3%;}
.flex.gap{--column-gap: 40px; column-gap: var(--column-gap); row-gap: var(--column-gap);}
.flex.gap > .half{flex-basis: calc(50% - var(--column-gap)/2);}
.flex.gap > .third{flex-basis: calc(33.333% - var(--column-gap)*2/3);}
.flex.gap > .third-2{flex-basis: calc(66.666% - var(--column-gap)*1/3);}
.flex.gap > .forth{flex-basis: calc(25% - var(--column-gap)*3/4);}
.flex.gap > .fifth-3{flex-basis: calc(60% - var(--column-gap)*2/5);}
.flex.medium-gap{margin: -3.325%;}
.flex.medium-gap > .item{margin: 3%;}
.flex.medium-gap > .half{flex-basis: 44%;}
.flex.medium-gap > .third{flex: 0 0 27.333%;}
.flex.medium-gap > .forth{flex: 0 0 19%;}
.flex.big-gap{margin: -3.5%;}
.flex.big-gap > .item{margin: 3.5%;}
.flex.big-gap > .half{flex-basis: 43%;}
.flex.big-gap > .third{flex: 0 0 26.333%;}
.flex.big-gap > .third-2{flex: 0 0 59.666%;}
.flex.large-gap{margin: -5%;}
.flex.large-gap > .item{margin: 5%;}
.flex.large-gap > .third{flex: 0 0 23.333%;}
.flex.large-gap > .third-2{flex: 0 0 56.666%;}

.img-cont{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.img-cont.hd{padding-top: 56.25%;}
.img-wrap > img{object-fit: cover; width: 100%; height: 100%;}
.img-wrap.hd > img{aspect-ratio: 16/9;}
.img-wrap.md > img{aspect-ratio: 572/365;} /*3/2*/
.img-wrap.sd > img{aspect-ratio: 460/320;} /*4/3 or 23/16*/
.img-wrap.square > img{aspect-ratio: 1;}
.img-wrap.portrait > img{aspect-ratio: 7/8;}
.img-wrap.portrait > img{object-position: 50% 25%;}
.img-wrap.contain > img{object-fit: contain;}
.img-wrap.cover{position: relative; height: 100%;}
.img-wrap.cover > img{position: absolute; top: 0; left: 0;}
a.img-wrap:not(.flex){display: block;}

.embed-cont{
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 56.25%;
}
.embed-cont :where(iframe,video){
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.embed-cont.style-fill{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
    pointer-events: none;
}
.embed-cont.style-fill iframe{
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 177.77vh;
    min-height: 100vh;
    width: 100vw;
    height: 56.25vw;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.embed-cont.style-fill video{object-fit: cover;}

.text{
    margin: 1.375em auto;
    font-size: 1rem;
    line-height: 1.5;
}
.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 :where(h1,h2){margin: .75em auto .5em;}
.text :where(h3,h4){margin: 1.25em auto .5em;}
.text :where(h5,h6){margin: 1.25em auto .625em;}
.text :where(h1,h2) + :where(h3,h4,h5,h6){margin-top: -.5em;}
.text p{margin-bottom: 1em;}
.wp-block-buttons:not(:first-child),
.text p:has(.btn):not(:first-child){margin-top: 1.5em;}
.wp-block-buttons,
.text p:has(.btn){
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    column-gap: 1em;
    row-gap: .5em;
}
.text :where(ol,ul,p){font-size: 1em;}
.text :where(ol,ul):not([class*='is-style']){margin: 1em 0; padding-left: 1.25em;}
.text :where(ol,ul):not([class*='is-style']) > li + li{margin-top: .5em;}
.text :where(ol,ul) :where(ol,ul){font-size: 1em !important;}
.text li::marker{
    width: 1em;
    height: 1em;
    border-radius: 50%;
    font-size: 1.25em;
}
.amk-acc .amk-acc-item-body a:not(.btn,.link),
.text a:not(.btn,.link,.sm-link,.wp-block-button__link){text-decoration: underline;}
.text blockquote{
    padding: 0 4%;
    border: none;
}
.text blockquote p{
    margin: 0 0 .5em;
    font-size: 1.5em;
}
.text blockquote cite{
    color: var(--brand-clr-gray);
    font-style: initial;
}
.text figcaption{
    text-align: initial;
    font-style: initial;
}
.text form{text-align: initial;}
.text hr{margin: 28px 0;}
.main-menu .featured-post figure,
section .img-wrap:not(.no-round-corners),
.text img:not(.no-round-corners){overflow: hidden; border-radius: .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;
}
.text :is(.btn-cont,.link-cont){margin-top: 1.5em;}
.text .wp-block-embed{margin: 3em 0;}
.text .wp-block-image{margin: 3em 0;}
.text .wp-block-pullquote{margin: 2.25em 0; padding: 0;}
.text :where(ol,ul,p).smaller{font-size: .8125em !important;}
.text :where(ol,ul,p).small{font-size: .875em !important;}
.text :where(ol,ul,p).medium{font-size: 1.125em !important;}
.text.smaller :where(ol,ul,p){font-size: .8125em;}
.text.small :where(ol,ul,p){font-size: .875em;}
.text.big :where(ol,ul,p){font-size: 1.25em;}
:where(.align-text-center,.align-center,.txt-c) .text p:has(.btn){justify-content: center;}
:where(.align-text-right,.align-right,.txt-r) .text p:has(.btn){justify-content: flex-end;}

:where(.bg-col-pattern, .bg-col-pattern-green, .bg-col-pattern-lgray){
    background: url(../png/pattern.png) repeat center var(--brand-clr-dblue);
    background-size: 90em auto;
}
.bg-col-white{background-color: var(--brand-clr-white) !important;}
.bg-col-black{background-color: var(--brand-clr-black) !important;}
.bg-col-gray{background-color: var(--brand-clr-gray) !important;}
.bg-col-lgray{background-color: var(--brand-clr-lgray) !important;}
.bg-col-blue{background-color: var(--brand-clr-blue) !important;}
.bg-col-dblue{background-color: var(--brand-clr-dblue) !important;}
.bg-col-green{background-color: var(--brand-clr-green) !important;}
.bg-col-green .link-green:not(:hover,:focus){color: var(--brand-clr-blue);}
.bg-col-green .link-green:where(:hover,:focus){color: var(--brand-clr-dblue);}
.bg-col-green .text a:not(.btn):not(.link):not(.sm-link):not(.wp-block-button__link){color: inherit !important;}
.bg-col-green .text a:not(.btn):not(.link):not(.sm-link):not(.wp-block-button__link):where(:hover,:focus){color: var(--brand-clr-blue) !important;}
.bg-col-lgreen{background-color: var(--brand-clr-lgreen) !important;}
.bg-col-pattern-green{background-color: var(--brand-clr-green);}
.bg-col-pattern-green :where(.heading, .title) > span{color: inherit;}
.bg-col-pattern-lgray{
    background-image: url(../png/pattern-light.png);
    background-color: var(--brand-clr-lgray);
}

.f-col-blue{color: var(--brand-clr-blue) !important;}
.f-col-dblue{color: var(--brand-clr-dblue) !important;}
.f-col-green{color: var(--brand-clr-green) !important;}
.f-col-mgreen{color: var(--brand-clr-mgreen) !important;}

.main-menu .is-btn > a,
.wp-block-button__link,
.btn{
    display: inline-block;
    position: relative;
    min-width: 6.375em;
    padding: .875em 1.5em;
    border: 1px solid var(--brand-clr-green);
    border-radius: 2em;
    background: var(--brand-clr-green);
    text-align: center;
    color: var(--brand-clr-white);
    font: 600 1rem/1.2 var(--font-body);
    letter-spacing: .02em;
    cursor: pointer;
    transition: .3s;
}
.main-menu .is-btn > a[target]:after,
.wp-block-button__link[target]:after,
.link[target]:after,
.btn[target]:after{
    content: '\e09f';
    margin-left: .5em;
    font-weight: 400;
}
.wp-block-button__link:where(:hover,:focus),
.btn:where(:hover,:focus){
    outline: none;
    background: none;
    color: var(--brand-clr-green);
}
.btn.small{
    min-width: 9em;
    padding: .675em 1.125em;
}
.wp-block-button__link:not([target]):after,
.btn:not([target]).arrow-right:after{
    content: '\f061';
    margin-left: .5em;
    font-weight: 400;
}
.btn:not([target]).arrow-down:after{
    content: '\f063';
    margin-left: .5em;
    font-weight: 400;
}

.btn.btn-outline{
    background: none;
    color: var(--brand-clr-green);
}
.btn.btn-outline:where(:hover,:focus){
    background: var(--brand-clr-green);
    color: var(--brand-clr-white);
}

.is-style-mgreen > .wp-block-button__link,
.btn.btn-mgreen{
    border-color: var(--brand-clr-mgreen);
    background: var(--brand-clr-mgreen);
}
.is-style-mgreen > .wp-block-button__link:where(:hover,:focus),
.btn.btn-mgreen:where(:hover,:focus){
    border-color: var(--brand-clr-mgreen);
    background: none;
    color: var(--brand-clr-mgreen);
}

.is-style-blue > .wp-block-button__link,
.btn.btn-blue{
    border-color: var(--brand-clr-blue);
    background: var(--brand-clr-blue);
}
.is-style-blue > .wp-block-button__link:where(:hover,:focus),
.btn.btn-blue:where(:hover,:focus){
    border-color: var(--brand-clr-blue);
    background: none;
    color: var(--brand-clr-blue);
}

.link{
    display: inline-block;
    color: var(--brand-clr-green);
    font: 600 1rem/1.2 var(--font-body);
    letter-spacing: .02em;
    cursor: pointer;
}
.sec-mid-banner .menu .is-link > a:after,
.link:not([target]):after{
    content: '\f061';
    vertical-align: -.075em;
    margin-left: .5em;
    font-weight: 400;
    font-size: 1.325em;
}
.link:where(:hover,:focus){color: var(--brand-clr-mgreen) !important;}
.link.no-arrow:after{display: none;}
.link.arrow-right:after{content: '\f061';}
.link.arrow-down:after{content: '\f063';}
.link.link-blue{color: var(--brand-clr-blue);}
.link.link-dblue{color: var(--brand-clr-dblue);}
.link.link-mgreen{color: var(--brand-clr-mgreen);}
.link.link-mgreen:where(:hover,:focus){color: var(--brand-clr-green) !important;}

.invisible{
    pointer-events: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

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

/* -------------------- Menus, Header, Footer, Content -------------------- */
.menu a{display: block;}
.menu a:focus{outline: none;}
.menu a:not(.btn,:hover,:focus){color: inherit;}
.menu li{position: relative;}
.menu .toggle{outline: initial;}
.menu .toggle:after{content: '\f078'; font-size: 1em;}
.sub-menu{display: none;}

.main-menu > :where(.current-menu-item, .current-menu-ancestor) > a{font-weight: 700;}
.main-menu .sub-menu .current-menu-item > a{color: var(--brand-clr-green) !important;}

.header-menu{
    column-gap: 2.625em;
    font-weight: 500;
    font-size: .75em;
}
.header-menu .sm-links{font-size: 1.25em;}

:where(.footer-menu, .footer-terms-menu) .current-menu-item > a{color: var(--brand-clr-green) !important;}
.footer-menu{font-size: .8125em;}
.footer-menu > li > .title{font-weight: 700;}
.footer-terms-menu{column-gap: 1.5em; row-gap: .5em; font-size: .75em;}

.site-main{overflow: hidden;}
.site-content{min-height: 500px;}
.has-transparent-header .site-main > section:first-of-type:where(.has-bg-col,.has-bg-img){padding-top: 8em;}

.site-header{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
}
.site-header .logo{
    position: relative;
    z-index: 2;
    transition: none;
}
.site-header .top{
    padding: .65em 0;
    background: var(--brand-clr-white);
    color: var(--brand-clr-dblue);
}
.site-header .bottom{
    position: relative;
    color: var(--brand-clr-white);
}
.site-header.sticky{
    position: fixed;
    top: -50%;
    opacity: 0;
}
.mm-opened .site-header.sticky,
.site-header.sticky.actv{
    top: 0;
    opacity: 1;
    transition: .3s ease-out;
}

.site-footer a:not(.btn){
    color: inherit;
    font-size: 1em;
}
.site-footer a:not(.btn):where(:hover,:focus){color: var(--brand-clr-green);}
.site-footer .text a{color: inherit !important;}
.site-footer .text a:where(:hover,:focus){color: var(--brand-clr-green) !important;}
.site-footer .btn{width: max-content; font-weight: 400;}
.site-footer .copyright{font-size: .75em;}
.site-footer .section{padding: 2.5em 0;}
.site-footer .section:first-child{padding-top: 0;}
.site-footer .section:last-child{padding-bottom: 0;}
.site-footer .section + .section{border-top: 1px solid var(--brand-clr-separator);}
.site-footer .section-1 .main-flex{
    column-gap: 4em;
    row-gap: 1.5em;
}
.site-footer .section-1 .text{margin-top: 0;}
.site-footer .section-4 :where(.title, .text){font-size: .8125em;}
.site-footer .section-4 .title{
    margin: 0 0 .75em;
    font-weight: 700;
}
.site-footer .section-4 .text{
    margin: 0;
    line-height: 1.8;
}
.site-footer .section-4 .item:nth-child(5n+1){transition-delay: .15s;}
.site-footer .section-4 .item:nth-child(5n+2){transition-delay: .25s;}
.site-footer .section-4 .item:nth-child(5n+3){transition-delay: .35s;}
.site-footer .section-4 .item:nth-child(5n+4){transition-delay: .45s;}
.site-footer .section-4 .item:nth-child(5n+5){transition-delay: .55s;}
.site-footer .top{
    padding-top: 6.25em;
    padding-bottom: 6.25em;
}
.site-footer .bottom{
    padding: 1.125em 0;
    color: var(--brand-clr-white);
}
.site-footer .bottom .wrapper{position: relative;}
.site-footer .bottom .wrapper:after{
    content: '';
    position: absolute;
    bottom: 100%;
    right: var(--mob-wrapper-pad-lr);
    width: 120px;
    height: 96px;
    background: url(../svg/canadian-leaf.svg) no-repeat center;
    background-size: contain;
}
.site-footer .bottom .main-flex{
    column-gap: 2.5em;
    row-gap: .45em;
}

.scroll-top{
    position: fixed;
    bottom: 2em;
    right: 2em;
    text-transform: uppercase;
    font: 600 .875em/1 var(--font-heading);
    transition: opacity .6s ease-in-out;
}
.scroll-top *{pointer-events: none;}
.scroll-top em{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.25em;
    height: 3.25em;
    border-radius: 50%;
    background: var(--brand-clr-green);
    color: var(--brand-clr-white);
    box-shadow: 0 2px 4px -2px #0000000F, 0 4px 8px -2px #0000001A;
}
.scroll-top em:before{font-size: 1.25em;}
.scroll-top:where(:hover,:focus) em{background: var(--brand-clr-blue);}

.has-opaque-header .site-header{background: var(--brand-clr-dblue);}

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


/* -------------------- Form styling -------------------- */
.form-style form{font-size: .9375rem;}
.form-style textarea,
.form-style select,
.form-style input:not([type=checkbox]):not([type=radio]):not([type=submit]){
    width: 100%;
    height: auto;
    padding: .75em !important;
    border: 1px solid var(--brand-clr-gray);
    border-radius: 0;
    outline: none;
    background: transparent;
    color: var(--brand-clr-black);
    font: inherit !important;
    font-weight: 300 !important;
    transition: .3s;
    box-shadow: none !important;
}
.form-style textarea:focus,
.form-style select:focus,
.form-style input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus{border-color: var(--brand-clr-green) !important;}
.form-style input[type=radio],
.form-style input[type=checkbox]{
    width: 1.25em;
    height: 1.25em;
    margin: 0 5px 0 0;
}
.form-style select{
    padding-right: 2em !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 98% 55%;
    background-size: 25px auto;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-style textarea{
    resize: none;
    overflow: hidden;
    min-block-size: 180px !important;
}
.form-style textarea::placeholder,
.form-style input::placeholder{
    opacity: 1;
    color: #595959;
}

.form-style .gform_wrapper .gform_fields{row-gap: 1.5em !important;}
.form-style .gform_wrapper .gfield_label{
    margin-bottom: .375em !important;
    font-weight: 400 !important;
    font-size: .875em !important;
}
.form-style .gform_wrapper .gfield_description{
    margin: 7px 0 15px;
    font-size: .8em;
}
.form-style .gform_wrapper :where(.gfield_checkbox,.gfield_radio){
    display: flex;
    flex-flow: row wrap;
    column-gap: .75em;
    row-gap: .375em;
}
.form-style .gform_wrapper .gfield_checkbox .gform-field-label{
    max-width: initial;
    padding: .25em 1em;
    border: 1px solid var(--brand-clr-blue);
    cursor: pointer;
}
.form-style .gform_wrapper .gfield_checkbox input:checked + .gform-field-label{
    background: var(--brand-clr-blue);
    color: var(--brand-clr-white);
}
.form-style .gform_wrapper .gfield_checkbox input,
.form-style .gform_wrapper .gfield--type-section > .gsection_title,
.form-style .gform_wrapper .gfield--type-captcha > .gfield_label{display: none;}
.form-style .gform_wrapper .gfield--type-choice .gfield_label{font-weight: 600 !important;}
.form-style .gform_wrapper .gfield--type-html p{font-size: 1em;}
.form-style .gform_wrapper .gfield--type-section{margin: 1.25em 0 1em; padding: 0 !important;}
.form-style .gform_wrapper .subheading{font-size: 1.25em;}
.form-style .gform_wrapper .subheading + div{margin-top: -.5em;}
.form-style .gform_wrapper .gform_title{margin-top: 0;}
.form-style .gform_wrapper .gform_footer{margin: 1.5em 0 0 !important;}
.form-style .gform_wrapper .gform_footer .gform_button{margin: 0;}
.form-style .gform_wrapper .hidden_label .gfield_label,
.form-style .gform_wrapper .gform_required_legend,
.form-style .gform_wrapper .gform_validation_errors{display: none;}
.form-style .gform_wrapper .validation_message,
.form-style .gform_wrapper .gfield_error [aria-invalid=true]{color: #f00 !important;}
.form-style .gform_wrapper .gfield_error :is(input,select,textarea)[aria-invalid=true]{border: 1px solid #f00 !important;}
.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_confirmation_message{
    color: var(--brand-clr-green);
    font-size: 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{
    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-carousel:not(.owl-loaded){display: block;}
.owl-carousel:not(.owl-loaded) > *:not(:first-child){display: none;}

.owl-with-nav .owl-nav{color: var(--brand-clr-green);}
.owl-with-nav .owl-nav > span{
    font-size: 2.75em;
    line-height: 1;
}
.owl-with-nav .owl-nav > span:where(:hover,:focus){color: var(--brand-clr-blue);}
.owl-with-nav .owl-nav > .disabled{color: #e0eaf1!important;}

.owl-with-dots .owl-dots{
    margin-top: 1em;
    text-align: center;
}
.owl-with-dots .owl-dot > span:empty{display: none;}
.owl-with-dots.owl-carousel button.owl-dot{
    display: inline-block;
    width: 3em;
    height: .375em;
    margin: 0 .4em;
    border-radius: .375em;
    vertical-align: middle;
    background: currentColor;
    color: #ADADAD80;
}
.owl-with-dots button.owl-dot:focus,
.owl-with-dots button.owl-dot:hover{
    outline: none;
    color: var(--brand-clr-green);
}
.owl-with-dots button.owl-dot.active{color: var(--brand-clr-green);}
/* -------------------- END: Owl Carousel styling -------------------- */


/* -------------------- Custom Elements -------------------- */
@keyframes fade_in {
    to { opacity: 1; }
}
@keyframes down_to_up {
    from {transform: translateY(.15em);}
    to {transform: none;}
}
@keyframes ticker {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.sec-amg-tabs .titles button:not(.animating,.animated),
.amk-acc .amk-acc-item,
.anim--fade-in{
    opacity: 0;
    transition: opacity .6s ease-in-out;
}
.sec-amg-tabs .titles button:not(.animating,.animated),
.amk-acc .amk-acc-item:not(.animating,.animated),
.anim--fade-in:not(.animating,.animated){
    pointer-events: none;
    visibility: hidden;
    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,.animated){will-change: opacity, top;}
.anim--fade-in-from-bottom.animating,
.anim--fade-in-from-bottom.animated{top: 0;}

.anim--fade-in:is(.trans-delay-0){transition-delay: 0s;}
.anim--fade-in:is(.trans-delay-1, .heading, .title, .wp-block-heading){transition-delay: .15s;}
.anim--fade-in:is(.trans-delay-2, .subheading, .subtitle, .metadata){transition-delay: .25s;}
.anim--fade-in:is(.trans-delay-3, .text){transition-delay: .35s;}
.anim--fade-in:is(.btn,.link,.main-link, .wp-block-button):not(.animated),
.anim--fade-in:is(.trans-delay-4, .btn-cont, .link-cont){transition-delay: .45s;}
.anim--fade-in:is(.trans-delay-5, .wp-block-separator){transition-delay: .55s;}
.anim--fade-in:is(.trans-delay-6){transition-delay: .65s;}
.anim--fade-in:is(.btn,.link,.main-link).animated{transition: color .2s, background-color .2s, border-color .2s;}
.cols-4 .item:nth-of-type(4n+1),
.cols-3 .item:nth-of-type(3n+1),
.cols-2 .item:nth-of-type(2n+1){transition-delay: .25s;}
.cols-4 .item:nth-of-type(4n+2),
.cols-3 .item:nth-of-type(3n+2),
.cols-2 .item:nth-of-type(2n+2){transition-delay: .4s;}
.cols-4 .item:nth-of-type(4n+3),
.cols-3 .item:nth-of-type(3n+3){transition-delay: .55s;}
.cols-4 .item:nth-of-type(4n+4){transition-delay: .7s;}

.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{border-color: var(--brand-clr-separator);}
.amk-acc .amk-acc-item-title{
    padding: 1em 2.5rem 1em 0;
    font-size: 1.25em;
}
.amk-acc .amk-acc-item-title:after{
    font-weight: 300;
    font-size: 1.25em;
}
.amk-acc .amk-acc-item-body{
    margin: 0;
    padding-top: 0;
}
.amk-acc .actv .amk-acc-item-title:after{color: var(--brand-clr-green);}

.breadcrumbs a:where(:hover,:focus){color: var(--brand-clr-green);}

.cs-bordered{
    --article-padding-tb: 1.25em;
    --article-padding-lr: 1.25em;
}
.cs-bordered .flex-cont{overflow: hidden;}
.cs-bordered .flex-cont > .flex{margin: calc(-1 * var(--article-padding-tb)) calc(-1 * var(--article-padding-lr)) 0;}
.cs-bordered .flex-cont > .flex > article{
    margin: 0 -1px -1px 0;
    padding: var(--article-padding-tb) var(--article-padding-lr);
    border: 1px solid var(--brand-clr-separator);
}

.cs-separated .flex > .item{position: relative;}
.cs-separated .flex > .item:after{
    content: '';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 104.25%;
    width: .1px;
    height: 100%;
    background: var(--brand-clr-separator);
    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.cols-1 > .item:after,
.cs-separated .flex.no-cs > .item:after,
.cs-separated .flex > .item:last-child:after,
.cs-separated .flex > .item:only-child:after{content: none;}
.cs-separated .flex > .third:after{left: 107%;}
.cs-separated .flex > .forth:after{left: 109.25%;}
.cs-separated .flex.gap > .item:after{left: calc(100% + var(--column-gap)/2);}
.cs-separated .flex.medium-gap > .half:after{left: 106.75%;}
.cs-separated .flex.medium-gap > .third:after{left: 111%;}
.cs-separated .flex.big-gap > .half:after{left: 109%;}
.cs-separated .flex.big-gap > .third:after{left: 115.5%;}
.cs-separated .flex.big-gap > .third-2:after{left: 105.7%;}
.cs-separated .flex.large-gap > .third-2:after{left: 108.5%;}

.infographic{column-gap: 1.25em; row-gap: 1.25em;}
.infographic figure{
    width: 5.625em;
    height: 5.625em;
    border-radius: 50%;
    background: var(--brand-clr-lgreen);
}
.infographic figure em{
    color: var(--brand-clr-green);
    font-size: 2em;
}
.infographic .title{
    margin: 0;
    color: var(--brand-clr-green);
}
.infographic .text{margin: .5em 0;}
.text .infographic{margin: 3em 0;}

.wp-block-heading,
.subheading,
.heading{margin: 0 0 .5em;}
.wp-block-heading:last-child,
.heading:last-child{margin: 0;}
.heading-text{margin-top: -.375em;}
.heading + .btn{margin-top: 1.5em;}
.text + .btn{margin-top: 1.125em;}

.metadata{
    text-transform: uppercase;
    color: var(--brand-clr-green);
    font: 600 .875em/1.2 var(--font-heading);
    letter-spacing: 1px;
}

.pager{padding: 3.75em 0;}
.pager ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    column-gap: .5em;
    row-gap: .5em;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: 600;
}
.pager :where(a,span){
    display: block;
    padding: .5em 0.9375em;
    background: var(--brand-clr-lgray);
    text-decoration: none;
    color: var(--brand-clr-gray);
    line-height: 1;
    cursor: pointer;
}
.pager :where(a:hover,.current):not(.prev,.next){
    background: var(--brand-clr-mgreen);
    color: var(--brand-clr-white);
}
.pager :where(.prev,.next){background: initial;}
.pager :where(.prev,.next):where(:hover,:focus){color: var(--brand-clr-mgreen);}

.pretitle-cont{margin-bottom: 2.5em;}
.pretitle-cont figure{margin: 0;}
.pretitle-cont figure{max-width: 9.375em;}
.pretitle-cont figure:not(:last-child){
    margin-right: 1.25em;
    padding-right: 1.25em;
    border-right: 1px solid #FFFFFF38;
}
.pretitle-cont .pretitle{
    display: inline;
    margin: 0;
    border: none;
    text-decoration: underline;
}

.sm-links{
    align-items: center;
    column-gap: .75em;
    font-size: 1.875em;
}
.sm-links a:where(:hover,:focus){color: var(--brand-clr-green) !important;}

.share-links{font-size: 1em;}
.share-links a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background: var(--brand-clr-mgreen);
    color: var(--brand-clr-white) !important;
}
.share-links a:where(:hover,:focus){background: var(--brand-clr-green);}
.share-links .label{
    flex: 0 0 100%;
    margin: 0 0 .625em;
}

.logo-ticker-animation{
    animation: ticker 30s linear infinite;
    will-change: transform;
}

.video-thumb{
    display: block;
    position: relative;
}
.video-thumb > .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .85;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background: var(--brand-clr-white);
    font-weight: 900;
    font-size: 1.625em;
    box-shadow: 0 0 0 .1625em rgba(0,0,0,.4);
    transition: .3s, color .1s;
}
.video-thumb > .icon:before{margin-left: .1625em;}
.video-thumb:where(:hover,:focus) > .icon{
    background: var(--brand-clr-green);
    color: var(--brand-clr-white);
}

.has-dark-bg :is(.heading,.pretitle),
.has-dark-bg :where(a:not(.btn,.link), input, select, textarea),
.has-dark-bg{color: var(--brand-clr-white);}
.has-dark-bg :where(input:not([type=checkbox]):not([type=radio]):not([type=submit]), select, textarea){border-color: var(--brand-clr-white);}
.has-dark-bg .link:not(:hover,:focus),
.has-dark-bg :where(.heading, .title) > span{color: var(--brand-clr-mgreen);}
.has-dark-bg :where(a:not(.btn),.link):where(:hover,:focus){color: #6EC969 !important;}
.has-dark-bg .btn:not(.keep-color){
    border-color: var(--brand-clr-green);
    background: var(--brand-clr-green);
    color: var(--brand-clr-white);
}
.has-dark-bg .btn:not(.keep-color):where(:hover,:focus){
    border-color: var(--brand-clr-white);
    background: var(--brand-clr-white);
    color: var(--brand-clr-green);
}
.has-dark-bg.cs-separated .flex > .item:after{background: #FFFFFF38;}
.has-light-bg{color: inherit;}
.has-bg-col .infographic figure{background: var(--brand-clr-white);}

.has-fa-icon i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.5em;
    height: 4.5em;
    margin-bottom: 1.25rem;
    border-radius: 50%;
    background: var(--brand-clr-mgreen);
    color: var(--brand-clr-white);
    font-size: 1.25rem;
}
.has-fa-icon i:before{font-size: 1.5em;}
.justify-content-center .has-fa-icon i{margin-left: auto; margin-right: auto;}

.has-parallax.parallax-inner-img .parallax-ready{overflow: hidden;}
.has-parallax.parallax-inner-img .parallax-ready > img{height: 125%; will-change: object-position;}
/* -------------------- END: Custom Elements -------------------- */


/* -------------------- Sections -------------------- */
section{padding: 4em 0;}
section.pad-plus{padding: 5em 0;}
.sec-amg-tabs,
section.pad-dbl{padding: 6.25em 0;}
section.pad-0{padding: 0 !important;}
section section:not(.has-pad, [class*="has-bg"]):first-child,
section.pad-t-0{padding-top: 0 !important;}
section.pad-t-0_5x{padding-top: 2em !important;}
section.pad-t-1x{padding-top: 4em !important;}
section.pad-t-1_5x{padding-top: 5em !important;}
section section:not(.has-pad, [class*="has-bg"]):last-child,
section.pad-b-0{padding-bottom: 0 !important;}
section.pad-b-0_5x{padding-bottom: 2em !important;}
section.pad-b-1x{padding-bottom: 4em !important;}
section.pad-b-1_5x{padding-bottom: 5em !important;}
section.mar-0{margin: 0 !important;}
section.mar-t-0{margin-top: 0 !important;}
section.mar-b-0{margin-bottom: 0 !important;}
section .title:first-child{margin-top: 0;}
section .title:last-child{margin-bottom: 0;}
.sec-posts-all .items:not(:first-child),
section .main-flex.cols:not(:first-child){margin-top: calc(5em - 2%);}
section .main-flex.gap:not(:first-child){margin-top: 5em;}
section .main-flex.medium-gap:not(:first-child){margin-top: calc(5em - 3%);}
section .main-flex.big-gap:not(:first-child){margin-top: calc(5em - 3.5%);}
section :where(.heading, .title) > span{color: var(--brand-clr-green);}
section :where(.btn-cont,.link-cont){column-gap: 1.25em; row-gap: 1.25em;}
section :where(.btn-cont,.link-cont):not(:first-child){margin-top: 3.5em;}
section.justify-content-left :where(.main-flex,.btn-cont,.link-cont){justify-content: flex-start;}
section.justify-content-center :where(.main-flex,.btn-cont,.link-cont){justify-content: center;}
section.justify-content-right :where(.main-flex,.btn-cont,.link-cont){justify-content: flex-end;}
section .pretitle{
    display: inline-block;
    margin: 0 0 2.5em;
    border-bottom: 1px solid;
    color: var(--brand-clr-blue);
    font: 500 1em/1.25 var(--font-body);
}
section .pretitle:has(+.main-flex){margin-bottom: 0;}

:where(.sec-banner, .sec-banner-video) .heading:not(:last-child){margin-bottom: .375em;}
:where(.sec-banner, .sec-banner-video) .btn-cont:not(:first-child){margin-top: 2.25em;}
:where(.sec-banner-video, .sec-txt){position: relative;}
:where(.sec-banner-video, .sec-txt) .leaf{
    position: absolute;
    bottom: 0;
    right: var(--mob-wrapper-pad-lr);
    z-index: 1;
    width: 8.25em;
    height: 7em;
    background: url(../svg/canadian-leaf.svg) no-repeat center;
    background-size: contain;
    transform: translateY(23%);
    transition-delay: 1s;
}
:where(.sec-callouts, .sec-callouts-videos) .holder:not(:first-child) .btn:first-child{margin-top: 1.5em;}
:where(.sec-callouts-videos, .sec-posts.is-style-default) figure{margin-bottom: 2em;}
:where(.sec-history.is-style-extended, .sec-partners-gallery, .sec-testimonials) .owl-nav{
    pointer-events: none;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: -5%;
    right: -5%;
    transform: translateY(-50%);
}
:where(.sec-history.is-style-extended, .sec-partners-gallery, .sec-testimonials) .owl-nav span{pointer-events: initial;}
:where(.sec-history.is-style-extended, .sec-partners-gallery, .sec-testimonials) .owl-nav:not(.disabled){display: flex;}
:where(.sec-txt-gallery, .sec-txt-videos) .owl-nav{margin-top: 3.25em;}
:where(.sec-case-studies, .sec-txt-gallery, .sec-txt-videos) .owl-nav span{position: absolute; left: 0;}
:where(.sec-case-studies, .sec-txt-gallery, .sec-txt-videos) .owl-nav .owl-next{left: auto; right: 0;}
:where(.sec-posts.is-style-slider, .sec-posts.is-style-tiles) .title{font-size: 1.5em;}
:where(.sec-txt-callouts.is-style-stacked) .btn-cont:not(:first-child),
:where(.sec-txt-callouts.is-style-stacked) .flex-cont:not(:first-child){margin-top: 3.75em;}
:is(.sec-contact, .sec-logos.is-style-default) .main-flex:not(:first-child){margin-top: calc(3em - 3%);}
:is(.sec-txt-gallery, .sec-txt-videos) .owl-dots{max-width: calc(100% - 8em); margin: 4em auto 2em;}

.sec-about-algoma .contact .title{
    font-family: var(--font-body);
    font-size: 1em;
}
.sec-about-algoma .contact .position{
    margin: 0 0 .4375em;
    font-style: italic;
}
.sec-about-algoma .contact .text{margin: .4375em 0;}
.sec-about-algoma .contact .text a{
    display: inline-block;
    margin: .125em 0;
}

.sec-amg-tabs .titles{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    column-gap: 2.5rem;
    row-gap: .5rem;
    color: #7B7B7B;
    font: 400 1.25em/1.25 var(--font-heading);
}
.sec-amg-tabs .titles button{
    padding-bottom: .4em;
    border-bottom: 2px solid transparent;
    outline: none;
}
.sec-amg-tabs .titles button:where(:hover,:focus,.actv){color: var(--brand-clr-blue);}
.sec-amg-tabs .titles button.actv{
    border-bottom-color: currentColor;
    font-weight: 600;
}
.sec-amg-tabs .tab-title{display: none;}
.sec-callouts .main-flex-cont:not(:first-child),
.sec-amg-tabs .panels:not(:first-child){margin-top: 5em;}
.sec-amg-tabs .wp-block-amg-tab{outline: none;}

.sec-banner{
    position: relative;
    min-height: 550px;
}
.sec-banner .main-figure{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.sec-banner .pretitle{margin-bottom: 1.25em;}
.sec-banner.has-bg-img{background: #003445BF;}
.sec-banner.is-style-small{min-height: 438px;}

.sec-banner-video{
    min-height: 90vh;
    background: #003445BF;
}
.sec-banner-video .down-scroll-btn{
    font-size: 2.75em;
    line-height: 1;
}

.sec-callout-box{
    margin: 5em 0;
    padding: 0;
}
.sec-callout-box .wrapper{
    border-radius: .5em;
    box-shadow: 0 2px 4px -2px #0000000F, 0 4px 8px -2px #0000001A;
}
.sec-callout-box .wrapper.has-bg-col:not(.bg-col-white){padding: 3.75em var(--mob-wrapper-pad-lr);}
.sec-callout-box .main-icon{
    align-self: flex-start;
    width: 5.57em;
    height: 5.75em;
    border-radius: 50%;
    background: var(--brand-clr-green);
    color: var(--brand-clr-white);
    line-height: 1;
}
.sec-callout-box .main-icon em{font-size: 2em;}
.sec-callout-box .heading-text{max-width: initial;}
.sec-callout-box .btn-part{
    row-gap: 1em;
    align-self: flex-start;
}
.sec-callout-box .btn-cont{margin-top: 2.5em;}
.sec-callout-box .stock-part{min-width: 280px;}
.sec-callout-box .header{
    display: inline-flex;
    column-gap: 1px;
    justify-content: initial;
    border-radius: 2em;
    background: var(--brand-clr-white);
}
.sec-callout-box .body{margin-top: 2.5em !important;}
.sec-callout-box .tab{min-width: initial;}
.sec-callout-box .tab:not(.actv){
    border-color: transparent;
    background: inherit;
    color: inherit;
}
.sec-callout-box .tab.actv{
    background: var(--brand-clr-green);
    color: var(--brand-clr-white);
}
.sec-callout-box .tabs{padding: 0;}
.sec-callout-box .panel{outline: none;}
.sec-callout-box .panel:not(.actv){display: none;}
.sec-callout-box .price-meta :where(.dollar-sign,.price){font-size: 1.25em;}
.sec-callout-box .price-meta .price{margin-right: .25em;}

.sec-callouts article .text{margin: 1.25em 0;}
.sec-callouts figure{margin-bottom: 2rem;}
.sec-callouts figure.logo{margin-bottom: 0;}
.sec-callouts .heading{font-size: 2.375em;}
.sec-callouts.callout-style-s1 .has-fa-icon i{
    width: 2.75em;
    height: 2.75em;
    font-size: 1rem;
}

.sec-callouts-videos .img-wrap.md > img{aspect-ratio: 450/280;}

.sec-case-studies .img-wrap.portrait > img{aspect-ratio: 311/375;}
.sec-case-studies .title{margin: 0 0 .5em;}
.sec-case-studies .infographics{
    margin-top: 2em;
    margin-bottom: 2em;
}
.sec-case-studies .infographics figure{margin-bottom: 1em;}
.sec-case-studies .infographics + .btn{margin-top: 1.125em;}
.sec-case-studies .owl-carousel{max-width: 100%;}
.sec-case-studies .owl-nav{
    position: relative;
    max-width: 25em;
    margin: 3.25em auto 0;
}
.sec-case-studies .owl-dots{
    max-width: 17em;
    margin: 4em auto 2em;
}

.sec-contact article a:not(.link){text-decoration: underline;}
.sec-contact article a:not(.link,:hover,:focus){color: inherit !important;}

.sec-history.is-style-default article{
    max-width: 321.333px;
    padding: 0 1.875em;
}
.sec-history.is-style-default .main-figure{margin-bottom: 2em;}
.sec-history.is-style-default .leaf{position: relative;}
.sec-history.is-style-default .leaf:before{
    content: '';
    position: absolute;
    top: 50%;
    left: -1.875em;
    right: -1.875em;
    z-index: 0;
    border-bottom: 1px solid var(--brand-clr-separator);
}
.sec-history.is-style-default .leaf figure{
    display: inline-block;
    position: relative;
    margin: 0 auto;
    padding: 0 .625em;
    background: var(--brand-clr-white);
}
.sec-history.is-style-default .leaf img{width: 2em;}
.sec-history.is-style-default .year{
    margin: 1.5em 0 0;
    color: var(--brand-clr-green);
    font-size: .875em;
}
.sec-history.is-style-default .owl-dots{
    max-width: 250px;
    margin: 5em auto 0;
}
.sec-history.is-style-default .owl-nav{
    max-width: 400px;
    margin: 0 auto;
}
.sec-history.is-style-default .owl-nav > span{
    position: absolute;
    bottom: 0;
    left: calc(50% - 200px);
    transform: translateY(30%);
}
.sec-history.is-style-default .owl-nav .owl-next{left: auto; right: calc(50% - 200px);}
.sec-history.is-style-extended section{text-align: initial;}
.sec-history.is-style-extended section .anim--fade-in-from-bottom{top: 0 !important;}
.sec-history.is-style-extended .txt-part{align-self: center;}
.sec-history.is-style-extended .heading{font-size: 1.75em;}
.sec-history.is-style-extended .heading .year{
    display: block;
    margin: 0 0 .8125em;
    font-size: 1.25rem;
}
.sec-history.is-style-extended .decades{
    /*max-width: 70px;
    margin: 0 auto;*/
    padding: 0 28px;
    color: var(--brand-clr-gray);
}
.sec-history.is-style-extended .decades .decade{
    display: block;
    padding: .45em .875em;
    background: var(--brand-clr-lgray);
    font-weight: 600;
    font-size: .75em;
}
.sec-history.is-style-extended .decades .owl-item{cursor: pointer;}
.sec-history.is-style-extended .decades .owl-item *{pointer-events: none;}
.sec-history.is-style-extended .decades .owl-item.selected .decade{background: var(--brand-clr-mgreen); color: var(--brand-clr-white);}
.sec-history.is-style-extended .decades .owl-nav{color: inherit;}
.sec-history.is-style-extended .decades .owl-nav span{font-size: 1.25em;}
.sec-history.is-style-extended .decades.disabled{pointer-events: none; opacity: .5;}
.sec-history.is-style-extended .decades-wrapper{margin: 4em auto 0;}
.sec-history.is-style-extended .decades-wrapper .subheading{
    margin-bottom: 1.25em;
    text-transform: none;
}
.sec-history.is-style-extended .years-wrapper{
    position: relative;
    overflow: hidden;
}
.sec-history.is-style-extended .years-wrapper:before{
    content: '';
    position: absolute;
    top: 1em;
    left: 0;
    right: 0;
    border-top: 1px solid var(--brand-clr-gray);
}
.sec-history.is-style-extended .years{
    max-width: 130px;
    margin: 0 0 4em;
    font-family: var(--font-heading);
    font-weight: 600;
}
.sec-history.is-style-extended .years figure{
    width: 3em;
    margin: 0 auto .375em;
    padding: 0 .5em;
}
.sec-history.is-style-extended .years .year{font-size: .875em;}
.sec-history.is-style-extended .years .owl-stage-outer{overflow: visible;}
.sec-history.is-style-extended .years .owl-item{cursor: pointer;}
.sec-history.is-style-extended .years .owl-item *{pointer-events: none;}
.sec-history.is-style-extended .years .owl-item:not(.active){
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.sec-infographics .title{
    color: var(--brand-clr-green);
    font-size: 1.25em;
}
.sec-infographics.is-style-separated .wrapper{
    padding: 3.75em var(--mob-wrapper-pad-lr);
    background: var(--brand-clr-lgray);
}
.sec-infographics.is-style-separated .heading{
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
}
.sec-infographics.is-style-separated .text.small :where(ol,ul,p){font-size: 1em;}

.sec-logos figure{height: 75px;}
.sec-logos .heading-text{
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}
.sec-logos .main-flex .breaker{display: none;}
.sec-logos.is-style-default .main-flex{
    column-gap: 5%;
    row-gap: 1em;
}
.sec-logos.is-style-ticker figure{
    box-sizing: content-box;
    min-width: fit-content;
    padding: 0 2em;
}
.sec-logos.is-style-ticker .main-flex-cont:not(:first-child){margin-top: 2.5em;}
.sec-logos.is-style-ticker .main-flex{width: max-content;}

.sec-mid-banner{
    position: relative;
    min-height: 600px;
    background: linear-gradient(0deg, rgba(0, 52, 69, 0.4), rgba(0, 52, 69, 0.4)),
        linear-gradient(90deg, rgba(0, 52, 69, 0.9) 38%, rgba(0, 52, 69, 0) 100%);
}
.sec-mid-banner :where(.heading,.heading-text){max-width: 480px; margin-left: auto; margin-right: auto;}
.sec-mid-banner .main-figure{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.sec-mid-banner .txt-part{align-self: center;}
.sec-mid-banner .txt-part p:has(img) + h3{margin-top: .5em;}
.sec-mid-banner .heading-text:not(:first-child) p:has(.btn):first-child{margin-top: 2em !important;}
.sec-mid-banner .btn-cont{margin-top: 3em;}
.sec-mid-banner .menu-part{
    position: relative;
    min-width: 25%;
    max-width: 50%;
    padding: 5em 0;
    text-align: initial;
}
.sec-mid-banner .menu-part:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -100%;
    width: 300%;
    background: inherit;
}
.sec-mid-banner .menu-part > *{position: relative;}
.sec-mid-banner .menu-part .subheading{margin-bottom: .5875em;}
.sec-mid-banner .menu{font-size: 1.125em;}
.sec-mid-banner .menu li + li{margin-top: 1.25rem;}
.sec-mid-banner .menu .is-link > a:after{font-size: 1.125em;}
.sec-mid-banner .menu .current-menu-item > a,
.sec-mid-banner .menu a:where(:hover,:focus){color: var(--brand-clr-mgreen);}
.sec-mid-banner .menu .current-menu-item > a{font-weight: 700;}
.sec-mid-banner .sub-menu{display: block;}
.sec-mid-banner .depth-0.menu-item-has-children > a{
    margin-bottom: 1.125rem;
    font: 600 1.125em/1.5 var(--font-heading);
}
.sec-mid-banner.has-menu{
    min-height: initial;
    padding: 0;
    background: initial;
}
.sec-mid-banner.has-menu .main-figure{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.sec-mid-banner.has-menu .txt-part{padding: 5em 0 5em 4%;}
.sec-mid-banner.justify-content-left :where(.heading,.heading-text){margin-left: 0;}
.sec-mid-banner.justify-content-right :where(.heading,.heading-text){margin-right: 0;}
.sec-mid-banner.justify-content-center.no-menu{background: #003647D9;}
.sec-mid-banner.is-style-small{min-height: 455px;}

.sec-post-banner .breadcrumbs{margin-bottom: 2.5em;}
.sec-post-banner .metadata{margin-bottom: 1.5em; transition-delay: 0s;}
.sec-post-banner .heading{margin: 0 0 1.25em;}
.sec-post-banner .share-links{
    justify-content: initial;
    text-align: initial;
}

.sec-post-content .share-links{margin-top: 2.5em;}
.sec-post-content .details .unit:nth-child(4n+1){transition-delay: .35s;}
.sec-post-content .details .unit:nth-child(4n+2){transition-delay: .45s;}
.sec-post-content .details .unit:nth-child(4n+3){transition-delay: .55s;}
.sec-post-content .details .unit:nth-child(4n+4){transition-delay: .65s;}

.sec-post-featured article .text{margin: .75em 0 1em;}
.sec-posts-all .title,
.sec-post-featured .title{margin: .5em 0 .25em;}
.sec-post-featured .metadata{transition-delay: 0s;}

.sec-posts article .text{margin: .75em 0 1.25em;}
.sec-posts article .title{margin: 0 0 .5em;}
.sec-posts .heading{font-size: 2.375em;}
.sec-posts.is-style-default .img-wrap.hd > img{aspect-ratio: 311/225;}
.sec-posts.is-style-default .metadata{
    color: #5D6771;
    font-size: .75em;
}
.sec-posts.is-style-slider .metadata:not(:first-child){margin-top: 1.125em; transition-delay: .25s;}
.sec-posts.is-style-slider .btn-cont{display: inline-block;}
.sec-posts.is-style-slider :where(.items, .owl-carousel):not(:first-child){margin-top: 3.75em;}
.sec-posts.is-style-slider .owl-stage-outer{overflow: initial;}
.sec-posts.is-style-slider .owl-dots{margin: 3em 3em 0;}
.sec-posts.is-style-slider .owl-dot.active{color: var(--brand-clr-gray);}
.sec-posts.is-style-slider .owl-nav > span{
    position: absolute;
    bottom: .6rem;
    left: 0;
    transform: translateY(50%);
}
.sec-posts.is-style-slider .owl-nav > span:not(:hover,:focus){color: var(--brand-clr-gray);}
.sec-posts.is-style-slider .owl-nav .owl-next{left: auto; right: 0;}
.sec-posts.is-style-slider .owl-item + .owl-item:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1.875em;
    border-left: 1px solid var(--brand-clr-separator);
}
.sec-posts.is-style-tiles article .btn-cont{margin-top: 2.5em;}
.sec-posts.is-style-tiles article + article{margin-top: 2em;}

.sec-posts-all article .text{margin: .5em 0;}
.sec-posts-all figure{margin-bottom: 1.5em;}
.sec-posts-all .main-flex{row-gap: 2em;}
.sec-posts-all .filter-select{max-width: 200px;}
.sec-posts-all .img-wrap.hd > img{aspect-ratio: 298/220;}
.sec-posts-all.category-press-releases article .img-wrap{display: none;}
.sec-posts-all.category-press-releases article + article{
    margin-top: 2.5em;
    padding-top: 2.625em;
    border-top: 1px solid var(--brand-clr-separator);
}

.sec-partners-banner .wrapper{max-width: 1160px;}
.sec-partners-banner .img-wrap.md > img{aspect-ratio: 427/300;}
.sec-partners-banner .metadata{margin-bottom: 1.125em; transition-delay: 0s;}
.sec-partners-banner .logos:not(:first-child){margin-top: 2.5em;}
.sec-partners-banner .algoma-logo img{height: 28px;}
.sec-partners-content{overflow: hidden;}
.sec-partners-content .rgt-part{position: relative;}
.sec-partners-content .rgt-part:before{
    content: '';
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: 0;
    right: -300%;
    background: url(../png/pattern-light.png) repeat center #E7ECEE;
    background-size: 90em auto;
}
.sec-partners-content .rgt-part > *{position: relative;}
.sec-partners-content .subheading{
    margin-bottom: 1.875rem;
    font-size: 1.5em;
}
.sec-partners-content .details .unit + .unit{margin-top: 1.25em;}
.sec-partners-content .details .title{margin: 0 0 .25em;}
.sec-partners-gallery img{aspect-ratio: 376/300;}
.sec-partners-gallery .owl-carousel:not(.owl-loaded){opacity: 0;}
.sec-partners-gallery + .sec-navigation{
    margin-top: -5em;
    padding-top: 0;
}

.sec-press-release-banner{min-height: 460px;}
.sec-press-release-banner .metadata{margin-bottom: 1.25em; transition-delay: 0s;}

.sec-product-detail .title{margin-bottom: .375em;}
.sec-product-detail + .sec-product-detail{
    margin-top: 2em;
    padding-top: 2em;
    border-top: 1px solid #FFFFFF38;
}

.sec-product-details hr{border-color: #FFFFFF38;}
.sec-product-details .lft-part hr{margin: 2.5em 0;}
.sec-product-details .rgt-part .title{margin-bottom: .25em;}
.sec-product-details .main-flex > .item{padding: 4em 0;}
.sec-product-details .has-fa-icon i{
    width: 3em;
    height: 3em;
    font-size: 1.5rem;
}
.sec-product-details .text{margin: .5em 0;}
.sec-product-details section{padding: 0;}
.sec-product-details section + section{margin-top: 3em;}
.sec-product-details .wp-block-heading:not(:first-child),
.sec-product-details .wp-block-heading + section{margin-top: 2em;}
.sec-product-details .amk-acc-item{border-color: #FFFFFF38;}
.sec-product-details .amk-acc-item-title{padding: .75em 2.5rem .75em 0;}
.sec-product-details .amk-acc-item-body{margin-top: -.35em;}

.sec-staffer-content .heading + .position{margin-top: -1em;}
.sec-staffer-content .position{
    font-style: italic;
    font-size: 1.5em;
}
.sec-staffer-content .img-part{flex-basis: 36%;}
.sec-staffer-content .bottom-part:not(:first-child){margin-top: 5em;}

.sec-staffer-pagination .main-flex > .item{position: relative;}
.sec-staffer-pagination .main-flex .icon{
    position: absolute;
    top: 50%;
    color: var(--brand-clr-green);
    font-size: 2.75em;
    transform: translateY(-50%);
}
.sec-staffer-pagination .lft-part{
    padding-left: 3em;
    text-align: right;
}
.sec-staffer-pagination .lft-part .icon{left: 0;}
.sec-staffer-pagination .rgt-part{padding-right: 3em;}
.sec-staffer-pagination .rgt-part .icon{right: 0;}
.sec-staffer-pagination .rgt-part:only-child{margin-left: auto;}
.sec-staffer-pagination .title{margin: 0;}
.sec-staffer-pagination .position{
    margin-top: .25em;
    font-style: italic;
}

.sec-team figure{margin-bottom: 1.5em;}
.sec-team .main-flex{row-gap: 2em;}
.sec-team .position{
    margin-top: -.5em;
    font-style: italic;
}
.sec-team .position + .link{margin-top: .9375em;}
.sec-team .link:not(:hover,:focus){color: var(--brand-clr-blue);}

.sec-testimonials{min-height: 400px;}
.sec-testimonials :where(.author, .position){
    margin: 0;
    color: var(--brand-clr-gray);
    font: 1em/1.5 var(--font-body);
    transition-delay: .45s !important;
}
.sec-testimonials :where(.author, .position) + .btn{transition-delay: .55s;}
.sec-testimonials figure{
    max-width: 300px;
    border-radius: 50%;
}
.sec-testimonials .title{
    margin: 0 0 .5em;
    font-size: 2.375em;
}
.sec-testimonials .txt-part:only-child{
    max-width: 768px;
    margin: 0 auto;
    text-align: center;
}
.sec-testimonials .btn{margin-top: 3.5em;}

.sec-txt form{
    max-width: 768px;
    margin: 3em auto;
}
.sec-txt .heading span{font-size: 1.625rem;}
.sec-txt .heading span:after{
    content: '\2014';
    display: block;
    font-size: 1rem;
}

.sec-txt-callouts figure{width: 5.625em;}
.sec-txt-callouts:not(.is-style-stacked) figure{margin: 0 auto;}

.sec-txt-img .pretitle{color: inherit;}
.sec-txt-img .main-figure.sd > img{aspect-ratio: 440/340;}
.sec-txt-img.align-content-center .txt-part{align-self: center;}

.sec-txt-video .main-figure.md > img{aspect-ratio: 440/292;}
.sec-txt-video .second-figure{margin-top: 1.25em !important;}
.sec-txt-video .text img{margin: 0;}
.sec-txt-video .text p:has(img){margin: 1.5em 0;}
/* -------------------- END: Sections -------------------- */


.single-staffer .sec-mid-banner a[href$='/about/leadership/']{
    color: var(--brand-clr-green);
    font-weight: 700;
}

.sec-posts-all + .sec-mid-banner a[href$="/news/"],
.sec-posts-all.category-case-studies + .sec-mid-banner a[href$="/case-studies/"],
.sec-posts-all.category-community-news + .sec-mid-banner a[href$="/community-news/"],
.sec-posts-all.category-press-releases + .sec-mid-banner a[href$="/press-releases/"],
.sec-posts-all.category-sustainability + .sec-mid-banner a[href$="/sustainability/"],
.sec-posts-all.category-people-at-algoma + .sec-mid-banner a[href$="/people-at-algoma/"],
.sec-posts-all.uncategorized + .sec-mid-banner a[href$="/people-at-algoma/"],
.single-post .sec-mid-banner a[href$="/news/"],
.single-post.category-case-studies .sec-mid-banner a[href$="/case-studies/"],
.single-post.category-community-news .sec-mid-banner a[href$="/community-news/"],
.single-post.category-press-releases .sec-mid-banner a[href$="/press-releases/"],
.single-post.category-sustainability .sec-mid-banner a[href$="/sustainability/"],
.single-post.category-people-at-algoma .sec-mid-banner a[href$="/people-at-algoma/"],
.single-post.uncategorized .sec-mid-banner a[href$="/people-at-algoma/"]{
    color: var(--brand-clr-mgreen);
    font-weight: 700;
}

.single-post .post-pagination{margin: 3.75em 0;}
.single-post .post-pagination:not(:has(a)){display: none;}
.single-post .post-pagination a{column-gap: .875em;}
.single-post .post-pagination em{font-size: 2.75em; line-height: 1;}
.single-post .post-pagination span{font-size: 1.375em;}
.single-post .post-pagination .rgt-part{margin-left: auto;}
.single-post .post-pagination + .btn-cont{margin-top: 3.75em;}

@media (max-width: 1024px) {
    .lt-desk-md-hid{display: none !important;}

    .hamburger{
        position: absolute;
        top: 50%;
        right: calc(var(--mob-wrapper-pad-lr) - .5em);
        width: 2em;
        height: 2em;
        padding: .5em;
        color: inherit;
        font-size: 1.8em;
        line-height: 1;
        transform: translateY(-50%);
    }
    .hamburger em{pointer-events: none;}
    .hamburger:where(:hover,:focus,.actv){color: var(--brand-clr-mgreen);}
    .hamburger.actv em:before{content: '\f00d';}

    .main-nav{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9;
        overflow-y: auto;
        height: 100vh;
        padding: 9em var(--mob-wrapper-pad-lr) 2em;
        background: var(--brand-clr-dblue);
    }
    .main-nav:before{
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
        width: calc(100vw - 17px);
        height: 7.5em;
        background: inherit;
    }
    .main-menu{
        display: flex;
        flex-direction: column !important;
        justify-content: initial !important;
        min-height: 100%;
        font-family: var(--font-heading);
        font-weight: 400;
        font-size: 1.75em;
    }
    .main-menu .heading{display: none;}
    .main-menu .sub-menu{
        margin: -.5em 0 .5em 1em;
        font-size: .785em;
    }
    .main-menu .sub-menu a{
        position: relative;
        padding: .275em 0 .275em 1.5em;
    }
    .main-menu .sub-menu a:before{
        content: '';
        position: absolute;
        top: .9em;
        left: 0;
        width: 1.375rem;
        border-top: 1px solid var(--brand-clr-green);
    }
    .main-menu .toggle{
        width: 2em;
        height: 2em;
        margin: -.35em -.5em -.25em .5em;
        padding: .5em;
        line-height: 1;
    }
    .main-menu .toggle:after{font-size: 1.125em;}
    .main-menu .is-btn > a{
        width: 100%;
        margin: .5em 0;
        font-weight: 400;
    }
    .main-menu .is-outline-btn > a{
        border-color: var(--brand-clr-white);
        background: initial;
    }
    .main-menu .depth-0{width: 100%;}
    .main-menu .depth-0:not(.is-btn) > a{
        display: flex;
        justify-content: space-between;
        padding: .4375em 0;
    }
    .main-menu .depth-0:not(.is-btn):has(+.is-btn){margin-bottom: .875em;}
    .main-menu .depth-0.is-btn:nth-last-child(2),
    .main-menu .depth-0.is-btn:nth-last-child(1){margin-top: auto;}
    .main-menu .depth-0.is-btn + .is-btn{margin-top: initial;}
    .main-menu .opened .sub-menu{display: block;}
    .main-menu .opened .toggle:after{display: block; transform: scale(-1);}
    .main-menu > .current-menu-item > a{color: var(--brand-clr-green) !important;}
    body:not(.mm-opened) .main-nav{
        pointer-events: none;
        visibility: hidden;
        opacity: 0;
    }
    body.mm-opened :is(.hamburger, .site-header .logo){z-index: 10;}

    .site-header{padding: 1.6875em 0;}
    .site-header.sticky{background: var(--brand-clr-dblue);}

    .sec-banner-video .down-scroll-btn{margin-top: .5em;}
    .sec-testimonials .text.big :where(ol,ul,p){font-size: 1.5em;}
}

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

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

    .flex > .item:not(:last-child):where(.img-part, .video-part){margin-bottom: .625em !important;}
    .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;
    }
    .cs-bordered .flex.only-desk{
        row-gap: 3em;
        max-width: 400px;
        margin: 0 auto;
    }
    .cs-bordered .flex.only-desk > article{
        margin: 0;
        padding: 0 0 3em;
        border-width: 0 0 1px;
    }
    .cs-bordered .flex.only-desk > article:last-child{
        padding: 0;
        border-width: 0;
    }
    .cs-separated .flex:not(.no-cs).only-desk{row-gap: 3em;}
    .cs-separated .flex:not(.no-cs).only-desk > .item:after{content: initial; display: none;}
    .cs-separated .flex:not(.no-cs).only-desk > .item:not(:last-of-type){
        padding-bottom: 3em;
        border-bottom: 1px solid var(--brand-clr-separator);
    }

    .footer-menu{row-gap: 1em;}
    .site-footer :where(.section-1, .section-2) .text p{font-size: .75em !important;}
    .site-footer .section-4 .main-flex{row-gap: 1em;}

    .sec-callout-box{
        padding-left: var(--mob-wrapper-pad-lr) !important;
        padding-right: var(--mob-wrapper-pad-lr) !important;
    }
    .sec-callouts.is-style-default .main-flex{row-gap: 5em !important;}
    .sec-infographics .title br{display: none;}
    .sec-infographics.is-style-default .main-flex{row-gap: 3em !important;}
    .sec-mid-banner .main-flex{row-gap: 0 !important;}
    .sec-mid-banner .menu-part{text-align: center;}
    .sec-post-banner .main-flex{row-gap: 3em !important;}
    .sec-partners-content .main-flex{row-gap: 6.25em;}
    .sec-partners-content .rgt-part{padding-top: 6.25em;}
    .sec-partners-content .rgt-part:before{
        top: 0;
        left: -300%;
    }
    .sec-posts.is-style-default .main-flex{row-gap: 3.75em !important;}
    .sec-posts.is-style-slider article{row-gap: 2.5em !important;}
    .sec-posts.is-style-slider article .text :where(ol,ul,p){font-size: .875em;}
    .sec-posts-all .main-flex{row-gap: 3.75em !important;}
    .sec-testimonials figure{margin: 0 auto;}
    .sec-testimonials .main-flex{row-gap: 3em !important;}
    .sec-testimonials .img-part{text-align: center;}
    .sec-testimonials .img-part .btn{margin-top: 2.5em;}
    .sec-testimonials .owl-carousel{padding: 0 2.5em;}
    .sec-txt-gallery .main-flex{row-gap: 4em !important;}
    .sec-txt-img .txt-part > .text{margin: .875em 0;}
}

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

    .footer-menu{margin: 0 !important;}
    .footer-menu .sub-menu{margin: 0 0 .5em 1em;}
    .footer-menu .sub-menu .title{
        position: relative;
        padding: .275em 0 .275em 1.5em;
    }
    .footer-menu .sub-menu .title:before{
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: .875rem;
        border-top: 1px solid var(--brand-clr-green);
        transform: translateY(-50%);
    }
    .footer-menu .sub-menu li+li{margin-top: .5em;}
    .footer-menu .toggle{
        width: 2em;
        height: 2em;
        margin: -.35em -.5em -.25em .5em;
        padding: .5em;
        line-height: 1;
    }
    .footer-menu .toggle:after{font-size: 1.125em;}
    .footer-menu .depth-0{width: 100%;}
    .footer-menu .depth-0 > .title{
        display: flex;
        justify-content: space-between;
        padding: .4375em 0;
    }
    .footer-menu .depth-0 > span.title{cursor: pointer;}
    .footer-menu .opened .toggle:after{display: block; transform: scale(-1);}
    .footer-menu .opened .sub-menu{display: block;}
    .footer-menu > .current-menu-item > a{color: var(--brand-clr-green) !important;}

    .site-footer .logo img{margin: 0 0 .5em;}
}

@media (max-width: 480px) {
    .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-txt .heading br{display: none;}
    .single-post .post-pagination span{display: none;}
}


@media (min-width: 481px) {
    .video-thumb > .icon{font-size: 2em;}
}

@media (min-width: 621px) {
    .footer-menu .toggle{display: none;}
    .footer-menu .sub-menu{display: block;}
    .footer-menu .sub-menu li+li{margin-top: 1em;}
    .footer-menu > li{flex-basis: 29.633%; margin: 2% 1.85%;}
    .footer-menu > li > .title{display: block; margin-bottom: 1.25em;}
    .footer-menu > li:nth-child(5n+1){transition-delay: .15s;}
    .footer-menu > li:nth-child(5n+2){transition-delay: .25s;}
    .footer-menu > li:nth-child(5n+3){transition-delay: .35s;}
    .footer-menu > li:nth-child(5n+4){transition-delay: .45s;}
    .footer-menu > li:nth-child(5n+5){transition-delay: .55s;}
    .site-footer .section-4 .main-flex > .item{flex-basis: 29.633%;}
}

@media(min-width: 769px) {
    .desk-hid{display: none !important;}
    .flex > .desk-forth{flex-basis: 25%;}
    .flex.cols > .desk-third{flex-basis: 29.633%;}
    .flex.medium-gap > .desk-forth{flex-basis: 19%;}
    .flex.big-gap > :where(.img-part, .gallery-part, .video-part){max-width: 440px;}
    .cs-bordered{
        --article-padding-tb: 1.5em;
        --article-padding-lr: 1.5em;
    }

    .footer-menu > li{flex-basis: 16%;}
    .footer-terms-menu{column-gap: 3em;}
    .site-footer .section-4 .main-flex > .item{
        flex-basis: 16%;
        min-width: 150px;
    }
    .site-footer .bottom .wrapper:after{
        bottom: 50%;
        right: 0;
        width: 150px;
        height: 120px;
        transform: translate(50%, 0);
    }

    :where(.sec-callouts, .sec-infographics).is-style-separated .gap-xl{--column-gap: 80px;}
    :is(.sec-case-studies, .sec-testimonials.is-style-default, .sec-txt-video.is-style-default) .main-flex,
    :where(.sec-txt-callouts, .sec-txt-gallery, .sec-txt-img, .sec-txt-videos).is-style-reversed .main-flex{flex-direction: row-reverse;}
    .sec-about-algoma .main-flex > .rgt-part{max-width: fit-content;}
    .sec-banner-video .heading{font-size: 4em;}
    .sec-callouts .title{font-size: 1.25em;}
    .sec-callouts:not(.is-style-default) article .title{margin-bottom: .5em;}
    .sec-callouts:not(.is-style-default) article .text{margin: .5em 0;}
    .sec-callouts.is-style-default:not(.callout-style-s1) .cols-2 .title{font-size: 1.5em;}
    .sec-case-studies .img-wrap.portrait > img{aspect-ratio: 440/608;}
    .sec-history.is-style-extended .decades .owl-nav{
        left: 50%;
        width: 440px;
        transform: translate(-50%, -50%);
    }
    .sec-history.is-style-extended .decades-wrapper{
        overflow: hidden;
        max-width: 440px;
    }
    .sec-infographics.is-style-separated .wrapper{
        max-width: 1160px;
        padding: 3.75em 5.375%;
        border-radius: .5em;
    }
    .sec-mid-banner .main-flex{row-gap: 4em;}
    .sec-mid-banner .menu-part{padding-right: 4%;}
    .sec-mid-banner .menu-part:before{right: 0;}
    .sec-partners-content .rgt-part{
        min-width: 280px;
        margin-left: 3.75em;
        padding-left: 3.75em;
    }
    .sec-post-featured .txt-part{align-self: center;}
    .sec-posts.is-style-default .img-wrap{max-width: 450px;}
    .sec-posts.is-style-default .img-wrap.hd > img{aspect-ratio: 450/226;}
    .sec-posts.is-style-slider .owl-dots{
        max-width: 450px;
        width: 50%;
        margin: 4.5em 0 0 auto;
        padding: 0 3.5em;
    }
    .sec-posts.is-style-slider .owl-nav > span{left: 53%;}
    .sec-posts.is-style-slider .owl-carousel + .btn-cont{margin-top: 0;}
    .sec-posts.is-style-slider .owl-carousel:not(:last-child){margin-bottom: -2em;}
    .sec-posts.is-style-tiles article:nth-child(odd){flex-direction: row-reverse;}
    .sec-posts-all .title{font-size: 1.25em;}
    .sec-product-details{--column-padding: 40px;}
    .sec-product-details .lft-part{padding-right: var(--column-padding) !important;}
    .sec-product-details .rgt-part{
        position: relative;
        flex-basis: 240px;
        padding-left: var(--column-padding) !important;
    }
    .sec-product-details .rgt-part:before{
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 295%;
        background: url(../png/pattern.png) repeat center #002A38;
        background-size: 90em auto;
    }
    .sec-product-details .rgt-part > *{position: relative;}
    .sec-testimonials .img-part{min-width: 250px;}
    .sec-testimonials.testimonial-style-std .main-flex > .img-part{flex-basis: 30%;}
    .sec-testimonials.testimonial-style-s1 .main-flex > .img-part{flex-basis: 24%;}
    .sec-txt:has(.leaf).justify-content-left .heading-text{margin-right: 10%;}
    .sec-txt.is-style-columns .lft-part{flex-basis: 200px;}
    .sec-txt.is-style-columns .heading{font-size: 2em;}
    .sec-txt-callouts:not(.is-style-stacked) .callouts-part{flex-basis: 48% !important;}
    .sec-txt-videos .video-part{max-width: calc(60% - var(--column-gap)*2/5);}

    .single-staffer .main-menu .depth-0 > a[href$='/about/']{color: #c5fdd2 !important;}
    .single-staffer .main-menu a[href$='/about/leadership/']{color: var(--brand-clr-green) !important;}
}

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

    .h1,h1{font-size: 4.5em; line-height: 1.1;}
    .h2,h2{font-size: 3.875em; line-height: 1.1;}
    .h3,h3{font-size: 2.125em;}
    .h4,h4{font-size: 2em;}
    .text .wp-block-embed{margin: 3em -5.6%;}
    .wp-block-buttons:not(:first-child),
    .text p:has(.btn):not(:first-child){margin-top: 2.125em;}
    .text.medium :where(ol,ul,p){font-size: 1.125em;}
    .text.big :where(ol,ul,p){font-size: 1.5em;}
    .flex.gap-large{--column-gap: 60px;}
    .flex.gap-xl{--column-gap: 80px;}
    .cs-bordered{
        --article-padding-tb: 2em;
        --article-padding-lr: 2em;
    }
    .cs-bordered.align-text-center{--article-padding-lr: 1.5em;}

    .main-menu{font-size: .875em;}
    .main-menu .main-flex{flex-direction: row-reverse;}
    .main-menu .main-flex .rgt-part > .link{margin-top: 1.5em;}
    .main-menu .featured-post figure{width: 160px; margin-right: 1.5em;}
    .main-menu .featured-post img{aspect-ratio: 160/105;}
    .main-menu .featured-post .title{
        margin: 0 0 .25em;
        font-family: var(--font-body);
        font-size: 1em;
    }
    .main-menu .featured-post .text{margin: .5em 0 .75em;}
    .main-menu .featured-post .link{
        text-decoration: underline;
        font-weight: 400;
        font-size: .875em;
    }
    .main-menu .heading{
        margin-bottom: 1em;
        padding-bottom: .75em;
        border-bottom: 1px solid var(--brand-clr-separator);
        color: var(--brand-clr-black);
    }
    .main-menu .toggle:after{
        margin-left: .5em;
        font-size: .9em;
    }
    .main-menu .sub-menu{
        display: block;
        font-weight: 500;
    }
    .main-menu .sub-menu li{display: flex;}
    .main-menu .sub-menu li:before{
        content: '';
        flex: 0 0 1.375em;
        height: 2px;
        margin: .7em .5em 0 0;
        background: var(--brand-clr-green);
    }
    .main-menu .sub-menu li+li{margin-top: .625em;}
    .main-menu .sub-menu-cont{
        display: none;
        position: absolute;
        top: 100%;
        padding: 2em 4em 4em;
        background: var(--brand-clr-white);
        color: var(--brand-clr-black);
        box-shadow: 0 2px 4px -2px #0000000F, 0 4px 8px -2px #0000001A;
    }
    .main-menu .sub-menu-cont:has(.rgt-part){
        left: 0;
        right: 0;
    }
    .main-menu .sub-menu-cont .rgt-part{max-width: 480px;}
    .main-menu .has-2-cols .sub-menu{columns: 2;}
    .main-menu .is-btn > a{
        padding: .7em 1.375em;
        border-color: var(--brand-clr-white);
        background: var(--brand-clr-white);
        color: var(--brand-clr-dblue);
        font-weight: 400;
        font-size: 1em;
    }
    .main-menu .is-outline-btn > a,
    .main-menu .is-btn:not(.is-outline-btn) > a:where(:hover,:focus){
        background: none;
        color: var(--brand-clr-white);
    }
    .main-menu .is-outline-btn > a:where(:hover,:focus){
        background: var(--brand-clr-white);
        color: var(--brand-clr-dblue);
    }
    .main-menu > li{position: initial;}
    .main-menu > li:not(:last-child){padding-right: 1.5em;}
    .main-menu > li:not(.is-btn) > a{padding: 2em 0;}
    .main-menu > li:not(.is-btn) > a:where(:hover,:focus){color: #c5fdd2;}
    .main-menu > li:where(:hover,:focus) > .sub-menu-cont{display: block;}

    .has-transparent-header .site-main > section:first-of-type:where(.has-bg-col,.has-bg-img){padding-top: 12em;}
    .site-header .wrapper{position: relative;}
    .site-header.sticky .bottom{background: var(--brand-clr-dblue);}
    .site-header.sticky:not(.actv){visibility: hidden; pointer-events: none;}
    .site-header.sticky.anim--fade-in:not(.actv) .is-btn > a{transition: none;}
    .site-footer .section{padding: 3em 0;}

    section :where(.btn-cont,.link-cont):not(:first-child){margin-top: 5em;}
    section .pretitle{margin-bottom: 3.75em;}
    .sec-product-details .main-flex > .item,
    .site-footer .top,
    .sec-amg-tabs,
    section.pad-dbl{padding: 7em 0;}
    .sec-banner .text.big :where(ol,ul,p){font-size: 1.1875em;}
    .sec-banner-video .heading{font-size: 5.5em;}
    .sec-callout-box .main-flex:has(.stock-part){--column-gap: 80px !important;}
    .sec-callout-box .price-meta :where(.dollar-sign,.price){font-size: 1.75em;}
    .sec-callout-box .price-meta :where(.currency,.separator,.change){font-size: 1.25em;}
    .sec-callouts.is-style-default .cols-2 figure{margin-bottom: 2.5rem;}
    .sec-callouts.is-style-default:not(.callout-style-s1) .cols-3 .title{font-size: 1.5em;}
    .sec-infographics .title:not(.small){font-size: 2em;}
    .sec-history.is-style-extended .main-flex{--column-gap: 60px;}
    .sec-history.is-style-extended .img-part{min-width: 500px;}
    .sec-mid-banner .pretitle{margin-bottom: 2.5em;}
    .sec-mid-banner .heading{font-size: 2.75em;}
    .sec-partners-banner .img-part{flex-basis: 427px !important;}
    .sec-post-featured .title{font-size: 2em;}
    .sec-post-featured .img-part{
        flex-basis: 56% !important;
        max-width: 572px;
    }
    .sec-posts.is-style-slider .metadata{font-size: 1em;}
    .sec-posts.is-style-slider .owl-carousel:not(:first-child){margin-top: 5em;}
    .sec-posts.is-style-slider .owl-item + .owl-item:before{left: -4em;}
    .sec-testimonials.testimonial-style-s1 .text.big p{font-size: 1.75em;}
    .sec-txt .pretitle{margin-bottom: 3em;}
    .sec-txt-img-2 .heading{font-size: 1.5em;}
    .sec-txt-img-2 .text{margin: 1em 0 1.75em;}
}

@media(min-width: 1201px) {
    .main-menu{font-size: 1em;}
    .main-menu .sub-menu-cont:has(.rgt-part){
        /*left: initial;
        min-width: 1000px;
        width: 60.75vw;*/
        right: calc(-50vw + 609px);
    }

    :where(.sec-banner-video, .sec-txt) .leaf{font-size: 1.25em;}
    :where(.sec-callouts, .sec-infographics).is-style-separated .gap-xl.cols-2{--column-gap: 120px;}
    .sec-callout-box .wrapper{max-width: 1160px;}
    .sec-callout-box .wrapper.has-bg-col:not(.bg-col-white){padding: 3.75em 6.25em;}
    .sec-history.is-style-extended .years-wrapper{max-width: 1160px;}
    .sec-history.is-style-extended .owl-nav{left: -10.75%; right: -10.75%;}
    .sec-post-banner .img-part{
        flex-basis: 59% !important;
        max-width: 744px;
    }
    .sec-post-banner .img-wrap.md > img{aspect-ratio: 744/450;}
    .sec-product-details{--column-padding: 60px;}
    .sec-testimonials .owl-nav{left: -11%; right: -11%;}
}

@media (min-width: 1401px) {
    :where(.sec-banner-video, .sec-txt) .leaf{right: 7%; font-size: 1.85em;}
    :where(.sec-callouts, .sec-infographics).is-style-separated .gap-xl.cols-3{--column-gap: 120px;}
    .sec-post-banner .txt-part{padding-right: 4%;}
}


@media(min-width: 769px) and (max-width: 1024px) {
    .sec-txt-callouts.is-style-stacked .flex-cont article .title{font-size: 1.25em;}
    .sec-txt-img-2 .pretitle-cont{
        flex-direction: column;
        row-gap: 1em;
    }
    .sec-txt-img-2 .pretitle-cont figure{border: initial !important;}
}

@media(min-width: 769px) and (max-width: 1200px) {
    .sec-post-banner .img-wrap.md > img{aspect-ratio: 4/3;}
}

@media(min-width: 1025px) and (max-width: 1200px) {
    .sec-callout-box .flex.gap{--column-gap: 40px;}
}
