@charset "UTF-8";
/* Read manifests */
/* ==================================================== */
/* Import utilities */
/* ==================================================== */
/* Variables */
/* ==================================================== */
/* Ease */
/* Space */
/* Flex-box container */
/* ==================================================== */
/* Flexbox */
/* Flex Direction */
/* Flexbox */
/* Flex-box item */
/* ==================================================== */
/* Flex Order */
/* Flex */
/* Floats */
/* ==================================================== */
.post div:first-of-type p:first-of-type:first-letter {
  float: left;
}

/* Outline */
/* ==================================================== */
/* Border */
/* ==================================================== */
/*  Border-radius */
/* ==================================================== */
/* Links */
/* ==================================================== */
/* List style */
/* ==================================================== */
/* None */
/* Initial */
/* Box-shadow */
/* ==================================================== */
/* Border */
/* ==================================================== */
/* Font styles */
/* ==================================================== */
/* Normal */
/* Italic */
/* Font weights */
/* ==================================================== */
/* Black */
/* Bold */
/* Medium */
/* Regular */
/* Light */
/* Thin */
/* Text alignment */
/* ==================================================== */
/* Left */
.button {
  text-align: left;
}

/* Right */
/* Center */
.button, .post div:first-of-type p:first-of-type:first-letter {
  text-align: center;
}

/* Tex-indent */
/* ==================================================== */
/* Text shadow */
/* ==================================================== */
/* Font cases */
/* ==================================================== */
/* Lowercase */
/* Capitalized */
/* Uppercase */
.button {
  text-transform: upper;
}

/* Unset */
/* None */
/* Truncation */
/* ==================================================== */
/* Letter spacing */
/* ==================================================== */
/* Word spacing */
/* ==================================================== */
/*  Opacity */
/* ==================================================== */
/* Z-index */
/* ==================================================== */
/* Import settings */
/* ==================================================== */
/*	Meyer Reset */
/* ==================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup,
menu, footer, header, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  scroll-behavior: smooth;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
  display: block;
}

a img {
  border: 0;
}

html.no-js {
  margin-top: 0px !important;
}

/*  Box-sizing */
/* ==================================================== */
/* Box Sizing */
/* Clearfix */
/* ==================================================== */
fieldset.radio ul, fieldset, form {
  *zoom: 1;
}
fieldset.radio ul:before, fieldset:before, form:before, fieldset.radio ul:after, fieldset:after, form:after {
  content: "";
  display: table;
}
fieldset.radio ul:after, fieldset:after, form:after {
  clear: both;
}

/*  Media-queries */
/* ==================================================== */
/* Typefaces */
/* ==================================================== */
/* Copy font */
/* Font size */
/* ==================================================== */
/* Line-height */
/* ==================================================== */
/* Colours */
/* ==================================================== */
/*  Structure */
/* ==================================================== */
/* Declare charset */
/* Box sizing */
*,
*:before,
*:after {
  box-sizing: border-box;
}

/* Base HTML */
html {
  font-family: "Open Sans", "Source Sans Pro", "Roboto", "Arial", sans-serif;
  /* Black */
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
}

/* Base body */
body {
  -js-display: flex;
  display: flex;
  flex-direction: column;
}
body.modal-open {
  overflow: hidden;
}

.body-container {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  border-left: 1px solid rgb(231, 231, 231);
  border-right: 1px solid rgb(231, 231, 231);
}
@media only screen and (min-width: 1024px) {
  .body-container {
    flex-direction: row;
  }
}

/* Wrapper */
/* ==================================================== */
/* Container */
/* ==================================================== */
/*  Flex-box grid */
/* ==================================================== */
/* Import components */
/* ==================================================== */
/* Headings */
/* ==================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", "Source Sans Pro", "Roboto", "Arial", sans-serif;
  /* Black */
  font-weight: 600;
  line-height: 1.35;
  clear: both;
  display: block;
  color: rgb(56, 56, 56);
}

h1 {
  font-size: 44px;
  font-size: 2.75rem;
  font-size: 42px;
  font-size: 2.625rem;
  text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.5);
  color: rgb(255, 255, 255);
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 52px;
    font-size: 3.25rem;
  }
}
@media only screen and (min-width: 1024px) {
  h1 {
    font-size: 60px;
    font-size: 3.75rem;
    max-width: 628px;
  }
  .page-article h1 {
    max-width: 90%;
  }
}

h2 {
  font-size: 26px;
  font-size: 1.625rem;
  display: inline-block;
  margin-bottom: calc(1rem * 1);
}
.page-brands h2 {
  text-transform: capitalize;
}
.section-blue h2, .section-sky h2 {
  color: rgb(255, 255, 255);
}
.section-vision-mission h2 {
  margin-bottom: calc(1rem * 1);
}
.section-news h2, .section-events h2, .section-press h2 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: calc(1rem * 2);
  padding-left: calc(1rem * 1);
  text-transform: uppercase;
  border-left: 4px solid rgb(0, 120, 193);
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 1024px) {
  h2 {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: calc(1rem * 2);
    margin-bottom: calc(1rem * 1.5);
  }
}

h3 {
  font-size: 28px;
  font-size: 1.75rem;
}
.content-box h3 {
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1.15;
  margin-bottom: calc(1rem * 1);
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.75);
  color: rgb(255, 255, 255);
}
.section-history h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: calc(1rem * 1) 0;
}
.article-body h3 {
  margin-bottom: calc(1rem * 1.1);
}
.person-body h3 {
  margin-bottom: calc(1rem * 1.1);
  color: rgb(0, 120, 193);
}
.section-news h3, .section-events h3 {
  font-family: "Open Sans", "Source Sans Pro", "Roboto", "Arial", sans-serif;
  /* Black */
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
}
.section-events h3 {
  margin-bottom: 0;
}
.page-brands h3 {
  margin-right: calc(1rem * 1.25);
  text-transform: uppercase;
  align-self: center;
}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media only screen and (min-width: 1024px) {
  h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .content-box h3 {
    font-size: 40px;
    font-size: 2.5rem;
    max-width: 728px;
  }
  .section-history h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .section-articles-news h3, .section-articles-events h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .section-articles-events h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .page-brands h3 {
    margin-right: calc(1rem * 2);
  }
}

h4 {
  font-size: 22px;
  font-size: 1.375rem;
}
.content-box h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.35;
  color: rgb(255, 255, 255);
}
.recent-reports h4 {
  color: rgb(76, 76, 76);
}
.person h4 {
  margin-bottom: calc(1rem * 1);
}
.brand-contacts h4 {
  margin-bottom: calc(1rem * 1);
}
.section-history-item h4 {
  font-family: "Open Sans", "Source Sans Pro", "Roboto", "Arial", sans-serif;
  /* Black */
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  padding-bottom: calc(1rem * 0.5);
  color: rgb(93, 93, 93);
  border-bottom: 2px solid rgb(0, 120, 193);
}
@media only screen and (min-width: 1024px) {
  h4 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .content-box h4 {
    font-size: 20px;
    font-size: 1.25rem;
    max-width: 598px;
  }
  .brand-contacts h4 {
    margin-bottom: calc(1rem * 1.5);
  }
  .section-history-item h4 {
    border-bottom: 3px solid rgb(0, 120, 193);
  }
}

h5 {
  font-size: 18px;
  font-size: 1.125rem;
}
.recent-reports h5 {
  margin-bottom: calc(1rem * 1);
  color: rgb(93, 93, 93);
}
.section-blue h5, .section-sky h5 {
  color: rgb(255, 255, 255);
}
.section-history-chapter h5 {
  font-family: "Open Sans", "Source Sans Pro", "Roboto", "Arial", sans-serif;
  /* Black */
  font-weight: 700;
  margin-bottom: calc(1rem * 0.5);
}

h6 {
  font-size: 16px;
  font-size: 1rem;
}
.section-blue h6.job-reference, .section-blue h6.job-location {
  color: rgb(93, 93, 93);
}
.section-blue h6, .section-sky h6 {
  color: rgb(255, 255, 255);
}

/* Paragraphs */
/* ==================================================== */
p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  color: rgb(93, 93, 93);
}
.content-box p {
  color: rgb(255, 255, 255);
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.75);
}
.section-blue p, .section-sky p {
  color: rgb(255, 255, 255);
}
.section-vision-mission p {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: Georgia, serif;
  font-weight: 300;
  font-style: italic;
}
.hero p {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 1rem;
  text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.5);
  color: rgb(255, 255, 255);
}
p:not(:first-of-type) {
  margin-top: 1rem;
}
p.intro {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  p {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  p {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .section-vision-mission p {
    max-width: 680px;
  }
  .hero p {
    max-width: 768px;
    margin-top: 1rem;
  }
  p:not(:first-of-type) {
    margin-top: 1rem;
  }
  p.intro {
    font-size: 24px;
    font-size: 1.5rem;
  }
  p.optimal-width {
    max-width: 768px;
  }
}

@media only screen and (max-width: 767px) {
  p + p {
    margin-top: calc(1rem * 1);
  }
}
@media only screen and (min-width: 768px) {
  p + p {
    margin-top: calc(1rem * 1.25);
  }
}
@media only screen and (min-width: 1024px) {
  p + p {
    margin-top: calc(1rem * 1.5);
  }
}

/* Dropcaps */
/* ==================================================== */
/* Small */
/* ==================================================== */
small {
  display: block;
}

/* Links */
/* ==================================================== */
a {
  text-decoration: none;
  color: rgb(0, 120, 193);
  border: 0 none;
  outline: 0 none;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: rgb(56, 56, 56);
}
.section-blue h1 a, .section-sky h1 a, .section-blue h2 a, .section-sky h2 a, .section-blue h3 a, .section-sky h3 a, .section-blue h4 a, .section-sky h4 a, .section-blue h5 a, .section-sky h5 a, .section-blue h6 a, .section-sky h6 a {
  color: rgb(255, 255, 255);
}
p a {
  font-weight: 600;
  color: rgb(0, 120, 193);
}
a:hover, a:focus, a:active {
  color: #0fa4ff;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus, h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active {
  color: rgb(93, 93, 93);
}

/* Lists */
/* ==================================================== */
ul,
ol {
  width: 100%;
}
.page-article ul,
.page-article ol {
  padding: calc(1rem * 1.25) 0;
}
ul.values,
ol.values {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.5rem;
}

li {
  margin-left: 1.8rem;
  list-style-type: none;
  text-indent: -1.8rem;
  color: rgb(93, 93, 93);
}
li:before {
  font-size: 32px;
  font-size: 2rem;
  margin-right: calc(1rem * 0.75);
  vertical-align: middle;
  content: "•";
  color: rgb(0, 120, 193);
}
.values li {
  -js-display: flex;
  display: flex;
  flex-direction: row;
  margin-left: 0;
  text-indent: 0;
}
.values li:not(:first-of-type) {
  margin-top: 2rem;
}
.values li:before {
  margin-right: 0;
  content: unset;
  color: rgb(255, 255, 255);
}
.values li img {
  height: 100%;
  max-width: 124px;
  max-height: 124px;
}
.values li div {
  align-self: flex-start;
  margin-left: 2rem;
}
.values li h4 {
  font-size: 21px;
  font-size: 1.3125rem;
  margin-bottom: 0.5rem;
}
.article-intro li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.35;
  margin-top: 0;
}
@media only screen and (min-width: 1024px) {
  .values li:not(:first-of-type) {
    margin-top: unset;
  }
  .values li:nth-of-type(n+3) {
    margin-top: 3rem;
  }
}

/* Quotes */
/* ==================================================== */
blockquote {
  font-family: "Open Sans", "Source Sans Pro", "Roboto", "Arial", sans-serif;
  /* Black */
  font-weight: 700;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.5;
  margin: calc(1rem * 1.5) 0 calc(1rem * 2) calc(1rem * 1.5);
  color: rgb(56, 56, 56);
  border-top: 3px solid rgb(0, 120, 193);
}
@media only screen and (min-width: 768px) {
  blockquote {
    font-size: 24px;
    font-size: 1.5rem;
    margin: calc(1rem * 2) 0 calc(1rem * 2) calc(1rem * 2);
  }
}
@media only screen and (min-width: 1024px) {
  blockquote {
    font-size: 28px;
    font-size: 1.75rem;
    margin: calc(1rem * 3) 0 calc(1rem * 2) calc(1rem * 3);
  }
}

/* External styles */
/* ==================================================== */
/*  Animate */
/* ==================================================== */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: 0.75s;
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

/*  CodePen Timeline */
/*  see https://codepen.io/mildrenben/pen/bdGdOb */
/* ==================================================== */
.tab-wrap {
  width: 50%;
  margin-left: 20%;
  position: relative;
  display: flex;
  top: -106px;
}

input[type=radio][name=tabs] {
  position: absolute;
  z-index: -1;
}
input[type=radio][name=tabs]:checked + .tab-label-content label {
  color: white;
}
input[type=radio][name=tabs]:checked + .tab-label-content .tab-content {
  display: block;
}
input[type=radio][name=tabs]:nth-of-type(1):checked ~ .slide {
  left: calc(100% / 4 * 0);
}
input[type=radio][name=tabs]:nth-of-type(2):checked ~ .slide {
  left: calc(100% / 4 * 1);
}
input[type=radio][name=tabs]:nth-of-type(3):checked ~ .slide {
  left: calc(100% / 4 * 2);
}
input[type=radio][name=tabs]:nth-of-type(4):checked ~ .slide {
  left: calc(100% / 4 * 3);
}
input[type=radio][name=tabs]:first-of-type:checked ~ .slide {
  left: 0;
}

.section-timeline label {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  background-color: #00bcd4;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 56px;
  transition: color 0.2s ease;
  width: 100%;
}

.slide {
  background: #ffeb3b;
  width: calc(100% / 4);
  height: 4px;
  position: absolute;
  left: 0;
  top: calc(100% - 4px);
  transition: left 0.3s ease-out;
}

.tab-label-content {
  width: 100%;
}
.tab-label-content .tab-content {
  position: absolute;
  top: 100px;
  left: 16px;
  line-height: 130%;
  display: none;
}

/* Import components */
/* ==================================================== */
/*  Pair */
/* ==================================================== */
.element-pair {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
@media only screen and (min-width: 1024px) {
  .element-pair {
    flex-direction: row;
  }
}

.element-pair-1 {
  max-width: 100%;
  order: 1;
}
@media only screen and (min-width: 1024px) {
  .element-pair-1 {
    max-width: 60%;
  }
}

.element-pair-2 {
  max-width: 100%;
  margin-top: calc(1rem * 2);
  order: 2;
}
@media only screen and (min-width: 768px) {
  .element-pair-2 {
    margin-top: calc(1rem * 3);
  }
}
@media only screen and (min-width: 1024px) {
  .element-pair-2 {
    max-width: 40%;
    margin-top: unset;
    margin-left: calc(1rem * 4);
  }
}

/*  Header */
/* ==================================================== */
.section-news header, .section-events header, .section-press header {
  margin-top: 0;
}
.section-vision-mission header {
  padding: calc(1rem * 2);
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .section-news header, .section-events header, .section-press header {
    margin-top: calc(1rem * 0.75);
  }
  .section-vision-mission header {
    padding: calc(1rem * 3);
  }
}
@media only screen and (min-width: 1024px) {
  .section-vision-mission header {
    padding: calc(1rem * 4);
    padding: 0 calc(1rem * 4) calc(1rem * 1);
  }
}

.page-header {
  transition: all 0.3s ease;
  display: none;
  width: 0;
}
.page-header-small {
  width: 100%;
  background: rgb(255, 255, 255);
  padding: 0.5rem 1.5rem;
  background: #fafafa;
  border-bottom: 1px solid rgb(231, 231, 231);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}
.page-header-small.stuck {
  position: fixed;
  border-bottom: unset;
  box-shadow: 0 4px 12px rgba(0, 120, 193, 0.5);
  z-index: 9;
}
.page-header-small nav {
  -js-display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media only screen and (min-width: 1024px) {
  .page-header {
    display: block;
    width: calc(1rem * 13.5);
    padding: calc(1rem * 2) 0;
    background: rgb(255, 255, 255);
    background: #fafafa;
    border-right: 1px solid rgb(231, 231, 231);
    transition: all 0.3s ease;
  }
  .page-home .page-header {
    margin-top: 100vh;
    z-index: 9;
  }
  .page-header-small {
    display: none;
    width: 0;
  }
}

.page-header-menu-small {
  max-width: 768px;
  margin: calc(1rem * 2.5) auto auto 0;
}
@media only screen and (min-width: 768px) {
  .page-header-menu-small {
    margin-top: calc(1rem * 3);
  }
}
@media only screen and (min-width: 1024px) {
  .page-header-menu-small {
    margin-top: calc(1rem * 4);
  }
}

/*  Footer */
/* ==================================================== */
footer.more {
  margin-top: calc(1rem * 2);
  padding-top: calc(1rem * 2);
  border-top: 1px solid rgb(231, 231, 231);
}

.page-footer {
  padding: calc(1rem * 2);
  border-top: 1px solid rgb(231, 231, 231);
  background: rgb(255, 255, 255);
  z-index: 2;
}

/*  Main */
/* ==================================================== */
main {
  width: 100%;
  background: rgb(255, 255, 255);
}
@media only screen and (min-width: 1024px) {
  .page-home main {
    margin-top: 100vh;
    margin-right: -1px;
    z-index: 9;
  }
}

/*  Page section */
/* ==================================================== */
.section {
  clear: both;
  padding: calc(1rem * 2);
}
@media only screen and (min-width: 768px) {
  .section {
    padding: calc(1rem * 3);
  }
}
@media only screen and (min-width: 1024px) {
  .section {
    padding: calc(1rem * 4);
  }
}

.section-content {
  -js-display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.section-grey-box {
  background: #fafafa;
  border-top: 1px solid rgb(231, 231, 231);
  border-bottom: 1px solid rgb(231, 231, 231);
}

.section-blue {
  background: rgb(0, 120, 193);
}

.section-sky {
  background: #0fa4ff;
}

.section-lighter {
  background: rgb(250, 250, 250);
}

.section-grey {
  background: rgba(222, 222, 222, 0.1);
  background: #f4f4f4;
}

.section-news-events {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
}
@media only screen and (min-width: 1024px) {
  .section-news-events {
    flex-direction: row;
  }
}

.section-news {
  width: 100%;
  order: 1;
  align-items: flex-start;
}
@media only screen and (min-width: 1024px) {
  .section-news {
    width: 67%;
  }
}

.section-events {
  width: 100%;
  order: 2;
  align-items: flex-start;
}
@media only screen and (min-width: 1024px) {
  .section-events {
    width: 33%;
    border-left: 1px solid rgb(231, 231, 231);
  }
}

@media only screen and (min-width: 1024px) {
  .section-press {
    border-top: 1px solid rgb(231, 231, 231);
  }
}

/*  Articles */
/* ==================================================== */
.page-nation-life .section-articles {
  border-top: 1px solid rgb(231, 231, 231);
}

.articles-header {
  -js-display: flex;
  display: flex;
}

.articles-more {
  margin-left: auto;
  align-self: center;
}
.section-news .articles-more, .section-events .articles-more, .section-press .articles-more {
  align-self: flex-start;
}
.articles-more span.arrow {
  position: relative;
  display: inline-block;
  margin-top: -1px;
  margin-right: 1px;
  margin-left: 4px;
  font-size: 20px;
  font-weight: 600;
}

.article:not(:last-of-type) {
  padding-bottom: calc(1rem * 2);
}
.section-events .article:not(:last-of-type) {
  padding-bottom: calc(1rem * 2);
}
.article:not(:first-of-type) {
  padding-top: calc(1rem * 2);
  border-top: 1px solid rgb(231, 231, 231);
}
.section-events .article:not(:first-of-type) {
  padding-top: calc(1rem * 2);
}
.article:first-of-type {
  padding-top: calc(1rem * 2);
}
.page-news .article:first-of-type, .page-updates .article:first-of-type, .page-people .article:first-of-type, .single .article:first-of-type, .error404 .article:first-of-type, .page-template-terms-page-template .article:first-of-type, .page-template-privacy-page-template .article:first-of-type, .section-news .article:first-of-type, .section-events .article:first-of-type {
  padding-top: 0;
}
.page-template-terms-page-template .article {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .article:not(:last-of-type) {
    padding-bottom: calc(1rem * 3);
  }
  .article:not(:first-of-type) {
    padding-top: calc(1rem * 3);
  }
  .article:first-of-type {
    padding-top: calc(1rem * 2);
  }
  .page-template-terms-page-template .article {
    max-width: 1024px;
  }
}
@media only screen and (min-width: 1024px) {
  .article:not(:last-of-type) {
    padding-bottom: calc(1rem * 4);
  }
  .article:not(:first-of-type) {
    padding-top: calc(1rem * 4);
  }
  .article:first-of-type {
    padding-top: calc(1rem * 2);
  }
  .page-template-terms-page-template .article {
    width: 75%;
  }
}

.article-container {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
@media only screen and (min-width: 1024px) {
  .article-container {
    flex-direction: row;
  }
}

.article-date {
  font-family: "Open Sans", "Source Sans Pro", "Roboto", "Arial", sans-serif;
  /* Black */
  font-weight: 700;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: rgb(56, 56, 56);
  order: 2;
}
.section-events .article-date {
  color: rgb(0, 120, 193);
}
@media only screen and (min-width: 1024px) {
  .article-date {
    width: 15%;
    margin-top: 0.25rem;
    margin-right: calc(1rem * 2.5);
    margin-bottom: 0;
    order: 1;
  }
  .article-date.article-side-image {
    width: 30%;
    align-self: flex-start;
    border: 1px solid rgb(231, 231, 231);
  }
}

.article-aside-item {
  display: block;
  color: rgb(93, 93, 93);
}
.article-aside-item:not(:first-of-type) {
  margin-top: calc(1rem * 1.125);
}

.article-body {
  width: 100%;
  order: 3;
}
.article-body.result-body {
  width: 75%;
  margin-left: unset;
}
@media only screen and (min-width: 1024px) {
  .article-body {
    width: 60%;
    order: 1;
  }
  .section-events .article-body {
    width: 100%;
  }
}

.article-body * + * {
  margin-top: 1.5rem;
}

.article-excerpt {
  display: inline;
  margin-right: calc(1rem * 0.45);
}

.article-more {
  font-family: "Open Sans", "Source Sans Pro", "Roboto", "Arial", sans-serif;
  /* Black */
  font-weight: 600;
  font-size: 14.4px;
  font-size: 0.9rem;
  display: inline-block;
  color: rgb(0, 120, 193);
}
.section-blue .article-more, .section-sky .article-more {
  color: rgb(255, 255, 255);
}

.article-img {
  max-width: 100%;
  order: 1;
}
@media only screen and (min-width: 1024px) {
  .article-img {
    max-width: 40%;
    margin-top: calc(1rem * 0.25);
    margin-left: calc(1rem * 2.5);
    order: 2;
  }
}

.article-intro,
.article-intro p {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
}

/*  Buttons */
/* ==================================================== */
.button {
  font-family: "Open Sans", "Source Sans Pro", "Roboto", "Arial", sans-serif;
  /* Black */
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  border-radius: 1px;
  background-clip: padding-box;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  border-width: 0;
  border-style: solid;
  border-color: transparant;
  outline-width: 0;
  outline-style: solid;
  outline-color: transparant;
  -webkit-appearance: none;
  position: relative;
  display: inline-block;
  padding: 12px calc(12px * 1.5) calc(12px * 1);
  text-decoration: none;
  letter-spacing: 1px;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 120, 193);
  box-shadow: 0 calc(12px / 3) #0068a8;
  transition: all 0.3s ease;
}
.button:hover, .button:focus {
  top: calc(12px / 12);
  color: rgb(255, 255, 255);
  background: #009cfc;
  box-shadow: 0 calc(12px / 3) #0090e7;
}
.section-blue .button, .section-sky .button {
  color: rgb(0, 120, 193);
  background-color: rgb(255, 255, 255);
  box-shadow: 0 calc(12px / 3) #f2f2f2;
}
.section-blue .button:hover, .section-blue .button:focus, .section-sky .button:hover, .section-sky .button:focus {
  top: calc(12px / 12);
  color: rgb(255, 255, 255);
  background: #009cfc;
  box-shadow: 0 calc(12px / 3) #0090e7;
}

/*  Icons */
/* ==================================================== */
@font-face {
  font-family: "nmgc";
  src: url("../fonts/nmgc.eot");
  src: url("../fonts/nmgc.eot?#iefix") format("embedded-opentype"), url("../fonts/nmgc.woff") format("woff"), url("../fonts/nmgc.ttf") format("truetype"), url("../fonts/nmgc.svg#nmgc") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "nmgc" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "nmgc" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-followers:before {
  content: "a";
}

.icon-viewers:before {
  content: "b";
}

.icon-journalists:before {
  content: "c";
}

.icon-pageviews-2:before {
  content: "d";
}

.icon-followers-2:before {
  content: "e";
}

.icon-pageviews:before {
  content: "f";
}

.icon-brands:before {
  content: "g";
}

.icon-bullseye:before {
  content: "h";
}

.icon-dot-circle:before {
  content: "i";
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-size: 48px;
  font-size: 3rem;
}

/*  Forms */
/* ==================================================== */
form {
  font-family: "Open Sans", "Source Sans Pro", "Roboto", "Arial", sans-serif;
  /* Black */
  font-weight: 400;
  position: relative;
  width: 100%;
  display: block;
  background: transparent;
}
form.contact-form {
  margin-top: calc(1rem * 1.5);
}
form.search {
  width: 100%;
  margin-bottom: calc(1rem * 4);
  padding: 0;
  background: rgb(255, 255, 255);
}
.modal form.search {
  max-width: 768px;
  margin: auto;
}
.search-results form {
  margin-bottom: 0;
}
.error404 form {
  margin-top: calc(1rem * 4);
  margin-bottom: 0;
}

fieldset {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0;
  font-size: 1rem;
  background: transparent;
  border: 0 none;
}
.search fieldset {
  position: relative;
}
fieldset:not(:first-of-type) {
  margin-top: calc(1rem * 2);
}
fieldset br {
  display: none;
}

label {
  font-family: "Open Sans", "Source Sans Pro", "Roboto", "Arial", sans-serif;
  /* Black */
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1;
  display: block;
  margin: 0 0 0.75rem;
  padding: 0;
  text-transform: uppercase;
  color: rgb(93, 93, 93);
}
label.radio-check {
  display: inline;
  font-weight: normal;
}
label span {
  font-size: 16px;
  font-size: 1rem;
  margin-left: 0.5rem;
  color: rgb(0, 120, 193);
}

input[type=text],
input[type=email],
input[type=password],
textarea,
select {
  font-family: "Open Sans", "Source Sans Pro", "Roboto", "Arial", sans-serif;
  /* Black */
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid rgb(255, 255, 255);
  color: rgb(93, 93, 93);
  background: transparent;
  -webkit-appearance: none;
  border: 1px solid #d1d1d1;
  outline: 0 none;
}
input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover,
textarea:hover,
select:hover {
  color: #0090e7;
  border: 1px solid #9d9d9d;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  color: #0080ce;
  border: 1px solid rgb(0, 120, 193);
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #a7a7a7;
  opacity: 1;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #a7a7a7;
  opacity: 1;
}

.search input[type=text] {
  font-family: "Open Sans", "Source Sans Pro", "Roboto", "Arial", sans-serif;
  /* Black */
  font-weight: 300;
  font-size: 28px;
  font-size: 1.75rem;
  width: calc(100% - 72px);
  padding: 1.25rem 1.5rem;
}
.modal input[type=text] {
  padding: 1.75rem;
  border: 0 none;
  outline: 0 none;
}

textarea {
  height: 10rem;
}

select {
  min-width: 25%;
  width: 100%;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: rgb(231, 231, 231);
}

option {
  -webkit-appearance: none;
  padding: 0.75rem 1rem;
  border: 0 none;
  outline: 0 none;
}

fieldset.radio ul {
  margin-top: 0.25rem;
  list-style-type: none;
}

fieldset.radio ul li {
  float: left;
  margin: 0 2rem 0.25rem 0;
}

fieldset.radio ul li:last-child {
  margin: 0;
}

p.form-help {
  font-size: 15px;
  font-size: 0.9375rem;
  display: inline-block;
  margin: 0.125rem 0 0.25rem;
  color: #999;
}

p.form-data {
  font-size: 18px;
  font-size: 1.125rem;
  display: inline-block;
  margin: 0.125rem 0 0.75rem;
}

.icon-search {
  position: absolute;
  top: 16px;
  right: 8px;
  width: 48px;
}
.icon-search path {
  fill: rgb(93, 93, 93);
}
.modal .icon-search {
  top: 24px;
  right: 24px;
}
.modal .icon-search path {
  fill: rgb(0, 120, 193);
}

input[type=submit] {
  -webkit-appearance: none;
  border-width: 0;
  border-style: solid;
  border-color: transparant;
  outline-width: 0;
  outline-style: solid;
  outline-color: transparant;
  cursor: pointer;
}
input[type=submit].search-submit {
  position: absolute;
  top: 16px;
  right: 8px;
  width: 48px;
  height: 48px;
  opacity: 0;
}

/* Embeds */
/* ==================================================== */
.media {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.media > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media > iframe[src*="soundcloud.com"] {
  height: auto;
}

/* Video */
#video-container {
  width: auto;
  max-height: 100vh;
  overflow: hidden;
}
#video-container video {
  width: 100%;
  height: auto;
}

/*  Media */
/* ==================================================== */
.inline-background {
  background-color: rgb(0, 120, 193);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.inline-background.inline-background-mid {
  height: 100vh;
  max-height: 35vh;
  background-position: 0 85%;
}
@media only screen and (min-width: 768px) {
  .inline-background.inline-background-mid {
    max-height: 50vh;
  }
}
@media only screen and (min-width: 1024px) {
  .inline-background.inline-background-mid {
    max-height: 75vh;
    background-position: center;
  }
}

.width-full {
  width: 100%;
}

.width-half {
  width: 100%;
}
.width-half:nth-of-type(n+2) {
  margin-top: calc(1rem * 1.5);
}
@media only screen and (min-width: 1024px) {
  .width-half {
    width: calc((100% - 1rem * 4) / 2);
  }
  .width-half:not(:first-of-type) {
    margin-left: calc(1rem * 4);
  }
  .width-half:nth-child(n+2) {
    margin-top: unset;
  }
  .width-half:nth-of-type(n+2) {
    margin-top: unset;
  }
  .width-half:nth-of-type(2n+3) {
    margin-left: 0;
  }
  .width-half:nth-of-type(n+3) {
    margin-top: calc(1rem * 4);
  }
}

.width-third {
  width: 100%;
}
.width-third:nth-of-type(n+2) {
  margin-top: calc(1rem * 1.5);
}
@media only screen and (min-width: 1024px) {
  .width-third {
    width: calc((100% - 1rem * 8) / 3);
  }
  .width-third:not(:first-of-type) {
    margin-left: calc(1rem * 4);
  }
  .width-third:nth-child(n+2) {
    margin-top: unset;
  }
  .width-third:nth-of-type(3n+4) {
    margin-left: 0;
  }
  .width-third:nth-of-type(n+4) {
    margin-top: calc(1rem * 4);
  }
}

.width-two-thirds {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .width-two-thirds {
    width: calc((100% - 1rem * 8) / 3 * 2);
  }
}

.width-third + .width-two-thirds {
  margin-left: calc(1rem * 4);
}

.width-quarter {
  width: 100%;
}
.width-quarter:nth-of-type(n+2) {
  margin-top: calc(1rem * 1.5);
}
@media only screen and (min-width: 1024px) {
  .width-quarter {
    width: calc((100% - 1rem * 12) / 4);
  }
  .width-quarter:not(:first-of-type) {
    margin-left: calc(1rem * 4);
  }
  .width-quarter:nth-child(n+2) {
    margin-top: unset;
  }
  .width-quarter:nth-of-type(4n+5) {
    margin-left: 0;
  }
  .width-quarter:nth-of-type(n+5) {
    margin-top: calc(1rem * 4);
  }
}

figure {
  position: relative;
}
figure.full-width {
  width: 100%;
}
figure.triplet {
  margin-bottom: calc(1rem * 1);
}
.article-body figure {
  max-width: 100%;
}

figcaption {
  display: block;
}
.article-body figcaption {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  color: rgb(93, 93, 93);
  background: white;
  text-transform: initial;
  margin-top: 0;
  padding: 1rem;
}
.content-box figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.content-box-full figcaption {
  position: relative;
  padding: calc(1rem * 2);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.05) 5%, rgba(0, 0, 0, 0.15) 15%, rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0.35) 35%, rgba(0, 0, 0, 0.5) 55%, rgba(0, 0, 0, 0.65) 75%, rgba(0, 0, 0, 0.75) 90%, rgba(0, 0, 0, 0.9) 100%);
}
.search-results figcaption {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .content-box-full figcaption {
    padding: calc(1rem * 3);
  }
}
@media only screen and (min-width: 1024px) {
  .content-box-full figcaption {
    position: absolute;
    padding: calc(1rem * 4);
  }
}
img {
  width: 100%;
  height: auto;
}

/*  Hero */
/* ==================================================== */
figure.hero {
  margin: 0;
  background-color: rgb(0, 120, 193);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
figure.hero-regular {
  height: 56.25vw;
}
@media only screen and (min-width: 1024px) {
  figure.hero-regular {
    height: calc(76vh - 1px);
    max-height: 75vh;
  }
  figure.hero-home {
    position: fixed;
    display: block;
    width: 100%;
    max-height: 100vh;
    z-index: 1;
  }
}

.hero figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: calc(1rem * 1.5);
}
.single-brands .hero figcaption {
  padding: 0;
}
.hero-home figcaption {
  display: none;
  width: 100%;
  max-width: 100vw;
  margin: auto;
  text-align: left;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.025) 2.5%, rgba(0, 0, 0, 0.05) 5%, rgba(0, 0, 0, 0.125) 12.5%, rgba(0, 0, 0, 0.15) 15%, rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0.35) 35%, rgba(0, 0, 0, 0.5) 55%, rgba(0, 0, 0, 0.65) 75%, rgba(0, 0, 0, 0.75) 90%, rgba(0, 0, 0, 0.9) 100%);
}
@media only screen and (min-width: 768px) {
  .hero figcaption {
    padding: calc(1rem * 3);
  }
  .single-brands .hero figcaption {
    padding: 0;
  }
  .hero-home figcaption {
    -js-display: flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1024px) {
  .hero figcaption {
    padding: calc(1rem * 4);
  }
  .single-brands .hero figcaption {
    padding: 0;
  }
}

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.overlay-hero {
  z-index: 1;
}

.overlay-grey {
  display: flex;
  height: 100%;
  max-height: 100vh;
  background-color: transparent;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.25) 40%, rgba(0, 0, 0, 0.125) 50%, rgba(0, 0, 0, 0.05) 60%, transparent 100%);
}
.overlay-grey-alt {
  background-color: transparent;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.65) 10%, rgba(0, 0, 0, 0.6) 15%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.45) 25%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.3) 65%, rgba(0, 0, 0, 0.25) 75%, transparent 100%);
}
.stuck .overlay-grey {
  background: unset;
}
.hero-home .overlay-grey {
  height: 100%;
  background-image: linear-gradient(to top, transparent 0%, transparent 100%);
}
@media only screen and (min-width: 1024px) {
  .overlay-grey.hero-home {
    height: 100vh;
  }
}

.logo-hero {
  position: absolute;
  max-width: 280px;
  bottom: 2rem;
  left: 2rem;
}
.modal .logo-hero {
  bottom: unset;
  left: unset;
  max-width: 240px;
  margin-left: -4px;
}
@media only screen and (min-width: 768px) {
  .logo-hero {
    bottom: unset;
    left: unset;
    max-width: 372px;
  }
}
@media only screen and (min-width: 1024px) {
  .logo-hero {
    max-width: 420px;
    margin-bottom: calc(1rem * 3.5);
  }
  .modal .logo-hero {
    bottom: unset;
    left: unset;
    max-width: 420px;
    margin-left: unset;
  }
}

.hero-home-container {
  position: relative;
  width: 100vw;
  height: 100%;
  padding: calc(1rem * 1);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.065) 65%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.175) 87.5%, rgba(0, 0, 0, 0.25) 90%, rgba(0, 0, 0, 0.5) 100%);
}
@media only screen and (min-width: 1024px) {
  .hero-home-container {
    height: 100vh;
    padding: calc(1rem * 4);
  }
}

.down-arrow {
  position: absolute;
  top: calc(100vh - 80px);
  left: calc(50% - 14px);
  animation: jumpInfinite 1.5s infinite;
}

@keyframes jumpInfinite {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 20px;
  }
  100% {
    margin-top: 0;
  }
}
/*  Video */
/* ==================================================== */
#video-controls {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#video-controls:hover .control, #video-controls:focus .control {
  opacity: 0.975;
}

.control {
  position: absolute;
  bottom: 12px;
  height: 8px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform: all 0.3s ease;
}

#play-pause {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  background: rgba(0, 0, 0, 0.1);
  border: 0 none;
  outline: 0 none;
}

.play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  vertical-align: middle;
  background: transparent;
  border-radius: 50%;
}

#seek-bar {
  left: 12px;
  width: calc(85% - 24px);
  margin-left: 0;
  padding: 0 8px;
}

#volume-bar {
  right: 8px;
  width: calc(15% - 16px);
  padding: 0 8px;
}

/*  Modal */
/* ==================================================== */
.modal {
  -js-display: flex;
  display: flex;
  position: fixed;
  width: 100vw;
  height: 0vh;
  padding: 0;
  background: transparent;
  transition: all 0.3s ease;
  opacity: 0;
}
.modal.show {
  height: 100vh;
  padding: calc(1rem * 2) calc(1rem * 2.5);
  background: rgb(0, 120, 193);
  opacity: 1;
  z-index: 10;
}
.modal .search,
.modal .page-header-menu-small {
  display: none;
}
.modal .search.show-search {
  display: block;
}
.modal .page-header-menu-small.show-menu {
  display: block;
}
@media only screen and (min-width: 768px) {
  .modal {
    padding: calc(1rem * 3);
  }
}
@media only screen and (min-width: 1024px) {
  .modal {
    padding: calc(1rem * 4);
  }
}

.modal-control {
  position: fixed;
  display: block;
  width: calc(1rem * 2);
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 9;
}
.modal-control.open-search {
  bottom: calc(1rem * 5);
  left: calc(1rem * 1);
}
.page-header .modal-control.open-search {
  display: none;
}
.page-header .modal-control.open-search.search-stuck {
  display: block;
}
.modal-control.open-search path {
  fill: #cecece;
}
.page-header-small .modal-control.open-search {
  bottom: unset;
  left: unset;
}
.page-header-small .modal-control.open-search:hover path, .page-header-small .modal-control.open-search:focus path {
  fill: rgb(0, 120, 193);
}
.modal-control.open-menu path {
  fill: #cecece;
}
.page-header-small .modal-control.open-menu {
  margin-right: calc(1rem * 1);
  margin-left: auto;
}
.page-header-small .modal-control.open-menu:hover path, .page-header-small .modal-control.open-menu:focus path {
  fill: rgb(0, 120, 193);
}
.modal-control.close {
  top: calc(1rem * 1.5);
  right: calc(1rem * 1.5);
}
.modal-control.close path {
  fill: rgb(255, 255, 255);
}
.page-header-small .modal-control {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .modal-control.open-menu {
    display: none;
  }
}

/*  Menu */
/* ==================================================== */
.menu {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-content: stretch;
  text-align: center;
}

.menu-social {
  -js-display: flex;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.modal .menu-social {
  margin-top: calc(1rem * 1.5);
}

.page-header .menu {
  max-width: 13.5rem;
}
.page-header .menu.stuck {
  position: fixed;
  top: calc(1rem * 2);
}
.page-header .menu.menu-social {
  display: none;
  opacity: 0;
}
.page-header .menu.social-stuck {
  -js-display: flex;
  display: flex;
  flex-direction: row;
  position: fixed;
  bottom: calc(1rem * 2);
  opacity: 1;
}

@media only screen and (min-width: 1024px) {
  .page-footer .menu {
    flex-direction: row;
  }
}

.sub-menu {
  display: none;
  width: 100%;
  margin: 0 0 calc(1rem * 0.75);
  transition: all 0.3s ease;
}
.current-menu-item .sub-menu, .current_page_item .sub-menu, .current-page-ancestor .sub-menu, .current-menu-ancestor .sub-menu, .current-menu-parent .sub-menu, .current-page-parent .sub-menu, .current_page_parent .sub-menu, .current_page_ancestor .sub-menu {
  display: block;
}

.menu-item {
  font-family: "Open Sans", "Source Sans Pro", "Roboto", "Arial", sans-serif;
  /* Black */
  font-weight: 600;
  flex: 1 auto 0;
  display: block;
  align-self: center;
  text-align: left;
  text-decoration: none;
  color: #5e5e5e;
  transition: all 0.3s ease;
}
.menu-item:hover {
  color: #0fa4ff;
}

.page-footer .menu-item {
  align-self: flex-start;
}
@media only screen and (min-width: 1024px) {
  .page-footer .menu-item {
    align-self: center;
  }
}

.menu-item-logo {
  font-family: "Open Sans", "Source Sans Pro", "Roboto", "Arial", sans-serif;
  /* Black */
  font-weight: 700;
  font-size: 13px;
  font-size: 0.8125rem;
  width: calc(1rem * 5);
  max-width: calc(1rem * 5);
  margin: 0 auto calc(1rem * 2) calc(1rem * 1);
  padding: 0;
  font-size: 1.85rem;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  color: rgb(76, 76, 76);
}
.page-header-small .menu-item-logo {
  display: inline-block;
  width: calc(1rem * 2.5);
  max-width: calc(1rem * 2.5);
  margin: 0;
}

.menu-item-page a {
  color: rgb(93, 93, 93);
}
.menu-item-page a:hover, .menu-item-page a:focus {
  color: #0fa4ff;
}
.modal .menu-item-page a {
  line-height: 1.95;
  color: rgb(255, 255, 255);
}
.modal .menu-item-page a:hover, .modal .menu-item-page a:focus {
  color: rgb(231, 231, 231);
}
.menu-item-page.current-page-ancestor > a, .menu-item-page.current-menu-ancestor > a, .menu-item-page.current-menu-parent > a, .menu-item-page.current-page-parent > a, .menu-item-page.current_page_parent > a, .menu-item-page.current_page_ancestor > a {
  color: rgb(0, 120, 193);
}
.modal .menu-item-page.current-page-ancestor > a, .modal .menu-item-page.current-menu-ancestor > a, .modal .menu-item-page.current-menu-parent > a, .modal .menu-item-page.current-page-parent > a, .modal .menu-item-page.current_page_parent > a, .modal .menu-item-page.current_page_ancestor > a {
  color: rgb(255, 255, 255);
}
.menu-item-page.current-menu-item > a, .menu-item-page.current_page_item > a {
  color: rgb(0, 120, 193);
}
.modal .menu-item-page.current-menu-item > a, .modal .menu-item-page.current_page_item > a {
  text-decoration: underline;
  color: rgb(255, 255, 255);
}
.menu-item-page.menu-item-has-children:hover > .sub-menu {
  display: block;
}

.page-header .menu-item-page {
  font-family: "Open Sans", "Source Sans Pro", "Roboto", "Arial", sans-serif;
  /* Black */
  font-weight: 600;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: calc(1rem * 0.75);
  margin-right: auto;
  padding: 0 calc(1rem * 1);
  text-transform: uppercase;
  letter-spacing: 0;
}

.sub-menu .menu-item-page {
  font-family: "Open Sans", "Source Sans Pro", "Roboto", "Arial", sans-serif;
  /* Black */
  font-weight: 400;
  line-height: 18px;
  display: block;
  margin-top: calc(1rem * 0.75);
  text-transform: capitalize;
}

.menu-social .menu-item-page:not(:first-of-type) {
  margin-left: calc(1rem * 0);
  padding-left: 0;
}
.modal .menu-social .menu-item-page:not(:first-of-type) {
  margin-left: calc(1rem * 1);
}

.menu-social img.logo {
  width: 24px;
  height: 24px;
}
.modal .menu-social img.logo {
  width: 28px;
  height: 28px;
  background: rgb(255, 255, 255);
  padding: 4px;
}
.modal .menu-social img.logo:hover, .modal .menu-social img.logo:focus {
  background: rgb(231, 231, 231);
  padding: 3px;
}

.page-footer .menu-item-page {
  font-size: 12px;
  font-size: 0.75rem;
}
@media only screen and (min-width: 1024px) {
  .page-footer .menu-item-page:not(:first-of-type) {
    margin-left: 2rem;
  }
}

.menu-item-copyright {
  font-size: 12px;
  font-size: 0.75rem;
}
.menu-item-copyright:hover {
  color: rgb(93, 93, 93);
}
@media only screen and (min-width: 1024px) {
  .menu-item-copyright {
    margin-left: auto;
    text-align: right;
  }
}

/*  Pagination */
/* ==================================================== */
.page-pagination {
  border-top: 1px solid rgb(231, 231, 231);
  margin-top: calc(1rem * 2);
  padding: calc(1rem * 2) 0;
}
@media only screen and (min-width: 768px) {
  .page-pagination {
    margin-top: calc(1rem * 4);
    padding: calc(1rem * 4) 0 calc(1rem * 2);
  }
}

.button-pagination {
  font-family: "Open Sans", "Source Sans Pro", "Roboto", "Arial", sans-serif;
  /* Black */
  font-weight: 600;
  font-size: 14.4px;
  font-size: 0.9rem;
  line-height: 1;
  display: inline-block;
  float: left;
  padding: calc(1rem * 0.5) calc(1rem * 1);
  text-align: center;
  vertical-align: top;
  color: rgb(255, 255, 255);
  background: #0068a8;
  border-radius: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button-pagination > * {
  color: rgb(255, 255, 255);
  cursor: pointer;
}
.button-pagination:not(:first-of-type) {
  margin-left: calc(1rem * 1);
}
.button-pagination:hover {
  color: rgb(56, 56, 56);
  background: light(rgb(0, 120, 193), 5%);
}
.button-pagination:hover > * {
  color: rgb(56, 56, 56);
}
.button-pagination:active, .button-pagination-current {
  color: rgb(255, 255, 255);
  background: rgb(0, 120, 193);
}
.button-pagination:active > *, .button-pagination-current > * {
  color: rgb(255, 255, 255);
  background: rgb(0, 120, 193);
}

/*  Search */
/* ==================================================== */
.search-number {
  font-family: "Open Sans", "Source Sans Pro", "Roboto", "Arial", sans-serif;
  /* Black */
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  position: relative;
  width: 34px;
  height: 34px;
  margin-top: calc(1rem * 0.5);
  padding: 0.5625rem 0;
  text-align: center;
  vertical-align: middle;
  color: rgb(255, 255, 255);
  background: rgb(0, 120, 193);
  border-radius: 50%;
}

/*  Animation */
/* ==================================================== */
.page-header nav.appear,
.section-overview.appear,
.section-articles.appear,
.section-reports.appear,
.section-data.appear,
[class*=home-item-].appear,
[class*=download-report-].appear {
  opacity: 0;
}
.page-header nav.appear.animated,
.section-overview.appear.animated,
.section-articles.appear.animated,
.section-reports.appear.animated,
.section-data.appear.animated,
[class*=home-item-].appear.animated,
[class*=download-report-].appear.animated {
  opacity: 1;
}

/*  Full bleed image article */
/* ==================================================== */
.content-box {
  flex: 1 auto 0;
  overflow: hidden;
}

.content-box-full {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .content-box-full {
    max-height: calc((88vw - 1rem * 4) * 0.5625);
  }
}

/*  Brands */
/* ==================================================== */
.section.section-controls {
  -js-display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-top: calc(1rem * 1);
  padding-bottom: calc(1rem * 1);
  background: rgb(0, 120, 193);
  transform: all 0.3s ease;
}
@media only screen and (min-width: 1024px) {
  .section.section-controls {
    padding-top: calc(1rem * 2);
    padding-bottom: calc(1rem * 2);
  }
}

.control-link {
  font-family: "Open Sans", "Source Sans Pro", "Roboto", "Arial", sans-serif;
  /* Black */
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.5px;
  align-self: center;
  color: rgb(255, 255, 255);
}
.control-link:hover {
  color: rgb(255, 255, 255);
}

.control-divider {
  width: calc(1rem * 0.45);
  height: calc(1rem * 0.45);
  margin: 0 calc(1rem * 1.5);
  background: rgb(255, 255, 255);
  border-radius: 50%;
  align-self: center;
}

.sort-area:not(:first-of-type) {
  border-top: 1px solid rgb(231, 231, 231);
}

.brand-name,
.brand-media,
.brand-country {
  line-height: 1.5;
  display: block;
}

.brand-media,
.brand-country {
  font-family: "Open Sans", "Source Sans Pro", "Roboto", "Arial", sans-serif;
  /* Black */
  font-weight: 700;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: calc(1rem * 0.25);
  text-transform: uppercase;
  color: rgb(93, 93, 93);
}

.brand-name {
  font-family: "Open Sans", "Source Sans Pro", "Roboto", "Arial", sans-serif;
  /* Black */
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  color: rgb(56, 56, 56);
}

.brand-logo {
  max-width: 240px;
  margin-bottom: calc(1rem * 1.5);
}
.single-brands .brand-logo {
  max-width: 260px;
  margin-bottom: 0;
}

.brand-description {
  max-width: 100%;
}
@media only screen and (min-width: 1024px) {
  .brand-description {
    max-width: 75%;
  }
}

.brand-image {
  max-width: 320px;
  margin-bottom: calc(1rem * 2);
}

.brand-paragraph {
  margin: calc(1rem * 2) 0;
}

.brand-contacts {
  min-width: 30%;
  padding: calc(1rem * 2);
  background: #f6f6f6;
}

.brand-social {
  display: block;
  color: rgb(93, 93, 93);
}
.brand-social:hover {
  color: rgb(0, 120, 193);
}

.brand-social .icon {
  display: inline-block;
  width: 24px;
  margin-right: calc(1rem * 0.5);
  margin-bottom: calc(1rem * 1);
}

.brand {
  display: block;
  width: calc((100% - calc(2rem * (1 - 1))) / 1);
  height: calc(calc((100% - calc(2rem * (1 - 1))) / 1) * 0.5625);
  overflow: hidden;
  background: rgb(255, 255, 255);
  box-shadow: unset;
  border: 1px solid rgb(231, 231, 231);
}
.brand:nth-child(n+2) {
  margin-top: 2rem;
}
@media only screen and (min-width: 768px) {
  .brand {
    width: calc((100% - calc(2rem * (3 - 1))) / 3);
    height: calc(calc((100% - calc(2rem * (3 - 1))) / 3) * 0.5625);
  }
  .brand:nth-child(n+2) {
    margin-top: unset;
  }
  .brand:nth-child(3n+4) {
    margin-left: 0;
  }
  .brand:nth-child(n+4) {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .brand {
    width: calc((100% - calc(2rem * (4 - 1))) / 4);
    height: calc(calc((100% - calc(2rem * (4 - 1))) / 4) * 0.5625);
  }
  .brand:not(:first-child) {
    margin-left: 2rem;
  }
  .brand:last-child {
    margin-right: auto;
    margin-left: 2rem;
  }
  .brand:nth-child(n+4) {
    margin-top: unset;
  }
  .brand:nth-child(4n+5) {
    margin-left: 0;
  }
  .brand:nth-child(n+5) {
    margin-top: 2rem;
  }
}

.brand-logo {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  transition: all 0.25s ease;
  opacity: 1;
}
.brand-logo.hide {
  opacity: 0;
}
a.brand:hover .brand-logo {
  transform: scale(1.1);
}

/*  Report */
/* ==================================================== */
.access-reports {
  display: inline-block;
  margin-top: calc(1rem * 0.5);
  color: rgb(0, 120, 193);
}
.section-blue .access-reports, .section-sky .access-reports {
  color: rgb(255, 255, 255);
}

.recent-reports {
  margin-top: calc(1rem * 2);
}

.recent-reports-container {
  -js-display: flex;
  display: flex;
}

.download-report {
  -js-display: flex;
  display: flex;
  margin-right: auto;
}

.download-report img {
  max-width: calc(1rem * 3);
  max-height: calc(1rem * 3);
}

.download-report header {
  margin-left: calc(1rem * 1);
}

/*  Financial Report */
/* ==================================================== */
.financial-results {
  -js-display: flex;
  display: flex;
  -js-display: flex;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  gap: 2rem;
}
@media only screen and (min-width: 768px) {
  .financial-results {
    flex-direction: row;
    align-items: stretch;
  }
}
.financial-results__download {
  -js-display: flex;
  display: flex;
  gap: 10px;
  border: 1px solid rgb(231, 231, 231);
  width: 100%;
  justify-items: center;
  transition: 0.3s;
}
.financial-results__download:hover {
  background-color: rgb(0, 120, 193);
}
.financial-results__download:hover h6 a {
  color: rgb(255, 255, 255);
}
.financial-results__download:hover .btn-primary {
  border: 1px solid rgb(255, 255, 255);
}
.financial-results__download:hover .btn-outline {
  border: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
@media only screen and (min-width: 768px) {
  .financial-results__download {
    width: calc((100% - calc(2rem * (2 - 1))) / 2);
  }
}
@media only screen and (min-width: 1024px) {
  .financial-results__download {
    width: calc((100% - calc(2rem * (2 - 1))) / 2);
  }
}
.financial-results__btns {
  -js-display: flex;
  display: flex;
  gap: 0.5rem;
}
.financial-results__btns .btn {
  border: 1px solid rgb(0, 120, 193);
  padding: 5px 8px;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Open Sans", "Source Sans Pro", "Roboto", "Arial", sans-serif;
  /* Black */
  font-weight: 600;
  transition: 0.3s;
}
.financial-results__btns .btn:hover {
  background-color: rgb(56, 56, 56);
}
.financial-results__btns .btn-primary {
  background-color: rgb(0, 120, 193);
  color: rgb(255, 255, 255);
  -js-display: flex;
  display: flex;
  align-items: center;
  gap: 5px;
}
.financial-results figure {
  width: 150px;
  height: 150px;
  overflow: hidden;
  flex-shrink: 0;
  background: rgb(250, 250, 250);
}
@media only screen and (max-width: 767px) {
  .financial-results figure {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .financial-results figure {
    width: 100px;
    height: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .financial-results figure {
    width: 150px;
    min-height: 150px;
    height: 100%;
    background: rgb(231, 231, 231);
  }
}
.financial-results figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.financial-results header {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
  gap: 1rem;
}

.title-date {
  -js-display: flex;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .title-date {
    flex-direction: column;
    margin-bottom: 1.5rem;
  }
}
.title-date .filter {
  flex-shrink: 0;
  width: 190px;
}
.title-date .filter select, .title-date .filter input {
  border: 1px solid rgb(231, 231, 231);
  padding: 5px;
  color: rgb(56, 56, 56) !important;
  font-size: 14px;
  font-size: 0.875rem;
}
.title-date .filter select {
  padding: 5px 10px;
  background: url(https://api.iconify.design/akar-icons/chevron-down.svg) no-repeat right center/contain;
  background-size: 15px;
  background-position: right 8px center; /* Add 5px margin to the right of the background */
}
.title-date .filter input[type=submit] {
  background-color: rgb(0, 120, 193);
  font-family: "Open Sans", "Source Sans Pro", "Roboto", "Arial", sans-serif;
  /* Black */
  font-weight: 600;
  color: rgb(255, 255, 255);
  padding-left: 10px;
  padding-right: 10px;
}

/*  Governance Page */
/* ==================================================== */
.governance {
  -js-display: flex;
  display: flex;
  -js-display: flex;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  gap: 2rem;
}
@media only screen and (min-width: 768px) {
  .governance {
    flex-direction: row;
    align-items: stretch;
  }
}
.governance__download {
  -js-display: flex;
  display: flex;
  gap: 10px;
  border: 1px solid rgb(231, 231, 231);
  width: 100%;
  justify-items: center;
  transition: 0.3s;
  align-items: center;
  padding: 1rem;
}
.governance__download:hover {
  background-color: rgb(0, 120, 193);
}
.governance__download:hover h6 a {
  color: rgb(255, 255, 255);
}
.governance__download:hover .btn-primary {
  border: 1px solid rgb(255, 255, 255);
}
.governance__download:hover .btn-outline {
  border: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
@media only screen and (min-width: 768px) {
  .governance__download {
    width: calc((100% - calc(2rem * (2 - 1))) / 2);
  }
}
@media only screen and (min-width: 1024px) {
  .governance__download {
    width: calc((100% - calc(2rem * (2 - 1))) / 2);
  }
}
.governance__btns {
  -js-display: flex;
  display: flex;
  gap: 0.5rem;
}
.governance__btns .btn {
  border: 1px solid rgb(0, 120, 193);
  padding: 5px 8px;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Open Sans", "Source Sans Pro", "Roboto", "Arial", sans-serif;
  /* Black */
  font-weight: 600;
  transition: 0.3s;
}
.governance__btns .btn:hover {
  background-color: rgb(56, 56, 56);
}
.governance__btns .btn-primary {
  background-color: rgb(0, 120, 193);
  color: rgb(255, 255, 255);
  -js-display: flex;
  display: flex;
  align-items: center;
  gap: 5px;
}
.governance figure {
  width: 50;
  height: 60px;
  overflow: hidden;
  flex-shrink: 0;
  background: rgb(250, 250, 250);
}
@media only screen and (max-width: 767px) {
  .governance figure {
    width: 24px;
    height: 24px;
  }
  .governance figure svg {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .governance figure {
    width: 50;
    height: 60px;
  }
}
@media only screen and (min-width: 1366px) {
  .governance figure {
    width: 50;
    height: 60px;
    height: 100%;
    background: rgb(231, 231, 231);
  }
}
.governance figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.governance header {
  -js-display: flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1rem;
  flex-grow: 1;
  align-items: center;
}

/*  Data */
/* ==================================================== */
.section-data-alt {
  margin-bottom: calc(1rem * 6);
  background: rgb(0, 120, 193);
}
.hero-home .section-data-alt {
  margin-top: 0;
  align-self: flex-end;
  justify-content: space-between;
  margin-bottom: calc(1rem * 1);
  padding: 0 0 0 calc(1rem * 2);
  background: transparent;
}
.section-data-regular {
  padding-bottom: calc(1rem * 0);
}
@media only screen and (min-width: 768px) {
  .hero-home .section-data-alt {
    width: 100%;
    max-width: 768px;
  }
}
@media only screen and (min-width: 1024px) {
  .hero-home .section-data-alt {
    width: 67.5%;
    max-width: unset;
  }
}

.data {
  text-align: center;
}
.hero-home .data {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  width: 30%;
  padding: 0;
  text-align: left;
  background: transparent;
}
.hero-home .data:not(:first-of-type) {
  margin-left: calc(1rem * 0);
}

.data-icon {
  max-width: 120px;
  margin: 0 auto 2rem;
}
.data-icon [class*=" icon-"]:before {
  font-size: 48px;
  font-size: 3rem;
  color: rgb(93, 93, 93);
}
.hero-home .data-icon {
  display: none;
  width: auto;
  height: auto;
  max-width: 100px;
  max-height: 80px;
  margin-right: 0;
  margin-bottom: 1.125rem;
  margin-left: 0;
}
.hero-home .data-icon [class*=" icon-"]:before {
  font-size: 40px;
  font-size: 2.5rem;
  color: rgb(255, 255, 255);
}
@media only screen and (min-width: 1024px) {
  .hero-home .data-icon {
    display: block;
  }
}

.data-number {
  font-size: 32px;
  font-size: 2rem;
  line-height: 0.75;
  font-weight: bold;
  margin-top: calc(1rem * 0.5);
  color: rgb(0, 120, 193);
}
.section-data-alt .data-number {
  font-size: 48px;
  font-size: 3rem;
  color: rgb(255, 255, 255);
}
.hero-home .data-number {
  font-size: 40px;
  font-size: 2.5rem;
  margin-top: 0;
  text-align: left;
  text-shadow: unset;
  color: rgb(0, 120, 193);
}
@media only screen and (min-width: 1024px) {
  .data-number {
    font-size: 40px;
    font-size: 2.5rem;
    margin-top: calc(1rem * 0);
  }
}

.data-notation {
  margin-top: calc(1rem * 2);
  font-weight: bold;
}
.section-data-alt .data-notation {
  color: rgb(255, 255, 255);
}
.hero-home .data-notation {
  font-family: "Open Sans", "Source Sans Pro", "Roboto", "Arial", sans-serif;
  /* Black */
  font-weight: 300;
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: calc(1rem * 0.5);
  text-align: left;
  text-shadow: unset;
}

/*  Stock */
/* ==================================================== */
.stock-card {
  min-width: 320px;
  line-height: 1;
  padding-bottom: 1.5rem;
  border: 3px solid rgb(0, 120, 193);
}

.stock-card-row {
  -js-display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.stock-card-row:first-child {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background: rgb(0, 120, 193);
}
.stock-card-row:not(:first-child) {
  padding-top: 1.5rem;
}

.stock-market,
.stock-code,
.stock-date,
.stock-change,
.stock-investors,
.stock-listed {
  font-size: 0.875rem;
  line-height: 1;
  color: rgb(93, 93, 93);
  text-transform: uppercase;
}

.stock-code,
.stock-date {
  color: rgb(255, 255, 255);
}

.stock-market {
  font-weight: bold;
  color: rgb(255, 255, 255);
}

.stock-code {
  font-weight: bold;
}

.stock-date,
.stock-change:not(:first-child),
.stock-listed {
  margin-left: auto;
}

.stock-currency {
  margin-right: 0.5rem;
  color: rgb(0, 120, 193);
  font-size: 1.25rem;
  font-weight: bold;
}

.stock-price {
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 0.75;
  margin-top: 0;
  color: rgb(0, 120, 193);
}

/*  Stat */
/* ==================================================== */
.stats {
  -js-display: flex;
  display: flex;
}

.stat {
  font-size: 4rem;
  color: #333;
  background: transparent;
}
.stat:not(:first-of-type) {
  margin-left: 4rem;
}

.stat span {
  display: block;
  font-size: 1.5rem;
  font-weight: normal;
}

/*  Data */
/* ==================================================== */
.section-investment {
  -js-display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-top: 0;
}

.investment {
  display: block;
  width: calc((100% - calc(2rem * (1 - 1))) / 1);
  height: auto;
  text-align: left;
  text-align: center;
  overflow: hidden;
  background: rgb(255, 255, 255);
  box-shadow: 0 4px 8px rgba(235, 235, 235, 0.75);
  border: 1px solid rgb(231, 231, 231);
  transition: all 0.3s ease;
}
.investment:hover {
  box-shadow: 0 8px 24px rgba(222, 222, 222, 0.75);
}
.investment:hover .investment-listed {
  background: rgb(56, 56, 56);
}
.investment:hover .investment-exchange {
  color: rgb(56, 56, 56);
}
.investment:hover .investment-link {
  color: rgb(0, 120, 193);
}
.investment:nth-child(n+2) {
  margin-top: 2rem;
}
@media only screen and (min-width: 768px) {
  .investment {
    width: calc((100% - calc(2rem * (2 - 1))) / 2);
  }
  .investment:nth-child(n+2) {
    margin-top: unset;
  }
  .investment:nth-child(2n+3) {
    margin-left: 0;
  }
  .investment:nth-child(n+3) {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .investment {
    width: calc((100% - calc(2rem * (4 - 1))) / 4);
  }
  .investment:not(:first-child) {
    margin-left: 2rem;
  }
  .investment:last-child {
    margin-right: auto;
    margin-left: 2rem;
  }
  .investment:nth-child(n+3) {
    margin-top: unset;
  }
  .investment:nth-child(4n+5) {
    margin-left: 0;
  }
  .investment:nth-child(n+5) {
    margin-top: 2rem;
  }
}

.investment-listed {
  font-family: "Open Sans", "Source Sans Pro", "Roboto", "Arial", sans-serif;
  /* Black */
  font-size: 16px;
  font-size: 1rem;
  color: rgb(255, 255, 255);
  background: rgb(0, 120, 193);
  padding: 0.75rem 0;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.investment-icon {
  margin: 0 auto calc(1rem * 2);
  padding: calc(1rem * 1);
}

.investment-copy {
  display: inline-block;
  padding: calc(1rem * 1.5);
  padding-top: 0;
}

.investment-exchange {
  font-family: "Open Sans", "Source Sans Pro", "Roboto", "Arial", sans-serif;
  /* Black */
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  color: #818181;
  transition: all 0.3s ease;
}

.investment-link {
  font-family: "Open Sans", "Source Sans Pro", "Roboto", "Arial", sans-serif;
  /* Black */
  font-weight: 400;
  font-size: 14.4px;
  font-size: 0.9rem;
  line-height: 1;
  display: inline-block;
  margin-top: calc(1rem * 1.5);
  color: #0fa4ff;
  transition: all 0.3s ease;
}

/*  Timeline */
/* ==================================================== */
.section-timeline {
  min-height: 81.5vh;
  min-height: calc((100vw - 13.5rem) / 1.75);
  background: #222222;
  border: 0;
}

.section-timeline .tab-wrap {
  top: 0;
  width: 100%;
  margin-left: 0;
  border-top: 1px solid #171717;
  border-bottom: 1px solid #171717;
  border-left: 1px solid #171717;
}

.section-timeline h2 {
  font-family: "Open Sans", "Source Sans Pro", "Roboto", "Arial", sans-serif;
  /* Black */
  font-weight: 600;
  font-size: 17px;
  font-size: 1.0625rem;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}

.section-history-decade {
  padding: 1rem 2rem;
  padding: 1rem 0 0;
}

.section-history-decade h4 {
  font-family: "Open Sans", "Source Sans Pro", "Roboto", "Arial", sans-serif;
  /* Black */
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  padding-bottom: 0;
  color: rgb(0, 120, 193);
  border-bottom: unset;
}

.section-history-decade h3 {
  font-family: "Open Sans", "Source Sans Pro", "Roboto", "Arial", sans-serif;
  /* Black */
  font-weight: 400;
  font-family: Georgia, serif;
  font-size: 32px;
  font-size: 2rem;
  margin: 1.5rem 0;
  font-style: italic;
  letter-spacing: 0.75px;
  color: rgb(255, 255, 255);
}

.section-history-decade h5 {
  font-family: "Open Sans", "Source Sans Pro", "Roboto", "Arial", sans-serif;
  /* Black */
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 0.35rem;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}

.section-history-decade p {
  letter-spacing: 0.5px;
  color: rgb(255, 255, 255);
}

.section-history-decade span {
  width: 32px;
  height: 32px;
  bottom: -14px;
  line-height: 1;
  background-image: url("../img/logo-mark-white.svg");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgb(0, 120, 193);
  border-color: rgb(0, 120, 193);
}

.history-decade-container {
  -js-display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2rem;
}

.history-item {
  display: block;
  width: calc((100% - calc(2rem * (4 - 1))) / 4);
  height: calc(calc((100% - calc(2rem * (4 - 1))) / 4) * 0.75);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.125);
  overflow: unset;
  transition: all 0.3s ease;
  cursor: pointer;
}
.history-item img {
  transition: all 0.3s ease;
}
.history-item figcaption {
  display: none;
  height: auto;
  margin-top: 0;
  padding: 1.5rem;
  color: rgb(255, 255, 255);
  background: #1c1c1c;
  border-top: 5px solid rgb(0, 120, 193);
  transition: all 0.3s ease;
}
.history-item-full {
  width: 100%;
  height: auto;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
  cursor: initial;
}
.history-item-full:first-child {
  display: block;
}
.history-item.active {
  margin-top: -2px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.history-item.active img {
  border-bottom: 4px solid rgb(0, 120, 193);
}
.history-item:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.5);
}
.history-item:hover-full {
  box-shadow: unset;
}

.tab-wrap {
  width: 50.2%;
  margin-left: 20%;
  position: relative;
  display: flex;
  top: -106px;
}

input[type=radio][name=tabs] {
  position: absolute;
  z-index: -1;
}
input[type=radio][name=tabs]:checked + .tab-label-content label {
  color: white;
  background: #171717;
}
input[type=radio][name=tabs]:checked + .tab-label-content .tab-content {
  display: block;
}
input[type=radio][name=tabs]:nth-of-type(1):checked ~ .slide {
  left: calc(100% / 6 * 0);
}
input[type=radio][name=tabs]:nth-of-type(2):checked ~ .slide {
  left: calc(100% / 6 * 1);
}
input[type=radio][name=tabs]:nth-of-type(3):checked ~ .slide {
  left: calc(100% / 6 * 2);
}
input[type=radio][name=tabs]:nth-of-type(4):checked ~ .slide {
  left: calc(100% / 6 * 3);
}
input[type=radio][name=tabs]:nth-of-type(5):checked ~ .slide {
  left: calc(100% / 6 * 4);
}
input[type=radio][name=tabs]:nth-of-type(6):checked ~ .slide {
  left: calc(100% / 6 * 5);
}
input[type=radio][name=tabs]:first-of-type:checked ~ .slide {
  left: 0;
}

.section-timeline label {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.65);
  background: #1c1c1c;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 56px;
  transition: color 0.2s ease;
  width: 100%;
  margin: auto;
  border-right: 1px solid #171717;
}
.section-timeline label:hover, .section-timeline label:focus {
  color: rgb(255, 255, 255);
  background: #191919;
}

.slide {
  background: rgb(0, 120, 193);
  width: calc(100% / 6);
  height: 2px;
  position: absolute;
  left: 0;
  top: -1px;
  transition: left 0.3s ease-out;
}

.tab-label-content {
  width: 100%;
}
.tab-label-content .tab-content {
  position: absolute;
  top: 100px;
  left: 16px;
  left: 0;
  line-height: 130%;
  display: none;
}

/*  Policy */
/* ==================================================== */
.policy-section {
  display: block;
  padding: calc(1rem * 1.25) 0;
  border-top: 1px solid rgb(231, 231, 231);
  cursor: pointer;
}
.policy-section h5 {
  padding-left: 40px;
}
.policy-section.show {
  background: #f8f8f8;
  padding: calc(1rem * 1) 0;
}
.policy-section:first-of-type {
  margin-top: calc(1rem * 2);
}
.policy-section:hover {
  background: #f9f9f9;
}
.policy-section:hover h5:before {
  color: rgb(0, 120, 193);
}
@media only screen and (min-width: 768px) {
  .policy-section.show {
    padding: calc(1rem * 1.5) 0;
  }
  .policy-section:first-of-type {
    margin-top: calc(1rem * 3);
  }
}
@media only screen and (min-width: 1024px) {
  .policy-section.show {
    padding: calc(1rem * 2.5) 0;
  }
  .policy-section:first-of-type {
    margin-top: calc(1rem * 4);
  }
}

.policy-section h5:before {
  font-family: "Open Sans", "Source Sans Pro", "Roboto", "Arial", sans-serif;
  /* Black */
  font-weight: 300;
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  display: inline;
  top: -2px;
  content: "⊕";
  margin-left: -40px;
  padding-right: calc(1rem * 0.75);
  padding-left: calc(1rem * 0.75);
  vertical-align: middle;
}
.policy-section h5.show:before {
  content: "⊗";
  color: rgb(0, 120, 193);
}

.policy-section p {
  display: none;
}
.policy-section p.show {
  display: block;
  margin-top: calc(1rem * 0.5);
  padding: 0 calc(1rem * 1.75);
}

/*  Contact */
/* ==================================================== */
.department {
  padding: calc(1rem * 2) 0;
  border-top: 1px solid rgb(0, 120, 193);
}

.department-details {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  color: rgb(93, 93, 93);
}
.department-details:not(:first-of-type) {
  margin-top: calc(1rem * 1);
}
.department-details strong {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0;
}

.department h5 {
  font-family: "Open Sans", "Source Sans Pro", "Roboto", "Arial", sans-serif;
  /* Black */
  font-weight: 700;
  display: block;
  margin-bottom: calc(1rem * 0.5);
  text-transform: uppercase;
}

.department p {
  font-size: 14px;
  font-size: 0.875rem;
}

.department .attribute {
  font-family: "Open Sans", "Source Sans Pro", "Roboto", "Arial", sans-serif;
  /* Black */
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  color: rgb(56, 56, 56);
}

img.department-social {
  width: 24px;
  margin-left: -6px;
}
img.department-social:not(:first-of-type) {
  margin-left: 0;
}

/*  Card */
/* ==================================================== */
.card-container {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .card-container {
    flex-direction: row;
    align-items: stretch;
  }
}

.card-article {
  display: block;
  width: calc((100% - calc(2rem * (1 - 1))) / 1);
  height: auto;
  background: rgb(255, 255, 255);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}
.card-article:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.5);
}
.card-article:nth-child(n+2) {
  margin-top: 2rem;
}
@media only screen and (min-width: 768px) {
  .card-article {
    width: calc((100% - calc(3rem * (2 - 1))) / 2);
  }
  .card-article:nth-child(n+2) {
    margin-top: unset;
  }
  .card-article:nth-child(2n+3) {
    margin-left: 0;
  }
  .card-article:nth-child(n+3) {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 1024px) {
  .card-article {
    width: calc((100% - calc(4rem * (2 - 1))) / 2);
  }
}

.card-article-3-column {
  display: block;
  width: calc((100% - calc(2rem * (1 - 1))) / 1);
  height: auto;
  background: rgb(255, 255, 255);
  transition: all 0.3s ease;
}
.card-article-3-column:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.5);
}
.card-article-3-column:nth-child(n+2) {
  margin-top: 2rem;
}
@media only screen and (min-width: 768px) {
  .card-article-3-column {
    width: calc((100% - calc(3rem * (2 - 1))) / 2);
  }
  .card-article-3-column:nth-child(n+2) {
    margin-top: unset;
  }
  .card-article-3-column:nth-child(2n+3) {
    margin-left: 0;
  }
  .card-article-3-column:nth-child(n+3) {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 1024px) {
  .card-article-3-column {
    width: calc((100% - calc(2rem * (3 - 1))) / 3);
  }
  .card-article-3-column:nth-child(n+3) {
    margin-top: 0;
  }
  .card-article-3-column:nth-child(n+4) {
    margin-top: 2rem;
  }
}
.card-article-3-column--img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-height: 280px;
  overflow: hidden;
  background: rgb(231, 231, 231);
}

.card-article-date {
  color: #777272;
  font-size: 12px;
  font-size: 0.75rem;
}

.card-article-img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-height: 240px;
  overflow: hidden;
  background: rgb(231, 231, 231);
}

.card-article-img img {
  position: relative;
  display: block;
  transition: all 0.3s ease;
}
.card-article:hover .card-article-img img {
  transform: scale(1.0175);
}

.card-article-text {
  position: relative;
  min-height: auto;
  max-height: auto;
  padding: 1.75rem;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 1024px) {
  .card-article-text {
    min-height: 12.75rem;
  }
  .section-careers .card-article-text {
    min-height: 9rem;
  }
}

.card-article-title,
.card-article-excerpt,
.card-article-text p,
.card-article-more {
  position: relative;
  margin: 0;
}

.card-article:hover .card-article-title {
  color: rgb(93, 93, 93);
}

.card-article-excerpt,
.card-article-text p,
.job-reference,
.job-location {
  margin: calc(1rem * 0.75) 0;
  color: rgb(93, 93, 93);
}
.card-article:hover .card-article-excerpt,
.card-article:hover .card-article-text p,
.card-article:hover .job-reference,
.card-article:hover .job-location {
  color: rgb(93, 93, 93);
}

h6.job-reference {
  margin: calc(1rem * 1) 0 calc(1rem * 0.25);
}

h6.job-location {
  margin: 0 0 calc(1rem * 1);
}

.card-article-more {
  font-family: "Open Sans", "Source Sans Pro", "Roboto", "Arial", sans-serif;
  /* Black */
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  color: rgb(0, 120, 193);
}

/*  Person */
/* ==================================================== */
.person {
  width: 100%;
  padding-right: calc(1rem * 2);
  padding-left: calc(1rem * 2);
}
.person:not(:first-of-type) {
  padding-top: calc(1rem * 2);
  border-top: 1px solid rgb(231, 231, 231);
}
.person:not(:last-of-type) {
  padding-bottom: calc(1rem * 2);
}
.person:nth-of-type(2n+2) {
  background: #fafafa;
}
@media only screen and (min-width: 768px) {
  .person {
    padding-right: calc(1rem * 3);
    padding-left: calc(1rem * 3);
  }
  .person:not(:first-of-type) {
    padding-top: calc(1rem * 3);
  }
  .person:not(:last-of-type) {
    padding-bottom: calc(1rem * 3);
  }
}
@media only screen and (min-width: 1024px) {
  .person {
    padding-right: calc(1rem * 4);
    padding-left: calc(1rem * 4);
  }
  .person:not(:first-of-type) {
    padding-top: calc(1rem * 4);
  }
  .person:not(:last-of-type) {
    padding-bottom: calc(1rem * 4);
  }
}

.person-container {
  -js-display: flex;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .person-container {
    flex-direction: row;
    align-items: flex-start;
  }
}

.person-img {
  max-width: 360px;
  margin-bottom: calc(1rem * 2);
  overflow: hidden;
  transition: all 0.3s ease;
}
a.person:hover .person-img {
  background-size: 100% 100%;
}
@media only screen and (min-width: 1024px) {
  .person-img {
    max-width: 240px;
    margin-right: calc(1rem * 4);
    margin-bottom: 0;
    margin-left: 0;
    background-image: url("../img/person-background-2.png");
    background-position: 0 0;
    background-position: -170px -98px;
    background-repeat: no-repeat;
    background-size: 170% 170%;
  }
}

.person-img img {
  margin-bottom: -10px;
  transition: all 0.3s ease;
  transform: scale(0.95);
}
a.person:hover .person-img img {
  transform: scale(1);
}

.person-body {
  width: 90%;
}
@media only screen and (min-width: 1024px) {
  .person-body {
    width: 75%;
    max-width: 65%;
  }
}

.person-body p {
  display: block;
}

.person-role {
  font-family: "Open Sans", "Source Sans Pro", "Roboto", "Arial", sans-serif;
  /* Black */
  font-weight: 700;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
  margin-bottom: calc(1rem * 0.75);
  text-transform: uppercase;
  color: rgb(56, 56, 56);
}

.board-container {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 2rem;
  /* The Modal (background) */
  /* Modal Content */
  /* The Close Button */
}
@media only screen and (max-width: 767px) {
  .board-container .board-member {
    flex: 1 1 100%; /* 2 columns on medium screens */
  }
}
@media only screen and (min-width: 768px) {
  .board-container .board-member {
    flex: 1 1 calc(50% - 16px); /* 2 columns on medium screens */
  }
}
@media only screen and (min-width: 1024px) {
  .board-container .board-member {
    flex: 1 1 calc(25% - 2rem); /* This gives each profile a width of 25%, minus gap space */
    box-sizing: border-box;
  }
}
.board-container .board-member-inner {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.board-container .board-member-image {
  width: 350px;
  height: 350px;
  margin: 0px auto;
  border-radius: 50%;
  margin-bottom: 1rem;
  overflow: hidden;
  border: 4px solid rgb(250, 250, 250);
  transition: ease 0.3s;
  cursor: pointer;
}
.board-container .board-member-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.board-container .board-member-image:hover {
  cursor: pointer;
  border: 4px solid rgb(0, 120, 193);
}
.board-container .board-member .person-body {
  text-align: center !important;
}
.board-container .board-member .person-body header {
  margin: 0 auto;
}
.board-container .board-member .person-body header h3 {
  cursor: pointer;
}
.board-container .modal-board {
  display: none;
  position: fixed; /* Stay in place */
  z-index: 1 !important; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
.board-container .center {
  display: flex;
  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center; /* Centers vertically */
  height: 100%; /* Full viewport height */
}
.board-container .modal-content {
  position: relative;
  background-color: #fefefe;
  box-shadow: 0px 3px 12.6px 11px rgba(0, 0, 0, 0.25);
  margin: auto;
  padding: 20px;
  width: 80%;
  max-width: 800px;
  border-radius: 1rem;
}
.board-container .modal-content-body {
  -js-display: flex;
  display: flex;
  position: relative;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .board-container .modal-content-body {
    flex-direction: column;
  }
}
.board-container .modal-content-body .profile-image {
  width: 200px;
  height: 200px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .board-container .modal-content-body .profile-image {
    width: 100%;
    height: 250px;
  }
}
.board-container .modal-content-body header h3 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: rgb(0, 120, 193);
}
.board-container .modal-content-body header h5 {
  color: #333;
}
.board-container .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .board-container .close {
    position: absolute;
    z-index: 100;
    right: 1.5rem;
    top: 1.5rem;
  }
}
.board-container .close:hover,
.board-container .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/*  Partner */
/* ==================================================== */
.partner {
  display: block;
  width: calc((100% - calc(2rem * (1 - 1))) / 1);
  height: calc(calc((100% - calc(2rem * (1 - 1))) / 1) * 0.5625);
  background: rgb(255, 255, 255);
  box-shadow: 0 4px 8px rgba(222, 222, 222, 0.75);
  border: 1px solid rgb(231, 231, 231);
  cursor: pointer;
  overflow: hidden;
}
.partner .toggle {
  display: none;
}
.partner:nth-child(n+2) {
  margin-top: 2rem;
}
.partner.open {
  box-shadow: 0 4px 12px rgba(0, 120, 193, 0.5);
  overflow: unset;
}
@media only screen and (min-width: 768px) {
  .partner {
    width: calc((100% - calc(2rem * (2 - 1))) / 2);
    height: calc(calc((100% - calc(2rem * (2 - 1))) / 2) * 0.5625);
  }
  .partner:nth-child(n+2) {
    margin-top: unset;
  }
  .partner:nth-child(2n+3) {
    margin-left: 0;
  }
  .partner:nth-child(n+3) {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .partner {
    width: calc((100% - calc(2rem * (3 - 1))) / 3);
    height: calc(calc((100% - calc(2rem * (3 - 1))) / 3) * 0.5625);
  }
  .partner:not(:first-child) {
    margin-left: 2rem;
  }
  .partner:last-child {
    margin-right: auto;
    margin-left: 2rem;
  }
  .partner:nth-child(n+3) {
    margin-top: unset;
  }
  .partner:nth-child(3n+4) {
    margin-left: 0;
  }
  .partner:nth-child(n+4) {
    margin-top: 2rem;
  }
  .partner .toggle {
    display: flex;
    opacity: 0;
  }
}

.partner-logo {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  transition: all 0.25s ease;
  opacity: 1;
}
.partner-logo.hide {
  opacity: 0;
}

.partner-details {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
  padding: 2.5rem 1.75rem 1.75rem;
  color: rgb(255, 255, 255);
  background: rgb(0, 120, 193);
  transition: all 0.3s ease;
  transition: all 0.125s ease;
  opacity: 1;
}
.partner-details.show {
  width: 100%;
  height: 100%;
  opacity: 1;
  height: 320px;
  z-index: 4;
}
@media only screen and (min-width: 768px) {
  .partner-details {
    min-height: 240px;
  }
}
@media only screen and (min-width: 1024px) {
  .partner-details {
    position: absolute;
    width: 0;
    height: 0;
    min-height: unset;
    overflow: hidden;
    opacity: 0;
  }
}

.partner-name,
.partner-description,
.partner-site {
  margin: 0;
  color: rgb(255, 255, 255);
}

.partner-name {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
}

.partner-description {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
  margin: calc(1rem * 0.5) 0;
}

.partner-site {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  text-transform: capitalize;
}

.toggle {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(1rem * 2.25);
  height: calc(1rem * 2.25);
  background: rgb(255, 255, 255);
  transition: all 0.3s ease;
  cursor: pointer;
  overflow: hidden;
}
.toggle.hide {
  background: rgb(0, 120, 193);
  opacity: 1;
  z-index: 5;
}
.toggle .toggle:hover {
  background: rgb(0, 120, 193);
}

.toggle-icon {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  align-self: center;
  color: rgb(0, 120, 193);
  transition: all 0.3s ease;
}
.toggle-icon.hide {
  font-size: 32px;
  font-size: 2rem;
  color: rgb(255, 255, 255);
  transform: rotate(45deg);
}

/* Import hacks */
/* ==================================================== */
/* Polyfils */
/* Magic numbers */
/* Vendor overrides */
/* Browser */
/* Import last possible files */
/* ==================================================== */
/* Print Styles */
/* ==================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}/*# sourceMappingURL=main.css.map */