@charset "UTF-8";
/*------------------------------------*\
	$Vendor
\*------------------------------------*/
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
@import url("//fonts.googleapis.com/css?family=Cabin");
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.9 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  html.with-featherlight {
    overflow: hidden;
  }
  .featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: rgba(0, 0, 0, 0);
  }
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }
  .featherlight:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal;
  }
  .featherlight .featherlight-inner {
    display: block;
  }
  .featherlight link.featherlight-inner, .featherlight script.featherlight-inner, .featherlight style.featherlight-inner {
    display: none;
  }
  .featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font-family: Arial,sans-serif;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    color: #000;
    border: 0;
    padding: 0;
  }
  .featherlight .featherlight-close-icon::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  .featherlight .featherlight-image {
    width: 100%;
  }
  .featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }
  .featherlight iframe {
    border: 0;
  }
  .featherlight * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}

@media print {
  @page {
    size: landscape;
  }
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}

/*------------------------------------*\
	$Abstracts
\*------------------------------------*/
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

/*------------------------------------*\
    $MIXINS
\*------------------------------------*/
/* ============================================
    Media Query mixin
*/
/* ============================================
  Placeholder text
*/
/* ============================================
  iOS Native vertical scroll
*/
/* ============================================
   Aligner: placeholder class used to align
   components at the template-level
   For want of a better place to put this I've left it here:
*/
/* ============================================
   Viewport sized typography mixin that takes a min and max pixel-based value
*/
/* ============================================
   Container widths
*/
/* ============================================
   Container background
*/
/*------------------------------------*\
    $VARIABLES
\*------------------------------------*/
/* ============================================
   Colours
*/
/* ============================================
   Typography
   :: Default to system font stack
*/
/* ============================================
   Max widths and wrappers
*/
/* ============================================
   Breakpoints
*/
/* ============================================
   Transition speeds
*/
/*------------------------------------*\
    $Base
\*------------------------------------*/
/*------------------------------------*\
        $BASE DEFAULTS
\*------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

html,
body {
  font-size: 1.53734vw;
  height: 100%;
  font-family: 'lineto-circular';
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0.5px;
  color: #2f6165;
}

@media (max-width: 1040.7619px) {
  html,
  body {
    font-size: 16px;
  }
}

@media (min-width: 1366px) {
  html,
  body {
    font-size: 21px;
  }
}

img,
svg {
  vertical-align: top;
}

img {
  max-width: 100%;
  height: auto;
}

svg * {
  fill: inherit;
  stroke: inherit;
}

ul {
  padding: 0;
  list-style: none;
}

p {
  margin: 0 0 1rem;
}

p:blank {
  display: none;
}

a {
  color: #2f6165;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

b,
strong {
  font-weight: 700;
}

@font-face {
  font-family: 'lineto-circular';
  src: url("./../fonts/lineto-circular/lineto-circular-book.78297535f0ed.eot"), url("./../fonts/lineto-circular/lineto-circular-book.78297535f0ed.eot?#iefix") format("embedded-opentype"), url("./../fonts/lineto-circular/lineto-circular-book.12d486e1e384.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'lineto-circular';
  src: url("./../fonts/lineto-circular/lineto-circular-medium.cb3bbebf6c81.eot"), url("./../fonts/lineto-circular/lineto-circular-medium.cb3bbebf6c81.eot?#iefix") format("embedded-opentype"), url("./../fonts/lineto-circular/lineto-circular-medium.83ad4cf8ef02.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'lineto-circular';
  src: url("./../fonts/lineto-circular/lineto-circular-bold.bb9c896720fd.eot"), url("./../fonts/lineto-circular/lineto-circular-bold.bb9c896720fd.eot?#iefix") format("embedded-opentype"), url("./../fonts/lineto-circular/lineto-circular-bold.0f01eae4be59.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
.stat-block__content b,
h5,
h6 {
  color: #2f6165;
  margin: 0;
}

h1,
h2,
h3 {
  font-weight: 700;
}

h1 {
  font-size: 4.39239vw;
  color: #fff;
  line-height: 1.08;
}

@media (max-width: 910.66667px) {
  h1 {
    font-size: 40px;
  }
}

@media (min-width: 1366px) {
  h1 {
    font-size: 60px;
  }
}

h2 {
  font-size: 3.29429vw;
  line-height: 1.1;
}

@media (max-width: 910.66667px) {
  h2 {
    font-size: 30px;
  }
}

@media (min-width: 1366px) {
  h2 {
    font-size: 45px;
  }
}

h3 {
  font-size: 2.78184vw;
  line-height: 1.13;
}

@media (max-width: 790.84211px) {
  h3 {
    font-size: 22px;
  }
}

@media (min-width: 1366px) {
  h3 {
    font-size: 38px;
  }
}


h4,
.stat-block__content b {
  font-size: 1.83016vw;
  font-weight: 500;
  line-height: 1.16;
}

@media (max-width: 874.24px) {
  
  h4,
  .stat-block__content b {
    font-size: 16px;
  }
}

@media (min-width: 1366px) {
  
  h4,
  .stat-block__content b {
    font-size: 25px;
  }
}

blockquote {
  font-size: 1.83016vw;
  font-weight: 400;
}

@media (max-width: 874.24px) {
  blockquote {
    font-size: 16px;
  }
}

@media (min-width: 1366px) {
  blockquote {
    font-size: 25px;
  }
}

cite {
  font-size: 16px;
  line-height: 1;
  font-style: normal;
}

/*------------------------------------*\
	$Patterns
\*------------------------------------*/
.arrow {
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
  transition: margin 0.25s ease-out;
}

.arrow::before {
  content: '';
  width: 20px;
  background: #ffc700;
  height: 2px;
  float: left;
}

.arrow::after {
  content: '';
  border: solid #ffc700;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  margin-left: -10px;
}

.stat-block .arrow {
  align-self: flex-end;
}

.article-select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #2f6165;
  border: 1px solid #2f6165;
  width: 100%;
  height: 2.8rem;
}

@media only screen and (min-width: 768px) {
  .article-select {
    width: 280px;
  }
}

@media only screen and (min-width: 1024px) {
  .article-select {
    width: 100%;
    height: auto;
    border: none;
  }
}

.article-select__options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #2f6165;
}

.article-select__options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  transition: background 0.2s ease-in;
}

.article-select__options li:hover {
  background: #f4f4f3;
}

@media only screen and (min-width: 1024px) {
  .article-select__options {
    display: flex;
    flex-direction: row;
    position: static;
    border: none;
  }
  .article-select__options li {
    text-indent: 0;
    color: #767676;
    margin-right: 2rem;
  }
  .article-select__options li:hover {
    background-color: transparent;
    color: #ffc700;
    border-bottom: 2px solid #2f6165;
  }
  .article-select__options li.is-selected {
    color: #2f6165;
    border-bottom: 2px solid #2f6165;
  }
}

.article-select--hidden {
  display: none;
  visibility: hidden;
}

.article-select--styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 0.8rem 1rem;
  transition: background 0.2s ease-in;
}

.article-select--styled:after {
  content: '';
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid #ffc700;
  border-right: 2px solid #ffc700;
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 1rem;
  transform: rotate(135deg);
}

.article-select--styled:hover {
  background-color: #f4f4f3;
}

.article-select--styled:active:after, .article-select--styled.is-active:after {
  transform: rotate(-45deg);
  top: calc(50% - 0.2rem);
}

@media only screen and (min-width: 1024px) {
  .article-select--styled {
    display: none;
  }
}

.article-info {
  font-size: 16px;
  line-height: 1;
  color: #2f6165;
  padding: 1rem 0 .5rem;
}

.article-info__author {
  color: #767676;
  margin: 10px 0 0;
}

.article-info__author span {
  color: #2f6165;
  padding-right: 15px;
}

.article-info__category {
  border-bottom: 1px solid #ffc700;
}

blockquote {
  padding-left: 30px;
  border-left: 5px solid #ffc700;
}

blockquote cite {
  display: block;
  color: #767676;
  margin-top: 20px;
}

.wrapper--article blockquote {
  margin: 35px auto;
}

.body-text-container {
  padding: 0 0 2rem;
  background-size: cover;
  background-position: 50% 50%;
}

@media only screen and (min-width: 768px) {
  .body-text-container {
    padding-bottom: 3rem;
  }
}

@media only screen and (min-width: 1172px) {
  .body-text-container {
    padding-bottom: 4rem;
  }
}

.wrapper--article .body-text-container {
  padding-bottom: 0;
}

.body-text {
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .body-text {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

@media only screen and (min-width: 1172px) {
  .body-text {
    margin: 0 auto;
    max-width: 768px;
  }
}

.template-article-page .body-text {
  padding: 0;
}

.body-text p:last-child {
  margin-bottom: 0;
}

.body-text h2,
.body-text h3,
.body-text h4,
.body-text .stat-block__content b,
.stat-block__content .body-text b {
  color: var(--heading-hex, #ffc700);
}

.brand-pattern {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
}

@media (min-width: 2000px) {
  .brand-pattern {
    background-size: contain;
  }
}

.template-ni-nyampinga .brand-pattern {
  background-image: url("../images/ni-nyampinga-pattern.65129149f1ec.png");
}

.template-tega .brand-pattern {
  background-image: url("../images/tega-pattern.908dc968e4b7.png");
}

.template-girls-connect .brand-pattern {
  background-image: url("../images/girls-connect-pattern.df28d3bf352c.png");
}

.template-zathu .brand-pattern {
  background-image: url("../images/zathu-pattern.dc0abb5338bd.png");
}

.template-yegna .brand-pattern {
  background-image: url("../images/yegna-pattern.cd82740de7f9.png");
}

.template-springster .brand-pattern {
  background-image: url("../images/springster-pattern.a255680039ed.png");
}

.breadcrumb-container {
  margin-left: 1rem;
  margin-right: 1rem;
  margin: auto 1rem;
  display: flex;
  align-items: center;
  padding: 1rem 0 0;
}

@media only screen and (min-width: 768px) {
  .breadcrumb-container {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

@media only screen and (min-width: 1172px) {
  .breadcrumb-container {
    margin: 0 auto;
    max-width: 1172px;
  }
}

@media only screen and (min-width: 768px) {
  .breadcrumb-container {
    margin-top: 1rem;
  }
}

.search-result .breadcrumb-container {
  padding: 20px 0 0;
}

@media only screen and (min-width: 1024px) {
  .search-result .breadcrumb-container {
    padding: 0;
  }
}

.breadcrumb {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  text-transform: uppercase;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .breadcrumb {
    font-size: 16px;
    line-height: 1;
    padding-right: 20px;
    margin-right: 20px;
  }
}

.breadcrumb::after {
  content: '';
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid #767676;
  border-right: 2px solid #767676;
  box-shadow: 0 0 0 transparent;
  right: 0;
  transform: translate3d(0, -50%, 0) rotate(45deg);
  position: absolute;
  bottom: 1px;
}

.button {
  border: 0;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
}

.button--search-icon {
  width: 30px;
  height: 30px;
  fill: #ffc700;
  transition: fill 0.25s ease-out;
}

.button--search-icon:hover {
  fill: #e6b300;
}

.button:hover {
  cursor: pointer;
}

.hamburger {
  background: transparent;
  border: 0;
  cursor: pointer;
  height: 25px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.25s ease-out;
  width: 30px;
  display: block;
  z-index: 10;
}

@media only screen and (min-width: 1024px) {
  .hamburger {
    display: none;
  }
}

.hamburger__line {
  display: block;
  height: 4px;
  left: 0;
  opacity: 1;
  position: absolute;
  transform: rotate(0deg);
  transition: top, width, opacity, transform, left, 0.25s ease-out;
  width: 100%;
  background: #2f6165;
}

.hamburger__line:nth-child(1) {
  top: 0;
}

.open .hamburger__line:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

.hamburger__line:nth-child(2), .hamburger__line:nth-child(3) {
  top: 12px;
  opacity: 0.25;
}

.open .hamburger__line:nth-child(2), .open .hamburger__line:nth-child(3) {
  opacity: 1;
}

.open .hamburger__line:nth-child(2) {
  transform: rotate(45deg);
}

.open .hamburger__line:nth-child(3) {
  transform: rotate(-45deg);
}

.hamburger__line:nth-child(4) {
  top: 24px;
}

.open .hamburger__line:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}

@media only screen and (min-width: 1024px) {
  .heading--squashed {
    line-height: 1.1;
  }
}

.heading--bottom-space {
  margin-bottom: 20px;
}

.heading--medium {
  font-weight: 500;
  line-height: 1.3;
}

.input--search {
  font-size: 1.83016vw;
  line-height: 1.16;
  background: transparent;
  border: 0;
  padding: 10px;
  width: 100%;
  color: #2f6165;
}

@media (max-width: 1038.16px) {
  .input--search {
    font-size: 19px;
  }
}

@media (min-width: 1366px) {
  .input--search {
    font-size: 25px;
  }
}

@media only screen and (min-width: 480px) {
  .input--search {
    max-width: 330px;
  }
}

.input--search:focus {
  outline: none;
}

.input--search::placeholder {
  padding-left: 10px;
}

.header__search-bar--mobile .input--search {
  border-bottom: 1px solid #dad9d6;
}

.hero--search .input--search {
  max-width: 100%;
}

.input--search-results {
  border: 1px solid #2f6165;
}

.label--small {
  font-size: 16px;
  line-height: 1;
}

.label--large {
  font-weight: 700;
}

.label--grey {
  color: #afafaf;
}

.label--green {
  color: #2f6165;
}

.large-text-container {
  padding: 0 0 2rem;
  background-size: cover;
  background-position: 50% 50%;
}

@media only screen and (min-width: 768px) {
  .large-text-container {
    padding-bottom: 3rem;
  }
}

@media only screen and (min-width: 1172px) {
  .large-text-container {
    padding-bottom: 4rem;
  }
}

.large-text {
  font-size: 1.83016vw;
  line-height: 1.16;
  margin-left: 1rem;
  margin-right: 1rem;
  max-width: 768px;
}

@media (max-width: 1038.16px) {
  .large-text {
    font-size: 19px;
  }
}

@media (min-width: 1366px) {
  .large-text {
    font-size: 25px;
  }
}

@media only screen and (min-width: 768px) {
  .large-text {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

@media only screen and (min-width: 1172px) {
  .large-text {
    margin: 0 auto;
    max-width: 768px;
  }
}

@media only screen and (min-width: 1024px) {
  .large-text {
    padding: 0;
  }
}

.template-article-page .large-text {
  font-weight: 700;
  padding: 0;
}

@media only screen and (min-width: 1024px) {
  .template-article-page .large-text {
    margin-bottom: 30px;
  }
}

.template-country-page .large-text:first-child,
.template-solution-page .large-text:first-child {
  margin: 2rem auto 3rem;
}

@media only screen and (min-width: 1024px) {
  .template-country-page .large-text:first-child,
  .template-solution-page .large-text:first-child {
    margin: 2rem auto 6rem;
  }
}

.link--boxed {
  display: inline-block;
  padding: 1rem;
  position: relative;
}

.hero .link--boxed {
  color: #2f6165;
}

.link--boxed::after {
  content: '';
  position: absolute;
  bottom: -1px;
  height: 2px;
  background: #ffc700;
  left: 0;
  right: 0;
  transition: left, right, width, 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
}

.link--boxed:hover::after {
  left: 0;
  right: 0;
  transition: left, right, width, 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.link--boxed:hover span::before {
  height: 100%;
  transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
}

.link--boxed:hover span::after {
  width: 100%;
  transition: width 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
}

.link--boxed span {
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  bottom: 0;
}

.link--boxed span::before, .link--boxed span::after {
  content: '';
  display: block;
  position: absolute;
  background: #ffc700;
}

.link--boxed span::before {
  width: 2px;
  height: 0;
  bottom: 0;
  transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
}

.link--boxed span::after {
  width: 0;
  height: 2px;
  top: 0;
  transition: width 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.link--boxed span:first-child {
  left: 0;
}

.link--boxed span:first-child::after, .link--boxed span:first-child::before {
  left: 0;
}

.link--boxed span:last-child {
  right: 0;
}

.link--boxed span:last-child::after, .link--boxed span:last-child::before {
  right: 0;
}

.link--with-arrow {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.wrapper--center .link--with-arrow:only-child {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.quote__content--has-link .link--with-arrow {
  color: inherit;
  margin-top: 1rem;
}

.video__content .link--with-arrow,
.list-item .link--with-arrow,
.carousel__panel-content .link--with-arrow {
  margin-top: auto;
}

.stat-block__copy .link--with-arrow {
  margin-top: 2rem;
}

.link__arrow {
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
  right: 0;
  transition: right 0.25s ease-out;
  position: relative;
}

.link__arrow::before {
  content: '';
  width: 20px;
  background: #ffc700;
  height: 2px;
  float: left;
}

.link__arrow::after {
  content: '';
  border: solid #ffc700;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  margin-left: -10px;
}

.link--with-arrow:hover .link__arrow {
  right: -10px;
}

.link--with-arrow-large:hover .link__arrow {
  margin-left: 30px;
}

.link--underlined {
  border-bottom: 2px solid transparent;
  transition: border 0.3s ease;
  padding-bottom: 3px;
}

.link--underlined:hover {
  border-color: #ffc700;
}

.list--download a {
  border-bottom: 2px solid #ffc700;
}

.list--download span {
  color: #767676;
  padding-left: 20px;
  text-transform: uppercase;
}

.pagination {
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  flex-direction: row;
}

@media only screen and (min-width: 768px) {
  .pagination {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

@media only screen and (min-width: 1172px) {
  .pagination {
    margin: 0 auto;
    max-width: 1172px;
  }
}

.pagination__item {
  flex-grow: 1;
}

.pagination__pages {
  text-align: center;
}

.pagination__label {
  display: none;
}

@media only screen and (min-width: 768px) {
  .pagination__label {
    display: inline-block;
  }
}

.pagination__label:hover {
  color: #ffc700;
}

.pagination__next, .pagination__prev {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.pagination__next {
  justify-content: flex-end;
}

.pagination__prev .link__arrow {
  transform: rotate(180deg);
  margin-left: 0;
  margin-right: 10px;
}

.rich-text {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: inherit;
}

.large-text .rich-text {
  font-size: 1.83016vw;
  line-height: 1.16;
  font-weight: 700;
}

@media (max-width: 1038.16px) {
  .large-text .rich-text {
    font-size: 19px;
  }
}

@media (min-width: 1366px) {
  .large-text .rich-text {
    font-size: 25px;
  }
}

.rich-text p:last-child {
  margin-bottom: 0;
}

.rich-text a {
  border-bottom: 2px solid #ffc700;
  font-weight: 700;
}

.rich-text ul,
.rich-text ol {
  padding-left: 20px;
  margin-left: 1rem;
  list-style-position: outside;
}

.rich-text ul {
  list-style-type: disc;
}

.rich-text h2,
.rich-text h3,
.rich-text h4,
.rich-text .stat-block__content b,
.stat-block__content .rich-text b {
  margin-bottom: 1rem;
}

.section {
  padding: 2rem 0;
}

@media only screen and (min-width: 1024px) {
  .section {
    padding: 4rem 0;
  }
}

.section__title {
  margin-left: 1rem;
  margin-right: 1rem;
  text-align: center;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
  .section__title {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

@media only screen and (min-width: 1172px) {
  .section__title {
    margin: 0 auto;
    max-width: 768px;
  }
}

@media only screen and (min-width: 768px) {
  .section__title {
    margin-bottom: 3rem;
  }
}

.section--partners {
  background: #f4f4f3;
}

.section--statistics {
  padding: 0 0 2rem;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #ffc700;
  padding: 1rem;
  margin-bottom: 3em;
}

@media only screen and (min-width: 768px) {
  .section--statistics {
    padding-bottom: 3rem;
  }
}

@media only screen and (min-width: 1172px) {
  .section--statistics {
    padding-bottom: 4rem;
  }
}

@media only screen and (min-width: 768px) {
  .section--statistics {
    padding: 2rem;
  }
}

@media only screen and (min-width: 1172px) {
  .section--statistics {
    margin-bottom: 4rem;
  }
}

.section--statistics > h3 {
  text-align: center;
  margin-bottom: 40px;
}

.section--intro {
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .section--intro {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

@media only screen and (min-width: 1172px) {
  .section--intro {
    margin: 0 auto;
    max-width: 768px;
  }
}

@media only screen and (min-width: 768px) {
  .section--intro {
    margin-top: 2em;
  }
}

.section--body {
  padding: 1rem 0 0;
}

@media only screen and (min-width: 768px) {
  .section--body {
    padding-top: 2em;
  }
}

@media only screen and (min-width: 1172px) {
  .section--body {
    padding-top: 4rem;
  }
}

.section--body > h3 {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
  .section--body > h3 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

@media only screen and (min-width: 1172px) {
  .section--body > h3 {
    margin: 0 auto;
    max-width: 768px;
  }
}

@media only screen and (min-width: 768px) {
  .section--body > h3 {
    margin-bottom: 2rem;
  }
}

.template-job-board-page .section--body {
  font-family: 'Cabin', sans-serif;
}

.section--downloads {
  background: #f4f4f3;
}

.section--articles {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

@media (min-width: 2000px) {
  .section--articles {
    background-size: contain;
  }
}

.template-ni-nyampinga .section--articles {
  background-image: url("../images/ni-nyampinga-pattern.65129149f1ec.png");
}

.template-tega .section--articles {
  background-image: url("../images/tega-pattern.908dc968e4b7.png");
}

.template-girls-connect .section--articles {
  background-image: url("../images/girls-connect-pattern.df28d3bf352c.png");
}

.template-zathu .section--articles {
  background-image: url("../images/zathu-pattern.dc0abb5338bd.png");
}

.template-yegna .section--articles {
  background-image: url("../images/yegna-pattern.cd82740de7f9.png");
}

.template-springster .section--articles {
  background-image: url("../images/springster-pattern.a255680039ed.png");
}

.section--top-bottom-space {
  padding: 5rem 0;
}

.section--bottom-space-no-padding {
  margin: 0 0 4rem;
  padding: 0;
}

.template-solution-page .section--bottom-space-no-padding, .template-country-page .section--bottom-space-no-padding {
  padding-top: 2rem;
}

@media only screen and (min-width: 768px) {
  .template-solution-page .section--bottom-space-no-padding, .template-country-page .section--bottom-space-no-padding {
    padding-top: 4rem;
  }
}

.share-icons {
  display: inline-flex;
  margin: 2rem 1rem;
}

.share-icons--vertical {
  flex-direction: column;
}

.share-icons__link {
  border: 1px solid #dad9d6;
  border-radius: 50%;
  padding: 10px;
  margin-bottom: 10px;
  transition: border 0.25s ease-out;
  background: #fff;
  width: 42px;
  height: 42px;
}

.share-icons__link:hover {
  border: 1px solid #2f6165;
}

.share-icons--horizontal .share-icons__link {
  margin: 10px 10px 0 0;
}

.share-icons__icon {
  width: 20px;
  height: 20px;
  transition: fill 0.25s ease-out;
  fill: #afafaf;
}

.share-icons__link:hover .share-icons__icon {
  fill: #2f6165;
}

.share-icons--hide-mobile {
  display: none;
}

article .share-icons--hide-mobile {
  position: absolute;
}

@media only screen and (min-width: 1024px) {
  .share-icons--hide-mobile {
    display: inline-flex;
  }
}

@media only screen and (min-width: 1024px) {
  .share-icons--show-mobile {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  .wrapper {
    padding: 0;
  }
}

@media only screen and (min-width: 1366px) {
  .wrapper {
    margin: 0 auto;
  }
}

.wrapper--center {
  text-align: center;
  position: relative;
}

.wrapper--mid {
  margin-left: 1rem;
  margin-right: 1rem;
}

@media only screen and (min-width: 768px) {
  .wrapper--mid {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

@media only screen and (min-width: 1172px) {
  .wrapper--mid {
    margin: 0 auto;
    max-width: 1172px;
  }
}

.wrapper--body {
  margin-left: 1rem;
  margin-right: 1rem;
}

@media only screen and (min-width: 768px) {
  .wrapper--body {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

@media only screen and (min-width: 1172px) {
  .wrapper--body {
    margin: 0 auto;
    max-width: 768px;
  }
}

.wrapper--top-bottom-space {
  margin-top: 1rem;
}

@media only screen and (min-width: 768px) {
  .wrapper--top-bottom-space {
    margin-top: 3rem;
  }
}

@media only screen and (min-width: 1172px) {
  .wrapper--top-bottom-space {
    margin-top: 4rem;
  }
}

.wrapper--bottom-space {
  margin-bottom: 2rem;
}

.wrapper--article {
  margin: 0 auto;
}

@media only screen and (min-width: 1024px) {
  .wrapper--article {
    margin: 2rem auto 4rem;
  }
}

.wrapper--article > * {
  max-width: 768px;
  margin: 0 auto;
}

.wrapper--article-inner {
  max-width: 100%;
  margin: 0 1rem;
}

@media only screen and (min-width: 768px) {
  .wrapper--article-inner {
    max-width: 673px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1172px) {
  .wrapper--article-inner {
    max-width: 768px;
    margin: 0 auto;
  }
}

.wrapper--article-inner .body-text-container {
  margin-bottom: 0;
}

.wrapper--article-breadcrumbs {
  background: #f4f4f3;
}

.wrapper--bottom-space-xl {
  margin-bottom: 4rem;
}

@media only screen and (min-width: 768px) {
  .wrapper--bottom-space-xl {
    margin-top: 2rem;
  }
}

.wrapper--people {
  padding: 0 0 2rem;
}

@media only screen and (min-width: 768px) {
  .wrapper--people {
    padding: 0 0 4rem;
  }
}

.article-container {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.article-card {
  margin-bottom: 1rem;
  display: flex;
  position: relative;
  flex-direction: column;
}

@media only screen and (min-width: 480px) {
  .article-card {
    margin-bottom: 20px;
  }
  .article-card:nth-child(2n + 1) {
    padding: 0 1.5rem 20px 0;
  }
  .article-card:nth-child(2n + 2) {
    padding: 0 0 20px 1.5rem;
  }
}

@media only screen and (min-width: 1172px) {
  .article-card:nth-child(3n + 1) {
    padding: 0 1.5rem 20px 0;
  }
  .article-card:nth-child(3n + 2) {
    padding: 0 0.75rem 20px 0.75rem;
  }
  .article-card:nth-child(3n + 3) {
    padding: 0 0 20px 1.5rem;
  }
}

.article-card__title {
  font-size: 1.83016vw;
  line-height: 1.16;
  margin: 1rem 0;
  font-weight: 700;
}

@media (max-width: 1038.16px) {
  .article-card__title {
    font-size: 19px;
  }
}

@media (min-width: 1366px) {
  .article-card__title {
    font-size: 25px;
  }
}

.article-card__heading {
  margin-bottom: 0.5rem;
}

.article-card__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #f4f4f3;
  padding: 20px;
  flex-grow: 1;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 480px) {
  .article-card__content {
    padding: 30px;
  }
}

.article-card__date {
  color: #767676;
}

.article-card__category {
  border-bottom: 1px solid #ffc700;
  margin-right: 10px;
}

.article-card__copy {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}

.article-card img {
  width: 100%;
}

.article-card--featured {
  margin-left: 1rem;
  margin-right: 1rem;
}

@media only screen and (min-width: 768px) {
  .article-card--featured {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

@media only screen and (min-width: 1172px) {
  .article-card--featured {
    margin: 0 auto;
    max-width: 1172px;
  }
}

@media only screen and (min-width: 768px) {
  .article-card--featured {
    display: flex;
    flex-direction: row-reverse;
    flex-basis: 33%;
  }
  .article-card--featured .article-card__content {
    flex-grow: 0;
    flex-basis: calc(33.33% - 1.5rem);
  }
  .article-card--featured .article-card__link {
    flex-grow: 1;
  }
}

.article-card--featured:nth-child(2n + 1), .article-card--featured:nth-child(2n + 2), .article-card--featured:nth-child(3n + 1), .article-card--featured:nth-child(3n + 2), .article-card--featured:nth-child(3n + 3) {
  padding: 0;
  margin-bottom: 2rem;
}

.carousel-container {
  position: relative;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
  .carousel-container {
    margin-bottom: 3rem;
  }
}

@media only screen and (min-width: 1172px) {
  .carousel-container {
    margin-bottom: 4rem;
  }
}

.carousel {
  margin: 0 auto 2rem;
  display: block;
  position: relative;
}

.carousel__panel-mobile {
  position: relative;
  min-height: 530px;
  padding: 1rem;
}

@media only screen and (min-width: 768px) {
  .carousel__panel-mobile {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .carousel {
    position: relative;
    overflow: hidden;
    min-height: 500px;
    margin: 0 auto 2rem;
    padding-top: 4rem;
  }
  .carousel::after {
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.7) 90%);
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1172px) {
  .carousel {
    min-height: 700px;
  }
}

.carousel__item {
  position: relative;
  overflow: hidden;
  min-height: 340px;
  margin: 4rem auto 0;
  display: block;
  max-height: 800px;
}

.carousel__item::after {
  background: linear-gradient(to bottom, transparent 80%, #000 90%);
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.carousel__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 530px;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}

.carousel__image--hidden {
  position: absolute;
  top: 0;
  left: 100%;
  transition: left 0.25s ease-out;
}

.carousel__image--hidden.is-visible {
  left: 0;
}

@media only screen and (min-width: 768px) {
  .carousel__image--hidden {
    opacity: 0;
    transition: opacity 0.25s ease-out;
    left: auto;
  }
}

.carousel__image--main {
  opacity: 1;
  transition: opacity 0.25s ease-out;
  visibility: hidden;
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  .carousel__image--main {
    visibility: visible;
  }
}

.carousel__image.is-visible {
  left: 0;
}

@media only screen and (min-width: 768px) {
  .carousel__image.is-visible {
    opacity: 1;
  }
}

.carousel__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .carousel__content {
    padding: 2rem;
  }
}

.carousel__content h2 {
  margin: 0;
  max-width: 100%;
  padding: 0;
}

.carousel__content p,
.carousel__content a {
  color: #fff;
}

.carousel__title {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .carousel__title {
    color: #2f6165;
    margin-bottom: 0.5rem;
  }
}

.carousel__label {
  color: #ffc700;
}

.carousel__nav > div {
  height: 30px;
}

.carousel__nav--full-width {
  position: absolute;
  bottom: 0;
  z-index: 1;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  display: none;
  right: 0;
}

@media only screen and (min-width: 768px) {
  .carousel__nav--full-width {
    font-size: 3.29429vw;
    line-height: 1.1;
    display: flex;
    padding: 30px 45px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1032.08889px) {
  .carousel__nav--full-width {
    font-size: 34px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1366px) {
  .carousel__nav--full-width {
    font-size: 45px;
  }
}

.carousel__nav-left, .carousel__nav-right {
  width: 30px;
  fill: #ffc700;
  transition: fill 0.25s ease-out;
  cursor: pointer;
  height: 30px;
}

.carousel__nav-left:hover, .carousel__nav-right:hover {
  fill: #cc9f00;
}

.carousel__nav-right {
  transform: rotate(180deg);
  margin-left: 20px;
}

.carousel__inner {
  max-width: 750px;
}

.carousel__panels {
  display: none;
  position: absolute;
  bottom: 30px;
  width: 90%;
  align-items: flex-end;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 5;
}

@media only screen and (min-width: 768px) {
  .carousel__panels {
    display: flex;
  }
}

.carousel__panel {
  flex: 1;
  background: transparent;
  transition: height 0.25s ease-out;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.carousel__block-item:first-of-type .carousel__controls {
  left: 0;
}

.carousel__block-item:first-of-type .carousel__overview {
  display: block;
}

.carousel__block-item:first-of-type img {
  visibility: visible;
}

.carousel__block-item.is-selected .carousel__overview {
  display: block;
}

.carousel__block-item.is-selected .carousel__panel-content {
  width: 100%;
  display: block;
  opacity: 1;
}

.carousel__block-item.is-selected img {
  visibility: visible;
}

.carousel__panel-desktop {
  display: none;
}

@media only screen and (min-width: 768px) {
  .carousel__panel-desktop {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .carousel__panel-desktop > img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 700px;
    z-index: -1;
    visibility: hidden;
  }
}

.carousel__panel-title {
  color: #fff;
  transition: color background-image 0.25s ease-out;
  font-weight: 500;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
  .carousel__panel-title {
    display: inline;
  }
}

.carousel__panel:hover .carousel__panel-title {
  color: #ffc700;
}

.carousel__panel-mobile .carousel__panel-title {
  color: #ffc700;
}

.carousel__panel-title > img {
  height: 3rem;
  width: auto;
}

.carousel__panel-content {
  color: #2f6165;
  transition: opacity 0.25s ease-out;
}

@media only screen and (min-width: 768px) {
  .carousel__panel-content {
    background: rgba(255, 255, 255, 0.9);
    padding: 1rem;
    opacity: 0;
    display: none;
  }
}

.is-expanded .carousel__panel-content {
  display: block;
  opacity: 1;
}

.carousel__panel-content-mobile {
  background: rgba(255, 255, 255, 0.9);
  padding: 1rem;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  margin-top: auto;
}

.carousel__home-title, .carousel__home-text {
  margin-left: 1rem;
  margin-right: 1rem;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .carousel__home-title, .carousel__home-text {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

@media only screen and (min-width: 1172px) {
  .carousel__home-title, .carousel__home-text {
    margin: 0 auto;
    max-width: 1172px;
  }
}

@media only screen and (min-width: 768px) {
  .carousel__home-title, .carousel__home-text {
    padding-right: calc(1172px / 4);
  }
}

@media only screen and (min-width: 1172px) {
  .carousel__home-title, .carousel__home-text {
    padding-right: calc(1172px / 1.7);
  }
}

.carousel__home-title {
  width: 100%;
  color: #ffc700;
  margin-bottom: 0.5rem;
}

.carousel__home-title--mobile {
  top: 50px;
  left: 50px;
  transform: translate(0);
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .carousel__home-title {
    margin-bottom: 1rem;
  }
}

.carousel__home-text {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .carousel__overview {
    display: none;
    margin-top: 2rem;
  }
}

@media only screen and (min-width: 1366px) {
  .carousel__overview {
    margin-top: 4rem;
  }
}

@media only screen and (min-width: 768px) {
  .carousel__controls {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0 1rem;
    z-index: 2;
  }
  .carousel__controls:hover {
    cursor: pointer;
  }
  .carousel__controls:hover .carousel__icon {
    stroke: #ffc700 !important;
  }
  .carousel__controls:hover .carousel__panel-title {
    color: #ffc700 !important;
  }
}

.carousel__icon {
  width: 100%;
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
  right: 0;
  height: 1rem;
  width: 1.5rem;
  transform: rotate(180deg);
  opacity: 1;
  transition: opacity, bottom 0.25s ease-out;
  margin-bottom: 0.5rem;
}

.is-expanded .carousel__icon {
  stroke: #ffc700;
}

@media only screen and (min-width: 768px) {
  .carousel--2-panel .carousel__controls {
    width: calc(50% - 8rem);
    margin: auto 4rem;
  }
}

@media only screen and (min-width: 768px) {
  .carousel--3-panel .carousel__controls {
    width: calc(33.33%);
  }
  .carousel--3-panel .carousel__block-item:nth-of-type(1) .carousel__panel-content {
    margin-left: 10rem;
  }
  .carousel--3-panel .carousel__block-item:nth-of-type(2) .carousel__controls {
    left: 0;
    right: 0;
    margin: auto;
  }
  .carousel--3-panel .carousel__block-item:nth-of-type(3) .carousel__panel-content {
    margin-right: 10rem;
  }
}

.js-carousel--full-width {
  min-height: auto;
}

.js-carousel--full-width__content {
  z-index: 10;
}

.boom {
  border: 5px solid red;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

.owl-dots {
  position: absolute;
  bottom: 0;
  display: flex;
  width: 100%;
}

.owl-dot {
  flex: 1;
  margin-right: 3px;
}

.owl-dot:last-child {
  margin-right: 0;
}

.owl-dot.active span {
  background: #ffc700;
}

.owl-dot span {
  height: 10px;
  width: 100%;
  display: block;
  background: #dad9d6;
}

.extendable-body-container {
  padding: 0 0 2rem;
  background-size: cover;
  background-position: 50% 50%;
  background-position: 0 0;
}

@media only screen and (min-width: 768px) {
  .extendable-body-container {
    padding-bottom: 3rem;
  }
}

@media only screen and (min-width: 1172px) {
  .extendable-body-container {
    padding-bottom: 4rem;
  }
}

.extendable-body {
  margin-left: 1rem;
  margin-right: 1rem;
}

@media only screen and (min-width: 768px) {
  .extendable-body {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

@media only screen and (min-width: 1172px) {
  .extendable-body {
    margin: 0 auto;
    max-width: 768px;
  }
}

.extendable-body h2,
.extendable-body h3,
.extendable-body h4,
.extendable-body .stat-block__content b,
.stat-block__content .extendable-body b {
  color: inherit;
}

.extendable-body p,
.extendable-body li {
  color: #2f6165;
}

.extendable-body--close, .extendable-body--collapsible {
  display: none;
}

.extendable-body__controls {
  min-height: 4rem;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

.form--search {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.25s ease-out;
}

.form--search.visible {
  opacity: 1;
}

.header__search-bar--mobile .form--search {
  opacity: 1;
  width: 100%;
}

.form--search-results {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}

.hero--search .form--search-results {
  width: 270px;
  padding: 10px 20px 10px 10px;
}

@media only screen and (min-width: 768px) {
  .hero--search .form--search-results {
    width: 600px;
  }
}

.hero {
  position: relative;
  overflow: auto;
}

.hero--article::before {
  content: '';
  height: 300px;
  width: 100%;
  position: absolute;
  background: #f4f4f3;
  z-index: -1;
}

.hero--article-image {
  margin-top: 1rem;
}

@media only screen and (min-width: 768px) {
  .hero--article-image {
    position: relative;
    padding-bottom: 51%;
    /* ratio of image height to width rounded off */
    height: 0;
    overflow: hidden;
  }
}

.hero--search {
  background: url("../images/search-hero.e6d2eb841483.png") no-repeat;
  background-size: cover;
  height: 200px;
}

@media only screen and (min-width: 768px) {
  .hero--search {
    height: 400px;
  }
}

.hero__heading {
  padding: 0 20px;
}

@media only screen and (min-width: 1024px) {
  .hero__heading {
    padding: 0;
  }
}

.hero__heading:not(:only-child) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.hero__heading:only-child {
  max-width: 768px;
  color: #2f6165;
  margin: 10px auto 0;
}

@media only screen and (min-width: 1024px) {
  .hero__heading:only-child {
    margin: 20px auto;
  }
}

.hero__content--centered {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  pointer-events: none;
  padding: 2em 1rem 2.5em 1rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media only screen and (min-width: 768px) {
  .hero__content--centered {
    background: transparent;
    margin: 1em 3rem 1em 3rem;
  }
}

@media only screen and (min-width: 1172px) {
  .hero__content--centered {
    margin: 0 auto;
    max-width: 768px;
  }
}

.hero__content .link {
  pointer-events: auto;
}

.hero__strapline {
  font-size: 4.39239vw;
  font-weight: 700;
  line-height: 1.08;
  color: #2f6165;
}

@media (max-width: 478.1px) {
  .hero__strapline {
    font-size: 21px;
  }
}

@media (min-width: 1366px) {
  .hero__strapline {
    font-size: 60px;
  }
}

@media only screen and (min-width: 480px) {
  .hero__strapline {
    margin-bottom: 1rem;
  }
}

@media only screen and (min-width: 768px) {
  .hero__strapline {
    color: #fff;
    text-shadow: 0px 0px 70px rgba(0, 0, 0, 0.8);
  }
}

.template-home-page .hero__strapline {
  padding: 0 40px;
}

@media only screen and (min-width: 1172px) {
  .template-home-page .hero__strapline {
    padding: 0 80px;
  }
}

@media only screen and (min-width: 1366px) {
  .template-home-page .hero__strapline {
    padding: 0;
  }
}

.hero__logo {
  margin-bottom: 1rem;
}

.hero__image {
  width: 100%;
  min-height: 150px;
  object-fit: cover;
}

@media only screen and (min-width: 768px) {
  .hero__image {
    min-height: 400px;
  }
}

.hero__image--top-space {
  margin-top: 0;
}

@media only screen and (min-width: 1172px) {
  .hero__image--top-space {
    margin-top: 1rem;
  }
}

.hero__video {
  width: 100%;
}

.image-embed {
  position: relative;
}

.image-embed--full-width {
  max-width: 1172px;
  margin: 0 auto 4rem;
}

.image-embed__image {
  width: 100%;
}

.image-embed__caption {
  position: absolute;
  bottom: 0;
  color: #fff;
  left: 20px;
}

.wrapper--article .image-embed {
  max-width: 768px;
  margin: 40px auto;
}

.link-block {
  display: flex;
  flex-wrap: wrap;
}

.link-block > a {
  flex-basis: 100%;
  margin-bottom: 10px;
}

@media only screen and (min-width: 480px) {
  .link-block > a {
    flex-basis: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .link-block > a {
    flex-basis: 33%;
  }
}

.list-item-container {
  padding: 0 0 2rem;
  background-size: cover;
  background-position: 50% 50%;
}

@media only screen and (min-width: 768px) {
  .list-item-container {
    padding-bottom: 3rem;
  }
}

@media only screen and (min-width: 1172px) {
  .list-item-container {
    padding-bottom: 4rem;
  }
}

@media only screen and (min-width: 1024px) {
  .list-item-container {
    padding-top: 2rem;
  }
}

.list-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 480px) {
  .list-item {
    margin-bottom: 3rem;
  }
  .list-item:nth-child(2n + 1) {
    padding: 0 1.5rem 20px 0;
  }
  .list-item:nth-child(2n + 2) {
    padding: 0 0 20px 1.5rem;
  }
}

@media only screen and (min-width: 1172px) {
  .list-item:nth-child(3n + 1) {
    padding: 0 1.5rem 20px 0;
  }
  .list-item:nth-child(3n + 2) {
    padding: 0 0.75rem 20px 0.75rem;
  }
  .list-item:nth-child(3n + 3) {
    padding: 0 0 20px 1.5rem;
  }
}

.list-item__image {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 480px) {
  .list-item__image {
    width: auto;
    height: calc((100vw - 6rem - 1.5rem * 2)/2);
  }
}

@media only screen and (min-width: 1172px) {
  .list-item__image {
    width: auto;
    height: calc((1172px - 1.5rem * 3)/3);
  }
}

.list-item__title {
  margin-bottom: 0.5rem;
}

.list-item__content {
  padding: 1.5rem;
  background-color: #fff;
}

.list-item .link--with-arrow {
  margin-top: 1rem;
}

.modal--hidden {
  display: none;
}

.modal-container .featherlight-content {
  padding: 0;
  border-bottom: 0;
  background: transparent;
  overflow: visible;
}

.modal-container .featherlight-close-icon {
  top: -40px;
  right: -40px;
  color: #000;
  background: #fff;
}

.modal-container iframe {
  width: 256px;
  height: 144px;
}

@media only screen and (min-width: 480px) {
  .modal-container iframe {
    width: 384px;
    height: 216px;
  }
}

@media only screen and (min-width: 768px) {
  .modal-container iframe {
    width: 640px;
    height: 360px;
  }
}

@media only screen and (min-width: 1024px) {
  .modal-container iframe {
    width: 768px;
    height: 432px;
  }
}

@media only screen and (min-width: 1366px) {
  .modal-container iframe {
    width: 1152px;
    height: 648px;
  }
}

.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.9);
}

.search-result {
  border-bottom: 1px solid #f4f4f3;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .search-result {
    flex-direction: row;
  }
}

.search-result:first-child {
  border-top: 1px solid #f4f4f3;
}

.search-result__heading {
  margin: 15px 0;
}

.search-result img {
  margin-right: 30px;
}

.search-result__default-image {
  min-width: 270px;
  height: 175px;
  background: url("../images/defualt-search-result-icon.a4c2b83f1e7b.png") no-repeat #f4f4f3;
  background-size: 60px;
  background-position: center;
  margin-right: 30px;
}

.slider.owl-slider {
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.slider.owl-slider .owl-stage {
  display: flex;
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.slider.owl-slider .owl-stage:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.slider.owl-slider .owl-stage-outer {
  display: flex;
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
  flex: 1;
}

.slider.owl-slider .owl-wrapper,
.slider.owl-slider .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.slider.owl-slider .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.slider.owl-slider .owl-nav.disabled,
.slider.owl-slider .owl-dots.disabled {
  display: none;
}

.slider.owl-slider .owl-nav .owl-prev,
.slider.owl-slider .owl-nav .owl-next,
.slider.owl-slider .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slider.owl-slider.owl-loaded {
  display: flex;
}

.slider.owl-slider.owl-loading {
  opacity: 0;
  display: block;
}

.slider.owl-slider.owl-hidden {
  opacity: 0;
}

.slider.owl-slider.owl-refresh .owl-item {
  visibility: hidden;
}

.slider.owl-slider.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slider.owl-slider.owl-grab {
  cursor: move;
  cursor: grab;
}

.slider.owl-slider.owl-rtl {
  direction: rtl;
}

.slider.owl-slider.owl-rtl .owl-item {
  float: right;
}

.slider.owl-slider .owl-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.5rem;
}

@media only screen and (min-width: 768px) {
  .slider.owl-slider .owl-dots {
    bottom: 1rem;
  }
}

@media only screen and (min-width: 1172px) {
  .slider.owl-slider .owl-dots {
    bottom: 3rem;
  }
}

.slider.owl-slider .owl-dot {
  flex: 0;
  margin-right: 0.5rem;
}

@media only screen and (min-width: 1172px) {
  .slider.owl-slider .owl-dot {
    margin-right: 0.75rem;
  }
}

.slider.owl-slider .owl-dot:last-child {
  margin-right: 0;
}

.slider.owl-slider .owl-dot.active span {
  background: #ffc700;
}

.slider.owl-slider .owl-dot span {
  height: 10px;
  width: 10px;
  background: #fff;
}

@media only screen and (min-width: 1172px) {
  .slider.owl-slider .owl-dot span {
    height: 0.75rem;
    width: 0.75rem;
  }
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

.slider-container {
  min-height: 340px;
  position: relative;
  margin: 2rem 0;
}

@media only screen and (min-width: 1024px) {
  .slider-container {
    margin-bottom: 4rem;
  }
}

.slider {
  display: flex;
  position: relative;
  flex-direction: column;
}

.slider__image {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider__item {
  min-width: 100vw;
  min-height: 80vh;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .slider__item {
    min-height: 80vh;
  }
}

@media only screen and (min-width: 1172px) {
  .slider__item {
    min-height: 95vh;
  }
}

@media only screen and (min-width: 2556px) {
  .slider__item {
    min-height: 50vh;
  }
}

.slider__item::before {
  background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.6) 90%);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.slider__content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  padding-bottom: 2rem;
  color: #fff;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .slider__content {
    padding: 4rem;
    width: 60%;
  }
}

@media only screen and (min-width: 1172px) {
  .slider__content {
    width: 1172px;
    margin: 4rem auto 6rem auto;
    padding: 0;
  }
  .slider__content > * {
    width: 40%;
  }
}

.slider__title {
  color: #ffc700;
}

@media only screen and (min-width: 1172px) {
  .slider__title {
    margin-bottom: 0.5rem;
  }
}

.slider__textbox {
  margin-top: auto;
  padding: 1rem;
  font-weight: 400;
  color: #2f6165;
  background-color: #f4f4f3;
  opacity: 0.9;
  z-index: 3;
}

.slider__textbox .slider__title {
  color: #2f6165;
  margin-bottom: 0.5rem;
}

.slider__text {
  margin-bottom: 2rem;
}

.slider__nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: calc(50% - 2rem);
  right: 0;
  left: 0;
  z-index: 2;
}

.slider__nav-left, .slider__nav-right {
  height: 2rem;
  width: 2rem;
  cursor: pointer;
}

@media only screen and (min-width: 1172px) {
  .slider__nav-left, .slider__nav-right {
    height: 3rem;
    width: 3rem;
  }
}

.slider__nav-left {
  margin-left: 2rem;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: rotate(45deg);
}

.slider__nav-right {
  margin-right: 2rem;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

.stat-block-container {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.stat-block {
  width: 100%;
  position: relative;
  z-index: 10;
  margin-bottom: 3rem;
}

.stat-block:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 480px) {
  .stat-block {
    margin-bottom: 2rem;
  }
  .stat-block:nth-child(2n + 1) {
    padding: 0 0.75rem 20px 0;
  }
  .stat-block:nth-child(2n + 2) {
    padding: 0 0 1rem 0.75rem;
  }
  .stat-block:last-child {
    padding-right: 0;
    flex-basis: 100% !important;
  }
}

@media only screen and (min-width: 1172px) {
  .stat-block {
    margin-bottom: 0;
  }
  .stat-block:nth-child(3n + 1) {
    padding: 0 1.5rem 20px 0;
  }
  .stat-block:nth-child(3n + 2) {
    padding: 0 0.75rem 20px 0.75rem;
  }
  .stat-block:nth-child(3n + 3) {
    padding: 0 0 20px 1.5rem;
  }
  .stat-block:last-child {
    flex-basis: 33.33% !important;
  }
}

.stat-block__label {
  padding: 0 1rem;
}

.stat-block__copy {
  background: #fff;
  padding: 1rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  .stat-block__copy {
    padding: 2rem;
  }
}

.stat-block__copy h2,
.stat-block__copy h3,
.stat-block__copy h4,
.stat-block__copy .stat-block__content b,
.stat-block__content .stat-block__copy b {
  margin-bottom: 0.5rem;
}

@media only screen and (max-width: 768px) {
  .stat-block__copy h2 {
    font-size: 30px;
  }
}

.stat-block__content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  z-index: 10;
  position: relative;
}

.stat-block__cite {
  font-size: 16px;
  line-height: 1;
  margin-top: 1rem;
}

.article-download {
  display: flex;
  padding: 0 20px;
}

@media only screen and (min-width: 1024px) {
  .article-download {
    padding: 0;
  }
}

.article-download__icon {
  display: none;
  margin-right: 40px;
  max-width: 80px;
}

@media only screen and (min-width: 768px) {
  .article-download__icon {
    display: block;
    padding: 0;
  }
}

.cta {
  position: relative;
  max-width: 1800px;
  margin: 0 auto;
}

.cta__image {
  display: block;
  width: 100%;
  object-fit: cover;
  min-height: 275px;
}

@media only screen and (min-width: 768px) {
  .cta__image {
    min-height: 400px;
  }
}

.cta__content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
  padding: 10px;
  text-align: center;
}

.cta__content > h2 {
  margin: 0;
}

.cta__title {
  color: #fff;
  line-height: 1;
}

.cta__summary {
  color: #ffc700;
  margin-bottom: 30px;
}

.cta__summary .rich-text {
  font-size: inherit;
}

.cta .link {
  color: #2f6165;
}

.footer {
  background: #e5e5e5;
  padding: 0.5rem 1rem;
  text-align: center;
}

.template-404 .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .footer {
    text-align: left;
    padding: 1rem 2rem;
  }
}

.footer__nav {
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 480px) {
  .footer__nav {
    flex-direction: row;
  }
}

.footer__nav-item {
  margin-bottom: 10px;
}

@media only screen and (min-width: 480px) {
  .footer__nav-item {
    margin-right: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .footer__nav-item {
    margin-bottom: 0;
  }
}

.footer__nav-item:last-child {
  margin-right: 0;
}

.footer__nav-item a {
  border-bottom: 2px solid transparent;
  transition: border 0.3s ease;
  padding-bottom: 3px;
}

.footer__nav-item a:hover {
  border-color: #ffc700;
}

.footer__link {
  margin-right: 20px;
}

.footer__link:last-child {
  margin-right: 0;
}

.footer__icon {
  width: 20px;
  height: 20px;
  transition: fill 0.25s ease-out;
  fill: #afafaf;
}

.footer__link:hover .footer__icon {
  fill: #2f6165;
}

.footer__social-icons {
  margin: 10px 0 20px;
}

.footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

@media only screen and (min-width: 1024px) {
  .footer-row {
    flex-direction: row;
  }
  .footer-row:first-child {
    margin-bottom: 2rem;
  }
  .footer-row > p:first-child {
    margin-right: 20px;
  }
}

.footer-row--small {
  font-size: 16px;
  line-height: 1;
}

.grid {
  display: flex;
  flex-wrap: wrap;
}

.grid--three > div,
.grid--three > a {
  flex-basis: 100%;
}

@media only screen and (min-width: 480px) {
  .grid--three > div,
  .grid--three > a {
    flex-basis: 50%;
  }
}

@media only screen and (min-width: 1172px) {
  .grid--three > div,
  .grid--three > a {
    flex-basis: 33.33%;
  }
}

.grid--center {
  justify-content: center;
  align-items: center;
}

.grid--statistics {
  margin-bottom: 4rem;
}

.header {
  display: flex;
  justify-content: space-between;
  padding: 5px;
  position: relative;
  background: #fff;
  border-bottom: 1px solid #f4f4f3;
}

.header.nav-open {
  height: 100%;
}

@media only screen and (min-width: 480px) {
  .header {
    padding: 10px;
  }
}

@media only screen and (min-width: 1024px) {
  .header {
    padding: 20px;
  }
}

.header__logo {
  margin-right: 20px;
  max-width: 80px;
}

@media only screen and (min-width: 480px) {
  .header__logo {
    max-width: 120px;
  }
}

@media only screen and (min-width: 1024px) {
  .header__logo {
    flex-basis: 20%;
    margin-right: 0;
    max-width: 100%;
  }
}

.header__row {
  display: none;
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 20px;
  left: 0;
  flex-direction: column;
  z-index: 5;
  height: 100%;
}

@media only screen and (min-width: 1024px) {
  .header__row {
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
    padding-left: 20px;
    position: relative;
    bottom: initial;
    left: initial;
    background: transparent;
    padding: 0;
    flex-direction: row;
    z-index: auto;
    text-align: center;
    height: auto;
  }
}

.header__nav-primary {
  display: flex;
  margin: 30px 0 0;
  flex-direction: column;
}

@media only screen and (min-width: 1024px) {
  .header__nav-primary {
    flex-direction: row;
    margin: 0;
  }
}

.header__nav-secondary {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .header__nav-secondary {
    display: block;
    opacity: 0;
    position: absolute;
    z-index: -1;
    text-align: left;
    top: 132px;
    padding-top: 20px;
    transition: z-index, opacity, 0.25s ease-out;
  }
  .header__nav-secondary.is-visible {
    z-index: 10;
    opacity: 1;
  }
}

.header__nav-tertiary {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .header__nav-tertiary {
    padding-bottom: 20px;
    display: block;
  }
}

.header__nav-item-primary {
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .header__nav-item-primary {
    padding-right: 20px;
    position: static;
  }
}

@media only screen and (min-width: 1366px) {
  .header__nav-item-primary {
    padding-right: 30px;
  }
}

.header__nav-item-secondary {
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .header__nav-item-secondary {
    font-weight: 700;
    border-bottom: 1px solid #dad9d6;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: static;
  }
}

.header__nav-item-secondary-parent a::after {
  content: '';
  width: 1px;
  display: block;
  position: absolute;
  top: 0;
  background-color: #dadad6;
  right: 40px;
  height: 42px;
}

@media only screen and (min-width: 1024px) {
  .header__nav-item-secondary-parent a::after {
    display: none;
  }
}

.header__nav-item-arrow {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .header__nav-item-arrow {
    width: 20px;
    height: 20px;
    fill: #ffc700;
    transform: rotate(180deg);
    margin-right: 10px;
    display: inline-block;
  }
}

.header__link {
  margin-right: 10px;
}

@media only screen and (min-width: 1366px) {
  .header__link {
    margin-right: 20px;
  }
}

.header__link--search {
  display: none;
  border-left: 2px solid #e2e2e2;
  border-right: 2px solid #e2e2e2;
  padding: 0 10px;
}

@media only screen and (min-width: 1024px) {
  .header__link--search {
    display: block;
  }
}

@media only screen and (min-width: 1366px) {
  .header__link--search {
    padding: 0 20px;
  }
}

.header__link-primary {
  width: 100%;
  display: inline-block;
  padding: 12px 0;
  border-bottom: 1px solid #dad9d6;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.header__link-primary:hover {
  cursor: default;
}

@media only screen and (min-width: 1024px) {
  .header__link-primary {
    font-weight: 400;
    display: inline;
    padding: 0 0 18px;
    border-bottom: 3px solid transparent;
    transition: border-bottom 0.25s ease-out;
  }
}

@media only screen and (min-width: 1366px) {
  .header__link-primary.is-active {
    border-bottom: 3px solid #ffc700;
  }
}

.header__link-secondary {
  padding: 10px 0 10px 15px;
  transition: left 0.25s ease-out;
  display: inline-block;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #dad9d6;
  left: 0;
}

@media only screen and (min-width: 1024px) {
  .header__link-secondary {
    padding: 10px 0;
    border-bottom: 0;
    display: inline;
    width: auto;
  }
  .header__link-secondary:hover {
    left: 10px;
  }
}

.header__link-tertiary {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  padding: 10px 0 10px 25px;
  transition: padding 0.25s ease-out;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #dad9d6;
}

@media only screen and (min-width: 1024px) {
  .header__link-tertiary {
    border-bottom: 0;
    padding: 5px 0 5px 35px;
    width: auto;
  }
  .header__link-tertiary:hover {
    padding-left: 40px;
  }
}

.header__icon {
  fill: #afafaf;
  width: 20px;
  height: 20px;
  transition: fill 0.25s ease-out;
}

.header__icon:hover {
  cursor: pointer;
}

.is-active .header__icon {
  fill: #2f6165;
}

.header__link:hover .header__icon {
  fill: #2f6165;
  cursor: pointer;
}

.header__icon--search-mobile {
  fill: #2f6165;
  width: 30px;
  height: 30px;
  margin-right: 20px;
}

.header__icon--close {
  font-size: 40px;
  position: absolute;
  top: 0;
  right: 20px;
}

.header__icon--mobile-nav {
  fill: none;
  stroke: #ffc700;
  stroke-width: 2px;
  position: absolute;
  right: 0;
  top: 5px;
  transition: transform 0.25s ease-out;
  height: 35px;
  padding: 0 10px;
  width: 40px;
}

.is-open > .header__icon--mobile-nav {
  transform: rotate(180deg);
}

@media only screen and (min-width: 1024px) {
  .header__icon--mobile-nav {
    display: none;
  }
}

.header__search-bar {
  position: absolute;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  left: 0;
  padding: 25px;
  display: flex;
}

.header__search-bar--desktop {
  text-align: center;
  display: none;
  z-index: 4;
}

.header__search-bar--mobile {
  height: 100vh;
  top: 0;
  z-index: -1;
  opacity: 0;
  align-items: center;
  justify-content: center;
  transition: z-index, opacity 0.25s ease-out;
}

.header__search-bar--mobile.is-visible {
  z-index: 15;
  opacity: 1;
}

.header__mobile-icons {
  display: flex;
  margin: 15px 5px 0;
}

@media only screen and (min-width: 1024px) {
  .header__mobile-icons {
    display: none;
  }
}

.header__nav-overlay {
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  top: 153px;
  width: 100%;
  height: 60vh;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
  opacity: 0;
  transition: z-index, opacity, height, 0.25s ease-in-out;
}

@media only screen and (min-width: 1024px) {
  .header__nav-overlay.is-visible {
    z-index: 5;
    opacity: 1;
    height: 65vh;
  }
}

.header__social-icons {
  padding: 30px 0 10px;
}

@media only screen and (min-width: 1024px) {
  .header__social-icons {
    padding: 0;
  }
}

.media-block-container {
  max-width: 1172px;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

@media only screen and (min-width: 1366px) {
  .media-block-container {
    justify-content: space-between;
  }
}

.media-block-container--partners {
  padding-bottom: 2rem;
}

@media only screen and (min-width: 1024px) {
  .media-block-container--partners {
    padding-bottom: 4rem;
    justify-content: space-around;
  }
}

.media-block {
  display: flex;
  margin-bottom: 3rem;
  flex-direction: column;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .media-block {
    width: 45%;
  }
}

.media-block:only-child {
  align-items: center;
  flex-direction: column;
  width: auto;
  max-width: 50%;
}

@media only screen and (max-width: 768px) {
  .media-block:only-child {
    max-width: 90%;
  }
}

@media only screen and (min-width: 1366px) {
  .media-block:only-child {
    flex-direction: row-reverse;
    width: auto;
    max-width: 100%;
    margin: 2rem auto;
  }
}

.media-block__image + .media-block__content {
  padding: 60px 70px 40px 40px;
  width: 90%;
  margin: 0 auto;
}

@media only screen and (min-width: 1024px) {
  .media-block__image + .media-block__content {
    width: 100%;
    margin: auto;
  }
}

.media-block__heading {
  margin-bottom: 0.5rem;
}

.media-block__content {
  background-color: #fff;
  padding: 40px;
}

.media-block:only-child .media-block__content {
  padding: 40px 70px 40px 40px;
}

@media only screen and (min-width: 1366px) {
  .media-block:only-child .media-block__content {
    padding: 40px 70px 40px 40px;
    margin-right: -30px;
    flex-direction: row-reverse;
    max-width: 100%;
    min-height: 260px;
  }
}

.media-block:not(:only-child) .media-block__image {
  width: 90%;
  margin: 0 auto -30px;
  z-index: 2;
}

.media-card-container {
  padding: 0 0 2rem;
  background-size: cover;
  background-position: 50% 50%;
}

@media only screen and (min-width: 768px) {
  .media-card-container {
    padding-bottom: 3rem;
  }
}

@media only screen and (min-width: 1172px) {
  .media-card-container {
    padding-bottom: 4rem;
  }
}

.media-card-container:nth-of-type(even) .media-card__content {
  right: 0;
}

.media-card-container:nth-of-type(odd) .media-card__content {
  left: 0;
}

@media only screen and (min-width: 768px) {
  .media-card-container:nth-of-type(odd) .media-card__image {
    position: relative;
    left: 15%;
  }
}

.media-card {
  margin-left: 1rem;
  margin-right: 1rem;
  position: relative;
  max-width: 1172px;
}

@media only screen and (min-width: 768px) {
  .media-card {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

@media only screen and (min-width: 1172px) {
  .media-card {
    margin: 0 auto;
    max-width: 1172px;
  }
}

.media-card__image {
  object-fit: cover;
}

@media only screen and (min-width: 768px) {
  .media-card__image {
    height: 500px;
    width: 85%;
  }
}

.media-card__logo, .media-card__title {
  margin-bottom: 15px;
}

.media-card__content {
  background: #f4f4f3;
  display: block;
  padding: 20px;
  min-height: 200px;
}

@media only screen and (min-width: 768px) {
  .media-card__content {
    position: absolute;
    max-width: 400px;
    min-height: 300px;
    top: 50%;
    padding: 40px;
    transform: translate(0, -50%);
    width: 100%;
  }
}

.media-card__content:hover .media-card__link {
  right: -20px;
}

.media-card__link a {
  margin-top: 1rem;
}

.quote-container {
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .quote-container {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

@media only screen and (min-width: 1172px) {
  .quote-container {
    margin: 0 auto;
    max-width: 1172px;
  }
}

.quote {
  width: 100%;
  height: 320px;
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
  color: #2f6165;
  background: #f4f4f3;
}

@media only screen and (min-width: 1024px) {
  .quote {
    margin-bottom: 4rem;
    height: 360px;
  }
}

@media only screen and (min-width: 768px) {
  .quote:nth-child(odd) {
    width: calc(50% - 1rem);
    margin-right: 1rem;
  }
}

.quote:nth-child(odd):last-child, .quote:nth-child(odd):only-child {
  width: 100%;
  margin-right: 0;
}

@media only screen and (min-width: 768px) {
  .quote:nth-child(odd):last-child .quote__content, .quote:nth-child(odd):only-child .quote__content {
    padding: 2rem 5rem;
  }
  .quote:nth-child(odd):last-child img, .quote:nth-child(odd):only-child img {
    height: auto;
  }
}

@media only screen and (min-width: 768px) {
  .quote:nth-child(even) {
    width: calc(50% - 1rem);
    margin-left: 1rem;
  }
}

.quote--drop-shadow .quote__copy {
  text-shadow: 0px 0px 70px rgba(0, 0, 0, 0.8);
}

.quote__image {
  min-width: 100%;
}

.quote__image + .quote__content {
  position: absolute;
  bottom: 0;
  background: transparent;
  z-index: 2;
}

.quote__content {
  position: absolute;
  bottom: 0;
  padding: 2rem;
}

@media only screen and (min-width: 480px) {
  .quote__content {
    padding: 1rem;
  }
}

@media only screen and (min-width: 1024px) {
  .quote__content {
    padding: 2rem;
  }
}

.quote__copy {
  position: relative;
  margin: 0 0 0.5rem;
  border: 0;
  color: inherit;
  padding: 0;
}

.quote__copy * {
  display: inline;
  margin-bottom: 0;
  text-shadow: inherit;
  font-size: inherit;
}

.quote__copy > * {
  padding-right: 20px;
}

@media only screen and (min-width: 1024px) {
  .quote__copy > * {
    padding-right: 50px;
  }
}

.quote__copy::before, .quote__copy::after {
  color: var(--quote-mark-hex, #ffc700);
  font-size: 48px;
  line-height: 0;
  letter-spacing: 0;
  vertical-align: -1.5rem;
}

@media only screen and (min-width: 1024px) {
  .quote__copy::before, .quote__copy::after {
    font-size: 90px;
    vertical-align: -0.5em;
  }
}

.quote__copy::before {
  position: absolute;
  padding-top: 1.4rem;
  left: 0;
  display: inline-block;
  height: 100%;
  content: '“';
}

@media only screen and (min-width: 1024px) {
  .quote__copy::before {
    padding-top: 1.8rem;
    left: 0;
  }
}

.quote__copy::after {
  margin-left: -20px;
  content: '”';
}

@media only screen and (min-width: 1024px) {
  .quote__copy::after {
    margin-left: -50px;
  }
}

.quote__copy, .quote__cite,
.quote .link--with-arrow {
  padding-left: 1.6rem;
}

@media only screen and (min-width: 1024px) {
  .quote__copy, .quote__cite,
  .quote .link--with-arrow {
    padding-left: 2.2rem;
  }
}

.quote__cite {
  font-size: 16px;
  line-height: 1;
  display: block;
  font-weight: 400;
  color: inherit;
}

.quote--gradient {
  color: #fff;
}

.quote--gradient::before {
  background: linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.8) 90%);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.quote img {
  flex: none;
  max-width: inherit;
  height: 100%;
  width: auto;
}

.video-container {
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 3rem 0 5rem;
}

@media only screen and (min-width: 768px) {
  .video-container {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

@media only screen and (min-width: 1172px) {
  .video-container {
    margin: 0 auto;
    max-width: 1172px;
  }
}

.video {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media only screen and (min-width: 1024px) {
  .video {
    max-width: 1172px;
    flex-direction: row;
    justify-content: center;
  }
}

.video__content {
  display: flex;
  flex-direction: column;
  background-color: #f4f4f3;
  padding: 2rem 1rem;
  color: #2f6165;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .video__content {
    padding: 2rem;
    align-self: flex-end;
  }
}

@media only screen and (min-width: 1024px) {
  .video__content {
    min-height: 315px;
    flex-basis: 40%;
    margin: 0;
    align-self: center;
  }
}

.video__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.video__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video__player {
  position: relative;
  max-width: 100%;
  width: 100%;
  z-index: 5;
}

@media only screen and (min-width: 1024px) {
  .video__player {
    max-width: 60%;
  }
}

.video__overlay {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  z-index: 10;
}

.video__overlay::before {
  content: '';
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
}

.video__poster {
  top: 50%;
  transform: translate(0, -50%);
  position: relative;
  width: 100%;
}

.video__button {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 11;
}

.video__button:hover {
  cursor: pointer;
}

.video__button:hover .video__icon {
  animation: rotate 1.5s infinite linear;
}

.video__button > p {
  font-size: 1.83016vw;
  line-height: 1.16;
  color: #fff;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1038.16px) {
  .video__button > p {
    font-size: 19px;
  }
}

@media (min-width: 1366px) {
  .video__button > p {
    font-size: 25px;
  }
}

.video__icon {
  fill: #fff;
  height: 100px;
}

@media only screen and (min-width: 480px) {
  .video__icon {
    height: 150px;
  }
}

.video__title {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
  .video__copy {
    margin-bottom: 3rem;
  }
}

/*# sourceMappingURL=main.css.map */