/*** COMPONENT - MODERN CLASSIC MENU ***/

/*** BRANDING ***/

.menuLogo {
    width: 190px;
    margin: 0 24px;
    align-self: center;
}

@media screen and (min-width: 1326px) {
    .menuLogo {
        margin: 0 32px;
    }
}

@media screen and (min-width: 1540px) {
    .menuLogo {
        width: 256px;
        margin: 0 48px;
    }
}

.menuLogo a {
    display: block;
    width: 100%;
}

.menuLogo a svg,
.menuLogo a img {
    display: block;
    margin: 0;
    width: 100%;
}


/* MEGA MENU */

.megaMenu {
    display: none;
    height: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0 32px 0 0;
    align-self: center;
    align-items: center;
    font-size: 0.835em;
    z-index: 1;
}

@media screen and (min-width: 1240px) {
    .megaMenu {
        display: flex;
    }
}

.megaMenu:hover ~ .menuContainerDesktop {
    background: var(--lightestGrey);
}

.megaMenu__item {
    height: 100%;
    padding: 0 32px;
}

@media screen and (min-width: 1240px) {
    .megaMenu__item:lang(fr) {
        padding: 0 14px;
    }
}

@media screen and (min-width: 1280px) {
    .megaMenu__item:lang(fr) {
        padding: 0 12px;
    }
}

@media screen and (min-width: 1326px) {
    .megaMenu__item:lang(fr) {
        padding: 0 23px;
    }
}

@media screen and (min-width: 1400px) {
    .megaMenu__item:lang(fr) {
        padding: 0 28px;
    }
}

@media screen and (min-width: 1440px) {
    .megaMenu__item:lang(fr) {
        padding: 0 32px;
    }
}

.megaMenu__baseLink {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    font-weight: 300;
    color: var(--mediumGrey);
    text-decoration: none;
    backface-visibility: hidden;
}

.megaMenu__item--withArrow .megaMenu__baseLink {
    padding-right: 20px;
}

.megaMenu__item--withArrow .megaMenu__baseLink:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 38px;
    right: 0;
    background-image: url(/assets/icon-arrow-menu-down-052b5414.svg);
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.megaMenu__item--withArrow .megaMenu__baseLink:hover::after {
    background-image: url(/assets/icon-arrow-menu-up-0c90319c.svg);
}

.megaMenuExpanse {
    position: absolute;
    display: none;
    flex-direction: row;
    align-items: stretch;
    width: calc(100vw - 65px);
    top: 86px;
    left: 0;
    padding: 16px 24px 24px 24px;
    background: #fff;
}

.megaMenuExpanse__inner {
    display: flex;
    justify-content: center;
    width: 25%;
}

.megaMenuExpanse__link {
    position: relative;
    margin: 32px auto auto auto;
    left: -48px;
    color: var(--darkGrey);
    font-size: 1.2em;
    font-weight: 300;
    text-decoration: none;
}

@media screen and (min-width: 1540px) {
    .megaMenuExpanse__link {
        margin: 32px auto auto auto;
        font-size: 2em;
    }
}

@media (min-width: 1540px) and (max-width: 1879px) {
    .megaMenuExpanse__link:lang(fr) {
        font-size: 1.5em;
    }
}

.megaMenuExpanse__link:hover:before {
    opacity: 1;
}

.megaMenuExpanse__link:before {
    content: "";
    position: absolute;
    opacity: 0;
    width: calc(100% + 42px);
    width: 100%;
    height: 2px;
    bottom: 0;
    background: var(--darkGrey);
}

.megaMenuExpanse__link:after {
    content: "";
    position: absolute;
    width: 22px;
    height: 23px;
    top: 3px;
    right: -38px;
    background-image: url(/assets/icon-mega-menu-arrow-af4b336d.svg);
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

@media screen and (min-width: 1540px) {
    .megaMenuExpanse__link:after {
        width: 32px;
        height: 24px;
        top: 12px;
        right: -48px;
    }
}

@media (min-width: 1540px) and (max-width: 1879px) {
    .megaMenuExpanse__link:lang(fr):after {
        top: 8px;
    }
}

.megaMenuExpanse__content {
    width: 75%;
}

.megaMenuExpanse__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    background: var(--lightestGrey);
}

.megaMenuExpanse__item {
    width: 33.33%;
}

.megaMenuExpanse__item:hover {
    background: var(--lightGrey);
}

.megaMenuExpanse__item a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 32px;
    box-sizing: border-box;
    text-decoration: none;
    color: var(--mediumGrey);
}

.megaMenuExpanse__itemTitle {
    font-size: 1.2em;
    font-weight: 400;
    margin: 0 0 16px 0;
}

.megaMenuExpanse__itemText {
    margin: 0;
}


/*** DESKTOP MENU ***/

.menuSpacer {
    position: relative;
    height: 64px;
    width: 100%;
}

@media screen and (min-width: 1140px) {
    .menuSpacer {
        height: 86px;
    }
}

.menuTopBar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: 32px;
    top: 0;
    box-sizing: border-box;
    z-index: 21;
    background: #000;
}

.menuTopBarContents {
    align-self: center;
}

.menuTopBarContents__telephoneLink {
    display: inline-flex;
    margin-left: auto;
    color: #fff;
    letter-spacing: 1px;
    /* text-decoration: none; */
    opacity: 1 !important;
}

_:-ms-fullscreen, :root .menuTopBarContents__telephoneLink { /* IE 11 Only */
    margin-left: 0;
}

.menuTopBar .menu {
    list-style: none;
    margin: 0 12px 0 auto;
    padding: 0;
}

.menuTopBar .menu li {
    display: inline-block;
}

.menuTopBar .menu li a {
    color: #fff;
    text-decoration: none;
}

.menuContainerDesktop {
    display: flex;
    width: 100%;
    height: 64px;
    top: 0;
    background: #fff;
    z-index: 20;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media screen and (min-width: 1140px) {
    .menuContainerDesktop {
        height: 86px;
    }
}

.menuContainerDesktop .menu {
    position: relative;
    display: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    align-self: center;
    font-size: 0.835em;
    z-index: 1;
}

.menuContainerDesktop .menu a {
    position: relative;
    display: block;
    height: 100%;
    font-weight: 300;
    color: var(--mediumGrey);
    text-decoration: none;
    backface-visibility: hidden;
}

.menuContainerDesktop .menu ul a:hover {

}

.menuContainerDesktop .menu a:hover::after {
    background-image: url(/assets/icon-arrow-menu-up-0c90319c.svg);
}

.menuContainerDesktop .menu ul a:hover {

}

.menuContainerDesktop .menu a span {
    font-weight: inherit;
}

.menuContainerDesktop .menu > li {
    float: left;
    margin-right: 48px;
    /* padding: 0 0 4px 0; */
}

.menuContainerDesktop .menu-link-with-down-arrow > a:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 7px;
    right: 0;
    background-image: url(/assets/icon-arrow-menu-down-052b5414.svg);
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.menuContainerDesktop .menu-link-with-down-arrow {
    /* margin-right: 48px !important; */
}

.menuContainerDesktop .menu-link-with-down-arrow a {
    padding-right: 20px;
}

.menuContainerDesktop .menu > .lang-item-first {
    margin-right: 8px;
}

.menuContainerDesktop .menu > .lang-item-first a {

}

.menu-link-cta a {
    background: #000;
    padding: 0.3px 16px 2px !important;
    border: 1.5px solid #000;
    border-radius: 64px;
    color: #fff !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu-link-cta a:hover {
    background: #a7a7a7;
    border: 1.5px solid #a7a7a7;
}

.menuContainerDesktop .menu > .current-lang {
    font-weight: bold;
}

.menuContainerDesktop .menu > .current_page_item,
.menuContainerDesktop .menu > .current-menu-parent,
.menuContainerDesktop .menu > .current-menu-item,
.menuContainerDesktop .menu > .current_page_parent {
    /* border-bottom: 2px solid #000 !important; */
    font-weight: bold;
}

.menuContainerDesktop .menu li .sub-menu .current-menu-item a {
    font-weight: bold;
}

.menuContainerDesktop .menu > .lang-item {
    border-bottom: 0px solid #000 !important;
}

.menuContainerDesktop .menu ul {
    position: absolute;
    min-width: 173px;
    visibility: hidden;
    list-style-type: none;
    padding: 12px 0 0 0;
}

.menuContainerDesktop .menu ul ul {
    top: 0;
    left: 100%;
    padding: 0;
}

.menuContainerDesktop .menu ul li {
    position: relative;
    float: none;
    opacity: 0;
    font-weight: normal;
    background: #fff;
    box-shadow: 0 0.08em 0.25em 0 rgba(0,0,0,0.3);
}

.menuContainerDesktop .menu ul a {
    color: #000 !important;
    padding: 10px 18px;
}

.menuContainerDesktop .menu ul a:hover {
    background: #f7f7f7;
}

.menuContainerDesktop .menu ul li:first-of-type,
.menuContainerDesktop .menu ul li:first-of-type a,
.menuContainerDesktop .menu ul li ul li:first-of-type,
.menuContainerDesktop .menu ul li ul li:first-of-type a {
    /* border-radius: 6px 6px 0 0; */ /* Enable for rounded menus */
}

.menuContainerDesktop .menu ul li:last-of-type,
.menuContainerDesktop .menu ul li:last-of-type a,
.menuContainerDesktop .menu ul li ul li:last-of-type,
.menuContainerDesktop .menu ul li ul li:last-of-type a {
    /* border-radius: 0 0 6px 6px; */ /* Enable for rounded menus */
}

.menuContainerDesktop .menu ul li:last-of-type {
    margin: 0;
}

.menuContainerDesktop .menu li:hover > ul,
.menuContainerDesktop .menu li > ul:hover {
    visibility: visible;
}

.menuContainerDesktop .menu li:hover > ul li {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.menuContainerDesktop .menu > li a:hover {
    opacity: 1 !important;
}

.menuContainerDesktop .menu li .sub-menu li a:hover {
    color: #000 !important;
}

.menuContainerDesktop__line {
    width: 1.5px;
    height: calc(100% - 32px);
    margin: auto 0;
    background: #CDCECE;
}

@media screen and (min-width: 1540px) {
    .menuContainerDesktop__line {
        margin: auto 16px auto 0;
    }
}


/* WooCommerce Ajax-Quantity Cart Icon */

.ajaxCart {
    position: relative;
    display: none;
    margin: -2px 32px 0 0;
    align-self: center;
    z-index: 1;
}

.ajaxCart:hover {
    cursor: pointer;
    opacity: 0.8;
}

.ajaxCartContents {
    display: block;
    float: left;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.ajaxCartContents:before {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 7px;
    content: "";
    background-image: url(/assets/icon-cart-7d8ee357.svg);
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    float: left;
}

.ajaxCartContents:hover {
    text-decoration: none;
}

.ajaxCartContents__count {
    width: 16px;
    height: 7.5px;
    margin: -2px 0 0 -2px;
    color: #fff;
    background: #000;
    border: 1.5px solid #000;
    padding: 2px 0 6px 0;
    border-radius: 100%;
    font-size: 10px;
    font-weight: 900;
    line-height: 1.2;
    float: right;
    text-align: center;
}


/*** MOBILE MENU ***/

.menuBurgerContainer {
    position: absolute;
    top: 21px;
    right: 24px;
    align-self: center;
    z-index: 21;
    line-height: 0;
}

@media screen and (min-width: 1140px) {
    .menuBurgerContainer {
        top: 32px;
    }
}

.menuContainerMobile {
    position: absolute;
    display: block;
    width: 67%;
    max-width: 300px;
    height: auto;
    min-height: calc(100vh + 50px);
    margin: auto;
    margin-left: 0;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0.17em 0.25em 0.3em 0px rgba(0, 0, 0, 0.2);
    z-index: 22;
    transform: translateX(-120%);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.menuContainerMobile ul {
    position: relative;
    display: block;
    overflow: auto;
    margin: auto;
    padding: 0;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    list-style-type: none;
}

.menuContainerMobile ul a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 10px 10px 25px;
    box-sizing: border-box;
    color: var(--darkGrey);
    background: #fff;
    text-decoration: none;
}

.menuContainerMobile ul li {
    float: none;
    margin: 0;
    /* border-bottom: 1px solid #d8d8d8; */
}

.menuContainerMobile ul .current_page_item > a:before {
    position: absolute;
    width: 8px;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--mediumBlue);
    content: "";
}

.menuContainerMobile ul ul {
    padding-left: 24px;
}

.menuMobileShader {
    position: absolute;
    display: none;
    width: 100%;
    min-height: calc(100vh + 50px);
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.94);
    z-index: 20;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}


/* Burger Button */

.menuBurgerContainer__hamburger {
  	display: inline-block;
  	overflow: visible;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
  	transition-property: opacity, -webkit-filter;
  	transition-property: opacity, filter;
  	transition-property: opacity, filter, -webkit-filter;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.menuBurgerContainer__hamburger:hover {
  	opacity: .86;
}

.menuBurgerContainer__hamburger {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 20px;
}

.menuBurgerContainer__hamburger .hamburgerLayers,
.menuBurgerContainer__hamburger .hamburgerLayers:after,
.menuBurgerContainer__hamburger .hamburgerLayers:before {
    position: absolute;
    width: 22px;
    height: 2px;
  	transition-timing-function: ease;
  	transition-duration: .15s;
  	transition-property: -webkit-transform;
  	transition-property: transform;
  	background-color: var(--mediumBlue);
}

.menuBurgerContainer__hamburger .hamburgerLayers {
    top: 10px;
	  transition-timing-function: cubic-bezier(.55,.055,.675,.19);
	  transition-duration: .1s;
}

.menuBurgerContainer__hamburger .hamburgerLayers:before {
  	display: block;
  	content: '';
    top: -8px;
	  transition: top .1s .14s ease, opacity .1s ease;
}

.menuBurgerContainer__hamburger .hamburgerLayers:after {
  	display: block;
  	content: '';
    bottom: -8px;
  	transition: bottom .1s .14s ease, -webkit-transform .1s cubic-bezier(.55,.055,.675,.19);
  	transition: bottom .1s .14s ease, transform .1s cubic-bezier(.55,.055,.675,.19);
}

.menuBurgerContainer__hamburger.flag-active .hamburgerLayers {
  	transition-delay: .14s;
  	transition-timing-function: cubic-bezier(.215,.61,.355,1);
  	-webkit-transform: rotate(45deg);
  	transform: rotate(45deg);
}

.menuBurgerContainer__hamburger.flag-active .hamburgerLayers:before {
  	top: 0;
  	transition: top .1s ease, opacity .1s .14s ease;
  	opacity: 0;
}

.menuBurgerContainer__hamburger.flag-active .hamburgerLayers:after {
  	bottom: 0;
  	transition: bottom .1s ease, -webkit-transform .1s .14s cubic-bezier(.215,.61,.355,1);
  	transition: bottom .1s ease, transform .1s .14s cubic-bezier(.215,.61,.355,1);
  	-webkit-transform: rotate(-90deg);
  	transform: rotate(-90deg);
}

.menuBurgerContainer__hamburger.active-color .hamburgerLayers,
.menuBurgerContainer__hamburger.active-color .hamburgerLayers:before,
.menuBurgerContainer__hamburger.active-color .hamburgerLayers:after {
    background-color: var(--mediumBlue);
}


/*** SEARCH ***/

.menuSearch {
    width: 20px;
    height: auto;
    margin-right: 72px;
    align-self: center;
    opacity: 1;
}

.menuSearch svg {
    display: block;
    margin: auto;
}

.menuSearch svg:hover {
    cursor: pointer;
}

.menuSearch svg:hover .st0 {
    stroke: #a7a7a7;
}

.menuSearch .st0 {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.searchOverlay {
    position: fixed;
    display: flex;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    visibility: hidden;
    z-index: 999;
    background: rgba(255,255,255,0.94);
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
    -ms-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
}

.searchOverlay__content {
    position: relative;
    width: 66%;
    max-width: 520px;
    min-width: 300px;
    margin: auto;
    top: 0;
    bottom: 0;
    left:  0;
    right:  0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.searchOverlay__close {
    position: absolute;
    width: 24px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 36vh;
    background: #fff;
    border-radius: 50%;
    padding: 8px;
    visibility: hidden;
    box-shadow: 0 0.09em 0.05em 0 rgba(0,0,0,0.15);
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
    -ms-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
}

.searchOverlay__close:hover {
    cursor: pointer;
    opacity: 0.8;
}

.searchOverlaySearchBox {
    background: #fff;
    text-align: center;
    padding: 16px 0;
    border-radius: 3px;
    box-shadow: 0 0.16em 0.2em 0 rgba(0,0,0,0.15);
}

.searchOverlaySearchBox__input {
    width: 100%;
    text-align: center;
    color: #000;
    background: transparent;
    border: 0;
}

.searchOverlaySearchBox__submit {
    display: none;
}

.searchOverlaySearchBox__input::-webkit-input-placeholder,
.searchOverlaySearchBox__input:-moz-placeholder,
.searchOverlaySearchBox__input::-moz-placeholder,
.searchOverlaySearchBox__input:-ms-input-placeholder {
    color: #000;
}

.searchOverlaySearchBox__input:focus::-webkit-input-placeholder,
.searchOverlaySearchBox__input:focus:-moz-placeholder,
.searchOverlaySearchBox__input:focus::-moz-placeholder,
.searchOverlaySearchBox__input:focus:-ms-input-placeholder {
    opacity: 0;
}


/*** MEDIA QUERIES ***/

/* Min-Widths */

@media screen and (min-width: 360px) {

}

@media screen and (min-width: 411px) {

}

@media screen and (min-width: 600px) {
    .menuTopBar {
        justify-content: flex-end;
    }
    .menuTopBarContents__telephoneLink {
        margin-right: 24px;
    }
    .menuTopBar .menu {
        display: block;
        margin: 0 16px 0 0;
    }
}

@media screen and (min-width: 768px) {

}

@media screen and (min-width: 1240px) {
    .menuContainerDesktop .menu,
    .menuDesktopSocials,
    .ajaxCart {
        display: flex;
        align-items: center;
    }
    .menuBurgerContainer,
    .menuContainerMobile,
    .menuMobileShader {
        display: none !important;
    }
    .menuSearch {
        margin-right: 32px;
    }
    .searchOverlaySearchBox {
        padding: 1vw 0;
    }
}

@media screen and (min-width: 1160px) {

}

@media screen and (min-width: 1326px) {

}

@media screen and (min-width: 1367px) {

}

@media screen and (min-width: 1441px) {

}

@media screen and (min-width: 1880px) {

}

@media screen and (min-width: 2100px) {

}

@media screen and (min-width: 2400px) {

}


/* Max-Widths */

@media screen and (max-width: 359px) {

}


/* Specific Ranges */

@media (width: 720px) and (height: 1280px) { /* MS Surface Pro 1 & 2 */

}

@media (width: 768px) and (height: 1024px) { /* iPad */

}

@media (width: 1024px) and (min-height: 1366px) and (max-height: 1367px) { /* iPad Pro */

}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
.alignnone{margin:5px 20px 20px 0}.aligncenter,div.aligncenter{display:block;margin:5px auto}.alignright{float:right;margin:5px 0 20px 20px}.alignleft{float:left;margin:5px 20px 20px 0}a img.alignright{float:right;margin:5px 0 20px 20px}a img.alignnone{margin:5px 20px 20px 0}a img.alignleft{float:left;margin:5px 20px 20px 0}a img.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-caption{background:#fff;border:1px solid #f0f0f0;max-width:96%;padding:5px 3px 10px;text-align:center}.wp-caption.alignnone{margin:5px 20px 20px 0}.wp-caption.alignleft{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{border:0 none;height:auto;margin:0;max-width:98.5%;padding:0;width:auto}.wp-caption p.wp-caption-text{font-size:11px;line-height:17px;margin:0;padding:0 4px 5px}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#eee;clip:auto!important;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html{line-height:1.15}body{width:100%;height:auto;margin:auto;font-size:15px;font-family:'Segoe UI',sans-serif;-webkit-font-smoothing:subpixel-antialiased}h1{font-family:inherit;letter-spacing:inherit;font-size:1.5em;font-weight:400;-webkit-tap-highlight-color:rgba(0,0,0,0)}h2{font-family:inherit;letter-spacing:inherit;font-size:1.2em;font-weight:400;-webkit-tap-highlight-color:rgba(0,0,0,0)}h3,h4,h5,h6{font-family:inherit;letter-spacing:inherit;font-size:1em;font-weight:400;-webkit-tap-highlight-color:rgba(0,0,0,0)}p,span{font-family:inherit;letter-spacing:inherit;font-size:1em;font-weight:400;-webkit-tap-highlight-color:rgba(0,0,0,0)}a{font-family:inherit;letter-spacing:inherit;font-size:1em;-webkit-tap-highlight-color:rgba(0,0,0,0)}a:focus{outline:0}a:hover,a:active{outline:0}li{font-family:inherit;letter-spacing:inherit;font-size:1em;-webkit-tap-highlight-color:rgba(0,0,0,0)}img{display:block;max-width:100%;height:auto;margin:auto;vertical-align:bottom;-webkit-tap-highlight-color:rgba(0,0,0,0)}svg{display:block;-webkit-tap-highlight-color:rgba(0,0,0,0)}figure{margin:0}.spacer,.clearfix{clear:both}.lang-fr,.lang-en{display:none}.lang-fr:lang(fr),.lang-en:lang(en){display:block}img,svg{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}input:focus{outline:0}button:focus{outline:0}textarea,input{outline:none}input[type='text'],input[type='email'],input[type='tel'],input[type='password'],input[type='number'],textarea{padding:8px;width:100%;box-sizing:border-box}select{padding:6.9px;width:100%;box-sizing:border-box}input[type='submit']{width:100%;padding:12px;box-sizing:border-box;cursor:pointer}::-webkit-input-placeholder{color:#323232}:-moz-placeholder{color:#323232}::-moz-placeholder{color:#323232}:-ms-input-placeholder{color:#323232}:focus::-webkit-input-placeholder{color:transparent}:focus:-moz-placeholder{color:transparent}:focus::-moz-placeholder{color:transparent}:focus:-ms-input-placeholder{color:transparent}.state-on-screen{-moz-transition:all .3s ease-out;-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;-moz-transform:translateY(-32px)!important;-webkit-transform:translateY(-32px)!important;-o-transform:translateY(-32px)!important;-ms-transform:translateY(-32px)!important;transform:translateY(-32px)!important;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.ut-display-block{display:block!important}.ut-display-none{display:none!important}.ut-display-table{display:table!important}.ut-display-table-cell{display:table-cell!important}.ut-display-flex{display:flex!important}.ut-visibility-visible{visibility:visible!important}.ut-visibility-hidden{visibility:hidden!important}.ut-fixed{position:fixed!important}.ut-absolute{position:absolute!important}.ut-relative{position:relative!important}.ut-static{position:static!important}.ut-float-right{float:right!important}.ut-float-left{float:left!important}.ut-absolute-top{position:absolute!important;top:0!important;bottom:unset!important}.ut-absolute-bottom{position:absolute!important;bottom:0!important;top:unset!important}.ut-opacity-1{opacity:1!important}.ut-opacity-0{opacity:0!important}.ut-border-none{border:none!important}.ut-bg-none{background:none!important}.ut-text-align-center{text-align:center!important}.ut-overflow-hidden{overflow:hidden!important}.ut-overflow-x-hidden{overflow-x:hidden!important}.ut-overflow-y-hidden{overflow-y:hidden!important}.ut-width-full{width:100%!important}.ut-margin-top-0{margin-top:0!important}.ut-text-align-left{text-align:left!important}.ut-text-align-right{text-align:right!important}.ut-text-align-left{text-align:center!important}.ut-height-auto{height:auto!important}.ut-rotate-pos-45-deg{transform:rotate(45deg)!important}.ut-translate-x-0{transform:translateX(0%)!important}.ut-translate-y-0{transform:translateY(0%)!important}.ut-body-lock{height:100vh;overflow-y:scroll}.ut-wrapper-lock{height:100vh;overflow:hidden}.ut-z-index-max{z-index:99999}.ut-no-box-shadow{box-shadow:none!important}.ut-responsive-video{position:relative;height:0;margin:auto;overflow:hidden;padding-bottom:56.25%}.ut-responsive-video embed,.ut-responsive-video iframe,.ut-responsive-video object,.ut-responsive-video video{position:absolute;width:100%;height:100%;top:0;left:0}.ut-no-select{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ut-no-touch{-webkit-tap-highlight-color:rgba(0,0,0,0)}.ut-no-select-touch{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ut-video-popup-shader{position:fixed;width:100%;height:100%;margin:auto;top:0;bottom:0;left:0;right:0;z-index:1001;opacity:0;background:rgba(255,255,255,0.8);-moz-transition:all .5s linear;-webkit-transition:all .5s linear;-o-transition:all .5s linear;transition:all .5s linear}.ut-video-popup{position:fixed;width:0;height:0;margin:auto;top:0;bottom:0;left:0;right:0;z-index:1002;opacity:0;background:rgba(0,0,0,0.92);-moz-transition:all .5s linear;-webkit-transition:all .5s linear;-o-transition:all .5s linear;transition:all .5s linear}.ut-video-popup.open{opacity:1;width:340px;height:192px}.ut-video-popup > *{width:100%;opacity:0;-moz-transition:all .3s linear;-webkit-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear;box-shadow:0 .2em 1em 0 rgba(0,0,0,0.15)}@media screen and (min-width: 720px){.ut-video-popup.open{width:520px;height:292px}}@media screen and (min-width: 1000px){.ut-video-popup.open{width:903px;height:507px}}@media screen and (min-width: 1880px){.ut-video-popup.open{width:1200px;height:675px}}.ut-parallax-viewport{width:100%;margin:auto;position:absolute;top:0;left:0;right:0;background-size:cover;background-position-y:0;background-repeat:no-repeat}.ut-parallax-viewport:after{width:100%;height:100%;margin:auto;position:absolute;top:0;left:0;right:0;content:"";background:rgba(0,0,0,0.3)}@media screen and (min-width: 1000px){.ut-height-viewport{height:100vh!important}.ut-min-height-viewport{min-height:100vh!important}.ut-parallax-viewport{min-height:125vh!important}}.faux-page-loader{position:fixed;width:100%;height:100vh;background:#fff;z-index:999;display:none;opacity:0;-webkit-transition:all .5s cubic-bezier(0.25,0.46,0.45,0.84);-moz-transition:all .5s cubic-bezier(0.25,0.46,0.45,0.84);-ms-transition:all .5s cubic-bezier(0.25,0.46,0.45,0.84);-o-transition:all .5s cubic-bezier(0.25,0.46,0.45,0.84);transition:all .5s cubic-bezier(0.25,0.46,0.45,0.84)}.faux-page-loader svg,.faux-page-loader img{position:absolute;width:72px;margin:auto;left:0;right:0;top:0;bottom:0}_:-ms-lang(x),_:-webkit-full-screen,.ut-faux-page-loader{visibility:hidden}_:-ms-fullscreen,:root .ut-faux-page-loader{display:none!important}.animation-trigger{position:absolute;height:2px;width:100%;right:0;left:0;top:0;margin:0;background:#0f0;visibility:hidden;z-index:999}
/*
    Theme Name: AET Solutions
    Theme URI: http: //cultureinspired.com
    Description: AET Solutions theme by Culture Inspired.
    Version: 1.0.0
    Framework Version: 1.7.8 Beta
    Author: Culture Inspired
    Author URI: http: //cultureinspired.com
*/


/*** BASE ***/

/* Fonts */

/*
@font-face {
    font-family: 'Roboto';
    src: url(https://aetsolutions.ca/wp-content/themes/ci-aet/assets/fonts/Roboto-Bold.ttf) format('ttf'),
         url(https://aetsolutions.ca/wp-content/themes/ci-aet/assets/fonts/Roboto-Bold.woff) format('woff');
    font-weight: 700;
    font-style: normal;
}
*/


/* Brand Colors */

:root {
  --white: #fff;
  --lightestGrey: #F5F5F5;
  --lightGrey: #E7E7E8;
  --mediumGrey: #6D7376;
  --darkGrey: #4C4E4E;
  --mediumBlue: #002778;
  --cyan: #0089AF;
  --bluePurpleRadialGradient: radial-gradient(circle at 50% 50%, rgba(193, 0, 107, 1) 0%, rgba(0, 39, 120, 1) 50%, rgba(0, 137, 175, 1) 100%);
  --bluePurpleLinearGradient: linear-gradient(45deg, rgba(193, 0, 107, 1) 0%, rgba(0, 39, 120, 1) 50%, rgba(0, 137, 175, 1) 100%);
}


/* Global */

.otgs-development-site-front-end,
.grecaptcha-badge {
    display: none !important;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'canada-type-gibson', sans-serif;
    color: var(--darkGrey);
    font-size: 16px;
    line-height: 1.35;
    font-weight: 200;
}

@media screen and (min-width: 1000px) {
    body {
        font-size: 21.85px;
    }
}

.wrapper {
    background: var(--lightestGrey);
}

h1 {
    font-weight: inherit;
}

h2 {
    font-weight: inherit;
}

h3 {
    font-weight: inherit;
}

h4 {
    font-weight: inherit;
}

h5 {
    font-weight: inherit;
}

p {
    font-weight: inherit;
}

span {
    font-weight: inherit;
}

strong {
    font-weight: 500;
}

ul,
li,
article {
    box-sizing: border-box;
}

.wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}


/* Common Components */

.pageSection {
    position: relative;
    float: left;
    width: 100%;
}

.pageSection--hero {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    min-height: calc(100vh - 64px);
    min-height: calc(100vh - 120px);
}

@media screen and (min-width: 1000px) {
    .pageSection--hero {
        min-height: calc(1366px - 64px);
        height: calc(100vh - 64px);
    }
}

@media screen and (min-width: 1140px) {
    .pageSection--hero {
        min-height: auto;
        min-height: 750px;
        height: calc(100vh - 86px);
        margin-bottom: 80px;
    }
}

.pageSection__image--heroGradient {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.pageSection__image--hero {
    position: absolute;
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
    bottom: 64px;
    left: 0;
    right: 0;
}

/* @media screen and (min-width: 412px) {
    .pageSection__image--hero {
        max-width: 300px;
    }
}

@media screen and (min-width: 600px) {
    .pageSection__image--hero {
        max-width: 320px;
    }
}

@media screen and (min-width: 720px) {
    .pageSection__image--hero {
        max-width: 500px;
    }
}

@media screen and (min-width: 1000px) {
    .pageSection__image--hero {
        max-width: 640px;
    }
} */

@media screen and (min-width: 1140px) {
    .pageSection__image--hero {
        position: absolute;
        max-height: calc(100% - 80px);
        width: auto;
        max-width: 100%;
        top: initial;
        bottom: 80px;
        right: 0;
        left: initial;
        margin: auto 0 0 auto;
    }
}

.heroContent {
    position: relative;
    width: 83.75%;
    margin: auto;
    top: -60px;
    z-index: 1;
}

@media screen and (min-width: 1140px) {
    .heroContent {
        width: auto;
        margin: auto 0 auto 8.125%;
    }
}

@media screen and (min-width: 2100px) {
    .heroContent {
        width: 83.75%;
        max-width: 1600px;
        margin: auto;
    }
}

.heroContent__heading {
    font-size: 2.4em;
    line-height: 1.05;
    font-weight: 200;
    margin: 0;
}

@media screen and (min-width: 720px) {
    .heroContent__heading {
        font-size: 3.5em;
        font-size: 2.8em;
    }
}

.heroContent__heading strong {
    font-weight: 500;
}

.heroContent__text {
    font-size: 1.2em;
    font-size: 1em;
    font-weight: 300;
    margin-bottom: 32px;
}

.secondaryNavMenu {
    position: absolute;
    height: 64px;
    width: 100%;
    overflow-x: auto;
    margin: 0;
    bottom: 0;
    background: #fff;
    z-index: 1;
}

@media screen and (min-width: 1140px) {
    .secondaryNavMenu {
        width: 100%;
        height: 80px;
        /* overflow-x: initial; */
        font-size: 0.835em;
    }
}

.secondaryNavMenu--fixed {
    position: fixed;
    top: 0;
    bottom: initial;
    z-index: 23;
}

.secondaryNavMenu__list {
    display: flex;
    align-items: center;
    min-width: 100%;
    width: max-content;
    height: 100%;
    margin: 0;
    bottom: 0;
    padding: 0;  
}

@media screen and (max-width: 1139px) {
    .secondaryNavMenu__list {
        font-size: 16px;
    }
}

.secondaryNavMenu__item {
    position: relative;
    display: flex;
    padding: 0 12px;
    height: 100%;
    text-align: center;
}

@media screen and (min-width: 1140px) {
    .secondaryNavMenu__item {
        /* min-width: 14%; */
        padding: 0;
    }
}

.secondaryNavMenu__highlight {
    position: absolute;
    visibility: hidden;
    width: 100%;
    height: 6px;
    left: 0;
    bottom: 0;
    background: var(--cyan);
}

@media screen and (min-width: 720px) {
    .secondaryNavMenu__highlight {
        height: 10px;
    }
}

.secondaryNavMenu__item:hover {
    background: var(--lightGrey);
}

.secondaryNavMenu__item a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 0 16px;
    text-decoration: none;
    font-weight: 300;
    color: var(--mediumGrey);
}

@media screen and (min-width: 1400px) {
    .secondaryNavMenu__item a {
        padding: 0 32px;
    }
}

.pageContent {
    position: relative;
    width: 92%;
    margin: auto;
}

.pageContent__superTitle {

}

.pageContent__heading {

}

.pageContent__text {
  
}

.pageContent__heading span {
    font-weight: inherit;
}

.pageContent__text {

}

.magazineBlocks {
    width: 83.75%;
    /* max-width: 600px; */
    list-style: none;
    padding: 0;
    margin: auto;
}

@media screen and (min-width: 1000px) {
    .magazineBlocks {
        max-width: 1600px;
    }
}

@media screen and (min-width: 1326px) {
    .magazineBlocks {
        width: 83.75%;
    }
}

.magazineBlock {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

@media screen and (min-width: 1000px) {
    .magazineBlock {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

.magazineBlocks .magazineBlock {
    padding-top: 48px;
}

@media screen and (min-width: 720px) {
    .magazineBlocks .magazineBlock {
        padding-top: 80px;
    }
}

.magazineBlocks .magazineBlock:first-of-type {
    padding-top: 0;
}

.magazineBlocks .magazineBlock:last-of-type {
    /* padding-bottom: 48px; */
}

@media screen and (min-width: 720px) {
    .magazineBlocks .magazineBlock:last-of-type {
        /* padding-bottom: 92px; */
    }
}

@media screen and (min-width: 1000px) {
    .magazineBlocks .magazineBlock {
        padding-top: 150px;
    }
    .magazineBlocks .magazineBlock:last-of-type {
        /* padding-bottom: 150px; */
    }
}

.magazineBlocks .magazineBlock:nth-of-type(even) {
    flex-direction: row-reverse;
}

.magazineBlock__content {
    width: 100%;
    box-sizing: border-box;
}

@media screen and (min-width: 1000px) {
    .magazineBlock__content {
        width: 52%;
        padding-top: 16px;
        padding-right: 80px;
    }
    .magazineBlocks .magazineBlock:nth-of-type(odd) .magazineBlock__content {
        padding-right: 0;
        padding-left: 80px;
    }
    .magazineBlocks .magazineBlock:nth-of-type(even) .magazineBlock__content {
        padding-right: 80px;
    }
}

@media screen and (min-width: 1600px) {
    .magazineBlock__content {
        padding-right: 150px;
    }
    .magazineBlocks .magazineBlock:nth-of-type(odd) .magazineBlock__content {
        padding-left: 150px;
    }
    .magazineBlocks .magazineBlock:nth-of-type(even) .magazineBlock__content {
        padding-right: 150px;
    }
}

@media screen and (min-width: 1920px) {
    .magazineBlock__content {
        padding-right: 300px;
    }
    .magazineBlocks .magazineBlock:nth-of-type(odd) .magazineBlock__content {
        padding-left: 300px;
    }
    .magazineBlocks .magazineBlock:nth-of-type(odd) .magazineBlock__content:lang(fr) {
        padding-left: 200px;
    }
    .magazineBlocks .magazineBlock:nth-of-type(even) .magazineBlock__content {
        padding-right: 300px;
    }
}

.magazineBlock__heading {
    font-size: 2.4em;
    margin: 0 0 16px;
}

@media screen and (min-width: 1000px) {
    .magazineBlock__heading {
        font-size: 3em;
        line-height: 1.05;
        margin: 0;
    }
}

@media screen and (min-width: 1600px) {
    .magazineBlock__heading {
        font-size: 3.5em;
    }
}

@media screen and (max-width: 1399px) {
    .magazineBlock__heading br {
        display: none;
    }
}

.magazineBlock__text {
}

.magazineBlock__text a {
    color: var(--cyan);
    font-weight: 300;
}

.btn.magazineBlock__btn {
    margin: 24px 0 0;
}

.magazineBlock__image {
    width: 100%;
    margin: 0 0 48px 0;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (min-width: 1000px) {
    .magazineBlock__image {
        width: 48%;
        margin: 0 0 auto auto;
    }
}

@media screen and (min-width: 1400px) {
    .magazineBlock__image {
        margin: auto 0 auto auto;
        margin: 0 0 auto auto;
    }
}

.magazineBlocks .magazineBlock__image {
    height: 320px;
}

@media screen and (min-width: 1000px) {
    .magazineBlocks .magazineBlock__image {
        height: 400px;
    }
}

@media screen and (min-width: 1400px) {
    .magazineBlocks .magazineBlock__image {
        height: 520px;
    }
}

.services {
    width: 83.75%;
    max-width: 1366px;
    margin: 32px auto 0 auto;
}

@media screen and (min-width: 720px) {
    .services {
        margin: 20px auto 0 auto;
    }
}

@media screen and (min-width: 1200px) {
    .services {
        width: 70%;
        margin: 20px auto 32px auto;
    }
}

@media screen and (min-width: 1400px) {
    .services {
        margin: 20px auto 64px auto;
    }
}

.services__list {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    top: -128px;
}

@media screen and (min-width: 1140px) {
    .services__list {
        top: -160px;
    }
}

.services__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* padding-top: 40px; */
    padding-top: 128px;
    margin-bottom: -64px;
}

@media screen and (min-width: 720px) {
    .services__item {
        flex-direction: row;
        /* padding-top: 100px; */
    }
}

@media screen and (min-width: 1140px) {
    .services__item {
        padding-top: 160px;
        margin-bottom: -80px;
    }
}

.services__item:last-of-type {
    padding-bottom: 0;
}

.services__image {
    min-width: 100%;
    height: 210px;
    margin: 0 0 24px 0;
    border-radius: 12px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (min-width: 720px) {
    .services__image {
        min-width: 256px;
        height: 210px;
        margin: 0 100px 0 0;
    }
}

.services__content {
}

.services__title {
    font-size: 1.66em;
    margin: 12px 0 21px 0;
}

.services__text {
}


/* Buttons */

.btn {
    position: relative;
    display: inline-block;
    margin: auto;
    border-radius: 12px;
    padding: 11px 28px 9px 28px;
    box-sizing: border-box;
    font-size: 0.92em;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    opacity: 1 !important;
    background: var(--bluePurpleLinearGradient);
    color: #fff;   
}

.btn:hover {
    background: var(--bluePurpleLinearGradient);
    animation: btnGradient 7s ease infinite;
    background-size: 400% 400%;
}

@keyframes btnGradient {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
}

.btn--ghostMediumBlue {
    padding: 9px 28px 7px 28px;
    border: 2px solid var(--mediumBlue);
    color: var(--mediumBlue);
    background: none;
}

.btn--ghostMediumBlue:hover {
    background: var(--mediumBlue);
    color: #fff;
}


/* Popup */

.popupShader {
    position: fixed;
    width: 100%;
    height: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    opacity: 0;
    background: rgba(0,0,0,0.35);
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.popup {
    position: fixed;
    width: max-content;
    width: 92%;
    height: max-content;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 12px;
    z-index: 1002;
    opacity: 0;
    background: #fff;
    -moz-transition: opacity 0.5s linear;
    -webkit-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    box-shadow: 0 0.15em 1em 0 rgba(0,0,0,0.3);
}

@media screen and (min-width: 720px) {
    .popup {
        width: max-content;
    }
}

.popup--opened {
    opacity: 1;
}

.popupContents {
    padding: 32px;
    box-sizing: border-box;
    color: var(--darkGreen);
    opacity: 0;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@media screen and (min-width: 1000px) {
    .popupContents {
        /* width: 960px; */
        min-width: 650px;
        width: max-content;
        padding: 72px 64px;
    }
}

.popupContents p {
    margin: auto;
}

.popupContents .team__title {
    margin-bottom: 4px;
}

.popupContents .team__role {

}

.popupContents .team__email {

}

.popupContents .team__linkedin {

}

.popupContents__close {
    position: absolute;
    top: 16px;
    right: 18px;
    width: 18px;
    cursor: pointer;
}

@media screen and (min-width: 1000px) {
    .popupContents__close {
        top: 24px;
        right: 24px;
        width: 21px;
    }
}

.securitySurvey {
    display: none;
}

@media screen and (max-width: 999px) {
    .securitySurvey {
        width: calc(100% - 28px);
    }
}

.securitySurvey--seeScore,
.securitySurvey--results {
    width: 100%;
}

.securitySurvey--intro {

}

.securitySurvey--stepOne {

}

.securitySurvey__heading {
    font-size: 1.35em;
    line-height: 1.05;
    margin: 0 0 21px 0;
}

@media screen and (min-width: 1000px) {
    .securitySurvey__heading {
        margin: 0 0 32px 0;
    }
}

@media screen and (min-width: 1000px) {
    .securitySurvey__heading {
        font-size: 1.8em;
    }
}

@media screen and (max-width: 999px) {
    .securitySurvey__heading br {
        display: none;
    }
}

.securitySurvey__heading--seeScore {
    text-align: center;
}

.securitySurvey__heading--results {
    font-size: 1.2em;
    font-weight: 300;
    text-align: center;
}

.securitySurvey__text--results {
    font: 1em;
    text-align: center;
}

.securitySurvey__btnWrap {
    display: flex;
    align-items: center;
}

.securitySurvey__btnWrap--seeScore,
.securitySurvey__btnWrap--results {
    justify-content: center;
}

.securitySurvey__btn {
    margin: 0 16px 0 0;
}

.btn--securitySurveySeeScore,
.btn--securitySurveyResults {
    margin: auto;
}

.stepsNav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 40px auto 0 auto;
}

@media screen and (min-width: 1000px) {
    .stepsNav {
        margin: 48px auto -40px auto;
    }
}

.stepsNav__dots {
    display: flex;
    justify-content: space-between;
    width: 100px;
    list-style: none;
    padding: 0;
    margin: 0 auto 16px auto;
}

@media screen and (min-width: 1000px) {
    .stepsNav__dots {
        width: 128px;
    }
}

.stepsNav__dots li {
    min-width: 13px;
    height: 13px;
    border-radius: 100%;
    border: 2px solid var(--mediumGrey);
    box-sizing: border-box;
    /* cursor: pointer; */
}

/* .stepsNav__dots--stepOne li:nth-of-type(1) {
    background: var(--mediumGrey);
}

.stepsNav__dots--stepTwo li:nth-of-type(1),
.stepsNav__dots--stepTwo li:nth-of-type(2) {
    background: var(--mediumGrey);
}

.stepsNav__dots--stepThree li:nth-of-type(1),
.stepsNav__dots--stepThree li:nth-of-type(2),
.stepsNav__dots--stepThree li:nth-of-type(3) {
    background: var(--mediumGrey);
}

.stepsNav__dots--stepFour li:nth-of-type(1),
.stepsNav__dots--stepFour li:nth-of-type(2),
.stepsNav__dots--stepFour li:nth-of-type(3),
.stepsNav__dots--stepFour li:nth-of-type(4) {
    background: var(--mediumGrey);
}

.stepsNav__dots--stepFive li:nth-of-type(1),
.stepsNav__dots--stepFive li:nth-of-type(2),
.stepsNav__dots--stepFive li:nth-of-type(3),
.stepsNav__dots--stepFive li:nth-of-type(4),
.stepsNav__dots--stepFive li:nth-of-type(5) {
    background: var(--mediumGrey);
} */

.stepsNav__dots--stepOne li:nth-of-type(1) {

}

.stepsNav__dots--stepTwo li:nth-of-type(1) {
    background: var(--mediumGrey);
}

.stepsNav__dots--stepThree li:nth-of-type(1),
.stepsNav__dots--stepThree li:nth-of-type(2)  {
    background: var(--mediumGrey);
}

.stepsNav__dots--stepFour li:nth-of-type(1),
.stepsNav__dots--stepFour li:nth-of-type(2),
.stepsNav__dots--stepFour li:nth-of-type(3) {
    background: var(--mediumGrey);
}

.stepsNav__dots--stepFive li:nth-of-type(1),
.stepsNav__dots--stepFive li:nth-of-type(2),
.stepsNav__dots--stepFive li:nth-of-type(3),
.stepsNav__dots--stepFive li:nth-of-type(4) {
    background: var(--mediumGrey);
}

.stepsNav__dots--stepFinished li:nth-of-type(1),
.stepsNav__dots--stepFinished li:nth-of-type(2),
.stepsNav__dots--stepFinished li:nth-of-type(3),
.stepsNav__dots--stepFinished li:nth-of-type(4),
.stepsNav__dots--stepFinished li:nth-of-type(5) {
    background: var(--mediumGrey);
}

.resultsDonut {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    margin: auto;
}

.resultsDonut__result {
    position: absolute;
    margin: auto;
    font-size: 2.5em;
    line-height: 1;
    margin-top: 4px;
}

@media screen and (min-width: 600px) {
    .resultsDonut__result {
        font-size: 3.2em;
        margin-top: 13px;
    }
}

.resultsDonut__result span {
}

.resultsDonut__result fig {
  
}

.svg-item {
    width: 100%;
    margin: 0 auto;
}

@media screen and (min-width: 600px) {
    .svg-item {
        width: 80%;
    }
}

.svg-item--active {
    animation: donutfade 1s;
}

@keyframes donutfade {
    /* this applies to the whole svg item wrapper */
    0% {
        opacity: .2;
    }
    100% {
        opacity: 1;
    }
}

.donut-ring {
    stroke: var(--lightGrey);
}

.donut-segment {
    display: none;
    stroke: var(--cyan);
    transform-origin: center;
}

.svg-item--results20 .donut-segment-20 {
    display: block;
    animation: donut20 3s;
}

.svg-item--results40 .donut-segment-40 {
    display: block;
    animation: donut40 3s;
}

.svg-item--results60 .donut-segment-60 {
    display: block;
    animation: donut60 3s;
}

.svg-item--results80 .donut-segment-80 {
    display: block;
    animation: donut80 3s;
}

.svg-item--results100 .donut-segment-100 {
    display: block;
    animation: donut100 3s;
}

.donut-percent {
    animation: donutfadelong 1s;
}

@keyframes donutfadelong {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes donut20 {
    0% {
        stroke-dasharray: 0, 100;
    }
    100% {
        stroke-dasharray: 20, 80;
    }
}

@keyframes donut40 {
    0% {
        stroke-dasharray: 0, 100;
    }
    100% {
        stroke-dasharray: 40, 60;
    }
}

@keyframes donut60 {
    0% {
        stroke-dasharray: 0, 100;
    }
    100% {
        stroke-dasharray: 60, 40;
    }
}

@keyframes donut80 {
    0% {
        stroke-dasharray: 0, 100;
    }
    100% {
        stroke-dasharray: 80, 20;
    }
}

@keyframes donut100 {
    0% {
        stroke-dasharray: 0, 100;
    }
    100% {
        stroke-dasharray: 100, 0;
    }
}

.stepsNav__label {
    width: 100%;
    text-align: center;
    font-size: 0.92em;
}

.serviceCards {
    width: 83.75%;
    max-width: 1600px;
    margin: 0 auto;
    padding-top: 48px;
}

@media screen and (min-width: 720px) {
    .serviceCards {
        padding-top: 92px;
    }
}

@media screen and (min-width: 1000px) {
    .serviceCards {
        padding-top: 150px;
    }
}

.serviceCards__heading {
    font-size: 2.4em;
    line-height: 1.05;
    margin: 0 0 32px 0;
}

@media screen and (min-width: 720px) {
    .serviceCards__heading {
        margin: 0 0 48px 0;
    }
}

.serviceCards__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    list-style: none;
    padding: 0;
    margin: auto;
}

@media screen and (min-width: 1200px) {
    .serviceCards__list {
        flex-direction: row;
        justify-content: space-between;
    }
}

.serviceCards__item {
    position: relative;
    width: 100%;
    margin-bottom: 16px;
    background: var(--lightGrey);
    border-radius: 12px;
}

@media screen and (min-width: 720px) {
    .serviceCards__item {
        margin-bottom: 32px;
    }
}

@media screen and (min-width: 1200px) {
    .serviceCards__item {
        width: 32%;
        margin-bottom: 2%;
    }
}

.serviceCards__item:hover {
    background: #fff;
}

.serviceCards__link {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 32px;
    box-sizing: border-box;
    text-decoration: none;
    color: var(--darkGrey);
}

@media screen and (min-width: 1000px) {
    .serviceCards__link {
        align-items: stretch;
        min-height: 260px;
    }
}

.serviceCards__title {
    margin: 0 0 13px 0;
    font-size: 1.35em;
    font-weight: 300;
    line-height: 1.05;
}

@media screen and (min-width: 1000px) {
    .serviceCards__title {
        margin: 0 0 21px 0;
        font-size: 1.66em;
    }
}

@media screen and (min-width: 1200px) {
    .serviceCards__title {
        margin: 0 0 auto 0;
        font-size: 1.35em;
    }
}

.serviceCards__link:hover .serviceCards__title {
    display: none;
}

.serviceCards__text {
    margin-top: 0;
}

@media screen and (min-width: 1140px) {
    .serviceCards__text {
        display: none;
    }
}

.serviceCards__link:hover .serviceCards__text {
    display: block;
}

.serviceCards__cta {
    position: absolute;
    display: none;
    flex-direction: row;
    align-items: center;
    font-size: 0.835em;
    font-weight: 300;
    bottom: 28px;
    right: 40px;
}

.serviceCards__link:hover .serviceCards__cta {
    display: flex;
}

.serviceCards__cta:after {
    content: "";
    position: relative;
    width: 17px;
    height: 11px;
    margin-left: 8px;
    top: -0.5px;
    background-image: url(/assets/icon-text-link-arrow-884368d1.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.serviceCards__icon {
    width: 48px;
    height: 48px;
    margin: auto 0 0 0;
    box-sizing: border-box;
    border-radius: 100%;
    background-color: var(--lightestGrey);
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (min-width: 1000px) {
    .serviceCards__icon {
        width: 64px;
        height: 64px;
    }
}

@media screen and (min-width: 1200px) {
    .serviceCards__icon {
        width: 48px;
        height: 48px;
    }
}

.serviceCards__link:hover .serviceCards__icon {
    background-color: var(--lightGrey);
}

.testimonials {
    width: 83.75%;
    max-width: 1600px;
    margin: 0 auto;
    padding-top: 32px;
}

@media screen and (min-width: 720px) {
    .testimonials {
        padding-top: 72px;
    }
}

@media screen and (min-width: 1000px) {
    .testimonials {
        padding-top: 120px;
    }
}

.testimonials__heading {
    font-size: 2.4em;
    line-height: 1.05;
    margin: 0 0 32px 0;
}

@media screen and (min-width: 720px) {
    .testimonials__heading {
        margin: 0 0 48px 0;
    }
}

.testimonials__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    list-style: none;
    padding: 0;
    margin: auto;
}

@media screen and (min-width: 1200px) {
    .testimonials__list {
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }
}

.testimonials__item {
    width: 100%;
    margin-bottom: 21px;
    background: #fff;
    border: 1.5px solid #DDDDDE;
    border-radius: 12px;
    padding: 24px;
    box-sizing: border-box;
}

@media screen and (min-width: 1000px) {
    .testimonials__item {
        padding: 48px;
        margin-bottom: 32px;
    }
}

@media screen and (min-width: 1200px) {
    .testimonials__item {
        width: 48.5%;
        margin-bottom: 3%;
    }
}

.testimonials__quoteMark {
    width: 64px;
    margin: 0 0 21px 0;
}

@media screen and (min-width: 1200px) {
    .testimonials__quoteMark {
        width: 86px;
        margin: 0 0 40px 0;
    }
}

.testimonials__content {
}

.testimonials__quote {
    margin-bottom: 0;
}

.testimonials__attribution {
    margin: 21px 0 0 0;
}

@media screen and (min-width: 1200px) {
    .testimonials__attribution {
        margin: 40px 0 0 0;
    }
}

.testimonials__name {
    display: block;
    font-weight: 500;
}

.testimonials__role {
}

.testimonials__organization {
    display: block;
    font-weight: 200;
}

.magazineBlocks--homeCareers {
    padding-top: 72px;
    padding-bottom: 48px;
}

@media screen and (min-width: 720px) {
    .magazineBlocks--homeCareers {
        padding-top: 120px;
        padding-bottom: 92px;
    }
}

@media screen and (min-width: 1000px) {
    .magazineBlocks--homeCareers {
        padding-bottom: 150px;
    }
}

.pageSection--nextStepsFunnel {
    background: var(--lightGrey);
}

.nextStepsFunnel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 83.75%;
    max-width: 1600px;
    margin: 64px auto 72px auto;
}

@media screen and (min-width: 1000px) {
    .nextStepsFunnel {
        margin: 120px auto;
    }
}

@media screen and (min-width: 1400px) {
    .nextStepsFunnel {
        width: 92%;
        flex-direction: row;
        justify-content: space-between;
        margin: 100px auto 72px auto;
    }
}

@media screen and (min-width: 1540px) {
    .nextStepsFunnel {
        width: 83.75%;
    }
}

.nextStepsFunnel__heading {
    position: relative;
    min-width: 100%;
    font-size: 2.4em;
    line-height: 1.05;
    margin: 0 0 32px 0;
}

@media screen and (min-width: 720px) {
    .nextStepsFunnel__heading {
        margin: 0 0 48px 0;
    }
}

@media screen and (min-width: 1000px) {
    .nextStepsFunnel__heading {
        font-size: 2.8em;
    }
}

@media screen and (min-width: 1400px) {
    .nextStepsFunnel__heading {
        min-width: 33.33%;
        margin: 0;
    }
    .nextStepsFunnel__heading:lang(fr) {
        top: -35px;
    }
}


@media (min-width: 1400px) and (max-width: 1879px) {
    .nextStepsFunnel__heading:lang(fr) {
        font-size: 2.4em;
    }
}

.nextStepsFunnel__list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: auto;
}

@media screen and (min-width: 1200px) {
    .nextStepsFunnel__list {
        flex-direction: row;
        justify-content: space-between;
    }
}

.nextStepsFunnel__item {
    width: 100%;
    margin-bottom: 55px;
}

@media screen and (min-width: 1000px) {
    .nextStepsFunnel__item {
        width: 66%;
        width: 100%;
        margin-bottom: 92px;
    }
}

.nextStepsFunnel__item:last-of-type {
    margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
    .nextStepsFunnel__item {
        width: 46%;
        margin-bottom: 0;
    }
}

.nextStepsFunnel__item--first {
}

.nextStepsFunnel__item--second {
}

.nextStepsFunnel__imageLink {
    display: block;
    cursor: pointer;
}

.nextStepsFunnel__image {
    width: 100%;
    height: 248px;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (min-width: 1000px) {
    .nextStepsFunnel__image {
        height: 300px;
    }
}

@media screen and (min-width: 1200px) {
    .nextStepsFunnel__image {
        height: 248px;
    }
}

.nextStepsFunnel__title {
    font-size: 1.66em;
    font-weight: 500;
    line-height: 1.05;
    margin: 28px 0 21px 0;
    cursor: pointer;
}

@media screen and (min-width: 720px) {
    .nextStepsFunnel__title {
        font-size: 2em;
    }
}

@media screen and (min-width: 1000px) {
    .nextStepsFunnel__title {
        margin: 40px 0 21px 0;
    }
}

@media screen and (min-width: 1200px) {
    .nextStepsFunnel__title:lang(fr) {
        font-size: 1.35em;
        margin: 28px 0 21px 0;
    }
}

@media screen and (min-width: 1400px) {
    .nextStepsFunnel__title {
        font-size: 1.35em;
        margin: 28px 0 21px 0;
    }
}

.nextStepsFunnel__title a {
    color: var(--darkGrey);
    font-weight: inherit;
    text-decoration: none;
}

.nextStepsFunnel__btn {
    margin: 12px 0 0 0;
}

.nextStepsFunnel__btnWrap {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.nextStepsFunnel__btnText {
    margin: 6px 0 0 auto;
    font-size: 0.835em;
}

@media screen and (min-width: 600px) {
    .nextStepsFunnel__btnText {
        margin: 24px 0 0 auto;
    }
}

@media screen and (min-width: 1200px) {
    .nextStepsFunnel__btnText {
        margin: 6px 0 0 auto;
    }
}

/* Inputs */

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='password'],
input[type='number'],
textarea,
select {
    font-weight: 200;
    color: var(--darkGrey);
}

input[type='submit'] {
    position: relative;
    display: inline-block;
    margin: auto;
    border-radius: 12px;
    padding: 11px 35px 9px 35px;
    box-sizing: border-box;
    border: none;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    opacity: 1 !important;
    background: var(--bluePurpleLinearGradient);
    color: #fff;
}

@media screen and (min-width: 600px) {
    input[type='submit'] {
        width: auto;
    }
}

::placeholder {
    color: #000 !important;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #000;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #000;
}


/* Animations */

@-webkit-keyframes hvr-push {
    50% {
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
}

@keyframes hvr-push {
    50% {
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
}

.hvr-push {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-push:hover, 
.hvr-push:focus, 
.hvr-push:active {
    -webkit-animation-name: hvr-push;
    animation-name: hvr-push;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}


/* Utility & State Classes */

.ut-position-fixed {
    position: fixed;
}

.state-pre-animated {
    opacity: 0 !important;
    transform: translateY(64px);
    -moz-transition: opacity 1s ease-out,transform 1s ease-out;
    -webkit-transition: opacity 1s ease-out,transform 1s ease-out;
    -o-transition: opacity 1s ease-out,transform 1s ease-out;
    transition: opacity 1s ease-out,transform 1s ease-out
}

.state-pre-animated-alt {
    opacity: 0 !important;
    transform: translateX(-48px);
    -moz-transition: opacity 1s ease-out,transform 1s ease-out;
    -webkit-transition: opacity 1s ease-out,transform 1s ease-out;
    -o-transition: opacity 1s ease-out,transform 1s ease-out;
    transition: opacity 1s ease-out,transform 1s ease-out
}

.state-pre-animated-multi-item {
    opacity: 0 !important;
    transform: translateY(64px);
    -moz-transition: opacity 1s ease-out,transform 1s ease-out;
    -webkit-transition: opacity 1s ease-out,transform 1s ease-out;
    -o-transition: opacity 1s ease-out,transform 1s ease-out;
    transition: opacity 1s ease-out,transform 1s ease-out
}

.pageContent__text.state-pre-animated-multi-item {
    transform: translateY(32px)
}

.state-animated {
    opacity: 1 !important;
    transform: translateY(0px) !important
}


/*** LAYOUTS ***/

/* The Footer */

.footer {
}

.footerColumns {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 83.75%;
    max-width: 1600px;
    margin: 64px auto 16px auto;
}

@media screen and (min-width: 720px) {
    .footerColumns {
        width: 92%;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 1000px) {
    .footerColumns {
        width: 83.75%;
        margin: 64px auto;
    }
}

@media screen and (min-width: 1600px) {
    .footerColumns {
        width: 92%;
        margin: 64px auto;
    }
}

@media screen and (min-width: 1800px) {
    .footerColumns {
        width: 83.75%;
    }
}

.footerColumn {
    margin-bottom: 24px;
}

@media screen and (min-width: 1025px) {
    .footerColumn {
        /* width: 33.33%; */
        padding-right: 60px;
    }
}

@media screen and (min-width: 1280px) {
    .footerColumn {
        width: auto;
        padding-right: 0;
    }
}

@media screen and (min-width: 1600px) {
    .footerColumn {
        margin-bottom: 0;
    }
}

.footerColumn--info {
    margin-bottom: 48px;
}

@media screen and (min-width: 720px) {
    .footerColumn--info {
        width: 100%;
    }
}

@media screen and (min-width: 1000px) {
    .footerColumn--info {
        margin-bottom: 72px;
    }
}

@media screen and (min-width: 1600px) {
    .footerColumn--info {
        width: auto;
        margin-bottom: 0;
    }
}

.footerColumn--it-management {
}

.footerColumn--cybersecurity {
}

.footerColumn--help-desk {
}

.footerColumn__logo {
    display: block;
    width: 256px;
    margin-bottom: 21px;
}

.footerColumn__logo svg {
    width: 100%;
}

.footerColumn__copyright {
    display: block;
    font-size: 0.835em;
    margin-bottom: 40px;
}

.footerColumn__address {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 21px;
    font-size: 0.92em;
}

.footerColumn__address:before {
    position: relative;
    content: "";
    width: 24px;
    height: 28px;
    margin-right: 12px;
    top: -1px;
    background-image: url(/assets/icon-map-marker-9a84bdcb.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.footerColumn__email {
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
	margin-bottom: 21px;
    color: var(--darkGrey);
}

.footerColumn__email:before {
    position: relative;
    content: "";
    width: 24px;
    height: 28px;
    margin-right: 12px;
    top: -2px;
    background-image: url(/assets/icon-email-dbe4c3d8.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.footerColumn__phone {
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 0.92em;
    color: var(--darkGrey);
}

.footerColumn__phone:before {
    position: relative;
    content: "";
    width: 24px;
    height: 28px;
    margin-right: 12px;
    top: -2px;
    background-image: url(/assets/icon-phone-f6c46270.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.lastmenuitem {
    display: flex;
    list-style-type: none;
    font-size: 0.92em;
    align-self: anchor-center;
    margin-left: auto;
    padding-right: 50px;
}

.megamenulast:before {
    position: relative;
    content: "";
    width: 22px;
    height: 22px;
    margin-right: 12px;
    top: -2px;
    background-image: url(/assets/icon-phone-f6c46270.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;

}

@media screen and (max-width: 1240px) {
    .lastmenuitem {
        display: none;
    }
}

.footerColumn .menu {
}

.footerColumn .menu {
    list-style: none;
    padding: 0;
    margin: auto;
}

.footerColumn .menu li {
    margin-bottom: 10px;
}

.footerColumn .menu li a {
    text-decoration: none;
    font-weight: 300;
    color: #6D7376;
}

.footerColumn .menu li:first-of-type a {
    font-weight: 500;
}

.footerSocials {
}

.footerSocials__item {
}

.footerSocials__item--linkedin {
}


/*** WORDPRESS TEMPLATE CONTENT ***/

/* The Loop */

.loopContent {

}

.loop {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

@media screen and (min-width: 600px) {
    .loop {
        flex-direction: row;
    }
}

.loop article.post {
    position: relative;
    width: 100%;  /* 1 column loop */
    box-shadow: 0 0.2em 1em 0 rgba(0,0,0,0.15);
}

@media screen and (min-width: 600px) {
    .loop article.post {
        width: 49%; /* 2 column loop */
        margin: 0% 2% 2% 0%;
    }
    .loop article.post:nth-of-type(2n+2) {
        margin: 0% 0% 2% 0%;
    }
}

@media screen and (min-width: 1000px) {
    .loop article.post {
        width: 32%; /* 3 column loop */
        margin: 0% 2% 2% 0%;
    }
    .loop article.post:nth-of-type(2n+2) {
        margin: 0% 2% 2% 0%;
    }
    .loop article.post:nth-of-type(3n+3) {
        margin: 0% 0% 2% 0%;
    }
}

@media screen and (min-width: 1160px) {
    .loop article.post {
        width: 23.5%; /* 4 column loop */
        margin: 0% 2% 2% 0%;
    }
    .loop article.post:nth-of-type(2n+2) {
        margin: 0% 2% 2% 0%;
    }
    .loop article.post:nth-of-type(3n+3) {
        margin: 0% 2% 2% 0%;
    }
    .loop article.post:nth-of-type(4n+4) {
        margin: 0% 0% 2% 0%;
    }
}

.postFeaturedImage {

}

.postFeaturedImage__link {
    display: block;
}

.postFeaturedImage__link img {
    width: 100%;
}

.loopInfo {

}

.loopInfo__title {

}

.loopInfo__title a {

}

.publishingInfo {

}

.publishingInfo__info {

}

.loopInfo__excerpt {

}

.post-categories {
    display: inline-block;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.post-categories li {
    display: inline-block;
}

.pagination {
    float: right;
    clear: both;
}

.pagination > span,
.pagination > p,
.pagination > a {

}

.pagination > .current {

}


/* The Single Post */

.featImageContainer {
    margin: 0 0 24px 0;
}

.featImageContainer img {
    width: 100%;
}

.socialSharing {
    list-style-type: none;
    padding: 0;
    clear: both;
}

.socialSharing li {
    display: inline-block;
    width: 32px;
    margin: 0 7px 0 0;
}

.socialSharing li:last-of-type {
    margin: 0;
}

.postNavWrap {
    width: 100%;
    float: left;
}

.postNavWrap__item--left {
    float: left;
}

.postNavWrap__item--right {
    float: right;
}

.post-edit-link {
    float: left;
    clear: both;
}


/*** PAGES & CATEGORIES ***/

/* Home */

@media (max-width: 599px) and (max-height: 779px) {
    .pageSection--homeHero:lang(fr) {
        min-height: 696px;
    }
}

.heroContent--homeHero {
    max-width: 720px;
    top: -150px;
}

@media screen and (min-width: 390px) {
    .heroContent--homeHero {
        top: -150px;
    }
}

@media screen and (min-width: 412px) {
    .heroContent--homeHero {
        top: -180px;
    }
}

@media (max-width: 599px) and (max-height: 779px) {
    .heroContent--homeHero:lang(fr) {
        top: -150px;
    }
}

@media screen and (min-width: 720px) {
    .heroContent--homeHero {
        top: -64px;
        width: auto;
        margin: auto 0 auto 8.125%;
    }
}

@media (min-width: 720px) and (max-width: 1139px) {
    .heroContent--homeHero:lang(fr) {
        top: -150px;
    }
}

@media screen and (min-width: 2100px) {
    .heroContent--homeHero {
        max-width: 1600px;
    }
}

@media screen and (max-width: 599px) {
    .heroContent__text--homeHero:lang(fr) br {
        display: none;
    }
}

.pageSection__image--homeHeroMobile {

}

@media screen and (min-width: 412px) {
    .pageSection__image--homeHeroMobile {
        max-width: 300px;
    }
}

@media (max-width: 599px) and (max-height: 779px) {
    .pageSection__image--homeHeroMobile:lang(fr) {
        max-width: 240px;
    }
}

@media screen and (min-width: 600px) {
    .pageSection__image--homeHeroMobile {
        max-width: 400px;
        left: initial;
    }
}

@media screen and (min-width: 1000px) {
    .pageSection__image--homeHeroMobile {
        max-width: 600px;
        right: -12px;
    }
}

@media screen and (min-width: 1140px) {
    .pageSection__image--homeHeroMobile {
        height: 66%;
        max-width: 100%;
    }
}

@media (min-width: 1140px) and (max-width: 1239px) {
    .pageSection__image--homeHeroMobile:lang(fr) {
        height: 52%;
    }
}

@media screen and (min-width: 1326px) {
    .pageSection__image--homeHeroMobile {
        display: none;
    }
}

@media (min-width: 1326px) and (max-width: 1539px) {
    .pageSection__image--homeHeroMobile:lang(fr) {
        display: block;
    }
}

.pageSection__image--homeHero {
    display: none;
}

@media screen and (min-width: 1326px) {
    .pageSection__image--homeHero {
        display: block;
        height: 100%;
        left: initial;
    }
}

@media (min-width: 1326px) and (max-width: 1539px) {
    .pageSection__image--homeHero:lang(fr) {
        display: none;
    }
}

@media (min-width: 1400px) and (max-width: 1539px) {
    .pageSection__image--homeHero {
        right: -100px;
    }
}

@media (min-width: 1540px) and (max-width: 1599px) {
    .pageSection__image--homeHero:lang(fr) {
        right: -100px;
    }
}

@media screen and (max-width: 599px) {
     .secondaryNavMenu__link--home.secondaryNavMenu__link--home {
        padding: 0 10px;
    }
}

@media screen and (min-width: 1140px) {
     .secondaryNavMenu__link--home {
        padding: 0 64px;
    }
}

.secondaryNavMenu__item a.secondaryNavMenu__link--homeDesktop {
    display: none;
}

@media screen and (min-width: 720px) {
    .secondaryNavMenu__item a.secondaryNavMenu__link--homeDesktop {
        display: flex;
    }
    .secondaryNavMenu__item a.secondaryNavMenu__link--homeMobile {
        display: none; 
    }
}

.magazineBlocks--homeFold {
    margin: 0 auto;
    padding-top: 64px;
}

@media screen and (min-width: 720px) {
    .magazineBlocks--homeFold {
        padding-top: 120px;
    }
}

@media screen and (min-width: 1000px) {
    .magazineBlocks--homeFold {
        padding-top: 150px;
    }
}

@media screen and (min-width: 1140px) {
    .magazineBlocks--homeFold {
        padding-top: 70px;
    }
}

@media screen and (min-width: 1600px) {
    .magazineBlocks--homeFold {
        padding-top: 120px;
    }
}

.magazineBlock--homeCareers {
    padding-top: 0 !important;
}


/* IT Management */

@media (max-width: 599px) and (max-height: 779px) {
    .pageSection--itManagementHero:lang(fr) {
        min-height: 696px;
    }
}

.heroContent--itManagementHero {
    max-width: 720px;
    top: -120px;
}

@media screen and (min-width: 390px) {
    .heroContent--itManagementHero {
        top: -110px;
    }
}

@media screen and (min-width: 412px) {
    .heroContent--itManagementHero {
        top: -150px;
    }
}


@media (min-width: 600px) and (max-width: 999px) {
    .heroContent--itManagementHero:lang(fr) {
        top: -200px;
    }
}

@media screen and (min-width: 1000px) {
    .heroContent--itManagementHero {
        top: -260px;
    }
}

@media screen and (min-width: 1140px) {
    .heroContent--itManagementHero {
        top: -64px;
        max-width: 480px;
    }
}

@media screen and (min-width: 1540px) {
    .heroContent--itManagementHero {
        max-width: 600px;
    }
}

@media screen and (min-width: 2100px) {
    .heroContent--itManagementHero {
        max-width: 1366px;
    }
}

@media screen and (min-width: 2100px) {
    .heroContent__text--itManagementHero {
        max-width: 580px;
    }
}

.pageSection__image--itManagementHeroMobile {
    bottom: 30px;
}

@media screen and (min-width: 412px) {
    .pageSection__image--itManagementHeroMobile {
        max-width: 300px;
    }
}

@media (min-width: 412px) and (max-width: 599px) {
    .pageSection__image--itManagementHeroMobile:lang(fr) {
        max-width: 280px;
    }
}

@media screen and (min-width: 600px) {
    .pageSection__image--itManagementHeroMobile {
        max-width: 450px;
        bottom: 0;
    }
}

@media screen and (min-width: 1000px) {
    .pageSection__image--itManagementHeroMobile {
        max-width: 650px;
    }
}

@media screen and (min-width: 1140px) {
    .pageSection__image--itManagementHeroMobile {
        max-width: 44%;
        left: initial;
        right: -100px;
    }
}

@media screen and (min-width: 1400px) {
    .pageSection__image--itManagementHeroMobile {
        display: none;
    }
}

.pageSection__image--itManagementHero {
    display: none;
}

@media screen and (min-width: 1400px) {
    .pageSection__image--itManagementHero {
        display: block;
        height: 100%;
        max-width: 100%;
        left: initial;
    }
}

@media (min-width: 1400px) and (max-width: 1699px) {
    .pageSection__image--itManagementHero {
        right: -180px;
    }
}

@media (min-width: 2100px) and (max-width: 2299px) {
    .pageSection__image--itManagementHero {
        right: -100px;
    }
}


/* Cybersecurity */

@media screen and (max-width: 599px) {
    .pageSection--cybersecurityHero {
        min-height: 760px;
    }
}

@media (max-width: 599px) and (max-height: 849px) {
    .pageSection--cybersecurityHero:lang(fr) {
        min-height: 850px;
    }
}

.heroContent--cybersecurityHero {
    max-width: 760px;
    top: -120px;
}

@media screen and (min-width: 390px) {
    .heroContent--cybersecurityHero {
        top: -130px;
    }
}

@media screen and (min-width: 412px) {
    .heroContent--cybersecurityHero {
        top: -160px;
    }
}

@media screen and (min-width: 600px) {
    .heroContent--cybersecurityHero {
        top: -240px;
    }
}

@media (min-width: 600px) and (max-width: 999px) {
    .heroContent--cybersecurityHero:lang(fr) {
        top: -220px;
    }
}

@media screen and (min-width: 1000px) {
    .heroContent--cybersecurityHero {
        top: -320px;
    }
}

@media screen and (min-width: 1140px) {
    .heroContent--cybersecurityHero {
        top: -32px;
        max-width: 480px;
    }
}

@media screen and (min-width: 1400px) {
    .heroContent--cybersecurityHero {
        max-width: 600px;
    }
}

@media screen and (min-width: 2100px) {
    .heroContent--cybersecurityHero {
        max-width: 1366px;
    }
}

@media screen and (min-width: 2100px) {
    .heroContent__text--cybersecurityHero {
        max-width: 760px;
    }
}

.pageSection__image--cybersecurityHeroMobile {
    bottom: 24px;
}

@media screen and (min-width: 412px) {
    .pageSection__image--cybersecurityHeroMobile {
        max-width: 300px;
        bottom: 12px;
    }
}

@media screen and (min-width: 600px) {
    .pageSection__image--cybersecurityHeroMobile {
        max-width: 450px;
        bottom: 0;
    }
}

@media (min-width: 600px) and (max-width: 1139px) and (max-height: 1024px) {
    .pageSection__image--cybersecurityHeroMobile:lang(fr) {
        max-width: 400px;
    }
}

@media screen and (min-width: 1000px) {
    .pageSection__image--cybersecurityHeroMobile {
        max-width: 600px;
        bottom: 24px;
    }
}

@media screen and (min-width: 1140px) {
    .pageSection__image--cybersecurityHeroMobile {
        max-width: 44%;
        bottom: 40px;
        left: initial;
    }
}

@media screen and (min-width: 1326px) {
    .pageSection__image--cybersecurityHeroMobile {
        display: none;
    }
}

@media (min-width: 1326px) and (max-width: 1399px) {
    .pageSection__image--cybersecurityHeroMobile:lang(fr) {
        display: block;
    }
}

.pageSection__image--cybersecurityHero {
    display: none;
}

@media screen and (min-width: 1326px) {
    .pageSection__image--cybersecurityHero {
        display: block;
        height: 100%;
        max-width: 100%;
        left: initial;
    }
}

@media (min-width: 1326px) and (max-width: 1399px) {
    .pageSection__image--cybersecurityHero:lang(fr) {
        display: none;
    }
}

@media (min-width: 1400px) and (max-width: 1699px) {
    .pageSection__image--cybersecurityHero {
        right: -180px;
    }
}

@media (min-width: 2100px) and (max-width: 2299px) {
    .pageSection__image--cybersecurityHero {
        right: -100px;
    }
}


/* Help Desk */

@media (max-width: 599px) and (max-height: 849px) {
    .pageSection--helpdeskHero:lang(fr) {
        min-height: 716px;
    }
}

@media (min-width: 412px) and (max-height: 849px) {
    .pageSection--helpdeskHero:lang(fr) {
        min-height: 696px;
    }
}

.heroContent--helpdeskHero {
    max-width: 760px;
    top: -120px;
}

@media screen and (min-width: 390px) {
    .heroContent--helpdeskHero {
        top: -130px;
    }
}

@media (max-width: 389px) {
    .heroContent--helpdeskHero:lang(fr) {
        top: -140px;
    }
}

@media (min-width: 412px) and (max-width: 599px) {
    .heroContent--helpdeskHero:lang(fr) {
        top: -150px;
    }
}

@media screen and (min-width: 412px) {
    .heroContent--helpdeskHero {
        top: -135px;
    }
}

@media screen and (min-width: 600px) {
    .heroContent--helpdeskHero {
        top: -200px;
    }
}

@media screen and (min-width: 1000px) {
    .heroContent--helpdeskHero {
        top: -320px;
    }
}

@media screen and (min-width: 1140px) {
    .heroContent--helpdeskHero {
        top: -32px;
        max-width: 480px;
    }
}

@media screen and (min-width: 1540px) {
    .heroContent--helpdeskHero {
        max-width: 600px;
    }
}

@media screen and (min-width: 2100px) {
    .heroContent--helpdeskHero {
        max-width: 1366px;
    }
}

@media screen and (min-width: 2100px) {
    .heroContent__text--helpdeskHero {
        max-width: 600px;
    }
}

.pageSection__image--helpdeskHeroMobile {
    max-width: 300px;
    bottom: 32px;
}

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

}

@media screen and (min-width: 412px) {
    .pageSection__image--helpdeskHeroMobile {
        max-width: 360px;
    }
}

@media screen and (min-width: 600px) {
    .pageSection__image--helpdeskHeroMobile {
        max-width: 520px;
        bottom: 16px;
    }
}

@media screen and (min-width: 1000px) {
    .pageSection__image--helpdeskHeroMobile {
        max-width: 750px;
    }
}

@media screen and (min-width: 1140px) {
    .pageSection__image--helpdeskHeroMobile {
        max-width: 44%;
        left: initial;
        bottom: 32px;
    }
}

@media screen and (min-width: 1326px) {
    .pageSection__image--helpdeskHeroMobile {
        display: none;
    }
}

@media (min-width: 1326px) and (max-width: 1399px) {
    .pageSection__image--helpdeskHeroMobile:lang(fr) {
        display: block;
    }
}

.pageSection__image--helpdeskHero {
    display: none;
}

@media screen and (min-width: 1326px) {
    .pageSection__image--helpdeskHero {
        display: block;
        height: 100%;
        max-width: 100%;
        left: initial;
    }
}

@media (min-width: 1326px) and (max-width: 1399px) {
    .pageSection__image--helpdeskHero:lang(fr) {
        display: none;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .pageSection__image--helpdeskHero {
        right: -180px;
    }
}

@media (min-width: 1600px) and (max-width: 1749px) {
    .pageSection__image--helpdeskHero {
        right: -100px;
    }
}


/* Contact Us */

.heroContent--contactHero {
    max-width: 520px;
    top: -150px;
}

@media screen and (min-width: 390px) {
    .heroContent--contactHero {
        top: -130px;
    }
}

@media screen and (min-width: 412px) {
    .heroContent--contactHero {
        top: -120px;
    }
}

@media screen and (min-width: 720px) {
    .heroContent--contactHero {
        top: -180px;
        width: auto;
        margin: auto 0 auto 8.125%;
    }
}

@media (min-width: 600px) and (max-width: 999px) {
    .heroContent--contactHero:lang(fr) {
        top: -240px;
    }
}

@media screen and (min-width: 1000px) {
    .heroContent--contactHero {
        top: -280px;
    }
}

@media screen and (min-width: 1140px) {
    .heroContent--contactHero {
        top: -32px;
    }
}

@media screen and (min-width: 2100px) {
    .heroContent--contactHero {
        max-width: 1366px;
        width: 83.75%;
        max-width: 1600px;
        margin: auto;
    }
}

@media screen and (min-width: 1920px) {
    .heroContent__text--contactHero {
        max-width: 520px;
    }
}

.pageSection__image--contactHeroMobile {
    
}

@media screen and (min-width: 360px) {
    .pageSection__image--contactHeroMobile {
        max-width: 300px;
    }
}

@media screen and (min-width: 600px) {
    .pageSection__image--contactHeroMobile {
        max-width: 520px;
    }
}

@media screen and (min-width: 1000px) {
    .pageSection__image--contactHeroMobile {
        max-width: 800px;
    }
}

@media screen and (min-width: 1140px) {
    .pageSection__image--contactHeroMobile {
        height: 66%;
        max-width: 100%;
        left: initial;
    }
}

@media screen and (min-width: 1280px) {
    .pageSection__image--contactHeroMobile {
        display: none;
    }
}

@media (min-width: 1140px) and (max-width: 1399px) {
    .pageSection__image--contactHeroMobile:lang(fr) {
        display: block;
        right: -160px;
    }
}

@media (min-width: 1326px) and (max-width: 1399px) {
    .pageSection__image--contactHeroMobile:lang(fr) {
        right: -160px;
    }
}

.pageSection__image--contactHero {
    display: none;
}

@media screen and (min-width: 1280px) {
    .pageSection__image--contactHero {
        display: block;
        height: 100%;
        right: -100px;
        left: initial;
    }
}

@media (min-width: 1280px) {
    .pageSection__image--contactHero:lang(fr) {
        display: none;
    }
}

@media (min-width: 1280px) and (max-width: 1399px) and (min-height: 800px) {
    .pageSection__image--contactHero {
        right: -280px;
    }
}

@media (min-width: 1400px) {
    .pageSection__image--contactHero:lang(fr) {
        display: block;
    }
}

@media (min-width: 1400px) and (max-width: 1539px) {
    .pageSection__image--contactHero {
        right: -200px;
    }
}

@media (min-width: 1400px) and (max-width: 1539px) {
    .pageSection__image--contactHero:lang(fr) {
        right: -300px;
    }
}

.pageSection--contactFold {
    background: #fff;
}

.secondaryNavMenu--contact {
    position: relative !important;
    top: initial !important;
    bottom: 0 !important;
    z-index: initial !important;
}

@media screen and (min-width: 1140px) {
    .secondaryNavMenu--contact {
        height: 160px;
        bottom: -80px !important;
    }
}

.nextStepsFunnel--contactFold {
    margin-top: 0;
}

@media screen and (min-width: 1140px) {
    .nextStepsFunnel--contactFold {
        margin-top: -80px;
    }
}

.nextStepsFunnel__list--contactFold {
    width: 100%;
}

@media screen and (min-width: 1200px) {
    .nextStepsFunnel--contactFold {
        width: 92%;
    }
}

@media screen and (min-width: 1540px) {
    .nextStepsFunnel--contactFold {
        width: 83.75%;
    }
}

.nextStepsFunnel__item.nextStepsFunnel__item--contactFold {
    width: 100%;
}

@media screen and (min-width: 1200px) {
    .nextStepsFunnel__item.nextStepsFunnel__item--contactFold {
        width: 30.5%;
    }
}

.nextStepsFunnel__btn--contactFold {
    min-width: 144px;
    margin-right: 21px;
}

.contactInfo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 83.75%;
    max-width: 1600px;
    margin: 64px auto 48px auto;
}

@media screen and (min-width: 1000px) {
    .contactInfo {
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        margin: 140px auto 100px auto;
    }
}

.contactForm {
    width: 100%;
    margin-bottom: 21px;
}

@media screen and (min-width: 1000px) {
    .contactForm {
        width: 48%;
        margin-right: 10%;
        margin-bottom: 0;
    }
}

.contactForm__heading {
    font-size: 2.4em;
    line-height: 1.05;
    margin: 0 0 32px 0;
}

@media screen and (min-width: 1000px) {
    .contactForm__heading {
        margin: 0 0 64px 0;
    }
}

.contactForm__form {
}

.findUs {
    width: 100%;
}

@media screen and (min-width: 1000px) {
    .findUs {
        width: auto;
    }
}

.findUs__heading {
    font-size: 2.4em;
    line-height: 1.05;
    margin: 0 0 32px 0;
}

@media screen and (min-width: 1000px) {
    .findUs__heading {
        margin: 0 0 64px 0;
    }
}

.findUs__address {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin: 0 0 35px 0;
}

.findUs__address:before {
    position: relative;
    content: "";
    width: 20px;
    height: 28px;
    margin-right: 15px;
    top: -1px;
    background-image: url(/assets/icon-map-marker-9a84bdcb.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (min-width: 1000px) {
    .findUs__address:before {
        width: 28px;
        height: 35px;
    }
}

.findUs__email {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin: 0 0 35px 0;
    color: var(--darkGrey);
    text-decoration: none;
}

.findUs__email:before {
    position: relative;
    content: "";
    width: 20px;
    height: 28px;
    margin-right: 15px;
    top: -3px;
    background-image: url(/assets/icon-email-dbe4c3d8.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (min-width: 1000px) {
    .findUs__email:before {
        width: 28px;
        height: 35px;
    }
}

.findUs__phone {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin: 0;
    color: var(--darkGrey);
    text-decoration: none;
}

.findUs__phone:before {
    position: relative;
    content: "";
    width: 20px;
    height: 28px;
    margin-right: 15px;
    top: -3px;
    background-image: url(/assets/icon-phone-f6c46270.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (min-width: 1000px) {
    .findUs__phone:before {
        width: 28px;
        height: 35px;
    }
}


/* Our Team */

.pageSection--teamHero {
    margin-bottom: 0;
}

.heroContent--teamHero {
    max-width: 520px;
    top: -150px;
}

@media screen and (min-width: 390px) {
    .heroContent--teamHero {
        top: -100px;
    }
}

@media screen and (min-width: 412px) {
    .heroContent--teamHero {
        top: -120px;
    }
}

@media screen and (min-width: 720px) {
    .heroContent--teamHero {
        top: -180px;
        width: auto;
        margin: auto 0 auto 8.125%;
    }
}

@media (min-width: 600px) and (max-width: 999px) {
    .heroContent--teamHero:lang(fr) {
        top: -240px;
    }
}

@media screen and (min-width: 1000px) {
    .heroContent--teamHero {
        top: -280px;
    }
}

@media screen and (min-width: 1140px) {
    .heroContent--teamHero {
        top: -32px;
    }
}

@media screen and (min-width: 2100px) {
    .heroContent--teamHero {
        max-width: 1366px;
        width: 83.75%;
        max-width: 1600px;
        margin: auto;
    }
}

@media screen and (min-width: 1920px) {
    .heroContent__text--teamHero {
        max-width: 520px;
    }
}

.pageSection__image--teamHeroMobile {
    
}

@media screen and (min-width: 360px) {
    .pageSection__image--teamHeroMobile {
        max-width: 300px;
    }
}

@media screen and (min-width: 600px) {
    .pageSection__image--teamHeroMobile {
        max-width: 520px;
    }
}

@media screen and (min-width: 1000px) {
    .pageSection__image--teamHeroMobile {
        max-width: 800px;
    }
}

@media screen and (min-width: 1140px) {
    .pageSection__image--teamHeroMobile {
        height: 66%;
        max-width: 100%;
        left: initial;
        right: -64px;
    }
}

@media screen and (min-width: 1280px) {
    .pageSection__image--teamHeroMobile {
        display: none;
    }
}

@media (min-width: 1140px) and (max-width: 1399px) {
    .pageSection__image--teamHeroMobile:lang(fr) {
        display: block;
        right: -64px;
    }
}

@media (min-width: 1326px) and (max-width: 1399px) {
    .pageSection__image--teamHeroMobile:lang(fr) {
        right: -64px;
    }
}

.pageSection__image--teamHero {
    display: none;
}

@media screen and (min-width: 1280px) {
    .pageSection__image--teamHero {
        display: block;
        height: 100%;
        right: -160px;
        left: initial;
    }
}

@media (min-width: 1280px) {
    .pageSection__image--teamHero:lang(fr) {
        display: none;
    }
}

@media (min-width: 1280px) and (max-width: 1399px) and (min-height: 800px) {
    .pageSection__image--teamHero {
        right: -280px;
    }
}

@media (min-width: 1400px) {
    .pageSection__image--teamHero:lang(fr) {
        display: block;
    }
}

@media (min-width: 1400px) and (max-width: 1539px) {
    .pageSection__image--contactHero {
        right: -200px;
    }
}

@media (min-width: 1400px) and (max-width: 1539px) {
    .pageSection__image--teamHero:lang(fr) {
        right: -300px;
    }
}

.pageSection--teamLeadership {
    background: #fff;
}

.secondaryNavMenu--team {
    position: relative !important;
    top: initial !important;
    bottom: 0 !important;
    z-index: initial !important;
}

@media screen and (min-width: 1140px) {
    .secondaryNavMenu--team {
        height: 160px;
        bottom: -80px !important;
    }
}

.teamList {
    width: 83.75%;
    max-width: 1600px;
}

@media screen and (min-width: 1400px) {
    .teamList {
        width: 92%;
    }
}

@media screen and (min-width: 1540px) {
    .teamList {
        width: 83.75%;
    }
}

.teamList--teamLeadership {
    margin: 48px auto 72px auto;
}

.teamList--teamStaff {
    margin: 72px auto 72px auto;
}

@media screen and (min-width: 720px) {
    .teamList--teamStaff {
        margin: 128px auto 72px auto;
    }
}

.teamList__heading {
    font-size: 2.4em;
    line-height: 1.05;
    margin: 0 0 32px 0;
}

@media screen and (min-width: 1000px) {
    .teamList__heading {
        margin: 0 0 64px 0;
    }
}

.teamList__list {
    display: grid;
    grid-template-columns: repeat(auto-fill,100%);
    justify-content: center;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: auto;
}

@media screen and (min-width: 720px) {
    .teamList__list {
      grid-template-columns: repeat(auto-fill,48%);
      justify-content: space-between;
    }
}

@media screen and (min-width: 1140px) {
    .teamList__list--teamLeadership,
    .teamList__list--teamStaff {
      grid-template-columns: repeat(auto-fill,30%);
    }
}

@media screen and (min-width: 1400px) {
    .teamList__list--teamStaff {
      grid-template-columns: repeat(auto-fill,23%);
    }
}

.teamList__item {
    margin-bottom: 64px;
}

.teamList__item--teamLeadership {

}

.teamList__item--teamStaff {

}

.teamList__imageContainer {
    position: relative;
    margin-bottom: 35px;
    border-radius: 12px;
    overflow: hidden;
}

.teamList__image {
    width: 100%;
}

.teamList__linkedIn {
    position: absolute;
    width: 64px;
    bottom: 20px;
    left: 20px;
}

.teamList__content {
}

.teamList__name {
    font-size: 1.66em;
    font-weight: 500;
    margin: 0;
}

.teamList__name--teamStaff {
    font-size: 1.35em;
}

.teamList__role {
    font-size: 1.2em;
    font-weight: 300;
    margin: 0 0 16px 0;
}

.teamList__role--teamStaff {
    font-size: 1.15em;
}

.teamList__bio {
    margin: 0 auto;
}


/* Legal */

.heroContent--legalHero {
    max-width: 520px;
    top: -150px;
}

@media screen and (min-width: 390px) {
    .heroContent--legalHero {
        top: -130px;
    }
}

@media screen and (min-width: 412px) {
    .heroContent--legalHero {
        top: -120px;
    }
}

@media screen and (min-width: 720px) {
    .heroContent--legalHero {
        top: -180px;
        width: auto;
        margin: auto 0 auto 8.125%;
    }
}

@media (min-width: 600px) and (max-width: 999px) {
    .heroContent--legalHero:lang(fr) {
        top: -240px;
    }
}

@media screen and (min-width: 1000px) {
    .heroContent--legalHero {
        top: -280px;
    }
}

@media screen and (min-width: 1140px) {
    .heroContent--legalHero {
        top: -32px;
    }
}

@media screen and (min-width: 2100px) {
    .heroContent--legalHero {
        max-width: 1366px;
        width: 83.75%;
        max-width: 1600px;
        margin: auto;
    }
}

@media screen and (max-width: 999px) {
    .heroContent__heading--legalHero br {
        display: none;
    }
}

@media screen and (min-width: 1920px) {
    .heroContent__text--legalHero {
        max-width: 520px;
    }
}

.pageSection__image--legalHeroMobile {
    
}

@media screen and (min-width: 360px) {
    .pageSection__image--legalHeroMobile {
        max-width: 300px;
    }
}

@media screen and (min-width: 600px) {
    .pageSection__image--legalHeroMobile {
        max-width: 520px;
    }
}

@media screen and (min-width: 1000px) {
    .pageSection__image--legalHeroMobile {
        max-width: 800px;
    }
}

@media screen and (min-width: 1140px) {
    .pageSection__image--legalHeroMobile {
        height: 66%;
        max-width: 100%;
        left: initial;
    }
}

@media screen and (min-width: 1280px) {
    .pageSection__image--legalHeroMobile {
        display: none;
    }
}

@media (min-width: 1140px) and (max-width: 1399px) {
    .pageSection__image--legalHeroMobile:lang(fr) {
        display: block;
        right: -160px;
    }
}

@media (min-width: 1326px) and (max-width: 1399px) {
    .pageSection__image--legalHeroMobile:lang(fr) {
        right: -160px;
    }
}

.pageSection__image--legalHero {
    display: none;
}

@media screen and (min-width: 1280px) {
    .pageSection__image--legalHero {
        display: block;
        height: 100%;
        right: -100px;
        left: initial;
    }
}

@media (min-width: 1280px) {
    .pageSection__image--legalHero:lang(fr) {
        display: none;
    }
}

@media (min-width: 1280px) and (max-width: 1399px) and (min-height: 800px) {
    .pageSection__image--legalHero {
        right: -280px;
    }
}

@media (min-width: 1400px) {
    .pageSection__image--legalHero:lang(fr) {
        display: block;
    }
}

@media (min-width: 1400px) and (max-width: 1539px) {
    .pageSection__image--legalHero {
        right: -200px;
    }
}

@media (min-width: 1400px) and (max-width: 1539px) {
    .pageSection__image--legalHero:lang(fr) {
        right: -300px;
    }
}

.pageSection--legalFold {
    background: #fff;
}

.secondaryNavMenu--legal {
    position: relative !important;
    top: initial !important;
    bottom: 0 !important;
    z-index: initial !important;
}

@media screen and (min-width: 1140px) {
    .secondaryNavMenu--legal {
        height: 160px;
        bottom: -80px !important;
    }
}

.contentContainer--legal {
    width: 83.75%;
    margin: 0 auto 72px auto;
}

@media screen and (min-width: 1140px) {
    .contentContainer--legal {
        margin: -80px auto 72px auto;
    }
}

.contentContainer--legal h2 {
    font-size: 1.66em;
    font-weight: 400;
}

.contentContainer--legal h3 {
    font-size: 1.2em;
    font-weight: 400;
}

.contentContainer--legal > *:first-of-type {
    margin-top: 0;
}


/*** PLUGIN STYLING ***/

/* Photoswipe Masonry Gallery by Web Design Gold Coast */

.pswp__top-bar,
.pswp__caption {
    background: transparent !important;
}

.pswp__bg {
    background: rgba(0,0,0,0.95) !important;
}

.psgal figure.msnry_item {
    display: none !important;
}

.psgal figure.msnry_item:first-of-type {
    display: block !important;
    width: 100%;
    height: 520px;
    padding: 0;
    opacity: 0;
}

.pswp__item {
    opacity: 0 !important;
}

.pswp__item.opaque {
    opacity: 1 !important;
    -moz-transition: opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

@media screen and (max-width: 600px) {
    .pswp__img {
        margin-top: 0;
    }
}

.pswp__zoom-wrap {
    z-index: 999;
}

.pswp__button {
    /* background-color: #fff !important; */
}

.pswp__share--download,
.pswp__button--share {
    display: none !important;
}

.pswp__caption__center {
    text-align: center;
    max-width: 92%;
    margin: 12px auto 10px auto;
    font-size: 15px;
    padding: 0;
    line-height: 20px;
    color: #fff;
}

.pswp__button--arrow--right:before {
    right: 120px;
    transform: scale(2);
    background-color: transparent !important;
}

.pswp__button--arrow--left:before {
    left: 120px;
    transform: scale(2);
    background-color: transparent !important;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 1 !important;
}


/* Contact Form 7 */

.wpcf7 {
    width: 100%;
    margin: auto !important;
}

.wpcf7 form {
    width: 100%;
    float: left;
}

.wpcf7 label {
    width: 100%;
    display: block;
}

.wpcf7 p {
    margin: 0;
}

.wpcf7 figure {
    width: 100%;
    margin-bottom: 21px;
    float: left;
}

@media screen and (min-width: 600px) {
    .wpcf7 figure.wpcf7_field_first_name,
    .wpcf7 figure.wpcf7_field_last_name,
    .wpcf7 figure.wpcf7_field_email,
    .wpcf7 figure.wpcf7_field_phone,
    .wpcf7 figure.wpcf7_field_company,
    .wpcf7 figure.wpcf7_field_inquiry_type {
        width: 49%;
    }
    .wpcf7 figure.wpcf7_field_first_name,
    .wpcf7 figure.wpcf7_field_email {
        margin: 0 2% 21px 0;
    }
}

.wpcf7 figure h4 {
    margin: 0 auto 4px auto;
    font-weight: 400;
}

.wpcf7 figure h4 span {
    color: #C1006B;
}

.wpcf7 input[type='submit'] {
    float: right;
    margin-top: 8px;
    margin-bottom: 21px;
}

.wpcf7 input[type="file"] {
    /* color: #fff; */
}

.wpcf7 .ajax-loader {
    /* display: none !important; */ /* disables the ajax spinner for CF7 */
}

.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.wpcf7 .wpcf7-response-output {
    width: 100%;
    margin: 0;
    padding: 12px !important;
    float: left;
    text-align: center;
}

.wpcf7 .wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    color: #398f14;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    display: block;
    width: 100%;
    margin: 12px 0 16px 7px;
    float: left;
    box-sizing: border-box;
    text-align: left;
    text-decoration: underline;
}

.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-mail-sent-ng,
.wpcf7 .wpcf7-aborted {
    display: block !important;
    width: 100%;
    float: left;
    color: red;
    border-color: red;
    box-sizing: border-box;
    text-align: center;
}

.wpcf7 .wpcf7-form .wpcf7-mail-sent-ok {
    display: block !important;
    width: 100%;
    margin-bottom: 32px;
    float: left;
    box-sizing: border-box;
    text-align: center;
}

.wpcf7 ::-webkit-input-placeholder { /* WebKit browsers */
    color: #000;
}

.wpcf7 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000;
}

.wpcf7 ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000;
}

.wpcf7 :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #000;
}


/* Contact Form 7 Captcha */

.cf7sr-g-recaptcha {
    margin-bottom: 24px;
    clear: both;
}

@media screen and (min-width: 600px) {
    .cf7sr-g-recaptcha {
        float: left;
    }
}


/* Lightslider.js */

.lSSlideOuter {
    margin: auto;
    /* width: 80%; */
    /* padding: 8vw 0 8vw 0; */
}

.lslide {

}

.lSSlideOuter .lSPager.lSpg {
    display: block;
    position: relative;
    z-index: 1;
}

.lSAction {
    /* display: none !important; */
}

.lSAction > .lSPrev {
    display: block;
    width: 16px;
    height: 32px;
    /* margin-top: -40px; */
    background-image: url(/assets/arrow-left-bcac4498.svg);
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    z-index: 1;
}

.lSAction > .lSNext {
    display: block;
    width: 16px;
    height: 32px;
    /* margin-top: -40px; */
    background-image: url(/assets/arrow-right-59139474.svg);
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    z-index: 1;
}

.lSSlideOuter .lSPager.lSpg > li {
    padding: 0 10px;
}

.lSSlideOuter .lSPager.lSpg > li a {
    width: 12px;
    height: 12px;
    background-color: #000;
}


.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #ccc;
}


/* Simple Responsive Lightbox by WPGrand */

.lg-outer .lg-thumb-outer {
    display: none;
    background: rgba(13, 10, 10, 0.7);
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
    height: 93%;
    top: 4%;
}

.lg-progress-bar .lg-progress {
    background-color: #fff !important;
}

#lg-download {
    display: none !important;
}
/* Blog Page Css */
/* Blog Hero section Css */
.blogHeroSection {
  background-color: #F5F5F5;
}

.blogHeroSection__container {
  display: grid;
  grid-template-columns: 30% 70%;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
}

/* Background image on left section */
.blogHeroSection__image {
  background-image: url(/assets/hero-contact-mobile-6da5169a.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  border-radius: 12px;
  min-height: 500px; /* ensure visible height */
  margin: 10px;
}

.blogHeroSection__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.blogHeroSection__title {
  font-size: 5.5rem;
  font-weight: 500;
  color: #4C4E4E;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .blogHeroSection__container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  /* hide title in mobile */
  .blogHeroSection__title {
    display: none;
  }

  /* make image responsive */
  .blogHeroSection__image {
    height: 200px; /* adjust as needed */
    background-size: contain;
    background-position: center;
	margin: 10px;
  }
}


 /* Blog Listing */
.blogList {
  margin: 80px 30px 72px 30px;
  max-width: 100%; /* allow full width */
  padding: 0 1rem; /* small left/right padding */
}

.blogList__heading {
  font-size: 3rem;
  margin-bottom: 4rem;
  font-weight: 400;
}

.blogList__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* ✅ always 4 on large screens */
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.blogList__item {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease-in-out;
}

.blogList__item:hover {
  transform: translateY(-5px);
}

.blogList__imageContainer {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.blogList__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blogList__content {
  padding: 1rem;
}

.blogList__title {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0 0 0.5rem 0;
}

.blogList__title a {
  color: inherit;
  text-decoration: none;
}

.blogList__meta {
  font-size: 0.9rem;
  color: #777;
  margin-bottom: 0.75rem;
}

.blogList__excerpt {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 1024px) {
  .blogList__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .blogList__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .blogList__grid {
    grid-template-columns: 1fr;
  }
}

.blog__pagination {
  display: flex;
  justify-content: center; 
  margin: 30px;
}

/* Blog post layout Css */

/* === Single Post Layout === */

.singlePost__breadcrumbs {
  font-size: 15px;
  color: #666;
  margin-bottom: 15px;
}
.singlePost__breadcrumbs a {
  color: #0073aa;
  text-decoration: none;
}
.singlePost__breadcrumbs a:hover {
  text-decoration: underline;
}


.singlePost__container {
  display: grid;
  grid-template-columns: 2fr 1fr; /* content 2/3, sidebar 1/3 */
  gap: 2rem;
  max-width: 1200px;
  margin: 20px auto;
  padding: 2rem 1rem;
  align-items: start; /* sidebar starts at top */
}

/* Main Post */

.singlePost__title {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

.singlePost__meta {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 1.5rem;
}

.singlePost__image {
  margin: 1.5rem 0;
}

.singlePost__featured {
  width: 100%;
  height: 400px; /* fixed height */
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.singlePost__content {
  line-height: 1.7;
  font-size: 1.05rem;
  margin-bottom: 2rem;
}

/* Post Navigation */
.singlePost__nav {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  font-size: 0.95rem;
}
.singlePost__navItem a {
  color: #0073aa;
  text-decoration: none;
}
.singlePost__navItem a:hover {
  text-decoration: underline;
}

/* Sidebar */
.singlePost__sidebar {
  background: #f9f9f9;
  padding: 1.5rem;
  border-radius: 12px;
  position: sticky !important; 
  top: 2rem; /* keeps sidebar visible while scrolling */
  height: fit-content;
}

.singlePost__sidebarHeading {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

.singlePost__related {
  list-style: none;
  margin: 0;
  padding: 0;
}

.singlePost__relatedItem {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.singlePost__relatedThumb {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  margin-right: 0.75rem;
}
.singlePost__relatedThumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.singlePost__relatedTitle {
  font-size: 0.95rem;
  line-height: 1.4;
  color: #333;
}

.singlePost__relatedLink {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.singlePost__relatedLink:hover .singlePost__relatedTitle {
  color: #0073aa;
}

/* Responsive */
@media (max-width: 900px) {
  .singlePost__container {
    grid-template-columns: 1fr; /* stack */
  }
  .singlePost__sidebar {
    position: relative;
    top: unset;
    margin-top: 2rem;
  }
}

/* Dealershi Page*/

.pageSection--dealershipHero {
    margin-bottom: 0px;

}
.pageSection--dealershipsChallenges {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* --- Background Image --- */
.pageSection--dealershipsChallenges__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.pageSection--dealershipsChallenges__bgImg {
  width: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

/* --- Dark overlay: #010A50 at ~75% opacity (matches devtools screenshot) --- */
.pageSection--dealershipsChallenges__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #070e4c;
  opacity: 0.60;
}

/* --- Inner container --- */
.pageSection--dealershipsChallenges__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 900px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

/* --- Eyebrow label --- */
.pageSection--dealershipsChallenges__eyebrow {
  display: block;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0.22em;
  color: #ffffff;
  opacity: 0.85;
  text-transform: uppercase;
  margin-bottom: 24px;
}

/* --- Heading --- */
.pageSection--dealershipsChallenges__heading {
  font-size: 75px;
  font-weight: 500;
  line-height: 1.15;
  color: #ffffff;
  margin-bottom: 32px;
  letter-spacing: -0.01em;
}

/* --- Body text --- */
.pageSection--dealershipsChallenges__text {
  font-size: 25px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 56px;
}

/* --- Outlined pill button --- */
.pageSection--dealershipsChallenges__btn {
  display: inline-block;
  padding: 16px 52px;
  border: 1.5px solid rgba(255, 255, 255, 0.75);
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.08);
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: background 0.3s ease, border-color 0.3s ease;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .pageSection--dealershipsChallenges__heading br {
    display: none;
  }
  .pageSection--dealershipsChallenges__text br {
    display: none;
  }
  .pageSection--dealershipsChallenges__btn {
    padding: 14px 36px;
    font-size: 15px;
  }
}

/* ============================================
   SECTION: pageSection--dealershipsChallengesTab
============================================ */

.pageSection--dealershipsChallengesTab {
  background: #f7f7f5;
  width: 100%;
  overflow: hidden;
}

.pageSection--dealershipsChallengesTab__inner {
  max-width: 83.75%;
  margin: 0 auto;
  padding: 100px 0px 120px 0px;
}

/* ---- TAB NAV ---- */
.pageSection--dealershipsChallengesTab__tabNav {
  display: flex;
  align-items: flex-end;
  gap: 0;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 60px;
  padding: 0;
}

.pageSection--dealershipsChallengesTab__tabBtn {
  position: relative;
  background: none;
  border: none;
  padding: 28px 52px 18px 52px;
  font-size: 25px;
  font-weight: 400;
  color: #4C4E4E;
  cursor: pointer;
  letter-spacing: 0.01em;
  transition: color 0.25s ease;
  white-space: nowrap;
}

/* underline indicator */
.pageSection--dealershipsChallengesTab__tabBtn::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0089AF;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.pageSection--dealershipsChallengesTab__tabBtn--active {
  color: #1a1a2e;
  font-weight: 500;
}

.pageSection--dealershipsChallengesTab__tabBtn--active::after {
  transform: scaleX(1);
}

.pageSection--dealershipsChallengesTab__tabBtn:hover {
  color: #1a1a2e;
}

/* ---- PANELS ---- */
.pageSection--dealershipsChallengesTab__panels {
  position: relative;
}

.pageSection--dealershipsChallengesTab__panel {
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.pageSection--dealershipsChallengesTab__panel--active {
  display: grid;
}

/* ---- PANEL IMAGE ---- */
.pageSection--dealershipsChallengesTab__panelImg {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.pageSection--dealershipsChallengesTab__panelImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.pageSection--dealershipsChallengesTab__panel--active
.pageSection--dealershipsChallengesTab__panelImg img {
  animation: imgZoomIn 0.5s ease forwards;
}

@keyframes imgZoomIn {
  from { transform: scale(1.04); }
  to   { transform: scale(1); }
}

/* ---- PANEL CONTENT ---- */
.pageSection--dealershipsChallengesTab__panelContent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

/* Eyebrow */
.pageSection--dealershipsChallengesTab__panelEyebrow {
  display: block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #4C4E4E;
  text-transform: uppercase;
  margin-bottom: 5px;
}

/* Heading */
.pageSection--dealershipsChallengesTab__panelHeading {
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  color: #1a1a2e;
  margin-bottom: 5px;
  letter-spacing: -0.01em;
}

/* Body text */
.pageSection--dealershipsChallengesTab__panelText {
  font-size: 25px;
  line-height: 1.5;
  color: #4C4E4E;
  margin-bottom: 36px;
  max-width: 480px;
}

/* ---- NAV BUTTONS (Next / Back) ---- */
.pageSection--dealershipsChallengesTab__navGroup {
  display: flex;
  gap: 28px;
  align-items: center;
}

.pageSection--dealershipsChallengesTab__navBtn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  padding: 0;
  font-size: 22px;
  font-weight: 500;
  color: #002779;
  cursor: pointer;
  letter-spacing: 0.01em;
  transition: gap 0.2s ease, opacity 0.2s ease;
}

.pageSection--dealershipsChallengesTab__navBtn:hover {
  gap: 10px;
  opacity: 0.7;
}

.pageSection--dealershipsChallengesTab__navArrow {
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
}

/* ---- PANEL FADE ANIMATION ---- */
.pageSection--dealershipsChallengesTab__panel--active {
  animation: panelFadeIn 0.35s ease forwards;
}

@keyframes panelFadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ---- RESPONSIVE ---- */
@media (max-width: 900px) {
  .pageSection--dealershipsChallengesTab__panel--active {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .pageSection--dealershipsChallengesTab__tabBtn {
    padding: 20px 24px 14px 24px;
    font-size: 14px;
  }

  .pageSection--dealershipsChallengesTab__inner {
    padding: 0 20px 60px 20px;
  }
}

@media (max-width: 480px) {
  .pageSection--dealershipsChallengesTab__tabNav {
    gap: 0;
  }
  .pageSection--dealershipsChallengesTab__tabBtn {
    padding: 16px 14px 12px 14px;
    font-size: 13px;
  }
  .pageSection--dealershipsChallengesTab__panelHeading br {
    display: none;
  }
}

/* =============================================
   Section: Challenges / Dealerships Challenges
   ============================================= */

.pageSection--dealershipsChallenges {
  padding: 70px 0;
  background-color: #ffffff;
}

.pageSection--dealershipsChallenges .pageSection__container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.pageSection--dealershipsChallenges .pageSection__content {
  display: flex;
  align-items: center;
  gap: 60px;
}

.pageSection--dealershipsChallenges .pageSection__features {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.pageSection--dealershipsChallenges .pageSection__feature {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pageSection--dealershipsChallenges .pageSection__featureTitle {
  font-size: 18px;
  font-weight: 700;
  color: #1a4fa0;
  margin: 0;
  line-height: 1.3;
}

.pageSection--dealershipsChallenges .pageSection__featureText {
  font-size: 14px;
  line-height: 1.6;
  color: #444444;
  margin: 0;
}

.pageSection--dealershipsChallenges .pageSection__image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

/* Responsive */
@media (max-width: 768px) {
  .pageSection--dealershipsChallenges .pageSection__content {
    flex-direction: column;
    gap: 36px;
  }

  .pageSection--dealershipsChallenges .pageSection__imageWrap {
    max-width: 100%;
    width: 100%;
  }
}
/* =============================================
   Section: Benefits / Dealerships Benefits
   ============================================= */

.pageSection--dealershipsBenefits {
  padding: 120px 0;
  background-color: #ffffff;
}

.pageSection--dealershipsBenefits .pageSection__container {
  max-width: 83.75%;
  margin: 0 auto;
  padding: 0 24px;
}

.pageSection--dealershipsBenefits .pageSection__content {
  display: flex;
  align-items: center;
  gap: 120px;
}

/* Image */
.pageSection--dealershipsBenefits .pageSection__imageWrap {
   max-width: 650px;
}

.pageSection--dealershipsBenefits .pageSection__image {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

/* Benefits List */
.pageSection--dealershipsBenefits .pageSection__benefitsList {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pageSection--dealershipsBenefits .pageSection__benefit {
  display: flex;
  align-items: flex-start;
  gap: 15px 35px;
}

.pageSection--dealershipsBenefits .pageSection__benefitIcon {
  flex-shrink: 0;
  margin-top: 2px;
}

.pageSection--dealershipsBenefits .pageSection__benefitBody {
  display: flex;
  flex-direction: column;
}

.pageSection--dealershipsBenefits .pageSection__benefitTitle {
  font-size: 40px;
  font-weight: 400;
  color: #002779;
  margin: 0;
}

.pageSection--dealershipsBenefits .pageSection__benefitText {
  font-size: 22px;
  line-height: 1.65;
  color: #555555;
  margin: 0;
}

.pageSection--dealershipsBenefits .pageSection__benefitLink {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 22px;
  font-weight: 500;
  color: #1a4fa0;
  text-decoration: none;
  margin-top: 15px;
  transition: color 0.2s ease;
}

.pageSection--dealershipsBenefits .pageSection__benefitLink:hover {
  color: #163d80;
}

/* Responsive */
@media (max-width: 900px) {
  .pageSection--dealershipsBenefits .pageSection__content {
    flex-direction: column;
    gap: 40px;
  }

  .pageSection--dealershipsBenefits .pageSection__imageWrap {
    flex: unset;
    max-width: 100%;
    width: 100%;
  }

  .pageSection--dealershipsBenefits .pageSection__image {
    height: 280px;
  }
}
/* =============================================
   Section: Challenges / Dealerships Challenges
   ============================================= */

.pageSection--dealershipsChallenges {
  padding: 70px 0;
  background-color: #ffffff;
}

.pageSection--dealershipsChallenges .pageSection__container {
   max-width: 83.75%;
   margin: 0 auto;
   padding: 80px 25px 80px 25px;
}

.pageSection--dealershipsChallenges .pageSection__content {
  display: flex;
  align-items: center;
  gap: 60px;
}

.pageSection--dealershipsChallenges .pageSection__features {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.pageSection--dealershipsChallenges .pageSection__feature {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pageSection--dealershipsChallenges .pageSection__featureTitle {
   font-size: 40px;
   font-weight: 500;
   color: #002779;
   margin: 0;
   line-height: 1.3;
}

.pageSection--dealershipsChallenges .pageSection__featureText {
  font-size: 22px;
  line-height: 1.6;
  color: #444444;
  margin: 0;
}

.pageSection--dealershipsChallenges .pageSection__imageWrap {
  flex: 1;
}

.pageSection--dealershipsChallenges .pageSection__image {
  width: 100%;
  height: 550px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

/* Responsive */
@media (max-width: 768px) {
  .pageSection--dealershipsChallenges .pageSection__content {
    flex-direction: column;
    gap: 36px;
  }

  .pageSection--dealershipsChallenges .pageSection__imageWrap {
    max-width: 100%;
    width: 100%;
  }
}
/* =============================================
   Section: Solutions / Dealerships Solutions
   ============================================= */

.pageSection--dealershipsSolutions {
  padding: 120px 0;
  background-color: #f7f8fa;
}

.pageSection--dealershipsSolutions .pageSection__container {
  max-width: 83.75%;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

.pageSection--dealershipsSolutions .pageSection__eyebrow {
   font-size: 25px;
   letter-spacing: 2px;
   color: #4C4E4E;
   text-transform: uppercase;
   margin: 0 0 14px;
   font-weight: 400;
}

.pageSection--dealershipsSolutions .pageSection__heading {
   font-size: 55px;
   font-weight: 600;
   color: #002779;
   line-height: 1.25;
   margin: 0 0 18px;
}

.pageSection--dealershipsSolutions .pageSection__subheading {
   font-size: 22px;
   color: #4C4E4E;
   line-height: 1.7;
   max-width: 800px;
   margin: 0 auto 50px;
}

/* Grid Layout */
.pageSection--dealershipsSolutions .pageSection__grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0 50px;
  align-items: center;
  margin-bottom: 45px;
}

.pageSection--dealershipsSolutions .pageSection__col {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.pageSection--dealershipsSolutions .pageSection__col--left {
  text-align: center;
}

.pageSection--dealershipsSolutions .pageSection__col--right {
  text-align: center;
}

.pageSection--dealershipsSolutions .pageSection__col--center {
  width: 600px;;
}

.pageSection--dealershipsSolutions .pageSection__centerImage {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

/* Cards */
.pageSection--dealershipsSolutions .pageSection__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.pageSection--dealershipsSolutions .pageSection__cardIcon {
  width: 80px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}

.pageSection--dealershipsSolutions .pageSection__cardTitle {
  font-size: 40px;
  font-weight: 500;
  color: #002779;
  margin: 0;
}

.pageSection--dealershipsSolutions .pageSection__cardText {
    font-size: 22px;
    line-height: 1.65;
    color: #555555;
    margin: 0;
}

/* Actions */
.pageSection--dealershipsSolutions .pageSection__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.pageSection--dealershipsSolutions .pageSection__btn {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  transition: all 0.2s ease;
}

.pageSection--dealershipsSolutions .pageSection__btn--primary {
  background-color: #1a4fa0;
  color: #ffffff;
  margin: 0;
  padding: 12px 35px;
}

.pageSection--dealershipsSolutions .pageSection__btn--primary:hover {
  background-color: #163d80;
}

.pageSection--dealershipsSolutions .pageSection__btn--link {
  color: #002779;
  gap: 4px;
}

.pageSection--dealershipsSolutions .pageSection__btn--link:hover {
  color: #163d80;
}

/* Responsive */
@media (max-width: 900px) {
  .pageSection--dealershipsSolutions .pageSection__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .pageSection--dealershipsSolutions .pageSection__col--center {
    width: 100%;
    order: -1;
  }

  .pageSection--dealershipsSolutions .pageSection__centerImage {
    height: 240px;
  }

  .pageSection--dealershipsSolutions .pageSection__heading {
    font-size: 28px;
  }
}
/* =============================================
   Section: FAQs / Dealerships FAQs
   ============================================= */

.pageSection--dealershipsFaqs {
  padding: 120px 0 80px 0;
  background-color: #f7f8fa;
}

.pageSection--dealershipsFaqs .pageSection__container {
  max-width: 70%;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

.pageSection--dealershipsFaqs .pageSection__heading {
   font-size: 55px;
   font-weight: 600;
   color: #002779;
   margin: 0 0 12px;
}

.pageSection--dealershipsFaqs .pageSection__subheading {
  font-size: 30px;
  color: #4C4E4E;
  line-height: 1.65;
  margin: 0 0 44px;
}

/* Accordion List */
.pageSection--dealershipsFaqs .pageSection__accordionList {
  text-align: left;
  border-top: 2px solid #4C4E4E;
  margin-bottom: 0;
}

.pageSection--dealershipsFaqs .pageSection__accordionItem {
  border-bottom: 2px solid #4C4E4E;
}

/* Trigger Button */
.pageSection--dealershipsFaqs .pageSection__accordionTrigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 30px;
  font-weight: 500;
  color: #002779;
  line-height: 1.2;
  transition: color 0.2s ease;
}

.pageSection--dealershipsFaqs .pageSection__accordionIcon {
  flex-shrink: 0;
  transition: transform 0.3s ease;
  color: #1a1a2e;
}

.pageSection--dealershipsFaqs .pageSection__accordionItem--active .pageSection__accordionIcon {
  transform: rotate(180deg);
}

/* Body / Content */
.pageSection--dealershipsFaqs .pageSection__accordionBody {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s ease;
}

.pageSection--dealershipsFaqs .pageSection__accordionItem--active .pageSection__accordionBody {
  max-height: 400px;
}

.pageSection--dealershipsFaqs .pageSection__accordionContent {
  padding: 0 0 20px;
}

.pageSection--dealershipsFaqs .pageSection__accordionContent p {
   font-size: 25px;
   line-height: 1.5;
   color: #4C4E4E;
   margin: 0;
}

/* More Info */
.pageSection--dealershipsFaqs .pageSection__moreInfo {
  padding: 60px 24px;
  text-align: center;
}

.pageSection--dealershipsFaqs .pageSection__moreInfoTitle {
  font-size: 45px;
  font-weight: 500;
  color: #1a1a2e;
  margin: 0 0 12px;
}

.pageSection--dealershipsFaqs .pageSection__moreInfoText {
  font-size: 25px;
  color: #666666;
  margin: 0 0 28px;
}

.pageSection--dealershipsFaqs .pageSection__btn {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  transition: all 0.2s ease;
}

.pageSection--dealershipsFaqs .pageSection__btn--primary {
  background-color: #1a4fa0;
  color: #ffffff;
  padding: 11px 32px;
}

.pageSection--dealershipsFaqs .pageSection__btn--primary:hover {
  background-color: #163d80;
}

/* Responsive */
@media (max-width: 600px) {
  .pageSection--dealershipsFaqs .pageSection__heading {
    font-size: 30px;
  }

  .pageSection--dealershipsFaqs .pageSection__accordionTrigger {
    font-size: 13.5px;
  }
}
/* =============================================
   Section: CTA / Dealerships CTA
   ============================================= */

.pageSection--dealershipsCta {
  padding: 90px 24px;
  background-color: #002779;
  text-align: center;
}

.pageSection--dealershipsCta .pageSection__container {
  max-width: 700px;
  margin: 0 auto;
}

.pageSection--dealershipsCta .pageSection__heading {
  font-size: 50px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.25;
  margin: 0 0 18px;
}

.pageSection--dealershipsCta .pageSection__subheading {
  font-size: 22px;
  line-height: 1.7;
  color: #ffffff;
  margin: 0 0 36px;
}

.pageSection--dealershipsCta .pageSection__btn {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  transition: all 0.2s ease;
}

.pageSection--dealershipsCta .pageSection__btn--outline {
  color: #ffffff;
  padding: 11px 36px;
  background-color: transparent;
}

.pageSection--dealershipsCta .pageSection__btn--outline:hover {
  background-color: #ffffff;
  color: #ffffff;
}

/* Responsive */
@media (max-width: 600px) {
  .pageSection--dealershipsCta .pageSection__heading {
    font-size: 28px;
  }
}
.heroContent__heading--dealershipsHero{
  font-size:  2.8em;
  font-weight: 500;
  color: #4C4E4E;
  line-height: 1.2;
  margin: 0 0 28px;
  letter-spacing: -0.3px;
}

@media screen and (min-width: 1240px) {
    .fz-fab-container {
        display: none;
    }
}