* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    background-color: #FFFFFF;
    margin: 0 auto;
    overflow-x: hidden;
}

#tooSmall {
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20000;
    background-color: #FFDDCC;
    color: #00857D;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 1.25;
}

section {
    position: relative;
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
    width: 100%;
    height: auto;
    /* min-height: 100vh; */
    z-index: 2;
    background-color: #FFFFFF;
}

section .inner {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    height: 100%;
}

section .container {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 3rem 2rem;
    width: 100%;
    max-width: 1290px;
}

section#hero {
    width: 100vw;
    height: 0;
    padding-bottom: 52.395%;
}

section#hero video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: auto;
    z-index: 1;
}
section#hero #heroCopy {
    position: absolute;
    bottom: 100px;
    /* left: 75px; */
    width: 588px;
    left: 50%;
    transform: translateX(-643px);
    z-index: 3;
}
section#hero h1 {
    font-size: 43px;
    line-height: 50px;
    font-family: 'Rufina', serif;
    font-weight: bold;
    color: #00857D;
    margin-bottom: 28px;
}
section#hero h1 small {
    font-size: 19.5px;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    letter-spacing: 3px;
    color: #707070;
}

section#hero p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #707070;
    font-size: 18px;
    line-height: 25.5px;
}

section#hero p b {
    font-weight: bold;
    color: #00857D;
}

section.peach {
    background-color: #FFDDCC;
}

section h2,
section.peach h2 {
    font-size: 40px;
    line-height: 45px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    letter-spacing: 0.05rem;
    color: #00857D;
}

section h2 small,
section.peach h2 small {
    font-size: 26px;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    letter-spacing: 3.9px;
    color: #707070;
}

section.peach h2 {
    font-family: 'Montserrat', sans-serif;
    color: #00857D;
    font-size: 22.5px;
    line-height: 30px;
    text-align: center;
    display: block;
}

section.peach h2.quote::before {
    content: '\201C';
    position: relative;
    left:0;
    top:35px;
    text-align: center;
    display: block;
    font-family: 'Rufina', sans-serif;
    font-size: 150px;
    line-height: 100px;
    color: #00857D;
    opacity: 0.3;
}
section.peach h2.quote::after {
    content: '\201D';
    position: relative;
    left: 0;
    bottom:-35px;
    text-align: center;
    display: block;
    font-family: 'Rufina', sans-serif;
    font-size: 150px;
    line-height: 100px;
    color: #00857D;
    opacity: 0.3;
}

section p,
section.peach p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #707070;
    font-size: 24px;
    line-height: 31px;
}

/* section.peach .quote {
    text-align: center;
    display: block;
    font-family: 'Rufina', sans-serif;
    font-size: 150px;
    line-height: 100px;
    color: #00857D;
    opacity: 0.3;
} */

section.green {
    background-color: #00857D;
}

section.green h2 {
    font-size: 52.5px;
    line-height: 63.75px;
    font-family: 'Rufina', sans-serif;
    font-weight: bold;
    /* letter-spacing: 0.05em; */
    color: #FFFFFF;
    margin-top: -23px;
}

section.green h2 small {
    font-size: 19.5px;
    line-height: 23px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    /* letter-spacing: 0.15em; */
    color: #FFDDCC;
}

section.green p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 26px;
}

section.green p b {
    font-weight: bold;
    color: #FFDDCC;
}

section.green p:nth-child(1) {
    margin-bottom: 18px;
}

section.green .textColumn {
    padding-left: 40px;
}

section article {
    position: relative;
    height: auto;
    width: 100%;
    /* min-height: 100vh; */
    z-index: 5;
}

section#intro {
    padding: 65px 0;
    z-index: 12;
}

.container.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: unset;
    justify-content: unset;
    padding: 0;
}

section#intro .container.grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
    column-gap: 2rem;
    row-gap: 2rem;
}

#sectionTitle {
    position: relative;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row: 1;
}

#sectionTitle h2 {
    font-size: 30px;
    line-height: 35px;
    font-family: 'Montserrat', sans-serif;
    margin-top: -7px;
}

#intro .textColumn {
    position: relative;
    grid-column-start: 3;
    grid-column-end: 6;
    grid-row: 1;
}

#video {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    grid-column-start: 1;
    grid-column-end: 6;
    grid-row: 2;
}

#video.paused:before {
    position: absolute;
    content: '';
    background-image: url('../images/play-button.png');
    background-size: 174px 174px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

#video video {
    width: 100%;
    height: auto;
}

section#organicSocial {
    display: block;
    align-items: unset;
    justify-content: unset;
    width: 100vw;
    height: 960px;
    /* padding-bottom: 51.25%; */
    background-image: url('../images/organic-social.jpg');
    background-position: top right;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

#organicContent {
    position: absolute;
    text-align: left;
    bottom: 15%;
    width: 540px;
    height: auto;
    z-index: 10;
    left: 50%;
    transform: translateX(-643px);
}

#organicContent h2 {
    text-align: left;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 1.5rem;
    letter-spacing: 4.5px;
}

#organicContent .eyebrow {
    font-size: 19.5px;
    line-height: 22.5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    letter-spacing: 3px;
    color: #707070;
    margin-bottom: 0.25rem;
}

#organicContent p {
    font-size: 18px;
    line-height: 24px;
}

section#sticker {
    background-color: #ffffff !important;
}

#stickergrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: unset;
    justify-content: unset;
    padding: 0 3rem;
    background-color: #ffffff !important;
    max-width: 1600px;
    margin: 0 auto;
}

section#sticker #sectionVideo {
    position: relative;
    width: 100%;
    height: auto;
}

section#sticker #sectionVideo:after {
    content: '';
    width: 100%;
    height: 2px solid #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

section#sticker #stickerContent {
    position: relative;
    justify-content: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 605px;
    height: auto;
    margin: 0 auto;
}

section#sticker #stickerContent h2 {
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 4.5px;
    margin-bottom: 1rem;
}
section#sticker #stickerContent p {
    font-size: 18px;
    line-height: 23.25px;
}
section#sticker #stickerContent p.eyebrow {
    font-size: 19.5px;
    line-height: 23.75px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: bold;
}
#carousel {
    position: relative;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: unset;
    justify-content: unset;
}

#carousel:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 2px;
    height: 100%;
    background-color: #FFFFFF;
    z-index: 5;
}

#carousel:after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 2px;
    height: 100%;
    background-color: #FFFFFF;
    z-index: 5;
}

#carouselItems {
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: 56.09%;
    z-index: 1;
    overflow: hidden;
    /* transition: all 0.2s ease-in-out; */
}
.carouselItem {
    position: absolute;
    width: 100%;
    /* max-width: 600px; */
    height: auto;
}

.carouselItem:nth-child(1) {
    left: 0;
}

.carouselItem:nth-child(2) {
    /* display: none; */
    left: 100%;
}

.carouselItem:nth-child(3) {
    /* display: none; */
    left: 200%;
}

#carouselNavigation {
    position: absolute;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 297px;
    height: 44px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.previousItem {
    width: 99px;
    height: 44px;
    background-image: url('../images/nav-left.png');
    background-position: center center;
    background-size: 22px auto;
    background-repeat: no-repeat;
    cursor: pointer;
}
.nextItem {
    width: 99px;
    height: 44px;
    background-image: url('../images/nav-right.png');
    background-position: center center;
    background-size: 22px auto;
    background-repeat: no-repeat;
    cursor: pointer;
}
.navItem {
    width: 33px;
    height: 44px;
    background-image: url('../images/nav-off.png');
    background-position: center center;
    background-size: 11px 11px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.navItem.active {
    width: 33px;
    height: 44px;
    background-image: url('../images/nav-on.png');
    background-position: center center;
    background-size: 11px 11px;
    background-repeat: no-repeat;
}

section#socialCampaign {
    display: block;
    align-items: unset;
    justify-content: unset;
    width: 100vw;
    height: 0;
    padding-bottom: 72.61%;
    margin-top: -3px;
}

#socialContent {
    position: absolute;
    text-align: center;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    z-index: 10;
    width: 80%;
    max-width: 1200px;
}

#socialContent h2 {
    text-align: center;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 1.25rem;
    letter-spacing: 4.5px;
    text-transform: uppercase;
}

#socialContent p {
    width: 510px;
    font-size: 18px;
    line-height: 24px;
    margin: 0 auto;
}

#socialContent .eyebrow {
    font-size: 19.5px;
    line-height: 22.5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    letter-spacing: 0.15em;
    color: #707070;
    margin-bottom: 0.2rem;
    width: auto;
    text-transform: uppercase;
}

section#socialCampaign video {
    width: 100vw;
    height: auto;
}

section#displayMedia {
    display: block;
    align-items: unset;
    justify-content: unset;
    width: 100vw;
    /* height: 100vh; */
    height: 0;
    padding-bottom: 53.46%;
    background-image: url('../images/social-media-grid.jpg');
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
}
/* 
#mediaContent {
    position: absolute;
    text-align: left;
    top: 12%;
    left: 5%;
    width: 488px;
    height: auto;
    z-index: 10;
}

#mediaContent h2 {
    text-align: left;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 1.5rem;
    letter-spacing: 4.5px;
}

#mediaContent .eyebrow {
    font-size: 19.5px;
    line-height: 22.5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #FFDDCC;
    padding-bottom: 1rem;
}

#mediaContent p {
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
} */

section#footer {
    display: block;
    align-items: unset;
    justify-content: unset;
    height: 689px;
    overflow: hidden;
}

#quoteCopy {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#quoteCopy h2 {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 22.5px;
    line-height: 30px;
    text-align: center;
    display: block;
    letter-spacing: 4.5px;
}

#quoteCopy h2.quote::before {
    content: '\201C';
    position: relative;
    left:0;
    top:35px;
    text-align: center;
    display: block;
    font-family: 'Rufina', sans-serif;
    font-size: 150px;
    line-height: 100px;
    color: #ffffff;
    opacity: 0.28;
}

#quoteCopy h2.quote::after {
    content: '\201D';
    position: relative;
    left: 0;
    bottom:-35px;
    text-align: center;
    display: block;
    font-family: 'Rufina', sans-serif;
    font-size: 150px;
    line-height: 100px;
    color: #ffffff;
    opacity: 0.28;
}


@media only screen and (max-width: 2400px) {

    section .inner {
        position: relative;
        max-width: 1600px;
        margin: 0 auto;
        height: 100%;
    }

    section#organicSocial {
        height: 960px;
        background-image: url('../images/organic-social.jpg');
        background-position: top right;
        background-size: auto 100%;
        background-repeat: no-repeat;
    }

    #quoteCopy {
        left: 15%;
    }
}

@media only screen and (max-width: 1800px) {

    section .inner {
        position: relative;
        max-width: 1400px;
        margin: 0 auto;
        height: 100%;
    }

    section#organicSocial {
        height: 960px;
        background-image: url('../images/organic-social.jpg');
        background-position: top right;
        background-size: auto 100%;
        background-repeat: no-repeat;
    }

    #quoteCopy {
        left: 10%;
    }

}

@media only screen and (max-width: 1600px) {

    section#organicSocial {
        height: 840px;
        background-image: url('../images/organic-social.jpg');
        background-position: top right;
        background-size: auto 100%;
        background-repeat: no-repeat;
    }
}

@media only screen and (max-width: 1500px) {
    #quoteCopy {
        left: 5%;
    }
}

@media only screen and (max-width: 1400px) {
    #organicContent {
        left: 5%;
        transform: none;
    }
    section#organicSocial {
        height: 700px;
        background-image: url('../images/organic-social.jpg');
        background-position: top right;
        background-size: auto 100%;
        background-repeat: no-repeat;
    }
}
@media only screen and (max-width: 1320px) {
    section#hero #heroCopy {
        left: 65px;
        transform: none;
    }
    section#intro div {
        padding-left: 30px;
        padding-right: 30px;
    }
    #organicContent {
        width: 400px;
    }
}

@media only screen and (max-width: 1200px) {
    section#hero #heroCopy {
        left: 55px;
        transform: none;
        width: 520px;
        bottom: 60px;
    }
    section#hero h1 {
        font-size: 43px;
        line-height: 50px;
        margin-bottom: 28px;
    }
    section#hero h1 small {
        font-size: 19.5px;
        line-height: 24px;
        letter-spacing: 3px;
    }
    section#hero p {
        font-size: 18px;
        line-height: 25.5px;
    }
    section#video.paused:before {
        position: absolute;
        content: '';
        background-image: url('../images/play-button.png');
        background-size: 144px 144px;
        background-position: center center;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
    }
    section#organicSocial {
        height: 540px;
        background-image: url('../images/organic-social.jpg');
        background-position: top right;
        background-size: auto 100%;
        background-repeat: no-repeat;
    }
    #quoteCopy {
        left: 2%;
    }
    #quoteCopy h2 {
        font-size: 19.5px;
    }
}

@media only screen and (max-width: 1024px) {
    section#hero #heroCopy {
        width: 520px;
        bottom: 60px;
    }
    section#hero h1 {
        font-size: 43px;
        line-height: 50px;
        margin-bottom: 28px;
    }
    section#hero h1 small {
        font-size: 19.5px;
        line-height: 24px;
        letter-spacing: 3px;
    }
    section#hero p {
        font-size: 18px;
        line-height: 25.5px;
    }
    section#video.paused:before {
        position: absolute;
        content: '';
        background-image: url('../images/play-button.png');
        background-size: 114px 114px;
        background-position: center center;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
    }
    #organicContent {
        width: 250px;
    }
    #socialContent {
        top: 50px;
    }

    #quoteCopy {
        left: 2%;
    }
    #quoteCopy h2 {
        font-size: 19.5px;
    }
    section#organicSocial {
        height: 500px;
        background-image: url('../images/organic-social.jpg');
        background-position: top right;
        background-size: auto 100%;
        background-repeat: no-repeat;
    }
}

@media only screen and (max-width: 990px) {
    #tooSmall {
        display: flex;
    }
}

@media only screen and (max-width: 960px) {
    #organicContent {
        width: 300px;
    }

    #organicContent h2 {
        font-size: 25px;
        line-height: 29px;
        margin-bottom: 1.25rem;
    }
    
    #organicContent .eyebrow {
        font-size: 17.5px;
        line-height: 20.5px;
        margin-bottom: 0.75rem;
    }
    
    #organicContent p {
        font-size: 16px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 860px) {

    section#intro .container.grid {
        grid-template-columns: 1fr;
    }

    section#intro div:nth-child(1) {
        padding-bottom: 30px;
    }

}
