@charset "UTF-8";
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button:focus, input:focus, select:focus, textarea:focus {
    outline: 0
}

*, :after, :before {
    box-sizing: border-box
}

body, html {
    margin: 0;
    padding: 0;
    position: relative;
    height: 100%
}

html {
    font-size: 10px
}

body {
    font-size: 1.6rem
}

.page-wrapper {
    width: 100%;
    overflow: hidden
}

.action__copy a, .action__copy a:active, .action__copy a:hover, .action__copy a:visited, .body__copy a, .body__copy a:active, .body__copy a:hover, .body__copy a:visited, .copy__text a, .copy__text a:active, .copy__text a:hover, .copy__text a:visited, .dropdown__item a, .dropdown__item a:active, .dropdown__item a:hover, .dropdown__item a:visited, .page--instagram .steps p a, .page--instagram .steps p a:active, .page--instagram .steps p a:hover, .page--instagram .steps p a:visited, .section__attribution a, .section__attribution a:active, .section__attribution a:hover, .section__attribution a:visited, .section__text a, .section__text a:active, .section__text a:hover, .section__text a:visited, .share-bar__link, .share-bar__link:active, .share-bar__link:hover, .share-bar__link:visited, [class*=share-bar__link--], [class*=share-bar__link--]:active, [class*=share-bar__link--]:hover, [class*=share-bar__link--]:visited, [class^=nav__item] > a, [class^=nav__item] > a:active, [class^=nav__item] > a:hover, [class^=nav__item] > a:visited {
    font-style: inherit;
    color: inherit;
    background-color: transparent;
    font-size: inherit;
    text-decoration: none;
    font-variant: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-family: inherit
}

.contacts, .container, .dropdown, .footer, .hero__embed, .infographic, .screenings, .section__item .section__embed, .section__item .section__embed-1-1, .section__item .section__embed-4-3, .share-bar__link, .share-bar__list, [class*=share-bar__link--], [class^=page--] {
    position: relative;
    display: block;
    width: 100%;
    height: auto
}

.background-video {
    background-size: cover;
    background-position: center center
}

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

.share-bar__link {
    text-decoration: none;
    color: #545454
}

.share-bar__link:focus, .share-bar__link:hover {
    color: #000
}

.share-bar__link:focus {
    outline: 0 auto
}

.share-bar__cta {
    font-family: proxima-nova, sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px
}

.hero__embed, .section__item .section__embed {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%
}

.hero__embed embed, .hero__embed iframe, .hero__embed video, .section__item .section__embed embed, .section__item .section__embed iframe, .section__item .section__embed video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%
}

.section__item .section__embed-4-3 {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 75%
}

.section__item .section__embed-4-3 embed, .section__item .section__embed-4-3 iframe, .section__item .section__embed-4-3 video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%
}

.section__item .section__embed-1-1 {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%
}

.section__item .section__embed-1-1 embed, .section__item .section__embed-1-1 iframe, .section__item .section__embed-1-1 video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%
}

a, button, div, h1, h2, h3, h4, h5, h6, input, label, li, p, select, small, span {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility
}

strong {
    font-weight: 900
}

.container, .footer, .infographic {
    padding: 0 20px
}

.container:after, .footer:after, .infographic:after {
    content: "";
    display: table;
    clear: both
}

@media (min-width: 739px) {
    .container, .footer, .infographic {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        max-width: 720px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 999px) {
    .container, .footer, .infographic {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        max-width: 976px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 1295px) {
    .container, .footer, .infographic {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        max-width: 1264px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 738px) {
    .container, .footer, .infographic {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto
    }
}

.row {
    width: 100%;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: calc(99.99% * 1 - (20px - 20px * 1));
    margin-bottom: 20px
}

.row:last-child {
    margin-bottom: 0
}

.row-1-2 {
    width: 100%;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: calc(99.99% * 1 / 2 - (20px - 20px * 1 / 2));
    margin-bottom: 20px
}

.row-1-2:last-child {
    margin-bottom: 0
}

.row-1-4 {
    width: 100%;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: calc(99.99% * 1 / 4 - (20px - 20px * 1 / 4));
    margin-bottom: 20px
}

.row-1-4:last-child {
    margin-bottom: 0
}

.row-3-4 {
    width: 100%;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: calc(99.99% * 3 / 4 - (20px - 20px * 3 / 4));
    margin-bottom: 20px
}

.row-3-4:last-child {
    margin-bottom: 0
}

.page-header {
    position: absolute;
    width: 100%;
    top: 0
}

.page-header.is-sticky {
    position: fixed;
    background-color: #fff;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .25);
    z-index: 90
}

.page-header.is-sticky > .container, .page-header.is-sticky > .footer, .page-header.is-sticky > .infographic {
    display: block
}

@media (max-width: 998px) {
    .page-header .nav {
        display: none
    }
}

.page-header__toggle {
    background-color: transparent;
    border: none;
    border-radius: 0;
    outline: 0 none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    top: 4.6rem;
    right: 2rem;
    width: 2.9rem;
    height: 2.2rem;
    z-index: 150;
    cursor: pointer
}

.page-header__toggle:hover .page-header__burger {
    opacity: 1
}

.is-sticky .page-header__toggle {
    top: .6rem
}

@media (min-width: 999px) {
    .page-header__toggle {
        display: none
    }
}

.page-header__burger {
    top: .9rem;
    opacity: .8;
    will-change: opacity;
    transition: opacity .15s cubic-bezier(0.165, .84, .44, 1)
}

.page-header__burger, .page-header__burger:after, .page-header__burger:before {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #191919;
    height: .3rem;
    border-radius: 1px
}

.with-hero-background .page-header__burger, .with-hero-background .page-header__burger:after, .with-hero-background .page-header__burger:before {
    background-color: #fff
}

.page-header__burger:after, .page-header__burger:before {
    content: ""
}

.page-header__burger:before {
    top: -1rem
}

.page-header__burger:after {
    bottom: -1rem
}

.is-sticky .page-header__burger, .is-sticky .page-header__burger:after, .is-sticky .page-header__burger:before {
    background-color: #191919 !important
}

.header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    z-index: 170
}

@media (max-width: 738px) {
    .header {
        padding-top: 1.4rem;
        padding-bottom: 1.4rem
    }
}

[class*=header__block] {
    display: -ms-flexbox;
    display: flex
}

@media (min-width: 739px) {
    [class*=header__block] {
        height: 8.2rem
    }
}

@media (max-width: 738px) {
    [class*=header__block] {
        height: 6rem
    }
}

.header__block:first-child {
    margin-right: auto
}

@media (max-width: 738px) {
    .header__block:first-child {
        margin-left: 2.4rem;
        width: 8rem
    }
}

@media (min-width: 739px) {
    .header__block:first-child {
        margin-left: 5.4rem;
        width: 20rem
    }
}

.header__block:nth-child(2) {
    -ms-flex: 1;
    flex: 1
}

@media (max-width: 738px) {
    .header__block:nth-child(2) {
        width: 100%;
        -ms-flex: initial;
        flex: initial;
        -ms-flex-order: 3;
        order: 3
    }
}

.header__block:last-child {
    margin-left: auto
}

@media (max-width: 738px) {
    .header__block:last-child {
        margin-right: 2.4rem;
        width: auto
    }
}

@media (min-width: 739px) {
    .header__block:last-child {
        margin-right: 5.4rem;
        width: 20rem
    }
}

.page-footer {
    padding: 6rem 0;
    border-top: 1px solid #ccc;
    background: #f9f7f7
}

.footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

[class^=footer-row--] {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
    padding: 2.5rem 0;
    height: auto
}

[class^=footer-row--]:last-child {
    margin-bottom: 0
}

.footer-row--mailing-list > div, .footer-row--share > div {
    display: inline-block
}

.footer-row--mailing-list {
    padding-bottom: 5rem
}

@media (max-width: 738px) {
    .footer-row--mailing-list > div {
        display: block
    }
}

.footer-row--credits {
    padding: 1rem 0
}

@media (max-width: 998px) {
    .footer-row--credits {
        display: none
    }
}

.footer__button, .footer__button--donate {
    float: left
}

.footer__button--donate {
    outline: 0 none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-decoration: none;
    text-align: center;
    background: 0 0;
    border: 2px solid #191919;
    color: #191919;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
    text-transform: uppercase;
    padding: 2rem 2.5rem;
    letter-spacing: .13rem;
    border-radius: .3rem;
    cursor: pointer;
    transition: .22s background-color cubic-bezier(0.165, .84, .44, 1);
    margin-right: 2rem;
    margin-bottom: 2rem
}

.footer__button--donate:last-child {
    margin-bottom: 0;
    margin-right: 0
}

.footer__button--donate:hover {
    background-color: #191919;
    color: #fff
}

@media (max-width: 738px) {
    .footer__button--donate {
        margin: 1.5rem 0;
        width: 100%
    }
}

.footer-row--colophon [class^=colophon__] {
    display: block;
    padding: .6rem 0
}

.footer-row--colophon .colophon__credit {
    font-family: proxima-nova, Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.3rem;
    letter-spacing: .13rem
}

.footer-row--colophon .colophon__credit a {
    color: #545454;
    text-decoration: none
}

.footer-row--colophon .colophon__credit strong {
    color: #191919;
    font-weight: 700
}

.footer-row--colophon .colophon__copyright {
    font-family: Merriweather, "Times New Roman", Times, serif;
    font-weight: 300;
    color: #666;
    font-size: 1.3rem
}

[class^=page--] {
    min-width: 320px
}

figure {
    position: relative;
    box-sizing: border-box
}

figure[data-type=table] {
    clear: both
}

figure[data-type=video] {
    padding: 2rem 0
}

figure[data-type=video] p {
    position: relative;
    display: block;
    width: 100%
}

figure[data-type=video] p:before {
    content: "";
    display: block;
    padding-top: 56.25%
}

figure[data-type=video] iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

figure[data-type=image] {
    position: relative
}

figure[data-type=image] img {
    max-width: 100%;
    height: auto
}

.wy-figure-right {
    float: right;
    margin-left: 24px
}

.wy-figure-right .wy-figure-controls {
    right: 0
}

.wy-figure-left {
    float: left;
    margin-right: 24px
}

.actions__icon, .page--instagram .section__icon {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0
}

.actions__icon svg, .page--instagram .section__icon svg {
    transform: translateY(-8%);
    margin: 0 auto;
    width: auto;
    height: 125%;
    opacity: .05;
    fill: #000
}

.actions__heading, .page--instagram .section__heading {
    position: relative;
    background-color: #94d154;
    color: #414141;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    text-align: center;
    margin: 0 0 7.5rem;
    height: auto;
    min-height: 12rem;
    overflow: hidden;
    z-index: 1
}

.actions__heading h3, .page--instagram .section__heading h3 {
    font-size: 3.2rem;
    position: relative;
    color: #fff;
    z-index: 1;
    margin: 0 auto;
    line-height: 3.2rem
}

@media (min-width: 999px) {
    .actions__heading h3, .page--instagram .section__heading h3 {
        padding: 8rem 2rem
    }
}

@media (max-width: 998px) {
    .actions__heading h3, .page--instagram .section__heading h3 {
        padding: 4rem 2rem
    }
}

.actions__list, .actions__list--double, .actions__list--primary, .actions__list--secondary {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 8rem
}

.actions__list--primary {
    width: 100%;
    margin-bottom: 6rem
}

.actions__list--primary .actions__item {
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    padding: 2rem 10rem
}

@media (max-width: 1294px) {
    .actions__list--primary .actions__item {
        width: 100%;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        height: calc(99.99% * 1 - (20px - 20px * 1));
        margin-bottom: 20px;
        padding: 2rem 0
    }

    .actions__list--primary .actions__item:last-child {
        margin-bottom: 0
    }
}

.actions__list--primary .actions__item a {
    text-decoration: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center
}

.actions__list--primary .actions__item a:hover, .actions__list--primary .actions__item a:hover p {
    color: #94d154
}

.actions__list--primary.one .actions__item:after {
    content: " ";
    display: block;
    position: absolute;
    background-color: #666;
    height: 2px;
    width: 10rem;
    bottom: 0;
    left: calc(50% - 5rem)
}

@media (min-width: 1295px) {
    .actions__list--primary.two .actions__item:nth-child(2):before {
        content: " ";
        display: block;
        position: absolute;
        background-color: #ccc;
        height: 5rem;
        width: 2px;
        left: 0;
        top: calc(50% - 2.5rem)
    }
}

@media (max-width: 1294px) {
    .actions__list--primary.two .actions__item:nth-child(2):before {
        content: ""
    }

    .actions__list--primary.two .actions__item:after {
        content: " ";
        display: block;
        position: absolute;
        background-color: #ccc;
        height: 2px;
        width: 10rem;
        bottom: 0;
        left: calc(50% - 5rem)
    }
}

.actions__list--secondary .actions__item {
    padding: 2rem 5rem;
    text-align: center
}

.actions__list--secondary .actions__item a {
    text-decoration: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center
}

.actions__list--secondary .actions__item a:hover, .actions__list--secondary .actions__item a:hover p {
    color: #94d154
}

.actions__list--secondary.one .actions__item {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.999999% * 1 / 1)
}

.actions__list--secondary.one .actions__item:last-child {
    margin-right: 0
}

.actions__list--secondary.one .actions__item:nth-child(1n) {
    float: right;
    margin-right: 0
}

.actions__list--secondary.two {
    margin: 0 auto 8rem
}

.actions__list--secondary.three .actions__item {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.999999% * 1 / 3)
}

.actions__list--secondary.three .actions__item:last-child, .actions__list--secondary.three .actions__item:nth-child(1n) {
    margin-right: 0
}

.actions__list--secondary.three .actions__item:nth-child(3n) {
    float: right;
    margin-right: 0
}

.actions__list--secondary.three .actions__item:nth-child(2):before, .actions__list--secondary.three .actions__item:nth-child(3):before {
    content: " ";
    display: block;
    position: absolute;
    background-color: #ccc;
    height: 5rem;
    width: 2px;
    left: 0;
    top: calc(50% - 2.5rem)
}

@media (max-width: 738px) {
    .actions__list--secondary.three .actions__item {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.999999% * 1 / 1)
    }

    .actions__list--secondary.three .actions__item:last-child {
        margin-right: 0
    }

    .actions__list--secondary.three .actions__item:nth-child(1n) {
        float: right;
        margin-right: 0
    }

    .actions__list--secondary.three .actions__item:nth-child(2):before, .actions__list--secondary.three .actions__item:nth-child(3):before {
        content: none
    }
}

.actions__list--secondary.five .actions__item, .actions__list--secondary.four .actions__item, .actions__list--secondary.six .actions__item, .actions__list--secondary.two .actions__item {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.999999% * 1 / 2)
}

.actions__list--secondary.five .actions__item:last-child, .actions__list--secondary.five .actions__item:nth-child(1n), .actions__list--secondary.four .actions__item:last-child, .actions__list--secondary.four .actions__item:nth-child(1n), .actions__list--secondary.six .actions__item:last-child, .actions__list--secondary.six .actions__item:nth-child(1n), .actions__list--secondary.two .actions__item:last-child, .actions__list--secondary.two .actions__item:nth-child(1n) {
    margin-right: 0
}

.actions__list--secondary.five .actions__item:nth-child(2n), .actions__list--secondary.four .actions__item:nth-child(2n), .actions__list--secondary.six .actions__item:nth-child(2n), .actions__list--secondary.two .actions__item:nth-child(2n) {
    float: right;
    margin-right: 0
}

.actions__list--secondary.five .actions__item:nth-child(2):before, .actions__list--secondary.five .actions__item:nth-child(4):before, .actions__list--secondary.five .actions__item:nth-child(6):before, .actions__list--secondary.four .actions__item:nth-child(2):before, .actions__list--secondary.four .actions__item:nth-child(4):before, .actions__list--secondary.four .actions__item:nth-child(6):before, .actions__list--secondary.six .actions__item:nth-child(2):before, .actions__list--secondary.six .actions__item:nth-child(4):before, .actions__list--secondary.six .actions__item:nth-child(6):before, .actions__list--secondary.two .actions__item:nth-child(2):before, .actions__list--secondary.two .actions__item:nth-child(4):before, .actions__list--secondary.two .actions__item:nth-child(6):before {
    content: " ";
    display: block;
    position: absolute;
    background-color: #ccc;
    height: 5rem;
    width: 2px;
    left: 0;
    top: calc(50% - 2.5rem)
}

@media (max-width: 738px) {
    .actions__list--secondary.five .actions__item, .actions__list--secondary.four .actions__item, .actions__list--secondary.six .actions__item, .actions__list--secondary.two .actions__item {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.999999% * 1 / 1)
    }

    .actions__list--secondary.five .actions__item:last-child, .actions__list--secondary.four .actions__item:last-child, .actions__list--secondary.six .actions__item:last-child, .actions__list--secondary.two .actions__item:last-child {
        margin-right: 0
    }

    .actions__list--secondary.five .actions__item:nth-child(1n), .actions__list--secondary.four .actions__item:nth-child(1n), .actions__list--secondary.six .actions__item:nth-child(1n), .actions__list--secondary.two .actions__item:nth-child(1n) {
        float: right;
        margin-right: 0
    }

    .actions__list--secondary.five .actions__item:nth-child(2):before, .actions__list--secondary.five .actions__item:nth-child(4):before, .actions__list--secondary.five .actions__item:nth-child(6):before, .actions__list--secondary.four .actions__item:nth-child(2):before, .actions__list--secondary.four .actions__item:nth-child(4):before, .actions__list--secondary.four .actions__item:nth-child(6):before, .actions__list--secondary.six .actions__item:nth-child(2):before, .actions__list--secondary.six .actions__item:nth-child(4):before, .actions__list--secondary.six .actions__item:nth-child(6):before, .actions__list--secondary.two .actions__item:nth-child(2):before, .actions__list--secondary.two .actions__item:nth-child(4):before, .actions__list--secondary.two .actions__item:nth-child(6):before {
        content: none
    }
}

.actions__item {
    position: relative
}

.actions__list--primary .action__copy {
    font-size: 2rem
}

.actions__list--secondary .action__copy {
    font-size: 1.6rem;
    max-width: 30rem
}

.action__image, .action__image--acespace, .action__image--addup, .action__image--berkeley, .action__image--beyond-coal, .action__image--breakfree, .action__image--chooseveg, .action__image--climateprogress, .action__image--cooleffects, .action__image--defend-our-future, .action__image--divest-invest, .action__image--earth-justice, .action__image--earthday, .action__image--edmunds, .action__image--elders, .action__image--epa, .action__image--etho, .action__image--exposing-truth, .action__image--fossilfree, .action__image--frog, .action__image--give-green, .action__image--givegreen, .action__image--grameen, .action__image--greenpeace, .action__image--gridalternatives, .action__image--in-defense-of-food, .action__image--mkopa, .action__image--muriqui, .action__image--mydomino, .action__image--orangutan-conservancy, .action__image--orangutan-proj, .action__image--organizing-for-america, .action__image--palm-oil, .action__image--powershift, .action__image--rainforest-foundation, .action__image--rootsandshoots, .action__image--save-the-food, .action__image--solarcity, .action__image--solarsister, .action__image--solutions-project, .action__image--stand-for-trees, .action__image--sumatran, .action__image--thinkprogress, .action__image--threefifty-org, .action__image--world-land-trust, .action__image--world-resources-institute, .action__image--wwf {
    margin: 0 auto 4.5rem
}

.action__image--greenpeace {
    background-image: url(../sprites/sprite.png);
    background-position: -255px -660px;
    width: 255px;
    height: 100px
}

.action__image--frog {
    background-image: url(../sprites/sprite.png);
    background-position: -1065px -100px;
    width: 111px;
    height: 99px
}

.action__image--world-land-trust {
    background-image: url(../sprites/sprite.png);
    background-position: -844px 0;
    width: 221px;
    height: 108px
}

.action__image--stand-for-trees {
    background-image: url(../sprites/sprite.png);
    background-position: 0 -100px;
    width: 496px;
    height: 80px
}

.action__image--exposing-truth {
    background-image: url(../sprites/sprite.png);
    background-position: -200px -1060px;
    width: 109px;
    height: 90px
}

.action__image--rainforest-foundation {
    background-image: url(../sprites/sprite.png);
    background-position: -1179px -292px;
    width: 79px;
    height: 100px
}

.action__image--palm-oil {
    background-image: url(../sprites/sprite.png);
    background-position: -100px -1060px;
    width: 100px;
    height: 100px
}

.action__image--muriqui {
    background-image: url(../sprites/sprite.png);
    background-position: -844px -516px;
    width: 206px;
    height: 100px
}

.action__image--wwf {
    background-image: url(../sprites/sprite.png);
    background-position: -1179px -100px;
    width: 90px;
    height: 102px
}

.action__image--orangutan-proj {
    background-image: url(../sprites/sprite.png);
    background-position: -685px -960px;
    width: 125px;
    height: 100px
}

.action__image--sumatran {
    background-image: url(../sprites/sprite.png);
    background-position: -510px -560px;
    width: 255px;
    height: 100px
}

.action__image--rootsandshoots {
    background-image: url(../sprites/sprite.png);
    background-position: 0 -560px;
    width: 255px;
    height: 100px
}

.action__image--acespace {
    background-image: url(../sprites/sprite.png);
    background-position: -234px -760px;
    width: 229px;
    height: 100px
}

.action__image--berkeley {
    background-image: url(../sprites/sprite.png);
    background-position: 0 -860px;
    width: 196px;
    height: 100px
}

.action__image--gridalternatives {
    background-image: url(../sprites/sprite.png);
    background-position: 0 -660px;
    width: 255px;
    height: 100px
}

.action__image--solarsister {
    background-image: url(../sprites/sprite.png);
    background-position: -255px -560px;
    width: 255px;
    height: 100px
}

.action__image--grameen {
    background-image: url(../sprites/sprite.png);
    background-position: -300px -360px;
    width: 244px;
    height: 100px
}

.action__image--mkopa {
    background-image: url(../sprites/sprite.png);
    background-position: -287px -460px;
    width: 265px;
    height: 100px
}

.action__image--earthday {
    background-image: url(../sprites/sprite.png);
    background-position: -915px -760px;
    width: 147px;
    height: 100px
}

.action__image--edmunds {
    background-image: url(../sprites/sprite.png);
    background-position: -844px -316px;
    width: 210px;
    height: 100px
}

.action__image--epa {
    background-image: url(../sprites/sprite.png);
    background-position: -1065px -502px;
    width: 101px;
    height: 100px
}

.action__image--mydomino {
    background-image: url(../sprites/sprite.png);
    background-position: 0 -180px;
    width: 364px;
    height: 90px
}

.action__image--divest-invest {
    background-image: url(../sprites/sprite.png);
    background-position: -1065px -602px;
    width: 100px;
    height: 100px
}

.action__image--beyond-coal {
    background-image: url(../sprites/sprite.png);
    background-position: -810px -960px;
    width: 124px;
    height: 100px
}

.action__image--earth-justice {
    background-image: url(../sprites/sprite.png);
    background-position: -510px -660px;
    width: 252px;
    height: 100px
}

.action__image--powershift {
    background-image: url(../sprites/sprite.png);
    background-position: -1065px 0;
    width: 114px;
    height: 100px
}

.action__image--fossilfree {
    background-image: url(../sprites/sprite.png);
    background-position: -544px -300px;
    width: 290px;
    height: 100px
}

.action__image--defend-our-future {
    background-image: url(../sprites/sprite.png);
    background-position: -954px -860px;
    width: 100px;
    height: 100px
}

.action__image--solutions-project {
    background-image: url(../sprites/sprite.png);
    background-position: -844px -108px;
    width: 219px;
    height: 108px
}

.action__image--solarcity {
    background-image: url(../sprites/sprite.png);
    background-position: -391px -860px;
    width: 194px;
    height: 100px
}

.action__image--give-green {
    background-image: url(../sprites/sprite.png);
    background-position: 0 -760px;
    width: 234px;
    height: 100px
}

.action__image--organizing-for-america {
    background-image: url(../sprites/sprite.png);
    background-position: -1179px -202px;
    width: 90px;
    height: 90px
}

.action__image--addup {
    background-image: url(../sprites/sprite.png);
    background-position: -364px -180px;
    width: 171px;
    height: 90px
}

.action__image--chooseveg {
    background-image: url(../sprites/sprite.png);
    background-position: 0 -270px;
    width: 354px;
    height: 90px
}

.action__image--in-defense-of-food {
    background-image: url(../sprites/sprite.png);
    background-position: -354px -270px;
    width: 160px;
    height: 90px
}

.action__image--givegreen {
    background-image: url(../sprites/sprite.png);
    background-position: -544px -200px;
    width: 298px;
    height: 100px
}

.action__image--cooleffects {
    background-image: url(../sprites/sprite.png);
    background-position: -1179px -392px;
    width: 77px;
    height: 100px
}

.action__image--world-resources-institute {
    background-image: url(../sprites/sprite.png);
    background-position: 0 -460px;
    width: 287px;
    height: 100px
}

.action__image--save-the-food {
    background-image: url(../sprites/sprite.png);
    background-position: 0 0;
    width: 544px;
    height: 100px
}

.action__image--thinkprogress {
    background-image: url(../sprites/sprite.png);
    background-position: -544px 0;
    width: 300px;
    height: 100px
}

.action__image--threefifty-org {
    background-image: url(../sprites/sprite.png);
    background-position: -552px -460px;
    width: 259px;
    height: 100px
}

.action__image--elders {
    background-image: url(../sprites/sprite.png);
    background-position: -1179px 0;
    width: 93px;
    height: 100px
}

.action__image--etho {
    background-image: url(../sprites/sprite.png);
    background-position: -1065px -702px;
    width: 100px;
    height: 100px
}

.action__image--orangutan-conservancy {
    background-image: url(../sprites/sprite.png);
    background-position: -1065px -902px;
    width: 100px;
    height: 100px
}

.action__image--breakfree {
    background-image: url(../sprites/sprite.png);
    background-position: 0 -360px;
    width: 300px;
    height: 100px
}

.action__image--climateprogress {
    background-image: url(../sprites/sprite.png);
    background-position: -544px -100px;
    width: 300px;
    height: 100px
}

.action__copy {
    font-family: Merriweather, "Times New Roman", Times, serif;
    font-weight: 300;
    color: #414141;
    font-size: 1.8rem;
    line-height: 1.8;
    max-width: 70rem;
    margin: 0 auto
}

.action__copy figure, .action__copy h1, .action__copy h2, .action__copy h3, .action__copy h4, .action__copy h5, .action__copy h6, .action__copy ol, .action__copy p, .action__copy ul {
    margin-bottom: 2rem
}

.action__copy strong {
    font-weight: 700
}

.action__copy em {
    font-style: italic
}

.action__copy a {
    color: #6bb34c;
    font-weight: 700
}

.action__copy a:hover {
    color: #6bb34c;
    font-weight: 700;
    text-decoration: underline
}

.action__copy a:visited {
    color: #6bb34c
}

.action__copy ol li, .action__copy ul li {
    line-height: 1.56;
    padding-left: 4.2rem;
    text-indent: -.7rem
}

.action__copy ol li:before, .action__copy ul li:before {
    color: #000;
    margin-right: 1.1rem
}

.action__copy ul li:before {
    content: "• "
}

.action__copy ol {
    counter-reset: section
}

.action__copy ol li:before {
    counter-increment: section;
    content: counters(section, ".") " ";
    color: #000
}

.action__copy svg {
    width: 1.9rem;
    height: 1.7rem;
    display: inline-block;
    fill: #94d154;
    position: relative;
    left: 0;
    transition: .22s left cubic-bezier(0.165, .84, .44, 1);
    margin-left: .5rem
}

.actions__action:hover .action__copy svg, .actions__item:hover .action__copy svg {
    left: 1rem;
    fill: #94d154
}

.actions__list--secondary .action__copy svg {
    fill: #666
}

.action__quote {
    display: block;
    text-align: center;
    color: #313131;
    height: 10rem;
    margin-bottom: 4.5rem;
    position: relative
}

.action__quote__content {
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.action__quote__text {
    font-family: proxima-nova, sans-serif;
    font-style: italic;
    font-size: 1.6rem;
    line-height: 1.5;
    display: block;
    margin-bottom: 1rem
}

.action__quote__source {
    display: block;
    font-family: proxima-nova, sans-serif;
    font-size: 1.3rem;
    letter-spacing: .13rem;
    font-weight: 800;
    text-transform: uppercase
}

.background-video {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-image: url(../images/hp_loop.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%
}

.background-video img, .background-video video {
    transition: opacity .25s ease-in-out
}

.banner {
    font-family: proxima-nova, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: .025rem;
    line-height: 1.4;
    color: #414141;
    background-color: #91cd53;
    padding: 1rem;
    text-align: center
}

.banner a {
    color: #fff;
    text-decoration: none;
    display: block;
    margin: 0 auto
}

@media (min-width: 739px) {
    .banner a {
        max-width: 70%
    }
}

@media (max-width: 738px) {
    .banner a {
        max-width: 100%
    }
}

.down {
    margin: 9rem 0 5rem;
    color: #fff;
    text-align: center
}

.down .down__text {
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
    letter-spacing: .13rem;
    text-transform: uppercase;
    margin-bottom: 1rem
}

.down .down__icon {
    fill: #fff;
    display: block;
    width: 1.7rem;
    height: .9rem;
    margin: 0 auto
}

.equalizer {
    position: absolute;
    bottom: 1.625rem;
    right: 3.25rem;
    display: block;
    width: .5rem;
    background-color: #fff;
    height: .25rem;
    z-index: 1000;
    opacity: 1;
    transition: opacity .4s ease
}

@media (max-width: 738px) {
    .equalizer {
        display: none
    }
}

.step__header:hover .equalizer {
    opacity: 0
}

.equalizer, .equalizer:after, .equalizer:before {
    animation: equalize 2s steps(25, end) 0s infinite
}

.equalizer:after, .equalizer:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: .625rem;
    height: 1.75rem;
    width: .5rem;
    background-color: #fff
}

.equalizer:before {
    animation-name: equalize2
}

.equalizer:after {
    left: 1.25rem;
    animation-name: equalize3
}

@keyframes equalize {
    0% {
        height: .5rem
    }
    4% {
        height: .25rem
    }
    8% {
        height: .5rem
    }
    12% {
        height: .875rem
    }
    16% {
        height: 1.25rem
    }
    20% {
        height: 1.625rem
    }
    24% {
        height: 1.5rem
    }
    28%, 32% {
        height: 1.375rem
    }
    36% {
        height: 1rem
    }
    40%, 44% {
        height: 1.25rem
    }
    48% {
        height: 1.375rem
    }
    52% {
        height: 1.5rem
    }
    56% {
        height: 1.625rem
    }
    60%, 64% {
        height: 1.5rem
    }
    68% {
        height: 1.375rem
    }
    72% {
        height: 1.25rem
    }
    76% {
        height: 1.375rem
    }
    80%, 84% {
        height: 1.5rem
    }
    88% {
        height: 1.625rem
    }
    92% {
        height: 1.25rem
    }
    96% {
        height: .875rem
    }
    100% {
        height: .5rem
    }
}

@keyframes equalize2 {
    0% {
        height: 1.5rem
    }
    4% {
        height: 1.625rem
    }
    12%, 8% {
        height: 1.5rem
    }
    16%, 20%, 24% {
        height: 1.375rem
    }
    28%, 32% {
        height: 1.5rem
    }
    36%, 40%, 44% {
        height: 1.625rem
    }
    48% {
        height: 1.375rem
    }
    52% {
        height: 1rem
    }
    56% {
        height: .75rem
    }
    60% {
        height: 1rem
    }
    64% {
        height: 1.25rem
    }
    68% {
        height: 1.375rem
    }
    72% {
        height: 1.625rem
    }
    76%, 80% {
        height: 1.5rem
    }
    84%, 88% {
        height: 1.375rem
    }
    92% {
        height: 1.125rem
    }
    96% {
        height: 1.375rem
    }
    100% {
        height: 1.5rem
    }
}

@keyframes equalize3 {
    0% {
        height: 1.125rem
    }
    4% {
        height: .875rem
    }
    8% {
        height: 1.125rem
    }
    12% {
        height: 1.375rem
    }
    16% {
        height: 1.625rem
    }
    20% {
        height: 1.875rem
    }
    24% {
        height: 1.75rem
    }
    28% {
        height: 1.375rem
    }
    32% {
        height: 1.125rem
    }
    36% {
        height: 1rem
    }
    40% {
        height: .875rem
    }
    44% {
        height: .625rem
    }
    48% {
        height: 1rem
    }
    52% {
        height: 1.25rem
    }
    56% {
        height: 1.375rem
    }
    60% {
        height: 1.625rem
    }
    64% {
        height: 1.5rem
    }
    68%, 72% {
        height: 1.375rem
    }
    76% {
        height: 1.25rem
    }
    80% {
        height: 1.5rem
    }
    84% {
        height: 1.625rem
    }
    88% {
        height: 1.75rem
    }
    92% {
        height: 1.5rem
    }
    96% {
        height: 1.25rem
    }
    100% {
        height: 1.125rem
    }
}

.logo {
    margin: 0 auto;
    fill: #fff
}

@media (min-width: 739px) {
    .logo {
        display: block;
        width: 66rem;
        height: 5rem
    }
}

@media (max-width: 738px) {
    .logo {
        display: none
    }
}

.logo--small {
    fill: #fff;
    margin: 0 auto
}

@media (max-width: 738px) {
    .logo--small {
        display: block;
        width: 24rem;
        margin-top: 1.2rem;
        margin-bottom: 4rem
    }
}

@media (min-width: 739px) {
    .logo--small {
        display: none;
        margin-bottom: 10rem
    }
}

.mailing-list-form {
    background: 0 0;
    clear: left;
    font-size: 1.4rem;
    font-family: proxima-nova, Helvetica, Arial, sans-serif
}

.mailing-list-form .input-text {
    color: #fff;
    background: rgba(0, 0, 0, .55);
    border: none;
    border-bottom: 1px solid #fff;
    font-family: proxima-nova, Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    display: inline-block;
    padding: 1.9rem
}

.mailing-list-form .horizontal {
    display: -ms-flexbox;
    display: flex
}

@media (min-width: 739px) {
    .mailing-list-form .horizontal {
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (max-width: 738px) {
    .mailing-list-form .horizontal {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center
    }
}

.mailing-list-form .mc-field-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 1rem
}

@media (max-width: 738px) {
    .mailing-list-form .mc-field-group + * {
        margin-top: 3.2rem
    }
}

.mailing-list-form .label {
    color: #fff;
    font-family: proxima-nova, Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.3rem;
    margin-top: .9rem;
    letter-spacing: .08rem;
    text-align: left
}

.mailing-list-form input.mce_inline_error {
    border-bottom-color: #f53353
}

.mailing-list-form div.mce_inline_error {
    font-family: proxima-nova, sans-serif;
    font-weight: 400 !important;
    background-color: transparent !important;
    color: #f53353 !important;
    padding-left: 0 !important
}

@media (min-width: 739px) {
    .mailing-list-form .one {
        width: 40rem;
        margin-left: 0
    }
}

@media (max-width: 738px) {
    .mailing-list-form .one {
        width: 90%
    }
}

@media (min-width: 739px) {
    .mailing-list-form .two {
        width: 13.8rem
    }
}

@media (max-width: 738px) {
    .mailing-list-form .two {
        width: 90%
    }
}

@media (max-width: 738px) {
    .mailing-list-form .three {
        width: 90%
    }
}

.mailing-list-form [class^=form__response] {
    margin-bottom: 2rem
}

.mailing-list-form .form__response--success {
    color: #1bebcb;
    font-size: 1.3rem;
    font-family: proxima-nova, sans-serif
}

.homepage__content .mailing-list-form .button {
    outline: 0 none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-decoration: none;
    text-align: center;
    background: 0 0;
    border: 2px solid #fff;
    color: #fff;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
    text-transform: uppercase;
    padding: 2rem 2.5rem;
    letter-spacing: .13rem;
    border-radius: .3rem;
    cursor: pointer;
    transition: .22s background-color cubic-bezier(0.165, .84, .44, 1);
    margin-right: 2rem;
    margin-bottom: 2rem
}

.homepage__content .mailing-list-form .button:last-child {
    margin-bottom: 0;
    margin-right: 0
}

.homepage__content .mailing-list-form .button:hover {
    background-color: #fff;
    color: #191919
}

@media (max-width: 738px) {
    .homepage__content .mailing-list-form .button {
        margin: 1.5rem 0;
        width: 100%
    }
}

.page-footer .mailing-list-form .button {
    outline: 0 none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-decoration: none;
    text-align: center;
    background: 0 0;
    border: 2px solid #191919;
    color: #191919;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
    text-transform: uppercase;
    padding: 2rem 2.5rem;
    letter-spacing: .13rem;
    border-radius: .3rem;
    cursor: pointer;
    transition: .22s background-color cubic-bezier(0.165, .84, .44, 1);
    margin-right: 2rem;
    margin-bottom: 2rem
}

.page-footer .mailing-list-form .button:last-child {
    margin-bottom: 0;
    margin-right: 0
}

.page-footer .mailing-list-form .button:hover {
    background-color: #191919;
    color: #fff
}

@media (max-width: 738px) {
    .page-footer .mailing-list-form .button {
        margin: 1.5rem 0;
        width: 100%
    }
}

.page-footer .mailing-list-form .label {
    color: #191919
}

.page-footer .mailing-list-form .input-text {
    color: #191919;
    background-color: #eceaea;
    border-bottom-color: #191919
}

.mailing-list-form__copy {
    font-family: Merriweather, serif;
    font-size: 1.8rem;
    line-height: 1.8;
    text-align: center;
    color: #191919;
    max-width: 62rem;
    margin: 0 auto 2.5rem
}

.quote {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    max-width: 96rem;
    margin: 0 auto;
    padding: 9rem 0
}

@media (max-width: 738px) {
    .quote {
        padding: 9rem 2.5rem
    }
}

.quote__avatar, .quote__avatar--christina-figueres, .quote__avatar--paul-polman, .quote__avatar--steven_chu {
    border-radius: 5.3rem;
    margin-bottom: 1.5rem
}

.quote__share {
    border: none;
    padding: 0;
    background: 0 0
}

.quote__share svg {
    fill: #ccc;
    width: 2.9rem;
    height: 2.5rem;
    display: inline-block;
    cursor: pointer;
    transition: .25s fill linear
}

.quote__share:hover svg {
    fill: #94d154
}

.quote__content {
    font-family: Merriweather, serif;
    font-weight: 400;
    color: #414141;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 4.5rem;
    width: 100%
}

@media (min-width: 739px) {
    .quote__content {
        font-size: 3rem
    }
}

@media (max-width: 738px) {
    .quote__content {
        font-size: 2.4rem
    }
}

.quote__source {
    font-family: proxima-nova, sans-serif;
    font-weight: 800;
    font-size: 1.3rem;
    letter-spacing: .13rem;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.5;
    color: #414141
}

.quote__source:before {
    content: " ";
    background-color: #484848;
    width: 5rem;
    height: .1rem;
    margin-bottom: 1rem
}

.quote__avatar--christina-figueres {
    background-image: url(../sprites/sprite.png);
    background-position: 0 -1060px;
    width: 100px;
    height: 100px
}

.quote__avatar--steven_chu {
    background-image: url(../sprites/sprite.png);
    background-position: -1065px -199px;
    width: 101px;
    height: 101px
}

.quote__avatar--paul-polman {
    background-image: url(../sprites/sprite.png);
    background-position: -1065px -401px;
    width: 101px;
    height: 101px
}

.steps {
    background-color: #fff
}

@media (min-width: 739px) {
    .step {
        padding-top: 11.6rem;
        margin-top: -11.6rem
    }
}

.step__header {
    height: 50rem;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-top: 1.6rem solid #94d154
}

.step__heading-group {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 2;
    text-align: center;
    width: 100%;
    max-width: 96rem;
    transition: top 1s cubic-bezier(0.895, .03, .685, .22), opacity 1s cubic-bezier(0.895, .03, .685, .22)
}

@media (min-width: 739px) {
    .step__header:hover .step__heading-group {
        top: 125%;
        opacity: .1
    }
}

@media (max-width: 738px) {
    .step__heading-group {
        transition: none;
        padding: 0 2.5rem
    }
}

.step__marker svg {
    display: block;
    margin: 0 auto 2.5rem;
    width: 5.4rem;
    height: 5.4rem;
    font-size: 4.2rem;
    fill: #fff
}

.step__heading {
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-size: 5.2rem;
    letter-spacing: .13rem;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2
}

@media (max-width: 738px) {
    .step__heading {
        font-size: 3.2rem
    }
}

.step__media {
    position: absolute;
    width: 100%;
    height: 100%;
    font-family: "object-fit:cover";
    object-fit: cover;
    z-index: 1
}

.step__media.hidden {
    display: none
}

.step-overviews {
    border-top: 1px solid rgba(172, 206, 224, .2)
}

.step__overview {
    color: #fff;
    fill: #fff;
    background-color: transparent;
    transition: .2s background-color linear
}

@media (min-width: 739px) {
    .step__overview .step__overview__heading, .step__overview [class*=step__overview__heading--] {
        text-align: center
    }
}

.step__overview:hover {
    background: rgba(255, 255, 255, .8);
    color: #414141;
    fill: #414141
}

.step-overviews_inner {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 82rem;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 739px) {
    .step-overviews_inner {
        max-width: 100%
    }
}

.step__overview {
    padding: 5rem;
    cursor: pointer;
    display: block;
    text-decoration: none;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, .5)
}

@media (min-width: 739px) {
    .step__overview {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.999999% * 1 / 3)
    }

    .step__overview:last-child, .step__overview:nth-child(1n) {
        margin-right: 0
    }

    .step__overview:nth-child(3n) {
        float: right;
        margin-right: 0
    }
}

@media (max-width: 738px) {
    .step__overview {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.99% * 1 / 1 - (20px - 20px * 1 / 1))
    }

    .step__overview:last-child {
        margin-right: 0
    }

    .step__overview:nth-child(1n) {
        float: right;
        margin-right: 0
    }
}

.step__overview:last-child {
    border-right: none
}

.step__overview__marker {
    display: block;
    fill: inherit;
    width: 5.4rem;
    height: 5.4rem;
    margin: 0 auto 1rem
}

.step__overview__arrow {
    fill: #414141;
    width: 3rem;
    height: 2rem;
    margin: 0 auto;
    display: block;
    position: absolute;
    bottom: -5rem;
    left: 0;
    right: 0;
    transition: .45s bottom cubic-bezier(0.19, 1, .22, 1)
}

@media (max-width: 738px) {
    .step__overview__arrow {
        display: none
    }
}

.step__overview:hover .step__overview__arrow {
    bottom: 3rem
}

.step__overview__heading, [class*=step__overview__heading--] {
    color: inherit;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    line-height: 1.6;
    text-transform: uppercase;
    letter-spacing: .13rem
}

@media (max-width: 940px) {
    .step__overview__heading, [class*=step__overview__heading--] {
        font-size: 2.2rem;
        margin: 0 auto 1.6rem;
        text-align: center
    }
}

@media (min-width: 941px) {
    .step__overview__heading, [class*=step__overview__heading--] {
        font-size: 3.2rem;
        margin-bottom: 2rem
    }
}

.step__overview__copy {
    color: inherit;
    font-family: Merriweather, serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 3.2rem
}

.share-bar {
    margin: auto;
    border-radius: .3rem;
    z-index: 110;
    color: #191919;
    border-color: #191919
}

.share-bar svg {
    fill: #191919
}

.with-hero-background .page-header .share-bar {
    color: #fff;
    border-color: #fff
}

.with-hero-background .page-header .share-bar svg {
    fill: #fff
}

.is-sticky .share-bar {
    border-style: none;
    margin: 0 auto;
    text-align: center;
    color: #191919 !important;
    border-color: #191919 !important
}

.is-sticky .share-bar svg {
    fill: #191919 !important
}

@media (max-width: 738px) {
    .share-bar {
        border-style: none;
        margin: 0 auto;
        text-align: center
    }

    .page-header .share-bar {
        position: relative;
        top: 4.2rem;
        z-index: 60
    }

    .page-footer .share-bar {
        display: block;
        margin: 0 auto;
        width: 100%
    }

    .is-sticky .share-bar {
        top: 0;
        margin-top: 1.8rem !important;
        margin-bottom: 1.6rem !important
    }
}

@media (min-width: 739px) {
    .share-bar {
        border-style: solid;
        border-width: 2px;
        display: block;
        position: relative;
        min-width: 12rem;
        height: 5.6rem;
        text-align: center;
        overflow: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        cursor: default;
        border-color: #191919;
        padding: 0
    }

    .page-header .share-bar {
        margin-top: 3rem
    }

    .page-footer .share-bar {
        margin-right: 2rem
    }

    .is-sticky .share-bar {
        margin-top: .8rem !important
    }

    .share-bar:hover .share-bar__cta {
        top: -100%;
        transition-timing-function: cubic-bezier(0.895, .03, .685, .22)
    }

    .share-bar:hover .share-bar__list {
        top: 0;
        transition-delay: .12s
    }
}

@media (min-width: 999px) {
    .page-header .share-bar {
        position: absolute;
        top: 0;
        right: 2rem
    }
}

.share-bar__cta {
    color: inherit
}

@media (max-width: 738px) {
    .share-bar__cta {
        display: none
    }
}

@media (min-width: 739px) {
    .share-bar__cta {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        line-height: 5rem;
        letter-spacing: .1em;
        white-space: nowrap;
        transition-duration: .22s;
        transition-property: top;
        transition-timing-function: cubic-bezier(0.165, .84, .44, 1);
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }
}

@media (max-width: 738px) {
    .share-bar__cta .expanded {
        display: none
    }
}

@media (min-width: 739px) {
    .share-bar__cta .expanded {
        display: inline
    }
}

.share-bar__list {
    vertical-align: middle
}

@media (max-width: 738px) {
    .share-bar__list {
        display: inline-block;
        margin-left: 1rem
    }

    .page-header .share-bar__list {
        margin-left: 0
    }

    .page-footer .share-bar__list {
        display: block;
        width: auto;
        margin: 2rem 0
    }
}

@media (min-width: 739px) {
    .share-bar__list {
        position: relative;
        left: 0;
        top: 100%;
        height: 100%;
        width: 100%;
        transition-duration: .22s;
        transition-property: top;
        transition-timing-function: cubic-bezier(0.165, .84, .44, 1)
    }
}

.share-bar__list .icon {
    line-height: 2.2
}

.share-bar__item--email, .share-bar__item--facebook, .share-bar__item--twitter {
    display: inline-block;
    background-color: transparent;
    color: inherit;
    height: 100%;
    width: 6rem;
    transition-duration: .22s;
    transition-timing-function: cubic-bezier(0.165, .84, .44, 1)
}

@media (max-width: 738px) {
    .share-bar__item--email, .share-bar__item--facebook, .share-bar__item--twitter {
        width: 3rem
    }
}

@media (min-width: 739px) {
    .share-bar__item--email:hover, .share-bar__item--facebook:hover, .share-bar__item--twitter:hover {
        color: #fff;
        background-color: #191919
    }

    .share-bar__item--email:hover svg, .share-bar__item--facebook:hover svg, .share-bar__item--twitter:hover svg {
        fill: #fff
    }

    .with-hero-background .page-header .share-bar__item--email:hover, .with-hero-background .page-header .share-bar__item--facebook:hover, .with-hero-background .page-header .share-bar__item--twitter:hover {
        background-color: #fff;
        color: #191919
    }

    .with-hero-background .page-header .share-bar__item--email:hover svg, .with-hero-background .page-header .share-bar__item--facebook:hover svg, .with-hero-background .page-header .share-bar__item--twitter:hover svg {
        fill: #191919
    }

    .is-sticky .share-bar__item--email:hover, .is-sticky .share-bar__item--facebook:hover, .is-sticky .share-bar__item--twitter:hover {
        background-color: #fff;
        color: #191919
    }

    .is-sticky .share-bar__item--email:hover svg, .is-sticky .share-bar__item--facebook:hover svg, .is-sticky .share-bar__item--twitter:hover svg {
        fill: #191919
    }
}

.share-bar__item--twitter {
    margin-left: 0
}

@media (max-width: 738px) {
    .share-bar__item--email, .share-bar__item--facebook {
        margin-left: .5rem
    }
}

@media (min-width: 739px) {
    .share-bar__item--email, .share-bar__item--facebook {
        margin-left: -.4rem;
        border-left: .2rem solid #191919
    }

    .with-hero-background .page-header .share-bar__item--email, .with-hero-background .page-header .share-bar__item--facebook {
        border-left: .2rem solid #fff
    }
}

.share-bar__link, [class*=share-bar__link--] {
    font-size: 2.4rem;
    opacity: .8;
    will-change: opacity;
    transition: opacity .12s ease-in-out;
    height: 100%
}

.share-bar__link:hover, [class*=share-bar__link--]:hover {
    font-size: 2.4rem
}

.is-selected .share-bar__link, .is-selected [class*=share-bar__link--], .share-bar__link:hover, [class*=share-bar__link--]:hover {
    opacity: 1
}

.share-bar__email, .share-bar__facebook, .share-bar__twitter {
    display: block;
    width: 2.4rem;
    height: 3rem;
    margin: 0 auto;
    position: relative
}

.share-bar__email svg, .share-bar__facebook svg, .share-bar__twitter svg {
    fill: inherit
}

@media (min-width: 739px) {
    .share-bar__email, .share-bar__facebook, .share-bar__twitter {
        top: 50%;
        transform: translate3d(0, -50%, 0)
    }
}

.share-bar__facebook {
    width: 1.35rem
}

.sticky-nav {
    top: -11.6rem;
    height: 11.6rem;
    border-bottom: 1px solid #ccc;
    position: fixed;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    z-index: 1000;
    transition: top .25s linear
}

.sticky-nav.is-shown {
    top: 0
}

@media (max-width: 738px) {
    .sticky-nav {
        display: none
    }
}

.sticky-nav .share-bar {
    position: absolute;
    right: 6rem;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.sticky-nav .sticky-nav__steps {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    -ms-flex-align: center;
    align-items: center;
    font-family: proxima-nova, sans-serif
}

.sticky-nav .sticky-nav__steps li {
    width: 11.8rem;
    height: 11.6rem;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: transparent;
    transition: .15s background-color linear
}

.sticky-nav .sticky-nav__steps li:first-child {
    border-right: none
}

.sticky-nav .sticky-nav__steps li:last-child {
    border-left: none
}

.sticky-nav .sticky-nav__steps li a {
    display: block;
    text-align: center;
    text-decoration: none;
    height: 100%;
    position: relative;
    overflow: hidden
}

.sticky-nav .sticky-nav__steps li .step-number {
    display: block;
    width: 3rem;
    height: 3rem;
    margin: 3rem auto .8rem;
    fill: #ccc;
    border-radius: 1.5rem;
    line-height: 2.75rem;
    text-decoration: none;
    transition: .15s fill linear
}

.sticky-nav .sticky-nav__steps li .step-title {
    text-align: center;
    display: block;
    text-decoration: none;
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: .13rem;
    font-size: 1.3rem;
    font-weight: 800
}

.sticky-nav .sticky-nav__steps li:hover {
    background-color: #94d154
}

.sticky-nav .sticky-nav__steps li:hover .step-number {
    fill: #fff
}

.sticky-nav .sticky-nav__steps li:hover .step-title {
    color: #fff
}

.sticky-nav .sticky-nav__logo {
    width: 10.9rem;
    height: 5.5rem;
    fill: #414141;
    position: absolute;
    left: 6rem;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.hero {
    position: relative;
    padding-top: 10rem
}

.hero__background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 30;
    background-color: #666
}

.hero__background img {
    font-family: "object-fit:cover";
    object-fit: cover;
    opacity: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: opacity .2s ease-in;
    will-change: opacity
}

.hero__background img.loaded {
    opacity: 1
}

.hero__content {
    height: 100%;
    z-index: 40;
    padding-top: 8.4rem
}

.with-hero-background .hero__content {
    padding-bottom: 17rem
}

.hero__heading {
    color: #000;
    font-family: proxima-nova, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 4rem;
    line-height: 1.09;
    letter-spacing: .18em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: calc(99.99% * 1 - (3.4rem - 3.4rem * 1));
    margin-bottom: 3.4rem;
    text-align: center;
    text-transform: uppercase;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.hero__heading:last-child {
    margin-bottom: 0
}

@media (max-width: 738px) {
    .hero__heading {
        font-size: 2.8rem
    }
}

.hero__heading span {
    border-bottom: .5rem solid #6bb34c
}

.with-hero-background .hero__heading {
    color: #fff;
    font-family: proxima-nova, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 4rem;
    line-height: 1.09;
    letter-spacing: .18em;
    width: 100%;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: calc(99.99% * 1 - (4rem - 4rem * 1));
    margin-bottom: 4rem
}

.with-hero-background .hero__heading:last-child {
    margin-bottom: 0
}

@media (max-width: 738px) {
    .with-hero-background .hero__heading {
        font-size: 2.8rem
    }
}

.with-hero-background .hero__heading span {
    border-bottom: none
}

@media (max-width: 738px) {
    .hero__heading {
        font-size: 3rem
    }
}

.hero__subheading {
    color: #fff;
    font-family: proxima-nova, sans-serif;
    font-size: 3.4rem;
    font-weight: 700;
    margin-bottom: 1.4rem
}

.hero__ancillary {
    width: 100%;
    font-family: Merriweather, "Times New Roman", Times, serif;
    font-style: italic;
    text-align: center;
    letter-spacing: .1rem;
    color: #545454
}

[class^=hero__body] {
    width: 100%;
    margin: 0 auto 4rem
}

[class^=hero__body] p {
    font-family: Merriweather, "Times New Roman", Times, serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.55;
    text-align: center;
    width: 100%
}

[class^=hero__body] p + p {
    margin-top: 2rem
}

.hero__body--large-text [class^=hero__body] p {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.4
}

[class^=hero__body] em {
    font-style: italic
}

[class^=hero__body] strong {
    font-weight: 700
}

.with-hero-background [class^=hero__body] {
    color: #fff
}

.hero__body {
    max-width: 70rem
}

.hero__body img {
    max-width: 100%
}

@media (min-width: 999px) {
    .hero__body--widget {
        display: -ms-flexbox;
        display: flex
    }
}

.hero__body--quote {
    max-width: 96rem
}

.hero__body--quote p {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.4
}

.hero__attribution {
    display: block;
    margin-top: 2.7rem;
    font-family: proxima-nova, Helvetica, Arial, sans-serif;
    font-size: 1.3rem;
    font-weight: 800;
    line-height: 1.55;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .1rem
}

.hero__attribution:before {
    content: "";
    border-top: 1px solid #fff;
    width: 5rem;
    height: 2rem;
    display: block;
    margin: 0 auto
}

.hero__attribution span {
    display: block
}

.hero__buttons {
    display: block;
    text-align: center;
    padding-top: 4.4rem
}

.hero__button {
    outline: 0 none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-decoration: none;
    text-align: center;
    background: 0 0;
    border: 2px solid #fff;
    color: #fff;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
    text-transform: uppercase;
    padding: 2rem 2.5rem;
    letter-spacing: .13rem;
    border-radius: .3rem;
    cursor: pointer;
    transition: .22s background-color cubic-bezier(0.165, .84, .44, 1);
    margin-right: 2rem;
    margin-bottom: 2rem;
    display: inline-block
}

.hero__button:last-child {
    margin-bottom: 0;
    margin-right: 0
}

.hero__button:hover {
    background-color: #fff;
    color: #191919
}

@media (max-width: 738px) {
    .hero__button {
        margin: 1.5rem 0;
        width: 100%
    }
}

@media (max-width: 998px) {
    .hero__column {
        text-align: center;
        margin: 0 auto
    }

    .hero__column + * {
        margin-top: 4.4rem
    }
}

@media (min-width: 999px) {
    .hero__column:first-child {
        width: 600px;
        -ms-flex-preferred-size: 600px;
        flex-basis: 600px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 4rem
    }

    .hero__column:last-child {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
}

.hero__unit + * {
    margin-top: 5.6rem
}

@media (min-width: 999px) {
    .hero__unit .hero__copy p {
        text-align: left
    }
}

.body {
    padding: 8rem 0 12rem
}

[class^=body__section] {
    margin: 5rem 0
}

.body__copy {
    font-family: Merriweather, "Times New Roman", Times, serif;
    font-weight: 400;
    font-size: 1.7rem;
    line-height: 1.7;
    color: #414141
}

.body__copy figure, .body__copy h1, .body__copy h2, .body__copy h3, .body__copy h4, .body__copy h5, .body__copy h6, .body__copy ol, .body__copy p, .body__copy ul {
    margin-bottom: 2rem
}

.body__copy strong {
    font-weight: 700
}

.body__copy em {
    font-style: italic
}

.body__copy a {
    color: #6bb34c;
    font-weight: 700
}

.body__copy a:hover {
    color: #6bb34c;
    font-weight: 700;
    text-decoration: underline
}

.body__copy a:visited {
    color: #6bb34c
}

.body__copy ol li, .body__copy ul li {
    line-height: 1.56;
    padding-left: 4.2rem;
    text-indent: -.7rem
}

.body__copy ol li:before, .body__copy ul li:before {
    margin-right: 1.1rem
}

.body__copy ul li:before {
    content: "• "
}

.body__copy ol {
    counter-reset: section
}

.body__copy ol li:before {
    counter-increment: section;
    content: counters(section, ".") " "
}

.body__copy p {
    overflow: hidden
}

.body__copy h1, .body__copy h2, .body__copy h3, .body__copy h4, .body__copy h5 {
    font-family: proxima-nova, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 3rem;
    line-height: 1.3;
    margin-bottom: 1.1rem;
    margin-top: 4rem
}

.body__copy h1:first-child, .body__copy h2:first-child, .body__copy h3:first-child, .body__copy h4:first-child, .body__copy h5:first-child {
    margin-top: 0
}

.body__copy ol li:before, .body__copy ul li:before {
    color: #ccc;
    font-size: 3rem;
    vertical-align: middle;
    margin-left: -2rem;
    margin-bottom: 2rem
}

.body__copy ol li:before {
    font-family: proxima-nova, Helvetica, Arial, sans-serif;
    font-weight: 800
}

.body__copy figcaption {
    font-family: proxima-nova, Helvetica, Arial, sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .16rem;
    color: #000;
    line-height: 1.5
}

.body__copy figure[data-type=quote] {
    font-family: Merriweather, "Times New Roman", Times, serif;
    color: #545454;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.45;
    text-align: center;
    width: 100%
}

.body__copy figure[data-type=quote] cite {
    font-size: 1.3rem;
    display: block;
    margin-top: 2.7rem;
    font-family: proxima-nova, Helvetica, Arial, sans-serif;
    font-weight: 800;
    line-height: 1.55;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .1rem
}

.body__copy figure[data-type=quote] cite:before {
    content: "";
    border-top: 1px solid #191919;
    width: 5rem;
    height: 2rem;
    display: block;
    margin: 0 auto
}

.body__copy figure[data-type=quote] cite strong {
    display: block;
    font-weight: 800
}

.section {
    width: 100%;
    height: 100%
}

.section__body, .section__copy {
    width: 100%
}

@media (min-width: 1295px) {
    .section__body, .section__copy {
        padding: 0 16rem
    }
}

@media (max-width: 1294px) {
    .section__body, .section__copy {
        padding: 0 8rem
    }
}

@media (max-width: 998px) {
    .section__body, .section__copy {
        padding: 0 4rem
    }
}

@media (max-width: 738px) {
    .section__body, .section__copy {
        padding: 0 2rem
    }
}

.section__grid, [class^=section__grid--] {
    display: block;
    position: relative;
    width: 100%;
    padding: 3.5rem 0
}

@media (min-width: 739px) {
    .section__grid, [class^=section__grid--] {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto
    }
}

.section__grid--two .section__item {
    height: auto
}

@media (max-width: 738px) {
    .section__grid--two .section__item {
        display: block;
        margin-bottom: 2rem
    }
}

@media (min-width: 739px) {
    .section__grid--two .section__item {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.99% * 1 / 2 - (4.5rem - 4.5rem * 1 / 2));
        height: calc(99.99% * 1 / 2 - (4.5rem - 4.5rem * 1 / 2))
    }

    .section__grid--two .section__item:nth-child(1n) {
        margin-right: 4.5rem;
        margin-bottom: 4.5rem
    }

    .section__grid--two .section__item:last-child {
        margin-right: 0;
        margin-bottom: 0
    }

    .section__grid--two .section__item:nth-child(2n) {
        margin-right: 0;
        float: right
    }

    .section__grid--two .section__item:nth-last-child(-n+2) {
        margin-bottom: 0
    }
}

.section__grid--three .section__item {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 1 / 3 - (4.5rem - 4.5rem * 1 / 3));
    height: calc(99.99% * 1 / 3 - (4.5rem - 4.5rem * 1 / 3));
    height: auto
}

.section__grid--three .section__item:nth-child(1n) {
    margin-right: 4.5rem;
    margin-bottom: 4.5rem
}

.section__grid--three .section__item:last-child {
    margin-right: 0;
    margin-bottom: 0
}

.section__grid--three .section__item:nth-child(3n) {
    margin-right: 0;
    float: right
}

.section__grid--three .section__item:nth-last-child(-n+3) {
    margin-bottom: 0
}

@media (max-width: 998px) {
    .section__grid--three .section__item {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.99% * 1 / 2 - (4.5rem - 4.5rem * 1 / 2));
        height: calc(99.99% * 1 / 2 - (4.5rem - 4.5rem * 1 / 2));
        height: auto
    }

    .section__grid--three .section__item:nth-child(1n) {
        margin-right: 4.5rem;
        margin-bottom: 4.5rem
    }

    .section__grid--three .section__item:last-child {
        margin-right: 0;
        margin-bottom: 0
    }

    .section__grid--three .section__item:nth-child(2n) {
        margin-right: 0;
        float: right
    }

    .section__grid--three .section__item:nth-last-child(-n+2) {
        margin-bottom: 0
    }
}

@media (max-width: 738px) {
    .section__grid--three .section__item {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.99% * 1 - (2rem - 2rem * 1));
        height: calc(99.99% * 1 - (2rem - 2rem * 1));
        height: auto
    }

    .section__grid--three .section__item:nth-child(1n) {
        margin-bottom: 2rem
    }

    .section__grid--three .section__item:last-child {
        margin-right: 0;
        margin-bottom: 0
    }

    .section__grid--three .section__item:nth-child(1n) {
        margin-right: 0;
        float: right
    }

    .section__grid--three .section__item:nth-last-child(-n+1) {
        margin-bottom: 0
    }
}

.section__grid--four .section__item {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 1 / 4 - (4.5rem - 4.5rem * 1 / 4));
    height: calc(99.99% * 1 / 4 - (4.5rem - 4.5rem * 1 / 4));
    height: auto
}

.section__grid--four .section__item:nth-child(1n) {
    margin-right: 4.5rem;
    margin-bottom: 4.5rem
}

.section__grid--four .section__item:last-child {
    margin-right: 0;
    margin-bottom: 0
}

.section__grid--four .section__item:nth-child(4n) {
    margin-right: 0;
    float: right
}

.section__grid--four .section__item:nth-last-child(-n+4) {
    margin-bottom: 0
}

@media (max-width: 998px) {
    .section__grid--four .section__item {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.99% * 1 / 3 - (4.5rem - 4.5rem * 1 / 3));
        height: calc(99.99% * 1 / 3 - (4.5rem - 4.5rem * 1 / 3));
        height: auto
    }

    .section__grid--four .section__item:nth-child(1n) {
        margin-right: 4.5rem;
        margin-bottom: 4.5rem
    }

    .section__grid--four .section__item:last-child {
        margin-right: 0;
        margin-bottom: 0
    }

    .section__grid--four .section__item:nth-child(3n) {
        margin-right: 0;
        float: right
    }

    .section__grid--four .section__item:nth-last-child(-n+3) {
        margin-bottom: 0
    }
}

@media (max-width: 738px) {
    .section__grid--four .section__item {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.99% * 1 / 2 - (2rem - 2rem * 1 / 2));
        height: calc(99.99% * 1 / 2 - (2rem - 2rem * 1 / 2));
        height: auto
    }

    .section__grid--four .section__item:nth-child(1n) {
        margin-right: 2rem;
        margin-bottom: 2rem
    }

    .section__grid--four .section__item:last-child {
        margin-right: 0;
        margin-bottom: 0
    }

    .section__grid--four .section__item:nth-child(2n) {
        margin-right: 0;
        float: right
    }

    .section__grid--four .section__item:nth-last-child(-n+2) {
        margin-bottom: 0
    }
}

.section__item img {
    width: 100%;
    height: auto
}

.section__heading {
    color: #000;
    font-family: proxima-nova, Helvetica, Arial, sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .05em;
    width: 100%;
    text-align: center
}

@media (max-width: 738px) {
    .section__heading {
        font-size: 2.4rem
    }
}

.section__subheading {
    font-family: proxima-nova, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .15rem;
    font-size: 1.4rem
}

.section__text {
    color: #191919;
    font-family: Merriweather, "Times New Roman", Times, serif;
    font-weight: 300;
    font-size: 1.7rem;
    line-height: 1.7
}

.section__text figure, .section__text h1, .section__text h2, .section__text h3, .section__text h4, .section__text h5, .section__text h6, .section__text ol, .section__text p, .section__text ul {
    margin-bottom: 2rem
}

.section__text strong {
    font-weight: 700
}

.section__text em {
    font-style: italic
}

.section__text a {
    color: #6bb34c;
    font-weight: 700
}

.section__text a:hover {
    color: #6bb34c;
    font-weight: 700;
    text-decoration: underline
}

.section__text a:visited {
    color: #6bb34c
}

.section__text ol li, .section__text ul li {
    line-height: 1.56;
    padding-left: 4.2rem;
    text-indent: -.7rem
}

.section__text ol li:before, .section__text ul li:before {
    color: #000;
    margin-right: 1.1rem
}

.section__text ul li:before {
    content: "• "
}

.section__text ol {
    counter-reset: section
}

.section__text ol li:before {
    counter-increment: section;
    content: counters(section, ".") " ";
    color: #000
}

.section__attribution {
    color: #6bb34c;
    text-transform: uppercase;
    font-family: proxima-nova, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
    letter-spacing: .05rem
}

.section__buttons {
    display: block;
    text-align: center;
    padding: 2.2rem 0
}

.section__button {
    outline: 0 none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-decoration: none;
    text-align: center;
    background: 0 0;
    border: 2px solid #6bb34c;
    color: #6bb34c;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
    text-transform: uppercase;
    padding: 2rem 2.5rem;
    letter-spacing: .13rem;
    border-radius: .3rem;
    cursor: pointer;
    transition: .22s background-color cubic-bezier(0.165, .84, .44, 1);
    margin-right: 2rem;
    margin-bottom: 2rem;
    display: inline-block
}

.section__button:last-child {
    margin-bottom: 0;
    margin-right: 0
}

.section__button:hover {
    background-color: #6bb34c;
    color: #fff
}

@media (max-width: 738px) {
    .section__button {
        margin: 1.5rem 0;
        width: 100%
    }
}

.section__headshot img {
    width: 100%;
    height: auto
}

.section__body.with-headshot {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

@media (max-width: 738px) {
    .section__body.with-headshot {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }
}

.section__body.with-headshot .section__headshot > img, .section__image {
    margin: 0 auto
}

@media (max-width: 998px) {
    .section__body.with-headshot .section__headshot {
        width: 100%;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 20px;
        height: auto
    }

    .section__body.with-headshot .section__headshot:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 999px) {
    .section__body.with-headshot .section__headshot {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.99% * 1 / 4 - (20px - 20px * 1 / 4))
    }

    .section__body.with-headshot .section__headshot:nth-child(1n) {
        margin-right: 20px
    }

    .section__body.with-headshot .section__headshot:last-child {
        margin-right: 0
    }

    .section__body.with-headshot .section__headshot:nth-child(4n) {
        float: right;
        margin-right: 0
    }
}

@media (max-width: 998px) {
    .section__body.with-headshot .section__text {
        width: 100%;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 20px;
        height: auto
    }

    .section__body.with-headshot .section__text:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 999px) {
    .section__body.with-headshot .section__text {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.99% * 3 / 4 - (20px - 20px * 3 / 4))
    }

    .section__body.with-headshot .section__text:nth-child(1n) {
        margin-right: 20px
    }

    .section__body.with-headshot .section__text:last-child {
        margin-right: 0
    }

    .section__body.with-headshot .section__text:nth-child(4n) {
        float: right;
        margin-right: 0
    }
}

.section__image > img {
    width: 100%;
    height: auto
}

.nav {
    position: relative;
    padding-top: 3.4rem;
    z-index: 110
}

.is-sticky .nav {
    padding: 2rem 0
}

.nav__list {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.nav__list:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #191919;
    opacity: 0;
    will-change: opacity;
    transition: opacity .1s cubic-bezier(0.165, .84, .44, 1)
}

.nav__list:hover:after {
    opacity: .5
}

.with-hero-background .nav__list:after {
    background-color: #fff
}

.is-sticky .nav__list:after {
    display: none
}

[class^=nav__item] {
    position: relative;
    color: #191919;
    font-family: proxima-nova, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.3rem;
    letter-spacing: .1rem;
    height: 100%;
    z-index: 40
}

[class^=nav__item] + * {
    margin-left: 2.2rem
}

[class^=nav__item] > a {
    display: block;
    height: 100%;
    width: 100%;
    padding: 2rem 0
}

[class^=nav__item] > a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #191919;
    opacity: 0;
    will-change: height;
    transition: height .2s cubic-bezier(0.165, .84, .44, 1)
}

[class^=nav__item] > a:hover:after {
    opacity: 1;
    height: .3rem
}

.with-hero-background [class^=nav__item] > a {
    color: #fff
}

.with-hero-background [class^=nav__item] > a:after {
    background-color: #fff
}

.is-sticky [class^=nav__item] > a {
    padding: 1rem 0;
    color: #191919 !important
}

.is-sticky [class^=nav__item] > a:after {
    background-color: #191919 !important
}

.nav__item--dropdown {
    cursor: pointer
}

.dropdown {
    padding: 2rem 0
}

.dropdown:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #191919;
    opacity: 0;
    will-change: height;
    transition: height .2s cubic-bezier(0.165, .84, .44, 1)
}

.dropdown:hover:after {
    opacity: 1;
    height: .3rem
}

.with-hero-background .dropdown {
    color: #fff
}

.with-hero-background .dropdown:after {
    background-color: #fff
}

.is-sticky .dropdown {
    color: #191919 !important;
    padding: 1rem 0
}

.is-sticky .dropdown:after {
    background-color: #191919 !important
}

.dropdown__label {
    display: inline-block
}

.dropdown__caret {
    display: inline-block;
    margin-left: 1px;
    width: .8rem;
    height: .8rem;
    border-left: .5rem solid transparent;
    border-right: .5rem solid transparent;
    border-top: .5rem solid;
    border-top-color: #191919
}

.with-hero-background .dropdown__caret {
    border-top-color: #fff
}

.is-sticky .dropdown__caret {
    border-top-color: #191919 !important
}

.dropdown__menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    padding-top: 1rem;
    transition: opacity .2s cubic-bezier(0.165, .84, .44, 1), visibility 0s .2s
}

.nav__item--dropdown:hover .dropdown__menu {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s cubic-bezier(0.165, .84, .44, 1), visibility 0s 0s
}

.dropdown__list {
    padding: 1rem 2rem;
    background-color: #fff;
    color: #191919;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .25)
}

.dropdown__item a {
    display: block;
    color: #191919;
    padding: 1rem 0;
    white-space: nowrap;
    will-change: color;
    transition: color .2s cubic-bezier(0.165, .84, .44, 1)
}

.dropdown__item a:hover {
    color: #6bb34c
}

.copy__heading {
    color: #000;
    font-family: proxima-nova, Helvetica, Arial, sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .05em;
    width: 100%;
    text-align: center
}

@media (max-width: 738px) {
    .copy__heading {
        font-size: 2.4rem
    }
}

.copy__text {
    color: #191919;
    font-family: Merriweather, "Times New Roman", Times, serif;
    font-weight: 300;
    font-size: 1.7rem;
    line-height: 1.7
}

.copy__text figure, .copy__text h1, .copy__text h2, .copy__text h3, .copy__text h4, .copy__text h5, .copy__text h6, .copy__text ol, .copy__text p, .copy__text ul {
    margin-bottom: 2rem
}

.copy__text strong {
    font-weight: 700
}

.copy__text em {
    font-style: italic
}

.copy__text a {
    color: #6bb34c;
    font-weight: 700
}

.copy__text a:hover {
    color: #6bb34c;
    font-weight: 700;
    text-decoration: underline
}

.copy__text a:visited {
    color: #6bb34c
}

.copy__text ol li, .copy__text ul li {
    line-height: 1.56;
    padding-left: 4.2rem;
    text-indent: -.7rem
}

.copy__text ol li:before, .copy__text ul li:before {
    color: #000;
    margin-right: 1.1rem
}

.copy__text ul li:before {
    content: "• "
}

.copy__text ol {
    counter-reset: section
}

.copy__text ol li:before {
    counter-increment: section;
    content: counters(section, ".") " ";
    color: #000
}

.page-wrapper {
    position: relative;
    right: 0;
    transition: right .25s cubic-bezier(0.76, .13, .48, 1)
}

@media (max-width: 998px) {
    .is-open .page-wrapper {
        right: 30rem
    }
}

.page-header {
    will-change: right;
    transition: right .25s cubic-bezier(0.76, .13, .48, 1);
    right: 0
}

@media (max-width: 998px) {
    .is-open .page-header.is-sticky {
        right: 30rem
    }
}

.mobile-nav {
    position: fixed;
    top: 0;
    right: -30rem;
    bottom: 0;
    width: 30rem;
    background-color: #fff;
    overflow-y: scroll;
    transition: right .25s cubic-bezier(0.76, .13, .48, 1);
    z-index: 100;
    padding: 4rem 0 8rem
}

@media (max-width: 998px) {
    .is-open .mobile-nav {
        right: 0;
        z-index: 150;
        box-shadow: -1px 0 2rem 0 rgba(0, 0, 0, .15)
    }
}

@media (min-width: 999px) {
    .mobile-nav {
        display: none
    }
}

.mobile-nav__item {
    border-bottom: 1px solid #eceaea
}

.mobile-nav__link {
    color: #191919;
    font-family: Merriweather, "Times New Roman", Times, serif;
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 1.56;
    display: block;
    padding: 2rem 4rem;
    text-decoration: none;
    will-change: color;
    transition: color .2s cubic-bezier(0.165, .84, .44, 1)
}

.mobile-nav__link p {
    margin-bottom: 3.4rem
}

.mobile-nav__link:hover {
    color: #6bb34c
}

.modal__inner {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 160;
    background-color: rgba(0, 0, 0, .7);
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modal__inner.is-open {
    display: -ms-flexbox;
    display: flex
}

.modal__wrap {
    position: relative;
    height: 381px;
    width: 521px
}

.modal__content {
    height: 100%;
    width: 100%
}

.modal__close {
    cursor: pointer;
    height: 4rem;
    width: 4rem;
    position: absolute;
    top: -5rem;
    right: -5rem;
    border: 3px solid #fff;
    border-radius: 50%
}

.modal__close:hover {
    background: #fff
}

.modal__close:hover:after, .modal__close:hover:before {
    background: #000
}

.modal__close:after, .modal__close:before {
    content: "";
    position: absolute;
    width: 75%;
    top: 41%;
    left: 13%;
    background: #fff;
    height: 3px;
    margin-top: 3px
}

.modal__close:before {
    transform: rotate(45deg)
}

.modal__close:after {
    transform: rotate(-45deg)
}

.infographic {
    margin-bottom: 10rem
}

@media (max-width: 738px) {
    .infographic {
        padding: 0
    }
}

[class^=infographic__item] {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.999999% * 1 / 3);
    position: relative;
    border-style: solid;
    border-color: #ccc;
    border-bottom-width: 1px;
    border-right-width: 1px;
    padding: 3.5rem 6.6rem;
    min-height: 30rem;
    font-family: proxima-nova, Helvetica, Arial, sans-serif;
    color: #191919
}

[class^=infographic__item]:last-child, [class^=infographic__item]:nth-child(1n) {
    margin-right: 0
}

[class^=infographic__item]:nth-child(3n) {
    float: right;
    margin-right: 0
}

@media (min-width: 1295px) {
    [class^=infographic__item]:nth-child(1), [class^=infographic__item]:nth-child(2), [class^=infographic__item]:nth-child(3) {
        border-top-width: 1px
    }

    [class^=infographic__item]:nth-child(1), [class^=infographic__item]:nth-child(4) {
        border-left-width: 1px
    }

    [class^=infographic__item]:nth-child(2):before, [class^=infographic__item]:nth-child(3):before, [class^=infographic__item]:nth-child(5):before {
        content: "+";
        font-family: Arial, Helvetica, sans-serif;
        font-size: 6rem;
        font-weight: 400;
        color: #fff;
        text-align: center;
        line-height: 5.4rem;
        height: 5rem;
        width: 5rem;
        display: block;
        position: absolute;
        background-color: #94d154;
        border-radius: 50%;
        left: -2.5rem;
        top: calc(50% - 2.5rem)
    }
}

@media (max-width: 1294px) {
    [class^=infographic__item] {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.999999% * 1 / 2)
    }

    [class^=infographic__item]:last-child, [class^=infographic__item]:nth-child(1n) {
        margin-right: 0
    }

    [class^=infographic__item]:nth-child(2n) {
        float: right;
        margin-right: 0
    }

    [class^=infographic__item]:nth-child(1), [class^=infographic__item]:nth-child(2) {
        border-top-width: 1px
    }

    [class^=infographic__item]:nth-child(1), [class^=infographic__item]:nth-child(3), [class^=infographic__item]:nth-child(5) {
        border-left-width: 1px
    }

    [class^=infographic__item]:nth-child(2):before, [class^=infographic__item]:nth-child(4):before {
        content: "+";
        font-family: Arial, Helvetica, sans-serif;
        font-size: 6rem;
        font-weight: 400;
        color: #fff;
        text-align: center;
        line-height: 5.4rem;
        height: 5rem;
        width: 5rem;
        display: block;
        position: absolute;
        background-color: #94d154;
        border-radius: 50%;
        left: -2.5rem;
        top: calc(50% - 2.5rem)
    }
}

@media (max-width: 998px) {
    [class^=infographic__item] {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.999999% * 1 / 1);
        border-bottom-width: 1px;
        border-right-width: 0;
        padding: 8rem 1rem
    }

    [class^=infographic__item]:last-child {
        margin-right: 0
    }

    [class^=infographic__item]:nth-child(1n) {
        float: right;
        margin-right: 0
    }

    [class^=infographic__item]:nth-child(2) {
        border-top-width: 0
    }

    [class^=infographic__item]:nth-child(1), [class^=infographic__item]:nth-child(3), [class^=infographic__item]:nth-child(5) {
        border-left-width: 0
    }

    [class^=infographic__item]:nth-child(1) {
        border-top-width: 1px
    }

    [class^=infographic__item]:nth-child(6) {
        border-bottom-width: 1px
    }

    [class^=infographic__item]:nth-child(2):before, [class^=infographic__item]:nth-child(3):before, [class^=infographic__item]:nth-child(4):before, [class^=infographic__item]:nth-child(5):before {
        content: "+";
        font-family: Arial, Helvetica, sans-serif;
        font-size: 6rem;
        font-weight: 400;
        color: #fff;
        text-align: center;
        line-height: 5.4rem;
        height: 5rem;
        width: 5rem;
        display: block;
        position: absolute;
        background-color: #94d154;
        border-radius: 50%;
        top: -2.6rem;
        left: calc(50% - 2.5rem)
    }
}

.infographic__item--5 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 3.5rem 3.6rem
}

.infographic__item--5 .infographic__icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    background-color: #94d154;
    margin-bottom: 0
}

.infographic__item--5 .infographic__icon svg {
    fill: #000;
    opacity: .05
}

.infographic__item--5 .infographic__heading {
    z-index: 1;
    position: relative;
    font-size: 4.9rem;
    letter-spacing: .05rem;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    margin: 0 auto
}

@media (max-width: 738px) {
    .infographic__item--5 .infographic__heading {
        font-size: 4rem
    }
}

.infographic__icon {
    height: 7rem;
    width: 7rem;
    margin-bottom: 2rem
}

.infographic__icon svg {
    width: 100%;
    height: 100%;
    fill: #94d154
}

.infographic__container {
    opacity: 0;
    transition: opacity .5s ease-in;
    will-change: opacity;
    width: 100%
}

.is-in-view .infographic__container {
    opacity: 1
}

[class^=infographic__item]:nth-child(2) .infographic__container {
    transition-delay: .5s
}

[class^=infographic__item]:nth-child(3) .infographic__container {
    transition-delay: 1s
}

[class^=infographic__item]:nth-child(4) .infographic__container {
    transition-delay: 1.5s
}

[class^=infographic__item]:nth-child(5) .infographic__container {
    transition-delay: 2s
}

[class^=infographic__item]:nth-child(6) .infographic__container {
    transition-delay: 2.5s
}

@media (max-width: 998px) {
    .infographic__container {
        transition: none;
        opacity: 1;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -ms-flex-align: center;
        align-items: center
    }
}

.infographic__heading {
    color: inherit;
    font-family: inherit;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.1;
    letter-spacing: .05em;
    margin-bottom: 2.5rem
}

.infographic__text {
    font-size: 2rem
}

.infographic__text li {
    line-height: 3rem;
    margin-bottom: .5rem
}

.infographic__text li:before {
    display: inline-block;
    content: " ";
    background-image: url(../images/check.svg);
    background-repeat: no-repeat;
    height: 2rem;
    width: 2rem;
    margin-right: 1rem;
    vertical-align: middle
}

.visit-us {
    background: url(../images/social-background.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    padding: 10rem 0
}

.visit-us .visit-us__heading {
    font-family: proxima-nova, Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .05em;
    width: 100%;
    text-align: center;
    font-size: 5rem;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 3rem
}

@media (max-width: 738px) {
    .visit-us .visit-us__heading {
        font-size: 2.4rem
    }
}

@media (max-width: 738px) {
    .visit-us .visit-us__heading {
        font-size: 3rem
    }
}

.visit-us .visit-us__list {
    margin: 0 auto
}

.visit-us .visit-us__item {
    display: inline-block;
    color: #fff;
    margin-right: 2rem
}

.visit-us .visit-us__item:last-child {
    margin-right: 0
}

.visit-us [class^=icon--] {
    display: block;
    background-color: transparent;
    color: inherit;
    height: 6rem;
    width: 6rem;
    border: 2px solid #fff;
    border-radius: 3rem;
    padding: 1.2rem
}

.visit-us [class^=icon--] svg {
    width: 100%;
    height: 100%;
    fill: #fff
}

.visit-us [class^=icon--]:hover {
    background-color: #fff
}

.visit-us [class^=icon--]:hover svg {
    fill: #000
}

@media (max-width: 738px) {
    [class*=page__homepage] .header {
        padding-top: 1.4rem;
        padding-bottom: 1.4rem
    }
}

@media (min-width: 739px) {
    [class*=page__homepage] .header {
        height: 8.2rem;
        padding-top: 0
    }
}

[class*=page__homepage] .header__block:nth-child(2) {
    -ms-flex: 0;
    flex: 0
}

.homepage__content {
    width: 100%;
    max-width: 70rem;
    margin: 0 auto;
    position: relative;
    padding: 0 4rem
}

@media (max-width: 738px) {
    .homepage__content {
        padding-top: 16rem
    }
}

@media (min-width: 739px) {
    .homepage__content {
        padding-top: 22.6rem
    }
}

.homepage__copy {
    font-family: Merriweather, serif;
    font-size: 1.8rem;
    line-height: 1.8;
    text-align: center;
    color: #fff;
    max-width: 58rem;
    margin: 0 auto 2.5rem
}

@media (max-width: 738px) {
    .homepage__copy {
        max-width: 90%
    }
}

@media (max-width: 738px) {
    .intro {
        margin-bottom: 14rem
    }
}

@media (min-width: 739px) {
    .intro {
        margin-bottom: 21.6rem
    }
}

.intro__film-by {
    display: block;
    color: #fff;
    font-family: proxima-nova, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .16em;
    margin-bottom: 1.2rem
}

.intro__in-theaters {
    display: block;
    color: #fff;
    font-family: proxima-nova, sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-top: 6.2rem;
    margin-bottom: 6.4rem
}

.intro__buttons {
    text-align: center
}

.intro__button {
    display: inline-block;
    outline: 0 none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-decoration: none;
    text-align: center;
    background: 0 0;
    border: 2px solid #fff;
    color: #fff;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
    text-transform: uppercase;
    padding: 2rem 2.5rem;
    letter-spacing: .13rem;
    border-radius: .3rem;
    cursor: pointer;
    transition: .22s background-color cubic-bezier(0.165, .84, .44, 1);
    margin-right: 2rem;
    margin-bottom: 2rem
}

.intro__button:last-child {
    margin-bottom: 0;
    margin-right: 0
}

.intro__button:hover {
    background-color: #fff;
    color: #191919
}

@media (max-width: 738px) {
    .intro__button {
        margin: 1.5rem 0;
        width: 100%
    }
}

.page--videos .hero__background img {
    filter: brightness(50%)
}

.page--videos .hero__content {
    padding: 8.4rem 0
}

.page--videos .container, .page--videos .footer, .page--videos .infographic {
    display: block
}

.page--about .body {
    padding: 4rem 0 6rem
}

.page--about .section__heading {
    margin-bottom: 6rem
}

.page--about .section__heading:before {
    content: "";
    display: block;
    height: 7.5rem;
    width: 7.5rem;
    margin: 0 auto 2rem
}

.page--about .body__section--message {
    padding-top: 8rem;
    padding-bottom: 8rem;
    background-color: #f9f7f7;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.page--about .body__section--message .section__heading:before {
    background-image: url(../sprites/main.stack.svg#directors-message)
}

.page--about .body__section--message h5 {
    font-size: 2.8rem;
    font-weight: 400
}

.page--about .body__section--our-story .section__heading:before {
    background-image: url(../sprites/main.stack.svg#our-story)
}

.page--about .body__section--genesis .section__heading:before {
    background-image: url(../sprites/main.stack.svg#go-green-01)
}

.page--about .section__headshot > img {
    border-radius: 50%;
    display: block;
    width: 166px;
    height: 166px
}

.page--filmmakers .body {
    padding: 4rem 0 6rem
}

.page--filmmakers .body__section > .container, .page--filmmakers .body__section > .footer, .page--filmmakers .body__section > .infographic {
    display: block;
    position: relative;
    padding-bottom: 4.5rem;
    border-bottom: 1px solid #ccc
}

.page--filmmakers .body__section:last-child > .container, .page--filmmakers .body__section:last-child > .footer, .page--filmmakers .body__section:last-child > .infographic {
    border-bottom: none
}

.page--filmmakers .section__heading {
    font-family: Merriweather, "Times New Roman", Times, serif;
    font-size: 4rem;
    font-weight: 700;
    text-align: left
}

.page--filmmakers .section__body.with-headshot .section__headshot > img {
    font-family: "object-fit:cover";
    object-fit: cover;
    border-radius: 50%;
    display: block;
    height: 263px;
    width: 263px
}

@media (min-width: 999px) {
    .page--filmmakers .section__body.with-headshot .section__headshot {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.99% * 7 / 18 - (20px - 20px * 7 / 18))
    }

    .page--filmmakers .section__body.with-headshot .section__headshot:nth-child(1n) {
        margin-right: 20px
    }

    .page--filmmakers .section__body.with-headshot .section__headshot:last-child {
        margin-right: 0
    }

    .page--filmmakers .section__body.with-headshot .section__headshot:nth-child(18n) {
        float: right;
        margin-right: 0
    }
}

@media (min-width: 999px) {
    .page--filmmakers .section__body.with-headshot .section__text {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.99% * 11 / 18 - (20px - 20px * 11 / 18))
    }

    .page--filmmakers .section__body.with-headshot .section__text:nth-child(1n) {
        margin-right: 20px
    }

    .page--filmmakers .section__body.with-headshot .section__text:last-child {
        margin-right: 0
    }

    .page--filmmakers .section__body.with-headshot .section__text:nth-child(18n) {
        float: right;
        margin-right: 0
    }
}

.page--resources .body {
    padding: 4rem 0 0
}

.page--resources .hero__background img {
    filter: brightness(50%)
}

.page--resources .section__heading {
    margin-bottom: 2rem
}

.page--resources .section__text {
    width: 100%;
    text-align: center
}

.page--resources .section__caption {
    text-transform: uppercase;
    font-family: proxima-nova, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    padding: 1rem 0;
    letter-spacing: .1rem;
    color: #000
}

.page--resources .section__caption a {
    color: inherit
}

.page--resources .section__item .section__text {
    text-align: left
}

@media (max-width: 1294px) {
    .page--resources .body__section--facebook .section__grid--two .section__item {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.99% * 1 - (2rem - 2rem * 1));
        height: calc(99.99% * 1 - (2rem - 2rem * 1));
        height: auto
    }

    .page--resources .body__section--facebook .section__grid--two .section__item:nth-child(1n) {
        margin-bottom: 2rem
    }

    .page--resources .body__section--facebook .section__grid--two .section__item:last-child {
        margin-right: 0;
        margin-bottom: 0
    }

    .page--resources .body__section--facebook .section__grid--two .section__item:nth-child(1n) {
        margin-right: 0;
        float: right
    }

    .page--resources .body__section--facebook .section__grid--two .section__item:nth-last-child(-n+1) {
        margin-bottom: 0
    }

    .page--resources .body__section--facebook .section__grid--two .section__item iframe {
        display: block;
        margin: 0 auto
    }
}

@media (max-width: 998px) {
    .page--resources .body__section--tweets .section__grid--two .section__item {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.99% * 1 - (2rem - 2rem * 1));
        height: calc(99.99% * 1 - (2rem - 2rem * 1));
        height: auto
    }

    .page--resources .body__section--tweets .section__grid--two .section__item:nth-child(1n) {
        margin-bottom: 2rem
    }

    .page--resources .body__section--tweets .section__grid--two .section__item:last-child {
        margin-right: 0;
        margin-bottom: 0
    }

    .page--resources .body__section--tweets .section__grid--two .section__item:nth-child(1n) {
        margin-right: 0;
        float: right
    }

    .page--resources .body__section--tweets .section__grid--two .section__item:nth-last-child(-n+1) {
        margin-bottom: 0
    }
}

.page--resources .body__section--tweets .section__item {
    padding: 4rem 0;
    border-top: 3px solid #545454
}

.page--resources .body__section--tweets .section__text {
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 2
}

.page--resources .body__section--tweets .section__text p {
    margin-bottom: 0
}

.page--resources .body__section--tweets .section__button {
    margin: 4rem 0
}

.page--resources .visit-us {
    margin-bottom: 0
}

.page--press .section__list {
    margin: 0 auto
}

.page--press .section__item {
    text-align: center
}

.page--press .section__copy {
    padding-top: 4.2rem
}

.page--press .section__text {
    font-size: 2.3rem;
    line-height: 1.38;
    font-weight: 400
}

.page--press .section__text p {
    margin-bottom: 1.4rem
}

.page--press .section__attribution, .page--press .section__buttons {
    padding-bottom: 4.5rem;
    border-bottom: 1px solid #ccc
}

.page--press .section__item:last-child .section__attribution, .page--press .section__item:last-child .section__buttons {
    border-bottom: none
}

.page--press .section__heading:before {
    content: "";
    display: block;
    height: 7.5rem;
    width: 7.5rem;
    margin: 0 auto 2rem
}

.page--press .body__section--press-breaks .section__heading:before {
    background-image: url(../sprites/main.stack.svg#press-breaks)
}

.page--press .body__section--press-releases .section__heading:before {
    background-image: url(../sprites/main.stack.svg#press-releases)
}

.page--press .body__section--early-praise .section__heading:before {
    background-image: url(../sprites/main.stack.svg#early-praise)
}

.page--press .body__section--early-praise .section__text {
    font-size: 3.1rem
}

.page--press .body__section--early-praise .section__attribution:before {
    content: "";
    border-top: 1px solid #000;
    width: 5rem;
    height: 2rem;
    display: block;
    margin: 0 auto
}

.contacts {
    text-align: center
}

.contact + * {
    margin-top: 7.2rem
}

.contact__heading {
    color: #191919;
    font-family: Merriweather, serif;
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
    font-weight: 300
}

.contact__info {
    display: block;
    position: relative;
    margin-bottom: 1.6rem;
    line-height: 1.4
}

.contact__name {
    display: inline-block;
    color: #191919;
    font-family: proxima-nova, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 1.5rem
}

.contact__name + * {
    margin-left: 1rem
}

.contact__email {
    display: inline-block;
    color: #191919;
    font-family: Merriweather, serif;
    font-size: 1.5rem;
    font-style: italic;
    letter-spacing: .08em;
    line-height: 1.5
}

.contact__email a {
    color: #6bb34c;
    font-family: proxima-nova, sans-serif;
    font-size: 1.7rem;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    will-change: color;
    transition: color .15s cubic-bezier(0.165, .84, .44, 1);
    z-index: 40
}

.contact__email a:hover {
    color: #94d154
}

.contact__button {
    display: inline-block;
    outline: 0 none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-decoration: none;
    text-align: center;
    background: 0 0;
    border: 2px solid #6bb34c;
    color: #6bb34c;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
    text-transform: uppercase;
    padding: 2rem 2.5rem;
    letter-spacing: .13rem;
    border-radius: .3rem;
    cursor: pointer;
    transition: .22s background-color cubic-bezier(0.165, .84, .44, 1);
    margin-right: 2rem;
    margin-bottom: 2rem
}

.contact__button:last-child {
    margin-bottom: 0;
    margin-right: 0
}

.contact__button:hover {
    background-color: #6bb34c;
    color: #fff
}

@media (max-width: 738px) {
    .contact__button {
        margin: 1.5rem 0;
        width: 100%
    }
}

.page--film-subjects .container, .page--film-subjects .footer, .page--film-subjects .infographic {
    display: block;
    position: relative
}

.page--film-subjects .body, .page--film-subjects .section__body {
    padding: 0
}

.page--film-subjects .section__heading {
    font-family: Merriweather, "Times New Roman", Times, serif;
    font-size: 2.8rem;
    margin-bottom: .7rem
}

.page--film-subjects .section__subheading {
    text-align: center;
    line-height: 1.6;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 2rem
}

.page--film-subjects .section__body {
    border-top: 1px solid #ccc;
    padding: 2rem 0
}

.page--film-subjects .section__text {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2
}

.page--film-subjects .section__headshot {
    margin-bottom: 2rem
}

.page--film-subjects .section__headshot > img {
    border-radius: 50%;
    display: block;
    width: 140px;
    height: 140px;
    font-family: "object-fit:cover";
    object-fit: cover;
    margin: 0 auto
}

.page--screenings .hero__content.container, .page--screenings .hero__content.footer, .page--screenings .hero__content.infographic {
    display: block
}

.state__anchor {
    display: block;
    top: -75px;
    position: relative;
    visibility: hidden
}

.state-picker {
    display: block;
    position: relative;
    width: 100%;
    max-width: 80rem;
    margin: 0 auto 6rem
}

.state-picker:before {
    content: "Select a state";
    display: block;
    color: #191919;
    font-family: proxima-nova, sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1.4rem
}

.state-picker__list {
    display: block;
    text-align: center
}

.state-picker__item {
    display: inline-block;
    margin-bottom: 1rem
}

.state-picker__item + * {
    margin-left: 1rem;
    margin-bottom: 1rem
}

.state-picker__link {
    display: block;
    padding: .8rem 0;
    width: 4.4rem;
    color: #fff;
    font-family: proxima-nova, sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #6bb34c;
    border-radius: .2rem;
    border: .2rem solid #6bb34c;
    will-change: color, background;
    transition: color .18s cubic-bezier(0.165, .84, .44, 1), background .18s cubic-bezier(0.165, .84, .44, 1)
}

.state-picker__link:hover {
    color: #6bb34c;
    background-color: transparent
}

.screenings {
    margin-bottom: 8rem
}

.city {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    -ms-flex-flow: row;
    flex-flow: row;
    border-bottom: 1px solid #ccc;
    padding: 3rem 0
}

.city__location {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 1 / 4 - (20px - 20px * 1 / 4))
}

.city__location:nth-child(1n) {
    margin-right: 20px
}

.city__location:last-child {
    margin-right: 0
}

.city__location:nth-child(4n) {
    float: right;
    margin-right: 0
}

.city__city {
    display: block;
    color: #6bb34c;
    font-family: proxima-nova, sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .1em
}

.city__state {
    display: block;
    color: #6bb34c;
    font-family: proxima-nova, sans-serif;
    font-size: 4.4rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em
}

.city__theaters {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 3 / 4 - (20px - 20px * 3 / 4))
}

.city__theaters:nth-child(1n) {
    margin-right: 20px
}

.city__theaters:last-child {
    margin-right: 0
}

.city__theaters:nth-child(4n) {
    float: right;
    margin-right: 0
}

.theater {
    position: relative
}

.theater + * {
    border-top: 1px solid #ccc;
    padding-top: 3rem;
    margin-top: 3rem
}

.theater:first-child .theater__link {
    top: 0
}

@media (max-width: 738px) {
    .theater {
        padding-left: 2rem
    }
}

@media (min-width: 999px) {
    .theater__info {
        padding-right: 22rem
    }
}

.theater__name {
    display: block;
    color: #191919;
    font-family: Merriweather, serif;
    font-size: 2.6rem;
    font-weight: 300;
    margin-bottom: 1.2rem
}

.theater__date, .theater__tickets-available {
    color: #b4b4b4;
    font-family: proxima-nova, sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase
}

.theater__link {
    outline: 0 none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-decoration: none;
    text-align: center;
    background: 0 0;
    border: 2px solid #6bb34c;
    color: #6bb34c;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
    text-transform: uppercase;
    padding: 2rem 2.5rem;
    letter-spacing: .13rem;
    border-radius: .3rem;
    cursor: pointer;
    transition: .22s background-color cubic-bezier(0.165, .84, .44, 1);
    margin-right: 2rem;
    margin-bottom: 2rem
}

.theater__link:last-child {
    margin-bottom: 0;
    margin-right: 0
}

.theater__link:hover {
    background-color: #6bb34c;
    color: #fff
}

@media (max-width: 738px) {
    .theater__link {
        margin: 1.5rem 0;
        width: 100%
    }
}

@media (max-width: 998px) {
    .theater__link {
        display: inline-block;
        margin-top: 2.4rem;
        margin-left: 0
    }
}

@media (min-width: 999px) {
    .theater__link {
        width: 18rem;
        text-align: center;
        position: absolute;
        top: 3rem;
        right: 0
    }
}

.disclaimer {
    display: inline-block;
    color: #191919;
    font-family: Merriweather, serif;
    font-size: 1.5rem;
    letter-spacing: .08em;
    line-height: 1.5;
    max-width: 70rem;
    margin: 0 auto 6rem;
    text-align: center
}

.disclaimer a {
    color: #6bb34c;
    font-family: proxima-nova, sans-serif;
    font-size: 1.3em;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    will-change: color;
    transition: color .15s cubic-bezier(0.165, .84, .44, 1);
    z-index: 40
}

.disclaimer a:hover {
    color: #94d154
}

.disclaimer em {
    font-style: italic
}

.disclaimer p {
    margin-bottom: 1.5rem
}

.page--community-screenings .hero__heading {
    margin-bottom: 6.8rem
}

.page--community-screenings .hero__subheading {
    font-size: 2.4rem
}

.page--community-screenings .hero__copy {
    margin-bottom: 3.4rem
}

.page--community-screenings .hero__copy p {
    font-size: 1.5rem
}

@media (max-width: 738px) {
    .page--community-screenings .hero iframe {
        display: none
    }
}

@media (min-width: 999px) {
    .page--community-screenings .hero__content {
        padding-bottom: 6rem
    }
}

.page--group-tickets .hero__content.container, .page--group-tickets .hero__content.footer, .page--group-tickets .hero__content.infographic {
    display: block
}

.page--group-tickets .contact {
    text-align: center;
    margin: 0 auto
}

.page--distribution-partners .body > .container, .page--distribution-partners .body > .footer, .page--distribution-partners .body > .infographic {
    display: block
}

.page--distribution-partners .body__section:first-child {
    margin-top: 0
}

.page--distribution-partners .section__image {
    width: 35%;
    margin: 0 auto;
    margin-bottom: 5.6rem
}

@media (max-width: 998px) {
    .page--distribution-partners .section__image {
        width: 75%
    }
}

.page--distribution-partners .section__text {
    font-size: 1.5rem;
    line-height: 1.95;
    font-weight: 400
}

.page--outreach-partners .body {
    padding: 4rem 0 6rem
}

.page--outreach-partners .body .container, .page--outreach-partners .body .footer, .page--outreach-partners .body .infographic {
    display: block;
    position: relative
}

.page--outreach-partners .body__section {
    margin-top: 0
}

.page--outreach-partners [class^=section__grid] {
    height: 100%
}

.page--outreach-partners .section__link {
    display: block;
    max-width: 200px
}

.page--outreach-partners .section__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.page--404 .hero__content.container, .page--404 .hero__content.footer, .page--404 .hero__content.infographic {
    display: block;
    padding-bottom: 12rem
}

.page--404 .hero__content.container p > a, .page--404 .hero__content.footer p > a, .page--404 .hero__content.infographic p > a {
    color: #6bb34c;
    font-family: proxima-nova, sans-serif;
    font-size: 1.2em;
    font-weight: 600;
    text-decoration: none;
    will-change: color;
    transition: color .15s cubic-bezier(0.165, .84, .44, 1)
}

.page--404 .hero__content.container p > a:hover, .page--404 .hero__content.footer p > a:hover, .page--404 .hero__content.infographic p > a:hover {
    color: #94d154
}

.page--instagram .instagram-media p {
    height: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important
}

.page--instagram .hero__heading {
    font-size: 5.2rem;
    font-weight: 700;
    letter-spacing: .3rem
}

@media (max-width: 738px) {
    .page--instagram .hero__heading {
        font-size: 3rem
    }
}

.page--instagram .hero__background {
    overflow: hidden
}

.page--instagram .hero__background video {
    width: 100%;
    height: 100%;
    font-family: "object-fit:cover";
    object-fit: cover
}

.page--instagram .body {
    padding: 0
}

.page--instagram .body__section {
    margin-top: 0
}

.page--instagram .section__photo {
    width: 100%
}

.page--instagram .section__grid--three .section__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background: #000;
    height: 30rem;
    width: 30rem;
    margin-right: .5rem;
    margin-bottom: .5rem;
    margin-left: 0
}

@media (max-width: 738px) {
    .page--instagram .section__grid--three .section__item {
        height: calc(100vw - 4rem);
        width: 100%
    }
}

.page--instagram .section__grid--three .section__item a {
    display: block
}

.page--instagram .steps {
    max-width: 130rem;
    margin: 0 auto 6rem
}

.page--instagram .steps ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

@media (max-width: 998px) {
    .page--instagram .steps ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }
}

.page--instagram .steps li {
    -ms-flex: 1;
    flex: 1;
    padding: 0 4rem
}

.page--instagram .steps li:nth-child(2) {
    border-left-width: 1px;
    border-right-width: 1px;
    border-color: #ccc;
    border-style: solid
}

@media (max-width: 998px) {
    .page--instagram .steps li {
        padding: 4rem
    }
}

.page--instagram .steps h3 {
    text-align: center;
    color: inherit;
    font-family: proxima-nova, Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.6;
    text-transform: uppercase;
    letter-spacing: .13rem
}

@media (max-width: 940px) {
    .page--instagram .steps h3 {
        font-size: 2.2rem;
        margin: 0 auto 1.6rem;
        text-align: center
    }
}

@media (min-width: 941px) {
    .page--instagram .steps h3 {
        font-size: 3.2rem;
        margin-bottom: 2rem
    }
}

.page--instagram .steps svg {
    display: block;
    height: 5rem;
    width: 5rem;
    margin: 2rem auto
}

.page--instagram .steps p {
    color: #191919;
    font-family: Merriweather, "Times New Roman", Times, serif;
    font-weight: 300;
    font-size: 1.7rem;
    line-height: 1.7
}

.page--instagram .steps p figure, .page--instagram .steps p h1, .page--instagram .steps p h2, .page--instagram .steps p h3, .page--instagram .steps p h4, .page--instagram .steps p h5, .page--instagram .steps p h6, .page--instagram .steps p ol, .page--instagram .steps p p, .page--instagram .steps p ul {
    margin-bottom: 2rem
}

.page--instagram .steps p strong {
    font-weight: 700
}

.page--instagram .steps p em {
    font-style: italic
}

.page--instagram .steps p a {
    color: #6bb34c;
    font-weight: 700
}

.page--instagram .steps p a:hover {
    color: #6bb34c;
    font-weight: 700;
    text-decoration: underline
}

.page--instagram .steps p a:visited {
    color: #6bb34c
}

.page--instagram .steps p ol li, .page--instagram .steps p ul li {
    line-height: 1.56;
    padding-left: 4.2rem;
    text-indent: -.7rem
}

.page--instagram .steps p ol li:before, .page--instagram .steps p ul li:before {
    color: #000;
    margin-right: 1.1rem
}

.page--instagram .steps p ul li:before {
    content: "• "
}

.page--instagram .steps p ol {
    counter-reset: section
}

.page--instagram .steps p ol li:before {
    counter-increment: section;
    content: counters(section, ".") " ";
    color: #000
}

.page--instagram .visit-us {
    margin-bottom: 0
}

@media (min-width: 999px) {
    .page--post .page-content .container, .page--post .page-content .footer, .page--post .page-content .infographic {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        max-width: 720px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 1295px) {
    .page--post .page-content .container, .page--post .page-content .footer, .page--post .page-content .infographic {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        max-width: 976px;
        margin-left: auto;
        margin-right: auto
    }
}
