c-section {
    background-color: #fff;
    padding: 1.6rem 0; }
@media (min-width: 62.5em) {
    .c-section.has-banner .c-section__content {
        padding-bottom: 1.6rem; } }
.c-section.has-cutout {
    padding-bottom: 6.6rem; }
.c-section.is-centered {
    text-align: center; }
.c-section.is-half-padded, .c-section.is-half-padded-above {
    padding-top: 0.8rem; }
.c-section.is-half-padded, .c-section.is-half-padded-below {
    padding-bottom: 0.8rem; }
.c-section.is-more-padded, .c-section.is-more-padded-above {
    padding-top: 2.4rem; }
.c-section.is-more-padded, .c-section.is-more-padded-below {
    padding-bottom: 2.4rem; }
.c-section.is-more-padded.has-cutout, .c-section.is-more-padded-below.has-cutout {
    padding-bottom: 7.4rem; }
.c-section.is-more-padded .c-section__banner, .c-section.is-more-padded-below .c-section__banner {
    margin-bottom: -2.4rem; }
.c-section.is-double-padded, .c-section.is-double-padded-above {
    padding-top: 3.2rem; }
.c-section.is-double-padded, .c-section.is-double-padded-below {
    padding-bottom: 3.2rem; }
.c-section.is-double-padded.has-cutout, .c-section.is-double-padded-below.has-cutout {
    padding-bottom: 8.2rem; }
.c-section.is-double-padded .c-section__banner, .c-section.is-double-padded-below .c-section__banner {
    margin-bottom: -3.2rem; }
.c-section.is-triple-padded, .c-section.is-triple-padded-above {
    padding-top: 4.8rem; }
.c-section.is-triple-padded, .c-section.is-triple-padded-below {
    padding-bottom: 4.8rem; }
.c-section.is-triple-padded.has-cutout, .c-section.is-triple-padded-below.has-cutout {
    padding-bottom: 9.8rem; }
.c-section.is-triple-padded .c-section__banner, .c-section.is-triple-padded-below .c-section__banner {
    margin-bottom: -4.8rem; }
.c-section.is-not-padded, .c-section.is-not-padded-above {
    padding-top: 0; }
.c-section.is-not-padded, .c-section.is-not-padded-below {
    padding-bottom: 0; }
.c-section.is-not-padded.has-cutout, .c-section.is-not-padded-below.has-cutout {
    padding-bottom: 5rem; }
.c-section.is-not-padded .c-section__banner, .c-section.is-not-padded-below .c-section__banner {
    margin-bottom: 0; }
.c-section.has-bg-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 12.8rem;
    position: relative; }
@media (min-width: 43.75em) {
    .c-section.has-bg-image {
        padding-top: 19.2rem; } }
.c-section.has-bg-image:after {
    content: '';
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 30%, white 100%);
    bottom: 0;
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    width: 100%; }
.c-section.is-fancy {
    margin-bottom: -0.5rem;
    margin-top: -0.5rem;
    position: relative;
    z-index: 1; }
.c-section.is-fancy::before, .c-section.is-fancy::after {
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    display: block;
    left: 0;
    height: 1rem;
    position: absolute;
    right: 0; }
.c-section.is-fancy::before {
    background-image: url("../images/bg/paint-stroke-top--white.png");
    background-image: linear-gradient(transparent, transparent), url("../images/bg/paint-stroke-top--white.svg");
    top: -0.5rem; }
.c-section.is-fancy::after {
    background-image: url("../images/bg/paint-stroke-bottom--white.png");
    background-image: linear-gradient(transparent, transparent), url("../images/bg/paint-stroke-bottom--white.svg");
    bottom: -0.5rem; }

.c-country-list__item {
    font-size: 6vw;
    line-height: 1.4; }
@media (min-width: 26.0416666667em) {
   .c-country-list__item{
        font-size: 1.25rem; }
}

.c-country-list__item {
    background-image: none;
    border-top: 1px solid #414142;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 3.2rem -0.5rem;
    padding: 0;
    text-align: left;
    margin: 0;
    padding: 2rem 0 2rem 1rem;
    width: 100%; }
@media (min-width: 56.25em) {
    .c-country-list__item {
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }

.c-country-list__flag {
    float: left;
    margin-bottom: .75rem;
    margin-right: .5rem;
    transition-duration: 0s; }

.c-country-list__work {
    width: 100%; }
@media (min-width: 56.25em) {
    .c-country-list__work {
        display: -ms-flexbox;
        display: flex; } }

.c-country-list__type-of-work {
    clear: both;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1rem;
    text-align: left;
    width: 100%; }
.c-country-list__type-of-work.empty {
    width: 0;
    margin: 0; }
@media (min-width: 56.25em) {
    .c-country-list__type-of-work {
        margin-top: 0; } }
.c-country-list__type-of-work img {
    display: inline-block;
    float: left; }
@media (min-width: 56.25em) {
    .c-country-list__type-of-work img {
        display: block;
        float: none;
        margin-bottom: 10px; } }
@media (min-width: 56.25em) {
    .c-country-list__type-of-work {
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 5px;
        text-align: center; }
    .c-country-list__type-of-work.empty {
        width: 100%; } }

.c-country-list__type-of-work__item {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    margin: 1rem 0 1rem 1rem; }
@media (min-width: 56.25em) {
    .c-country-list__type-of-work__item {
        margin: 0;
        width: 100%; } }

.c-country-list__eyebrow {
    display: block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-transform: uppercase; }
.c-country-list__eyebrow .active {
    color: #428076; }

.c-country-list__link {
    color: #000;
    font-weight: 500;
    outline: none;
    text-decoration: none; }
.c-country-list__link:hover {
    background-color: transparent;
    color: #428076;
    text-decoration: underline; }

.c-country-list__flag-link {
    outline: none; }

.c-country-list__image {
    width: 100%; }
.c-country-list__image a {
    float: left;
    outline: none; }
.c-country-list__image a:hover {
    background-color: transparent;
    outline: none; }
.c-country-list__image a:hover img {
    outline: 2px solid #ffc641; }

.c-country-list__copy-container {
    float: left; }
.c-country-list__copy-container a {
    float: none; }

.l-constrain {
    margin-left: auto;
    margin-right: auto;
    max-width: 52rem;
    padding-left: 2rem;
    padding-right: 2rem; }

.l-constrain--small {
    max-width: 46.5rem; }

.l-constrain--large {
    max-width: 60rem; }

.l-constrain--md-wide {
    max-width: 64rem; }

.l-constrain--wide {
    max-width: 70rem; }

.l-constrain--extra-wide {
    max-width: 100rem; }

.l-constrain--no-padding {
    padding-left: 0;
    padding-right: 0; }

.c-heading--h2 {
    color: inherit;
    font-weight: 500;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    line-height: 1;
    margin: 0 0 1.6rem;
    text-rendering: optimizeLegibility; }

.c-heading--h2 {
    font-size: 7vw;
    line-height: 1.2857142857; }
@media (min-width: 31.25em) {
    .c-heading--h2 {
        font-size: 1.75rem; } }

.c-section__content {
    position: relative;
    z-index: 1; }
.c-section__content > :last-child {
    margin-bottom: 0; }

.l-grid {
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -0.4rem; }
.l-grid > * {
    margin-bottom: 0.8rem;
    margin-left: 0.4rem;
    margin-right: 0.4rem;
    width: 100%; }

.l-grid--no-gap {
    margin: 0; }
.l-grid--no-gap > * {
    margin: 0; }

@media (min-width: 43.75em) {
    .l-grid--2col > * {
        width: calc(50% - 0.8rem); } }

@media (min-width: 43.75em) {
    .l-grid--3col > * {
        width: calc(33% - 0.8rem); } }

@media (min-width: 43.75em) {
    .l-grid--4col > * {
        width: calc(25% - 0.8rem); } }
.c-postcard__content {
    font-size: 4.75vw;
    line-height: 1.625; }
@media (min-width: 23.6842105263em) {
    .c-postcard__content {
        font-size: 0.9rem; } }

.c-postcard {
    background-color: #fff;
    color: #414142;
    padding: 1.6rem;
    text-align: center; }
.c-postcard.is-fancy {
    border: 0.35rem solid;
    -o-border-image: url("../images/bg/paint-stroke-box--white.svg") 7 7 round;
    border-image: url("../images/bg/paint-stroke-box--white.svg") 7 7 round;
    border-image-outset: 0.1rem; }
.c-postcard.has-border {
    border: 2px solid #62989f; }
.c-postcard.has-border img {
    margin-bottom: 1rem;
    max-height: 5.9rem;
    width: auto; }

.c-postcard__image {
    display: inline-block; }

.c-postcard__content {
    margin: 0 auto;
    max-width: 20em; }
.c-postcard__content > :last-child {
    margin-bottom: 0; }