.container {
    margin-left: 20px;
    margin-right: 20px;
    position: relative
}

@media only screen and (min-width:500px) {
    .container {
        margin-left: auto;
        margin-right: auto;
        max-width: 460px
    }
}

@media only screen and (max-width:767px) {
    .container.container--nav {
        margin-left: 20px;
        margin-right: 20px;
        max-width: none
    }
}

@media only screen and (min-width:768px) {
    .container {
        margin-left: 20px;
        margin-right: 20px;
        max-width: 1248px
    }
}

@media only screen and (min-width:1024px) {
    .container {
        margin-left: 30px;
        margin-right: 30px;
        max-width: 1248px
    }
}

@media only screen and (min-width:1308px) {
    .container {
        margin-left: auto;
        margin-right: auto
    }
}
.site-header {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 105
}

.site-header__inner {
    position: relative;
    z-index: 2;
    padding: 1rem 0
}

@media only screen and (min-width:560px) {
    .site-header__inner {
        padding: 1.6rem 0
    }
}

@media only screen and (min-width:1088px) {
    .site-header__inner {
        padding: 2.6rem 0
    }
}

@media only screen and (min-width:1146px) {
    .site-header__inner {
        padding: 3.2rem 0
    }
}

.site-header__logo {
    position: absolute;
    top: 20%;
    left: -10px;
    width: 10.5rem
}

@media only screen and (min-width:560px) {
    .site-header__logo {
        left: 0;
        width: 14rem
    }
}

@media only screen and (min-width:960px) {
    .site-header__logo {
        width: 16rem
    }
}

@media only screen and (min-width:1088px) {
    .site-header__logo {
        width: 19rem
    }
}

@media only screen and (min-width:1146px) {
    .site-header__logo {
        width: 21rem
    }
}

.site-header__logo img {
    display: block;
    width: 100%
}

.site-header__sign-up {
    display: block;
    position: relative;
    padding: .5rem 1.8rem .7rem;
    color: #fff;
    font-size: 1.7rem;
    font-weight: 400;
    position: absolute;
    top: 1.6rem;
    right: 30px;
    z-index: 3;
    margin-right: 6rem
}

@media only screen and (min-width:560px) {
    .site-header__sign-up {
        padding: .7rem 2rem .9rem;
        font-size: 1.8rem
    }
}

@media only screen and (min-width:1088px) {
    .site-header__sign-up {
        font-size: 2rem
    }
}

@media only screen and (min-width:1088px) {
    .site-header__sign-up {
        top: 2.6rem
    }
}

@media only screen and (min-width:1146px) {
    .site-header__sign-up {
        top: 3.2rem
    }
}

@media only screen and (max-width:909px) {
    .site-header__sign-up {
        display: none
    }
}

.site-header__sign-up i {
    display: block;
    position: absolute;
    top: 50%;
    left: 100%;
    width: 6rem;
    height: 5.2rem;
    font-size: 6rem;
    margin-top: -2.6rem;
    line-height: 0
}

.site-header__sign-up:not(.current):focus i,
.site-header__sign-up:not(.current):hover i {
    -webkit-animation: infuse .8s;
    animation: infuse .8s
}

.site-header__sign-up.current {
    padding-right: 1rem;
    background-color: rgba(34, 34, 34, .2);
    border-radius: 2.3rem 0 0 2.3rem
}

.site-header__sign-up.current i {
    margin-top: -2.3rem;
    height: 4.6rem;
    font-size: 5rem;
    background-color: rgba(34, 34, 34, .2);
    border-radius: 0 2.3rem 2.3rem 0
}

@-webkit-keyframes infuse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -3deg)
    }

    95% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 0);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 0)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes infuse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -3deg)
    }

    95% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 0);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 0)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.site-header__background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #e7352a;
    transition: background-color .6s cubic-bezier(.365, .005, .355, 1)
}

.site-header__background--original,
.site-header__background--red {
    background: #e7352a
}

.site-header__background--gold {
    background: #b29b4b
}

.site-header__background--decaf {
    background: #0064c8
}

.site-header__background--hard-water {
    background: #1f9739
}

.site-header__background--breakfast {
    background: #eeae2e
}

.site-header__background--breaktime {
    background: #b9c43e
}

.site-header__background--bedtime {
    background: #9ec6de
}

.site-header__background--biscuit {
    background: #e87722
}

.site-header__overlay {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 110vh;
    background: rgba(34, 34, 34, .8)
}

.primary-nav {
    visibility: hidden;
    display: block;
    padding-left: 10.5rem;
    font-size: 0;
    text-align: right
}

@media only screen and (min-width:560px) {
    .primary-nav {
        padding-left: 16rem
    }
}

@media only screen and (min-width:960px) {
    .primary-nav {
        padding-left: 18rem
    }
}

@media only screen and (min-width:1088px) {
    .primary-nav {
        padding-left: 22rem
    }
}

@media only screen and (min-width:1146px) {
    .primary-nav {
        padding-left: 28rem
    }
}

.site-header--sign-up-large .primary-nav {
    text-align: left
}

.primary-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    position: relative;
    white-space: nowrap
}

.primary-nav__item {
    display: inline-block
}

@media only screen and (min-width:560px) {
    .primary-nav__item {
        margin: 0 .1rem
    }
}

@media only screen and (min-width:1088px) {
    .primary-nav__item {
        margin: 0 .2rem
    }
}

.primary-nav__item>a {
    display: block;
    position: relative;
    padding: .5rem 1.8rem .7rem;
    color: #fff;
    font-size: 1.7rem;
    font-weight: 400;
    border-radius: 2.3rem;
    transition: background-color .1s cubic-bezier(.23, 1, .32, 1)
}

@media only screen and (min-width:560px) {
    .primary-nav__item>a {
        padding: .7rem 2rem .9rem;
        font-size: 1.8rem
    }
}

@media only screen and (min-width:1088px) {
    .primary-nav__item>a {
        font-size: 2rem
    }
}

.primary-nav__item>a:focus,
.primary-nav__item>a:hover {
    background-color: rgba(34, 34, 34, .15)
}

.primary-nav__item>a.current,
.primary-nav__item>a:active {
    background-color: rgba(34, 34, 34, .2)
}

@media only screen and (min-width:768px) {
    .no-touchevents .primary-nav__item>a.has-dropdown {
        position: relative;
        padding-right: 3rem
    }

    .no-touchevents .primary-nav__item>a.has-dropdown::after {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #fff;
        margin-top: -2px;
        top: 50%;
        right: 1.5rem
    }
}

.primary-nav__item--dropdown-open {
    position: relative
}

.primary-nav__item--dropdown-open>a {
    background-color: rgba(34, 34, 34, .15)
}

.primary-nav__overflow {
    margin: 0;
    padding: 0;
    list-style: none;
    visibility: hidden;
    position: absolute;
    top: 100%;
    right: -10px;
    z-index: 3;
    padding: .8rem .5rem;
    background: #fff;
    box-shadow: .2rem .2rem rgba(34, 34, 34, .1);
    border-radius: .6rem;
    font-size: 1.6rem;
    text-align: left
}

.primary-nav__overflow::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    margin-bottom: -3px;
    right: 14px;
    bottom: 100%
}

@media only screen and (min-width:560px) {
    .primary-nav__overflow {
        font-size: 1.8rem
    }
}

@media only screen and (min-width:1088px) {
    .primary-nav__overflow {
        font-size: 2rem
    }
}

.primary-nav__overflow li {
    margin-bottom: .2rem
}

.primary-nav__overflow li:last-child {
    margin-bottom: 0
}

.primary-nav__overflow a {
    display: block;
    padding: .2rem 1.5rem;
    color: #e7352a
}

.primary-nav__overflow-wrapper {
    display: none
}

.primary-nav__overflow-toggle {
    display: block;
    position: relative;
    padding: .5rem 42px .7rem 1.8rem;
    margin-right: -10px;
    color: #fff;
    font-size: 1.7rem;
    font-weight: 400
}

@media only screen and (min-width:560px) {
    .primary-nav__overflow-toggle {
        padding: .7rem 42px .9rem 2rem;
        font-size: 1.8rem
    }
}

@media only screen and (min-width:1088px) {
    .primary-nav__overflow-toggle {
        font-size: 2rem
    }
}

.primary-nav__overflow-toggle--active+ul {
    visibility: visible
}

.primary-nav-dropdown {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 0;
    background: #fff;
    box-shadow: 0 .2rem 1rem rgba(34, 34, 34, .2)
}

.primary-nav__list .primary-nav-dropdown {
    display: none
}

.primary-nav-dropdown__image {
    text-align: right
}

.primary-nav-dropdown__image img {
    display: inline-block;
    max-width: 90%;
    margin: 5%;
    vertical-align: top
}

.primary-nav-dropdown__details {
    padding-top: 1rem
}

.primary-nav-dropdown__details h2 {
    margin-bottom: .3em
}

.primary-nav-dropdown__details p {
    margin-right: 2rem
}

.primary-nav-dropdown__list {
    padding-top: 1rem
}

.primary-nav-dropdown__list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 2rem
}

.primary-nav-dropdown__list a {
    display: block;
    position: relative;
    line-height: 1.2;
    padding-right: 1rem;
    padding-top: .6rem;
    padding-bottom: .6rem
}

@media only screen and (min-width:1248px) {
    .primary-nav-dropdown__list a {
        font-size: 2.2rem
    }
}

.primary-nav-dropdown__list a::before {
    position: absolute;
    top: 50%;
    left: 100%;
    line-height: 1em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 120%;
    transition: left .2s cubic-bezier(.23, 1, .32, 1)
}

.primary-nav-dropdown__list a:hover::before {
    left: 102%
}

.site-footer {
    position: relative;
    z-index: 2;
    font-family: "effra-n4", "effra", Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #fff;
    background: #222;
    font-size: 1.6rem
}

.site-footer p {
    color: #fff;
}

@media only screen and (max-width:1023px) {
    .site-footer {
        text-align: center
    }
}

@media only screen and (max-width:1023px) {
    .site-footer .container {
        padding-bottom: 2rem
    }
}

@media only screen and (min-width:1024px) {
    .site-footer .container {
        padding-top: 8rem;
        padding-bottom: 8rem
    }
}


.site-footer .column {
    position: relative;
    float: left;
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

@media only screen and (max-width:1023px) {
    .site-footer .column {
        margin-bottom: 2rem
    }
}




@media only screen and (min-width: 480px) {
    .site-footer .phone-wide-12 {
        width: 50%;
    }
   .site-footer .phone-wide-24 {
        width: 100%;
    }
}


@media only screen and (min-width: 1024px) {
   .site-footer  .tablet-wide-6 {
        width: 25%;
    }

   .site-footer  .tablet-wide-push-5 {
        left: 20.83333%;
    }

   .site-footer  .tablet-wide-push-6 {
        left: 25%;
    }
}

.site-footer h2 {
    color: #fff
}

.site-footer ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.site-footer ul li {
    margin: 0
}

.site-footer__logo {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 40%;
    max-width: 17rem
}

@media only screen and (max-width:1023px) {
    .site-footer__logo {
        width: 30%;
        -webkit-transform: translateY(-32%);
        -ms-transform: translateY(-32%);
        transform: translateY(-32%)
    }
}

@media only screen and (min-width:1024px) {
    .site-footer__logo {
        margin-top: 8rem;
        position: absolute;
        top: 0;
        left: 0
    }
}

.site-footer__logo img {
    display: block;
    width: 100%
}

.site-footer__quick-links a {
    color: #d5e1eb
}

.site-footer__quick-links a:hover {
    color: #fff
}

.site-footer__copyright {
    padding-bottom: 3rem;
    margin: 0;
    font-size: 1.2rem;
    text-align: center;
    color: #4f5357
}

@font-face {
    font-family: "yorkshire-tea";
    src: url("/assets/static/fonts/yorkshire-tea.eot");
    src: url("/assets/static/fonts/yorkshire-tea.eot?#iefix") format("embedded-opentype"),
        url("/assets/static/fonts/yorkshire-tea.woff") format("woff"),
        url("/assets/static/fonts/yorkshire-tea.ttf") format("truetype"),
        url("/assets/static/fonts/yorkshire-tea.svg#yorkshire-tea") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.social-icon {
    display: block;
    position: relative;
    width: 6rem;
    height: 6rem;
    overflow: hidden;
    font-family: yorkshire-tea !important;
    color: #fff;
}

    .social-icon::before {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 1;
        font-size: 3.2rem;
        font-family: 'yorkshire-tea' !important;
        line-height: 1em;
        -webkit-transform: translate(-50%, -50%) scale(.8);
        -ms-transform: translate(-50%, -50%) scale(.8);
        transform: translate(-50%, -50%) scale(.8);
        transition: -webkit-transform .3s cubic-bezier(.175, .885, .32, 1.275);
        transition: transform .3s cubic-bezier(.175, .885, .32, 1.275);
        transition: transform .3s cubic-bezier(.175, .885, .32, 1.275),
        -webkit-transform .3s cubic-bezier(.175, .885, .32, 1.275);
    }

    .social-icon::after {
        content: "";
        display: block;
        position: absolute;
        top: -30%;
        left: -30%;
        z-index: 0;
        width: 160%;
        height: 160%;
        border-radius: 50%;
        background: rgba(255,255,255, .1);
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        transition: -webkit-transform .3s cubic-bezier(.215, .61, .355, 1);
        transition: transform .3s cubic-bezier(.215, .61, .355, 1);
        transition: transform .3s cubic-bezier(.215, .61, .355, 1),
        -webkit-transform .3s cubic-bezier(.215, .61, .355, 1);
    }

    .social-icon .no-touchevents:hover::after {
            transform: scale(1);
    }
    .social-icon .no-touchevents:hover::before {
        transform: translate(-50%, -50%) scale(1);
    }

     .social-icon span {
        display: none;
    }

    .social-icon--facebook {
        background: #3b5998;
    }

    .social-icon--twitter {
        background: #55acee;
    }

    .social-icon--instagram {
        background: #085885;
    }

    .social-icon--youtube {
        background: #b31217;
    }

    .social-icons li {
        display: inline-block;
    }

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


@import url("//hello.myfonts.net/count/2d7b19");
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,400italic);


.what-were-doing .imagery .kenya,
.map__swap-trigger {
    position: relative;
    min-width: 12rem;
    background: url("https://d26xiysqbps0f2.cloudfront.net/production/assets/img/map/kenya-bg.png");
    background-size: 100% 100%
}

.what-were-doing .imagery .kenya:before,
.map__swap-trigger:before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-top: 99.5305164319%
}

.what-were-doing .imagery .kenya .compass,
.map__swap-trigger .compass {
    top: 7%;
    left: 1%;
    width: 37.558685446%;
    background: url("https://d26xiysqbps0f2.cloudfront.net/production/assets/img/map/kenya-compass.png")
}

.what-were-doing .imagery .kenya .compass:before,
.map__swap-trigger .compass:before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-top: 108.75%
}

.what-were-doing .imagery .kenya .compass__text,
.map__swap-trigger .compass__text {
    top: 3%;
    right: 0;
    width: 46.948356808%;
    background: url("https://d26xiysqbps0f2.cloudfront.net/production/assets/img/map/kenya-text.png")
}

.what-were-doing .imagery .kenya .compass__text:before,
.map__swap-trigger .compass__text:before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-top: 78%
}

.what-were-doing .imagery .kenya i,
.map__swap-trigger i {
    top: 28%;
    left: 41.25%;
    width: 17.5%;
    background: url("https://d26xiysqbps0f2.cloudfront.net/production/assets/img/map/kenya-compass-pin.png")
}

.what-were-doing .imagery .kenya i:before,
.map__swap-trigger i:before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-top: 271.428571429%
}

.what-were-doing .imagery .kenya i,
.map__swap-trigger i,
.what-were-doing .imagery .kenya .compass,
.map__swap-trigger .compass,
.what-were-doing .imagery .kenya .compass__text,
.map__swap-trigger .compass__text {
    position: absolute;
    background-size: 100% 100%
}

.no-touchevents .site-nav li a:after,
.message-wall-item .post-image img,
.message-wall-item.article-block .image,
.message-wall-item.tweet-block .post-image,
.message-wall-item.youtube-block .post-image,
.our-pledge .background span,
.around-the-world .outro img,
.around-the-world li p,
.discovering-tea .image img,
.what-were-doing .imagery .image img,
.activity-sheets-list>.gruffalo-footprint .preview img,
.game-wrapper,
.map-intro .seed-packs p,
.news-article-image img,
.school-intro-image,
.kenya-intro-image,
.videos .video-container img,
.video-list .video {
    -webkit-mask-image: url(/assets/img/misc/edge-mask.png);
    mask-image: url(/assets/img/misc/edge-mask.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%
}

.message-wall-item .top-icon,
.videos .top-icon,
.video-list .thumbnail img {
    -webkit-mask-image: url(/assets/img/misc/edge-mask-small.png);
    mask-image: url(/assets/img/misc/edge-mask-small.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%
}

.article-popup>.inner,
.kenya-popup>.inner,
.our-pledge .text .inner,
.a-million-new-trees .text,
.map-intro-wrapper,
.map-intro .inner {
    padding: 1.4rem
}

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

    .article-popup>.inner,
    .kenya-popup>.inner,
    .our-pledge .text .inner,
    .a-million-new-trees .text,
    .map-intro-wrapper,
    .map-intro .inner {
        padding: 3rem
    }
}

.message-wall-item.article-block .content,
.message-wall-loading span,
.around-the-world .intro .inner,
.around-the-world .outro>.inner {
    padding: 1.4rem
}

.cf:before,
.row:before,
[class*='-block-grid-']:before,
.site-nav:before,
.our-pledge:before,
.in-partnership:before,
.around-the-world:before,
.activity-sheets-list:before,
.activities:before,
.videos .videos-inner:before,
.cf:after,
.row:after,
[class*='-block-grid-']:after,
.site-nav:after,
.our-pledge:after,
.in-partnership:after,
.around-the-world:after,
.activity-sheets-list:after,
.activities:after,
.videos .videos-inner:after {
    content: '';
    display: table
}

.cf:after,
.row:after,
[class*='-block-grid-']:after,
.site-nav:after,
.our-pledge:after,
.in-partnership:after,
.around-the-world:after,
.activity-sheets-list:after,
.activities:after,
.videos .videos-inner:after {
    clear: both
}

.lt-ie8 .cf,
.lt-ie8 .row,
.lt-ie8 [class*='-block-grid-'],
.lt-ie8 .site-nav,
.lt-ie8 .our-pledge,
.lt-ie8 .in-partnership,
.lt-ie8 .around-the-world,
.lt-ie8 .activity-sheets-list,
.lt-ie8 .activities,
.lt-ie8 .videos .videos-inner,
.videos .lt-ie8 .videos-inner {
    zoom: 1
}

[class*='-block-grid-'],
.site-nav ul,
.social-links,
.in-partnership,
.around-the-world ul,
.activity-sheets-list,
.video-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.site-logo,
.scroll-for-more,
.site-background,
.mfp-grow.mfp-bg,
.mfp-grow.mfp-wrap .mfp-content,
.message-wall-header .intro-text,
.message-wall-header .play-video,
.yorkshire-tree-logo,
.around-the-world .line,
.map-transition,
.controls span,
.map,
.poi,
.map-intro-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.button-yellow,
form button,
.button-small-orange,
.button-small-yellow,
.button-small-grey,
.controls {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

body,
.site-nav li a,
.social-links a,
.mfp-close:after,
.poi .tooltip {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.hide-text,
.mfp-preloader,
.mfp-close,
.yorkshire-tree-logo span,
.around-the-world li h2 {
    text-indent: 200%;
    text-align: left;
    font-size: 0;
    white-space: nowrap;
    overflow: hidden
}

.article-popup>.inner>*:first-child,
.kenya-popup>.inner>*:first-child,
.message-wall-item.fact-block .inner>*:first-child,
.message-wall-item.article-block .content>*:first-child,
.our-pledge .text .inner>*:first-child,
.around-the-world .intro .inner>*:first-child,
.around-the-world .outro>.inner>*:first-child,
.what-were-doing .panel>.inner>*:first-child,
.activity-sheets>.inner>*:first-child,
.activity-sheets-header>*:first-child,
.vanishing-wood-game>.inner>*:first-child,
.a-million-new-trees .text>*:first-child,
.map-intro .inner>*:first-child,
.news-article-content>*:first-child {
    margin-top: 0
}

.article-popup>.inner>*:last-child,
.kenya-popup>.inner>*:last-child,
.message-wall-item.fact-block .inner>*:last-child,
.message-wall-item.article-block .content>*:last-child,
.our-pledge .text .inner>*:last-child,
.around-the-world .intro .inner>*:last-child,
.around-the-world .outro>.inner>*:last-child,
.what-were-doing .panel>.inner>*:last-child,
.activity-sheets>.inner>*:last-child,
.activity-sheets-header>*:last-child,
.vanishing-wood-game>.inner>*:last-child,
.a-million-new-trees .text>*:last-child,
.map-intro .inner>*:last-child,
.news-article-content>*:last-child {
    margin-bottom: 0
}

.white-block,
.white-popup,
.message-wall-item,
.our-pledge .text,
.our-pledge .background,
.in-partnership .block,
.around-the-world .intro .panel,
.around-the-world .outro,
.around-the-world .outro .image,
.around-the-world .thumbnail,
.discovering-tea,
.carbon-neutral,
.discovering-tea .image,
.carbon-neutral .image,
.what-were-doing .panel,
.what-were-doing .imagery .image,
.activity-sheets,
.activity-sheets-list>.gruffalo-footprint .preview,
.activity-sheets-list>.gruffalo-footprint .info,
.a-million-new-trees,
.a-million-new-trees .video-thumbnail,
.four-oh-four,
.news-article-image,
.videos,
.videos .video-container {
    box-sizing: border-box;
    display: block;
    position: relative;
    margin: 10px;
    background: #fff;
    box-shadow: 0 0 22px 6px rgba(0, 0, 0, 0.8)
}

.white-block>.inner,
.white-popup>.inner,
.message-wall-item>.inner,
.our-pledge .text>.inner,
.our-pledge .background>.inner,
.in-partnership .block>.inner,
.around-the-world .intro .panel>.inner,
.around-the-world .outro>.inner,
.around-the-world .outro .image>.inner,
.around-the-world .thumbnail>.inner,
.discovering-tea>.inner,
.carbon-neutral>.inner,
.discovering-tea .image>.inner,
.carbon-neutral .image>.inner,
.what-were-doing .panel>.inner,
.what-were-doing .imagery .image>.inner,
.activity-sheets>.inner,
.activity-sheets-list>.gruffalo-footprint .preview>.inner,
.activity-sheets-list>.gruffalo-footprint .info>.inner,
.a-million-new-trees>.inner,
.a-million-new-trees .video-thumbnail>.inner,
.four-oh-four>.inner,
.news-article-image>.inner,
.videos>.inner,
.videos .video-container>.inner {
    position: relative;
    z-index: 2
}

.white-block>.inner:before,
.white-popup>.inner:before,
.message-wall-item>.inner:before,
.our-pledge .text>.inner:before,
.our-pledge .background>.inner:before,
.in-partnership .block>.inner:before,
.around-the-world .intro .panel>.inner:before,
.around-the-world .outro>.inner:before,
.around-the-world .outro .image>.inner:before,
.around-the-world .thumbnail>.inner:before,
.discovering-tea>.inner:before,
.carbon-neutral>.inner:before,
.discovering-tea .image>.inner:before,
.carbon-neutral .image>.inner:before,
.what-were-doing .panel>.inner:before,
.what-were-doing .imagery .image>.inner:before,
.activity-sheets>.inner:before,
.activity-sheets-list>.gruffalo-footprint .preview>.inner:before,
.activity-sheets-list>.gruffalo-footprint .info>.inner:before,
.a-million-new-trees>.inner:before,
.a-million-new-trees .video-thumbnail>.inner:before,
.four-oh-four>.inner:before,
.news-article-image>.inner:before,
.videos>.inner:before,
.videos .video-container>.inner:before,
.white-block>.inner:after,
.white-popup>.inner:after,
.message-wall-item>.inner:after,
.our-pledge .text>.inner:after,
.our-pledge .background>.inner:after,
.in-partnership .block>.inner:after,
.around-the-world .intro .panel>.inner:after,
.around-the-world .outro>.inner:after,
.around-the-world .outro .image>.inner:after,
.around-the-world .thumbnail>.inner:after,
.discovering-tea>.inner:after,
.carbon-neutral>.inner:after,
.discovering-tea .image>.inner:after,
.carbon-neutral .image>.inner:after,
.what-were-doing .panel>.inner:after,
.what-were-doing .imagery .image>.inner:after,
.activity-sheets>.inner:after,
.activity-sheets-list>.gruffalo-footprint .preview>.inner:after,
.activity-sheets-list>.gruffalo-footprint .info>.inner:after,
.a-million-new-trees>.inner:after,
.a-million-new-trees .video-thumbnail>.inner:after,
.four-oh-four>.inner:after,
.news-article-image>.inner:after,
.videos>.inner:after,
.videos .video-container>.inner:after {
    content: "";
    display: block;
    position: absolute;
    height: 15px;
    background-image: url(/assets/img/blocks/corners.png), url(/assets/img/blocks/corners.png);
    background-size: 30px 30px, 30px 30px;
    background-repeat: no-repeat
}

.white-block>.inner:before,
.white-popup>.inner:before,
.message-wall-item>.inner:before,
.our-pledge .text>.inner:before,
.our-pledge .background>.inner:before,
.in-partnership .block>.inner:before,
.around-the-world .intro .panel>.inner:before,
.around-the-world .outro>.inner:before,
.around-the-world .outro .image>.inner:before,
.around-the-world .thumbnail>.inner:before,
.discovering-tea>.inner:before,
.carbon-neutral>.inner:before,
.discovering-tea .image>.inner:before,
.carbon-neutral .image>.inner:before,
.what-were-doing .panel>.inner:before,
.what-were-doing .imagery .image>.inner:before,
.activity-sheets>.inner:before,
.activity-sheets-list>.gruffalo-footprint .preview>.inner:before,
.activity-sheets-list>.gruffalo-footprint .info>.inner:before,
.a-million-new-trees>.inner:before,
.a-million-new-trees .video-thumbnail>.inner:before,
.four-oh-four>.inner:before,
.news-article-image>.inner:before,
.videos>.inner:before,
.videos .video-container>.inner:before {
    top: -9px;
    right: -9px;
    left: -9px;
    background-position: left -15px top -15px, right -15px top -15px
}

.white-block>.inner:after,
.white-popup>.inner:after,
.message-wall-item>.inner:after,
.our-pledge .text>.inner:after,
.our-pledge .background>.inner:after,
.in-partnership .block>.inner:after,
.around-the-world .intro .panel>.inner:after,
.around-the-world .outro>.inner:after,
.around-the-world .outro .image>.inner:after,
.around-the-world .thumbnail>.inner:after,
.discovering-tea>.inner:after,
.carbon-neutral>.inner:after,
.discovering-tea .image>.inner:after,
.carbon-neutral .image>.inner:after,
.what-were-doing .panel>.inner:after,
.what-were-doing .imagery .image>.inner:after,
.activity-sheets>.inner:after,
.activity-sheets-list>.gruffalo-footprint .preview>.inner:after,
.activity-sheets-list>.gruffalo-footprint .info>.inner:after,
.a-million-new-trees>.inner:after,
.a-million-new-trees .video-thumbnail>.inner:after,
.four-oh-four>.inner:after,
.news-article-image>.inner:after,
.videos>.inner:after,
.videos .video-container>.inner:after {
    right: -9px;
    bottom: -9px;
    left: -9px;
    background-position: left -15px bottom -15px, right -15px bottom -15px
}

.white-block:before,
.white-popup:before,
.message-wall-item:before,
.our-pledge .text:before,
.our-pledge .background:before,
.in-partnership .block:before,
.around-the-world .intro .panel:before,
.around-the-world .outro:before,
.around-the-world .outro .image:before,
.around-the-world .thumbnail:before,
.discovering-tea:before,
.carbon-neutral:before,
.discovering-tea .image:before,
.carbon-neutral .image:before,
.what-were-doing .panel:before,
.what-were-doing .imagery .image:before,
.activity-sheets:before,
.activity-sheets-list>.gruffalo-footprint .preview:before,
.activity-sheets-list>.gruffalo-footprint .info:before,
.a-million-new-trees:before,
.a-million-new-trees .video-thumbnail:before,
.four-oh-four:before,
.news-article-image:before,
.videos:before,
.videos .video-container:before,
.white-block:after,
.white-popup:after,
.message-wall-item:after,
.our-pledge .text:after,
.our-pledge .background:after,
.in-partnership .block:after,
.around-the-world .intro .panel:after,
.around-the-world .outro:after,
.around-the-world .outro .image:after,
.around-the-world .thumbnail:after,
.discovering-tea:after,
.carbon-neutral:after,
.discovering-tea .image:after,
.carbon-neutral .image:after,
.what-were-doing .panel:after,
.what-were-doing .imagery .image:after,
.activity-sheets:after,
.activity-sheets-list>.gruffalo-footprint .preview:after,
.activity-sheets-list>.gruffalo-footprint .info:after,
.a-million-new-trees:after,
.a-million-new-trees .video-thumbnail:after,
.four-oh-four:after,
.news-article-image:after,
.videos:after,
.videos .video-container:after {
    content: "";
    display: block;
    position: absolute
}

.white-block:before,
.white-popup:before,
.message-wall-item:before,
.our-pledge .text:before,
.our-pledge .background:before,
.in-partnership .block:before,
.around-the-world .intro .panel:before,
.around-the-world .outro:before,
.around-the-world .outro .image:before,
.around-the-world .thumbnail:before,
.discovering-tea:before,
.carbon-neutral:before,
.discovering-tea .image:before,
.carbon-neutral .image:before,
.what-were-doing .panel:before,
.what-were-doing .imagery .image:before,
.activity-sheets:before,
.activity-sheets-list>.gruffalo-footprint .preview:before,
.activity-sheets-list>.gruffalo-footprint .info:before,
.a-million-new-trees:before,
.a-million-new-trees .video-thumbnail:before,
.four-oh-four:before,
.news-article-image:before,
.videos:before,
.videos .video-container:before {
    top: -9px;
    right: -5px;
    bottom: -9px;
    left: -5px;
    z-index: 0;
    background: url(/assets/img/blocks/top-bottom.png) top -10px left 0 repeat-x, url(/assets/img/blocks/top-bottom.png) bottom -10px left 0 repeat-x;
    background-size: 370px 20px, 370px 20px
}

.white-block:after,
.white-popup:after,
.message-wall-item:after,
.our-pledge .text:after,
.our-pledge .background:after,
.in-partnership .block:after,
.around-the-world .intro .panel:after,
.around-the-world .outro:after,
.around-the-world .outro .image:after,
.around-the-world .thumbnail:after,
.discovering-tea:after,
.carbon-neutral:after,
.discovering-tea .image:after,
.carbon-neutral .image:after,
.what-were-doing .panel:after,
.what-were-doing .imagery .image:after,
.activity-sheets:after,
.activity-sheets-list>.gruffalo-footprint .preview:after,
.activity-sheets-list>.gruffalo-footprint .info:after,
.a-million-new-trees:after,
.a-million-new-trees .video-thumbnail:after,
.four-oh-four:after,
.news-article-image:after,
.videos:after,
.videos .video-container:after {
    top: -5px;
    right: -9px;
    bottom: -5px;
    left: -9px;
    z-index: 1;
    background: url(/assets/img/blocks/left-right.png) top 0 left -10px repeat-y, url(/assets/img/blocks/left-right.png) top 0 right -10px repeat-y;
    background-size: 20px 370px, 20px 370px
}

/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

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

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

script {
    display: none !important
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    padding: 0;
    margin: 0
}

a {
    background: transparent
}

a:focus {
    outline: none
}

a:active,
a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

hr {
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C""\201D""\2018""\2019"
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0;
    max-width: 100%
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: none;
    margin: 0;
    padding: 0
}

legend {
    border: 0;
    padding: 0
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

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

@-webkit-keyframes cloud {

    0%,
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }

    50% {
        -webkit-transform: translateX(200%);
        transform: translateX(200%);
        opacity: 1
    }

    51% {
        -webkit-transform: translateX(200%);
        transform: translateX(200%);
        opacity: 0
    }

    52% {
        opacity: 0;
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%)
    }

    53% {
        opacity: 1
    }
}

@keyframes cloud {

    0%,
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }

    50% {
        -webkit-transform: translateX(200%);
        transform: translateX(200%);
        opacity: 1
    }

    51% {
        -webkit-transform: translateX(200%);
        transform: translateX(200%);
        opacity: 0
    }

    52% {
        opacity: 0;
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%)
    }

    53% {
        opacity: 1
    }
}

@-webkit-keyframes wiggle {

    0%,
    100% {
        -webkit-transform: rotate(6deg) scale(0.97);
        transform: rotate(6deg) scale(0.97)
    }

    50% {
        -webkit-transform: rotate(-6deg) scale(0.97);
        transform: rotate(-6deg) scale(0.97)
    }

    25%,
    75% {
        -webkit-transform: rotate(0deg) scale(1) translateY(-2px);
        transform: rotate(0deg) scale(1) translateY(-2px)
    }
}

@keyframes wiggle {

    0%,
    100% {
        -webkit-transform: rotate(6deg) scale(0.97);
        transform: rotate(6deg) scale(0.97)
    }

    50% {
        -webkit-transform: rotate(-6deg) scale(0.97);
        transform: rotate(-6deg) scale(0.97)
    }

    25%,
    75% {
        -webkit-transform: rotate(0deg) scale(1) translateY(-2px);
        transform: rotate(0deg) scale(1) translateY(-2px)
    }
}

@-webkit-keyframes waver {

    0%,
    100% {
        -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
        transform: rotate(0deg) translate3d(0, 0, 0)
    }

    12%,
    88% {
        -webkit-transform: rotate(-8deg) translate3d(0, 0, 0);
        transform: rotate(-8deg) translate3d(0, 0, 0)
    }
}

@keyframes waver {

    0%,
    100% {
        -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
        transform: rotate(0deg) translate3d(0, 0, 0)
    }

    12%,
    88% {
        -webkit-transform: rotate(-8deg) translate3d(0, 0, 0);
        transform: rotate(-8deg) translate3d(0, 0, 0)
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.font-open-sans,
body,
.form-row label,
.form-row input,
.form-row textarea,
.form-row .select,
.site-nav li a,
.poi .tooltip {
    font-family: "effra-n4", "effra", Arial, Helvetica, sans-serif;
}

.font-icons,
.mfp-close:after {
    font-family: 'gruffaloyorkshire-tea';
    font-weight: normal
}

.button-yellow,
form button,
.button-small-orange,
.button-small-yellow,
.button-small-grey {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    line-height: 1em;
    color: #111;
    cursor: pointer;
    outline: none;
    -webkit-mask-image: url("https://d26xiysqbps0f2.cloudfront.net/production/assets/img/misc/edge-mask.png");
    mask-image: url("https://d26xiysqbps0f2.cloudfront.net/production/assets/img/misc/edge-mask.png");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-transition: background 0.1s cubic-bezier(0.365, 0.005, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: background 0.1s cubic-bezier(0.365, 0.005, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: background 0.1s cubic-bezier(0.365, 0.005, 0.355, 1), transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: background 0.1s cubic-bezier(0.365, 0.005, 0.355, 1), transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

.button-yellow span,
form button span,
.button-small-orange span,
.button-small-yellow span,
.button-small-grey span {
    display: block
}

.touchevents .button-yellow:active,
.touchevents form button:active,
form .touchevents button:active,
.touchevents .button-small-orange:active,
.touchevents .button-small-yellow:active,
.touchevents .button-small-grey:active {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition-duration: .01s;
    transition-duration: .01s
}

.button-small-orange,
.button-small-yellow,
.button-small-grey {
    padding: 1.2rem 2rem;
    font-size: 1.8rem
}

.button-yellow,
form button {
    padding: 2rem 2.8rem;
    font-size: 2rem
}

.button-yellow,
form button {
    background: #ffd24f;
    background: url("https://d26xiysqbps0f2.cloudfront.net/production/assets/img/misc/button-texture.png"), #ffd24f
}

.no-touchevents .button-yellow:hover,
.no-touchevents form button:hover,
form .no-touchevents button:hover {
    background: #ffd761;
    background: url("https://d26xiysqbps0f2.cloudfront.net/production/assets/img/misc/button-texture.png"), #ffd761
}

.button-small-orange {
    background: #ea3b30;
    background: url("https://d26xiysqbps0f2.cloudfront.net/production/assets/img/misc/button-texture.png"), #ea3b30;
    color: #fff
}

.no-touchevents .button-small-orange:hover {
    background: #ec4f45;
    background: url("https://d26xiysqbps0f2.cloudfront.net/production/assets/img/misc/button-texture.png"), #ec4f45
}

.button-small-yellow {
    background: #ffd24f;
    background: url("https://d26xiysqbps0f2.cloudfront.net/production/assets/img/misc/button-texture.png"), #ffd24f
}

.no-touchevents .button-small-yellow:hover {
    background: #ffd761;
    background: url("https://d26xiysqbps0f2.cloudfront.net/production/assets/img/misc/button-texture.png"), #ffd761
}

.button-small-grey {
    background: #c1c1c1;
    background: url("https://d26xiysqbps0f2.cloudfront.net/production/assets/img/misc/button-texture.png"), #c1c1c1
}

.no-touchevents .button-small-grey:hover {
    background: #c7c7c7;
    background: url("https://d26xiysqbps0f2.cloudfront.net/production/assets/img/misc/button-texture.png"), #c7c7c7
}

.button-wrapper {
    text-align: center
}

body {
    font-size: 1.8rem;
    line-height: 1.4em;
    font-weight: 300;
    color: #111
}

a {
    text-decoration: none;
    color: #ea3b30
}

.no-touchevents p a:hover {
    text-decoration: underline
}

p {
    margin: .8em 0;
    line-height: 1.56em
}

p strong {
    font-weight: 700
}

h1,
h2,
h3,
h4,
h5 {
    line-height: 1.1em;
    margin: .6em 0
}

h1 {
    font-size: 3rem
}

h2 {
    font-size: 2.4rem
}

h3 {
    font-weight: 300;
    font-size: 2.4rem
}

.half {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 0.5%
}

@media screen and (min-width: 600px) {
    .half {
        width: 50%
    }
}

.form-row {
    width: 100%;
    font-size: 0;
    margin-bottom: 2rem
}

.form-row.centered {
    text-align: center
}

.form-row label,
.form-row input,
.form-row textarea,
.form-row .select {
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
    text-align: left
}

.form-row label {
    padding: 0;
    font-weight: bold;
    color: #111
}

@media screen and (min-width: 950px) {
    .form-row label {
        width: 35%;
        padding: 0 5% 0 0;
        text-align: right
    }
}

.form-row input,
.form-row textarea,
.form-row .select {
    padding: 1rem;
    background-color: #fafafa;
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    outline: none
}

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

    .form-row input,
    .form-row textarea,
    .form-row .select {
        width: 65%;
        padding: 0.6rem
    }
}

.form-row input:hover,
.form-row input:focus,
.form-row textarea:hover,
.form-row textarea:focus,
.form-row .select:hover,
.form-row .select:focus {
    border-color: #b1b1b1
}

.form-row .select {
    position: relative;
    padding: 0.7rem
}

.form-row .select>span {
    padding: 0.8rem
}

@media screen and (min-width: 950px) {
    .form-row .select>span {
        padding: 0.6rem
    }
}

.form-row .select>span:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #1B2240;
    margin-top: -2px;
    top: 50%;
    right: 1rem
}

.form-row .select select {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-appearance: textfield
}

form button {
    border: none
}

form .form-message-error,
form .form-message-success,
form .inline-error {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    padding: 1rem 1.5rem;
    margin: 0.5rem 0 1rem;
    background: rgba(255, 0, 0, 0.75);
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    border-radius: 2px;
    border-bottom: 2px solid rgba(195, 4, 4, 0.75);
    opacity: 1;
    -webkit-transition: opacity 0.5s cubic-bezier(0.365, 0.005, 0.355, 1);
    transition: opacity 0.5s cubic-bezier(0.365, 0.005, 0.355, 1)
}

form .form-message-error.hidden,
form .form-message-success.hidden,
form .inline-error.hidden {
    opacity: 0
}

form .form-message-success {
    background: rgba(55, 200, 57, 0.75);
    border-color: rgba(58, 161, 59, 0.75)
}

form .inline-error {
    padding: 0.5rem 0.8rem;
    margin: 0.5rem 0 0
}

@media screen and (min-width: 950px) {
    form .inline-error {
        width: 65%;
        margin-left: 35%
    }
}

.sign-up-form {
    padding-top: 2rem;
    font-size: 0
}

.sign-up-form .form-row.hidden {
    display: none
}

.sign-up-form button {
    margin-top: 2rem;
    padding-left: 7rem;
    padding-right: 7rem
}

.sign-up-form .dob-selects {
    display: inline-block;
    width: 100%
}

@media screen and (min-width: 950px) {
    .sign-up-form .dob-selects {
        width: 65%
    }
}

.sign-up-form .dob-selects .select {
    width: 32%;
    min-width: 75px;
    margin: 0 1%
}

.sign-up-form .dob-selects .select:first-of-type {
    margin: 0
}

html {
    font-size: 8px
}

@media screen and (min-width: 768px) {
    html {
        font-size: 9px
    }
}

@media screen and (min-width: 1024px) {
    html {
        font-size: 10px
    }
}

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

body {
    background: #2a3079
}

.page-wrapper {
    max-width: 980px;
    margin: 0 10px
}

@media screen and (min-width: 480px) {
    .page-wrapper {
        margin: 0 20px
    }
}

@media screen and (min-width: 680px) {
    .page-wrapper {
        margin: 0 30px
    }
}

@media screen and (min-width: 768px) {
    .page-wrapper {
        margin: 0 40px
    }
}

@media screen and (min-width: 1060px) {
    .page-wrapper {
        margin: auto
    }
}

.site-wrapper {
    position: relative;
    z-index: 2;
    overflow: hidden
}

.page-wrapper {
    position: relative;
    z-index: 5;
    padding-top: 10rem;
    padding-bottom: 36rem
}

@media screen and (min-width: 480px) {
    .page-wrapper {
        padding-top: 12rem;
        padding-bottom: 35rem
    }
}

@media screen and (min-width: 768px) {
    .page-wrapper {
        padding-bottom: 48rem
    }
}

@media screen and (min-width: 2180px) {
    .page-wrapper {
        padding-bottom: 16rem
    }
}

.row .row {
    margin: 0 -.9rem
}

.column,
.columns {
    position: relative;
    float: left;
    padding-right: .9rem;
    padding-left: .9rem
}

.small-1 {
    width: 8.3333333333%
}

.small-push-1 {
    left: 8.3333333333%
}

.small-pull-1 {
    left: -8.3333333333%
}

.small-2 {
    width: 16.6666666667%
}

.small-push-2 {
    left: 16.6666666667%
}

.small-pull-2 {
    left: -16.6666666667%
}

.small-3 {
    width: 25%
}

.small-push-3 {
    left: 25%
}

.small-pull-3 {
    left: -25%
}

.small-4 {
    width: 33.3333333333%
}

.small-push-4 {
    left: 33.3333333333%
}

.small-pull-4 {
    left: -33.3333333333%
}

.small-5 {
    width: 41.6666666667%
}

.small-push-5 {
    left: 41.6666666667%
}

.small-pull-5 {
    left: -41.6666666667%
}

.small-6 {
    width: 50%
}

.small-push-6 {
    left: 50%
}

.small-pull-6 {
    left: -50%
}

.small-7 {
    width: 58.3333333333%
}

.small-push-7 {
    left: 58.3333333333%
}

.small-pull-7 {
    left: -58.3333333333%
}

.small-8 {
    width: 66.6666666667%
}

.small-push-8 {
    left: 66.6666666667%
}

.small-pull-8 {
    left: -66.6666666667%
}

.small-9 {
    width: 75%
}

.small-push-9 {
    left: 75%
}

.small-pull-9 {
    left: -75%
}

.small-10 {
    width: 83.3333333333%
}

.small-push-10 {
    left: 83.3333333333%
}

.small-pull-10 {
    left: -83.3333333333%
}

.small-11 {
    width: 91.6666666667%
}

.small-push-11 {
    left: 91.6666666667%
}

.small-pull-11 {
    left: -91.6666666667%
}

.small-12 {
    width: 100%
}

.small-push-12 {
    left: 100%
}

.small-pull-12 {
    left: -100%
}

@media screen and (min-width: 480px) {
    .small-plus-1 {
        width: 8.3333333333%
    }

    .small-plus-push-1 {
        left: 8.3333333333%
    }

    .small-plus-pull-1 {
        left: -8.3333333333%
    }

    .small-plus-2 {
        width: 16.6666666667%
    }

    .small-plus-push-2 {
        left: 16.6666666667%
    }

    .small-plus-pull-2 {
        left: -16.6666666667%
    }

    .small-plus-3 {
        width: 25%
    }

    .small-plus-push-3 {
        left: 25%
    }

    .small-plus-pull-3 {
        left: -25%
    }

    .small-plus-4 {
        width: 33.3333333333%
    }

    .small-plus-push-4 {
        left: 33.3333333333%
    }

    .small-plus-pull-4 {
        left: -33.3333333333%
    }

    .small-plus-5 {
        width: 41.6666666667%
    }

    .small-plus-push-5 {
        left: 41.6666666667%
    }

    .small-plus-pull-5 {
        left: -41.6666666667%
    }

    .small-plus-6 {
        width: 50%
    }

    .small-plus-push-6 {
        left: 50%
    }

    .small-plus-pull-6 {
        left: -50%
    }

    .small-plus-7 {
        width: 58.3333333333%
    }

    .small-plus-push-7 {
        left: 58.3333333333%
    }

    .small-plus-pull-7 {
        left: -58.3333333333%
    }

    .small-plus-8 {
        width: 66.6666666667%
    }

    .small-plus-push-8 {
        left: 66.6666666667%
    }

    .small-plus-pull-8 {
        left: -66.6666666667%
    }

    .small-plus-9 {
        width: 75%
    }

    .small-plus-push-9 {
        left: 75%
    }

    .small-plus-pull-9 {
        left: -75%
    }

    .small-plus-10 {
        width: 83.3333333333%
    }

    .small-plus-push-10 {
        left: 83.3333333333%
    }

    .small-plus-pull-10 {
        left: -83.3333333333%
    }

    .small-plus-11 {
        width: 91.6666666667%
    }

    .small-plus-push-11 {
        left: 91.6666666667%
    }

    .small-plus-pull-11 {
        left: -91.6666666667%
    }

    .small-plus-12 {
        width: 100%
    }

    .small-plus-push-12 {
        left: 100%
    }

    .small-plus-pull-12 {
        left: -100%
    }
}

@media screen and (min-width: 680px) {
    .medium-1 {
        width: 8.3333333333%
    }

    .medium-push-1 {
        left: 8.3333333333%
    }

    .medium-pull-1 {
        left: -8.3333333333%
    }

    .medium-2 {
        width: 16.6666666667%
    }

    .medium-push-2 {
        left: 16.6666666667%
    }

    .medium-pull-2 {
        left: -16.6666666667%
    }

    .medium-3 {
        width: 25%
    }

    .medium-push-3 {
        left: 25%
    }

    .medium-pull-3 {
        left: -25%
    }

    .medium-4 {
        width: 33.3333333333%
    }

    .medium-push-4 {
        left: 33.3333333333%
    }

    .medium-pull-4 {
        left: -33.3333333333%
    }

    .medium-5 {
        width: 41.6666666667%
    }

    .medium-push-5 {
        left: 41.6666666667%
    }

    .medium-pull-5 {
        left: -41.6666666667%
    }

    .medium-6 {
        width: 50%
    }

    .medium-push-6 {
        left: 50%
    }

    .medium-pull-6 {
        left: -50%
    }

    .medium-7 {
        width: 58.3333333333%
    }

    .medium-push-7 {
        left: 58.3333333333%
    }

    .medium-pull-7 {
        left: -58.3333333333%
    }

    .medium-8 {
        width: 66.6666666667%
    }

    .medium-push-8 {
        left: 66.6666666667%
    }

    .medium-pull-8 {
        left: -66.6666666667%
    }

    .medium-9 {
        width: 75%
    }

    .medium-push-9 {
        left: 75%
    }

    .medium-pull-9 {
        left: -75%
    }

    .medium-10 {
        width: 83.3333333333%
    }

    .medium-push-10 {
        left: 83.3333333333%
    }

    .medium-pull-10 {
        left: -83.3333333333%
    }

    .medium-11 {
        width: 91.6666666667%
    }

    .medium-push-11 {
        left: 91.6666666667%
    }

    .medium-pull-11 {
        left: -91.6666666667%
    }

    .medium-12 {
        width: 100%
    }

    .medium-push-12 {
        left: 100%
    }

    .medium-pull-12 {
        left: -100%
    }
}

@media screen and (min-width: 768px) {
    .large-1 {
        width: 8.3333333333%
    }

    .large-push-1 {
        left: 8.3333333333%
    }

    .large-pull-1 {
        left: -8.3333333333%
    }

    .large-2 {
        width: 16.6666666667%
    }

    .large-push-2 {
        left: 16.6666666667%
    }

    .large-pull-2 {
        left: -16.6666666667%
    }

    .large-3 {
        width: 25%
    }

    .large-push-3 {
        left: 25%
    }

    .large-pull-3 {
        left: -25%
    }

    .large-4 {
        width: 33.3333333333%
    }

    .large-push-4 {
        left: 33.3333333333%
    }

    .large-pull-4 {
        left: -33.3333333333%
    }

    .large-5 {
        width: 41.6666666667%
    }

    .large-push-5 {
        left: 41.6666666667%
    }

    .large-pull-5 {
        left: -41.6666666667%
    }

    .large-6 {
        width: 50%
    }

    .large-push-6 {
        left: 50%
    }

    .large-pull-6 {
        left: -50%
    }

    .large-7 {
        width: 58.3333333333%
    }

    .large-push-7 {
        left: 58.3333333333%
    }

    .large-pull-7 {
        left: -58.3333333333%
    }

    .large-8 {
        width: 66.6666666667%
    }

    .large-push-8 {
        left: 66.6666666667%
    }

    .large-pull-8 {
        left: -66.6666666667%
    }

    .large-9 {
        width: 75%
    }

    .large-push-9 {
        left: 75%
    }

    .large-pull-9 {
        left: -75%
    }

    .large-10 {
        width: 83.3333333333%
    }

    .large-push-10 {
        left: 83.3333333333%
    }

    .large-pull-10 {
        left: -83.3333333333%
    }

    .large-11 {
        width: 91.6666666667%
    }

    .large-push-11 {
        left: 91.6666666667%
    }

    .large-pull-11 {
        left: -91.6666666667%
    }

    .large-12 {
        width: 100%
    }

    .large-push-12 {
        left: 100%
    }

    .large-pull-12 {
        left: -100%
    }
}

@media screen and (min-width: 1480px) {
    .huge-1 {
        width: 8.3333333333%
    }

    .huge-push-1 {
        left: 8.3333333333%
    }

    .huge-pull-1 {
        left: -8.3333333333%
    }

    .huge-2 {
        width: 16.6666666667%
    }

    .huge-push-2 {
        left: 16.6666666667%
    }

    .huge-pull-2 {
        left: -16.6666666667%
    }

    .huge-3 {
        width: 25%
    }

    .huge-push-3 {
        left: 25%
    }

    .huge-pull-3 {
        left: -25%
    }

    .huge-4 {
        width: 33.3333333333%
    }

    .huge-push-4 {
        left: 33.3333333333%
    }

    .huge-pull-4 {
        left: -33.3333333333%
    }

    .huge-5 {
        width: 41.6666666667%
    }

    .huge-push-5 {
        left: 41.6666666667%
    }

    .huge-pull-5 {
        left: -41.6666666667%
    }

    .huge-6 {
        width: 50%
    }

    .huge-push-6 {
        left: 50%
    }

    .huge-pull-6 {
        left: -50%
    }

    .huge-7 {
        width: 58.3333333333%
    }

    .huge-push-7 {
        left: 58.3333333333%
    }

    .huge-pull-7 {
        left: -58.3333333333%
    }

    .huge-8 {
        width: 66.6666666667%
    }

    .huge-push-8 {
        left: 66.6666666667%
    }

    .huge-pull-8 {
        left: -66.6666666667%
    }

    .huge-9 {
        width: 75%
    }

    .huge-push-9 {
        left: 75%
    }

    .huge-pull-9 {
        left: -75%
    }

    .huge-10 {
        width: 83.3333333333%
    }

    .huge-push-10 {
        left: 83.3333333333%
    }

    .huge-pull-10 {
        left: -83.3333333333%
    }

    .huge-11 {
        width: 91.6666666667%
    }

    .huge-push-11 {
        left: 91.6666666667%
    }

    .huge-pull-11 {
        left: -91.6666666667%
    }

    .huge-12 {
        width: 100%
    }

    .huge-push-12 {
        left: 100%
    }

    .huge-pull-12 {
        left: -100%
    }
}

[class*='-block-grid-'] {
    text-align: center
}

[class*='-block-grid-']>div,
[class*='-block-grid-']>li {
    display: block;
    float: left
}

.mobile-block-grid-1>div,
.mobile-block-grid-1>li {
    width: 100%
}

.mobile-block-grid-2>div,
.mobile-block-grid-2>li {
    width: 50%
}

.mobile-block-grid-3>div,
.mobile-block-grid-3>li {
    width: 33.3333333333%
}

.mobile-block-grid-4>div,
.mobile-block-grid-4>li {
    width: 25%
}

.mobile-block-grid-5>div,
.mobile-block-grid-5>li {
    width: 20%
}

.mobile-block-grid-6>div,
.mobile-block-grid-6>li {
    width: 16.6666666667%
}

.mobile-block-grid-7>div,
.mobile-block-grid-7>li {
    width: 14.2857142857%
}

.mobile-block-grid-8>div,
.mobile-block-grid-8>li {
    width: 12.5%
}

.mobile-block-grid-9>div,
.mobile-block-grid-9>li {
    width: 11.1111111111%
}

.mobile-block-grid-10>div,
.mobile-block-grid-10>li {
    width: 10%
}

.mobile-block-grid-11>div,
.mobile-block-grid-11>li {
    width: 9.0909090909%
}

.mobile-block-grid-12>div,
.mobile-block-grid-12>li {
    width: 8.3333333333%
}

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

    .small-block-grid-1>div,
    .small-block-grid-1>li {
        width: 100%
    }

    .small-block-grid-2>div,
    .small-block-grid-2>li {
        width: 50%
    }

    .small-block-grid-3>div,
    .small-block-grid-3>li {
        width: 33.3333333333%
    }

    .small-block-grid-4>div,
    .small-block-grid-4>li {
        width: 25%
    }

    .small-block-grid-5>div,
    .small-block-grid-5>li {
        width: 20%
    }

    .small-block-grid-6>div,
    .small-block-grid-6>li {
        width: 16.6666666667%
    }

    .small-block-grid-7>div,
    .small-block-grid-7>li {
        width: 14.2857142857%
    }

    .small-block-grid-8>div,
    .small-block-grid-8>li {
        width: 12.5%
    }

    .small-block-grid-9>div,
    .small-block-grid-9>li {
        width: 11.1111111111%
    }

    .small-block-grid-10>div,
    .small-block-grid-10>li {
        width: 10%
    }

    .small-block-grid-11>div,
    .small-block-grid-11>li {
        width: 9.0909090909%
    }

    .small-block-grid-12>div,
    .small-block-grid-12>li {
        width: 8.3333333333%
    }
}

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

    .medium-block-grid-1>div,
    .medium-block-grid-1>li {
        width: 100%
    }

    .medium-block-grid-2>div,
    .medium-block-grid-2>li {
        width: 50%
    }

    .medium-block-grid-3>div,
    .medium-block-grid-3>li {
        width: 33.3333333333%
    }

    .medium-block-grid-4>div,
    .medium-block-grid-4>li {
        width: 25%
    }

    .medium-block-grid-5>div,
    .medium-block-grid-5>li {
        width: 20%
    }

    .medium-block-grid-6>div,
    .medium-block-grid-6>li {
        width: 16.6666666667%
    }

    .medium-block-grid-7>div,
    .medium-block-grid-7>li {
        width: 14.2857142857%
    }

    .medium-block-grid-8>div,
    .medium-block-grid-8>li {
        width: 12.5%
    }

    .medium-block-grid-9>div,
    .medium-block-grid-9>li {
        width: 11.1111111111%
    }

    .medium-block-grid-10>div,
    .medium-block-grid-10>li {
        width: 10%
    }

    .medium-block-grid-11>div,
    .medium-block-grid-11>li {
        width: 9.0909090909%
    }

    .medium-block-grid-12>div,
    .medium-block-grid-12>li {
        width: 8.3333333333%
    }
}

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

    .large-block-grid-1>div,
    .large-block-grid-1>li {
        width: 100%
    }

    .large-block-grid-2>div,
    .large-block-grid-2>li {
        width: 50%
    }

    .large-block-grid-3>div,
    .large-block-grid-3>li {
        width: 33.3333333333%
    }

    .large-block-grid-4>div,
    .large-block-grid-4>li {
        width: 25%
    }

    .large-block-grid-5>div,
    .large-block-grid-5>li {
        width: 20%
    }

    .large-block-grid-6>div,
    .large-block-grid-6>li {
        width: 16.6666666667%
    }

    .large-block-grid-7>div,
    .large-block-grid-7>li {
        width: 14.2857142857%
    }

    .large-block-grid-8>div,
    .large-block-grid-8>li {
        width: 12.5%
    }

    .large-block-grid-9>div,
    .large-block-grid-9>li {
        width: 11.1111111111%
    }

    .large-block-grid-10>div,
    .large-block-grid-10>li {
        width: 10%
    }

    .large-block-grid-11>div,
    .large-block-grid-11>li {
        width: 9.0909090909%
    }

    .large-block-grid-12>div,
    .large-block-grid-12>li {
        width: 8.3333333333%
    }
}

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

    .huge-block-grid-1>div,
    .huge-block-grid-1>li {
        width: 100%
    }

    .huge-block-grid-2>div,
    .huge-block-grid-2>li {
        width: 50%
    }

    .huge-block-grid-3>div,
    .huge-block-grid-3>li {
        width: 33.3333333333%
    }

    .huge-block-grid-4>div,
    .huge-block-grid-4>li {
        width: 25%
    }

    .huge-block-grid-5>div,
    .huge-block-grid-5>li {
        width: 20%
    }

    .huge-block-grid-6>div,
    .huge-block-grid-6>li {
        width: 16.6666666667%
    }

    .huge-block-grid-7>div,
    .huge-block-grid-7>li {
        width: 14.2857142857%
    }

    .huge-block-grid-8>div,
    .huge-block-grid-8>li {
        width: 12.5%
    }

    .huge-block-grid-9>div,
    .huge-block-grid-9>li {
        width: 11.1111111111%
    }

    .huge-block-grid-10>div,
    .huge-block-grid-10>li {
        width: 10%
    }

    .huge-block-grid-11>div,
    .huge-block-grid-11>li {
        width: 9.0909090909%
    }

    .huge-block-grid-12>div,
    .huge-block-grid-12>li {
        width: 8.3333333333%
    }
}

.site-logo {
    display: block;
    position: absolute;
    top: 1rem;
    left: 50%;
    z-index: 2;
    width: 35%;
    margin-left: -17.5%
}

@media screen and (min-width: 380px) {
    .site-logo {
        width: 16.4rem;
        margin-left: -8.2rem
    }
}

@media screen and (min-width: 806px) {
    .site-logo {
        left: 0;
        margin-left: 0
    }
}

.site-logo img {
    display: block;
    max-width: 100%
}

.site-logo .logo-ie+img {
    display: none
}

.site-nav {
    display: inline-block;
    text-align: center;
    font-size: 0;
    vertical-align: top
}

@media screen and (max-width: 805px) {
    .site-nav {
        visibility: hidden;
        position: absolute;
        top: 100%;
        right: -10px;
        left: -10px;
        z-index: 1;
        padding: 3rem 0 1rem;
        background: #ea3b30
    }
}

@media screen and (max-width: 805px) and (min-width: 480px) {
    .site-nav {
        right: -20px;
        left: -20px
    }
}

@media screen and (max-width: 805px) and (min-width: 680px) {
    .site-nav {
        right: -30px;
        left: -30px
    }
}

@media screen and (max-width: 805px) and (min-width: 768px) {
    .site-nav {
        right: -40px;
        left: -40px
    }
}

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

    .site-nav:before,
    .site-nav:after {
        content: "";
        display: block;
        position: absolute
    }

    .site-nav:before {
        right: 0;
        bottom: 100%;
        left: 0;
        height: 100%;
        background: #ea3b30
    }

    .site-nav:after {
        top: 100%;
        left: 0;
        right: 0;
        height: 10px;
        background: url("https://d26xiysqbps0f2.cloudfront.net/production/assets/img/site-frame/header-bg-wobble.png") 50% 0 repeat-x
    }
}

.site-nav li {
    position: relative;
    display: block
}

@media screen and (min-width: 806px) {
    .site-nav li {
        display: inline-block
    }

    .site-nav li:not(:nth-child(1)):before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 100%;
        width: .5rem;
        height: .5rem;
        margin: -.25rem -.25rem 0 0;
        border-radius: 50%;
        background: #fff;
        opacity: .8
    }

    .site-nav li:first-child {
        border-left: none
    }
}

.site-nav li a {
    display: block;
    position: relative;
    padding: 1rem 2rem;
    text-decoration: none;
    font-weight: 700;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1)
}

@media screen and (min-width: 806px) {
    .site-nav li a {
        display: inline-block;
        padding: 2rem
    }
}

.no-touchevents .site-nav li a:hover,
.no-touchevents .site-nav li a.active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.no-touchevents .site-nav li a:hover:after,
.no-touchevents .site-nav li a.active:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.touchevents .site-nav li a:active,
.touchevents .site-nav li a.active {
    color: #231f20
}

.no-touchevents .site-nav li a:after {
    content: "";
    display: block;
    position: absolute;
    top: 1.2rem;
    right: .8rem;
    bottom: 1rem;
    left: .8rem;
    z-index: -1;
    border-radius: .8rem;
    background: #d6382e;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

.site-nav-toggle {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 2rem .5rem
}

.site-nav-toggle span {
    position: relative;
    padding-left: 2.5rem;
    font-weight: 700;
    cursor: pointer
}

.site-nav-toggle span:before,
.site-nav-toggle span i {
    position: absolute;
    top: 50%;
    left: 0;
    width: 2rem;
    height: 2rem;
    margin-top: -1rem;
    font-size: 2rem;
    -webkit-transition: opacity 0.2s cubic-bezier(0.365, 0.005, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: opacity 0.2s cubic-bezier(0.365, 0.005, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: opacity 0.2s cubic-bezier(0.365, 0.005, 0.355, 1), transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: opacity 0.2s cubic-bezier(0.365, 0.005, 0.355, 1), transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

.site-nav-toggle span i {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.site-nav-toggle.active span:before {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.site-nav-toggle.active i {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

@media screen and (min-width: 806px) {
    .site-nav-toggle {
        display: none
    }
}

.social-links {
    display: inline-block;
    position: relative;
    z-index: 2;
    text-align: center
}

@media screen and (min-width: 806px) {
    .social-links {
        margin-left: 1rem
    }
}

.social-links a {
    display: inline-block;
    height: 100%;
    padding: 2rem .5rem
}

.social-links span {
    display: none
}

.sharing-widgets {
    display: block;
    padding: 1.5rem 0 0 0;
    margin: 1rem 2rem 0;
    border-top: dashed 1px #f0766e;
    color: #fff;
    font-size: 1.8rem
}

.sharing-widgets strong {
    display: block;
    margin-bottom: .6rem
}

.sharing-widgets a {
    display: inline-block;
    padding: .5rem 1rem;
    margin: .2rem;
    border-radius: .5rem;
    font-size: 1.8rem;
    color: #fff;
    font-weight: 700
}

.sharing-widgets a:before {
    position: relative;
    top: -.2rem;
    vertical-align: middle;
    padding-right: 1rem
}

.sharing-widgets .icon-facebook {
    background: #3c5a95
}

.sharing-widgets .icon-facebook:hover {
    background: #506ba0
}

.sharing-widgets .icon-twitter {
    background: #4099ff
}

.sharing-widgets .icon-twitter:hover {
    background: #53a3ff
}

@media screen and (min-width: 806px) {
    .sharing-widgets {
        visibility: hidden;
        position: absolute;
        top: 100%;
        right: 0;
        padding: 2.5rem 1.5rem 1.5rem 1.5rem;
        margin: -.5rem 0 0 0;
        border: none;
        opacity: 0;
        background: url("https://d26xiysqbps0f2.cloudfront.net/production/assets/img/site-frame/share-bg.png") no-repeat;
        background-size: 100% 100%;
        font-size: 1.4rem;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: 70% 0;
        -ms-transform-origin: 70% 0;
        transform-origin: 70% 0;
        color: #111
    }

    .sharing-widgets a {
        display: block;
        position: relative;
        padding-left: 1.8rem;
        color: #fff;
        font-size: 1.4rem
    }

    .sharing-widgets a:before {
        position: absolute;
        top: 50%;
        left: 1rem;
        width: 1.6rem;
        height: 1.6rem;
        margin-top: -.8rem;
        line-height: 1.6rem;
        font-size: 1.6rem
    }

    .sharing-widgets .icon-facebook {
        margin-bottom: .5rem
    }
}

/* .page-map .site-footer {
    display: none
} */

/* @media screen and (min-height: 1024px) {
    .page-map .site-footer {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        display: block
    }
} */

.scroll-for-more {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15%;
    z-index: 9;
    width: 12.3rem;
    height: 7.5rem;
    margin-bottom: -15px;
    background: url("https://d26xiysqbps0f2.cloudfront.net/production/assets/img/misc/scroll-sign.png") 0 0 no-repeat;
    -webkit-transform-origin: center 85%;
    -ms-transform-origin: center 85%;
    transform-origin: center 85%;
    -webkit-transition: bottom 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: bottom 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-animation: waver 8s 3s infinite both;
    animation: waver 8s 3s infinite both;
    -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

@media screen and (min-width: 480px) and (min-height: 680px) {
    .scroll-for-more {
        display: block
    }
}

.page-map .scroll-for-more {
    display: none
}

.has-timeline .scroll-for-more {
    visibility: hidden
}

.scroll-for-more.hide {
    -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
    transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
    bottom: -7.5rem
}

.site-background .cloud-1,
.site-background .cloud-3 {
    background: url("https://d26xiysqbps0f2.cloudfront.net/production/assets/img/background/cloud-1.png") no-repeat;
    background-size: contain
}

.site-background .cloud-1:before,
.site-background .cloud-3:before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-top: 40.444015444%
}

.site-background .cloud-2 {
    background: url("https://d26xiysqbps0f2.cloudfront.net/production/assets/img/background/cloud-1.png") no-repeat;
    background-size: contain
}

.site-background .cloud-2:before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-top: 52.6817640048%
}

.site-background {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: -webkit-linear-gradient(bottom, #b9cae6, #b9cae6 35%, #0072b5 70%, rgba(42, 48, 121, 0));
    background: linear-gradient(to top, #b9cae6, #b9cae6 35%, #0072b5 70%, rgba(42, 48, 121, 0))
}

@media screen and (min-width: 1024px) {
    .site-background {
        z-index: 1;
        height: auto;
        background: -webkit-linear-gradient(bottom, #b9cae6, #b9cae6 35%, #0072b5 70%, rgba(42, 48, 121, 0));
        background: linear-gradient(to top, #b9cae6, #b9cae6 35%, #0072b5 70%, rgba(42, 48, 121, 0))
    }

    .no-cssgradients .site-background {
        background-color: #2a3079
    }
}

.site-background div {
    position: absolute
}

@media screen and (max-width: 1023px) {
    .site-background div {
        display: none;
        background-image: none
    }
}

.site-background .lhs {
    left: 0;
    bottom: 0;
    z-index: 3;
    width: 44.588235294%;
    max-width: 75.8rem;
    min-width: 44.588235294rem;
    background: url("https://d26xiysqbps0f2.cloudfront.net/production/assets/img/background/lhs.png") 0 100% no-repeat;
    background-size: cover
}

.site-background .lhs:before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-top: 125.725593668%
}

.site-background .rhs {
    position: relative;
    margin-left: auto;
    z-index: 1;
    width: 50%;
    max-width: 62.5rem;
    min-width: 50rem;
    background: url("https://d26xiysqbps0f2.cloudfront.net/production/assets/img/background/rhs.png") 100% 100% no-repeat;
    background-size: cover
}

.site-background .rhs:before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-top: 177.28%
}

.site-background .footprints {
    bottom: 0;
    left: 50%;
    z-index: 2;
    width: 510px;
    margin-left: -255px;
    background: url("https://d26xiysqbps0f2.cloudfront.net/production/assets/img/background/footprints.png") no-repeat;
    background-size: contain
}

.site-background .footprints:before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-top: 27.8431372549%
}

.site-background .grass-tile {
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: url("https://d26xiysqbps0f2.cloudfront.net/production/assets/img/background/grass-tile.png") 50% 0 repeat-x;
    background-size: auto 100%
}

.site-background .grass-tile span {
    display: block;
    width: 50%;
    max-width: 70rem
}

.site-background .grass-tile span:before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-top: 51.5463917526%
}

.site-background .cloud-1 {
    top: 24%;
    right: -10%;
    width: 60%;
    -webkit-animation: cloud 40s linear infinite;
    animation: cloud 40s linear infinite
}

.site-background .cloud-2 {
    top: 31%;
    left: 10%;
    width: 76%;
    -webkit-animation: cloud 45s linear infinite;
    animation: cloud 45s linear infinite
}

.site-background .cloud-3 {
    top: 1%;
    left: -10%;
    width: 58%;
    -webkit-animation: cloud 60s linear infinite;
    animation: cloud 60s linear infinite
}

.moon {
    display: none;
    position: fixed;
    top: 10%;
    right: 10%;
    z-index: 0;
    width: 20%;
    max-width: 240px;
    background: url("https://d26xiysqbps0f2.cloudfront.net/production/assets/img/background/moon.png") no-repeat;
    background-size: contain
}

.moon:before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-top: 100%
}

@media screen and (min-width: 1024px) {
    .moon {
        display: block
    }
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80)
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.touch .mfp-wrap {
    -webkit-overflow-scrolling: touch
}

.white-popup {
    margin: auto
}

.article-popup,
.kenya-popup {
    display: block;
    width: 90%;
    max-width: 656px;
    margin: 10rem auto
}

.video-popup {
    display: block;
    width: 90%;
    max-width: 656px;
    margin: 10rem auto
}

.video-popup>.inner {
    padding: 1rem
}

.video-popup>.inner h1 {
    text-align: center
}

.sign-up-popup {
    display: block;
    width: 90%;
    max-width: 656px;
    margin: 10rem auto
}

@media screen and (min-width: 920px) {
    .sign-up-popup {
        max-width: 880px
    }
}

.sign-up-popup>.inner {
    padding: 2rem
}

.sign-up-popup>.inner h1,
.sign-up-popup>.inner p {
    text-align: center
}

.mfp-grow.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.2s cubic-bezier(0.365, 0.005, 0.355, 1);
    transition: opacity 0.2s cubic-bezier(0.365, 0.005, 0.355, 1)
}

.mfp-grow.mfp-bg.mfp-ready {
    opacity: 0.4
}

.mfp-grow.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-grow.mfp-wrap .mfp-content {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

.mfp-grow.mfp-wrap.mfp-ready .mfp-content {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.mfp-grow.mfp-wrap.mfp-removing .mfp-content {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.6, -0.28, 0.735, 0.045);
    transition: -webkit-transform 0.2s cubic-bezier(0.6, -0.28, 0.735, 0.045);
    transition: transform 0.2s cubic-bezier(0.6, -0.28, 0.735, 0.045);
    transition: transform 0.2s cubic-bezier(0.6, -0.28, 0.735, 0.045), -webkit-transform 0.2s cubic-bezier(0.6, -0.28, 0.735, 0.045)
}

.mfp-preloader {
    width: 6rem;
    height: 6rem;
    margin: 0 auto;
    text-indent: -9999px;
    border-radius: 50%;
    background-color: #ffd24f
}

.mfp-preloader:before {
    content: "";
    display: block;
    position: absolute;
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    text-indent: 0;
    -webkit-animation: 0.6s rotate linear infinite;
    animation: 0.6s rotate linear infinite;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    background: url("https://d26xiysqbps0f2.cloudfront.net/production/assets/img/icons/loading.svg") 50% 50% no-repeat;
    background-size: cover
}

.mfp-close {
    position: absolute;
    z-index: 2;
    display: block;
    border: none;
    font-size: 1.8rem;
    top: -25px;
    right: -25px;
    padding: 0;
    margin: 0;
    width: 46px;
    height: 46px;
    opacity: 1;
    background: transparent;
    outline: none
}

.mfp-close:before,
.mfp-close:after {
    pointer-events: none
}

.mfp-close:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 9px;
    bottom: 10px;
    left: 9px;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: background 0.2s cubic-bezier(0.365, 0.005, 0.355, 1);
    transition: background 0.2s cubic-bezier(0.365, 0.005, 0.355, 1)
}

.mfp-close:hover:before {
    background: #ea3b30
}

.mfp-close:after {
    content: "x";
    display: block;
    position: absolute;
    font-size: 3rem;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-indent: 0;
    text-align: center;
    line-height: 46px
}

.message-wall-header .intro-text {
    position: relative;
    max-width: 60rem;
    padding: 1.3rem 2rem 4rem;
    margin: auto;
    text-align: center;
    font-weight: 300;
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
    -webkit-transition: opacity 0.6s 0.6s cubic-bezier(0.365, 0.005, 0.355, 1), -webkit-transform 0.6s 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: opacity 0.6s 0.6s cubic-bezier(0.365, 0.005, 0.355, 1), -webkit-transform 0.6s 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: opacity 0.6s 0.6s cubic-bezier(0.365, 0.005, 0.355, 1), transform 0.6s 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: opacity 0.6s 0.6s cubic-bezier(0.365, 0.005, 0.355, 1), transform 0.6s 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.6s 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

.message-wall-header .intro-text:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    width: 150%;
    height: 150%;
    margin: -25% 0 0 -75%;
    background: url("https://d26xiysqbps0f2.cloudfront.net/production/assets/img/background/cloud-2.png") no-repeat;
    background-size: 100% 100%
}

.message-wall-header .intro-text.loaded {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.message-wall-header .intro-text .tag {
    color: #ea3b30;
    font-weight: 700
}

.message-wall-header .play-video {
    text-align: center;
    padding: 0rem 12rem 3rem;
    margin: 0;
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
    -webkit-transition: opacity 0.6s 0.8s cubic-bezier(0.365, 0.005, 0.355, 1), -webkit-transform 0.6s 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: opacity 0.6s 0.8s cubic-bezier(0.365, 0.005, 0.355, 1), -webkit-transform 0.6s 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: opacity 0.6s 0.8s cubic-bezier(0.365, 0.005, 0.355, 1), transform 0.6s 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: opacity 0.6s 0.8s cubic-bezier(0.365, 0.005, 0.355, 1), transform 0.6s 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.6s 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

.message-wall-header .play-video.loaded {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.message-wall-header .play-video a {
    display: inline-block;
    vertical-align: middle;
    font-size: 2.2rem;
    font-weight: 700;
    color: #111
}

.message-wall-header .play-video a span {
    display: inline-block;
    vertical-align: middle;
    min-width: 38px;
    position: relative;
    padding-right: 8px;
    font-size: 3rem
}

.message-wall-header .play-video a span:before {
    position: relative;
    z-index: 2
}

.message-wall-header .play-video a span:after {
    content: "";
    display: block;
    position: absolute;
    top: .1rem;
    right: .9rem;
    bottom: .3rem;
    left: .2rem;
    background: #ffd24f;
    border-radius: 50%;
    -webkit-transition: background 0.2s cubic-bezier(0.365, 0.005, 0.355, 1);
    transition: background 0.2s cubic-bezier(0.365, 0.005, 0.355, 1);
    z-index: 1
}

.message-wall-header .play-video a:hover span:after {
    background: #ea3b30
}

.yorkshire-tree-logo {
    position: relative;
    z-index: 1;
    max-width: 43.7rem;
    margin: 0 auto;
    opacity: 0;
    background: url("https://d26xiysqbps0f2.cloudfront.net/production/assets/img/yorkshire-trees-sprite.png") 50% 100% no-repeat;
    background-size: 100%;
    -webkit-transition: opacity 0.4s 0.2s cubic-bezier(0.365, 0.005, 0.355, 1);
    transition: opacity 0.4s 0.2s cubic-bezier(0.365, 0.005, 0.355, 1)
}

.yorkshire-tree-logo:before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-top: 27.8372591006%
}

.yorkshire-tree-logo span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: url("https://d26xiysqbps0f2.cloudfront.net/production/assets/img/yorkshire-trees-sprite.png") 50% 0% no-repeat;
    background-size: 100%;
    -webkit-transform: translate3d(0, -15%, 0);
    transform: translate3d(0, -15%, 0);
    -webkit-transition: opacity 0.6s 0.5s cubic-bezier(0.365, 0.005, 0.355, 1), -webkit-transform 0.8s 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: opacity 0.6s 0.5s cubic-bezier(0.365, 0.005, 0.355, 1), -webkit-transform 0.8s 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: opacity 0.6s 0.5s cubic-bezier(0.365, 0.005, 0.355, 1), transform 0.8s 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: opacity 0.6s 0.5s cubic-bezier(0.365, 0.005, 0.355, 1), transform 0.8s 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.8s 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

.yorkshire-tree-logo.loaded {
    opacity: 1
}

.yorkshire-tree-logo.loaded span {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.message-wall-wrapper {
    margin: -.6rem -.6rem 0;
    font-size: 0
}

@media screen and (min-width: 480px) {
    .message-wall-wrapper {
        margin: -.9rem -.9rem 0
    }
}

.message-wall-item-wrapper {
    display: inline-block;
    width: 100%;
    padding: .6rem;
    vertical-align: top
}

@media screen and (min-width: 480px) {
    .message-wall-item-wrapper {
        padding: .9rem
    }
}

@media screen and (min-width: 560px) {
    .message-wall-item-wrapper {
        width: 50%
    }
}

@media screen and (min-width: 1024px) {
    .message-wall-item-wrapper {
        width: 33.333333%
    }
}

.message-wall-item {
    font-size: 1.8rem
}

.message-wall-item .inner {
    padding: 1rem 1.5rem;
    position: relative;
    z-index: 5
}

.message-wall-item a {
    font-weight: 400
}

.message-wall-item .post-content {
    margin-top: 1rem;
    font-weight: 300;
    line-height: 1.4em
}

.message-wall-item .post-image {
    display: block;
    position: relative;
    padding-bottom: 100%;
    margin-bottom: .6rem
}

.message-wall-item .post-image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.message-wall-item .top-icon {
    display: block;
    position: absolute;
    top: -1rem;
    right: 2%;
    z-index: 10;
    min-width: 3rem;
    padding: .4rem 0 .1rem;
    background: #ea3b30;
    color: #fff;
    text-align: center
}

.message-wall-item footer {
    position: relative;
    padding-right: 7rem
}

.message-wall-item footer p {
    margin: 0
}

.message-wall-item .author {
    display: block;
    position: relative;
    padding-left: 3.2rem;
    line-height: 1em
}

.message-wall-item .author img {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1.2rem;
    width: 2.4rem;
    height: 2.4rem
}

.message-wall-item .author a {
    display: block;
    font-size: 1.4rem;
    color: #111;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.message-wall-item .author a span {
    color: #ea3b30
}

.message-wall-item .author a:hover {
    text-decoration: none
}

.message-wall-item .author a:hover span {
    text-decoration: underline
}

.message-wall-item .date {
    display: block;
    font-size: 1.2rem
}

.message-wall-item .actions {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right
}

.message-wall-item .actions a {
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
    color: #aaa;
    font-size: 1.8rem;
    line-height: 1em
}

.no-touchevents .message-wall-item .actions a:hover {
    color: #ea3b30;
    text-decoration: none
}

.message-wall-item.fact-block .inner {
    padding-top: 2rem
}

.message-wall-item.fact-block h2 {
    margin-top: 0
}

.message-wall-item.fact-block p {
    position: relative
}

.message-wall-item.fact-block p span {
    float: right;
    display: block;
    width: 40%;
    height: 10rem
}

.message-wall-item.fact-block footer {
    position: relative
}

.message-wall-item.fact-block footer img {
    position: relative;
    left: -1.5rem;
    width: 12rem;
    height: 6.8rem
}

.message-wall-item.fact-block footer:before {
    content: "";
    display: block;
    position: absolute;
    right: -3rem;
    bottom: -1rem;
    width: 12.2rem;
    height: 12.8rem;
    background-size: cover;
    pointer-events: none
}

@media screen and (min-width: 1024px) {
    .message-wall-item.fact-block footer:before {
        width: 14.6rem;
        height: 15.4rem
    }
}

.message-wall-item.fact-block .mouse footer:before {
    right: -5rem;
    background-image: url("https://d26xiysqbps0f2.cloudfront.net/production/assets/img/misc/mouse.png")
}

.message-wall-item.fact-block .snake footer:before {
    right: -4rem;
    background-image: url("https://d26xiysqbps0f2.cloudfront.net/production/assets/img/misc/snake.png")
}

.message-wall-item.fact-block .frog footer:before {
    background-image: url("https://d26xiysqbps0f2.cloudfront.net/production/assets/img/misc/frog.png")
}

.message-wall-item.fact-block .owl footer:before {
    right: -4rem;
    bottom: -3rem;
    background-image: url("https://d26xiysqbps0f2.cloudfront.net/production/assets/img/misc/owl.png")
}

.message-wall-item.fact-block .squirrel footer:before {
    background-image: url("https://d26xiysqbps0f2.cloudfront.net/production/assets/img/misc/squirrel.png")
}

.message-wall-item.fact-block .top-icon {
    font-weight: 700
}

.message-wall-item.article-block {
    display: block
}

.message-wall-item.article-block .inner {
    padding: 0
}

.message-wall-item.article-block .image {
    display: block;
    background-size: cover
}

.message-wall-item.article-block .image:before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-top: 48.275862069%
}

.message-wall-item.article-block .content {
    color: #111
}

.message-wall-item.article-block .content span {
    color: #ea3b30;
    font-weight: 700
}

.message-wall-item.article-block .content span:hover {
    text-decoration: underline
}

.message-wall-item.instagram-block .inner {
    padding: 0
}

.message-wall-item.instagram-block footer {
    padding: 1rem 1.5rem
}

.message-wall-item.tweet-block .post-image {
    background-position: 50% 50%;
    background-size: cover
}

.message-wall-item.youtube-block .inner {
    padding: 0
}

.message-wall-item.youtube-block .video-title {
    font-size: 2.5rem;
    text-align: center;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.message-wall-item.youtube-block .video-title a {
    color: #111;
    text-decoration: none
}

.message-wall-item.youtube-block .post-image {
    padding-bottom: 75%;
    background-size: cover;
    background-repeat: no-repeat
}

.message-wall-loading {
    max-width: 30rem;
    margin: auto;
    text-align: center
}

.message-wall-loading span {
    display: inline-block;
    border-radius: .6rem;
    background: #231f20;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400
}

.our-pledge {
    position: relative
}

.our-pledge h1 {
    text-align: center
}

.our-pledge .text {
    position: relative;
    z-index: 1
}

.our-pledge .background .inner,
.our-pledge .background span:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.our-pledge .background {
    margin-top: 3rem;
    padding-top: 50%;
    z-index: 2
}

.our-pledge .background span {
    position: absolute;
    top: .6rem;
    right: .6rem;
    bottom: .6rem;
    left: .6rem;
    background-size: cover
}

@media screen and (min-width: 880px) {
    .our-pledge {
        padding: 8rem 7rem
    }

    .our-pledge .text {
        float: right;
        max-width: 36rem
    }

    .our-pledge .background {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 0
    }

    .our-pledge .background {
        padding-top: 0
    }

    .our-pledge:before {
        content: "";
        display: block;
        position: absolute;
        top: 3rem;
        left: -4rem;
        z-index: 2;
        width: 7.2rem;
        height: 6.6rem;
    }

    .in-partnership {
        padding: 1.2rem 0;
        margin: 0 -.6rem;
        text-align: center
    }
}

    @media screen and (min-width: 480px) {
        .in-partnership {
            padding: 5.4rem 0;
            margin: 0 -.9rem
        }
    }

    .in-partnership ul {
        visibility: hidden
    }

    .in-partnership li {
        float: left;
        width: 50%;
        padding: 0 .6rem
    }

    .in-partnership li:nth-child(odd) {
        clear: left
    }

    @media screen and (min-width: 480px) {
        .in-partnership li {
            padding: 0 .9rem
        }
    }

    @media screen and (min-width: 495px) {
        .in-partnership li {
            width: 25%
        }

        .in-partnership li:nth-child(odd) {
            clear: none
        }
    }

    .no-touchevents .in-partnership li:hover img {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9)
    }

    .in-partnership img {
        display: block;
        width: 100%;
        -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275)
    }

    .in-partnership .label {
        position: relative
    }

    .in-partnership .label:before {
        content: "";
        display: block;
        position: relative;
        width: 100%;
        padding-top: 57%
    }

    .in-partnership .label h2 {
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        margin: 0;
        padding: 0 .2rem;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    @media screen and (max-width: 679px) {
        .in-partnership .label h2 {
            font-size: 2rem
        }
    }

    .in-partnership .block {
        display: block
    }

    .scroll-down {
        display: none;
        position: relative
    }

    .scroll-down:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        width: 10rem;
        height: 10rem;
        margin-left: -5rem;
        background: url("https://d26xiysqbps0f2.cloudfront.net/production/assets/img/about/scroll.png") no-repeat;
        background-size: cover
    }

    @media screen and (min-height: 1100px) {
        .scroll-down {
            display: block
        }
    }

    .around-the-world {
        position: relative;
        max-width: 780px;
        padding: 2rem 2rem 8rem;
        margin: auto;
        text-align: center
    }

    @media screen and (min-width: 768px) {
        .around-the-world {
            padding: 2rem
        }
    }

    .around-the-world .intro,
    .around-the-world .outro {
        position: relative;
        z-index: 2;
        max-width: 40rem;
        margin: auto
    }

    .around-the-world .intro h1,
    .around-the-world .intro h2,
    .around-the-world .outro h1,
    .around-the-world .outro h2 {
        margin-bottom: 0;
        font-size: 3rem
    }

    .around-the-world .intro p,
    .around-the-world .outro p {
        margin-top: 1rem
    }

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

        .around-the-world .intro,
        .around-the-world .outro {
            width: 44%
        }
    }

    .around-the-world .intro {
        margin: 10px auto
    }

    @media screen and (min-width: 768px) {
        .around-the-world .intro {
            margin: 10px
        }
    }

    .around-the-world .intro .panel {
        z-index: 1;
        margin: 0
    }

    .around-the-world .intro .inner {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .around-the-world .intro .decoration {
        position: absolute;
        top: -5rem;
        left: -3rem;
        z-index: 0;
        width: 15rem;
        height: 18.8rem;
        background: url("https://d26xiysqbps0f2.cloudfront.net/production/assets/img/about/timeline/intro.png");
        background-size: cover
    }

    .around-the-world .outro>.inner {
        padding-left: 2rem;
        padding-right: 10rem
    }

    .around-the-world .outro .image {
        position: absolute;
        top: 50%;
        right: -2rem;
        z-index: 1;
        width: 10rem;
        margin: 0;
        -webkit-transform: translateY(-50%) rotate(2deg);
        -ms-transform: translateY(-50%) rotate(2deg);
        transform: translateY(-50%) rotate(2deg)
    }

    .around-the-world .outro img {
        display: block
    }

    @media screen and (min-width: 768px) {
        .around-the-world .outro {
            float: right
        }

        .around-the-world .outro>.inner {
            padding-right: 8rem
        }

        .around-the-world .outro .image {
            right: -8rem;
            width: auto;
            max-width: 14rem
        }
    }

    .around-the-world ul {
        position: relative;
        z-index: 1
    }

    .around-the-world li {
        position: relative;
        max-width: 30rem;
        margin: 16rem auto
    }

    .around-the-world li:before {
        content: "";
        display: block;
        position: relative;
        width: 100%;
        padding-top: 28%
    }

    .around-the-world li:last-child {
        margin-bottom: 10rem
    }

    @media screen and (min-width: 768px) {
        .around-the-world li {
            clear: both;
            width: 42%;
            max-width: 100%;
            margin: 0
        }

        .around-the-world li:last-child {
            margin-bottom: auto
        }
    }

    @media screen and (min-width: 768px) {
        .around-the-world li:nth-child(odd) {
            float: right
        }
    }

    .around-the-world li:nth-child(odd) p {
        -webkit-transform: rotate(-1deg);
        -ms-transform: rotate(-1deg);
        transform: rotate(-1deg)
    }

    .around-the-world li:nth-child(odd) i:before {
        right: auto;
        left: 100%
    }

    .around-the-world li .content {
        position: relative;
        z-index: 1
    }

    .around-the-world li h2,
    .around-the-world li .decoration {
        position: absolute;
        background: url("https://d26xiysqbps0f2.cloudfront.net/production/assets/img/about/timeline/sprite.png");
        background-size: 19.6rem 57.2rem
    }

    .around-the-world li .decoration {
        z-index: 4
    }

    .around-the-world li h2 {
        z-index: 15
    }

    .around-the-world li p {
        position: relative;
        z-index: 10;
        padding: 1rem 2rem;
        margin: 0;
        background: #ea3b30;
        color: #fff;
        font-weight: 400;
        -webkit-transform: rotate(1deg);
        -ms-transform: rotate(1deg);
        transform: rotate(1deg)
    }

    .around-the-world li i {
        display: none;
        position: absolute;
        top: 50%;
        z-index: 0;
        width: 2.8rem;
        height: 2.8rem;
        margin-top: -1.4rem;
        background: url("https://d26xiysqbps0f2.cloudfront.net/production/assets/img/about/timeline/point.png") no-repeat;
        background-size: cover
    }

    .around-the-world li i:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 100%;
        width: 20rem;
        height: 4px;
        margin-top: -2px;
        background: rgba(17, 17, 17, 0.1)
    }

    @media screen and (min-width: 768px) {
        .around-the-world li i {
            display: block
        }
    }

    .around-the-world .map-thumb {
        position: absolute;
        bottom: 4rem;
        left: -1rem;
        z-index: 1;
        width: 80%
    }

    .around-the-world .map-thumb .pin {
        position: absolute;
        width: 2.8rem;
        height: 4.2rem;
        margin: -2.1rem 0 0 -1.4rem;
        background: url("https://d26xiysqbps0f2.cloudfront.net/production/assets/img/about/timeline/pin.png") no-repeat;
        background-size: cover
    }

    .around-the-world .map-thumb img {
        display: block;
        width: 100%
    }

    .around-the-world .thumbnail {
        position: absolute;
        bottom: 3rem;
        right: -.2rem;
        z-index: 5;
        width: 51.2%;
        -webkit-transform: rotate(8deg);
        -ms-transform: rotate(8deg);
        transform: rotate(8deg)
    }

    .around-the-world .thumbnail img {
        display: block;
        width: 100%
    }

    .around-the-world .atw-timeline-india h2 {
        bottom: 223%;
        left: 2%;
        width: 12rem;
        height: 6.7rem;
        background-position: 0 -10.2rem
    }

    .around-the-world .atw-timeline-india .decoration {
        bottom: 256%;
        left: 26%;
        width: 9.6rem;
        height: 9.5rem;
        background-position: -8.5rem 100%
    }

    .around-the-world .atw-timeline-india .map-thumb {
        right: -1rem;
        left: auto
    }

    .around-the-world .atw-timeline-india .pin {
        top: 45%;
        left: 62%
    }

    .around-the-world .atw-timeline-india .thumbnail {
        right: auto;
        left: -.2rem;
        -webkit-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
        transform: rotate(-8deg)
    }

    .around-the-world .atw-timeline-india i {
        right: 117%
    }

    .around-the-world .atw-timeline-honduras h2 {
        bottom: 283%;
        left: -3%;
        width: 19.6rem;
        height: 8rem;
        background-position: 0 -22.6rem
    }

    .around-the-world .atw-timeline-honduras .decoration {
        bottom: 256%;
        left: 50%;
        width: 8.5rem;
        height: 9.5rem;
        background-position: 0 100%
    }

    .around-the-world .atw-timeline-honduras .pin {
        top: 48%;
        left: 40%
    }

    .around-the-world .atw-timeline-honduras i {
        left: 118%
    }

    .around-the-world .atw-timeline-kenya h2 {
        bottom: 232%;
        right: 2%;
        width: 14rem;
        height: 5.7rem;
        background-position: 0 -16.9rem
    }

    .around-the-world .atw-timeline-kenya .decoration {
        bottom: 244%;
        right: 4%;
        width: 16.5rem;
        height: 9.1rem;
        background-position: 0 -30.6rem
    }

    .around-the-world .atw-timeline-kenya .pin {
        top: 46%;
        left: 48%
    }

    .around-the-world .atw-timeline-kenya i {
        right: 115%
    }

    .around-the-world .atw-timeline-uk h2 {
        bottom: 254%;
        left: 1%;
        width: 19.6rem;
        height: 10.2rem;
        background-position: 0 0
    }

    .around-the-world .atw-timeline-uk .decoration {
        bottom: 264%;
        right: -7%;
        width: 18.5rem;
        height: 8rem;
        background-position: 0 -39.7rem
    }

    .around-the-world .atw-timeline-uk .pin {
        top: 50%;
        left: 50%
    }

    .around-the-world .atw-timeline-uk i {
        left: 116%
    }

    .around-the-world .line {
        position: absolute;
        top: 2rem;
        bottom: 10rem;
        left: 50%;
        z-index: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .around-the-world .line svg {
        display: block;
        position: relative;
        height: 100%
    }

    @media screen and (min-width: 768px) {
        .around-the-world .line {
            top: 10%;
            bottom: auto;
            width: 7%;
            height: auto;
            margin-left: -3.5%;
            -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
            transform: translateX(0%)
        }

        .around-the-world .line:before {
            content: "";
            display: block;
            position: relative;
            width: 100%;
            padding-top: 1463.57762972%
        }

        .around-the-world .line svg {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            height: auto
        }
    }

    .around-the-world .line path {
        fill: #fff
    }

    .discovering-tea,
    .carbon-neutral {
        margin-top: 8rem;
        margin-bottom: 8rem
    }

    .discovering-tea h1,
    .carbon-neutral h1 {
        margin-top: 0;
        text-align: center
    }

    .discovering-tea p:last-child,
    .carbon-neutral p:last-child {
        margin-bottom: 0
    }

    .discovering-tea img,
    .carbon-neutral img {
        display: block
    }

    .discovering-tea>.inner,
    .carbon-neutral>.inner {
        padding: 2rem
    }

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

        .discovering-tea>.inner,
        .carbon-neutral>.inner {
            padding: 4rem
        }
    }

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

        .discovering-tea>.inner,
        .carbon-neutral>.inner {
            padding: 6rem
        }
    }

    .discovering-tea .sprig,
    .carbon-neutral .sprig {
        position: absolute;
        z-index: 0;
        width: 18.5rem;
        background: url("https://d26xiysqbps0f2.cloudfront.net/production/assets/img/about/discovering-tea/sprig.png") no-repeat;
        background-size: cover
    }

    .discovering-tea .sprig:before,
    .carbon-neutral .sprig:before {
        content: "";
        display: block;
        position: relative;
        width: 100%;
        padding-top: 155.135135135%
    }

    .discovering-tea>.inner {
        background: #fff url("https://d26xiysqbps0f2.cloudfront.net/production/assets/img/about/discovering-tea/background.jpg") 0 50% no-repeat;
        background-size: 100% 100%
    }

    .discovering-tea .imagery {
        position: relative;
        margin-bottom: 5rem
    }

    @media screen and (min-width: 450px) {
        .discovering-tea .imagery {
            float: right;
            width: 45%;
            margin: 0 -2rem 3rem 3rem
        }
    }

    @media screen and (min-width: 768px) {
        .discovering-tea .imagery {
            margin: -1rem -2rem 3rem 4rem;
            width: 33rem
        }
    }

    @media screen and (min-width: 1024px) {
        .discovering-tea .imagery {
            width: auto
        }
    }

    .discovering-tea .image {
        position: relative;
        z-index: 1;
        margin-right: 4rem;
        -webkit-transform: rotate(-4deg);
        -ms-transform: rotate(-4deg);
        transform: rotate(-4deg)
    }

    .discovering-tea .packshot {
        position: absolute;
        bottom: 0;
        right: -20%;
        z-index: 2;
        width: 80%
    }

    @media screen and (min-width: 768px) {
        .discovering-tea .packshot {
            width: auto
        }
    }

    .discovering-tea .sprig {
        top: -5rem;
        right: -12rem
    }

    @media screen and (max-width: 767px) {
        .discovering-tea .sprig {
            right: -20%;
            width: 50%
        }
    }

    .discovering-tea .trees {
        position: absolute;
        bottom: 100%;
        left: 1%;
        z-index: -1;
        width: 43.2%;
        max-width: 42.2rem;
        min-width: 32rem;
        margin-bottom: -.5rem;
        background: url("https://d26xiysqbps0f2.cloudfront.net/production/assets/img/about/discovering-tea/trees.png") no-repeat;
        background-size: cover
    }

    .discovering-tea .trees:before {
        content: "";
        display: block;
        position: relative;
        width: 100%;
        padding-top: 33.4123222749%
    }

    .carbon-neutral .imagery {
        float: left;
        position: relative;
        width: 50%;
        margin-left: -26%
    }

    @media screen and (min-width: 390px) {
        .carbon-neutral .imagery {
            width: 30%;
            margin-left: -11%
        }
    }

    @media screen and (min-width: 580px) {
        .carbon-neutral .imagery {
            margin-left: -2rem
        }
    }

    @media screen and (min-width: 680px) {
        .carbon-neutral .imagery {
            width: 45%
        }
    }

    @media screen and (min-width: 768px) {
        .carbon-neutral .imagery {
            margin-top: -2rem
        }
    }

    .carbon-neutral .image {
        width: 63.5%
    }

    @media screen and (max-width: 579px) {
        .carbon-neutral .image {
            margin: 10px auto
        }
    }

    .carbon-neutral .right {
        -webkit-transform: rotate(1deg);
        -ms-transform: rotate(1deg);
        transform: rotate(1deg)
    }

    @media screen and (min-width: 580px) {
        .carbon-neutral .right {
            float: right
        }
    }

    @media screen and (min-width: 680px) {
        .carbon-neutral .right {
            margin-left: 13rem
        }
    }

    .carbon-neutral .left {
        position: relative;
        z-index: 5;
        -webkit-transform: translateY(-10%) rotate(-6deg);
        -ms-transform: translateY(-10%) rotate(-6deg);
        transform: translateY(-10%) rotate(-6deg)
    }

    @media screen and (min-width: 580px) {
        .carbon-neutral .left {
            position: absolute;
            top: 50%;
            left: -16%;
            -webkit-transform: translateY(-50%) rotate(-6deg);
            -ms-transform: translateY(-50%) rotate(-6deg);
            transform: translateY(-50%) rotate(-6deg)
        }
    }

    .carbon-neutral .text {
        padding-left: 2rem;
        margin-left: 20%
    }

    @media screen and (min-width: 580px) {
        .carbon-neutral .text {
            margin-left: 30%
        }
    }

    @media screen and (min-width: 680px) {
        .carbon-neutral .text {
            padding-left: 5rem;
            margin-left: 45%
        }
    }

    .carbon-neutral .sprig {
        display: none;
        top: -5rem;
        right: 100%;
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

    @media screen and (min-width: 680px) {
        .carbon-neutral .sprig {
            display: block
        }
    }

    .what-were-doing {
        position: relative;
        margin-top: 12rem
    }

    .what-were-doing .panel {
        position: relative;
        z-index: 1
    }

    .what-were-doing .panel>.inner {
        padding: 2rem
    }

    @media screen and (min-width: 680px) {
        .what-were-doing .panel>.inner {
            padding: 7rem 4rem 4rem
        }
    }

    @media screen and (min-width: 768px) {
        .what-were-doing .panel>.inner {
            padding: 7rem 6rem 6rem
        }
    }

    .what-were-doing header {
        position: relative;
        z-index: 2;
        width: 100%
    }

    .what-were-doing header:before {
        content: "";
        display: block;
        position: relative;
        width: 100%;
        padding-top: 27.3684210526%
    }

    @media screen and (min-width: 580px) {
        .what-were-doing header {
            position: absolute;
            top: 0;
            left: 0
        }
    }

    .what-were-doing .title {
        position: absolute;
        bottom: 2rem;
        left: 0;
        z-index: 20;
        width: 100%
    }

    @media screen and (min-width: 680px) {
        .what-were-doing .title {
            bottom: -1rem
        }
    }

    .what-were-doing h1 {
        display: block;
        position: relative;
        width: 100%;
        max-width: 51.4rem;
        margin: 0 auto
    }

    .what-were-doing h1>span {
        display: block;
        position: relative;
        z-index: 1;
        background: url("https://d26xiysqbps0f2.cloudfront.net/production/assets/img/about/what-were-doing/million-sprite.png");
        background-size: 100% auto
    }

    .what-were-doing h1>span span {
        display: none
    }

    .what-were-doing .number:before {
        content: "";
        display: block;
        position: relative;
        width: 100%;
        padding-top: 25.6809338521%
    }

    .what-were-doing .saplings {
        z-index: 2;
        margin-top: -2.5rem;
        background-position: 0 -81.7%
    }

    .what-were-doing .saplings:before {
        content: "";
        display: block;
        position: relative;
        width: 100%;
        padding-top: 17.1206225681%
    }

    .what-were-doing .bg {
        position: absolute;
        right: 0;
        bottom: -.8rem;
        left: 0;
        z-index: 0;
        background-position: 0 100%
    }

    .what-were-doing .bg:before {
        content: "";
        display: block;
        position: relative;
        width: 100%;
        padding-top: 20.6225680934%
    }

    .what-were-doing .trees-wrapper {
        position: relative;
        z-index: 0;
        margin-bottom: -4rem
    }

    .what-were-doing .trees-wrapper:before {
        content: "";
        display: block;
        position: relative;
        width: 100%;
        padding-top: 27.3684210526%
    }

    .what-were-doing .trees {
        position: absolute;
        top: 0;
        right: 10%;
        left: 10%;
        z-index: 0;
        width: 80%;
        height: 100%
    }

    .what-were-doing .trees div {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        background: url("https://d26xiysqbps0f2.cloudfront.net/production/assets/img/about/what-were-doing/background-trees.png") 50% 0 no-repeat;
        background-size: 100% auto
    }

    .what-were-doing .trees span {
        display: block;
        position: absolute;
        bottom: 1%;
        left: 50%;
        width: 10%;
        background: url("https://d26xiysqbps0f2.cloudfront.net/production/assets/img/about/what-were-doing/tree-sprite.png");
        background-size: 300% auto;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .what-were-doing .trees span:before {
        content: "";
        display: block;
        position: relative;
        width: 100%;
        padding-top: 165.818181818%
    }

    .what-were-doing .trees span:nth-child(1) {
        bottom: -15%;
        left: 0;
        width: 18%;
        z-index: 2
    }

    .what-were-doing .trees span:nth-child(2) {
        bottom: -15%;
        left: 5.7923076923%;
        width: 20%;
        z-index: 1
    }

    .what-were-doing .trees span:nth-child(3) {
        bottom: -24.5%;
        left: 15.5846153846%;
        width: 22.5%;
        z-index: 1
    }

    .what-were-doing .trees span:nth-child(4) {
        bottom: -17.5%;
        left: 23.6769230769%;
        width: 24%;
        z-index: 5
    }

    .what-were-doing .trees span:nth-child(5) {
        bottom: -1.75;
        left: 33.16%;
        width: 23%;
        z-index: 3
    }

    .what-were-doing .trees span:nth-child(6) {
        bottom: -28%;
        left: 38.9615384615%;
        width: 26%;
        z-index: 4
    }

    .what-were-doing .trees span:nth-child(7) {
        bottom: -30%;
        left: 45.8538461538%;
        width: 27%;
        z-index: 11
    }

    .what-were-doing .trees span:nth-child(8) {
        bottom: -35%;
        left: 52.9461538462%;
        width: 28%;
        z-index: 5
    }

    .what-were-doing .trees span:nth-child(9) {
        bottom: -30%;
        left: 59.8384615385%;
        width: 24%;
        z-index: 11
    }

    .what-were-doing .trees span:nth-child(10) {
        bottom: -24.5%;
        left: 67.7307692308%;
        width: 27%;
        z-index: 8
    }

    .what-were-doing .trees span:nth-child(11) {
        bottom: -10.5%;
        left: 78.5230769231%;
        width: 24%;
        z-index: 8
    }

    .what-were-doing .trees span:nth-child(12) {
        bottom: -24.5%;
        left: 85.1153846154%;
        width: 25%;
        z-index: 3
    }

    .what-were-doing .trees span:nth-child(13) {
        bottom: -21%;
        left: 91.4076923077%;
        width: 20%;
        z-index: 6
    }

    .what-were-doing .trees span:nth-child(14) {
        bottom: -35%;
        left: 100%;
        width: 24%;
        z-index: 9
    }

    .what-were-doing .trees .tree-a {
        background-position: 0 0
    }

    .what-were-doing .trees .tree-b {
        background-position: 50% 0
    }

    .what-were-doing .trees .tree-c {
        background-position: 100% 0
    }

    .what-were-doing .imagery {
        position: relative;
        max-width: 30rem;
        margin: 2rem auto
    }

    .what-were-doing .imagery:before {
        content: "";
        display: block;
        position: relative;
        width: 100%;
        padding-top: 85.7142857143%
    }

    @media screen and (min-width: 480px) {
        .what-were-doing .imagery {
            float: left;
            width: 45%;
            margin: 3rem 3rem 3rem 0
        }
    }

    @media screen and (min-width: 680px) {
        .what-were-doing .imagery {
            margin: 3rem 6rem 3rem 0
        }
    }

    .what-were-doing .imagery .image {
        position: absolute;
        bottom: 4%;
        left: 0;
        z-index: 0;
        width: 60%;
        max-width: 21rem;
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    .what-were-doing .imagery .image img {
        display: block
    }

    @media screen and (min-width: 680px) {
        .what-were-doing .imagery .image {
            bottom: 14%
        }
    }

    .what-were-doing .imagery .kenya {
        position: absolute;
        right: 0;
        bottom: 4%;
        z-index: 1;
        width: 55%
    }

    @media screen and (min-width: 680px) {
        .what-were-doing .imagery .kenya {
            bottom: 14%
        }
    }

    .what-were-doing .button-wrapper {
        clear: both;
        margin: 2rem 0
    }

    .what-were-doing .button-wrapper a {
        margin: 1rem 0
    }

    .charity-info {
        text-align: center;
        font-size: 1.2rem;
        opacity: .6
    }

    .activity-sheets>.inner {
        padding: 2rem
    }

    @media screen and (min-width: 680px) {
        .activity-sheets>.inner {
            padding: 4rem
        }
    }

    @media screen and (min-width: 768px) {
        .activity-sheets>.inner {
            padding: 5rem
        }
    }

    .activity-sheets-header {
        text-align: center
    }

    .activity-sheets-content {
        margin-top: 3rem
    }

    @media screen and (min-width: 768px) {
        .activity-sheets-content {
            margin-top: 3rem
        }
    }

    .activity-sheets-list {
        text-align: center
    }

    .activity-sheets-list>div,
    .activity-sheets-list>li {
        display: block;
        float: left
    }

    .activity-sheets-list>* {
        margin-top: 4rem
    }

    .activity-sheets-list>*:first-child {
        margin-top: 0
    }

    @media screen and (min-width: 680px) {
        .activity-sheets-list>* {
            margin-top: 4rem
        }

        .activity-sheets-list>*:nth-child(2) {
            margin-top: 0
        }

        .activity-sheets-list>*:nth-child(3) {
            clear: both
        }
    }

    @media screen and (min-width: 768px) {
        .activity-sheets-list>* {
            margin-top: 5rem
        }

        .activity-sheets-list>*:nth-child(3) {
            clear: none;
            margin-top: 0
        }

        .activity-sheets-list>*:nth-child(4) {
            clear: both
        }
    }

    .activity-sheets-list .preview {
        display: block;
        margin: 0 auto;
        max-width: 200px;
        width: 100%
    }

    .activity-sheets-list .title {
        font-size: 2.4rem
    }

    @media screen and (min-width: 680px) {
        .activity-sheets-list>.gruffalo-footprint {
            float: right
        }
    }

    .activity-sheets-list>.gruffalo-footprint article {
        margin: 0 auto
    }

    .activity-sheets-list>.gruffalo-footprint .preview {
        margin: 10px auto;
        max-width: 400px;
        box-shadow: none;
        position: relative;
        z-index: 1
    }

    .activity-sheets-list>.gruffalo-footprint .preview img {
        display: block
    }

    .activity-sheets-list>.gruffalo-footprint .info {
        position: absolute;
        right: 0;
        bottom: -2rem;
        left: 50%;
        z-index: 2;
        padding: .5rem;
        width: 24rem;
        margin-left: -12rem;
        -webkit-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
        transform: rotate(-2deg);
        box-shadow: none
    }

    @media screen and (min-width: 768px) {
        .activity-sheets-list>.gruffalo-footprint .info {
            bottom: -4rem
        }
    }

    @media screen and (min-width: 1024px) {
        .activity-sheets-list>.gruffalo-footprint .info {
            bottom: -3rem
        }
    }

    .activity-sheets-list>.gruffalo-footprint .title {
        margin-top: 0
    }

    .activity-sheets-list>.gruffalo-footprint .download {
        position: relative;
        z-index: 100
    }

    .activity-sheets-list>.gruffalo-footprint .download a {
        width: 100%
    }

    .activity-sheets-list>.gruffalo-footprint .sprig {
        display: none;
        position: absolute;
        top: -8rem;
        left: 95%;
        z-index: 0;
        width: 18.5rem;
        background: url("https://d26xiysqbps0f2.cloudfront.net/production/assets/img/about/discovering-tea/sprig.png") no-repeat;
        background-size: cover
    }

    .activity-sheets-list>.gruffalo-footprint .sprig:before {
        content: "";
        display: block;
        position: relative;
        width: 100%;
        padding-top: 155.135135135%
    }

    @media screen and (min-width: 768px) {
        .activity-sheets-list>.gruffalo-footprint .sprig {
            display: block
        }
    }

    .vanishing-wood-game>.inner {
        padding: 2rem
    }

    @media screen and (min-width: 680px) {
        .vanishing-wood-game>.inner {
            padding: 4rem
        }
    }

    @media screen and (min-width: 768px) {
        .vanishing-wood-game>.inner {
            padding: 5rem
        }
    }

    .vanishing-wood-game .terms {
        margin: 3rem 0 0;
        font-size: 1.2rem;
        text-align: center;
        color: #888
    }

    .game-wrapper {
        position: relative;
        margin: 3rem 0
    }

    .flash .game-wrapper:before {
        content: "";
        display: block;
        position: relative;
        width: 100%;
        padding-top: 66.6666666667%
    }

    .no-flash .game-wrapper object,
    .no-flash .game-wrapper .game {
        display: none
    }

    .no-flash .game-wrapper .fallback {
        display: block
    }

    .game-wrapper .fallback {
        display: none
    }

    .game-wrapper object {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }

    .game-download {
        text-align: center
    }

    .a-million-new-trees .inner {
        font-size: 0
    }

    .a-million-new-trees .text,
    .a-million-new-trees .video-thumbnail {
        display: inline-block;
        vertical-align: top
    }

    .a-million-new-trees .video-thumbnail {
        box-shadow: 0 0 1rem 1rem rgba(17, 17, 17, 0.5)
    }

    .a-million-new-trees .video-thumbnail img {
        display: block
    }

    .a-million-new-trees .video-thumbnail .icon-play-variant {
        position: absolute;
        top: calc(50% - 5rem);
        left: calc(50% - 5rem);
        text-align: center;
        font-size: 10rem;
        color: #111;
        width: 10rem;
        height: 10rem
    }

    .a-million-new-trees .video-thumbnail .icon-play-variant:before {
        position: relative;
        z-index: 2;
        line-height: 1em
    }

    .a-million-new-trees .video-thumbnail .icon-play-variant:after {
        content: "";
        display: block;
        position: absolute;
        top: 1%;
        right: 0;
        z-index: 0;
        width: 97%;
        height: 97%;
        background: #ffd24f;
        border-radius: 50%;
        -webkit-transition: background 0.2s cubic-bezier(0.365, 0.005, 0.355, 1);
        transition: background 0.2s cubic-bezier(0.365, 0.005, 0.355, 1)
    }

    .a-million-new-trees .video-thumbnail:hover .icon-play-variant:after {
        background: #ea3b30
    }

    @media screen and (min-width: 560px) {
        .a-million-new-trees .video-thumbnail {
            position: absolute;
            top: 50%;
            left: -4%;
            width: 35%;
            -webkit-transform: translateY(-55%) rotate(-2deg);
            -ms-transform: translateY(-55%) rotate(-2deg);
            transform: translateY(-55%) rotate(-2deg)
        }
    }

    @media screen and (min-width: 1024px),
    (max-width: 559px) {
        .a-million-new-trees .video-thumbnail {
            margin: 0;
            box-shadow: none;
            background: none
        }

        .a-million-new-trees .video-thumbnail:before,
        .a-million-new-trees .video-thumbnail:after,
        .a-million-new-trees .video-thumbnail .inner:before,
        .a-million-new-trees .video-thumbnail .inner:after {
            content: none
        }
    }

    @media screen and (min-width: 1024px) {
        .a-million-new-trees .video-thumbnail {
            top: 50%;
            left: 4%;
            width: 42%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%)
        }
    }

    @media screen and (min-width: 1070px) {
        .a-million-new-trees .video-thumbnail {
            position: relative;
            top: auto;
            left: auto;
            width: 58%;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none
        }
    }

    .a-million-new-trees .text {
        display: block;
        font-size: 1.8rem
    }

    .a-million-new-trees .text h1 {
        text-align: center
    }

    @media screen and (min-width: 560px) {
        .a-million-new-trees .text {
            margin-left: 35%
        }
    }

    @media screen and (min-width: 1024px) {
        .a-million-new-trees .text {
            margin-left: 50%
        }
    }

    @media screen and (min-width: 1070px) {
        .a-million-new-trees .text {
            display: inline-block;
            width: 42%;
            margin-left: auto
        }
    }

    @media screen and (min-width: 1128px) {
        .a-million-new-trees .text {
            padding-top: 5rem
        }
    }

    .activities {
        padding: .6rem 0;
        text-align: center
    }

    @media screen and (min-width: 410px) {
        .activities {
            padding: 1.5rem 0;
            margin: 0 -.6rem
        }
    }

    @media screen and (min-width: 480px) {
        .activities {
            padding: 3rem 0;
            margin: 0 -.9rem
        }
    }

    .activities .column {
        padding: .6rem 0
    }

    @media screen and (min-width: 410px) {
        .activities .column {
            float: left;
            width: 50%;
            padding: 0 .6rem;
            margin: 0
        }
    }

    @media screen and (min-width: 480px) {
        .activities .column {
            padding: 0 .9rem
        }
    }

    .activities .white-block {
        display: block
    }

    .activities .white-block img {
        width: 100%
    }

    .activities h2 {
        margin: 0;
        text-align: center
    }

    .activities p {
        margin: 1rem 0 0
    }

    .activities .button-wrapper {
        margin-top: 1.5rem
    }

    @media screen and (min-width: 768px) {
        .activities .column {
            float: left;
            width: 50%
        }

        .activities .text {
            padding: 1.4rem
        }

        .activities .text>*:first-child {
            margin-top: 0
        }

        .activities .text>*:last-child {
            margin-bottom: 0
        }
    }

    .flash .activities .no-flash,
    .no-flash .activities .flash {
        display: none
    }

    .message-wall {
        padding: 1.5rem 0
    }

    @media screen and (min-width: 480px) {
        .message-wall {
            padding: 3rem 0
        }
    }

    .message-wall .intro {
        position: relative;
        max-width: 60rem;
        padding: 1.3rem 2rem 4rem;
        margin: auto;
        text-align: center
    }

    .message-wall .intro:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: -1;
        width: 150%;
        height: 150%;
        margin: -25% 0 0 -75%;
        background: url("https://d26xiysqbps0f2.cloudfront.net/production/assets/img/background/cloud-2.png") no-repeat;
        background-size: 100% 100%
    }

    .message-wall .intro .tag {
        color: #ea3b30;
        font-weight: 700
    }

    .message-wall-wrapper {
        margin-bottom: 3rem
    }

    @media screen and (min-width: 560px) and (max-width: 1023px) {
        .message-wall-wrapper .message-wall-item-wrapper:last-child {
            display: none
        }
    }

    .sign-up-panel {
        display: block;
        position: relative;
        max-width: 80rem;
        margin: 4rem auto;
        text-align: center
    }

    .sign-up-panel h2 {
        display: inline-block;
        position: relative;
        z-index: 1;
        width: 80%;
        max-width: 54rem;
        margin: auto;
        background: url("https://d26xiysqbps0f2.cloudfront.net/production/assets/img/home/sign-up.png") 0 100% no-repeat;
        background-size: 149% auto
    }

    .sign-up-panel h2:before {
        content: "";
        display: block;
        position: relative;
        width: 100%;
        padding-top: 17.7777777778%
    }

    .sign-up-panel h2 span {
        display: none
    }

    .sign-up-panel .bg {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 0;
        background: url("https://d26xiysqbps0f2.cloudfront.net/production/assets/img/home/sign-up.png") 0 0 no-repeat;
        background-size: 100% auto
    }

    .sign-up-panel .bg:before {
        content: "";
        display: block;
        position: relative;
        width: 100%;
        padding-top: 12%
    }

    .sign-up-panel .button-small-orange {
        margin: auto
    }

    @media screen and (min-width: 800px) {
        .sign-up-panel:before {
            content: "";
            display: block;
            position: relative;
            width: 100%;
            padding-top: 12%
        }

        .sign-up-panel h2 {
            display: block;
            margin: 0
        }

        .sign-up-panel div {
            position: absolute;
            top: 0;
            right: 0;
            left: 0
        }

        .sign-up-panel .button-small-orange {
            position: absolute;
            right: 6%;
            top: 50%;
            z-index: 2;
            margin-top: -1.8rem;
            font-size: 1.4rem
        }
    }

    .four-oh-four {
        margin: 12rem;
        text-align: center
    }

    .four-oh-four .inner {
        padding: 4rem
    }

    .map-wrapper {
        position: relative;
        width: 100vw;
        height: 100vh;
        background: #4cc9e4;
        z-index: 5
    }

    .map-scroll {
        position: relative;
        z-index: 0;
        width: 100%;
        height: 100%;
        overflow: hidden
    }

    .touchevents .map-scroll {
        overflow: scroll;
        -webkit-overflow-scrolling: touch
    }

    .minimap-wrapper {
        visibility: hidden;
        position: fixed;
        bottom: 5%;
        right: 5%;
        z-index: 8
    }

    @media screen and (min-height: 1024px) {
        .minimap-wrapper {
            bottom: 5%;
            margin-bottom: 5rem
        }
    }

    .map-transition {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 0;
        opacity: 0
    }

    .map-transition span {
        display: block;
        position: absolute;
        top: 1066px;
        left: 165px;
        width: 260vmax;
        height: 260vmax;
        margin: -130vmax 0 0 -130vmax;
        border-radius: 50%;
        background: #fff
    }

    .minimap {
        width: 10rem;
        height: 10rem;
        background-size: cover
    }

    .minimap--kenya {
        background-image: url(/assets/img/map/low-quality-kenya.jpg)
    }

    .minimap--uk {
        background-image: url(/assets/img/map/low-quality-uk.jpg)
    }

    @media screen and (min-width: 680px) and (min-height: 480px) {
        .minimap {
            width: 12rem;
            height: 12rem
        }
    }

    @media screen and (min-width: 768px) and (min-height: 680px) {
        .minimap {
            width: 16rem;
            height: 16rem
        }
    }

    @media screen and (min-width: 1024px) and (min-height: 768px) {
        .minimap {
            width: 20rem;
            height: 20rem
        }
    }

    .minimap span {
        display: block;
        position: absolute;
        z-index: 0;
        border: solid 0.3rem #ea3b30;
        border-radius: .3rem
    }

    .controls {
        position: absolute;
        top: -3.52rem;
        right: -3.52rem;
        z-index: 1;
        width: 8.8rem;
        height: 8.8rem;
        background: url("https://d26xiysqbps0f2.cloudfront.net/production/assets/img/map/controls.png") 0 0 no-repeat;
        background-size: 17.6rem 8.8rem;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275)
    }

    .touchevents .controls {
        display: none
    }

    .controls:hover {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .controls:hover span {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .controls span {
        display: block;
        position: absolute;
        width: 3rem;
        height: 3rem;
        cursor: pointer;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275)
    }

    .controls span:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url("https://d26xiysqbps0f2.cloudfront.net/production/assets/img/map/controls.png");
        background-size: 17.6rem 8.8rem;
        -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275)
    }

    .controls span:hover {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .controls span:active:before {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8)
    }

    .controls .up,
    .controls .down {
        left: 50%;
        margin-left: -1.5rem
    }

    .controls .up {
        top: 0
    }

    .controls .up:before {
        background-position: -11.8rem 0
    }

    .controls .down {
        bottom: 0
    }

    .controls .down:before {
        background-position: -11.8rem 100%
    }

    .controls .left,
    .controls .right {
        top: 50%;
        margin-top: -1.5rem
    }

    .controls .left {
        left: 0
    }

    .controls .left:before {
        background-position: -8.8rem -3rem
    }

    .controls .right {
        right: 0
    }

    .controls .right:before {
        background-position: 100% -3rem
    }

    .map {
        position: absolute;
        width: 3000px;
        height: 3000px
    }

    .map--uk {
        visibility: hidden
    }

    .map--uk .map-tile {
        background-image: url(/assets/img/map/low-quality-uk.jpg)
    }

    .map--kenya {
        visibility: hidden
    }

    .map--kenya .map-tile {
        background-image: url(/assets/img/map/low-quality-kenya.jpg)
    }

    .map--active {
        visibility: visible
    }

    .map .map-tile {
        position: absolute;
        width: 300px;
        height: 300px;
        background-size: 3000px
    }

    .map .map-tile:before,
    .map .map-tile:after {
        position: absolute;
        top: 1rem;
        color: red
    }

    .map .map-tile:before {
        left: 1rem
    }

    .map .map-tile:after {
        right: 1rem
    }

    .map__swap-trigger {
        visibility: hidden;
        position: fixed;
        bottom: 5%;
        left: 5%;
        z-index: 8;
        cursor: pointer
    }

    .map__swap-trigger--uk {
        background-image: url("https://d26xiysqbps0f2.cloudfront.net/production/assets/img/map/uk-bg.png")
    }

    .map__swap-trigger--uk .compass__text {
        background-image: url("https://d26xiysqbps0f2.cloudfront.net/production/assets/img/map/uk-text.png")
    }

    @media screen and (min-height: 1024px) {
        .map__swap-trigger {
            bottom: 5%;
            margin-bottom: 5rem
        }
    }

    @media screen and (min-width: 680px) and (min-height: 480px) {
        .map__swap-trigger {
            width: 14rem
        }
    }

    @media screen and (min-width: 768px) and (min-height: 680px) {
        .map__swap-trigger {
            width: 17rem
        }
    }

    @media screen and (min-width: 1024px) and (min-height: 768px) {
        .map__swap-trigger {
            width: 21.3rem
        }
    }

    .no-touchevents .map__swap-trigger .compass__text {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275)
    }

    .map__swap-trigger:hover .compass__text {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .map__swap-trigger i,
    .map__swap-trigger .compass,
    .map__swap-trigger .compass__text {
        position: absolute;
        background-size: 100% 100%
    }

    .map-tile-1 {
        top: 0px;
        left: 0px;
        background-position: 0px 0px
    }

    .map-tile-2 {
        top: 0px;
        left: 300px;
        background-position: -300px 0px
    }

    .map-tile-3 {
        top: 0px;
        left: 600px;
        background-position: -600px 0px
    }

    .map-tile-4 {
        top: 0px;
        left: 900px;
        background-position: -900px 0px
    }

    .map-tile-5 {
        top: 0px;
        left: 1200px;
        background-position: -1200px 0px
    }

    .map-tile-6 {
        top: 0px;
        left: 1500px;
        background-position: -1500px 0px
    }

    .map-tile-7 {
        top: 0px;
        left: 1800px;
        background-position: -1800px 0px
    }

    .map-tile-8 {
        top: 0px;
        left: 2100px;
        background-position: -2100px 0px
    }

    .map-tile-9 {
        top: 0px;
        left: 2400px;
        background-position: -2400px 0px
    }

    .map-tile-10 {
        top: 0px;
        left: 2700px;
        background-position: -2700px 0px
    }

    .map-tile-11 {
        top: 300px;
        left: 0px;
        background-position: 0px -300px
    }

    .map-tile-12 {
        top: 300px;
        left: 300px;
        background-position: -300px -300px
    }

    .map-tile-13 {
        top: 300px;
        left: 600px;
        background-position: -600px -300px
    }

    .map-tile-14 {
        top: 300px;
        left: 900px;
        background-position: -900px -300px
    }

    .map-tile-15 {
        top: 300px;
        left: 1200px;
        background-position: -1200px -300px
    }

    .map-tile-16 {
        top: 300px;
        left: 1500px;
        background-position: -1500px -300px
    }

    .map-tile-17 {
        top: 300px;
        left: 1800px;
        background-position: -1800px -300px
    }

    .map-tile-18 {
        top: 300px;
        left: 2100px;
        background-position: -2100px -300px
    }

    .map-tile-19 {
        top: 300px;
        left: 2400px;
        background-position: -2400px -300px
    }

    .map-tile-20 {
        top: 300px;
        left: 2700px;
        background-position: -2700px -300px
    }

    .map-tile-21 {
        top: 600px;
        left: 0px;
        background-position: 0px -600px
    }

    .map-tile-22 {
        top: 600px;
        left: 300px;
        background-position: -300px -600px
    }

    .map-tile-23 {
        top: 600px;
        left: 600px;
        background-position: -600px -600px
    }

    .map-tile-24 {
        top: 600px;
        left: 900px;
        background-position: -900px -600px
    }

    .map-tile-25 {
        top: 600px;
        left: 1200px;
        background-position: -1200px -600px
    }

    .map-tile-26 {
        top: 600px;
        left: 1500px;
        background-position: -1500px -600px
    }

    .map-tile-27 {
        top: 600px;
        left: 1800px;
        background-position: -1800px -600px
    }

    .map-tile-28 {
        top: 600px;
        left: 2100px;
        background-position: -2100px -600px
    }

    .map-tile-29 {
        top: 600px;
        left: 2400px;
        background-position: -2400px -600px
    }

    .map-tile-30 {
        top: 600px;
        left: 2700px;
        background-position: -2700px -600px
    }

    .map-tile-31 {
        top: 900px;
        left: 0px;
        background-position: 0px -900px
    }

    .map-tile-32 {
        top: 900px;
        left: 300px;
        background-position: -300px -900px
    }

    .map-tile-33 {
        top: 900px;
        left: 600px;
        background-position: -600px -900px
    }

    .map-tile-34 {
        top: 900px;
        left: 900px;
        background-position: -900px -900px
    }

    .map-tile-35 {
        top: 900px;
        left: 1200px;
        background-position: -1200px -900px
    }

    .map-tile-36 {
        top: 900px;
        left: 1500px;
        background-position: -1500px -900px
    }

    .map-tile-37 {
        top: 900px;
        left: 1800px;
        background-position: -1800px -900px
    }

    .map-tile-38 {
        top: 900px;
        left: 2100px;
        background-position: -2100px -900px
    }

    .map-tile-39 {
        top: 900px;
        left: 2400px;
        background-position: -2400px -900px
    }

    .map-tile-40 {
        top: 900px;
        left: 2700px;
        background-position: -2700px -900px
    }

    .map-tile-41 {
        top: 1200px;
        left: 0px;
        background-position: 0px -1200px
    }

    .map-tile-42 {
        top: 1200px;
        left: 300px;
        background-position: -300px -1200px
    }

    .map-tile-43 {
        top: 1200px;
        left: 600px;
        background-position: -600px -1200px
    }

    .map-tile-44 {
        top: 1200px;
        left: 900px;
        background-position: -900px -1200px
    }

    .map-tile-45 {
        top: 1200px;
        left: 1200px;
        background-position: -1200px -1200px
    }

    .map-tile-46 {
        top: 1200px;
        left: 1500px;
        background-position: -1500px -1200px
    }

    .map-tile-47 {
        top: 1200px;
        left: 1800px;
        background-position: -1800px -1200px
    }

    .map-tile-48 {
        top: 1200px;
        left: 2100px;
        background-position: -2100px -1200px
    }

    .map-tile-49 {
        top: 1200px;
        left: 2400px;
        background-position: -2400px -1200px
    }

    .map-tile-50 {
        top: 1200px;
        left: 2700px;
        background-position: -2700px -1200px
    }

    .map-tile-51 {
        top: 1500px;
        left: 0px;
        background-position: 0px -1500px
    }

    .map-tile-52 {
        top: 1500px;
        left: 300px;
        background-position: -300px -1500px
    }

    .map-tile-53 {
        top: 1500px;
        left: 600px;
        background-position: -600px -1500px
    }

    .map-tile-54 {
        top: 1500px;
        left: 900px;
        background-position: -900px -1500px
    }

    .map-tile-55 {
        top: 1500px;
        left: 1200px;
        background-position: -1200px -1500px
    }

    .map-tile-56 {
        top: 1500px;
        left: 1500px;
        background-position: -1500px -1500px
    }

    .map-tile-57 {
        top: 1500px;
        left: 1800px;
        background-position: -1800px -1500px
    }

    .map-tile-58 {
        top: 1500px;
        left: 2100px;
        background-position: -2100px -1500px
    }

    .map-tile-59 {
        top: 1500px;
        left: 2400px;
        background-position: -2400px -1500px
    }

    .map-tile-60 {
        top: 1500px;
        left: 2700px;
        background-position: -2700px -1500px
    }

    .map-tile-61 {
        top: 1800px;
        left: 0px;
        background-position: 0px -1800px
    }

    .map-tile-62 {
        top: 1800px;
        left: 300px;
        background-position: -300px -1800px
    }

    .map-tile-63 {
        top: 1800px;
        left: 600px;
        background-position: -600px -1800px
    }

    .map-tile-64 {
        top: 1800px;
        left: 900px;
        background-position: -900px -1800px
    }

    .map-tile-65 {
        top: 1800px;
        left: 1200px;
        background-position: -1200px -1800px
    }

    .map-tile-66 {
        top: 1800px;
        left: 1500px;
        background-position: -1500px -1800px
    }

    .map-tile-67 {
        top: 1800px;
        left: 1800px;
        background-position: -1800px -1800px
    }

    .map-tile-68 {
        top: 1800px;
        left: 2100px;
        background-position: -2100px -1800px
    }

    .map-tile-69 {
        top: 1800px;
        left: 2400px;
        background-position: -2400px -1800px
    }

    .map-tile-70 {
        top: 1800px;
        left: 2700px;
        background-position: -2700px -1800px
    }

    .map-tile-71 {
        top: 2100px;
        left: 0px;
        background-position: 0px -2100px
    }

    .map-tile-72 {
        top: 2100px;
        left: 300px;
        background-position: -300px -2100px
    }

    .map-tile-73 {
        top: 2100px;
        left: 600px;
        background-position: -600px -2100px
    }

    .map-tile-74 {
        top: 2100px;
        left: 900px;
        background-position: -900px -2100px
    }

    .map-tile-75 {
        top: 2100px;
        left: 1200px;
        background-position: -1200px -2100px
    }

    .map-tile-76 {
        top: 2100px;
        left: 1500px;
        background-position: -1500px -2100px
    }

    .map-tile-77 {
        top: 2100px;
        left: 1800px;
        background-position: -1800px -2100px
    }

    .map-tile-78 {
        top: 2100px;
        left: 2100px;
        background-position: -2100px -2100px
    }

    .map-tile-79 {
        top: 2100px;
        left: 2400px;
        background-position: -2400px -2100px
    }

    .map-tile-80 {
        top: 2100px;
        left: 2700px;
        background-position: -2700px -2100px
    }

    .map-tile-81 {
        top: 2400px;
        left: 0px;
        background-position: 0px -2400px
    }

    .map-tile-82 {
        top: 2400px;
        left: 300px;
        background-position: -300px -2400px
    }

    .map-tile-83 {
        top: 2400px;
        left: 600px;
        background-position: -600px -2400px
    }

    .map-tile-84 {
        top: 2400px;
        left: 900px;
        background-position: -900px -2400px
    }

    .map-tile-85 {
        top: 2400px;
        left: 1200px;
        background-position: -1200px -2400px
    }

    .map-tile-86 {
        top: 2400px;
        left: 1500px;
        background-position: -1500px -2400px
    }

    .map-tile-87 {
        top: 2400px;
        left: 1800px;
        background-position: -1800px -2400px
    }

    .map-tile-88 {
        top: 2400px;
        left: 2100px;
        background-position: -2100px -2400px
    }

    .map-tile-89 {
        top: 2400px;
        left: 2400px;
        background-position: -2400px -2400px
    }

    .map-tile-90 {
        top: 2400px;
        left: 2700px;
        background-position: -2700px -2400px
    }

    .map-tile-91 {
        top: 2700px;
        left: 0px;
        background-position: 0px -2700px
    }

    .map-tile-92 {
        top: 2700px;
        left: 300px;
        background-position: -300px -2700px
    }

    .map-tile-93 {
        top: 2700px;
        left: 600px;
        background-position: -600px -2700px
    }

    .map-tile-94 {
        top: 2700px;
        left: 900px;
        background-position: -900px -2700px
    }

    .map-tile-95 {
        top: 2700px;
        left: 1200px;
        background-position: -1200px -2700px
    }

    .map-tile-96 {
        top: 2700px;
        left: 1500px;
        background-position: -1500px -2700px
    }

    .map-tile-97 {
        top: 2700px;
        left: 1800px;
        background-position: -1800px -2700px
    }

    .map-tile-98 {
        top: 2700px;
        left: 2100px;
        background-position: -2100px -2700px
    }

    .map-tile-99 {
        top: 2700px;
        left: 2400px;
        background-position: -2400px -2700px
    }

    .map-tile-100 {
        top: 2700px;
        left: 2700px;
        background-position: -2700px -2700px
    }

    .poi {
        position: absolute;
        width: 202px;
        height: 140px;
        background-image: url(/assets/img/map/forests-sprite.png);
        background-repeat: no-repeat;
        z-index: 5;
        opacity: 0
    }

    .poi .marker {
        background: url(/assets/img/map/marker.png) 50% 70% no-repeat;
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transform-origin: center 85%;
        -ms-transform-origin: center 85%;
        transform-origin: center 85%;
        -webkit-animation: wiggle 3.5s infinite;
        animation: wiggle 3.5s infinite;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275)
    }

    .poi .tooltip {
        font-weight: 700;
        font-size: 1.2rem;
        color: #fff;
        text-align: center;
        display: inline-block;
        background: #ea3b30;
        padding: 0.8rem 1.2rem;
        border-radius: 6px;
        white-space: nowrap;
        pointer-events: none;
        position: absolute;
        top: 0;
        left: 50%;
        opacity: 0;
        box-shadow: 0 1px 8px #470b07;
        -webkit-transition: opacity 0.2s cubic-bezier(0.365, 0.005, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045);
        transition: opacity 0.2s cubic-bezier(0.365, 0.005, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045);
        transition: opacity 0.2s cubic-bezier(0.365, 0.005, 0.355, 1), transform 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045);
        transition: opacity 0.2s cubic-bezier(0.365, 0.005, 0.355, 1), transform 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045), -webkit-transform 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045);
        -webkit-transform: translate3d(-50%, 30px, 0px) scale(0);
        transform: translate3d(-50%, 30px, 0px) scale(0);
        -webkit-transform-origin: center 80%;
        -ms-transform-origin: center 80%;
        transform-origin: center 80%
    }

    .poi .tooltip:after {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 12px solid #ea3b30;
        margin-top: -5px;
        bottom: -12px;
        left: calc(50% - 12px)
    }

    .poi:hover {
        z-index: 12
    }

    .poi:hover .tooltip {
        -webkit-transition: opacity 0.1s 0.2s cubic-bezier(0.365, 0.005, 0.355, 1), -webkit-transform 0.3s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: opacity 0.1s 0.2s cubic-bezier(0.365, 0.005, 0.355, 1), -webkit-transform 0.3s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: opacity 0.1s 0.2s cubic-bezier(0.365, 0.005, 0.355, 1), transform 0.3s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: opacity 0.1s 0.2s cubic-bezier(0.365, 0.005, 0.355, 1), transform 0.3s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        opacity: 1;
        -webkit-transform: translate3d(-50%, 0, 0px) scale(1);
        transform: translate3d(-50%, 0, 0px) scale(1)
    }

    .no-csstransforms3d .poi:hover .tooltip {
        -webkit-transform: translateY(0) translateX(-50%);
        -ms-transform: translateY(0) translateX(-50%);
        transform: translateY(0) translateX(-50%)
    }

    .poi:nth-child(10n+1) {
        background-position: 50% -0px
    }

    .poi:nth-child(10n+1) .marker {
        -webkit-animation-delay: .3s;
        animation-delay: .3s
    }

    .poi:nth-child(10n+2) {
        background-position: 50% -140px
    }

    .poi:nth-child(10n+2) .marker {
        -webkit-animation-delay: .6s;
        animation-delay: .6s
    }

    .poi:nth-child(10n+3) {
        background-position: 50% -280px
    }

    .poi:nth-child(10n+3) .marker {
        -webkit-animation-delay: .9s;
        animation-delay: .9s
    }

    .poi:nth-child(10n+4) {
        background-position: 50% -420px
    }

    .poi:nth-child(10n+4) .marker {
        -webkit-animation-delay: 1.2s;
        animation-delay: 1.2s
    }

    .poi:nth-child(10n+5) {
        background-position: 50% -560px
    }

    .poi:nth-child(10n+5) .marker {
        -webkit-animation-delay: 1.5s;
        animation-delay: 1.5s
    }

    .poi:nth-child(10n+6) {
        background-position: 50% -700px
    }

    .poi:nth-child(10n+6) .marker {
        -webkit-animation-delay: 1.8s;
        animation-delay: 1.8s
    }

    .poi:nth-child(10n+7) {
        background-position: 50% -840px
    }

    .poi:nth-child(10n+7) .marker {
        -webkit-animation-delay: 2.1s;
        animation-delay: 2.1s
    }

    .poi:nth-child(10n+8) {
        background-position: 50% -980px
    }

    .poi:nth-child(10n+8) .marker {
        -webkit-animation-delay: 2.4s;
        animation-delay: 2.4s
    }

    .poi:nth-child(10n+9) {
        background-position: 50% -1120px
    }

    .poi:nth-child(10n+9) .marker {
        -webkit-animation-delay: 2.7s;
        animation-delay: 2.7s
    }

    .poi:nth-child(10n+10) {
        background-position: 50% -1260px
    }

    .poi:nth-child(10n+10) .marker {
        -webkit-animation-delay: 3s;
        animation-delay: 3s
    }

    .poi--kenya {
        width: 346px;
        height: 164px;
        background-image: url(/assets/img/map/kenya-sprite.png)
    }

    .poi--kenya:nth-child(3n+1) {
        background-position: 50% -0px
    }

    .poi--kenya:nth-child(3n+1) .marker {
        -webkit-animation-delay: .3s;
        animation-delay: .3s
    }

    .poi--kenya:nth-child(3n+2) {
        background-position: 50% -164px
    }

    .poi--kenya:nth-child(3n+2) .marker {
        -webkit-animation-delay: .6s;
        animation-delay: .6s
    }

    .poi--kenya:nth-child(3n+3) {
        background-position: 50% -328px
    }

    .poi--kenya:nth-child(3n+3) .marker {
        -webkit-animation-delay: .9s;
        animation-delay: .9s
    }

    .map-intro-wrapper {
        position: absolute;
        top: 6.8rem;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9;
        overflow: auto
    }

    .map-intro {
        position: relative;
        width: 90%;
        max-width: 78rem;
        margin: auto;
        opacity: 0
    }

    @media screen and (min-width: 680px) {
        .map-intro .inner {
            padding-right: 38%
        }
    }

    .map-intro .inner img {
        display: none;
        float: right;
        width: 50%;
        margin: 0 -5rem 1.5rem 1.5rem
    }

    @media screen and (min-width: 370px) {
        .map-intro .inner img {
            display: block
        }
    }

    @media screen and (min-width: 680px) {
        .map-intro .inner img {
            position: absolute;
            top: 50%;
            right: -3rem;
            z-index: 1;
            width: 40%;
            margin: 0;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%)
        }
    }

    @media screen and (min-width: 1024px) {
        .map-intro .inner img {
            right: -10%;
            width: 55%;
            max-width: 398px
        }
    }

    .map-intro h1 {
        text-align: center
    }

    .map-intro .seed-packs {
        position: relative;
        z-index: 10;
        max-width: 60rem;
        margin: 3rem auto
    }

    .map-intro .seed-packs p {
        padding: 2rem 12%;
        background: #ea3b30;
        color: #fff;
        font-weight: bold;
        text-align: center
    }

    .map-intro .seed-packs img {
        position: absolute;
        top: 50%;
        right: -1rem;
        width: 30%;
        max-width: 13rem;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .news-article {
        position: relative;
        margin-bottom: 4rem
    }

    .news-article .fern {
        display: none;
        position: absolute;
        top: -4rem;
        left: -10rem;
        z-index: 0;
        width: 50%;
        max-width: 11.3rem;
        background: url("https://d26xiysqbps0f2.cloudfront.net/production/assets/img/misc/fern.png");
        background-size: cover
    }

    .news-article .fern:before {
        content: "";
        display: block;
        position: relative;
        width: 100%;
        padding-top: 148.672566372%
    }

    .news-article:last-of-type {
        margin-bottom: 0
    }

    @media screen and (min-width: 680px) {
        .news-article {
            padding-left: 30%
        }

        .news-article .fern {
            display: block
        }
    }

    .news-article-image {
        position: relative;
        z-index: 1;
        box-shadow: 0 0 10px 7px rgba(17, 17, 17, 0.2);
        max-width: 200px;
        margin: 3rem auto
    }

    .news-article-image img {
        display: block
    }

    @media screen and (min-width: 480px) {
        .news-article-image {
            float: right;
            right: -5%;
            width: 30%;
            margin: 2rem 2rem 3rem 2rem;
            -webkit-transform: rotate(2deg);
            -ms-transform: rotate(2deg);
            transform: rotate(2deg)
        }
    }

    @media screen and (min-width: 680px) {
        .news-article-image {
            float: none;
            position: absolute;
            top: 0;
            left: -10%;
            -webkit-transform: rotate(-5deg);
            -ms-transform: rotate(-5deg);
            transform: rotate(-5deg)
        }
    }

    .news-article-header {
        position: relative;
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
        border-bottom: dashed 1px #e0e0e0
    }

    .news-article-header h3 {
        margin-bottom: 0
    }

    .news-article-header span {
        font-size: 1.4rem;
        line-height: 2.2em
    }

    @media screen and (min-width: 680px) {
        .news-article-header {
            padding-right: 14rem
        }

        .news-article-header span {
            position: absolute;
            top: 0;
            right: 0
        }
    }

    .news-article-header.no-date {
        padding-right: 0
    }

    .news-article-content {
        font-size: 1.6rem
    }

    .school-intro {
        position: relative;
        margin-bottom: 3rem
    }

    .school-intro:before,
    .school-intro:after {
        content: '';
        display: table
    }

    .school-intro:after {
        clear: both
    }

    .lt-ie8 .school-intro {
        zoom: 1
    }

    .school-intro h1 {
        text-align: center
    }

    .school-intro:before {
        content: "";
        display: block;
        position: absolute;
        top: -1rem;
        left: -1rem;
        z-index: 1;
        width: 7.2rem;
        height: 6.6rem;
        background: url("https://d26xiysqbps0f2.cloudfront.net/production/assets/img/misc/butterfly.png");
        background-size: cover
    }

    @media screen and (min-width: 820px) {
        .school-intro:before {
            left: -9rem
        }
    }

    .school-intro-image {
        padding-top: 58.6206896552%;
        display: block;
        position: relative;
        z-index: 0;
        margin-bottom: 2.5rem;
        background: 50% 50% no-repeat;
        background-size: cover
    }

    .tree-type {
        float: right;
        margin-left: 2rem
    }

    #CybotCookiebotDialog {
        background-color: rgba(60, 60, 60, 0.8) !important;
        color: #FFFFFF !important;
        box-shadow: none !important
    }

    #CybotCookiebotDialog a:focus {
        outline: none
    }

    #CybotCookiebotDialogBody {
        max-width: none !important;
        padding: 10px 60px 0 60px !important
    }

    .CybotCookiebotDialogBodyButton {
        padding: 8px 12px !important
    }

    #CybotCookiebotDialogBodyButtonAccept {
        background-color: #FFFFFF !important;
        border: 1px solid #FFFFFF !important
    }

    #CybotCookiebotDialogBodyContentTitle,
    #CybotCookiebotDialogBodyContentText,
    #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyLink {
        color: #FFFFFF !important
    }

    #CybotCookiebotDialogDetailBody {
        max-width: none !important;
        padding: 15px 68px !important
    }

    #CybotCookiebotDialogBodyButtons a {
        color: #333333 !important
    }

    #CybotCookiebotDialogBodyButtonAccept a:hover,
    #CybotCookiebotDialogBodyButtonDetails a:hover {
        color: #333333 !important
    }

    .CookieDeclarationDialogText {
        display: none
    }

    #CybotCookiebotDialogDetail {
        background-color: rgba(60, 60, 60, 0) !important
    }

    .CybotCookiebotDialogDetailBodyContentTab:first-child,
    .CybotCookiebotDialogDetailBodyContentTabsItem,
    .CybotCookiebotDialogDetailBodyContentTabsItemSelected {
        border-left: none !important;
        border-radius: 0 !important
    }

    #CybotCookiebotDialogDetailBodyContent,
    .CybotCookiebotDialogDetailBodyContentTabsItem,
    .CybotCookiebotDialogDetailBodyContentTabsItemSelected {
        border: none !important
    }

    .CybotCookiebotDialogDetailBodyContentTabsItem {
        padding: 8px 18px !important
    }

    .CybotCookiebotDialogDetailBodyContentTabsItemSelected {
        padding: 10px 18px 8px 18px !important
    }

    #CybotCookiebotDialogDetailBody * {
        color: #333333 !important
    }

    #CybotCookiebotDialogDetailFooter {
        padding: 5px 15px !important
    }

    #CybotCookiebotDialogDetailBodyContent {
        height: 155px !important
    }

    .legacy-browser-message {
        display: none;
        padding: 40px
    }

    .lt-ie9 .legacy-browser-message {
        display: block
    }

    .legacy-browser-message .message {
        position: relative;
        max-width: 800px;
        padding: 40px 40px 40px 320px;
        margin: auto;
        background: #fff;
        text-align: center
    }

    .legacy-browser-message .message h1 {
        font-size: 40px;
        margin-top: 0
    }

    .legacy-browser-message .message p {
        font-size: 16px
    }

    .legacy-browser-message .message a {
        margin-top: 2rem;
        font-size: 16px
    }

    .legacy-browser-message .message img {
        position: absolute;
        left: -10px;
        bottom: 0;
        width: 300px
    }

    .lt-ie9 .site-wrapper,
    .lt-ie9 .introduction,
    .lt-ie9 .site-footer,
    .lt-ie9 .site-header,
    .lt-ie9 .site-background,
    .lt-ie9 .scroll-for-more {
        display: none
    }

    .kenya-intro {
        position: relative;
        margin-bottom: 3rem
    }

    .kenya-intro h1 {
        text-align: center
    }

    .kenya-intro:before {
        content: "";
        display: block;
        position: absolute;
        top: -1rem;
        left: -1rem;
        z-index: 1;
        width: 7.2rem;
        height: 6.6rem;
        background: url("https://d26xiysqbps0f2.cloudfront.net/production/assets/img/misc/butterfly.png");
        background-size: cover
    }

    @media screen and (min-width: 820px) {
        .kenya-intro:before {
            left: -9rem
        }
    }

    .kenya-intro-image {
        padding-top: 58.6206896552%;
        display: block;
        position: relative;
        z-index: 0;
        margin-bottom: 2.5rem;
        background: 50% 50% no-repeat;
        background-size: cover
    }

    .videos .icon-play-variant {
        position: absolute;
        text-align: center;
        color: #111
    }

    .videos .icon-play-variant:before {
        position: relative;
        z-index: 2
    }

    .videos .icon-play-variant:after {
        content: "";
        display: block;
        position: absolute;
        background: #ffd24f;
        border-radius: 50%;
        -webkit-transition: background 0.2s cubic-bezier(0.365, 0.005, 0.355, 1);
        transition: background 0.2s cubic-bezier(0.365, 0.005, 0.355, 1);
        z-index: 1
    }

    .videos .icon-play-variant-large {
        top: calc(50% - 5rem);
        left: calc(50% - 5rem);
        font-size: 10rem
    }

    .videos .icon-play-variant-large:after {
        top: 0.1rem;
        right: 0.2rem;
        bottom: -2.4rem;
        left: 0.3rem
    }

    .videos .icon-play-variant-small {
        top: calc(50% - 1rem);
        left: calc(50% - 1rem);
        font-size: 2rem
    }

    .videos .icon-play-variant-small:after {
        top: 0.1rem;
        right: 0rem;
        bottom: 0.6rem;
        left: 0rem
    }

    .videos .video-container,
    .videos .text {
        position: relative;
        z-index: 2
    }

    .videos .video-container {
        cursor: pointer
    }

    .videos .video-container .inner {
        position: relative
    }

    .videos .video-container .video:before {
        content: "";
        display: block;
        position: relative;
        width: 100%;
        padding-top: 66.6666666667%
    }

    .videos .video-container iframe,
    .videos .video-container img {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%
    }

    .videos .video-container iframe {
        z-index: 3
    }

    .videos .video-container:hover .icon-play-variant:after {
        background: #ea3b30
    }

    @media screen and (max-width: 679px),
    (min-width: 1024px) {
        .videos .video-container {
            margin: 0;
            box-shadow: none;
            background: none
        }

        .videos .video-container:before,
        .videos .video-container:after,
        .videos .video-container .inner:before,
        .videos .video-container .inner:after {
            content: none
        }
    }

    .videos .text {
        padding: 2.4rem
    }

    .videos .text h1 {
        font-size: 2.8rem;
        margin: 0
    }

    .videos .text p {
        font-size: 1.8rem;
        margin: .5rem 0 0
    }

    .videos .top-icon {
        display: block;
        position: absolute;
        top: -1rem;
        right: 2%;
        z-index: 10;
        min-width: 3rem;
        padding: .4rem 0 .1rem;
        background: #ea3b30;
        color: #fff;
        text-align: center
    }

    @media screen and (min-width: 680px) {
        .videos .videos-inner {
            padding-left: 42rem
        }

        .videos .video-container {
            width: 42rem;
            position: absolute;
            top: 50%;
            left: -3rem;
            margin-top: -14rem;
            z-index: 2
        }
    }

    @media screen and (min-width: 1024px) {
        .videos .videos-inner {
            padding-left: 0
        }

        .videos .video-container,
        .videos .text {
            float: left
        }

        .videos .video-container {
            width: 64%;
            position: static;
            margin-top: 0
        }

        .videos .text {
            padding-bottom: 1.2rem;
            width: 36%
        }
    }

    .video-list {
        margin-top: 1.5rem
    }

    .video-list .video {
        cursor: pointer;
        margin: 1rem -.8rem 0;
        min-height: 6rem;
        padding: .5rem .8rem .5rem 10.8rem;
        position: relative
    }

    .video-list .video:first-child {
        margin-top: 0
    }

    .video-list .video.active {
        background-color: #e1e1e1
    }

    .video-list .video:hover .icon-play-variant:after {
        background: #ea3b30
    }

    .video-list .details {
        padding: 1rem 0;
        line-height: 100%
    }

    .video-list .details h2 {
        font-size: 1.8rem;
        margin: 0
    }

    .video-list .details p {
        display: none
    }

    .video-list .details span {
        color: #ea3b30;
        font-size: 1.4rem;
        font-weight: bold
    }

    .video-list .thumbnail {
        display: block;
        position: absolute;
        top: .5rem;
        left: .8rem;
        width: 9rem
    }

    .video-list .thumbnail img {
        display: block;
        width: 100%
    }
/*# sourceMappingURL=site.css.map */

.snow,
.vh {
    display: none !important;
}
