/* HOME
   ========================================================================== */
.body--home .banner--main {
    background-image: var(--bannerHome--background--image);
}

.body--home .banner__text {
    width: 100%;
}

.body--home .banner__text__title {
    border-bottom: solid 5px #17e88f;
    padding-bottom: 3.2rem;
}

.body--home .banner__text__title + .banner__text__subtitle{
    margin-top: var(--spacer--m);
}

.body--home .banner__text__subtitle{
    font-size: 2rem;
    text-transform: inherit;
}

.section--home [class*=--divider--bottom]{
    flex-grow: 1;
    border-bottom-color: #3a3a3a;
    padding-bottom:0;
}

.section--home [class*="--divider--bottom"] + *{
    margin-top: -14px !important;
}

.section--home .section__content[class*=--boxed--custom]{
    text-align: center;
    position: relative;
    border-top: unset;
    display: block;
    border-color: #3a3a3a;
}

.section--home .section__content__title{
    display: flex;
    justify-content: center;
    align-items: end;
}

.section--home .section__content[class*=--boxed--custom] .section__content__title{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.section--home .section__content__title--4{
    padding: 0 var(--spacer--xl);
}

.section--home .text--highlighted {
    font-family: FinancierDisplay;
    font-weight: var(--font--weight--medium);
    color: var(--color--brand);
}

.section--home .text--highlighted {
    font-size: 4.8rem;
    margin-bottom: calc( var(--spacer--xxl) * 2);
}

.section--home .text--highlighted--sm {
    font-size: 2.3rem;
}

.section--home .text--highlighted span {
    color: var(--color--brand--sub-4);
}

.section__content--about p:not(.paragraph){
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.38;
    padding: var(--spacer--xxl) var(--spacer--m);
}

.section__content--about .paragraph + .paragraph{
    margin-top: var(--spacer--m);
}

.section__content--explore .paragraph + .paragraph{
    padding-top: 0;
}

.section--home :not(.fluid-cols)>.paragraph:last-of-type {
    padding-bottom: var(--spacer--xxl);
}

.section--home .section__content + .section__content {
    margin-top: var(--spacer--xxl);
}

.banner--explore {
    background-color: var(--color--brand--sub-1);
    color: #FFFFFF;
}

.banner--explore .banner__wrapper {
    padding-top: calc( var(--spacer--xl) * 2);
    padding-bottom: calc( var(--spacer--xl) * 2);
}

.section__content--explore {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section__content--explore .section__content__title {
    font-family: var(--font);
    font-size: 6rem;
}

.section__content--explore .paragraph{
    font-size: 2.3rem;
    line-height: 2.4rem;
    width: 50%;
    float: right;
}

.section--home.section--banner--explore :not(.fluid-cols)>.paragraph:last-of-type {
    padding-bottom: 0;
}

.video--home {
    padding-top: var(--main--padding--top);
    padding-bottom: var(--main--padding--bottom);
}

/* DESKTOP */

@media all and (min-width:1025px){

    .body--home .banner--main{
        height: 48.2rem;
    }

    .body--home .banner__text__title + .banner__text__subtitle{
        margin-top: var(--spacer--xl);
    }

    .body--home .banner__text__subtitle{
        font-size: 2.6rem;
    }

    .body--home .section__content--video{
        height: 601px;
    }
}

/* MOBILE */

@media all and (max-width:1024px){

    .section--home .text--highlighted {
        font-size: 3.2rem;
        margin-bottom: var(--spacer--xxxl);
    }

    .section__content--explore {
        flex-direction: column;
    }

    .section__content--about p:not(.paragraph), .section__content--explore .paragraph {
        font-size: 2.2rem;
        line-height: normal;
        padding: var(--spacer--xl) 0;
    }

    .section__content--explore .paragraph {
        width: 100%;
    }

    .section__content--explore .section__content__title {
        font-size: 3.2rem;
    }

    .body--home .banner__text__title {
        padding-bottom: 2.2rem;
    }

    .banner__wrapper {
        padding-bottom: 2.2rem;
    }

    .section__content--explore {
        align-items: start;
    }

    .section--collapsible-form-search .form--search .form__toggle {
        justify-content: right;
        width: 100%;
    }

}
