﻿@charset "UTF-8";

*, *:after, *:before {
    box-sizing: inherit
}

.fab {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#langSelector {
    display: none;
    position: absolute;
    height: 100%;
    width: 60px;
    top: 8px;
    right: -6px;
}

@media (min-width: 768px) {
    #langSelector {
        z-index: 12;
        display: block;
    }
}

 .adaptafghanistan #langSelector{
     display:none;
 }

    #langSelector .language-object {
        padding: 4px;
        border-radius: 4px;
        display: flex;
        flex-direction: column;
        width: 32px;
        background: white;
        box-shadow: 2px 0px 8px #f2efef;
    }

        #langSelector .language-object span {
            color: #ac9167;
            cursor: pointer;
            text-transform: uppercase;
            font-size: 16px;
        }

        #langSelector .language-object > span {
            color: #000 !important;
        }

        #langSelector .language-object span {
            color: #ac9167;
            cursor: pointer;
            text-transform: uppercase;
        }

        #langSelector .language-object > a > span {
            display: none;
            font-size: 16px;
        }

        #langSelector .language-object:hover > a > span {
            display: block;
        }
        #langSelector .language-object > a:hover > span {
            display: block;
            color: black;
        }


html {
    box-sizing: border-box;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

a {
    background-color: transparent;
    color: #00b3a3;
    text-decoration: none
}

    a:hover, a:focus {
        color: #00ccba
    }

    a:active, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: normal;
    line-height: 1;
    margin: 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 50%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.75em
}

sub {
    bottom: -0.5em
}

img {
    border: 0;
    height: auto;
    max-width: 100%
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input {
    line-height: normal
}

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0
    }

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto
    }

    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
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

th {
    font-weight: normal;
    text-align: left
}

p {
    margin: 0
}

    p + p {
        margin: 8px 0
    }

ul, ol {
    list-style: none;
    margin: 0;
    padding: 0
}

dl, dd {
    margin: 0
}

html.body-fixed {
    height: 100.1%;
    overflow-y: scroll
}

body {
    background-color: #fff;
    max-width: 1680px
}

@media screen and (min-width: 768px) {
    body {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 100vh;
        padding-left: 61px
    }
}

@media screen and (min-width: 1279px) {
    body.wcsorg--home {
        padding-left: 240px
    }
}

@media screen and (max-width: 767px) {
    body.position-full {
        display: block
    }
}

@media screen and (min-width: 768px) {
    body.position-full {
        height: auto
    }
}

body.wcsorg--simple {
    padding-left: 0 !important
}

@-webkit-keyframes flip {
    0% {
        opacity: 0;
        -webkit-transform: scale(1) rotateZ(0);
        transform: scale(1) rotateZ(0)
    }

    15% {
        opacity: 0.8;
        -webkit-transform: scale(0.8) rotateZ(0);
        transform: scale(0.8) rotateZ(0)
    }

    30% {
        -webkit-transform: scale(0.8) rotateZ(0);
        transform: scale(0.8) rotateZ(0)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1) rotateZ(405deg);
        transform: scale(1) rotateZ(405deg)
    }
}

@keyframes flip {
    0% {
        opacity: 0;
        -webkit-transform: scale(1) rotateZ(0);
        transform: scale(1) rotateZ(0)
    }

    15% {
        opacity: 0.8;
        -webkit-transform: scale(0.8) rotateZ(0);
        transform: scale(0.8) rotateZ(0)
    }

    30% {
        -webkit-transform: scale(0.8) rotateZ(0);
        transform: scale(0.8) rotateZ(0)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1) rotateZ(405deg);
        transform: scale(1) rotateZ(405deg)
    }
}

@-webkit-keyframes appear {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes appear {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes float-up {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.95);
        transform: scale(0.95)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes float-up {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.95);
        transform: scale(0.95)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.fill-primary, .btn-fill-primary {
    background-color: #847b71;
    color: #ffffff
}

.fill-neutral {
    background-color: #7f796e;
    color: #212426
}

.fill-headline {
    background-color: #27231d;
    color: #ffffff
}

.fill-callout {
    background-color: #d83237;
    color: #ffffff
}

.fill-highlight {
    background-color: #00b3a3;
    color: #ffffff
}

.fill-menu {
    background-color: #000;
    color: #ffffff
}

.fill-footer {
    background-color: #fff;
    color: #ac9167
}

.fill-panther {
    background-color: #181a1b
}

.fill-penguin {
    background-color: #212426
}

.fill-shark {
    background-color: #272b2d
}

.fill-tiger, .btn-fill-tiger {
    background-color: #e58a1f
}

.fill-grizzly, .btn-fill-grizzly {
    background-color: #85754e
}

.fill-lion {
    background-color: #ae9f86
}

.fill-llama {
    background-color: #f9f6ef
}

.fill-raccoon {
    background-color: #706c65
}

.fill-elephant {
    background-color: #8a8885
}

.fill-rhino {
    background-color: #afada9
}

.fill-gorilla {
    background-color: #e8e7e5
}

.fill-turtle, .btn-fill-turtle {
    background-color: #015b5b
}

.fill-algae {
    background-color: #008484
}

.fill-whale {
    background-color: #25343e
}

.fill-dolphin {
    background-color: #738c9d
}

.fill-aqua {
    background-color: #00b2cd
}

.fill-salt {
    background-color: #ecf4eb
}

.fill-cloud {
    background-color: #f7f8f8
}

.fill-egret {
    background-color: #f1f0ed
}

.fill-arctic {
    background-color: #f7fbf7
}

.fill-polar, .folio:before, .folio:after {
    background-color: #ffffff
}

.fill-orchid {
    background-color: #a05dbb
}

.fill-ladybug {
    background-color: #cd4e38
}

.fill-rose, .btn-fill-rose {
    background-color: #d83237
}

.fill-canary {
    background-color: #faea33
}

.fill-onyx {
    background-color: #1a1919
}

.fill-chocolate {
    background-color: #27231d
}

.fill-charcoal {
    background-color: #262525
}

.fill-clay {
    background-color: #847b71
}

.fill-boulder {
    background-color: #7f796e
}

.fill-gold {
    background-color: #ac9167
}

.fill-quartz {
    background-color: #dadfdd
}

.fill-turquoise {
    background-color: #00b3a3
}

.fill-panther {
    color: #ffffff
}

.fill-penguin {
    color: #ffffff
}

.fill-shark {
    color: #ffffff
}

.fill-tiger, .btn-fill-tiger {
    color: #ffffff
}

.fill-grizzly, .btn-fill-grizzly {
    color: #ffffff
}

.fill-lion {
    color: #ffffff
}

.fill-raccoon {
    color: #ffffff
}

.fill-elephant {
    color: #ffffff
}

.fill-turtle, .btn-fill-turtle {
    color: #ecf4eb
}

.fill-algae {
    color: #ecf4eb
}

.fill-orchid {
    color: #ffffff
}

.fill-ladybug {
    color: #ffffff
}

.fill-aqua {
    color: #ffffff
}

.fill-whale {
    color: #ffffff
}

.fill-dolphin {
    color: #212426
}

.fill-canary {
    color: #212426
}

.fill-rose, .btn-fill-rose {
    color: #ffffff
}

.fill-paper {
    background-image: url(/Portals/_default/Skins/WCS_2016/images/paper-3f02c7aa6efbd73b13cd7543a94c6d7d.png)
}

.fill-pastel {
    background-image: url(/Portals/_default/Skins/WCS_2016/images/pastel-087a1d78e344e8fd45d6102e0d4cc777.png)
}

.fill-waves {
    background-image: url(/Portals/_default/Skins/WCS_2016/images/waves-9aac76a585b287bbe8757b890de19d2f.jpg)
}

.fill-waves-light {
    background-image: url(/Portals/_default/Skins/WCS_2016/images/waves-light-0dd48b693865b5f5dd2b9e01af7c303b.jpg)
}

.color-primary, .wysiwyg .type-display, .wysiwyg h3, .wysiwyg strong, .wysiwyg em, .wysiwyg i {
    color: #847b71
}

.color-neutral {
    color: #7f796e
}

.color-copy {
    color: #27231d
}

.color-headline, .wysiwyg h1, .wysiwyg h2:not(.type-display), .wysiwyg blockquote {
    color: #27231d
}

.color-callout, .wysiwyg h4 {
    color: #d83237
}

.color-link {
    color: #00b3a3
}

.color-highlight {
    color: #00b3a3
}

.color-menu {
    color: #ac9167
}

.color-panther {
    color: #181a1b
}

.color-penguin, .wysiwyg {
    color: #212426
}

.color-shark {
    color: #272b2d
}

.color-tiger {
    color: #e58a1f
}

.color-grizzly {
    color: #85754e
}

.color-lion {
    color: #ae9f86
}

.color-llama {
    color: #f9f6ef
}

.color-raccoon, .arrow-toggle {
    color: #706c65
}

.color-elephant {
    color: #8a8885
}

.color-rhino {
    color: #afada9
}

.color-gorilla {
    color: #e8e7e5
}

.color-turtle {
    color: #015b5b
}

.color-algae {
    color: #008484
}

.color-whale {
    color: #25343e
}

.color-dolphin {
    color: #738c9d
}

.color-aqua {
    color: #00b2cd
}

.color-salt {
    color: #ecf4eb
}

.color-cloud {
    color: #f7f8f8
}

.color-egret {
    color: #f1f0ed
}

.color-arctic {
    color: #f7fbf7
}

.color-polar, .credit {
    color: #ffffff
}

.color-orchid {
    color: #a05dbb
}

.color-ladybug {
    color: #cd4e38
}

.color-rose {
    color: #d83237
}

.color-canary {
    color: #faea33
}

.color-onyx {
    color: #1a1919
}

.color-chocolate {
    color: #27231d
}

.color-charcoal {
    color: #262525
}

.color-clay {
    color: #847b71
}

.color-boulder {
    color: #7f796e
}

.color-gold {
    color: #ac9167
}

.color-quartz {
    color: #dadfdd
}

.color-turquoise {
    color: #00b3a3
}

.columns-1 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1
}

@media screen and (min-width: 768px) {
    .columns-1-medium {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
}

@media screen and (min-width: 1024px) {
    .columns-1-large {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
}

.columns-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
}

@media screen and (min-width: 768px) {
    .columns-2-medium {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
}

@media screen and (min-width: 1024px) {
    .columns-2-large {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
}

.columns-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3
}

@media screen and (min-width: 768px) {
    .columns-3-medium {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3
    }
}

@media screen and (min-width: 1024px) {
    .columns-3-large {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3
    }
}

.columns-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4
}

@media screen and (min-width: 768px) {
    .columns-4-medium {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4
    }
}

@media screen and (min-width: 1024px) {
    .columns-4-large {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4
    }
}

.grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    vertical-align: top
}

.cell {
    display: inline-block;
    vertical-align: inherit;
    width: 100%
}

.grid-full > .cell, .grid > .cell-full, .image-underneath.grid-auto > .cell, .image-underneath.grid > .cell-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%
}

.grid-half > .cell, .grid > .cell-half {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
    width: 50%
}

.grid-third > .cell, .grid > .cell-third {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 33.33333%;
    -ms-flex: 0 1 33.33333%;
    flex: 0 1 33.33333%;
    max-width: 33.33333%;
    width: 33.33333%
}

.grid-two-third > .cell, .grid > .cell-two-third {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 66.66667%;
    -ms-flex: 0 1 66.66667%;
    flex: 0 1 66.66667%;
    max-width: 66.66667%;
    width: 66.66667%
}

.grid-two-fifth > .cell, .grid > .cell-two-fifth {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 40%;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
    max-width: 40%;
    width: 40%
}

.grid-fourth > .cell, .grid > .cell-fourth {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    max-width: 25%;
    width: 25%
}

.grid-fifth > .cell, .grid > .cell-fifth {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 20%;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    max-width: 20%;
    width: 20%
}

@media screen and (min-width: 480px) {
    .grid-small-full > .cell, .grid > .cell-small-full {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%;
        width: 100%
    }

    .grid-small-half > .cell, .grid > .cell-small-half {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        max-width: 50%;
        width: 50%
    }

    .grid-small-third > .cell, .grid > .cell-small-third {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 33.33333%;
        -ms-flex: 0 1 33.33333%;
        flex: 0 1 33.33333%;
        max-width: 33.33333%;
        width: 33.33333%
    }

    .grid-small-two-third > .cell, .grid > .cell-small-two-third {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 66.66667%;
        -ms-flex: 0 1 66.66667%;
        flex: 0 1 66.66667%;
        max-width: 66.66667%;
        width: 66.66667%
    }

    .grid-small-two-fifth > .cell, .grid > .cell-small-two-fifth {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 40%;
        -ms-flex: 0 1 40%;
        flex: 0 1 40%;
        max-width: 40%;
        width: 40%
    }

    .grid-small-fourth > .cell, .grid > .cell-small-fourth {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 25%;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
        max-width: 25%;
        width: 25%
    }

    .grid-small-fifth > .cell, .grid > .cell-small-fifth {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 20%;
        -ms-flex: 0 1 20%;
        flex: 0 1 20%;
        max-width: 20%;
        width: 20%
    }
}

@media screen and (min-width: 768px) {
    .grid-medium-full > .cell, .grid > .cell-medium-full {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%;
        width: 100%
    }

    .grid-medium-half > .cell, .grid > .cell-medium-half {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        max-width: 50%;
        width: 50%
    }

    .grid-medium-third > .cell, .grid > .cell-medium-third {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 33.33333%;
        -ms-flex: 0 1 33.33333%;
        flex: 0 1 33.33333%;
        max-width: 33.33333%;
        width: 33.33333%
    }

    .grid-medium-two-third > .cell, .grid > .cell-medium-two-third {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 66.66667%;
        -ms-flex: 0 1 66.66667%;
        flex: 0 1 66.66667%;
        max-width: 66.66667%;
        width: 66.66667%
    }

    .grid-medium-two-fifth > .cell, .grid > .cell-medium-two-fifth {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 40%;
        -ms-flex: 0 1 40%;
        flex: 0 1 40%;
        max-width: 40%;
        width: 40%
    }

    .grid-medium-fourth > .cell, .grid > .cell-medium-fourth {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 25%;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
        max-width: 25%;
        width: 25%
    }

    .grid-medium-fifth > .cell, .grid > .cell-medium-fifth {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 20%;
        -ms-flex: 0 1 20%;
        flex: 0 1 20%;
        max-width: 20%;
        width: 20%
    }
}

@media screen and (min-width: 1024px) {
    .grid-large-full > .cell, .grid > .cell-large-full {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%;
        width: 100%
    }

    .grid-large-half > .cell, .grid > .cell-large-half {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        max-width: 50%;
        width: 50%
    }

    .grid-large-third > .cell, .grid > .cell-large-third {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 33.33333%;
        -ms-flex: 0 1 33.33333%;
        flex: 0 1 33.33333%;
        max-width: 33.33333%;
        width: 33.33333%
    }

    .grid-large-two-third > .cell, .grid > .cell-large-two-third {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 66.66667%;
        -ms-flex: 0 1 66.66667%;
        flex: 0 1 66.66667%;
        max-width: 66.66667%;
        width: 66.66667%
    }

    .grid-large-two-fifth > .cell, .grid > .cell-large-two-fifth {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 40%;
        -ms-flex: 0 1 40%;
        flex: 0 1 40%;
        max-width: 40%;
        width: 40%
    }

    .grid-large-fourth > .cell, .grid > .cell-large-fourth {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 25%;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
        max-width: 25%;
        width: 25%
    }

    .grid-large-fifth > .cell, .grid > .cell-large-fifth {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 20%;
        -ms-flex: 0 1 20%;
        flex: 0 1 20%;
        max-width: 20%;
        width: 20%
    }
}

.grid-expanded .cell {
    padding: 0 24px
}

@media screen and (min-width: 768px) {
    .grid-expanded .cell {
        padding: 0 55px
    }
}

.grid-bordered .cell {
    border-right: 1px solid #e8e7e5
}

    .grid-bordered .cell:last-child {
        border-right: 0
    }

    .grid-bordered .cell:only-child {
        border-right: 1px solid #e8e7e5
    }

@media screen and (min-width: 1024px) {
    .story-grid > .cell {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        max-width: 50%;
        width: 50%
    }
}

@media screen and (min-width: 1279px) {
    .story-grid > .cell {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 25%;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
        max-width: 25%;
        width: 25%
    }
}

.clearfix:after, .container:after, .container-medium:after, .container-small:after, .container-extra-small:after, .container-fluid:after {
    content: "";
    display: table;
    clear: both
}

.left {
    float: left
}

.right {
    float: right
}

.image-fluid {
    display: block;
    width: 100%
}

.line-height-compact {
    line-height: 1 !important
}

.line-height-standard {
    line-height: 1.25 !important
}

.line-height-expanded {
    line-height: 1.78 !important
}

.pad-0 {
    padding: 0px
}

.pad-1, .list-inline, .list-inline-med {
    padding: 8px
}

.pad-2 {
    padding: 16px
}

.pad-3 {
    padding: 24px
}

.pad-4 {
    padding: 32px
}

.pad-5 {
    padding: 40px
}

.pad-6 {
    padding: 48px
}

.pad-7 {
    padding: 56px
}

.pad-8 {
    padding: 64px
}

.pad-0-vertical {
    padding-top: 0px;
    padding-bottom: 0px
}

.pad-1-vertical {
    padding-top: 8px;
    padding-bottom: 8px
}

.pad-2-vertical {
    padding-top: 16px;
    padding-bottom: 16px
}

.pad-3-vertical {
    padding-top: 24px;
    padding-bottom: 24px
}

.pad-4-vertical {
    padding-top: 32px;
    padding-bottom: 32px
}

.pad-5-vertical {
    padding-top: 40px;
    padding-bottom: 40px
}

.pad-6-vertical {
    padding-top: 48px;
    padding-bottom: 48px
}

.pad-7-vertical {
    padding-top: 56px;
    padding-bottom: 56px
}

.pad-8-vertical {
    padding-top: 64px;
    padding-bottom: 64px
}

.pad-0-horizontal {
    padding-left: 0px;
    padding-right: 0px
}

.pad-1-horizontal {
    padding-left: 8px;
    padding-right: 8px
}

.pad-2-horizontal {
    padding-left: 16px;
    padding-right: 16px
}

.pad-3-horizontal {
    padding-left: 24px;
    padding-right: 24px
}

.pad-4-horizontal {
    padding-left: 32px;
    padding-right: 32px
}

.pad-5-horizontal {
    padding-left: 40px;
    padding-right: 40px
}

.pad-6-horizontal {
    padding-left: 48px;
    padding-right: 48px
}

.pad-7-horizontal {
    padding-left: 56px;
    padding-right: 56px
}

.pad-8-horizontal {
    padding-left: 64px;
    padding-right: 64px
}

.pad-0-left {
    padding-left: 0px
}

.pad-1-left {
    padding-left: 8px
}

.pad-2-left {
    padding-left: 16px
}

.pad-3-left {
    padding-left: 24px
}

.pad-4-left {
    padding-left: 32px
}

.pad-5-left {
    padding-left: 40px
}

.pad-6-left {
    padding-left: 48px
}

.pad-7-left {
    padding-left: 56px
}

.pad-8-left {
    padding-left: 64px
}

.pad-0-right {
    padding-right: 0px
}

.pad-1-right {
    padding-right: 8px
}

.pad-2-right {
    padding-right: 16px
}

.pad-3-right {
    padding-right: 24px
}

.pad-4-right {
    padding-right: 32px
}

.pad-5-right {
    padding-right: 40px
}

.pad-6-right {
    padding-right: 48px
}

.pad-7-right {
    padding-right: 56px
}

.pad-8-right {
    padding-right: 64px
}

.pad-0-top {
    padding-top: 0px
}

.pad-1-top {
    padding-top: 8px
}

.pad-2-top {
    padding-top: 16px
}

.pad-3-top {
    padding-top: 24px
}

.pad-4-top {
    padding-top: 32px
}

.pad-5-top {
    padding-top: 40px
}

.pad-6-top {
    padding-top: 48px
}

.pad-7-top {
    padding-top: 56px
}

.pad-8-top {
    padding-top: 64px
}

.pad-0-bottom {
    padding-bottom: 0px
}

.pad-1-bottom {
    padding-bottom: 8px
}

.pad-2-bottom {
    padding-bottom: 16px
}

.pad-3-bottom {
    padding-bottom: 24px
}

.pad-4-bottom {
    padding-bottom: 32px
}

.pad-5-bottom {
    padding-bottom: 40px
}

.pad-6-bottom {
    padding-bottom: 48px
}

.pad-7-bottom {
    padding-bottom: 56px
}

.pad-8-bottom {
    padding-bottom: 64px
}

.pad-expanded-vertical {
    padding-bottom: 48px;
    padding-top: 48px
}

@media screen and (min-width: 1024px) {
    .pad-expanded-vertical {
        padding-bottom: 96px;
        padding-top: 96px
    }
}

.margin-0 {
    margin: 0px
}

.margin-1 {
    margin: 8px
}

.margin-2 {
    margin: 16px
}

.margin-3 {
    margin: 24px
}

.margin-4 {
    margin: 32px
}

.margin-5 {
    margin: 40px
}

.margin-6 {
    margin: 48px
}

.margin-7 {
    margin: 56px
}

.margin-8 {
    margin: 64px
}

.margin-0-vertical {
    margin-bottom: 0px;
    margin-top: 0px
}

.margin-1-vertical {
    margin-bottom: 8px;
    margin-top: 8px
}

.margin-2-vertical {
    margin-bottom: 16px;
    margin-top: 16px
}

.margin-3-vertical {
    margin-bottom: 24px;
    margin-top: 24px
}

.margin-4-vertical {
    margin-bottom: 32px;
    margin-top: 32px
}

.margin-5-vertical {
    margin-bottom: 40px;
    margin-top: 40px
}

.margin-6-vertical {
    margin-bottom: 48px;
    margin-top: 48px
}

.margin-7-vertical {
    margin-bottom: 56px;
    margin-top: 56px
}

.margin-8-vertical {
    margin-bottom: 64px;
    margin-top: 64px
}

.margin-0-horizontal {
    margin-left: 0px;
    margin-right: 0px
}

.margin-1-horizontal {
    margin-left: 8px;
    margin-right: 8px
}

.margin-2-horizontal {
    margin-left: 16px;
    margin-right: 16px
}

.margin-3-horizontal {
    margin-left: 24px;
    margin-right: 24px
}

.margin-4-horizontal {
    margin-left: 32px;
    margin-right: 32px
}

.margin-5-horizontal {
    margin-left: 40px;
    margin-right: 40px
}

.margin-6-horizontal {
    margin-left: 48px;
    margin-right: 48px
}

.margin-7-horizontal {
    margin-left: 56px;
    margin-right: 56px
}

.margin-8-horizontal {
    margin-left: 64px;
    margin-right: 64px
}

.margin-0-left {
    margin-left: 0px
}

.margin-1-left {
    margin-left: 8px
}

.margin-2-left {
    margin-left: 16px
}

.margin-3-left {
    margin-left: 24px
}

.margin-4-left {
    margin-left: 32px
}

.margin-5-left {
    margin-left: 40px
}

.margin-6-left {
    margin-left: 48px
}

.margin-7-left {
    margin-left: 56px
}

.margin-8-left {
    margin-left: 64px
}

.margin-0-right {
    margin-right: 0px
}

.margin-1-right {
    margin-right: 8px
}

.margin-2-right {
    margin-right: 16px
}

.margin-3-right {
    margin-right: 24px
}

.margin-4-right {
    margin-right: 32px
}

.margin-5-right {
    margin-right: 40px
}

.margin-6-right {
    margin-right: 48px
}

.margin-7-right {
    margin-right: 56px
}

.margin-8-right {
    margin-right: 64px
}

.margin-0-top {
    margin-top: 0px
}

.margin-1-top {
    margin-top: 8px
}

.margin-2-top {
    margin-top: 16px
}

.margin-3-top {
    margin-top: 24px
}

.margin-4-top {
    margin-top: 32px
}

.margin-5-top {
    margin-top: 40px
}

.margin-6-top {
    margin-top: 48px
}

.margin-7-top {
    margin-top: 56px
}

.margin-8-top {
    margin-top: 64px
}

.margin-0-bottom {
    margin-bottom: 0px
}

.margin-1-bottom {
    margin-bottom: 8px
}

.margin-2-bottom {
    margin-bottom: 16px
}

.margin-3-bottom {
    margin-bottom: 24px
}

.margin-4-bottom {
    margin-bottom: 32px
}

.margin-5-bottom {
    margin-bottom: 40px
}

.margin-6-bottom {
    margin-bottom: 48px
}

.margin-7-bottom {
    margin-bottom: 56px
}

.margin-8-bottom {
    margin-bottom: 64px
}

.margin-center, .container, .container-medium, .container-small, .container-extra-small, .container-fluid {
    margin-left: auto;
    margin-right: auto
}

.margin-compact-top {
    margin-top: 8px
}

.margin-standard-top {
    margin-top: 24px
}

.margin-expanded-top, .page-hero + .wysiwyg {
    margin-top: 48px
}

@media screen and (min-width: 1024px) {
    .margin-expanded-top, .page-hero + .wysiwyg {
        margin-top: 64px
    }
}

.margin-compact-bottom {
    margin-bottom: 8px
}

.margin-standard-bottom {
    margin-bottom: 24px
}

.margin-expanded-bottom {
    margin-bottom: 48px
}

@media screen and (min-width: 1024px) {
    .margin-expanded-bottom {
        margin-bottom: 64px
    }
}

.relative {
    position: relative
}

.absolute, .position-center, .credit {
    position: absolute
}

.position-top {
    top: 0
}

.position-bottom {
    bottom: 0
}

.position-left {
    left: 0;
    right: auto
}

.position-right {
    left: auto;
    right: 0
}

.position-full {
    height: 100%;
    width: 100%
}

.position-center {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.fixed {
    position: fixed
}

.donation-promo__headline, .type-display, .page-hero__html h1, .page-hero__html h2, .page-hero__html h3, .page-hero__html h4, .wysiwyg h1, .wysiwyg h2:not(.type-display), .wysiwyg blockquote, .type-headline, .type-subhead {
    font-family: "Erato Light", Garamond, Georgia, Times, serif
}

.type-numeric {
    font-family: Times New Roman, Times, serif
}

.cell, .type-body, .type-big, .type-suffix, .fine-print, .gsc-control-cse .gcsc-branding, .type-small, .type-extra-small, .type-sans, .input-text, .photo-gallery__modal__text .credit {
    font-family: "Futura BT", Helvetica, Arial, sans-serif
}

.wysiwyg h3, .type-title, .type-menu, .type-submenu, .arrow-toggle, .wysiwyg h4, .wysiwyg tbody > tr:first-child, .btn-large, .btn-fluid, .btn-fill-tiger, .btn-fill-turtle, .btn-fill-grizzly, .btn-fill-rose, .btn-fill-primary, .btn-fill-link, .btn, .tile, .tile-social, .type-caption, .type-caption-formal, .type-label, .wysiwyg strong, .type-strong, .type-sans-alt, .donation-promo__headline, .type-display, .credit, .promo .type-headline {
    font-family: "Futura BT", Helvetica, Arial, sans-serif
}

.type-serif, .cell, .type-body, .story__inner__content__date, .stat__inner__heading__label, .wysiwyg h4 {
    font-family: "Erato Light", Garamond, Georgia, Times, serif
}

.cell, .type-body, .type-base {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25
}

@media screen and (min-width: 768px) {
    .cell, .type-body, .type-base {
        line-height: 1.4
    }
}

.wysiwyg h3, .type-title, .type-menu, .type-submenu, .arrow-toggle, .wysiwyg h4, .wysiwyg tbody > tr:first-child, .btn-large, .btn-fluid, .btn-fill-tiger, .btn-fill-turtle, .btn-fill-grizzly, .btn-fill-rose, .btn-fill-primary, .btn-fill-link, .btn, .tile, .tile-social, .type-caption, .type-caption-formal, .type-label, .wysiwyg strong, .type-strong, .type-upper {
    text-transform: uppercase
}

.btn-large, .btn-fluid, .btn-fill-tiger, .btn-fill-turtle, .btn-fill-grizzly, .btn-fill-rose, .btn-fill-primary, .btn-fill-link, .btn, .type-bold {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold
}

.donation-promo__headline, .type-display {
    font-size: 32px;
    font-size: 2rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.25;
    word-wrap: break-word
}

@media screen and (min-width: 768px) {
    .donation-promo__headline, .type-display {
        font-size: 40px;
        font-size: 2.5rem
    }
}

@media screen and (min-width: 1024px) {
    .donation-promo__headline, .type-display {
        font-size: 48px;
        font-size: 3rem
    }
}

@media screen and (min-width: 1279px) {
    .donation-promo__headline, .type-display {
        font-size: 60px;
        font-size: 3.75rem
    }
}

.page-hero__html h1, .page-hero__html h2, .page-hero__html h3, .page-hero__html h4, .wysiwyg h1, .wysiwyg h2:not(.type-display), .wysiwyg blockquote, .type-headline {
    font-size: 18px;
    font-size: 1.125rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.6
}

@media screen and (min-width: 768px) {
    .page-hero__html h1, .page-hero__html h2, .page-hero__html h3, .page-hero__html h4, .wysiwyg h1, .wysiwyg h2:not(.type-display), .wysiwyg blockquote, .type-headline {
        font-size: 26px;
        font-size: 1.625rem
    }
}

.type-subhead {
    font-size: 24px;
    font-size: 1.5rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.25;
    word-wrap: break-word
}

.wysiwyg h3, .type-title {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.7;
    letter-spacing: 0.2em
}

@media screen and (min-width: 768px) {
    .wysiwyg h3, .type-title {
        font-size: 16px;
        font-size: 1rem
    }
}

.type-menu {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    line-height: 1.14
}

@media screen and (min-width: 1024px) {
    .type-menu {
        letter-spacing: 0.2em
    }
}

.type-submenu, .arrow-toggle {
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    line-height: 1.33
}

@media screen and (min-width: 768px) {
    .type-submenu, .arrow-toggle {
        font-size: 11px;
        font-size: 0.6875rem
    }
}

.wysiwyg h4, .wysiwyg tbody > tr:first-child, .btn-large, .btn-fluid, .btn-fill-tiger, .btn-fill-turtle, .btn-fill-grizzly, .btn-fill-rose, .btn-fill-primary, .btn-fill-link, .btn, .tile, .tile-social, .type-caption, .type-caption-formal {
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    line-height: 2
}

@media screen and (min-width: 480px) {
    .wysiwyg h4, .wysiwyg tbody > tr:first-child, .btn-large, .btn-fluid, .btn-fill-tiger, .btn-fill-turtle, .btn-fill-grizzly, .btn-fill-rose, .btn-fill-primary, .btn-fill-link, .btn, .tile, .tile-social, .type-caption, .type-caption-formal {
        font-size: 13px;
        font-size: 0.8125rem
    }
}

.type-label {
    font-size: 12px;
    font-size: 0.75rem;
    display: block;
    letter-spacing: 0.2em;
    line-height: 1.5;
    padding: 8px 0
}

.cell, .type-body {
    line-height: 1.65
}

@media screen and (min-width: 768px) {
    .cell, .type-body {
        line-height: 2
    }
}

.type-big {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 0.88
}

.type-suffix, .fine-print, .gsc-control-cse .gcsc-branding, .type-small {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.33
}

.type-extra-small {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.33
}

.wysiwyg strong, .type-strong {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 600
}

.wysiwyg em, .wysiwyg i, .type-emphasized {
    font-style: italic
}

.type-suffix {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: inherit
}

.type-smooth {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.type-loose {
    line-height: 1.75
}

.align-left {
    text-align: left
}

@media screen and (max-width: 767px) {
    .align-left-small {
        text-align: left
    }
}

.align-right {
    text-align: right
}

.align-center, .wysiwyg blockquote {
    text-align: center
}

@media screen and (max-width: 767px) {
    .align-center-small {
        text-align: center
    }
}

.align-middle, .icon {
    vertical-align: middle
}

.align-super {
    vertical-align: super
}

.align-top, .table-bordered tr, .table-bordered-bottom tr {
    vertical-align: top
}

.block {
    display: block
}

.inline-block, .btn-icon, .icon {
    display: inline-block
}

.shadow-1, .card__inner {
    box-shadow: 0 1px 2px rgba(0,0,0,0.25)
}

.shadow-2, .card:link:hover {
    box-shadow: 0 1px 2px rgba(0,0,0,0.35)
}

.shadow-3, .folio:before, .folio:after {
    box-shadow: 0 1px 2px rgba(0,0,0,0.35),0 -1px 1px rgba(0,0,0,0.12)
}

.radius-small, .btn-large, .btn-fluid, .btn-fill-tiger, .btn-fill-turtle, .btn-fill-grizzly, .btn-fill-rose, .btn-fill-primary, .btn-fill-link, .btn, .btn-large:before, .btn-fluid:before, .btn-fill-tiger:before, .btn-fill-turtle:before, .btn-fill-grizzly:before, .btn-fill-rose:before, .btn-fill-primary:before, .btn-fill-link:before, .btn:before, .input-text, .search__menu__inner .input-text, .wysiwyg table {
    border-radius: 4px
}

.radius-small-top {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.radius-small-bottom, .card__inner {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.radius-large, .credit, .folio:before, .folio:after, .links .link.state-active {
    border-radius: 6px
}

.radius-large-top {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.radius-large-bottom {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

.radius-circle, .btn-icon {
    border-radius: 50%
}

.radius-circle-top {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%
}

.radius-circle-bottom {
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%
}

.pegged:before {
    border-top: 8px solid;
    color: #00b3a3;
    content: "";
    display: block;
    margin: 0 auto;
    width: 20px
}

.nyaquarium .pegged:before {
    display: none
}

.divided-before:before, .divided-after:after, .divided, .divided-slim {
    border: none;
    border-bottom: 1px solid;
    display: block;
    height: 0;
    margin: 0 auto 16px;
    padding-bottom: 16px;
    width: 20px
}

.divided-before:before, .divided-after:after {
    content: "";
    margin: 0 auto 0 -10px;
    padding: 0;
    position: absolute;
    left: 50%
}

.divided-before, .divided-after {
    position: relative
}

.divided-before {
    margin-top: 16px;
    padding-top: 16px
}

    .divided-before:before {
        top: 0
    }

.divided-after {
    margin-bottom: 16px;
    padding-bottom: 16px
}

    .divided-after:after {
        bottom: 0
    }

.divided-slim {
    margin-bottom: 0;
    padding-bottom: 0
}

.flex, .flex-column, .flex-middle, .flex-column-small, .ellipsis {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

    .flex-grow, .ellipsis > .ellipsis__inner {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

.flex-no-shrink {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.flex-shrink {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.flex-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.flex-column, .flex-middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (max-width: 767px) {
    .flex-column-small {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.flex-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.align-self-center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.align-items-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.justify-center, .flex-middle, .tiles {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.no-flexbox .justify-center, .no-flexbox .flex-middle, .no-flexbox .tiles {
    text-align: center
}

.justify-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.bordered {
    border: 1px solid #e8e7e5
}

.bordered-bottom, .table-bordered-bottom tr {
    border-bottom: 1px solid #e8e7e5
}

.bordered-top, .wysiwyg table tr, .table-bordered tr {
    border-top: 1px solid #e8e7e5
}

.bordered-left {
    border-left: 1px solid #e8e7e5
}

.bordered-right {
    border-right: 1px solid #e8e7e5
}

.no-border {
    border: 0 !important
}

.aspect-2-1:before {
    content: '';
    display: block;
    height: 0;
    padding-bottom: 50%;
    position: relative;
    vertical-align: top
}

.aspect-2-1 > img, .aspect-2-1 > iframe {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.aspect-1-1:before {
    content: '';
    display: block;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    vertical-align: top
}

.aspect-1-1 > img, .aspect-1-1 > iframe {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.aspect-4-3:before {
    content: '';
    display: block;
    height: 0;
    padding-bottom: 75%;
    position: relative;
    vertical-align: top
}

.aspect-4-3 > img, .aspect-4-3 > iframe {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.aspect-16-9:before {
    content: '';
    display: block;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    vertical-align: top
}

.aspect-16-9 > img, .aspect-16-9 > iframe {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.aspect-16-10:before {
    content: '';
    display: block;
    height: 0;
    padding-bottom: 62.5%;
    position: relative;
    vertical-align: top
}

.aspect-16-10 > img, .aspect-16-10 > iframe {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.aspect-12-5:before {
    content: '';
    display: block;
    height: 0;
    padding-bottom: 41.66667%;
    position: relative;
    vertical-align: top
}

.aspect-12-5 > img, .aspect-12-5 > iframe {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.aspect-3-4:before {
    content: '';
    display: block;
    height: 0;
    padding-bottom: 133.33333%;
    position: relative;
    vertical-align: top
}

.aspect-3-4 > img, .aspect-3-4 > iframe {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.hide {
    display: none !important
}

@media screen and (max-width: 767px) {
    .hide-before-medium {
        display: none !important
    }
}

@media screen and (max-width: 1023px) {
    .hide-before-large {
        display: none !important
    }
}

@media screen and (min-width: 768px) {
    .hide-medium {
        display: none !important
    }
}

@media screen and (min-width: 1024px) {
    .hide-large {
        display: none !important
    }
}

.hide-visually, .hamburger__label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px !important
}

@media screen and (max-width: 767px) {
    .hide-visually-before-medium {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px !important
    }
}

.show-visually {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: static;
    width: auto !important
}

.pressable, .btn-icon, .tiles .tile:not(.state-active), .tiles .tile-social:not(.state-active) {
    -webkit-transition: 0.14s all;
    transition: 0.14s all
}

    .pressable:hover:not(:active), .btn-icon:hover:not(:active), .tiles .tile:hover:not(:active):not(.state-active), .tiles .tile-social:hover:not(:active):not(.state-active) {
        box-shadow: 0px 1px 2px rgba(160,156,148,0.6),0px -1px 1px rgba(160,156,148,0.2);
        border-color: transparent;
        outline: none;
        -webkit-transform: translateZ(0) translateY(-1px);
        transform: translateZ(0) translateY(-1px)
    }

    .pressable:active, .btn-icon:active, .tiles .tile:active:not(.state-active), .tiles .tile-social:active:not(.state-active) {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transition: 0.07s all;
        transition: 0.07s all
    }

.stacked {
    padding-bottom: 8px;
    padding-top: 8px
}

@media screen and (min-width: 768px) {
    .stacked {
        padding-bottom: 16px;
        padding-top: 16px
    }
}

.text-shadow-1 {
    text-shadow: 0 1px 2px rgba(0,0,0,0.15)
}

.text-shadow-2 {
    text-shadow: 0 1px 2px rgba(0,0,0,0.5)
}

.overflow-hidden {
    overflow: hidden
}

.overflow-no-scroll {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%
}

.overflow-auto {
    overflow: auto
}

.overflow-scroll {
    overflow: scroll;
    -webkit-overflow-scrolling: touch
}

@media screen and (max-width: 767px) {
    .scroll-x {
        overflow-x: scroll;
        overflow-y: hidden
    }
}

.underline-hover, .list-links a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative
}

    .underline-hover:after, .list-links a:after {
        border-bottom: 1px solid;
        border-color: inherit;
        bottom: 15%;
        content: "";
        height: 0;
        left: 50%;
        margin-left: -15px;
        opacity: 0;
        position: absolute;
        -webkit-transition: 0.24s all cubic-bezier(0.48, -0.01, 0.27, 1.21);
        transition: 0.24s all cubic-bezier(0.48, -0.01, 0.27, 1.21);
        -webkit-transform: translateZ(0) scaleX(0);
        transform: translateZ(0) scaleX(0);
        will-change: opacity, transform;
        width: 30px
    }

    .adaptafghanistan .list-links a:after{
        bottom: 5%;
    }

   

    .underline-hover:hover:after, .list-links a:hover:after, .underline-hover:focus:after, .list-links a:focus:after {
        opacity: 0.8;
        -webkit-transform: translateZ(0) scaleX(1);
        transform: translateZ(0) scaleX(1)
    }

.ken-burns-hover {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

    .ken-burns-hover img {
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
        -webkit-transition-property: -webkit-filter, -webkit-transform, filter, -webkit-transform;
        transition-property: filter, transform;
        will-change: transform
    }

    .ken-burns-hover:focus img, .ken-burns-hover:hover img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }

    .ken-burns-hover:active img {
        -webkit-filter: brightness(0.95);
        filter: brightness(0.95);
        -webkit-transform: scale(1.029);
        -ms-transform: scale(1.029);
        transform: scale(1.029);
        -webkit-transition-duration: 0.18s;
        transition-duration: 0.18s
    }

.nowrap {
    white-space: nowrap
}

.z-0 {
    z-index: 0 !important
}

.z-1 {
    z-index: 1 !important
}

.z-2 {
    z-index: 2 !important
}

.z-3 {
    z-index: 3 !important
}

.background-cover {
    background-repeat: no-repeat;
    background-size: cover
}

.anchor, .anchor-polar {
    background-color: transparent;
    color: #00b3a3;
    text-decoration: none
}

    .anchor:hover, .anchor-polar:hover, .anchor:focus, .anchor-polar:focus {
        color: #00ccba
    }

.anchor-polar {
    color: #ffffff
}

    .anchor-polar:hover, .anchor-polar:focus {
        color: #ffffff
    }

.fill-chocolate, .fill-charcoal, .fill-sandpaper, html, .menu__inner:before, .fill-stone, .fill-onyx {
    color: #fff
}

.fill-chalk {
    background-image: url(/Portals/_default/Skins/WCS_2016/images/chalk-b7e9cf21390e2e5edae1f6c57e8d551b.png)
}

.fill-dust {
    background-image: url(/Portals/_default/Skins/WCS_2016/images/dust-884f5a9a927a60ca1d0e951379212275.jpg)
}

.fill-lead {
    background-image: url(/Portals/_default/Skins/WCS_2016/images/lead-55218ec887b54fee3e554f470f10ed91.png)
}

.fill-paper {
    background-color: #fff;
    background-image: url(/Portals/_default/Skins/WCS_2016/images/paper-50-ffa2cf724fc29ca380ccc495903cdcab.png)
}

.fill-paper--100 {
    background-color: #fff;
    background-image: url(/Portals/_default/Skins/WCS_2016/images/paper-100-657dfeb8987d86b6ef2f23a6da25e303.png)
}

.fill-sandpaper, html, .menu__inner:before {
    background-color: #000;
    background-image: url(/Portals/_default/Skins/WCS_2016/images/sandpaper-2bcfb26ec1af9c12952a253f2c06ed3c.png)
}

.fill-stone {
    background-image: url(/Portals/_default/Skins/WCS_2016/images/stone-6f30d62bf9517ef89cc396e633a6c1ab.png)
}

.fill-onyx {
    background-image: url(/Portals/_default/Skins/WCS_2016/images/onyx-7f713135a963604cc9a6b7664ca41e91.jpg)
}

.film {
    display: none
}

@media screen and (min-width: 768px) {
    .film {
        background: rgba(0,0,0,0.7);
        bottom: 0;
        display: block;
        left: 0;
        opacity: 0;
        position: fixed;
        right: 0;
        top: 0;
        -webkit-transition: opacity 0.2s ease-in;
        transition: opacity 0.2s ease-in;
        will-change: opacity;
        z-index: -1
    }
}

@media screen and (min-width: 768px) {
    .film.open {
        opacity: 1;
        z-index: 2
    }
}

.mask-chalk {
    -webkit-mask-image: url(/Portals/_default/Skins/WCS_2016/images/chalk-b7e9cf21390e2e5edae1f6c57e8d551b.png);
    mask-image: url(/Portals/_default/Skins/WCS_2016/images/chalk-b7e9cf21390e2e5edae1f6c57e8d551b.png)
}

.mask-lead {
    -webkit-mask-image: url(/Portals/_default/Skins/WCS_2016/images/lead-55218ec887b54fee3e554f470f10ed91.png);
    mask-image: url(/Portals/_default/Skins/WCS_2016/images/lead-55218ec887b54fee3e554f470f10ed91.png)
}

.mask-paper--50 {
    -webkit-mask-image: url(/images/wcsorg/textures/paper--50.png);
    mask-image: url(/images/wcsorg/textures/paper--50.png)
}

.mask-paper--100 {
    -webkit-mask-image: url(/images/wcsorg/textures/paper--100.png);
    mask-image: url(/images/wcsorg/textures/paper--100.png)
}

.mask-sandpaper {
    -webkit-mask-image: url(/Portals/_default/Skins/WCS_2016/images/sandpaper-2bcfb26ec1af9c12952a253f2c06ed3c.png);
    mask-image: url(/Portals/_default/Skins/WCS_2016/images/sandpaper-2bcfb26ec1af9c12952a253f2c06ed3c.png)
}

.mask-stone {
    -webkit-mask-image: url(/Portals/_default/Skins/WCS_2016/images/stone-6f30d62bf9517ef89cc396e633a6c1ab.png);
    mask-image: url(/Portals/_default/Skins/WCS_2016/images/stone-6f30d62bf9517ef89cc396e633a6c1ab.png)
}

.type-serif, .cell, .type-body, .story__inner__content__date, .stat__inner__heading__label, .wysiwyg h4 {
    font-family: "Erato Light", Garamond, Georgia, Times, serif
}

.cell, .type-body, .type-base {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6
}

@media screen and (min-width: 768px) {
    .cell, .type-body, .type-base {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.78
    }
}

.donation-promo__headline, .type-display {
    color: #ac9167;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.04em
}

@media screen and (min-width: 1279px) {
    .donation-promo__headline, .type-display {
        font-size: 56px;
        font-size: 3.5rem
    }
}

.page-hero__html h1, .page-hero__html h2, .page-hero__html h3, .page-hero__html h4, .wysiwyg h1, .wysiwyg h2:not(.type-display), .wysiwyg blockquote, .type-headline {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33
}

@media screen and (min-width: 1024px) {
    .page-hero__html h1, .page-hero__html h2, .page-hero__html h3, .page-hero__html h4, .wysiwyg h1, .wysiwyg h2:not(.type-display), .wysiwyg blockquote, .type-headline {
        font-size: 32px;
        font-size: 2rem
    }
}

.type-menu {
    letter-spacing: 0em
}

@media screen and (max-width: 767px) {
    .type-menu {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.wysiwyg h3, .type-title {
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 0.04em
}

@media screen and (min-width: 768px) {
    .wysiwyg h3, .type-title {
        font-size: 16px;
        font-size: 1rem
    }
}

.wysiwyg h4, .wysiwyg tbody > tr:first-child, .type-caption {
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.04em
}

@media screen and (min-width: 768px) {
    .wysiwyg h4, .wysiwyg tbody > tr:first-child, .type-caption {
        font-size: 14px;
        font-size: 0.875rem
    }
}

.wysiwyg strong, .type-strong {
    font-family: inherit;
    font-size: inherit;
    font-weight: bold;
    text-transform: none
}

@media screen and (min-width: 1024px) {
    .margin-standard-top {
        margin-top: 32px
    }
}

@media screen and (min-width: 1024px) {
    .margin-expanded-top, .page-hero + .wysiwyg {
        margin-top: 80px
    }
}

@media screen and (min-width: 1024px) {
    .margin-standard-bottom {
        margin-bottom: 32px
    }
}

@media screen and (min-width: 1024px) {
    .margin-expanded-bottom {
        margin-bottom: 80px
    }
}

.pegged:before {
    display: none
}

.container, .container-medium, .container-small, .container-extra-small, .container-fluid {
    max-width: 1072px;
    width: 100%
}

    .container, .container-medium, .container-small, .container-extra-small, .container-fluid, .container .image-fluid, .container-medium .image-fluid, .container-small .image-fluid, .container-extra-small .image-fluid, .container-fluid .image-fluid {
        max-width: 1072px
    }

        .container-medium, .container-medium .image-fluid {
            max-width: 804px
        }

        .container-small, .container-small .image-fluid {
            max-width: 714.66667px
        }

.container-extra-small {
    max-width: 536px
}

.container-fluid {
    max-width: 1608px;
    width: 90%
}

.container-full {
    width: 100%
}

.btn-large, .btn-fluid, .btn-fill-tiger, .btn-fill-turtle, .btn-fill-grizzly, .btn-fill-rose, .btn-fill-primary, .btn-fill-link, .btn {
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.04em;
    line-height: 16px;
    padding: 12px 32px;
    position: relative;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    z-index: 0
}

    .btn-large:before, .btn-fluid:before, .btn-fill-tiger:before, .btn-fill-turtle:before, .btn-fill-grizzly:before, .btn-fill-rose:before, .btn-fill-primary:before, .btn-fill-link:before, .btn:before {
        background-color: inherit;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
        z-index: -1
    }

    .btn-large:focus, .btn-fluid:focus, .btn-fill-tiger:focus, .btn-fill-turtle:focus, .btn-fill-grizzly:focus, .btn-fill-rose:focus, .btn-fill-primary:focus, .btn-fill-link:focus, .btn-large:hover, .btn-fluid:hover, .btn-fill-tiger:hover, .btn-fill-turtle:hover, .btn-fill-grizzly:hover, .btn-fill-rose:hover, .btn-fill-primary:hover, .btn-fill-link:hover, .btn:focus, .btn:hover {
        color: #ffffff
    }

        .btn-large:hover:before, .btn-fluid:hover:before, .btn-fill-tiger:hover:before, .btn-fill-turtle:hover:before, .btn-fill-grizzly:hover:before, .btn-fill-rose:hover:before, .btn-fill-primary:hover:before, .btn-fill-link:hover:before, .btn:hover:before {
            -webkit-transform: scale(1.01);
            -ms-transform: scale(1.01);
            transform: scale(1.01)
        }

    .fill-transparent.btn-large, .fill-transparent.btn-fluid, .fill-transparent.btn-fill-tiger, .fill-transparent.btn-fill-turtle, .fill-transparent.btn-fill-grizzly, .fill-transparent.btn-fill-rose, .fill-transparent.btn-fill-primary, .fill-transparent.btn-fill-link, .btn.fill-transparent {
        background-color: transparent;
        border: 2px solid #ffffff;
        color: #ffffff;
        font-weight: normal
    }

    .fill-callout.btn-large:focus, .fill-callout.btn-fluid:focus, .fill-callout.btn-fill-tiger:focus, .fill-callout.btn-fill-turtle:focus, .fill-callout.btn-fill-grizzly:focus, .fill-callout.btn-fill-rose:focus, .fill-callout.btn-fill-primary:focus, .fill-callout.btn-fill-link:focus, .fill-callout.btn-large:hover, .fill-callout.btn-fluid:hover, .fill-callout.btn-fill-tiger:hover, .fill-callout.btn-fill-turtle:hover, .fill-callout.btn-fill-grizzly:hover, .fill-callout.btn-fill-rose:hover, .fill-callout.btn-fill-primary:hover, .fill-callout.btn-fill-link:hover, .btn.fill-callout:focus, .btn.fill-callout:hover {
        background: #f7131a
    }

    .fill-callout.btn-large:active, .fill-callout.btn-fluid:active, .fill-callout.btn-fill-tiger:active, .fill-callout.btn-fill-turtle:active, .fill-callout.btn-fill-grizzly:active, .fill-callout.btn-fill-rose:active, .fill-callout.btn-fill-primary:active, .fill-callout.btn-fill-link:active, .btn.fill-callout:active {
        background: #ca262b
    }

    .fill-headline.btn-large:focus, .fill-headline.btn-fluid:focus, .fill-headline.btn-fill-tiger:focus, .fill-headline.btn-fill-turtle:focus, .fill-headline.btn-fill-grizzly:focus, .fill-headline.btn-fill-rose:focus, .fill-headline.btn-fill-primary:focus, .fill-headline.btn-fill-link:focus, .fill-headline.btn-large:hover, .fill-headline.btn-fluid:hover, .fill-headline.btn-fill-tiger:hover, .fill-headline.btn-fill-turtle:hover, .fill-headline.btn-fill-grizzly:hover, .fill-headline.btn-fill-rose:hover, .fill-headline.btn-fill-primary:hover, .fill-headline.btn-fill-link:hover, .btn.fill-headline:focus, .btn.fill-headline:hover {
        background: #332e26
    }

    .fill-headline.btn-large:active, .fill-headline.btn-fluid:active, .fill-headline.btn-fill-tiger:active, .fill-headline.btn-fill-turtle:active, .fill-headline.btn-fill-grizzly:active, .fill-headline.btn-fill-rose:active, .fill-headline.btn-fill-primary:active, .fill-headline.btn-fill-link:active, .btn.fill-headline:active {
        background: #211e19
    }

    .fill-primary.btn-large:focus, .fill-primary.btn-fluid:focus, .fill-primary.btn-fill-tiger:focus, .fill-primary.btn-fill-turtle:focus, .fill-primary.btn-fill-grizzly:focus, .fill-primary.btn-fill-rose:focus, .btn-fill-primary:focus, .fill-primary.btn-fill-link:focus, .fill-primary.btn-large:hover, .fill-primary.btn-fluid:hover, .fill-primary.btn-fill-tiger:hover, .fill-primary.btn-fill-turtle:hover, .fill-primary.btn-fill-grizzly:hover, .fill-primary.btn-fill-rose:hover, .btn-fill-primary:hover, .fill-primary.btn-fill-link:hover, .btn.fill-primary:focus, .btn.btn-fill-primary:focus, .btn.fill-primary:hover, .btn.btn-fill-primary:hover {
        background: #967c5f
    }

    .fill-primary.btn-large:active, .fill-primary.btn-fluid:active, .fill-primary.btn-fill-tiger:active, .fill-primary.btn-fill-turtle:active, .fill-primary.btn-fill-grizzly:active, .fill-primary.btn-fill-rose:active, .btn-fill-primary:active, .fill-primary.btn-fill-link:active, .btn.fill-primary:active, .btn.btn-fill-primary:active {
        background: #766e65
    }

    [disabled].btn-large, [disabled].btn-fluid, [disabled].btn-fill-tiger, [disabled].btn-fill-turtle, [disabled].btn-fill-grizzly, [disabled].btn-fill-rose, [disabled].btn-fill-primary, [disabled].btn-fill-link, [disabled].btn-large:hover, [disabled].btn-fluid:hover, [disabled].btn-fill-tiger:hover, [disabled].btn-fill-turtle:hover, [disabled].btn-fill-grizzly:hover, [disabled].btn-fill-rose:hover, [disabled].btn-fill-primary:hover, [disabled].btn-fill-link:hover, [disabled].btn-large:focus, [disabled].btn-fluid:focus, [disabled].btn-fill-tiger:focus, [disabled].btn-fill-turtle:focus, [disabled].btn-fill-grizzly:focus, [disabled].btn-fill-rose:focus, [disabled].btn-fill-primary:focus, [disabled].btn-fill-link:focus, [disabled].btn-large:active, [disabled].btn-fluid:active, [disabled].btn-fill-tiger:active, [disabled].btn-fill-turtle:active, [disabled].btn-fill-grizzly:active, [disabled].btn-fill-rose:active, [disabled].btn-fill-primary:active, [disabled].btn-fill-link:active, .btn[disabled], .btn[disabled]:hover, .btn[disabled]:focus, .btn[disabled]:active {
        background: #888;
        color: #eee;
        text-shadow: 0 1px 1px rgba(0,0,0,0.2)
    }

.btn-large {
    padding: 16px 40px
}

.btn-fluid {
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    width: 100%
}

.btn-loading {
    position: relative;
    padding-right: 48px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}

    .btn-loading:after {
        background: url(/assets/icons/loading-95d3f9be17ca0e60a9dba3f85617f643.svg) 50% 50% no-repeat;
        content: "";
        height: 18px;
        right: 16px;
        margin-top: -9px;
        position: absolute;
        top: 50%;
        width: 18px
    }

.btn-fill-tiger:focus, .btn-fill-tiger:hover {
    background: #e79431
}

.btn-fill-tiger:active {
    background: #e0851a
}

.btn-fill-turtle:focus, .btn-fill-turtle:hover {
    background: #016f6f
}

.btn-fill-turtle:active {
    background: #015151
}

.btn-fill-grizzly:focus, .btn-fill-grizzly:hover {
    background: #928056
}

.btn-fill-grizzly:active {
    background: #7f6f4a
}

.btn-fill-rose:focus, .btn-fill-rose:hover {
    background: #db4348
}

.btn-fill-rose:active {
    background: #d6292f
}

.btn-fill-primary:focus, .btn-fill-primary:hover {
    background: #8e857b
}

.btn-fill-primary:active {
    background: #7f766c
}

.btn-fill-link {
    background: #00b3a3;
    color: white
}

    .btn-fill-link:focus, .btn-fill-link:hover {
        background: #00c7b6
    }

    .btn-fill-link:active {
        background: #00a99a
    }

.btn-inline {
    padding-top: 8px;
    padding-bottom: 8px
}

.btn-icon {
    line-height: 0;
    text-align: center;
    -webkit-transition: 0.14s all;
    transition: 0.14s all
}

.list-circle, .wysiwyg ul {
    padding-left: 24px
}

    .list-circle > li, .wysiwyg ul > li {
        margin: 16px 0;
        position: relative;
        line-height: 24px
    }

        .list-circle > li:before, .wysiwyg ul > li:before {
            content: "";
            border: 2px solid #ac9167;
            border-radius: 50%;
            width: 7px;
            height: 7px;
            margin-left: -24px;
            margin-top: -3.5px;
            position: absolute;
            top: 12px
        }

.list-inline li, .list-inline-med li {
    display: inline-block;
    vertical-align: middle
}

@media screen and (max-width: 767px) {
    .list-inline-med li {
        display: block
    }
}

.list-links a {
    color: inherit;
    display: block
}

.list-numeric, .wysiwyg ol {
    counter-reset: list-numeric;
    padding-left: 24px
}

    .list-numeric > li, .wysiwyg ol > li {
        margin: 16px 0;
        position: relative;
        line-height: 24px
    }

        .list-numeric > li:before, .wysiwyg ol > li:before {
            color: #ac9167;
            counter-increment: list-numeric;
            content: counter(list-numeric) ".";
            margin-left: -24px;
            position: absolute;
            top: 0
        }

.tile, .tile-social {
    border: 1px solid;
    border-color: inherit;
    color: inherit;
    letter-spacing: 0.05em;
    margin: 4px;
    min-width: 88px;
    padding: 12px 8px 8px;
    -webkit-transition: 0.28s all ease-in;
    transition: 0.28s all ease-in
}

@media screen and (min-width: 768px) {
    .tile, .tile-social {
        margin: 8px;
        min-width: 112px;
        padding: 16px 16px 8px
    }
}

.tile-icon {
    height: 32px;
    width: 32px
}

@media screen and (min-width: 768px) {
    .tile-icon {
        height: initial;
        width: initial
    }
}

.tile-label {
    display: block;
    margin-top: 4px
}

@media screen and (min-width: 768px) {
    .tile-label {
        margin-top: 8px
    }
}

.tile-social:hover > p, .tile-social:focus > p {
    color: #afada9
}

.tile-social:active > p {
    color: #7f796e
}

.input-text {
    background: #f7fbf7;
    border: 0;
    box-shadow: inset 0 0 0 1px #e8e7e5;
    color: #706c65;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    padding: 8px 8px 8px 16px
}

.icon {
    fill: currentColor;
    line-height: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

@media screen and (max-width: 767px) {
    .block .btn-icon {
        display: none
    }

    .block .grid {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.block__description {
    padding-left: 16px
}

@media screen and (min-width: 768px) {
    .block__description {
        padding: 16px 0 0
    }
}

.block__description .type-caption {
    line-height: 1.2
}

@media screen and (max-width: 767px) {
    .block__image--with-text {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100px
    }
}

@media screen and (min-width: 768px) {
    .grid.blocks:not(.grid-medium-third):not(.grid-large-fourth) .block__description {
        padding: 0 0 0 16px;
        width: 60%
    }

    .grid.blocks:not(.grid-medium-third):not(.grid-large-fourth) .block__image {
        width: 40%
    }
}

.figure {
    background: #ffffff;
    overflow: hidden;
    position: relative
}

.figure__caption {
    padding: 32px 16px;
    text-align: center;
    width: 100%
}

@media screen and (min-width: 768px) {
    .figure__caption {
        bottom: 0;
        left: 0;
        margin-bottom: 16px;
        padding: 8px;
        position: absolute
    }
}

.card__inner {
    display: block;
    height: 100%
}

@media screen and (max-width: 767px) {
    .card__desc {
        word-wrap: break-word
    }
}

.ellipsis > .ellipsis__inner {
    margin: 0 8px;
    overflow: hidden;
    width: 1%
}

    .ellipsis > .ellipsis__inner:after {
        content: "..................................................................................................................................";
        color: #706c65;
        font-size: 11px;
        font-size: 0.6875rem;
        letter-spacing: 3px
    }

.credit {
    background: rgba(24,26,27,0.4);
    bottom: 2%;
    font-size: 10px;
    font-size: 0.625rem;
    letter-spacing: 0.048em;
    padding: 1px 8px;
    right: 2%;
    text-transform: uppercase
}

.folio {
    position: relative;
    z-index: 0
}

    .folio:before, .folio:after {
        content: "";
        position: absolute
    }

    .folio:before {
        bottom: 16px;
        left: 16px;
        right: -8px;
        top: 16px
    }

    .folio:after {
        bottom: 32px;
        left: 32px;
        right: -16px;
        top: 32px;
        z-index: -1
    }

.togglable__content {
    display: none
}

    .togglable__content.open {
        display: block
    }

.icon-link {
    line-height: 40px;
    margin-left: 48px
}

    .icon-link .icon {
        height: 36px;
        margin-left: -52px;
        margin-top: -18px;
        position: absolute;
        top: 50%;
        width: 36px
    }

.alert a {
    color: inherit;
    position: relative
}

    .alert a:hover, .alert a:focus {
        text-decoration: underline
    }

.emergency {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: 500 15.75px/32px "Futura BT", Helvetica, Arial, sans-serif;
    letter-spacing: 0.05em;
    padding: 24px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.1)
}

@media screen and (min-width: 1024px) {
    .emergency {
        font-size: 21px;
        font-size: 1.3125rem;
        padding: 32px
    }
}

.emergency a {
    display: block
}

.arrow-toggle {
    padding: 8px 8px 8px 0;
    -webkit-transition: 0.3s color;
    transition: 0.3s color
}

    .arrow-toggle:focus, .arrow-toggle:hover {
        color: #ae9f86;
        outline: 0
    }

        .arrow-toggle:focus .arrow-toggle-icon, .arrow-toggle:hover .arrow-toggle-icon {
            fill: #ae9f86
        }

    .arrow-toggle.open .arrow-toggle-icon {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

.arrow-toggle-icon {
    fill: #fff;
    display: inline-block;
    margin-top: -4px;
    margin-right: 8px;
    -webkit-transition: 0.8s -webkit-transform cubic-bezier(0.73, 0.11, 0.07, 1.36);
    transition: 0.8s transform cubic-bezier(0.73, 0.11, 0.07, 1.36);
    vertical-align: middle
}

.action-link {
    display: block;
    line-height: 32px
}

    .action-link .icon {
        vertical-align: top
    }

.hero, .page-hero__media {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 180px;
    max-height: 320px;
    max-height: 70vh;
    position: relative
}

@media screen and (min-aspect-ratio: 1 / 1) and (min-height: 600px) {
    .hero, .page-hero__media {
        max-height: 420px
    }
}

@media screen and (min-aspect-ratio: 1 / 1) and (min-height: 800px) {
    .hero, .page-hero__media {
        max-height: 560px
    }
}

@media screen and (min-aspect-ratio: 1 / 1) and (min-height: 1000px) {
    .hero, .page-hero__media {
        max-height: 700px
    }
}

@media screen and (min-width: 768px) {
    .hero, .page-hero__media {
        min-height: 400px;
        max-height: 70vh
    }

        .hero:after, .page-hero__media:after {
            background-image: -webkit-linear-gradient(rgba(0,0,0,0.75), transparent);
            background-image: linear-gradient(rgba(0,0,0,0.75), transparent);
            content: "";
            height: 150px;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%
        }
}

.hero__headline {
    color: #ffffff
}

@media screen and (max-width: 767px) {
    .hero__headline {
        color: #847b71;
        text-shadow: none
    }
}

.hero__callout {
    background: #ffffff;
    padding: 24px 8px;
    text-align: center
}

@media screen and (min-width: 768px) {
    .hero__callout {
        background: none;
        bottom: 10%;
        padding: 0 15%;
        position: absolute;
        text-align: center;
        width: 100%
    }
}

.page-hero {
    overflow: hidden
}

.page-hero__media {
    background-color: #000
}

    .page-hero__media:after {
        display: none
    }

@media screen and (min-width: 768px) {
    .page-hero.-top .page-hero__media {
        background-position: 50% 0
    }
}

@media screen and (min-width: 768px) {
    .page-hero.-bottom .page-hero__media {
        background-position: 50% 85%
    }
}

@media screen and (min-width: 768px) {
    .page-hero.-full .page-hero__media {
        min-height: auto;
        max-height: none
    }
}

@media screen and (max-width: 767px) {
    .js .page-hero[data-video-id] .page-hero__media {
        background-image: none !important
    }
}

@media screen and (min-width: 1024px) {
    .page-hero.-column .page-hero__media {
        max-height: none
    }

        .page-hero.-column .page-hero__media:before {
            content: '';
            display: block;
            height: 0;
            padding-bottom: 133.33333%;
            position: relative;
            vertical-align: top
        }

        .page-hero.-column .page-hero__media > img, .page-hero.-column .page-hero__media > iframe {
            bottom: 0;
            left: 0;
            position: absolute;
            right: 0;
            top: 0
        }
}

.page-hero__media__intro-video {
    display: none
}

@media screen and (min-width: 768px) {
    .page-hero__media__intro-video {
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .page-hero:not(.-media-only) .page-hero__html {
        padding: 16px
    }
}

@media screen and (max-width: 767px) {
    .page-hero__html {
        text-shadow: none
    }
}

@media screen and (min-width: 768px) {
    .page-hero__html {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        left: 0;
        height: 100%;
        padding: 32px 32px 48px;
        position: absolute !important;
        top: 0;
        width: 100%
    }

    .page-hero.-video-active .page-hero__html {
        visibility: hidden
    }

    .page-hero.-center .page-hero__html {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .page-hero__html, .page-hero__html a, .page-hero__html h1, .page-hero__html h2, .page-hero__html h3, .page-hero__html h4, .page-hero__html p {
        color: #fff
    }

        .page-hero__html a:not(.btn) {
            text-decoration: underline
        }
}

@media screen and (min-width: 1279px) {
    .page-hero__html {
        padding-bottom: 64px
    }
}

.page-hero__html > div {
    max-width: 920px
}

@media screen and (min-width: 768px) {
    .no-flexbox .page-hero__html > div {
        bottom: 32px;
        left: 50%;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        min-width: 700px
    }
}

.page-hero__html h1, .page-hero__html h2, .page-hero__html h3, .page-hero__html h4 {
    line-height: 1.2
}

@media screen and (min-width: 768px) {
    .page-hero__html h1, .page-hero__html h2, .page-hero__html h3, .page-hero__html h4 {
        font-size: 32px;
        font-size: 2rem
    }
}

@media screen and (min-width: 868px) {
    .page-hero__html h1, .page-hero__html h2, .page-hero__html h3, .page-hero__html h4 {
        font-size: 42px;
        font-size: 2.625rem
    }
}

@media screen and (min-width: 1024px) {
    .page-hero__html h1, .page-hero__html h2, .page-hero__html h3, .page-hero__html h4 {
        font-size: 56px;
        font-size: 3.5rem
    }
}

.page-hero__html p {
    line-height: 1.77778;
    margin: 16px 0 0
}

@media screen and (min-width: 768px) {
    .page-hero__html p {
        padding: 0 100px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

        .page-hero__html p:first-of-type {
            margin-top: 24px
        }

        .page-hero__html p:last-of-type {
            margin-bottom: 32px
        }
}

.page-hero__html .sm {
    font-size: 6px;
    font-size: 0.375rem;
    top: -2.5em
}

@media screen and (min-width: 768px) {
    .page-hero__html .sm {
        font-size: 8px;
        font-size: 0.5rem;
        top: -4em
    }
}

@media screen and (min-width: 768px) {
    .page-hero__html .input-text, .page-hero__html .btn {
        margin-top: 0
    }
}

@media screen and (max-width: 767px) {
    .page-hero__html .btn.fill-transparent {
        background-color: #d83237;
        border-color: none
    }
}

@media screen and (min-width: 768px) {
    .page-hero__media__video, .page-hero__media__video-close-btn {
        visibility: hidden
    }

    .page-hero.-video-active .page-hero__media__video, .page-hero.-video-active .page-hero__media__video-close-btn {
        visibility: visible
    }
}

@media screen and (min-width: 768px) {
    .page-hero__media__video-close-btn {
        color: #fff;
        font-size: 0;
        padding: 4px 12px;
        position: absolute;
        left: 50%;
        opacity: 0;
        top: 10px;
        -webkit-transition: opacity 0.25s ease-out;
        transition: opacity 0.25s ease-out;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 1
    }

        .page-hero__media__video-close-btn:focus, .page-hero.-video-active:hover .page-hero__media__video-close-btn {
            opacity: 1
        }

        .page-hero__media__video-close-btn .icon {
            fill: #ac9167;
            margin-right: 8px;
            vertical-align: middle
        }

        .page-hero__media__video-close-btn .type-caption {
            font-size: 12px;
            font-size: 0.75rem;
            vertical-align: middle
        }

        .page-hero__media__video-close-btn:active .type-caption {
            color: #ac9167
        }
}

.page-hero__html__video-show-btn {
    display: none
}

.js .page-hero__html__video-show-btn {
    display: inline-block
}

@media (min-width: 1024px) and (min-height: 640px) {
    .page-hero__html__video-show-btn {
        margin-bottom: 32px
    }
}

@media (min-width: 1279px) and (min-height: 800px) {
    .page-hero__html__video-show-btn {
        margin-bottom: 48px
    }
}

@media (min-width: 1279px) and (min-height: 1000px) {
    .page-hero__html__video-show-btn {
        margin-bottom: 72px
    }
}

.page-hero__html__video-show-btn .icon {
    -webkit-transition: fill 0.2s ease-out;
    transition: fill 0.2s ease-out
}

.page-hero__html__video-show-btn:focus .icon, .page-hero__html__video-show-btn:active .icon {
    fill: #ac9167
}

.page-hero__html__video-show-btn:active .icon {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.skip-link {
    background: #ffffff;
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px !important;
    z-index: 4
}

    .skip-link:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        padding: 0;
        position: static;
        width: auto !important;
        left: 0;
        padding: 8px;
        position: absolute;
        top: 0
    }

@media screen and (min-width: 768px) {
    .column {
        padding: 0 8px
    }
}

.link {
    display: block;
    padding: 8px
}

.tickets-promo {
    max-width: 100%;
    width: 100%
}

.tickets-promo__heading {
    font-size: 21px;
    font-size: 1.3125rem
}

.tickets-promo__image {
    max-width: 200px
}

@media screen and (min-width: 480px) {
    .tickets-promo__image {
        max-width: 300px
    }
}

@media screen and (min-width: 768px) {
    .tickets-promo__image {
        max-width: none
    }
}

.tickets-promo__benefits .grid {
    margin-top: 16px
}

@media screen and (max-width: 767px) {
    .tickets-promo__benefits .grid {
        margin: 0 auto;
        max-width: 360px
    }
}

.tickets-promo__benefits .cell {
    padding: 24px 0
}

@media screen and (min-width: 768px) {
    .tickets-promo__benefits .cell {
        padding: 24px 16px
    }
}

@media screen and (max-width: 1023px) {
    .tickets-promo__benefits .cell img {
        max-width: 90px
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .tickets-promo__benefits .cell img {
        max-height: 75px
    }
}

@media screen and (min-width: 1024px) {
    .tickets-promo__benefits .cell img {
        margin-right: 8px
    }
}

.tickets-promo__benefits .type-caption {
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 0.04em;
    line-height: 1.33;
    margin-bottom: 8px
}

@media screen and (min-width: 768px) {
    .tickets-promo__benefits .type-caption {
        margin: 8px 0
    }
}

@media screen and (min-width: 1024px) {
    .tickets-promo__benefits .type-caption {
        margin: 16px 0 8px
    }
}

.fine-print, .gsc-control-cse .gcsc-branding {
    color: #8a8885;
    display: inline-block
}

.modal, .action-modal, .tickets-promo-modal, .photo-gallery__modal {
    background: rgba(0,0,0,0.75);
    bottom: 0;
    content: '';
    display: none;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
    z-index: 3
}

    .modal.-active, .-active.action-modal, .-active.tickets-promo-modal, .-active.photo-gallery__modal {
        display: block
    }

    .modal.-in, .-in.action-modal, .-in.tickets-promo-modal, .-in.photo-gallery__modal {
        opacity: 1
    }

    .modal.-active.-flex, .-active.-flex.action-modal, .-active.-flex.tickets-promo-modal, .-active.-flex.photo-gallery__modal {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

.modal__inner {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.modal__inner__close, .action-modal__inner__close, .tickets-promo-modal__inner__close {
    height: 32px;
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    z-index: 1
}

    .modal__inner__close > .icon, .action-modal__inner__close > .icon, .tickets-promo-modal__inner__close > .icon {
        display: block
    }

.modal__backdrop {
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.modal__content {
    border-radius: 2px;
    -webkit-animation: 0.4s appear;
    animation: 0.4s appear;
    box-shadow: 0 1px 10px rgba(0,0,0,0.2)
}

.action-modal {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .action-modal.-active {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

@media screen and (max-width: 767px) {
    .action-modal .type-headline {
        padding-right: 16px
    }
}

@media screen and (min-width: 1279px) {
    .action-modal .type-headline.-large {
        font-size: 36px;
        font-size: 2.25rem
    }
}

.action-modal__type-headline-bold {
    font-family: "Futura BT", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase
}

@media screen and (min-width: 768px) {
    .action-modal__type-headline-bold {
        font-size: 32px;
        font-size: 2rem
    }
}

@media screen and (min-width: 1024px) {
    .action-modal__type-headline-bold {
        font-size: 36px;
        font-size: 2.25rem
    }
}

@media screen and (min-width: 1279px) {
    .action-modal__type-headline-bold {
        font-size: 40px;
        font-size: 2.5rem
    }
}

.action-modal__inner {
    max-height: 94%;
    max-width: 94%;
    min-width: 300px;
    position: relative
}

@media screen and (min-width: 768px) {
    .action-modal__inner {
        height: 94%;
        min-width: 728px;
        max-height: 600px
    }
}

@media screen and (min-width: 1024px) {
    .action-modal__inner {
        max-width: none;
        width: 1000px
    }
}

@media screen and (min-width: 768px) {
    .action-modal__inner .grid {
        height: 100%
    }
}

.action-modal__inner .cell {
    overflow-y: auto;
    -ms-overflow-style: none
}

.action-modal__anchor--hide {
    display: none
}

.action-modal__inner__image {
    background-size: cover;
    border-radius: 4px 0px 0px 4px;
    position: absolute;
    width: 100%;
    height: 100%
}

.action-modal.-image-custom .action-modal__inner__image {
    display: none
}

.action-modal__inner__image.-custom {
    display: none
}

.action-modal.-image-custom .action-modal__inner__image.-custom {
    display: block
}

.action-modal__inner__text {
    padding: 16px 24px
}

@media screen and (min-width: 768px) {
    .action-modal__inner__text {
        font-size: 16px;
        font-size: 1rem;
        padding: 24px 32px
    }
}

@media screen and (min-width: 1024px) {
    .action-modal__inner__text {
        padding: 32px 48px
    }
}

@media screen and (min-width: 1279px) {
    .action-modal__inner__text.-large {
        font-size: 20px;
        font-size: 1.25rem
    }
}

.email-signup.submitted + .action-modal__alt .action-modal__alt__choice {
    display: none
}

.email-signup.submitted + .action-modal__alt .action-modal__alt__choice--hide {
    display: block
}

.action-modal__alt__choice--hide {
    display: none
}

@media screen and (max-width: 767px) {
    .tickets-promo-modal.-dark {
        background-color: #008484
    }
}

.tickets-promo-modal__inner {
    max-width: 960px;
    overflow-y: auto;
    width: 94%;
    margin: 3% auto
}

@media screen and (min-width: 768px) {
    .tickets-promo-modal__inner {
        overflow-y: visible
    }

        .tickets-promo-modal__inner:before {
            content: '';
            display: block;
            height: 0;
            padding-bottom: 66.66667%;
            position: relative;
            vertical-align: top
        }

        .tickets-promo-modal__inner > img, .tickets-promo-modal__inner > iframe {
            bottom: 0;
            left: 0;
            position: absolute;
            right: 0;
            top: 0
        }

        .tickets-promo-modal__inner > div {
            bottom: 0;
            left: 0;
            right: 0;
            position: absolute;
            top: 0
        }
}

@media screen and (max-width: 767px) {
    .tickets-promo-modal.-dark .tickets-promo-modal__inner {
        position: static
    }
}

.tickets-promo-modal__inner img {
    width: 100%
}

.tickets-promo-modal__logo {
    max-width: 200px;
    display: none
}

.-dark .tickets-promo-modal__logo {
    display: block
}

@media (max-height: 500px) {
    .-dark .tickets-promo-modal__logo {
        margin-bottom: 32px
    }
}

.tickets-promo-modal__cancel {
    display: none
}

.-dark .tickets-promo-modal__cancel {
    display: block
}

@media (max-height: 500px) {
    .-dark .tickets-promo-modal__cancel {
        margin-top: 32px
    }
}

.tickets-promo-modal__inner__close {
    right: 16px;
    top: 16px
}

@media (max-height: 500px) {
    .tickets-promo-modal__inner__close .icon {
        color: black
    }
}

.-dark .tickets-promo-modal__inner__close .icon {
    color: white !important
}

@media (max-height: 500px) {
    .tickets-promo-modal__inner__image {
        display: none
    }
}

.tickets-promo-modal.-dark .tickets-promo-modal__inner__image {
    display: none
}

.tickets-promo-modal__inner__text {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 32px
}

@media screen and (min-width: 768px) {
    .tickets-promo-modal__inner__text {
        min-height: 180px;
        padding: 16px 32px
    }
}

.tickets-promo-modal.-dark .tickets-promo-modal__inner__text {
    background: #008484;
    color: #ffffff
}

.tickets-promo-modal__inner__text .type-title {
    line-height: 1.2
}

.tickets-promo-modal__inner__text .type-display {
    font-size: 32px;
    font-size: 2rem;
    font-family: "Futura BT", Helvetica, Arial, sans-serif;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 0.06em
}

@media screen and (min-width: 768px) {
    .tickets-promo-modal__inner__text .type-display {
        line-height: 1.55;
        letter-spacing: 0.1em
    }
}

.tickets-promo-modal.-code .tickets-promo-modal__inner__text .type-display {
    font-size: 28px;
    font-size: 1.75rem
}

.tickets-promo-modal.-dark .tickets-promo-modal__inner__text .type-display {
    color: #ffffff
}

.tickets-promo-modal__inner__text a.btn {
    margin-top: 16px
}

@media screen and (min-width: 768px) {
    .tickets-promo-modal__inner__text a.btn {
        margin-top: 8px
    }
}

.tickets-promo-modal__inner__text .promo-code {
    font-family: "Courier New", monospace;
    font-size: 30px;
    font-size: 1.875rem;
    margin-left: 4px
}

.tickets-promo-modal__inner__text .email-signup.submitted .email-signup-form {
    display: none
}

@media screen and (min-width: 768px) {
    .tickets-promo-modal__inner__text .email-signup {
        max-width: 480px
    }
}

.tickets-promo-modal__inner__text .email-signup__message {
    line-height: 1.33;
    margin-bottom: 8px;
    margin-top: 16px
}

.form-group--inline {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 767px) {
    .form-group--inline {
        display: block;
        margin-bottom: 20px
    }
}

.form-group--inline__label {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 120px;
    -ms-flex-preferred-size: 120px;
    flex-basis: 120px
}

@media screen and (max-width: 767px) {
    .form-group--inline__label {
        display: block;
        margin-bottom: 4px
    }
}

.form-group--inline__input {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

    .form-group--inline__input input, .form-group--inline__input .form-group--inline__control {
        width: 100%
    }

.photo-gallery.-logos .photo-gallery__item > div, .photo-gallery.-logos .photo-gallery__item > a {
    display: block;
    padding: 48px 32px;
    width: 100%
}

.photo-gallery.-logos .photo-gallery__item__inner {
    max-width: 200px
}

.photo-gallery__item__button {
    display: block;
    overflow: hidden
}

.photo-gallery__modal {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .photo-gallery__modal.-active {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

.photo-gallery__modal__inner {
    position: relative;
    max-width: calc(100% - 32px);
    width: 640px;
    width: 90vh
}

.photo-gallery__modal__image {
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.15s ease-out, opacity 0.35s ease-out;
    transition: transform 0.15s ease-out, opacity 0.35s ease-out;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: scale(0.01) translateZ(0);
    transform: scale(0.01) translateZ(0);
    will-change: transform, opacity
}

@media screen and (min-width: 1024px) {
    .photo-gallery__modal__image {
        -webkit-transition: -webkit-transform 0.25s ease-out, opacity 0.55s ease-out;
        transition: transform 0.25s ease-out, opacity 0.55s ease-out
    }
}

.photo-gallery__modal.-in .photo-gallery__modal__image {
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0)
}

.photo-gallery__modal.-out .photo-gallery__modal__image {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.photo-gallery__modal__close {
    height: 32px;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 32px
}

.photo-gallery__modal__text {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    opacity: 0;
    margin-top: 1px;
    position: absolute;
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
    width: 100%;
    will-change: opacity
}

    .photo-gallery__modal__text.-backdrop {
        background: rgba(24,26,27,0.5)
    }

.photo-gallery__modal.-in .photo-gallery__modal__text {
    opacity: 1;
    -webkit-transition-delay: 0.33s;
    transition-delay: 0.33s
}

.photo-gallery__modal.-out .photo-gallery__modal__text {
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s
}

@media screen and (min-width: 768px) {
    .photo-gallery__modal__text {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.photo-gallery__modal__text__content {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 0 12px
}

.photo-gallery__modal__text .credit {
    background: none;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0;
    margin: 8px 0;
    padding: 0;
    position: static;
    text-transform: none
}

.photo-gallery__modal__text__caption {
    color: #ffffff;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.25;
    margin: 8px 0
}

@media screen and (min-width: 1024px) {
    .photo-gallery__modal__text__caption {
        font-size: 16px;
        font-size: 1rem
    }
}

.photo-gallery__modal__text__actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

    .photo-gallery__modal__text__actions .btn {
        border-radius: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 8px;
        text-align: center;
        width: 50%
    }

@media screen and (min-width: 768px) {
    .photo-gallery__modal__text__actions {
        position: static;
        width: 120px
    }
}

.story__inner {
    padding: 0 16px
}

@media screen and (min-width: 1024px) {
    .story__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (min-width: 1024px) {
    .story.-column .story__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 16px 16px 16px
    }
}

@media screen and (min-width: 1024px) {
    .story__inner__content, .story__inner__thumbnail {
        max-width: 480px;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        width: 50%
    }
}

@media screen and (min-width: 1024px) {
    .story.-column .story__inner__content, .story.-column .story__inner__thumbnail {
        max-width: 100%;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        width: 100%
    }
}

@media screen and (min-width: 1024px) {
    .story__inner__content {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

@media screen and (min-width: 1024px) {
    .story:not(.-column) .story__inner__content {
        padding: 0 24px 24px 24px
    }
}

.story__inner__content__headline {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.16
}

@media screen and (min-width: 1024px) {
    .story__inner__content__headline {
        font-size: 32px;
        font-size: 2rem
    }
}

@media screen and (min-width: 1279px) {
    .story__inner__content__headline {
        font-size: 48px;
        font-size: 3rem
    }
}

.story__inner__content__headline > a {
    color: inherit
}

.story__inner__content__date {
    letter-spacing: 0em;
    text-transform: none
}

.story__inner__content__label + .story__inner__content__date:before {
    color: #e8e7e5;
    content: '|';
    padding: 0 8px
}

.story__inner__content__text {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media screen and (min-width: 1024px) {
    .story:not(.-column) .story__inner__thumbnail {
        margin-top: 0;
        text-align: right
    }
}

.story__inner__thumbnail__img {
    display: block
}

.promo.-dark, .promo.-logo {
    background-color: #000;
    background-size: cover;
    background-position: 50% 50%;
    color: #fff
}

    .promo.-dark:before, .promo.-logo:before {
        content: '';
        display: block;
        height: 0;
        padding-bottom: 133.33333%;
        position: relative;
        vertical-align: top
    }

    .promo.-dark > img, .promo.-dark > iframe, .promo.-logo > img, .promo.-logo > iframe {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }

@media screen and (min-width: 480px) {
    .promo.-dark:before, .promo.-logo:before {
        content: '';
        display: block;
        height: 0;
        padding-bottom: 56.25%;
        position: relative;
        vertical-align: top
    }

    .promo.-dark > img, .promo.-dark > iframe, .promo.-logo > img, .promo.-logo > iframe {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }
}

@media screen and (min-width: 1024px) {
    .promo.-dark.-column:before, .promo.-logo.-column:before, .promo.-dark-background.-column:before, .promo.-light-background.-column:before {
        content: '';
        display: block;
        height: 0;
        padding-bottom: 133.33333%;
        position: relative;
        vertical-align: top
    }

    .promo.-dark.-column > img, .promo.-dark.-column > iframe, .promo.-logo.-column > img, .promo.-logo.-column > iframe, .promo.-dark-background.-column > img, .promo.-dark-background.-column > iframe, .promo.-light-background.-column > img, .promo.-light-background.-column > iframe {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }
}

.promo.-thumbnail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

    .promo.-thumbnail:not(.-column) {
        margin-left: auto;
        margin-right: auto;
        max-width: 800px
    }

.promo p {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.promo.-dark .promo__inner, .promo.-logo .promo__inner {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

@media screen and (min-width: 1024px) {
    .promo.-column.-dark-background .promo__inner, .promo.-column.-light-background .promo__inner {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }
}

.promo.-thumbnail .promo__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left
}

@media screen and (max-width: 767px) {
    .promo.-thumbnail .promo__inner {
        position: static
    }
}

.promo.-thumbnail .promo__inner .promo__inner__content {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    max-width: 700px
}

.promo.-thumbnail .promo__inner .type-headline {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1
}

@media screen and (min-width: 1024px) {
    .promo.-thumbnail .promo__inner .type-headline {
        font-size: 24px;
        font-size: 1.5rem
    }
}

.promo__inner__img {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: none;
    object-fit: cover;
    min-width: 240px
}

@media screen and (min-width: 480px) {
    .promo__inner__img {
        display: block
    }
}

@media screen and (min-width: 1024px) and (max-width: 1278px) {
    .promo.-column .promo__inner__img {
        display: none
    }
}

.promo__inner__content {
    padding: 24px;
    max-width: 480px;
    width: 100%
}

@media screen and (min-width: 768px) {
    .promo__inner__content {
        padding: 40px
    }
}

.promo__inner__content p {
    line-height: 1.5
}

@media screen and (min-width: 1279px) {
    .promo__inner__content p {
        line-height: 1.8
    }
}

.promo__inner__content .type-headline > a {
    color: inherit
}

.promo__inner__content__img {
    max-width: 400px;
    width: 100%
}

.stat {
    color: #7f796e;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.stat__inner {
    max-width: 480px
}

    .stat__inner p {
        line-height: 1.5
    }

@media screen and (min-width: 1279px) {
    .stat__inner p {
        line-height: 1.8
    }
}

.stat__inner__heading {
    font-size: 80px;
    font-size: 5rem;
    line-height: 1
}

@media screen and (min-width: 1024px) {
    .stat__inner__heading {
        font-size: 90px;
        font-size: 5.625rem
    }
}

.stat__inner__heading__intro {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: bold
}

.stat__inner__heading__label {
    font-size: 24px;
    font-size: 1.5rem;
    font-style: italic;
    line-height: 1.33;
    text-transform: none;
    letter-spacing: 0em
}

.poster {
    padding: 16px;
    max-width: 320px
}

@media screen and (min-width: 1279px) {
    .poster {
        padding: 32px
    }

    .grid-medium-fourth > .poster {
        padding: 32px 24px
    }

    .grid-medium-fifth > .poster {
        padding: 32px 16px
    }
}

.poster.congo .type-caption.color-dark{
    font-weight: 300;
    font-size: 1.2rem;
}

    .poster.congo .type-caption.color-dark > a, .poster.congo .type-caption.color-dark > a:focus, .poster.congo.color-dark .type-caption > a:hover {
        color: #595959;
    }

.poster .type-caption {
    font-weight: bold;
    line-height: 1.33;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

    .poster .type-caption.congo {
        font-weight: normal;
        font-size: 1.4rem;
        color: #595959 !important;
    }


.poster p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625;
    margin-top: 8px !important;
}

.poster.align-justify p{
    text-align: justify;
}

.image_lists {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.image-list, .updates-image-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media screen and (min-width: 768px) {
    .image-list, .updates-image-list {
        padding: 16px
    }
}

@media screen and (min-width: 1024px) {
    .image-list, .updates-image-list {
        padding: 24px 16px
    }
}

.image-list__img, .updates-image-list__img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100px
}

.image-list__text, .updates-image-list__text {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

@media screen and (min-width: 768px) {
    .image-list__text, .updates-image-list__text {
        padding-left: 24px
    }
}

@media screen and (min-width: 1024px) {
    .image-list__text, .updates-image-list__text {
        padding-left: 32px
    }
}

.image-list__text .type-caption, .updates-image-list__text .type-caption {
    line-height: 1.25
}

.image-list__text .btn, .updates-image-list__text .btn {
    display: none
}

.image-list__text p, .updates-image-list__text p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625
}

.image-list__text a:not(.color-link), .updates-image-list__text a:not(.color-link) {
    color: inherit
}

.image-list__text a:focus, .updates-image-list__text a:focus, .image-list__text a:hover, .updates-image-list__text a:hover {
    color: #00b3a3
}

@media screen and (min-width: 768px) {
    .newsroom__heading {
        margin-bottom: 48px
    }
}

@media screen and (min-width: 1024px) {
    .newsroom__item {
        padding: 0 24px
    }
}

@media screen and (min-width: 1279px) {
    .newsroom__item {
        padding: 0 32px
    }
}

.newsroom__item__date {
    font-size: 15px;
    font-size: 0.9375rem
}

.newsroom__item__headline {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5
}

    .newsroom__item__headline > a {
        color: inherit
    }

.newsroom__item__description {
    font-size: 15px;
    font-size: 0.9375rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.newsroom__item__anchor {
    font-size: 13px;
    font-size: 0.8125rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media screen and (min-width: 768px) {
    .newsroom__item__anchor {
        margin-top: 16px
    }
}

.newsroom__btn {
    background-color: #ac9167
}

.btn {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: normal
}

    .btn:not(:focus) {
        -webkit-mask-image: url(/Portals/_default/Skins/WCS_2016/images/stone-6f30d62bf9517ef89cc396e633a6c1ab.png);
        mask-image: url(/Portals/_default/Skins/WCS_2016/images/stone-6f30d62bf9517ef89cc396e633a6c1ab.png)
    }

    .btn.fill-highlight:focus, .btn.fill-highlight:hover {
        background: #00c7b6
    }

    .btn.fill-transparent.-focus-gold:focus, .btn.fill-transparent.-focus-gold:hover {
        background: #ffffff;
        color: #ac9167
    }

.column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

@media screen and (min-width: 768px) {
    .column {
        overflow: hidden;
        padding: 0
    }
}

.hero:after, .page-hero__media:after {
    display: none
}

.hero__callout {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.story.-light.-column {
    background-color: #fafaf8
}

.story.-light .btn {
    background-color: #ac9167
}

    .story.-light .btn:focus, .story.-light .btn:hover {
        background: #b39b74
    }

    .story.-light .btn:active {
        background: #a88c60
    }

.story.-dark {
    background-color: #000;
    background-size: cover;
    background-position: 50% 50%
}

    .story.-dark:before {
        content: '';
        display: block;
        height: 0;
        padding-bottom: 133.33333%;
        position: relative;
        vertical-align: top
    }

    .story.-dark > img, .story.-dark > iframe {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }

@media screen and (min-width: 480px) {
    .story.-dark:before {
        content: '';
        display: block;
        height: 0;
        padding-bottom: 56.25%;
        position: relative;
        vertical-align: top
    }

    .story.-dark > img, .story.-dark > iframe {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }
}

.story.-dark.-overlay {
    color: #fff
}

    .story.-dark.-overlay:after {
        background: rgba(0,0,0,0.25);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0
    }

.story.-dark .btn {
    -webkit-mask-image: none;
    mask-image: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.story.-column {
    margin-bottom: 0
}

@media screen and (min-width: 1024px) {
    .story.-column:before {
        content: '';
        display: block;
        height: 0;
        padding-bottom: 133.33333%;
        position: relative;
        vertical-align: top
    }

    .story.-column > img, .story.-column > iframe {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }
}

.story__inner {
    padding: 24px
}

@media screen and (min-width: 768px) {
    .story__inner {
        padding: 40px
    }
}

@media screen and (min-width: 1024px) {
    .story.-column .story__inner {
        bottom: 0;
        left: 0;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0
    }
}

.story.-dark .story__inner {
    bottom: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    width: auto;
    z-index: 1
}

@media screen and (min-width: 768px) {
    .story.-dark .story__inner {
        padding: 0
    }
}

@media screen and (min-width: 1024px) {
    .story.-light:not(.-column) .story__inner {
        padding: 128px 40px
    }
}

@media screen and (min-width: 1024px) {
    .story.-column .story__inner__content, .story.-dark .story__inner__content, .story.-column .story__inner__thumbnail, .story.-dark .story__inner__thumbnail {
        max-width: none;
        width: 100%
    }
}

@media screen and (min-width: 1024px) {
    .story.-light:not(.-column) .story__inner__content {
        padding: 0 0 0 40px
    }
}

@media screen and (min-width: 1024px) {
    .story.-light.-column .story__inner__content {
        padding: 40px;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

.story.-dark .story__inner__content {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-mask-image: url(/Portals/_default/Skins/WCS_2016/images/stone-6f30d62bf9517ef89cc396e633a6c1ab.png);
    mask-image: url(/Portals/_default/Skins/WCS_2016/images/stone-6f30d62bf9517ef89cc396e633a6c1ab.png)
}

@media screen and (min-width: 768px) {
    .story.-dark .story__inner__content {
        padding: 40px
    }
}

@media screen and (min-width: 1024px) {
    .story.-dark:not(.-column) .story__inner__content {
        max-width: 780px;
        padding-right: 0
    }
}

.story__inner__content__label, .story__inner__content__date {
    line-height: 1.5
}

.story.-dark .story__inner__content__label, .story.-dark .story__inner__content__date {
    display: inline-block
}

.story.-dark.-lined .story__inner__content__label, .story.-dark.-lined .story__inner__content__date {
    background-image: -webkit-linear-gradient(rgba(28,28,28,0.8) 21px, transparent 0);
    background-image: linear-gradient(rgba(28,28,28,0.8) 21px, transparent 0);
    background-size: 100% 21px;
    background-origin: content-box;
    font-size: 14px;
    line-height: 21px;
    padding-left: 4px;
    padding-right: 4px
}

.no-cssanimations .story.-dark.-lined .story__inner__content__label, .no-cssanimations .story.-dark.-lined .story__inner__content__date {
    background-color: rgba(28,28,28,0.8)
}

.story.-dark.-lined .story__inner__content__label {
    color: #d83237;
    padding-right: 0
}

.story.-dark.-lined .story__inner__content__date {
    color: #f8f5ea;
    padding-left: 0
}

    .story.-dark.-lined .story__inner__content__date:before {
        color: #42534b
    }

.story.-dark.-lined .story__inner__content__headline {
    color: #ac9167;
    background-image: -webkit-linear-gradient(rgba(28,28,28,0.8) 24.64px, transparent 0);
    background-image: linear-gradient(rgba(28,28,28,0.8) 24.64px, transparent 0);
    background-size: 100% 28px;
    background-origin: content-box;
    font-size: 24px;
    line-height: 28px;
    padding-left: 4px;
    padding-right: 4px
}

.no-cssanimations .story.-dark.-lined .story__inner__content__headline {
    background-color: rgba(28,28,28,0.8)
}

@media screen and (min-width: 768px) {
    .story.-dark.-lined .story__inner__content__headline {
        background-image: -webkit-linear-gradient(rgba(28,28,28,0.8) 33.44px, transparent 0);
        background-image: linear-gradient(rgba(28,28,28,0.8) 33.44px, transparent 0);
        background-size: 100% 38px;
        background-origin: content-box;
        font-size: 32px;
        line-height: 38px;
        padding-left: 4px;
        padding-right: 4px
    }

    .no-cssanimations .story.-dark.-lined .story__inner__content__headline {
        background-color: rgba(28,28,28,0.8)
    }
}

@media screen and (min-width: 1024px) {
    .story.-dark.-lined .story__inner__content__headline {
        background-image: -webkit-linear-gradient(rgba(28,28,28,0.8) 49.28px, transparent 0);
        background-image: linear-gradient(rgba(28,28,28,0.8) 49.28px, transparent 0);
        background-size: 100% 56px;
        background-origin: content-box;
        font-size: 48px;
        line-height: 56px;
        padding-left: 4px;
        padding-right: 4px
    }

    .no-cssanimations .story.-dark.-lined .story__inner__content__headline {
        background-color: rgba(28,28,28,0.8)
    }
}

@media screen and (min-width: 1279px) {
    .story.-dark.-lined .story__inner__content__headline {
        background-image: -webkit-linear-gradient(rgba(28,28,28,0.8) 73.92px, transparent 0);
        background-image: linear-gradient(rgba(28,28,28,0.8) 73.92px, transparent 0);
        background-size: 100% 84px;
        background-origin: content-box;
        font-size: 72px;
        line-height: 84px;
        padding-left: 4px;
        padding-right: 4px
    }

    .no-cssanimations .story.-dark.-lined .story__inner__content__headline {
        background-color: rgba(28,28,28,0.8)
    }
}

@media screen and (min-width: 1024px) {
    .story.-dark.-lined.-column .story__inner__content__headline {
        background-image: -webkit-linear-gradient(rgba(28,28,28,0.8) 33.44px, transparent 0);
        background-image: linear-gradient(rgba(28,28,28,0.8) 33.44px, transparent 0);
        background-size: 100% 38px;
        background-origin: content-box;
        font-size: 32px;
        line-height: 38px;
        padding-left: 4px;
        padding-right: 4px
    }

    .no-cssanimations .story.-dark.-lined.-column .story__inner__content__headline {
        background-color: rgba(28,28,28,0.8)
    }
}

@media screen and (min-width: 1279px) {
    .story.-dark.-lined.-column .story__inner__content__headline {
        background-image: -webkit-linear-gradient(rgba(28,28,28,0.8) 49.28px, transparent 0);
        background-image: linear-gradient(rgba(28,28,28,0.8) 49.28px, transparent 0);
        background-size: 100% 56px;
        background-origin: content-box;
        font-size: 48px;
        line-height: 56px;
        padding-left: 4px;
        padding-right: 4px
    }

    .no-cssanimations .story.-dark.-lined.-column .story__inner__content__headline {
        background-color: rgba(28,28,28,0.8)
    }
}

.story.-dark.-lined .story__inner__content__text {
    color: #ac9167;
    background-image: -webkit-linear-gradient(rgba(28,28,28,0.8) 26.4px, transparent 0);
    background-image: linear-gradient(rgba(28,28,28,0.8) 26.4px, transparent 0);
    background-size: 100% 30px;
    background-origin: content-box;
    font-size: 16px;
    line-height: 30px;
    padding-left: 4px;
    padding-right: 4px
}

.no-cssanimations .story.-dark.-lined .story__inner__content__text {
    background-color: rgba(28,28,28,0.8)
}

@media screen and (min-width: 768px) {
    .story.-dark.-lined .story__inner__content__text {
        background-image: -webkit-linear-gradient(rgba(28,28,28,0.8) 28.16px, transparent 0);
        background-image: linear-gradient(rgba(28,28,28,0.8) 28.16px, transparent 0);
        background-size: 100% 32px;
        background-origin: content-box;
        font-size: 18px;
        line-height: 32px;
        padding-left: 4px;
        padding-right: 4px
    }

    .no-cssanimations .story.-dark.-lined .story__inner__content__text {
        background-color: rgba(28,28,28,0.8)
    }
}

.story__inner__thumbnail {
    position: relative
}

@media screen and (min-width: 1024px) {
    .story.-light.-column .story__inner__thumbnail {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

@media screen and (min-width: 768px) {
    .story.-light:not(.-column) .story__inner__thumbnail {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.story__inner__thumbnail__img {
    width: 100%
}

@media screen and (min-width: 768px) {
    .story.-light:not(.-column) .story__inner__thumbnail__shadow {
        background: -webkit-linear-gradient(#fff, #707070);
        background: linear-gradient(#fff, #707070);
        box-shadow: inset 0 0 32px 10px #fff, inset 0 4px 2px -2px #fff;
        content: '';
        -webkit-filter: blur(4px);
        filter: blur(4px);
        height: 32px;
        left: 8%;
        margin-top: 32px;
        position: absolute;
        -webkit-transform: perspective(120px) rotateX(45deg) translateZ(0);
        transform: perspective(120px) rotateX(45deg) translateZ(0);
        width: 84%
    }
}

.promo .type-headline {
    display: block;
    font-weight: bold;
    text-transform: uppercase
}

.promo.-logo .type-caption, .promo.-logo .type-headline {
    display: none
}

.promo.-thumbnail {
    background-color: #d83237;
    -webkit-mask-image: url(/Portals/_default/Skins/WCS_2016/images/stone-6f30d62bf9517ef89cc396e633a6c1ab.png);
    mask-image: url(/Portals/_default/Skins/WCS_2016/images/stone-6f30d62bf9517ef89cc396e633a6c1ab.png)
}

    .promo.-thumbnail .type-headline {
        color: #fff
    }

    .promo.-thumbnail .btn:hover, .promo.-thumbnail .btn:focus {
        background-color: #fff;
        color: #d83237
    }

    .promo.-thumbnail p {
        color: #000;
        line-height: 1.33
    }

.promo.-dark .type-headline {
    color: #d83237;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 0.85
}

@media screen and (min-width: 1024px) {
    .promo.-dark .type-headline {
        font-size: 56px;
        font-size: 3.5rem;
        word-wrap: break-word
    }
}

@media screen and (min-width: 1279px) and (max-width: 1458px) {
    .wcsorg--home .promo.-dark .type-headline {
        font-size: 48px;
        font-size: 3rem
    }
}

@media screen and (min-width: 768px) {
    .promo.-dark .promo__inner {
        z-index: 0
    }
}

@media screen and (min-width: 1279px) {
    .promo.-dark .promo__inner {
        padding: 100px
    }
}

@media screen and (min-width: 1024px) and (max-width: 1278px) {
    .promo.-dark .promo__inner {
        padding: 40px
    }
}

@media screen and (min-width: 768px) {
    .promo.-dark .promo__inner:after {
        border: 2px solid #ac9167;
        bottom: 0;
        content: '';
        left: 0;
        margin: 40px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1;
        -webkit-mask-image: url(/Portals/_default/Skins/WCS_2016/images/chalk-b7e9cf21390e2e5edae1f6c57e8d551b.png);
        mask-image: url(/Portals/_default/Skins/WCS_2016/images/chalk-b7e9cf21390e2e5edae1f6c57e8d551b.png)
    }
}

@media screen and (min-width: 1279px) {
    .promo.-dark .promo__inner:after {
        margin: 100px
    }
}

@media screen and (min-width: 1279px) and (max-width: 1458px) {
    .wcsorg--home .promo.-dark.-column .promo__inner {
        padding: 40px
    }
}

@media screen and (min-width: 1024px) and (max-width: 1278px) {
    .promo.-dark.-column .promo__inner:after {
        margin: 40px
    }
}

@media screen and (max-width: 1023px) {
    .promo.-dark.-column .promo__inner:after {
        display: none
    }
}

@media screen and (min-width: 1279px) and (max-width: 1458px) {
    .wcsorg--home .promo.-dark.-column .promo__inner:after {
        margin: 40px
    }
}

.promo.-dark .promo__inner__content {
    -webkit-mask-image: url(/Portals/_default/Skins/WCS_2016/images/stone-6f30d62bf9517ef89cc396e633a6c1ab.png);
    mask-image: url(/Portals/_default/Skins/WCS_2016/images/stone-6f30d62bf9517ef89cc396e633a6c1ab.png)
}

.tile-social {
    border-color: #e8e7e5;
    border-radius: 4px;
    color: #847b71
}

    .tile-social:focus, .tile-social:hover, .tile-social:active {
        border-color: #847b71
    }

        .tile-social:focus, .tile-social:focus .tile-label, .tile-social:hover, .tile-social:hover .tile-label, .tile-social:active, .tile-social:active .tile-label {
            color: #847b71
        }

    .tile-social .icon {
        fill: #847b71
    }

    .tile-social .tile-label {
        color: #847b71
    }

.stat__inner__heading__number {
    -webkit-mask-image: url(/Portals/_default/Skins/WCS_2016/images/stone-6f30d62bf9517ef89cc396e633a6c1ab.png);
    mask-image: url(/Portals/_default/Skins/WCS_2016/images/stone-6f30d62bf9517ef89cc396e633a6c1ab.png);
    letter-spacing: -0.02em
}

.stat__inner__heading__intro, .stat__inner__heading__label {
    color: #847b71
}

.page-hero {
    background-color: #000;
    color: #f8f5ea
}

@media screen and (min-width: 768px) {
    .page-hero {
        background-color: transparent
    }
}

#donation-modal .page-hero {
    background-color: transparent
}

.page-hero.-form fieldset {
    border: none;
    margin: 0;
    padding: 0
}

.page-hero.-form li {
    margin: 8px
}

@media screen and (min-width: 768px) {
    .page-hero.-form li:first-child, .page-hero.-form li:last-child {
        margin-left: 0;
        margin-right: 0
    }
}

.page-hero.-form p {
    margin-bottom: 0;
    margin-top: 16px
}

@media screen and (min-width: 768px) {
    .page-hero.-form p {
        margin-top: 8px
    }
}

.page-hero.-form input[type=radio] {
    position: absolute;
    z-index: -1
}

    .page-hero.-form input[type=radio]:focus + .btn {
        background-color: transparent;
        border-color: #f8f5ea
    }

    .page-hero.-form input[type=radio]:checked + .btn {
        background-color: #ac9167
    }

.page-hero.-form .btn {
    border: 2px solid #ac9167;
    color: #fff;
    cursor: pointer;
    padding: 10px 16px;
    text-decoration: none
}

#donation-modal .page-hero.-form .btn {
    border: none;
    background-color: #d83237
}

#homepage-hero .page-hero.-form .btn {
    border: none;
    background-color: #ac9167
}

.page-hero.-form .btn[type=submit] {
    margin-top: 8px
}

.page-hero.-form .list-inline.pad-0, .page-hero.-form .pad-0.list-inline-med {
    padding: 0
}

.page-hero__html {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .page-hero.-form .page-hero__html {
        padding-bottom: 32px
    }
}

@media screen and (min-width: 768px) {
    .page-hero.-column .page-hero__html {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (min-width: 768px) {
    .page-hero__html, .page-hero__html a, .page-hero__html h1, .page-hero__html h2, .page-hero__html h3, .page-hero__html h4, .page-hero__html p {
        color: #f8f5ea
    }
}

@media screen and (min-width: 768px) {
    .page-hero__html h1, .page-hero__html h2, .page-hero__html h3, .page-hero__html h4, .page-hero__html p {
        -webkit-mask-image: url(/Portals/_default/Skins/WCS_2016/images/stone-6f30d62bf9517ef89cc396e633a6c1ab.png);
        mask-image: url(/Portals/_default/Skins/WCS_2016/images/stone-6f30d62bf9517ef89cc396e633a6c1ab.png)
    }

    .page-hero.-dark .page-hero__html h1, .page-hero.-dark .page-hero__html h2, .page-hero.-dark .page-hero__html h3, .page-hero.-dark .page-hero__html h4, .page-hero.-dark .page-hero__html p {
        text-shadow: 0 1px 2px rgba(0,0,0,0.25)
    }
}

.page-hero__html .type-display.-bold {
    font-family: "Futura BT", Helvetica, Arial, sans-serif;
    font-weight: bold
}

@media screen and (min-width: 768px) {
    .wcsorg--home .page-hero__html p:first-of-type {
        margin-top: 8px
    }

    .wcsorg--home .page-hero__html p:last-of-type {
        margin-bottom: 16px
    }
}

.page-hero__html p .btn-fill-tiger, .page-hero__html p .btn-fill-turtle, .page-hero__html p .btn-fill-grizzly, .page-hero__html p .btn-fill-rose {
    -webkit-mask-image: none;
    mask-image: none
}

.page-hero__html .input-text {
    background-color: #f8f5ea;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-height: 40px
}

    .page-hero__html .input-text::-webkit-input-placeholder {
        font-size: 14px;
        font-size: 0.875rem;
        text-transform: uppercase
    }

    .page-hero__html .input-text::-moz-placeholder {
        font-size: 14px;
        font-size: 0.875rem;
        text-transform: uppercase
    }

    .page-hero__html .input-text:-ms-input-placeholder {
        font-size: 14px;
        font-size: 0.875rem;
        text-transform: uppercase
    }

.page-hero__html .btn[type=submit]:not(.fill-rose):not(.btn-fill-rose) {
    background-color: #ac9167;
    border: none
}

    .page-hero__html .btn[type=submit]:not(.fill-rose):not(.btn-fill-rose):focus, .page-hero__html .btn[type=submit]:not(.fill-rose):not(.btn-fill-rose):hover {
        background-color: #b39b74
    }

    .page-hero__html .btn[type=submit]:not(.fill-rose):not(.btn-fill-rose):active {
        background-color: #a88c60
    }

.section {
    padding-top: 32px;
    padding-bottom: 16px
}

@media screen and (min-width: 768px) {
    .section {
        padding-top: 64px;
        padding-bottom: 32px
    }
}

.poster .type-caption > a, .poster .type-caption > a:focus, .poster .type-caption > a:hover {
    color: #b16150
}

.focus-overlay {
    position: relative;
    text-align: center
}

.focus-overlay__inner {
    background-color: #ac9167;
    content: "";
    height: 100%;
    left: 0;
    -webkit-mask-image: url(/Portals/_default/Skins/WCS_2016/images/stone-6f30d62bf9517ef89cc396e633a6c1ab.png);
    mask-image: url(/Portals/_default/Skins/WCS_2016/images/stone-6f30d62bf9517ef89cc396e633a6c1ab.png);
    top: 0;
    width: 100%;
    z-index: 1
}

.focus-overlay:hover .focus-overlay__inner, .focus-overlay:focus .focus-overlay__inner {
    opacity: 0.96
}

.focus-overlay__inner, .focus-overlay__inner__title {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.45s cubic-bezier(0, 0.4, 0.4, 1);
    transition: opacity 0.45s cubic-bezier(0, 0.4, 0.4, 1)
}

.focus-overlay__inner__title {
    line-height: 1.5;
    left: 50%;
    padding: 8px;
    text-transform: none;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: opacity 2.5s cubic-bezier(0, 0.7, 0.7, 1);
    transition: opacity 2.5s cubic-bezier(0, 0.7, 0.7, 1);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media screen and (min-width: 1024px) {
    .focus-overlay__inner__title {
        font-size: 20px;
        font-size: 1.25rem
    }
}

@media screen and (min-width: 1279px) {
    .focus-overlay__inner__title {
        font-size: 22px;
        font-size: 1.375rem
    }
}

@media screen and (min-width: 1440px) {
    .focus-overlay__inner__title {
        font-size: 24px;
        font-size: 1.5rem
    }
}

.focus-overlay:hover .focus-overlay__inner__title, .focus-overlay:focus .focus-overlay__inner__title {
    opacity: 1
}

.focus-overlay__image {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media screen and (min-width: 480px) {
    .wildcards-promo {
        padding-bottom: 16px;
        padding-top: 48px
    }
}

.wildcards-promo__image {
    display: none
}

@media screen and (min-width: 480px) {
    .wildcards-promo__image {
        display: block;
        margin-top: -16px
    }
}

@media screen and (max-width: 479px) {
    .updates-image-list__img {
        max-width: 100px
    }
}

.updates-image-list__text__date {
    font-size: 14px;
    font-size: 0.875rem
}

.updates-image-list__text__headline {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.33
}

.updates-image-list__text__description {
    font-size: 16px;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media screen and (max-width: 767px) {
    .popup {
        display: none !important
    }
}

@media screen and (min-width: 768px) {
    .popup {
        position: fixed !important;
        right: 12px;
        top: 12px;
        width: 360px;
        z-index: 3
    }
}

.popup .email-signup-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.popup .email-signup {
    min-width: auto
}

    .popup .email-signup .input-text {
        margin-right: 0
    }

.popup__close {
    display: block;
    position: absolute;
    right: 16px;
    top: 16px
}

.hamburger {
    outline-width: 0;
    padding: 16px;
    z-index: 2
}

    .hamburger:focus .hamburger__label, .hamburger:focus .hamburger__icon, .hamburger:hover .hamburger__label, .hamburger:hover .hamburger__icon {
        color: #ac9167
    }

@media screen and (min-width: 768px) {
    .hamburger {
        display: none
    }
}

.hamburger__label, .hamburger__icon {
    -webkit-transition: 0.9s -webkit-transform, 0.3s color;
    transition: 0.9s transform, 0.3s color
}

.hamburger__label {
    letter-spacing: 0
}

.open .hamburger__label {
    display: none
}

.hamburger__icon {
    display: inline-block;
    height: 16px;
    -webkit-transform: translateY(-1px) scale(1);
    -ms-transform: translateY(-1px) scale(1);
    transform: translateY(-1px) scale(1);
    -webkit-transition: 0.3s color;
    transition: 0.3s color;
    width: 24px;
    will-change: transform, color
}

.open .hamburger__icon {
    -webkit-animation: 1.35s flip;
    animation: 1.35s flip;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.hamburger__icon__top, .hamburger__icon__middle, .hamburger__icon__bottom {
    border-style: solid;
    border-width: 0 0 2px 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.45s -webkit-transform;
    transition: 0.45s transform;
    will-change: transform
}

.open .hamburger__icon__top, .open .hamburger__icon__middle, .open .hamburger__icon__bottom {
    -webkit-transform: translate(0, 8px);
    -ms-transform: translate(0, 8px);
    transform: translate(0, 8px)
}

.no-cssanimations .open .hamburger__icon__top {
    display: none
}

.hamburger__icon__middle {
    -webkit-transform: translate(0, 8px);
    -ms-transform: translate(0, 8px);
    transform: translate(0, 8px)
}

.open .hamburger__icon__middle {
    -webkit-transform: translate(0, 8px) rotate(90deg);
    -ms-transform: translate(0, 8px) rotate(90deg);
    transform: translate(0, 8px) rotate(90deg);
    -webkit-transition: 0.45s -webkit-transform 0.6s;
    transition: 0.45s transform 0.6s
}

.no-cssanimations .open .hamburger__icon__middle {
    -webkit-transform: translate(0, 8px) rotate(45deg);
    -ms-transform: translate(0, 8px) rotate(45deg);
    transform: translate(0, 8px) rotate(45deg)
}

.hamburger__icon__bottom {
    -webkit-transform: translate(0, 16px);
    -ms-transform: translate(0, 16px);
    transform: translate(0, 16px)
}

.no-cssanimations .open .hamburger__icon__bottom {
    -webkit-transform: translate(0, 8px) rotate(-45deg);
    -ms-transform: translate(0, 8px) rotate(-45deg);
    transform: translate(0, 8px) rotate(-45deg)
}

.header__title {
    margin: 24px 8px
}

@media screen and (min-width: 768px) {
    .header__title {
        margin: 32px 16px
    }
}

@media screen and (min-width: 768px) {
    .search__btn {
        position: relative;
        z-index: 1
    }
}

.search__btn.open svg, .search__btn:focus svg {
    stroke: #fff
}

.search__btn:active svg {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9)
}

.search__btn svg, .search__btn__canada svg {
    stroke: #ac9167;
    -webkit-transition: 0.3s stroke, 0.05s -webkit-transform;
    transition: 0.3s stroke, 0.05s transform;
    will-change: stroke, transform
}

.search__menu__inner {
    max-width: 480px
}

@media screen and (min-width: 768px) {
    .search__menu__inner {
        padding-left: 32px;
        padding-right: 32px;
        width: 480px
    }
}

body[data-whatinput="keyboard"] .search__menu__inner .input-text, body[data-whatinput="keyboard"] .search__menu__inner a, body[data-whatinput="keyboard"] .search__menu__inner button {
    visibility: hidden
}

body[data-whatinput="keyboard"] .search__menu.open .search__menu__inner .input-text, body[data-whatinput="keyboard"] .search__menu.open .search__menu__inner a, body[data-whatinput="keyboard"] .search__menu.open .search__menu__inner button {
    visibility: visible
}

.search__menu__inner .input-text {
    width: 100%
}

@media screen and (max-width: 767px) {
    .search__menu__inner .input-text, .search__menu__inner a {
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media screen and (max-width: 767px) {
    .search__menu__inner a {
        margin-top: 8px
    }
}

.search__menu__inner a:focus, .search__menu__inner a:hover {
    color: #fff
}

.menu {
    overflow: hidden;
    position: relative
}

.fixed .menu {
    overflow: visible
}

.menu__nav {
    bottom: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    -webkit-transition: -webkit-transform 0.25s ease-in;
    transition: transform 0.25s ease-in;
    width: 100%;
    z-index: 1;
    -ms-overflow-style: none
}

    .menu__nav::-webkit-scrollbar {
        width: 0
    }

    .menu__nav, .menu__nav .menu__nav__inner {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
    }

@media screen and (max-width: 767px) {
    .no-flexbox .menu__nav, .no-flexbox .menu__nav .menu__nav__inner {
        left: -768px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.menu__nav .menu__nav__inner {
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.1, 0.7, 0.2, 1);
    transition: transform 0.45s cubic-bezier(0.1, 0.7, 0.2, 1)
}

@media screen and (min-width: 768px) {
    .menu__nav .menu__nav__inner {
        -webkit-transition-duration: 0.35s;
        transition-duration: 0.35s
    }
}

.menu__nav a:not(.menu__nav__inner__btn) {
    display: none
}

@media screen and (min-width: 768px) {
    .menu__nav a:not(.menu__nav__inner__btn) {
        display: block
    }
}

.menu__nav.open, .menu__nav.open .menu__nav__inner {
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important
}

@media screen and (max-width: 767px) {
    .no-flexbox .menu__nav.open, .no-flexbox .menu__nav.open .menu__nav__inner {
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.menu__nav.open a:not(.menu__nav__inner__btn) {
    display: inline-block
}

.tiles {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-color: #e8e7e5;
    color: #afada9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .tiles .tile:hover, .tiles .tile-social:hover, .tiles .tile.state-active, .tiles .state-active.tile-social {
        color: #00b3a3
    }

    .tiles .tile.state-active, .tiles .state-active.tile-social {
        border-color: #00b3a3;
        border-width: 2px;
        cursor: default
    }

@media screen and (max-width: 767px) {
    .wysiwyg {
        overflow-x: auto
    }
}

@media screen and (min-width: 1024px) {
    .wysiwyg.-column {
        padding-left: 24px;
        padding-right: 24px
    }
}

@media screen and (min-width: 1279px) {
    .wysiwyg.-column {
        padding-left: 32px;
        padding-right: 32px
    }
}

.wysiwyg .type-display {
    margin: 32px 0;
    text-align: center
}

.wysiwyg blockquote {
    padding: 0;
    margin: 64px 0
}

.wysiwyg hr {
    border: 0;
    border-bottom: 1px solid #e8e7e5;
    margin: 32px 0
}

.wysiwyg p, .wysiwyg ol, .wysiwyg ul {
    margin: 16px 0 32px
}

    .wysiwyg p:last-child, .wysiwyg ol:last-child, .wysiwyg ul:last-child {
        margin-bottom: 0
    }

.wysiwyg table {
    background-color: #ffffff;
    box-shadow: 0 0 0 1px #e8e7e5,0 1px 2px rgba(0,0,0,0.25);
    margin: 1px 0 2px
}

    .wysiwyg table td {
        padding: 8px 16px
    }

    .wysiwyg table tr:first-child {
        border-top: 0
    }

.table, .wysiwyg table {
    width: 100%
}

.table__heading {
    padding: 16px 4px
}

@media screen and (min-width: 768px) {
    .table__heading {
        padding: 32px 8px
    }
}

.table-col-expand {
    width: 100%
}

.links .link.state-active {
    border: 1px solid #00b3a3;
    cursor: default
}

    .links .link.state-active:hover {
        color: #00b3a3
    }

.embed > iframe {
    margin-left: auto !important;
    margin-right: auto !important
}

.gsc-control-cse, .gsc-control-cse .gsc-table-result {
    font-family: "Futura BT", Helvetica, Arial, sans-serif !important
}

    .gsc-control-cse, .gsc-control-cse .gsc-webResult.gsc-result {
        padding: 0 !important
    }

        .gsc-control-cse .gsc-tabHeader {
            padding: 6px 16px
        }

        .gsc-control-cse .gsc-selected-option-container {
            min-width: 90px
        }

        .gsc-control-cse .gsc-result-info {
            padding-left: 0
        }

        .gsc-control-cse .gsc-table-cell-thumbnail {
            padding: 0 8px 0 0
        }

        .gsc-control-cse .gs-title {
            height: auto;
            line-height: 1.25;
            margin-bottom: 4px
        }

        .gsc-control-cse .gsc-cursor-box {
            padding-left: 0
        }

            .gsc-control-cse .gsc-cursor-box .gsc-cursor-page, .gsc-control-cse .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
                padding: 6px
            }

.page > div:last-child {
    margin-bottom: 48px
}

@media screen and (min-width: 1024px) {
    .page > div:last-child {
        margin-bottom: 64px
    }
}

.page > div:last-child.section, .page > div:last-child.stat {
    margin-bottom: 0
}

.email-signup {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 84px;
    position: relative
}

@media screen and (min-width: 768px) {
    .email-signup {
        min-height: 64px;
        min-width: 480px
    }

    .cell .email-signup {
        min-width: 0;
        min-width: auto;
        overflow: hidden
    }
}

.email-signup .input-text, .email-signup .btn {
    opacity: 1;
    -webkit-transition: background-color 0.2s ease-in-out, opacity 0.75s ease-out 0.25s;
    transition: background-color 0.2s ease-in-out, opacity 0.75s ease-out 0.25s
}

.email-signup.submitted:not(.-static) .input-text, .email-signup.submitted:not(.-static) .btn {
    opacity: 0
}

.email-signup.-out:not(.-static) .input-text, .email-signup.-out:not(.-static) .btn {
    position: relative;
    visibility: hidden;
    z-index: -1
}

.email-signup .btn {
    vertical-align: middle
}

.email-signup .input-text {
    vertical-align: middle
}

@media screen and (max-width: 479px) {
    .email-signup .input-text {
        margin-right: 0
    }
}

.email-signup__message {
    display: none;
    line-height: 1.77778;
    margin-top: 16px
}

.email-signup:not(.-static) .email-signup__message {
    display: block;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity 0.75s ease-in 1s;
    transition: opacity 0.75s ease-in 1s;
    visibility: hidden;
    width: 100%;
    z-index: -1
}

@media screen and (min-width: 768px) {
    .email-signup__message {
        margin-top: 0;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }
}

.email-signup.submitted .email-signup__message {
    display: block
}

.email-signup.submitted:not(.-static) .email-signup__message {
    opacity: 1;
    visibility: visible;
    z-index: 1
}

.contribute__signup > .flex-auto {
    -ms-flex: 0 0 auto;
    max-width: 100%
}

.hamburger {
    outline-width: 5px
}

@media screen and (min-width: 768px) {
    .hamburger {
        display: block;
        padding-top: 4px;
        position: relative;
        z-index: 1
    }
}

@media screen and (min-width: 1279px) {
    .wcsorg--home .hamburger {
        display: none
    }
}

.hamburger__icon {
    color: #ac9167
}

.hamburger.open .hamburger__icon, .hamburger:focus .hamburger__icon {
    color: #fff
}

.header__title {
    margin-top: 0;
    padding-top: 24px
}

@media screen and (min-width: 768px) {
    .header__title {
        padding-top: 32px
    }
}

.menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: visible
}

@media screen and (max-width: 767px) {
    .menu {
        min-height: 122px;
        z-index: 1
    }

    .wcsorg--home .menu, .wcsorg--root .menu {
        min-height: 61px
    }
}

body[data-whatinput="mouse"] .menu a:focus, body[data-whatinput="mouse"] .menu button:focus, body[data-whatinput="touch"] .menu a:focus, body[data-whatinput="touch"] .menu button:focus {
    outline: none
}

@media screen and (min-width: 768px) {
    .wcsorg--home .menu + #content, .wcsorg--root .menu + #content {
        padding-top: 0
    }
}

.menu__hero {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    overflow: hidden
}

.menu__inner {
    border-bottom: 1px solid #685556
}

@media screen and (min-width: 768px) {
    .menu__inner {
        border-bottom: none;
        bottom: 0;
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 61px;
        z-index: 3
    }
}

@media screen and (min-width: 1279px) {
    .wcsorg--home .menu__inner {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 240px
    }
}

@media screen and (min-width: 1279px) and (min-height: 700px) {
    .wcsorg--home .menu__inner {
        padding-bottom: 120px
    }
}

.menu__inner:before {
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

@media screen and (min-width: 768px) {
    .menu__inner:before {
        border-right: 1px solid #685556;
        z-index: -1
    }
}

.menu__logo {
    position: relative;
    z-index: 1
}

    .menu__logo:focus, .menu__logo:hover {
        color: #ac9167
    }

@media screen and (min-width: 768px) {
    .menu__logo {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.2;
        margin: 16px 0 0;
        min-height: 120px;
        padding: 0
    }
}

@media screen and (min-width: 768px) and (min-height: 700px) {
    .menu__logo {
        min-height: 120px
    }
}

.menu__logo img, .menu__logo span {
    -webkit-mask-image: url(/Portals/_default/Skins/WCS_2016/images/stone-6f30d62bf9517ef89cc396e633a6c1ab.png);
    mask-image: url(/Portals/_default/Skins/WCS_2016/images/stone-6f30d62bf9517ef89cc396e633a6c1ab.png)
}

@media screen and (min-width: 1279px) {
    .wcsorg--home .menu__logo {
        min-height: auto;
        margin: 40px 0 32px;
        font-size: 24px;
        font-size: 1.5rem
    }

        .wcsorg--home .menu__logo img {
            width: 90px
        }
}

@media screen and (min-width: 768px) and (min-height: 700px) {
    .wcsorg--home .menu__logo {
        min-height: 120px
    }
}

.menu__nav {
    top: 61px
}

@media screen and (min-width: 768px) {
    .menu__nav {
        height: 100%;
        left: 61px;
        min-width: 240px;
        position: absolute;
        padding-top: 120px;
        top: 0;
        width: auto;
        z-index: -2
    }
}

@media screen and (min-width: 1279px) {
    .wcsorg--home .menu__nav#menu, .wcsorg--home .menu__nav#menu .menu__nav__inner {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transition: none;
        transition: none
    }
}

@media screen and (min-width: 1279px) {
    .wcsorg--home .menu__nav#menu {
        background-color: transparent;
        background-image: none;
        height: auto;
        left: 0;
        padding-top: 0;
        position: static;
        visibility: visible;
        z-index: 1
    }
}

@media screen and (max-width: 767px) {
    .menu__nav#search, .menu__nav#search .menu__nav__inner {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
    .no-flexbox .menu__nav#search, .no-flexbox .menu__nav#search .menu__nav__inner {
        left: 768px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@media screen and (min-width: 1279px) {
    .wcsorg--home .menu__nav#search {
        left: 240px;
        padding-top: 32px
    }
}

.menu__nav.open {
    visibility: visible
}

.menu__nav__inner {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media screen and (max-width: 767px) {
    .menu__nav__inner {
        overflow: hidden
    }
}

.menu__nav__inner > ul > li {
    margin: 0 0 8px
}

body[data-whatinput="keyboard"] .menu__nav__inner__btn, body[data-whatinput="keyboard"] .menu__nav__inner__action {
    visibility: hidden
}

@media screen and (min-width: 1279px) {
    body[data-whatinput="keyboard"].wcsorg--home .menu__nav__inner__btn, body[data-whatinput="keyboard"].wcsorg--home .menu__nav__inner__action {
        visibility: visible
    }
}

body[data-whatinput="keyboard"] .menu__nav.open .menu__nav__inner__btn, body[data-whatinput="keyboard"] .menu__nav.open .menu__nav__inner__action {
    visibility: visible
}

.menu__nav__inner__btn {
    display: inline-block;
    padding: 8px
}

@media screen and (min-width: 768px) {
    .menu__nav__inner__btn {
        display: block;
        margin: 8px 0 0;
        padding: 8px 16px;
        white-space: nowrap;
        width: 100%
    }
}

.menu__nav__inner__btn[href] {
    color: #ac9167
}

    .menu__nav__inner__btn[href]:focus, .menu__nav__inner__btn[href]:hover {
        color: #fff
    }

.menu__nav__inner__flyout {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    -webkit-transition: max-height 0.35s ease-in-out;
    transition: max-height 0.35s ease-in-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
    z-index: -1
}

    .menu__nav__inner__flyout.open {
        max-height: 0;
        overflow: hidden;
        position: relative;
        visibility: visible;
        z-index: 0
    }

    .menu__nav__inner__flyout > li {
        margin: 4px 0;
        padding: 0 4px
    }

@media screen and (min-width: 768px) {
    .menu__nav__inner__flyout > li {
        padding: 0
    }
}

.menu__nav__inner__flyout > li:first-child {
    margin-top: 8px;
    padding-top: 0
}

.menu__nav__inner__flyout > li:last-child {
    margin-bottom: 8px
}

.menu__nav__inner__flyout a {
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    padding: 8px 0
}

@media screen and (min-width: 768px) {
    .menu__nav__inner__flyout a {
        font-size: 13px;
        font-size: 0.8125rem
    }
}

.adaptafghanistan .menu__nav__inner__flyout.list-links a {
    text-transform:none;
}

.menu__nav__inner__action {
    display: inline-block !important
}

.menu__text-logo {
    display: none
}

@media screen and (min-width: 1279px) and (min-height: 700px) {
    .wcsorg--home .menu__text-logo {
        bottom: 32px;
        display: block;
        left: 0;
        height: 60px;
        position: absolute;
        width: 100%
    }
}

.menu__zone {
    background-color: #fff;
    padding-right:60px;
}

@media screen and (min-width: 768px) {
    .menu__zone {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background: #fff;
        border-bottom: 1px solid #efefee;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        left: 61px;
        min-height: 70px;
        overflow: hidden;
        position: fixed;
        right: 0;
        text-align: left;
        top: 0;
        z-index: 2
    }
}

.menu__zone__header {
    border-bottom: 1px solid #efefee;
    display: table;
    color: #7d5d5d;
    min-height: 60px;
    text-align: left
}

@media screen and (min-width: 768px) {
    .menu__zone__header {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        border-bottom: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 32px;
        width: auto
    }
}

@media screen and (min-width: 1279px) {
    .menu__zone__header {
        padding: 0 64px
    }
}

.menu__zone__header > a {
    color: inherit;
    display: table-cell;
    white-space: nowrap;
    width: 100%
}

.menu__zone__header__btn {
    border-left: 1px solid #efefee;
    display: table-cell;
    min-height: 60px;
    padding: 4px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

@media screen and (min-width: 768px) {
    .menu__zone__header__btn {
        display: inline-block;
        height: auto
    }
}

.menu__zone__header__btn svg {
    fill: #7d5d5d;
    -webkit-transition: -webkit-transform 0.35s ease-in;
    transition: transform 0.35s ease-in
}

.menu__zone__header__btn.open svg {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}

@media screen and (max-width: 767px) {
    .menu__zone__links {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        position: absolute;
        -webkit-transition: max-height 0.35s ease-in-out;
        transition: max-height 0.35s ease-in-out;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        visibility: hidden;
        width: 100%;
        z-index: -1
    }

        .menu__zone__links.open {
            max-height: 0;
            overflow: hidden;
            position: relative;
            visibility: visible;
            z-index: 0
        }
}

@media screen and (min-width: 768px) {
    .menu__zone__links {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        border-left: 1px solid #efefee;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

.menu__zone__links__list {
    padding-top: 8px
}

@media screen and (min-width: 768px) {
    .menu__zone__links__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 8px 0
    }
}

@media screen and (max-width: 767px) {
    .menu__zone__links__list.-last {
        border-bottom: 1px solid #efefee;
        padding-bottom: 8px
    }
}

.menu__zone__links__list li {
    padding: 0 8px
}

.menu__zone__links__list a {
    font-size: 13px;
    font-size: 0.8125rem;
    white-space: nowrap
}

    .menu__zone__links__list a, .menu__zone__links__list a:focus, .menu__zone__links__list a:hover {
        color: #ac9167
    }

.menu__zone__end {
    border-bottom: 1px solid #efefee;
    padding: 16px 8px 24px
}

@media screen and (min-width: 768px) {
    .menu__zone__end {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        border: none;
        padding: 0 16px
    }
}

.footer {
    border-top: 1px solid #efefee;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

    .footer a:not(.tile-social) {
        color: #ac9167
    }

    .footer .tile-social {
        padding: 8px
    }

        .footer .tile-social .icon {
            height: 48px;
            width: 48px
        }

    .footer .tile-label {
        margin-top: 0
    }

    .footer .goog-te-gadget-simple {
        border: none;
        font-family: "Futura BT", Helvetica, Arial, sans-serif;
        margin-top: 32px
    }

.divided {
    display: none
}

.wysiwyg {
    color: #000
}

    .wysiwyg .type-display {
        color: #ac9167
    }

    .wysiwyg h3 {
        color: #7f796e
    }

    .wysiwyg h4 {
        color: #ac9167;
        font-size: inherit;
        font-style: italic;
        text-transform: none;
        letter-spacing: 0em
    }

    .wysiwyg tbody > tr:first-child {
        color: #7f796e
    }

    .wysiwyg hr {
        background: #7f796e;
        border: none;
        height: 5px;
        margin-left: auto;
        margin-right: auto;
        -webkit-mask-image: url(/Portals/_default/Skins/WCS_2016/images/lead-55218ec887b54fee3e554f470f10ed91.png);
        mask-image: url(/Portals/_default/Skins/WCS_2016/images/lead-55218ec887b54fee3e554f470f10ed91.png);
        width: 56px
    }

@media screen and (min-width: 1024px) {
    .timeline {
        background-image: url(/assets/wcsorg/timelines/get-involved-b24e9bdcbfd435b85ee0611f3e46cb62.jpg);
        background-position: 50% 100%;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 800px;
        padding-bottom: 30vw
    }
}

@media screen and (min-width: 1279px) {
    .timeline {
        padding-bottom: 650px;
        padding-bottom: 34vw
    }
}

@media screen and (min-width: 1440px) {
    .timeline {
        padding-bottom: 650px;
        padding-bottom: 38vw
    }
}

@media screen and (min-width: 1680px) {
    .timeline {
        background-size: 100%;
        padding-bottom: 650px
    }
}

.timeline__list {
    margin: 0 auto;
    max-width: 480px
}

@media screen and (min-width: 768px) {
    .timeline__list {
        max-width: 560px
    }
}

@media screen and (min-width: 1024px) {
    .timeline__list {
        max-width: 1200px;
        margin-top: 80px;
        padding: 0 32px;
        position: relative
    }

        .timeline__list:before {
            background: #ac9167;
            background: -webkit-linear-gradient(#ac9167 85%, rgba(172,145,103,0));
            background: linear-gradient(#ac9167 85%, rgba(172,145,103,0));
            content: '';
            height: 100%;
            height: calc(100% + 128px);
            left: 50%;
            margin-left: -1px;
            -webkit-mask-image: url(/Portals/_default/Skins/WCS_2016/images/chalk-b7e9cf21390e2e5edae1f6c57e8d551b.png);
            mask-image: url(/Portals/_default/Skins/WCS_2016/images/chalk-b7e9cf21390e2e5edae1f6c57e8d551b.png);
            position: absolute;
            top: -32px;
            width: 2px
        }
}

.timeline__list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px
}

    .timeline__list li:last-child {
        margin-bottom: 0
    }

@media screen and (min-width: 1024px) {
    .timeline__list li {
        margin-bottom: 8px;
        position: relative;
        width: 50%
    }

        .timeline__list li:nth-child(odd) {
            margin-right: 50%;
            text-align: right
        }

            .timeline__list li:nth-child(odd) .timeline__list__image {
                -webkit-box-ordinal-group: 3;
                -webkit-order: 2;
                -ms-flex-order: 2;
                order: 2
            }

        .timeline__list li:nth-child(even) {
            margin-left: 50%;
            text-align: left
        }

        .timeline__list li:last-child {
            margin: 48px 0 0;
            width: 100%
        }

        .timeline__list li:before {
            background: #27231d;
            border: 3px solid #ac9167;
            border-radius: 50%;
            content: '';
            height: 10px;
            margin-left: -5px;
            position: absolute;
            top: 1px;
            width: 10px;
            z-index: 1
        }

        .timeline__list li:nth-child(odd):before {
            left: 100%
        }

        .timeline__list li:last-child:before {
            display: none
        }
}

.timeline__list__image {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 24px
}

@media screen and (min-width: 1024px) {
    .timeline__list__image {
        padding: 0 24px
    }
}

.timeline__list__image img {
    width: 70px
}

.timeline__list__text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 24px;
    width: 100%
}

.timeline__list__image + .timeline__list__text {
    padding: 0
}

.timeline__list__text .type-caption {
    line-height: 1;
    margin-bottom: 8px
}

.timeline__list__text p {
    color: #dadfdd;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.5;
    margin: 8px 0
}

    .timeline__list__text p.timeline__list__text__no-content {
        font-size: 18px;
        font-size: 1.125rem
    }

.timeline__list__text__heading {
    font-size: 20px;
    font-size: 1.25rem;
    color: #ac9167;
    line-height: 1.25;
    margin: 8px 0
}

    .timeline__list__text__heading > a {
        color: inherit
    }

.timeline__list__text__anchor {
    color: #b97463
}

    .timeline__list__text__anchor:focus, .timeline__list__text__anchor:hover {
        color: #c56d50
    }

.gsc-control-cse .gs-snippet {
    font-family: "Erato Light", Garamond, Georgia, Times, serif !important
}

.contribute__donate .btn {
    background-color: #00b3a3
}

    .contribute__donate .btn:focus, .contribute__donate .btn:hover {
        background: #00c7b6
    }

.contribute__signup .btn {
    background-color: #ac9167
}

    .contribute__signup .btn:focus, .contribute__signup .btn:hover {
        background: #a5875a
    }

@media screen and (min-width: 768px) {
    .contribute__signup.-fixed {
        box-shadow: 0 1px 2px rgba(0,0,0,0.25),0 -1px 1px rgba(0,0,0,0.12);
        bottom: 16px;
        padding: 0;
        position: fixed;
        right: 16px;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        width: 480px;
        z-index: 2
    }
}

.contribute__signup__close {
    display: none
}

@media screen and (min-width: 768px) {
    .contribute__signup.-fixed .contribute__signup__close {
        display: block;
        position: absolute;
        right: 8px;
        top: 8px
    }
}

.donation-promo {
    background-color: #f5f7f6;
    padding: 32px 16px;
    position: relative
}

@media screen and (max-width: 767px) {
    .donation-promo {
        border-radius: none !important;
        box-shadow: none !important
    }
}

@media screen and (min-width: 768px) {
    .donation-promo {
        padding: 64px 40px 32px
    }

        .donation-promo.container-medium {
            width: 90%
        }
}

.donation-promo.-waves:before {
    background-image: url(/Portals/_default/Skins/WCS_2016/images/waves-9aac76a585b287bbe8757b890de19d2f.jpg);
    bottom: 0;
    content: '';
    display: block;
    height: 100px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    width: 100%
}

.donation-promo p {
    margin-bottom: 16px
}

.donation-promo.-waves button[type="submit"] {
    margin: 40px auto 0
}

.page + #donation-inline:not(.container-medium), .container-full.margin-0-bottom + #donation-inline:not(.container-medium), .fill-pastel + #donation-inline {
    margin-top: 0
}

.fill-pastel + #donation-inline {
    border-top: 1px solid #e8e7e5
}

.donation-promo__headline {
    color: #ac9167;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.15;
    margin-bottom: 16px
}

.donation-promo__form fieldset {
    border: none;
    margin: 0;
    padding: 0
}

.donation-promo__form li {
    margin: 8px;
    width: 100px
}

@media screen and (min-width: 768px) {
    .donation-promo__form li {
        width: 110px
    }
}

@media screen and (min-width: 1024px) {
    .donation-promo__form li {
        width: 140px
    }
}

.donation-promo__form input[type=radio] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px !important
}

    .donation-promo__form input[type=radio]:active + .btn, .donation-promo__form input[type=radio]:focus + .btn {
        background-color: transparent;
        box-shadow: 0 0 3px 1px #00b3a3
    }

    .donation-promo__form input[type=radio]:checked + .btn {
        background-color: #ac9167;
        color: #ffffff
    }

.donation-promo__form label.btn {
    border: 2px solid #ac9167;
    color: #7f796e;
    cursor: pointer;
    -webkit-mask-image: none;
    mask-image: none;
    padding: 10px 16px;
    text-decoration: none;
    width: 100%
}

.donation-promo__form button {
    display: block;
    margin: 8px auto
}

.donation-promo__form.-two-up ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.donation-promo__form.-two-up li {
    margin: 5px 0;
    width: 50%
}

    .donation-promo__form.-two-up li:nth-child(odd) {
        padding-right: 5px
    }

    .donation-promo__form.-two-up li:nth-child(even) {
        padding-left: 5px
    }

.donation-promo__form.-two-up label.btn {
    text-align: center
}
