@charset "utf-8";
/* CSS Document */
.navigation__skip {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap
}

@media screen and (max-width:800px) {
    .navigation__skip {
        display: none
    }
}

.navigation__skip:focus {
    color: #fff;
    background-color: #000;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    clip: auto;
    overflow: auto;
    margin: 8px;
    padding: 8px;
    border: 4px solid #ff0;
    z-index: 202
}

.navigationTabs__inner {
    position: relative
}

.navigationTabs__inner--mobile .cc-select,
.navigationTabs__inner:not(.navigationTabs__inner--mobile) .navigationTabs__select {
    display: none
}

.navigationTabs__inner--in .navigationTabs__contentItem {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: 0
}

.navigationTabs__inner--transitioning .navigationTabs__contentItem--active {
    z-index: 11
}

.navigationTabs__contentItem {
    animation: navigationTabs__contentFadeOut 1s ease forwards;
    position: relative;
    display: none
}

.navigationTabs__contentItem--active {
    display: block !important;
    animation: navigationTabs__contentFadeIn 1s ease forwards !important
}

.navigationTabs .cc-select__trigger {
    border: none;
    background-color: #ededed;
    padding-top: 18px;
    padding-bottom: 14px;
    line-height: 1.1
}

.navigationTabs .cc-select__trigger:after {
    border-top-color: #ededed
}

.navigationTabs .cc-select__trigger:before {
    border-top-color: #282b3e
}

.navigationTabs__content {
    position: relative;
    background-color: #fafafa
}

.navigationTabs__wrapper {
    padding: 0 32px;
    display: flex;
    align-items: center;
    background: #fff;
    transition: all .3s;
    height: 80px;
    overflow: hidden
}

@media screen and (max-width:600px) {
    .navigationTabs__wrapper {
        padding: 8px 24px;
        overflow: visible
    }
}

.navigationTabs__wrapper--stuckable {
    display: flex;
    top: 0;
    right: 0;
    position: fixed;
    transform: translateY(-100%);
    transition: transform .4s ease-in-out;
    border-bottom: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .16);
    z-index: 100;
    width: calc(100% - 80px)
}

@media screen and (max-width:800px) {
    .navigationTabs__wrapper--stuckable {
        width: 100%
    }
}

.stuck .navigationTabs__wrapper--stuckable {
    transform: translateY(0)
}

.navigationTabs__title {
    font-weight: 700;
    display: none;
    flex: 1 0 250px;
    max-width: 250px;
    margin-right: 25px
}


.navigationTabs__list {
    position: relative;
    display: flex;
    justify-content: center;
    flex: 1;
    height: 100%;
    margin-bottom: 0;
    border-bottom: 1px solid #ededed;
    transition: box-shadow .3s;
    box-shadow: 0 0 0 transparent
}

.navigationTabs__wrapper--right .navigationTabs__list {
    justify-content: flex-end
}

.navigationTabs__wrapper--left .navigationTabs__list {
    justify-content: flex-start
}

@media screen and (max-width:600px) {
    .navigationTabs__list {
        display: none
    }
}

.navigationTabs__indicator {
    display: none
}

.navigationTabs__item {
    display: flex;
    align-items: center;
    height: 80px;
    padding: 0 24px;
    border-top: 3px solid #fff
}

.navigationTabs__item--active,
.navigationTabs__item:active,
.navigationTabs__item:focus,
.navigationTabs__item:hover:not(.navigationTabs__item--active) {
    color: #06854d;
    border-right: 1px solid #dddee4;
    border-left: 1px solid #dddee4
}

.navigationTabs__item:hover:not(.navigationTabs__item--active) {
    border-top: 1px solid #dddee4
}

.navigationTabs__item--active {
    border-top-color: #06854d;
    background-color: #fafafa
}

.navigationTabs__item--active .navigationTabs__trigger {
    font-weight: 700;
    color: #282b3e
}

.navigationTabs__contentTitle {
    margin-left: 48px;
    margin-bottom: 24px;
    margin-top: 16px;
    display: none
}

.cq-Editable-dom .navigationTabs__contentTitle {
    display: block
}

.navigationTabs__trigger {
    color: #5e6073;
    font-size: 14px;
    line-height: 140%;
    white-space: nowrap
}

.navigationTabs__cta {
    padding: 12px 16px 8px;
    margin-left: 16px;
    font-size: 14px;
    line-height: 140%;
    text-transform: none
}

@media screen and (max-width:600px) {
    .navigationTabs__cta {
        padding-top: 16px;
        padding-bottom: 13px
    }
}

@media screen and (max-width:600px) {
    .navigationTabs__wrapper--stuckable .navigationTabs__cta {
        display: none
    }
}

.navigationTabs__mobileWrapper {
    display: none;
    flex: 1
}

@media screen and (max-width:600px) {
    .navigationTabs__mobileWrapper {
        display: block;
        padding: 0;
        position: relative
    }
    .navigationTabs__inner--mobile .navigationTabs__mobileWrapper:after {
        content: "";
        position: absolute;
        right: 32px;
        top: 50%;
        margin-top: -8px;
        width: 12px;
        height: 12px;
        border-bottom: 2px solid #282b3e;
        border-right: 2px solid #282b3e;
        transform: rotate(45deg)
    }
}

.navigationTabs__select {
    appearance: none;
    width: 100%;
    display: block;
    font-family: Manulife JH Sans, arial;
    font-size: 16px;
    color: #282b3e;
    padding: 16px;
    border: none;
    background-color: #ededed
}

.navigationTabs.cq-Editable-dom .navigationTabs__contentItem {
    display: block !important;
    animation: none
}

.navigationTabs__scrollLeft,
.navigationTabs__scrollRight {
    position: absolute;
    z-index: 101;
    top: 0;
    width: 40px;
    height: 80px;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: #fff;
    pointer-events: none;
    opacity: 0;
    transition: opacity .2s ease-in-out;
    box-shadow: 0 0 4px rgba(0, 0, 0, .04), 0 8px 24px rgba(0, 0, 0, .08)
}

.navigationTabs__scrollLeft svg,
.navigationTabs__scrollRight svg {
    width: 12px;
    height: 12px;
    fill: #282b3e
}

.navigationTabs__scrollLeft {
    left: 0
}

.navigationTabs__scrollLeft svg {
    transform: rotate(180deg)
}

.navigationTabs__scrollLeft.navigationTabs__scroll--fixed {
    left: 80px
}

@media screen and (max-width:800px) {
    .navigationTabs__scrollLeft.navigationTabs__scroll--fixed {
        left: 0
    }
}

.navigationTabs__scrollRight {
    right: 0
}

.navigationTabs__scroll--fixed {
    position: fixed;
    animation: navigationTabs__slideIn .4s ease-in-out forwards
}

.navigationTabs__scroll--show {
    opacity: 1;
    pointer-events: auto
}

@media screen and (max-width:600px) {
    .navigationTabs__scroll--show {
        opacity: 0;
        pointer-events: none;
        display: none
    }
}

.navigationTabs__scrollSpace {
    padding-left: 32px;
    width: 32px;
    height: 32px
}

@keyframes navigationTabs__slideIn {
    0% {
        transform: translateY(-100%)
    }
    to {
        transform: translateY(0)
    }
}

@keyframes navigationTabs__contentFadeOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 0
    }
}

@keyframes navigationTabs__contentFadeIn {
    0% {
        opacity: 0
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}


.landing-hero__inner {
    height: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    background-size: cover
}

@media screen and (max-width:600px) {
    .landing-hero__inner {
        min-height: 80vh;
        height: auto
    }
}

.landing-hero--light .landing-hero__inner {
    border-bottom: 1px solid #ededed
}

.landing-hero__content {
    text-align: center;
    padding: 24px;
    max-width: 1200px
}

.landing-hero__title {
    margin-bottom: 32px
}

.landing-hero--dark .landing-hero__title {
    color: #fff
}

.landing-hero--light .landing-hero__title {
    color: #000000
}

.landing-hero__subtitle {
    font-size: 20px;
    line-height: 1.75;
    font-weight: 400;
    text-align: center;
    margin: 32px auto;
    max-width: 850px
}

.landing-hero--dark .landing-hero__subtitle {
    color: #fff
}

.landing-hero--light .landing-hero__subtitle {
    color: #000000;
}

.landing-hero__cta {
    margin-top: 24px;
    max-width: 1200px;
    overflow: hidden
}

.landing-hero__cta .cta-module {
    margin: 0 auto
}

.landing-hero__cta .cta-module__inner {
    box-shadow: none;
    border: 1px solid #ededed
}

.landing-main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 32px
}

@media screen and (max-width:600px) {
    .landing-main {
        padding: 24px
    }
}


.landingNav {
    height: 80px
}

.landingNav__inner {
    padding: 0 64px;
    display: flex;
    align-items: center;
    background: #163856;
    border-bottom: 1px solid #ededed;
    transition: box-shadow .3s;
    box-shadow: 0 0 0 transparent;
    height: 80px
}

@media screen and (max-width:800px) {
    .landingNav__inner {
        padding: 8px 24px
    }
}

.stuck .landingNav__inner {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    border-bottom: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .16);
    z-index: 100
}

.hideSidebar .stuck .landingNav__inner {
    width: 100%
}

@media screen and (max-width:800px) {
    .stuck .landingNav__inner {
        width: 100%
    }
}

.landingNav__title {
    font-weight: 700;
    opacity: 0;
    transition: all .3s
}

.cq-Editable-dom .landingNav__title,
.stuck .landingNav__title {
    opacity: 1
}

.landingNav__list {
    position: relative;
    display: flex;
    justify-content: center;
    flex: 1;
    height: 100%
}

.landingNav__list--right {
    justify-content: flex-end
}

.landingNav__list--left {
    justify-content: flex-start
}

@media screen and (max-width:800px) {
    .landingNav__list {
        display: none
    }
}

.landingNav__indicator {
    display: none
}

.landingNav__trigger {
    display: flex;
    align-items: center;
	color: #FFF;
    height: 80px;
    padding: 0 24px;
    border-bottom: 3px solid rgba(1, 1, 1, 0);
    transition: color .4s ease-in-out, border-color .4s ease-in-out
}

.landingNav__trigger--active,
.landingNav__trigger:active,
.landingNav__trigger:focus,
.landingNav__trigger:hover {
    color: #9EB759
}

.landingNav__trigger--active {
    border-bottom-color: #9EB759;
    font-weight: 700
}

.landingNav__mobileWrapper {
    display: none;
    flex: 1
}

@media screen and (max-width:800px) {
    .landingNav__mobileWrapper {
        display: block;
        padding: 0 16px;
        position: relative
    }
    .landingNav__mobileWrapper:after {
        content: "";
        position: absolute;
        right: 32px;
        top: 50%;
        margin-top: -8px;
        width: 12px;
        height: 12px;
        border-bottom: 2px solid #dfe1df;
        border-right: 2px solid #dfe1df;
        transform: rotate(45deg)
    }
}

.landingNav__select {
    appearance: none;
    width: 100%;
    display: block;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 16px;
    color: #000000;
    padding: 16px;
    border: 1px solid #ededed;
    background-color: #FFF;
}

.innerNavigationBar {
    position: static !important
}

