@charset "UTF-8";
/************************* COLOUR PALLETTE VARS *************************/
input::-ms-clear {
  display: none;
}

* {
  text-decoration-color: #231E20 !important;
}

/***** GRID ****/
grid-container {
  max-width: 115.688rem;
  padding: 0 2.375rem;
}

grid-column, grid-cell {
  padding: 0 1.188rem;
}

@media (max-width: 768px) {
  grid-container,
  grid-column,
  grid-cell {
    padding: 0 0.938rem;
  }
}
.notrans * {
  transition: all 0ms linear !important;
}

/***** GLOBAL CSS *****/
* {
  border: 0;
  outline: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  background-color: #042849;
  font-weight: 300;
  font-family: "Ubuntu", sans-serif;
  height: 100%;
  margin: 0;
  min-width: 320px;
  position: relative;
  -webkit-text-size-adjust: 100%;
}

@media (min-width: 971px) {
  html, body {
    background-color: #FFF;
  }
}
body {
  color: #231E20;
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
}

html,
body {
  display: block;
  position: relative;
}

section {
  background-color: #FFF;
}

/*body.content .partners { padding-top: 0 !important; }*/
/***** TYPOGRAPHY *****/
@media (min-width: 769px) {
  html {
    font-size: 1rem;
  }
}
@media (min-width: 468px) and (max-width: 768px) {
  html {
    font-size: 0.938rem;
  }
}
@media (max-width: 467px) {
  html {
    font-size: 0.875rem;
  }
}
/** HEADINGS **/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #231E20;
  display: block;
  line-height: 125%;
  margin: 0;
  -webkit-text-stroke: 0.45px rgba(0, 0, 0, 0.1);
}

.black {
  color: #231E20;
}

.grey {
  color: #A7A9AD;
}

.white {
  color: #FFF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}

* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 1.75rem;
}

@media (min-width: 1621px) {
  h1 {
    font-size: 3.75rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.625rem;
  }
  h5 {
    font-size: 1.375rem;
  }
  h6 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1321px) and (max-width: 1620px) {
  h1 {
    font-size: 3.65vw;
  }
  h2 {
    font-size: 2.45vw;
  }
  h3 {
    font-size: 1.95vw;
  }
  h4 {
    font-size: 1.625vw;
  }
  h5 {
    font-size: 1.375vw;
  }
  h6 {
    font-size: 1.25vw;
  }
}
@media (min-width: 769px) and (max-width: 1320px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.063rem;
  }
  h3 {
    font-size: 1.875rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1.375rem;
  }
  h6 {
    font-size: 1.25rem;
  }
}
@media (min-width: 469px) and (max-width: 768px) {
  h1 {
    font-size: 2.875rem;
  }
  h2 {
    font-size: 1.938rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  h4 {
    font-size: 1.375rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1.125rem;
  }
}
@media (max-width: 468px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.375rem;
  }
  h5 {
    font-size: 1.125rem;
  }
  h6 {
    font-size: 1.063rem;
  }
}
/** PARAGRAPHS / LISTS **/
p, ul, ol {
  color: #231E20;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 175%;
  margin: 0;
  -webkit-text-stroke: 0.45px rgba(0, 0, 0, 0.1);
}

* + p, * + ul, * + ol {
  margin: 1.75rem 0 0 0;
}

a[href] {
  cursor: pointer;
}

p.medium {
  font-size: 1.375rem;
  line-height: 2.625rem;
}

p.large {
  font-size: 1.75rem;
  line-height: 3.125rem;
}

@media (max-width: 568px) {
  p.medium {
    font-size: 1.25rem;
    line-height: 2rem;
  }
  p.large {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
/** BLOCKQUOTES **/
blockquote {
  margin: 0;
}

* + blockquote {
  margin: 1.75rem 0 0 0;
}

blockquote p {
  color: #231E20;
  font-size: 2.063rem;
  font-style: italic;
  line-height: 133%;
}

blockquote cite {
  color: #999;
  display: block;
  font-style: normal;
  margin: 0.5rem 0 0 0;
}

@media (max-width: 468px) {
  blockquote p {
    font-size: 1.625rem;
    line-height: 140%;
  }
}
/** LINKS **/
a {
  text-decoration: none;
}

/***** BUTTONS *****/
.btn {
  border: 0;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 1px;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  transform: translateZ(0);
}

.btn span {
  display: block;
  position: relative;
  z-index: 2;
}

/*** FILL STYLE ***/
.btn.fill {
  font-size: 0.875rem;
  height: 3.25rem;
  line-height: 3.25rem;
  overflow: hidden;
  padding: 0 4.375rem;
  transition: border 125ms ease 0ms;
}

.btn.fill:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(0.625);
  transition: opacity 350ms ease, transform 350ms ease;
  z-index: 1;
}

.btn.fill:hover {
  transition: border 125ms ease 225ms;
}

.btn.fill:hover:before {
  opacity: 1;
  transform: scale(1);
}

.btn.fill.blue {
  background-color: #042849;
  border: 1px solid #042849;
}

.btn.fill.blue:before {
  background-color: #053662;
}

.btn.fill.blue span {
  color: #FFF;
}

.btn.fill.blue:hover {
  border: 1px solid #053662;
}

.btn.fill.white {
  background-color: #EEE;
  border: 1px solid #EEE;
}

.btn.fill.white:before {
  background-color: #FFF;
}

.btn.fill.white span {
  color: #042849;
}

.btn.fill.white:hover {
  border: 1px solid #FFF;
}

.btn.fill.gold {
  background-color: #ED973B;
  border: 1px solid #ED973B;
}

.btn.fill.gold:before {
  background-color: #E9A526;
}

.btn.fill.gold span {
  color: #FFF;
}

.btn.fill.gold:hover {
  border: 1px solid #E9A526;
}

/** OUTLINE STYLE **/
.btn.outline {
  font-size: 0.875rem;
  height: 3.25rem;
  line-height: 3.25rem;
  padding: 0 4.375rem;
}

.btn.outline.white span {
  transition: color 350ms ease;
}

.btn.outline:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(0.625);
  transition: opacity 350ms ease, transform 350ms ease;
  z-index: 1;
}

.btn.outline:hover:before {
  opacity: 1;
  transform: scale(1);
}

.btn.outline.white {
  border: 1px solid #FFF;
}

.btn.outline.white span {
  color: #FFF;
}

.btn.outline.white:before {
  background-color: #FFF;
}

.btn.outline.white:hover span {
  color: #042849;
}

.btn.outline.blue {
  border: 1px solid #042849;
}

.btn.outline.blue span {
  color: #042849;
}

.btn.outline.blue:before {
  background-color: #042849;
}

.btn.outline.blue:hover span {
  color: #FFF;
}

.btn.outline.gold {
  border: 1px solid #ED973B;
}

.btn.outline.gold span {
  color: #ED973B;
}

.btn.outline.gold:before {
  background-color: #ED973B;
}

.btn.outline.gold:hover span {
  color: #FFF;
}

/** ARROW STYLE **/
.btn.arrow {
  color: #231E20;
  letter-spacing: 1px;
  padding: 0 4.375rem 0 0;
  line-height: 2rem;
  text-transform: uppercase;
  transform: translate3d(0, 0, 0);
  transition: all 300ms ease;
  white-space: nowrap;
}

.btn.arrow:before {
  background-color: #231E20;
  content: "";
  height: 0.094rem;
  position: absolute;
  top: calc(50% - 0.031rem);
  left: calc(100% - 3.375rem);
  right: 4px;
  transition: all 300ms ease;
}

.btn.arrow:after {
  border-style: solid;
  border-width: 4.5px 0 4.5px 5px;
  border-color: transparent transparent transparent #231E20;
  content: "";
  height: 0;
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
  width: 0;
  transition: all 300ms ease;
}

.btn.arrow.right {
  margin: 0 0 0 auto;
}

.btn.arrow:hover,
.hover .btn.arrow {
  padding: 0 7rem 0 0;
}

.btn.arrow:hover:before,
.hover .btn.arrow:before {
  left: calc(100% - 6rem);
}

/***** LAYOUT ELEMENTS *****/
section {
  display: block;
  position: relative;
}

@media (min-width: 1621px) {
  section.largest {
    padding: 12.5rem 0;
  }
  section.larger {
    padding: 11.25rem 0;
  }
  section.normal {
    padding: 10rem 0;
  }
  section.smaller {
    padding: 8.75rem 0;
  }
  section.smallest {
    padding: 7.5rem 0;
  }
}
@media (min-width: 769px) and (max-width: 1620px) {
  section.largest {
    padding: 12.25% 0;
  }
  section.larger {
    padding: 11.125% 0;
  }
  section.normal {
    padding: 9.875% 0;
  }
  section.smaller {
    padding: 8.6% 0;
  }
  section.smallest {
    padding: 7.4% 0;
  }
}
@media (min-width: 469px) and (max-width: 768px) {
  section.largest {
    padding: 5.875rem 0;
  }
  section.larger {
    padding: 5.313rem 0;
  }
  section.normal {
    padding: 4.75rem 0;
  }
  section.smaller {
    padding: 4.125rem 0;
  }
  section.smallest {
    padding: 3.5rem 0;
  }
}
@media (max-width: 468px) {
  section.largest {
    padding: 3.5rem 0;
  }
  section.larger {
    padding: 2.5rem 0;
  }
  section.normal {
    padding: 2.5rem 0;
  }
  section.smaller {
    padding: 2.5rem 0;
  }
  section.smallest {
    padding: 2.5rem 0;
  }
}
/***** HEADER *****/
header {
  background-color: rgba(4, 40, 73, 0);
  display: block;
  height: 4.625rem;
  padding: 3.063rem 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 800;
  transition: background-color 350ms ease, padding 350ms ease;
}

@media (max-width: 768px) {
  header {
    width: 180px;
  }
}
header a.logo {
  display: block;
  height: 4.625rem;
  padding: 0 0.75rem 0 0;
  position: absolute;
  width: 14.688rem;
  transform: translate3d(0, 0, 0);
  transition: height 350ms ease, width 350ms ease, padding 350ms ease;
}

header a.logo:hover {
  padding: 0 0 0 0.75rem;
}

header a.logo svg {
  display: block;
  height: 4.625rem;
  width: 14.688rem;
  transition: height 350ms ease, width 350ms ease;
}

/** COMMUNITY LINK **/
header .community {
  display: block;
  opacity: 1;
  position: absolute;
  transform: translateY(0);
  transition: transform 350ms ease, opacity 350ms ease;
}

header .community img {
  display: block;
  height: 1.063rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.875rem;
}

header .community span {
  color: #FFF;
  display: block;
  font-size: 0.938rem;
  padding-left: 1.375rem;
  transition: color 350ms ease;
}

header .community:hover span {
  color: #C2CD23;
}

@media (min-width: 971px) {
  header .community {
    right: 16.875rem;
  }
}
/** SOCIAL **/
header .social {
  display: table;
  list-style-type: none;
  opacity: 1;
  padding: 0;
  position: relative;
  transform: translateY(0);
  transition: transform 350ms ease, opacity 350ms ease;
}

header .social li {
  display: block;
  float: left;
}

header .social li + li {
  margin-left: 1rem;
}

header .social a {
  text-decoration: none;
}

header .social svg {
  display: block;
  fill: #FFF;
  height: 1.063rem;
  width: 1.063rem;
  transform: scale(1);
  transition: transform 350ms ease;
}

header .social a:hover svg {
  transform: scale(1.25);
}

header .social {
  margin: 0 4.875rem 0 auto;
}

/** NAV **/
header nav {
  display: block;
}

header nav > ul {
  display: table;
  list-style-type: none;
  margin: 0.75rem 0 0 auto;
  padding: 0;
  transition: margin 350ms ease;
}

header nav > ul > li {
  display: block;
  float: left;
  position: relative;
}

@media (min-width: 1281px) {
  header nav > ul > li + li {
    margin-left: 7rem;
  }
}
@media (min-width: 1121px) and (max-width: 1280px) {
  header nav > ul > li + li {
    margin-left: 4.5rem;
  }
}
@media (min-width: 1031px) and (max-width: 1120px) {
  header nav > ul > li + li {
    margin-left: 3.25rem;
  }
}
@media (min-width: 971px) and (max-width: 1030px) {
  header nav > ul > li + li {
    margin-left: 2.5rem;
  }
}
header nav > ul > li > a {
  color: #FFF;
  cursor: default;
  display: block;
  font-size: 0.938rem;
  line-height: 3rem;
  transition: color 350ms ease;
}

header nav > ul > li:hover > a[href] {
  color: #ED973B;
  cursor: pointer;
}

header nav > ul > li.highlight a {
  background-color: #ED973B;
  box-sizing: border-box;
  color: #FFF !important;
  display: block;
  line-height: 2rem;
  padding: 0 1rem;
  position: relative;
  top: 0.5rem;
}

.scrolled header nav > ul > li.highlight > a,
header.perma_scrolled nav > ul > li.highlight > a {
  line-height: 2rem !important;
  top: 2.5rem !important;
}

@media (min-width: 1281px) {
  header nav.donate > ul > li + li {
    margin-left: 3.875rem;
  }
}
@media (min-width: 1121px) and (max-width: 1280px) {
  header nav.donate > ul > li + li {
    margin-left: 2.875rem;
  }
}
@media (min-width: 1031px) and (max-width: 1120px) {
  header nav.donate > ul > li + li {
    margin-left: 1.875rem;
  }
}
@media (min-width: 971px) and (max-width: 1030px) {
  header nav.donate > ul > li + li {
    margin-left: 1.25rem;
  }
}
/* SUBNAV */
header nav > ul ul {
  background-color: #C2CD23;
  left: -9999px;
  list-style-type: none;
  margin: 0;
  opacity: 0;
  padding: 0.938rem 0;
  position: absolute;
  top: 100%;
  width: 16.625rem;
  transform: translateX(-50%);
  transition: background-color 350ms ease, left 0ms linear 350ms, opacity 350ms ease;
  box-sizing: border-box;
}

header nav > ul ul:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #C2CD23 transparent;
  position: absolute;
  left: 50%;
  top: -10px;
  transition: background-color 350ms ease;
  transform: translateX(-50%);
}

header nav > ul ul a {
  background-color: rgba(255, 255, 255, 0);
  color: #012F5F;
  display: block;
  font-size: 0.813rem;
  font-weight: 500;
  line-height: 3.125rem;
  opacity: 1;
  padding: 0 1.875rem;
  text-align: center;
  transition: background-color 350ms ease, color 350ms ease;
}

header nav > ul ul li {
  opacity: 0;
  transform: translateY(1rem);
  transition: opacity 350ms ease 0ms, transform 350ms ease 0ms;
}

/* HOVER */
header nav > ul ul a:hover {
  background-color: rgba(255, 255, 255, 0.25);
  color: #012F5F;
}

header nav > ul li:hover ul a {
  opacity: 1;
}

header nav > ul li:hover ul {
  left: 50%;
  opacity: 1;
  transition: left 0ms linear 0ms, opacity 350ms ease;
}

header nav > ul li:hover ul li {
  position: relative;
  opacity: 1;
  transform: translateY(0rem);
  transition: opacity 425ms ease 125ms, transform 425ms ease 125ms;
}

/** SCROLLED **/
.scrolled header,
header.perma_scrolled {
  background-color: #042849;
  padding: 2.125rem 0 0 0;
}

header.perma_scrolled {
  width: 100% !important;
}

.scrolled header nav > ul,
header.perma_scrolled nav > ul {
  margin: -3.188rem 0 0 auto;
}

.scrolled header nav > ul > li > a,
header.perma_scrolled nav > ul > li > a {
  line-height: 6.75rem;
}

.scrolled header nav > ul ul:before,
header.perma_scrolled nav > ul ul:before {
  display: none;
}

.scrolled header .community,
header.perma_scrolled .community {
  transform: translateY(-2rem);
  opacity: 0;
}

.scrolled header .social,
header.perma_scrolled .social {
  transform: translateY(-2rem);
  opacity: 0;
}

.scrolled header a.logo,
header.perma_scrolled a.logo {
  height: 3.125rem;
  width: 9.938rem;
}

.scrolled header a.logo svg,
header.perma_scrolled a.logo svg {
  height: 3.125rem;
  width: 9.938rem;
}

@media (min-width: 971px) {
  .mobile_logo,
  nav-trigger,
  mobile-nav {
    display: none;
  }
}
@media (max-width: 970px) {
  header {
    position: absolute;
  }
  header .community,
  header .social,
  header nav {
    display: none;
  }
  header {
    padding: 1.875rem 0;
  }
  header a.logo {
    opacity: 1;
    height: 3.125rem;
    width: 9.938rem;
    transition: opacity 350ms ease;
  }
  header a.logo svg {
    height: 3.125rem;
    width: 9.938rem;
  }
  a.mobile_logo {
    box-sizing: border-box;
    background-color: #012F5F;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    padding: 1.875rem;
    height: 6.5rem;
    width: 100%;
    transform: translateX(-100%);
    transition: opacity 500ms ease, transform 500ms ease;
    z-index: 1150;
  }
  a.mobile_logo svg {
    height: 3.125rem;
    width: 9.938rem;
  }
  /** PAGE WRAPPER **/
  /*page-content {
  	display: block;
  	height: 100%;
  	position: relative;
  	transition: transform 750ms ease;
  	transform: translateX(0);
  	z-index: 10;
  } */
  html {
    height: 100%;
  }
  html.mobile_nav {
    height: auto;
  }
  .mobile_nav_visible a.mobile_logo {
    transform: translateX(0%);
    opacity: 1;
  }
  /** TRIGGER **/
  nav-trigger {
    display: block;
    height: 4.5rem;
    padding: 2.5rem 1.875rem 1.875rem 2.5rem;
    width: 4.5rem;
    transition: all 500ms ease;
    z-index: 1200;
  }
  nav-trigger:before {
    background-color: #ED973B;
    border-radius: 50%;
    content: "";
    display: block;
    height: 4.5rem;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 4.5rem;
    transition: all 500ms ease;
  }
  nav-trigger trigger-line {
    background-color: #FFF;
    height: 2px;
    position: absolute;
    width: 2.5rem;
    top: 50%;
    left: 50%;
    transition: all 300ms ease 200ms;
  }
  nav-trigger trigger-line:first-of-type {
    margin-top: -0.625rem;
    transform: translateX(-50%) translateY(-50%) rotate(0);
  }
  nav-trigger trigger-line:first-of-type + trigger-line {
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
  }
  nav-trigger trigger-line:last-of-type {
    margin-top: 0.625rem;
    transform: translateX(-50%) translateY(-50%) rotate(0);
  }
  /** MOBILE NAV **/
  mobile-nav {
    background-color: #012F5F;
    overflow: hidden;
    overflow-y: scroll;
    opacity: 0;
    height: 100vh;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    transition: transform 500ms ease, opacity 500ms ease;
    z-index: 1150;
  }
  .mobile_nav_visible mobile-nav {
    opacity: 1;
    transform: translateX(0);
  }
  /* TOP LEVEL */
  mobile-nav > ul.nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  mobile-nav > ul.nav > li {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    display: block;
  }
  mobile-nav > ul.nav > li > a {
    color: #FFF;
    display: block;
    line-height: 3.5rem;
    font-size: 0.938rem;
    font-weight: 500;
    padding-left: 1.875rem;
    position: relative;
    text-transform: uppercase;
  }
  mobile-nav > ul.nav > li > a span {
    display: table;
    padding-right: 1.875rem;
    position: relative;
  }
  mobile-nav > ul.nav > li > a svg {
    fill: #FFF;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 350ms ease;
    width: 13px;
  }
  mobile-nav > ul.nav > li > a.active svg {
    transform: translateY(-50%) rotate(180deg);
  }
  /* SUB MENU */
  mobile-nav > ul.nav ul {
    background-color: rgba(0, 0, 0, 0.25);
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  mobile-nav > ul.nav ul > li {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    display: block;
  }
  mobile-nav > ul.nav ul > li > a {
    color: #FFF;
    display: block;
    line-height: 3.5rem;
    font-size: 0.938rem;
    font-weight: 300;
    padding: 0 1.875rem 0 2.814rem;
    text-transform: uppercase;
  }
  mobile-nav .social {
    display: table;
    list-style-type: none;
    padding: 0 0 2.5rem 1.875rem;
    position: relative;
  }
  mobile-nav .social li {
    display: block;
    float: left;
  }
  mobile-nav .social li + li {
    margin-left: 2rem;
  }
  mobile-nav .social a {
    text-decoration: none;
  }
  mobile-nav .social svg {
    display: block;
    fill: #FFF;
    height: 1.75rem;
    width: 1.75rem;
    transform: scale(1);
    transition: transform 350ms ease;
  }
  /** OPEN NAV **/
  /*.mobile_nav_visible { position: fixed; overflow: hidden; }*/
  .mobile_nav_visible nav-trigger trigger-line:first-of-type {
    margin-top: 0rem;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  .mobile_nav_visible nav-trigger trigger-line:first-of-type + trigger-line {
    opacity: 0;
  }
  .mobile_nav_visible nav-trigger trigger-line:last-of-type {
    margin-top: 0rem;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  /*.mobile_nav_visible page-content { transform: translateX(calc(100% - 4rem)) }*/
}
@media (min-width: 769px) {
  mobile-nav {
    top: 5.688rem;
  }
}
@media (min-width: 468px) and (max-width: 768px) {
  mobile-nav {
    top: 6.067rem;
  }
}
@media (max-width: 467px) {
  mobile-nav {
    top: 6.5rem;
  }
}
@media (max-width: 970px) {
  nav-trigger {
    position: fixed;
    bottom: 0;
    right: 0;
  }
}
/***** FOOTER *****/
footer {
  background-color: #042849;
  color: #FFF;
}

footer .btn.fill {
  padding: 0;
  width: 100%;
}

@media (min-width: 1331px) {
  footer {
    padding: 7rem 0 3.125rem 0;
  }
  footer.no_newsletter {
    padding: 3.125rem 0;
  }
}
@media (max-width: 1330px) {
  footer {
    padding: 4.25rem 0 2.5rem 0;
  }
  footer.no_newsletter {
    padding: 2.25rem 0;
  }
  footer grid-column {
    width: 100% !important;
  }
}
@media (max-width: 475px) {
  footer {
    padding: 2.5rem 0;
  }
  footer grid-column {
    width: 100% !important;
  }
}
/** NEWSLETTER **/
footer strong {
  display: table;
  position: relative;
}

footer strong img {
  width: 3.25rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 3.75rem;
}

footer strong span {
  display: block;
  font-weight: 300;
  font-size: 1.625rem;
  line-height: 3.75rem;
  padding-left: 4.75rem;
  transform: translateY(0.313rem);
}

@media (max-width: 485px) {
  footer strong img {
    height: 3.75rem;
    width: 2.25rem;
  }
  footer strong span {
    font-size: 1.375rem;
    padding-left: 3.25rem;
    transform: translateY(0.125rem);
  }
}
@media (max-width: 435px) {
  footer strong img {
    height: 3.75rem;
    width: 2.25rem;
  }
  footer strong span {
    font-size: 1.125rem;
    padding-left: 3.25rem;
    transform: translateY(0.125rem);
  }
}
/** LINKS **/
footer .links {
  display: table;
  list-style-type: none;
  margin: 5.125rem 0 7rem auto;
  padding: 0;
  position: relative;
}

footer.no_newsletter .links {
  margin: 0 !important;
}

footer .links li {
  display: block;
  float: left;
}

footer .links li a {
  color: #FFF;
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.875rem;
  position: relative;
  transition: color 350ms ease;
  white-space: nowrap;
}

footer .links li a:hover {
  color: #ED973B;
}

footer .links li ~ li a {
  padding-left: 2.063rem;
}

footer .links li ~ li a:before {
  background-color: #ED973B;
  content: "";
  position: absolute;
  top: 0;
  left: 1rem;
  height: 1.875rem;
  width: 1px;
}

@media (max-width: 468px) {
  footer-links {
    display: table !important;
    margin: 0 auto;
  }
  footer-links .links {
    width: auto;
  }
}
@media (max-width: 420px) {
  footer .links {
    width: 12rem;
    text-align: center;
  }
  footer .links li {
    display: inline-block;
    float: none;
  }
  footer .links li:nth-child(3n) a {
    padding-left: 0;
  }
  footer .links li:nth-child(3n) a:before {
    display: none;
  }
  footer .links li:nth-child(2n) ~ li a {
    margin-top: 1.25rem;
  }
}
/** SOCIAL **/
footer .social {
  display: table;
  list-style-type: none;
  padding: 0;
  position: relative;
}

footer .social li {
  display: block;
  float: left;
}

footer .social li + li {
  margin-left: 2rem;
}

footer .social a {
  text-decoration: none;
}

footer .social svg {
  display: block;
  fill: #FFF;
  height: 2rem;
  width: 2rem;
  transform: scale(1);
  transition: transform 350ms ease;
}

footer .social a:hover svg {
  transform: scale(1.25);
}

@media (min-width: 1331px) {
  footer .social {
    margin: 0 0 0 auto;
  }
}
@media (max-width: 1330px) {
  footer .social {
    margin: 0 auto;
  }
}
/** COPYRIGHT **/
footer .copyright {
  font-size: 0.75rem;
  letter-spacing: 0.125px;
  opacity: 0.7;
}

footer .copyright:before {
  background-color: #ED973B;
  content: "";
  display: block;
  position: relative;
  height: 2px;
}

@media (min-width: 1331px) {
  footer .copyright:before {
    margin: 7rem 0 1rem 0;
  }
  footer.no_newsletter .copyright:before {
    margin: 3.125rem 0 1rem 0;
  }
}
@media (max-width: 1330px) {
  footer .copyright:before {
    margin: 4.25rem 0 1rem 0;
  }
  footer.no_newsletter .copyright:before {
    margin: 3.125rem 0 1rem 0;
  }
}
@media (max-width: 475px) {
  footer .copyright:before {
    margin: 2.063rem 0 1rem 0;
  }
  footer.no_newsletter .copyright:before {
    margin: 2.063rem 0 1rem 0;
  }
  footer .copyright {
    font-size: 0.875rem;
    text-align: center;
  }
}
/** FORM **/
footer form {
  display: block;
  margin-top: 3.063rem;
  margin-left: -0.938rem;
  width: calc(100% + 1.875rem);
}

footer form input-wrap,
footer form button-wrap {
  display: block;
  float: left;
  overflow: hidden;
  position: relative;
  padding: 0 0.938rem;
  box-sizing: border-box;
}

footer form input-wrap input {
  background-color: #FFF;
  border: 0;
  border-radius: 2px;
  box-sizing: border-box;
  box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.09);
  color: #231E20;
  display: block;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-size: 0.938rem;
  height: 3.125rem;
  line-height: 3.125rem;
  padding: 0 0.938rem;
  width: 100%;
}

footer form input-wrap label {
  color: #979797;
  cursor: text;
  display: block;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  height: 3.125rem;
  letter-spacing: 0.3px;
  line-height: 3.125rem;
  opacity: 1;
  padding: 0 0.938rem;
  position: absolute;
  top: 0;
  left: 0.938rem;
  right: 0.938rem;
  text-transform: uppercase;
  white-space: nowrap;
  transition: opacity 350ms ease, left 350ms ease;
}

footer form input-wrap input:focus + label,
footer form input-wrap.filled input + label {
  left: 1.875rem;
  opacity: 0;
}

footer form button {
  color: #042849;
  font-family: "Ubuntu", sans-serif;
  height: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

@media (min-width: 921px) {
  footer form input-wrap {
    width: calc(33.333% - 4.1666666667rem);
  }
  footer form button-wrap {
    width: 12.45rem;
  }
}
@media (min-width: 921px) and (max-width: 1330px) {
  footer form {
    margin: 3.063rem auto 0 auto;
    max-width: 800px;
  }
}
@media (min-width: 600px) and (max-width: 920px) {
  footer form input-wrap:last-of-type,
  footer form button-wrap {
    margin-top: 0.938rem;
  }
  footer form input-wrap,
  footer form button-wrap {
    width: 50%;
  }
  footer form input-wrap:first-of-type {
    padding-right: 0.438rem;
  }
  footer form input-wrap:first-of-type + input-wrap {
    padding-left: 0.438rem;
  }
  footer form input-wrap:first-of-type + input-wrap + input-wrap {
    padding-right: 0.438rem;
  }
  footer form button-wrap {
    padding-left: 0.438rem;
  }
}
@media (min-width: 361px) and (max-width: 599px) {
  footer form input-wrap,
  footer form button-wrap {
    margin-top: 0.626rem;
  }
  footer form input-wrap:first-of-type footer form input-wrap:first-of-type + input-wrap {
    margin-top: 0;
  }
  footer form input-wrap,
  footer form button-wrap {
    width: 100%;
  }
  footer form input-wrap:first-of-type,
  footer form input-wrap:first-of-type + input-wrap {
    width: 50%;
  }
  footer form input-wrap:first-of-type {
    padding-right: 0.313rem;
  }
  footer form input-wrap:first-of-type + input-wrap {
    padding-left: 0.313rem;
  }
}
@media (max-width: 360px) {
  footer form input-wrap:not(:first-of-type),
  footer form button-wrap {
    margin-top: 0.626rem;
  }
  footer form input-wrap,
  footer form button-wrap {
    width: 100%;
  }
}
@media (max-width: 475px) {
  footer form {
    margin-top: 2.063rem;
  }
}
/********** PAGE TITLE **********/
.page_title {
  background-color: #000;
  display: block;
  position: relative;
}

.page_title figure {
  background-size: cover !important;
  background-position: center !important;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  transition: opacity 750ms ease;
  z-index: 1;
}

.page_title grid-container {
  position: relative;
  z-index: 10;
}

.page_title h1 {
  color: #FFF;
}

.page_title date {
  color: #FFF;
  font-size: 1.375rem;
  font-weight: 300;
}

.page_title.visible figure {
  opacity: 0.5;
}

@media (min-width: 1621px) {
  .page_title {
    padding: 21.25rem 0 6.688rem 0;
  }
  .page_title.with_submenu {
    padding-bottom: 9.375rem;
  }
}
@media (min-width: 1221px) and (max-width: 1620px) {
  .page_title {
    padding: 21% 0 8.25% 0;
  }
  .page_title.with_submenu {
    padding-bottom: 9.25%;
  }
}
@media (min-width: 971px) and (max-width: 1220px) {
  .page_title {
    padding: 16rem 0 5.063rem 0;
  }
  .page_title.with_submenu {
    padding-bottom: 7.063rem;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .page_title {
    padding: 13rem 0 4rem 0;
  }
  .page_title.with_submenu {
    padding-bottom: 5rem;
  }
}
@media (min-width: 469px) and (max-width: 768px) {
  .page_title {
    padding: 12rem 0 3.5rem 0;
  }
  .page_title.with_submenu {
    padding-bottom: 4.5rem;
  }
}
@media (max-width: 468px) {
  .page_title {
    padding: 11rem 0 3rem 0;
  }
}
/********** CAREERS CALL TO ACTION **********/
.careers_cta {
  background: #042849;
  position: relative;
  text-align: center;
}

.careers_cta figure {
  background-size: cover !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  opacity: 0.1;
  filter: grayscale(100%);
  z-index: 1;
}

.careers_cta grid-container {
  position: relative;
  z-index: 2;
}

.careers_cta h2 {
  color: #FFF;
}

.careers_cta p {
  color: #FFF;
  display: block;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 42.5rem;
  width: 100%;
}

@media (min-width: 768px) {
  .careers_cta a {
    margin-top: 3.75rem;
  }
}
@media (min-width: 468px) and (max-width: 767px) {
  .careers_cta a {
    margin-top: 3.25rem;
  }
}
@media (max-width: 467px) {
  .careers_cta a {
    margin-top: 2.75rem;
  }
}
/********** MEMBERS CALL TO ACTION **********/
.members_cta {
  background-color: #01A7B8;
  z-index: 1;
}

.members_cta grid-container {
  position: relative;
  z-index: 2;
}

.members_cta h2 {
  color: #FFF;
}

.members_cta p {
  color: #FFF;
}

.members_cta p:first-of-type {
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .members_cta p:last-of-type {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 468px) and (max-width: 767px) {
  .members_cta p:last-of-type {
    margin-bottom: 3.25rem;
  }
}
@media (max-width: 467px) {
  .members_cta p:last-of-type {
    margin-bottom: 2.75rem;
  }
}
.members_cta > figure {
  background-size: cover !important;
  background-position: center !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  opacity: 1;
  z-index: 1;
}

.members_cta image-group figure {
  backface-visibility: hidden;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 50%;
  height: 0;
  position: absolute;
  margin: 0;
  z-index: 3;
}

.members_cta {
  visibility: hidden;
}

/* INITIAL */
.members_cta image-group figure {
  transform: translate3d(0, 0, 0) translateX(-50%) translateY(-50%) rotateY(0deg) scale(0);
}

.members_cta.visible image-group figure {
  transform: translate3d(0, 0, 0) translateX(-50%) translateY(-50%) rotateY(0deg) scale(1);
}

.members_cta.visible image-group figure.flipped {
  transform: translate3d(0, 0, 0) translateX(-50%) translateY(-50%) rotateY(90deg) scale(1);
}

/* REVEAL */
.members_cta.visible image-group figure:first-of-type {
  transition: transform 400ms ease-out 0ms;
}

.members_cta.visible image-group figure:nth-child(2n) {
  transition: transform 400ms ease-out 60ms;
}

.members_cta.visible image-group figure:nth-child(3n) {
  transition: transform 400ms ease-out 120ms;
}

.members_cta.visible image-group figure:nth-child(4n) {
  transition: transform 400ms ease-out 180ms;
}

.members_cta.visible image-group figure:nth-child(5n) {
  transition: transform 400ms ease-out 210ms;
}

.members_cta.visible image-group figure:nth-child(6n) {
  transition: transform 400ms ease-out 240ms;
}

.members_cta.visible image-group figure:nth-child(7n) {
  transition: transform 400ms ease-out 280ms;
}

.members_cta.visible image-group figure:nth-child(8n) {
  transition: transform 400ms ease-out 310ms;
}

.members_cta.visible image-group figure.flipped {
  transition: transform 0ms linear 0ms;
}

/* ANIMATING */
.members_cta.visible.animating image-group figure {
  transition: transform 400ms ease-out 400ms !important;
}

.members_cta.visible.animating image-group figure.flipped {
  transition: transform 400ms ease-in !important;
}

@media (min-width: 1121px) {
  /* INITIAL */
  .members_cta image-group figure:first-of-type {
    left: 50%;
    padding-bottom: 30%;
    top: 47%;
    width: 30%;
  }
  .members_cta image-group figure:nth-child(2n) {
    left: 45%;
    padding-bottom: 14%;
    top: 4%;
    width: 14%;
  }
  .members_cta image-group figure:nth-child(3n) {
    left: 74%;
    padding-bottom: 19%;
    top: 20%;
    width: 19%;
  }
  .members_cta image-group figure:nth-child(4n) {
    left: 80%;
    padding-bottom: 13%;
    top: 57%;
    width: 13%;
  }
  .members_cta image-group figure:nth-child(5n) {
    left: 69%;
    padding-bottom: 18%;
    top: 83%;
    width: 18%;
  }
  .members_cta image-group figure:nth-child(6n) {
    left: 45%;
    padding-bottom: 15%;
    top: 92%;
    width: 15%;
  }
  .members_cta image-group figure:nth-child(7n) {
    left: 22%;
    padding-bottom: 24%;
    top: 71%;
    width: 24%;
  }
  .members_cta image-group figure:nth-child(8n) {
    left: 23%;
    padding-bottom: 18%;
    top: 26%;
    width: 18%;
  }
  /* FLIPPED */
  .members_cta image-group figure:nth-child(9n) {
    left: 50%;
    padding-bottom: 30%;
    top: 47%;
    width: 30%;
  }
  .members_cta image-group figure:nth-child(10n) {
    left: 45%;
    padding-bottom: 14%;
    top: 4%;
    width: 14%;
  }
  .members_cta image-group figure:nth-child(11n) {
    left: 74%;
    padding-bottom: 19%;
    top: 20%;
    width: 19%;
  }
  .members_cta image-group figure:nth-child(12n) {
    left: 80%;
    padding-bottom: 13%;
    top: 57%;
    width: 13%;
  }
  .members_cta image-group figure:nth-child(13n) {
    left: 69%;
    padding-bottom: 18%;
    top: 83%;
    width: 18%;
  }
  .members_cta image-group figure:nth-child(14n) {
    left: 45%;
    padding-bottom: 15%;
    top: 92%;
    width: 15%;
  }
  .members_cta image-group figure:nth-child(15n) {
    left: 22%;
    padding-bottom: 24%;
    top: 71%;
    width: 24%;
  }
  .members_cta image-group figure:last-of-type {
    left: 23%;
    padding-bottom: 18%;
    top: 26%;
    width: 18%;
  }
}
@media (min-width: 900px) and (max-width: 1120px) {
  /* INITIAL */
  .members_cta image-group figure:first-of-type {
    left: 50%;
    padding-bottom: 35%;
    top: 47%;
    width: 35%;
  }
  .members_cta image-group figure:nth-child(2n) {
    left: 45%;
    padding-bottom: 19%;
    top: 4%;
    width: 19%;
  }
  .members_cta image-group figure:nth-child(3n) {
    left: 75%;
    padding-bottom: 24%;
    top: 20%;
    width: 24%;
  }
  .members_cta image-group figure:nth-child(4n) {
    left: 83%;
    padding-bottom: 18%;
    top: 57%;
    width: 18%;
  }
  .members_cta image-group figure:nth-child(5n) {
    left: 71%;
    padding-bottom: 23%;
    top: 83%;
    width: 23%;
  }
  .members_cta image-group figure:nth-child(6n) {
    left: 43%;
    padding-bottom: 20%;
    top: 92%;
    width: 20%;
  }
  .members_cta image-group figure:nth-child(7n) {
    left: 19%;
    padding-bottom: 29%;
    top: 71%;
    width: 29%;
  }
  .members_cta image-group figure:nth-child(8n) {
    left: 20%;
    padding-bottom: 23%;
    top: 26%;
    width: 23%;
  }
  /* FLIPPED */
  .members_cta image-group figure:nth-child(9n) {
    left: 50%;
    padding-bottom: 35%;
    top: 47%;
    width: 35%;
  }
  .members_cta image-group figure:nth-child(10n) {
    left: 45%;
    padding-bottom: 19%;
    top: 4%;
    width: 19%;
  }
  .members_cta image-group figure:nth-child(11n) {
    left: 75%;
    padding-bottom: 24%;
    top: 20%;
    width: 24%;
  }
  .members_cta image-group figure:nth-child(12n) {
    left: 83%;
    padding-bottom: 18%;
    top: 57%;
    width: 18%;
  }
  .members_cta image-group figure:nth-child(13n) {
    left: 71%;
    padding-bottom: 23%;
    top: 83%;
    width: 23%;
  }
  .members_cta image-group figure:nth-child(14n) {
    left: 43%;
    padding-bottom: 20%;
    top: 92%;
    width: 20%;
  }
  .members_cta image-group figure:nth-child(15n) {
    left: 19%;
    padding-bottom: 29%;
    top: 71%;
    width: 29%;
  }
  .members_cta image-group figure:last-of-type {
    left: 20%;
    padding-bottom: 23%;
    top: 26%;
    width: 23%;
  }
}
@media (min-width: 769px) and (max-width: 899px) {
  .members_cta image-group figure:first-of-type {
    left: 51%;
    padding-bottom: 38%;
    top: 47%;
    width: 38%;
  }
  .members_cta image-group figure:nth-child(2n) {
    left: 45%;
    padding-bottom: 22%;
    top: 12%;
    width: 22%;
  }
  .members_cta image-group figure:nth-child(3n) {
    left: 77%;
    padding-bottom: 27%;
    top: 23%;
    width: 27%;
  }
  .members_cta image-group figure:nth-child(4n) {
    left: 86%;
    padding-bottom: 21%;
    top: 57%;
    width: 21%;
  }
  .members_cta image-group figure:nth-child(5n) {
    left: 75%;
    padding-bottom: 26%;
    top: 79%;
    width: 26%;
  }
  .members_cta image-group figure:nth-child(6n) {
    left: 45%;
    padding-bottom: 23%;
    top: 88%;
    width: 23%;
  }
  .members_cta image-group figure:nth-child(7n) {
    left: 18%;
    padding-bottom: 32%;
    top: 70%;
    width: 32%;
  }
  .members_cta image-group figure:nth-child(8n) {
    left: 16%;
    padding-bottom: 26%;
    top: 31%;
    width: 26%;
  }
  .members_cta image-group figure:nth-child(9n) {
    left: 51%;
    padding-bottom: 38%;
    top: 47%;
    width: 38%;
  }
  .members_cta image-group figure:nth-child(10n) {
    left: 45%;
    padding-bottom: 22%;
    top: 12%;
    width: 22%;
  }
  .members_cta image-group figure:nth-child(11n) {
    left: 77%;
    padding-bottom: 27%;
    top: 23%;
    width: 27%;
  }
  .members_cta image-group figure:nth-child(12n) {
    left: 86%;
    padding-bottom: 21%;
    top: 57%;
    width: 21%;
  }
  .members_cta image-group figure:nth-child(13n) {
    left: 75%;
    padding-bottom: 26%;
    top: 79%;
    width: 26%;
  }
  .members_cta image-group figure:nth-child(14n) {
    left: 45%;
    padding-bottom: 23%;
    top: 88%;
    width: 23%;
  }
  .members_cta image-group figure:nth-child(15n) {
    left: 18%;
    padding-bottom: 32%;
    top: 70%;
    width: 32%;
  }
  .members_cta image-group figure:last-of-type {
    left: 16%;
    padding-bottom: 26%;
    top: 31%;
    width: 26%;
  }
}
@media (min-width: 521px) and (max-width: 768px) {
  .members_cta image-group figure {
    left: 38%;
    padding-bottom: 60%;
    top: 50%;
    width: 60%;
  }
  .members_cta image-group figure:first-of-type ~ figure:not(#ig9) {
    display: none;
  }
}
@media (min-width: 521px) {
  .members_cta image-group {
    position: absolute;
    top: 0;
    right: 48%;
    bottom: 0;
    left: 2%;
  }
}
@media (max-width: 520px) {
  .members_cta {
    padding: 4.125rem 0 !important;
    text-align: center;
  }
  .members_cta grid-column {
    margin-left: 0 !important;
    width: 100% !important;
  }
  .members_cta image-group {
    display: block;
    margin-bottom: 1.5rem;
    position: relative;
    height: 10rem;
  }
  .members_cta image-group figure {
    left: 50%;
    padding-bottom: 10rem;
    top: 50%;
    width: 10rem;
  }
  .members_cta image-group figure:first-of-type ~ figure:not(#ig9) {
    display: none;
  }
  .members_cta p {
    color: #FFF;
  }
}
/********** NEWS - LATEST **********/
.news.list .items a {
  background-color: #F1F1F1;
  display: block;
  position: relative;
}

.news.list a figure {
  background-size: cover !important;
  background-position: center !important;
  display: block;
  height: 0;
  margin: 0;
  width: 100%;
  transition: padding-bottom 350ms ease;
}

.news.list a date {
  background-color: #F1F1F1;
  color: #231E20;
  display: block;
  font-size: 1.125rem;
  padding: 12% 12% 0 12%;
}

.news.list a h3 {
  display: block;
  margin: 0;
  padding: 4% 12% 22% 12%;
  transition: color 350ms ease, padding-bottom 350ms ease;
}

.news.list a h3:before {
  bottom: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent #E0E0E0 transparent;
  content: "";
  position: absolute;
  width: 0;
  right: 0;
  height: 0;
}

/* HOVER */
.news.list a:hover h3 {
  color: #01A7B8;
}

/*** RESPONSIVE ***/
@media (min-width: 1251px) {
  .news.list .items grid-column {
    width: 33.333%;
  }
  .news.list a figure {
    padding-bottom: 48%;
  }
  .news.list a:hover figure {
    padding-bottom: calc(48% + 1.25rem);
  }
  .news.list a:hover h3 {
    padding-bottom: 3.75rem;
  }
  /*.news.list .items grid-column:nth-child(7n) { width: 100%; }
  .news.list .items grid-column:nth-child(7n) figure { padding-bottom: 32%; }
  .news.list .items grid-column:nth-child(7n) a:hover figure { padding-bottom: calc(32% + 1.25rem); }*/
}
@media (min-width: 768px) and (max-width: 1250px) {
  .news.list .items grid-column {
    width: 50%;
  }
  .news.list a figure {
    padding-bottom: 48%;
  }
  .news.list a:hover figure {
    padding-bottom: calc(48% + 1.25rem);
  }
  .news.list a:hover h3 {
    padding-bottom: 3.75rem;
  }
  /*.news.list .items grid-column:nth-child(5n) { width: 100%; }
  .news.list .items grid-column:nth-child(5n) figure { padding-bottom: 32%; }
  .news.list .items grid-column:nth-child(5n) a:hover figure { padding-bottom: calc(32% + 1.25rem); }*/
}
@media (min-width: 971px) and (max-width: 1250px) {
  .news.list a:hover figure {
    padding-bottom: 53%;
  }
}
@media (min-width: 841px) {
  .news.list a date {
    padding: 3.5rem 3.75rem 0 3.75rem;
  }
  .news.list a h3 {
    font-size: 1.5rem;
    line-height: 150%;
    padding: 1.5rem 3.75rem 5rem 3.75rem;
  }
}
@media (max-width: 840px) {
  .news.list a h3 {
    font-size: 1.5rem;
    padding: 1rem 2.25rem 1.875rem 2.25rem;
  }
  .news.list a date {
    font-size: 1.25rem;
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .news.list a figure {
    padding-bottom: 58%;
  }
  .news.list a:hover figure {
    padding-bottom: 63%;
  }
}
@media (min-width: 469px) and (max-width: 767px) {
  .news.list .items grid-column {
    width: 100%;
  }
  .news.list a figure {
    padding-bottom: 48%;
  }
  .news.list .items grid-column ~ grid-column {
    margin-top: 2.376rem;
  }
}
@media (max-width: 468px) {
  .news.list .items grid-column {
    width: 100%;
  }
  .news.list .items grid-column ~ grid-column {
    margin-top: 2.376rem;
  }
  .news.list a h3 {
    font-size: 1.425rem;
    padding: 1rem 1.875rem 1.625rem 1.875rem;
  }
  .news.list a date {
    font-size: 1.125rem;
    padding: 1.875rem 1.875rem 0 1.875rem;
  }
  .news.list a figure {
    padding-bottom: 62.5%;
  }
}
@media (min-width: 1621px) {
  .news.list.main grid-row.items {
    margin-bottom: 5.625rem;
  }
}
@media (min-width: 769px) and (max-width: 1620px) {
  .news.list.main grid-row.items {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 469px) and (max-width: 768px) {
  .news.list.main grid-row.items {
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 468px) {
  .news.list.main grid-row.items {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 431px) {
  .news.list h2 {
    padding-right: 12rem;
  }
  .news.list h2 + a {
    position: absolute;
    top: 50%;
    right: 1.125rem;
    transform: translateY(-50%);
  }
}
@media (max-width: 430px) {
  .news.list h2 + a {
    display: table;
    margin: 1rem 0 0 0;
  }
}
@media (min-width: 1621px) {
  .news.list.latest grid-row:first-of-type {
    margin-bottom: 5.625rem;
  }
}
@media (min-width: 769px) and (max-width: 1620px) {
  .news.list.latest grid-row:first-of-type {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 469px) and (max-width: 768px) {
  .news.list.latest grid-row:first-of-type {
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 468px) {
  .news.list.latest grid-row:first-of-type {
    margin-bottom: 2.5rem;
  }
}
/********** GENERAL - CONTENT INTRO **********/
@media (min-width: 1621px) {
  .content_intro {
    margin-bottom: 5.625rem;
  }
}
@media (min-width: 769px) and (max-width: 1620px) {
  .content_intro {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 469px) and (max-width: 768px) {
  .content_intro {
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 468px) {
  .content_intro {
    margin-bottom: 2.5rem;
  }
}
/********** PARTNERS - SMALL LIST **********/
body.partners .partners.list {
  padding-bottom: 0 !important;
}

.partners.list a.item {
  display: block;
  position: relative;
  box-sizing: border-box;
}

.partners.list .items h2 {
  float: left;
  text-align: center;
  width: 100%;
}

@media (min-width: 1621px) {
  .partners.list .items h2 {
    padding-top: 5.625rem;
  }
}
@media (min-width: 769px) and (max-width: 1620px) {
  .partners.list .items h2 {
    padding-top: 4.25rem;
  }
}
@media (max-width: 768px) {
  .partners.list .items h2 {
    padding-top: 3.5rem;
  }
}
.partners.list previous-list,
.partners.list current-list {
  display: table;
  float: left;
  padding-top: 3.5rem;
  width: 100%;
}

.partners.list a.item figure {
  background-size: cover !important;
  background-position: center !important;
  display: block;
  height: 0;
  margin: 0;
  position: relative;
  transition: padding-bottom 350ms ease;
}

.partners.list a.item img {
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  position: absolute;
}

.partners.list a.item h3 {
  display: block;
  font-size: 1.625rem;
  margin: 0 !important;
  text-align: center;
  box-sizing: border-box;
  transition: color 350ms ease, padding-bottom 350ms ease;
}

@media (min-width: 1621px) {
  .partners.list .items grid-column {
    width: 25%;
  }
  .partners.list grid-row:first-of-type {
    margin-bottom: 5.625rem;
  }
  .partners.list .items grid-column:nth-child(4n) ~ grid-column {
    margin-top: 2rem;
  }
}
@media (min-width: 1201px) and (max-width: 1620px) {
  .partners.list .items grid-column {
    width: 33.333%;
  }
  .partners.list .items grid-column:nth-child(3n) ~ grid-column {
    margin-top: 2.5rem;
  }
  .partners.list.module .items grid-column:nth-child(4n),
  .partners.list.module .items grid-column:nth-child(4n) ~ grid-column {
    display: none;
  }
}
@media (min-width: 1069px) and (max-width: 1200px) {
  .partners.list .items grid-column {
    width: 46.6666666667%;
  }
  .partners.list .items grid-column {
    margin-left: 3.3333333333%;
  }
  .partners.list .items grid-column:nth-child(2n) ~ grid-column {
    margin-top: 1rem;
  }
  .partners.list.module .items grid-column:nth-child(3n),
  .partners.list.module .items grid-column:nth-child(3n) ~ grid-column {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1068px) {
  .partners.list .items grid-column {
    width: 50%;
  }
  .partners.list .items grid-column:nth-child(2n) ~ grid-column {
    margin-top: 1rem;
  }
  .partners.list.module .items grid-column:nth-child(3n),
  .partners.list.module .items grid-column:nth-child(3n) ~ grid-column {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1620px) {
  .partners.list grid-row:first-of-type {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 769px) {
  .partners.list a.item:hover h3 {
    color: #01A7B8;
    padding-bottom: 0;
  }
  .partners.list a.item:hover figure {
    padding-bottom: calc(45% + 1.75rem);
  }
}
@media (max-width: 768px) {
  .partners.list a.item:hover h3 {
    color: #01A7B8;
  }
  .partners.list.module .items grid-column:nth-child(3n),
  .partners.list.module .items grid-column:nth-child(3n) ~ grid-column {
    display: none;
  }
}
@media (min-width: 469px) and (max-width: 768px) {
  .partners.list grid-row:first-of-type {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 469px) {
  .partners.list a.item {
    padding-top: 3.906rem;
  }
  .partners.list a.item img {
    top: 0;
    width: 7.813rem;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .partners.list a.item h3 {
    padding: 1.75rem 0;
  }
  .partners.list a.item figure {
    padding-bottom: 45%;
    width: 100%;
  }
}
@media (max-width: 468px) {
  .partners.list grid-row:first-of-type {
    margin-bottom: 3.5rem;
  }
  .partners.list a.item {
    padding-top: 0;
  }
  .partners.list a.item h3 {
    padding: 2rem 0 1rem 0;
    text-align: left;
    padding-left: 5rem;
  }
  .partners.list a.item figure {
    padding-bottom: 45%;
    width: 100%;
  }
  .partners.list a.item img {
    top: calc(100% + 1rem);
    width: 4rem;
  }
  .partners.list .items grid-column ~ grid-column {
    margin-top: 2rem;
  }
  .partners.list .loading_more {
    padding-bottom: 2.5rem !important;
  }
}
@media (min-width: 431px) {
  .partners.list.module h2 {
    padding-right: 12rem;
  }
  .partners.list.module h2 + a {
    position: absolute;
    top: 50%;
    right: 1.125rem;
    transform: translateY(-50%);
  }
}
@media (max-width: 430px) {
  .partners.list.module h2 + a {
    margin-top: 1rem;
  }
}
/********** QUICKLINKS **********/
.quicklinks a {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
}

.quicklinks a figure {
  background-size: cover !important;
  background-position: center !important;
  filter: grayscale(20%) blur(0px);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  position: absolute;
  transform: scale(1) translate3d(0, 0, 0);
  transition: transform 400ms ease, filter 400ms ease;
  z-index: 1;
}

.quicklinks a figure:before {
  background-color: rgba(0, 0, 0, 0.25);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: background-color 350ms ease;
}

@media (max-width: 767px) {
  .quicklinks a figure:before {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.quicklinks a text-content {
  bottom: 0;
  box-sizing: border-box;
  color: #FFF;
  left: 0;
  padding: 3.125rem 3.125rem 2.938rem 3.125rem;
  position: absolute;
  width: 100%;
  z-index: 2;
  transition: transform 400ms ease;
}

.quicklinks a text-content strong {
  display: block;
  font-weight: 300;
  font-size: 1.875rem;
}

.quicklinks a text-content strong:after {
  background-color: #FFF;
  content: "";
  display: block;
  height: 2px;
  margin: 0.875rem 0;
  opacity: 0;
  position: relative;
  transform: translateX(100%);
  transition: opacity 400ms ease, transform 400ms ease;
  width: 1.875rem;
}

.quicklinks a text-content span {
  display: block;
  font-size: 1rem;
  line-height: 1.625rem;
  opacity: 0;
  transform: translateY(50%);
  transition: opacity 400ms ease, transform 400ms ease;
}

/* HOVER */
.quicklinks a:hover figure {
  transform: scale(1.2) translate3d(0, 0, 0);
  filter: grayscale(20%) blur(2px);
}

.quicklinks a:hover figure:before {
  background-color: rgba(0, 0, 0, 0.6);
}

.quicklinks a:hover text-content {
  transform: translateY(0) !important;
}

.quicklinks a:hover text-content strong:after {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 400ms ease 125ms, transform 400ms ease 125ms;
}

.quicklinks a:hover text-content span {
  opacity: 1;
  transform: translateY(0);
}

/** RESPONSIVE LAYOUTS **/
/* 4 LINKS */
@media (min-width: 1400px) {
  .quicklinks.qty4 grid-column {
    width: 25%;
  }
  .quicklinks.qty4 a {
    padding-bottom: 120%;
  }
}
@media (min-width: 1161px) and (max-width: 1399px) {
  .quicklinks.qty4 grid-column {
    width: 43.3333333333%;
  }
  .quicklinks.qty4 grid-column:nth-child(odd) {
    margin-left: 6.6666666667%;
  }
  .quicklinks.qty4 grid-column:nth-child(2n) ~ grid-column {
    margin-top: 2.376rem;
  }
  .quicklinks.qty4 a {
    padding-bottom: 65%;
  }
}
@media (min-width: 971px) and (max-width: 1160px) {
  .quicklinks.qty4 grid-column {
    width: 43.3333333333%;
  }
  .quicklinks.qty4 grid-column:nth-child(odd) {
    margin-left: 6.6666666667%;
  }
  .quicklinks.qty4 grid-column:nth-child(2n) ~ grid-column {
    margin-top: 2.376rem;
  }
  .quicklinks.qty4 a {
    padding-bottom: 90%;
  }
}
@media (min-width: 800px) and (max-width: 970px) {
  .quicklinks.qty4 grid-column {
    width: 50%;
  }
  .quicklinks.qty4 a {
    padding-bottom: 110%;
  }
  .quicklinks.qty4 grid-column:nth-child(2n) ~ grid-column {
    margin-top: 2.376rem;
  }
}
@media (min-width: 768px) and (max-width: 799px) {
  .quicklinks.qty4 grid-column {
    width: 50%;
  }
  .quicklinks.qty4 a {
    padding-bottom: 120%;
  }
  .quicklinks.qty4 grid-column:first-child + grid-column ~ grid-column {
    margin-top: 2.376rem;
  }
  .quicklinks.qty4 a figure {
    transform: scale(1) !important;
  }
  .quicklinks.qty4 a text-content {
    padding: 1.875rem;
    transform: translateY(0) !important;
  }
  .quicklinks.qty4 a text-content strong:after {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 400ms ease 125ms, transform 400ms ease 125ms;
  }
  .quicklinks.qty4 a text-content span {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .quicklinks.qty4 grid-column {
    width: 100%;
  }
  .quicklinks.qty4 a {
    padding-bottom: 50%;
  }
  .quicklinks.qty4 grid-column:first-child ~ grid-column {
    margin-top: 2.376rem;
  }
  .quicklinks.qty4 a figure {
    transform: scale(1) !important;
  }
  .quicklinks.qty4 a text-content {
    transform: translateY(0) !important;
  }
  .quicklinks.qty4 a text-content strong:after {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 400ms ease 125ms, transform 400ms ease 125ms;
  }
  .quicklinks.qty4 a text-content span {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 650px) {
  .quicklinks.qty4 grid-column {
    width: 100%;
    margin-left: 0%;
  }
  .quicklinks.qty4 a {
    padding-bottom: 70%;
  }
}
@media (max-width: 530px) {
  .quicklinks.qty4 a {
    padding-bottom: 90%;
  }
  .quicklinks.qty4 grid-column:first-child ~ grid-column {
    margin-top: 1.188rem;
  }
  .quicklinks.qty4 a text-content {
    padding: 2rem 2rem 1.75rem 2rem;
  }
}
@media (max-width: 375px) {
  .quicklinks.qty4 a {
    padding-bottom: 115%;
  }
}
/* 3 LINKS */
@media (min-width: 1400px) {
  .quicklinks.qty3 grid-column {
    width: 24.4444444444%;
    margin-left: 6.6666666667%;
  }
  .quicklinks.qty3 a {
    padding-bottom: 120%;
  }
}
@media (min-width: 1161px) and (max-width: 1399px) {
  .quicklinks.qty3 grid-column {
    width: 33.3333333333%;
  }
  .quicklinks.qty3 a {
    padding-bottom: 100%;
  }
}
@media (min-width: 971px) and (max-width: 1160px) {
  .quicklinks.qty3 grid-column {
    width: 33.3333333333%;
  }
  .quicklinks.qty3 a {
    padding-bottom: 120%;
  }
}
@media (min-width: 800px) and (max-width: 970px) {
  .quicklinks.qty3 grid-column {
    width: 50%;
  }
  .quicklinks.qty3 a {
    padding-bottom: 110%;
  }
  .quicklinks.qty3 grid-column:nth-child(2n) ~ grid-column {
    margin-top: 2.376rem;
  }
}
@media (min-width: 768px) and (max-width: 799px) {
  .quicklinks.qty3 grid-column {
    width: 50%;
  }
  .quicklinks.qty3 a {
    padding-bottom: 120%;
  }
  .quicklinks.qty3 grid-column:first-child + grid-column ~ grid-column {
    margin-top: 2.376rem;
  }
  .quicklinks.qty3 a figure {
    transform: scale(1) !important;
  }
  .quicklinks.qty3 a text-content {
    padding: 1.875rem;
    transform: translateY(0) !important;
  }
  .quicklinks.qty3 a text-content strong:after {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 400ms ease 125ms, transform 400ms ease 125ms;
  }
  .quicklinks.qty3 a text-content span {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .quicklinks.qty3 grid-column {
    width: 100%;
  }
  .quicklinks.qty3 a {
    padding-bottom: 50%;
  }
  .quicklinks.qty3 grid-column:first-child ~ grid-column {
    margin-top: 2.376rem;
  }
  .quicklinks.qty3 a figure {
    transform: scale(1) !important;
  }
  .quicklinks.qty3 a text-content {
    transform: translateY(0) !important;
  }
  .quicklinks.qty3 a text-content strong:after {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 400ms ease 125ms, transform 400ms ease 125ms;
  }
  .quicklinks.qty3 a text-content span {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 650px) {
  .quicklinks.qty3 grid-column {
    width: 100%;
    margin-left: 0%;
  }
  .quicklinks.qty3 a {
    padding-bottom: 70%;
  }
}
@media (max-width: 530px) {
  .quicklinks.qty3 a {
    padding-bottom: 90%;
  }
  .quicklinks.qty3 grid-column:first-child ~ grid-column {
    margin-top: 1.188rem;
  }
  .quicklinks.qty3 a text-content {
    padding: 2rem 2rem 1.75rem 2rem;
  }
}
@media (max-width: 375px) {
  .quicklinks.qty3 a {
    padding-bottom: 115%;
  }
}
/* 2 LINKS */
@media (min-width: 1400px) {
  .quicklinks.qty2 grid-column {
    width: 40%;
  }
  .quicklinks.qty2 grid-column:first-child {
    margin-left: 10%;
  }
  .quicklinks.qty2 a {
    padding-bottom: 62.5%;
  }
}
@media (min-width: 1161px) and (max-width: 1399px) {
  .quicklinks.qty2 grid-column {
    width: 40%;
  }
  .quicklinks.qty2 grid-column:first-child {
    margin-left: 10%;
  }
  .quicklinks.qty2 a {
    padding-bottom: 75%;
  }
}
@media (min-width: 971px) and (max-width: 1160px) {
  .quicklinks.qty2 grid-column {
    width: 45%;
  }
  .quicklinks.qty2 grid-column:first-child {
    margin-left: 5%;
  }
  .quicklinks.qty2 a {
    padding-bottom: 90%;
  }
}
@media (min-width: 800px) and (max-width: 970px) {
  .quicklinks.qty2 grid-column {
    width: 50%;
  }
  .quicklinks.qty2 a {
    padding-bottom: 110%;
  }
  .quicklinks.qty2 grid-column:nth-child(2n) ~ grid-column {
    margin-top: 2.376rem;
  }
}
@media (min-width: 768px) and (max-width: 799px) {
  .quicklinks.qty2 grid-column {
    width: 50%;
  }
  .quicklinks.qty2 a {
    padding-bottom: 120%;
  }
  .quicklinks.qty2 grid-column:first-child + grid-column ~ grid-column {
    margin-top: 2.376rem;
  }
  .quicklinks.qty2 a figure {
    transform: scale(1) !important;
  }
  .quicklinks.qty2 a text-content {
    padding: 1.875rem;
    transform: translateY(0) !important;
  }
  .quicklinks.qty2 a text-content strong:after {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 400ms ease 125ms, transform 400ms ease 125ms;
  }
  .quicklinks.qty2 a text-content span {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .quicklinks.qty2 grid-column {
    width: 100%;
  }
  .quicklinks.qty2 a {
    padding-bottom: 62.5%;
  }
  .quicklinks.qty2 grid-column:first-child ~ grid-column {
    margin-top: 2.376rem;
  }
  .quicklinks.qty2 a figure {
    transform: scale(1) !important;
  }
  .quicklinks.qty2 a text-content {
    transform: translateY(0) !important;
  }
  .quicklinks.qty2 a text-content strong:after {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 400ms ease 125ms, transform 400ms ease 125ms;
  }
  .quicklinks.qty2 a text-content span {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 650px) {
  .quicklinks.qty2 grid-column {
    width: 100%;
    margin-left: 0%;
  }
  .quicklinks.qty2 a {
    padding-bottom: 70%;
  }
}
@media (max-width: 530px) {
  .quicklinks.qty2 a {
    padding-bottom: 90%;
  }
  .quicklinks.qty2 grid-column:first-child ~ grid-column {
    margin-top: 1.188rem;
  }
  .quicklinks.qty2 a text-content {
    padding: 2rem 2rem 1.75rem 2rem;
  }
}
@media (max-width: 375px) {
  .quicklinks.qty2 a {
    padding-bottom: 115%;
  }
}
/***** STAT COUNT *****/
stats-count {
  display: block;
  padding-left: 7.375rem;
  position: relative;
}

stats-count img {
  height: 5rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem !important;
}

stats-count strong {
  color: #A7A9AD;
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.9px;
  line-height: 100%;
  text-transform: uppercase;
}

stats-count strong span {
  color: #ED973B;
  display: block;
  font-size: 2.75rem;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 0.25rem;
}

@media (max-width: 468px) {
  stats-count {
    padding-left: 5.875rem;
  }
  stats-count strong span {
    font-size: 2.5rem;
  }
  stats-count img {
    height: 4rem;
    width: 4rem !important;
  }
}
/***** SUBNAV BAR *****/
sub-nav {
  background-color: #012F5F;
  display: table;
  margin: -2.188rem 0;
  overflow: hidden;
  position: relative;
  z-index: 30;
}

sub-nav active-effect {
  background-color: #01A7B8;
  display: block;
  height: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 5rem;
  transition: height 350ms ease, line-height 350ms ease;
  z-index: 1;
}

sub-nav.positioned active-effect {
  height: 4.375rem;
  line-height: 4.375rem;
}

sub-nav ul {
  display: table;
  list-style-type: none;
  margin: 0 -1px 0 0;
  padding: 0;
  position: relative;
  z-index: 2;
}

sub-nav li {
  display: block;
  float: left;
}

sub-nav a {
  color: #FFF;
  display: block;
  height: 4.375rem;
  line-height: 4.375rem;
  padding: 0 2.5rem;
}

sub-nav a {
  visibility: hidden;
}

@media (min-width: 971px) and (max-width: 1015px) {
  sub-nav a {
    padding: 0 1.75rem;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  sub-nav a {
    padding: 0 1rem;
  }
}
@media (max-width: 768px) {
  sub-nav {
    display: none;
  }
}
/***** SLIDESHOW CORE *****/
/* CONTAINER */
.slideshow {
  display: block;
  position: relative;
}

/* ITEM */
.slideshow slideshow-slide {
  display: block;
}

/* NAVIGATION */
.slideshow .navigation {
  display: table;
  list-style-type: none;
  margin: 0 !important;
  padding: 0;
  width: auto;
}

.slideshow .navigation li {
  cursor: pointer;
  display: block;
  float: left;
}

/* CONTROLS */
.slideshow .controls {
  display: table;
  list-style-type: none;
  margin: 0 !important;
  padding: 0;
}

.slideshow .controls li {
  cursor: pointer;
  display: block;
  float: left;
}

/* FADE TRANSITION */
.slideshow.fading slideshow-slide {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
}

.slideshow.fading slideshow-slide.current {
  opacity: 1;
}

.slideshow.fading slideshow-slide {
  transition: opacity 1000ms ease;
}

/* SLIDE TRANSITION */
.slideshow.sliding.transition .contents {
  transition: left 1s ease;
}

/* NO TRANSITION ON FIRST LOAD */
.slideshow.notransition * {
  transition: all 0s linear !important;
}

/***** SUCCESS STORIES SLIDESHOW *****/
.slideshow.success_stories {
  background-color: #012F5F;
  display: block;
  position: relative;
  z-index: 1;
}

success-slideshow {
  visibility: hidden;
}

.slideshow.success_stories slideshow-contents {
  display: block;
  overflow: hidden;
  position: relative;
}

.slideshow.success_stories > grid-container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.slideshow.success_stories figure {
  background-size: cover !important;
  background-position: center !important;
  margin: 0;
  z-index: 1;
}

.slideshow.success_stories h2 {
  color: #2b8ae2;
}

.slideshow.success_stories h3 {
  color: #FFF;
}

.slideshow.success_stories h3 + span {
  color: #FFF;
  display: block;
}

.slideshow.success_stories p {
  color: #FFF;
}

.slideshow.success_stories .controls {
  position: absolute;
  top: 100%;
  right: 0;
  transform: translateY(-50%);
  z-index: 20;
}

.slideshow.success_stories .controls li {
  background-color: #012F5F;
  border-radius: 50%;
  display: block;
  float: left;
  height: 4.875rem;
  line-height: 4.875rem;
  position: relative;
  text-align: center;
  transition: background-color 350ms ease;
  width: 4.875rem;
}

.slideshow.success_stories .controls li:hover {
  background-color: #C2CD23;
}

.slideshow.success_stories .controls li + li {
  margin-left: 0.938rem;
}

.slideshow.success_stories .controls li svg {
  fill: #FFF;
  height: 1.625rem;
  position: absolute;
  top: 50%;
  transition: fill 350ms ease;
  transform: translateX(-50%) translateY(-50%);
  width: 1rem;
}

.slideshow.success_stories .controls li svg {
  left: 47%;
}

.slideshow.success_stories .controls li + li svg {
  left: 53%;
}

.slideshow.success_stories .navigation {
  position: absolute;
  top: 100%;
  transform: translateY(-50%);
  z-index: 20;
}

.slideshow.success_stories .navigation li {
  background-color: #FFF;
  border-radius: 50%;
  padding: 0;
  position: relative;
  height: 1rem;
  width: 1rem;
  transition: background-color 350ms ease;
}

.slideshow.success_stories .navigation li:hover,
.slideshow.success_stories .navigation li.current {
  background-color: #C2CD23;
}

.slideshow.success_stories .navigation li + li {
  margin-left: 0.813rem;
}

.slideshow.success_stories slideshow-slide {
  z-index: 1;
}

.slideshow.success_stories slideshow-slide.current {
  z-index: 10;
}

@media (min-width: 1121px) {
  .slideshow.success_stories slideshow-slide {
    transition: opacity 750ms ease;
  }
  .slideshow.success_stories slideshow-slide.current {
    transition: opacity 750ms ease 800ms;
  }
  /** TEXT **/
  .slideshow.success_stories slideshow-slide grid-column {
    transition: opacity 750ms ease 0ms, transform 750ms ease 0ms;
  }
  .slideshow.success_stories slideshow-slide.current grid-column {
    transition: opacity 750ms ease 800ms, transform 750ms ease 800ms;
  }
  .slideshow.success_stories slideshow-slide grid-column {
    transform: translateX(4rem);
  }
  .slideshow.success_stories slideshow-slide.current grid-column {
    transform: translateX(0) !important;
  }
}
@media (min-width: 1621px) {
  .slideshow.success_stories slideshow-slide figure {
    top: 0;
    right: -25%;
    bottom: 0;
    left: 75%;
    transition: left 750ms ease 0ms, right 750ms ease 0ms;
  }
  .slideshow.success_stories slideshow-slide.current figure {
    left: 50%;
    right: 0;
    transition: left 750ms ease 800ms, right 750ms ease 800ms;
  }
}
@media (min-width: 1121px) and (max-width: 1620px) {
  .slideshow.success_stories slideshow-slide figure {
    top: 0;
    right: -25%;
    bottom: 0;
    left: calc(75% + 4rem);
    transition: left 750ms ease 0ms, right 750ms ease 0ms;
  }
  .slideshow.success_stories slideshow-slide.current figure {
    left: calc(50% + 4rem);
    right: 0;
    transition: left 750ms ease 800ms, right 750ms ease 800ms;
  }
}
@media (min-width: 1621px) {
  .slideshow.success_stories figure {
    position: absolute;
  }
  .slideshow.success_stories h2 {
    font-size: 2rem;
    margin-top: 4rem;
  }
  .slideshow.success_stories h3 {
    font-size: 2.5rem;
    margin-top: 9.312rem;
  }
  .slideshow.success_stories h3 + span {
    font-size: 1.625rem;
    margin-top: 2.25rem;
  }
  .slideshow.success_stories p:first-of-type {
    margin-top: 2.688rem;
  }
  .slideshow.success_stories p:last-of-type {
    margin-bottom: 4rem;
  }
  .slideshow.success_stories a.btn {
    margin-bottom: 5rem;
  }
}
@media (min-width: 1121px) and (max-width: 1620px) {
  .slideshow.success_stories figure {
    position: absolute;
  }
  .slideshow.success_stories h2 {
    font-size: 2rem;
    margin-top: 4rem;
  }
  .slideshow.success_stories h3 {
    font-size: 2.5rem;
    margin-top: 9.312rem;
  }
  .slideshow.success_stories h3 + span {
    font-size: 1.625rem;
    margin-top: 2.25rem;
  }
  .slideshow.success_stories p:first-of-type {
    margin-top: 2.688rem;
  }
  .slideshow.success_stories p:last-of-type {
    margin-bottom: 4rem;
  }
  .slideshow.success_stories a.btn {
    margin-bottom: 5rem;
  }
}
@media (min-width: 769px) and (max-width: 1120px) {
  .slideshow.success_stories h2 {
    font-size: 1.875rem;
    margin-top: 2.8rem;
  }
  .slideshow.success_stories h3 {
    margin-top: 6.86rem;
  }
  .slideshow.success_stories h3 + span {
    font-size: 1.5rem;
    margin-top: 2rem;
  }
  .slideshow.success_stories p:first-of-type {
    margin-top: 1.8rem;
  }
  .slideshow.success_stories p:last-of-type {
    margin-bottom: 3.4rem;
  }
  .slideshow.success_stories a.btn {
    margin-bottom: calc(4rem + 50vw);
  }
  .slideshow.success_stories slideshow-slide {
    transition: opacity 350ms ease;
  }
  .slideshow.success_stories slideshow-slide.current {
    transition: opacity 350ms ease 400ms;
  }
  .slideshow.success_stories slideshow-slide grid-column {
    max-width: 768px;
  }
  .slideshow.success_stories figure {
    bottom: 0;
    height: 0;
    padding-bottom: 50vw;
    position: absolute;
    width: 100%;
  }
  .slideshow.success_stories .navigation {
    left: 1.875rem;
    bottom: 50vw;
    top: auto;
    transform: translateY(50%);
  }
  .slideshow.success_stories .controls {
    bottom: 50vw;
    top: auto;
    transform: translateY(50%);
    right: 1.875rem;
  }
  .slideshow.success_stories .controls li {
    background-color: #C2CD23;
  }
}
@media (max-width: 768px) {
  .slideshow.success_stories figure {
    position: relative;
  }
  .slideshow.success_stories slideshow-slide figure {
    width: 100%;
    height: 0;
    padding-bottom: 62.5%;
  }
}
@media (min-width: 469px) and (max-width: 768px) {
  .slideshow.success_stories h2 {
    font-size: 1.875rem;
    margin-top: calc(50vw + 2.8rem);
  }
  .slideshow.success_stories h3 {
    margin-top: 6.86rem;
  }
  .slideshow.success_stories h3 + span {
    font-size: 1.5rem;
    margin-top: 2rem;
  }
  .slideshow.success_stories p:first-of-type {
    margin-top: 1.8rem;
  }
  .slideshow.success_stories p:last-of-type {
    margin-bottom: 3.4rem;
  }
  .slideshow.success_stories a.btn {
    margin-bottom: 4rem;
  }
  .slideshow.success_stories slideshow-slide {
    transition: opacity 350ms ease;
  }
  .slideshow.success_stories slideshow-slide.current {
    transition: opacity 350ms ease 400ms;
  }
  .slideshow.success_stories figure {
    padding-bottom: 50vw !important;
  }
  .slideshow.success_stories .navigation {
    left: 1.875rem;
    top: 50vw;
  }
  .slideshow.success_stories .controls {
    top: auto;
    top: 50vw;
    right: 1.875rem;
  }
  .slideshow.success_stories .controls li {
    background-color: #C2CD23;
  }
}
@media (max-width: 468px) {
  .slideshow.success_stories h2 {
    font-size: 1.625rem;
    margin-top: calc(70vw + 3.857rem);
  }
  .slideshow.success_stories h3 {
    margin-top: 7.071rem;
  }
  .slideshow.success_stories h3 + span {
    font-size: 1.5rem;
    margin-top: 2.071rem;
  }
  .slideshow.success_stories p {
    font-size: 1.125rem;
  }
  .slideshow.success_stories p:first-of-type {
    margin-top: 1.929rem;
  }
  .slideshow.success_stories p:last-of-type {
    margin-bottom: 3rem;
  }
  .slideshow.success_stories a.btn {
    margin-bottom: 3.5rem;
    padding: 0 2.5rem;
  }
  .slideshow.success_stories slideshow-slide {
    transition: opacity 350ms ease;
  }
  .slideshow.success_stories slideshow-slide.current {
    transition: opacity 350ms ease 400ms;
  }
  .slideshow.success_stories figure {
    padding-bottom: 70vw !important;
  }
  .slideshow.success_stories .navigation {
    left: 1.875rem;
    top: 1.875rem;
    transform: translateY(0%);
  }
  .slideshow.success_stories .controls {
    top: auto;
    top: 70vw;
    left: 1.875rem;
  }
  .slideshow.success_stories .controls li {
    background-color: #C2CD23;
  }
}
/********** SLIDESHOW - TESTIMONIAL **********/
.slideshow.testimonial {
  background-color: #042849;
}

@media (min-width: 1621px) {
  .slideshow.testimonial {
    padding: 10rem 0 !important;
  }
}
@media (min-width: 769px) and (max-width: 1620px) {
  .slideshow.testimonial {
    padding: 9.875% 0 !important;
  }
}
@media (min-width: 469px) and (max-width: 768px) {
  .slideshow.testimonial {
    padding: 4.75rem 0 !important;
  }
}
@media (max-width: 468px) {
  .slideshow.testimonial {
    padding: 2.5rem 0 !important;
  }
}
.slideshow.testimonial > figure {
  display: none !important;
  background-size: cover !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  opacity: 0.2;
  filter: grayscale(100%);
  z-index: 1;
}

.slideshow.testimonial testimonial-slideshow {
  z-index: 10;
}

.slideshow.testimonial slideshow-contents {
  transition: left 750ms ease-in-out;
}

.slideshow.testimonial blockquote p {
  color: #FFF;
  font-style: italic;
}

.slideshow.testimonial img {
  border-radius: 50%;
  display: block;
  width: 100%;
}

.slideshow.testimonial img + strong {
  color: #FFF;
  display: block;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.875rem;
  margin-top: 1.5rem;
  text-align: center;
}

.slideshow.testimonial .controls {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: static;
}

.slideshow.testimonial .controls li {
  background-color: #C2CD23;
  border-radius: 50%;
  display: block;
  float: left;
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
  transition: background-color 350ms ease;
  z-index: 20;
}

.slideshow.testimonial .controls li:hover {
  background-color: #C2CD23;
}

.slideshow.testimonial .controls li + li {
  margin-left: 0.938rem;
}

.slideshow.testimonial .controls li svg {
  fill: #FFF;
  height: 1.625rem;
  position: absolute;
  top: 50%;
  transition: fill 350ms ease;
  transform: translateX(-50%) translateY(-50%);
  width: 1rem;
}

.slideshow.testimonial .controls li svg {
  left: 47%;
}

.slideshow.testimonial .controls li + li svg {
  left: 53%;
}

.slideshow.testimonial .navigation {
  position: absolute;
  z-index: 20;
}

.slideshow.testimonial .navigation li {
  background-color: #FFF;
  border-radius: 50%;
  padding: 0;
  position: relative;
  height: 1rem;
  width: 1rem;
  transition: background-color 350ms ease;
}

.slideshow.testimonial .navigation li:hover,
.slideshow.testimonial .navigation li.current {
  background-color: #C2CD23;
}

.slideshow.testimonial .navigation li + li {
  margin-left: 0.813rem;
}

testimonial-slideshow slideshow-slide {
  opacity: 0;
  transition: opacity 500ms ease;
}

testimonial-slideshow slideshow-slide.current {
  opacity: 1;
  transition: opacity 500ms ease 250ms;
}

testimonial-slideshow slideshow-slide strong span {
  display: block;
}

testimonial-slideshow slideshow-slide strong span ~ span {
  font-size: 0.75rem;
  line-height: 155%;
  opacity: 0.75;
}

@media (min-width: 1421px) {
  .slideshow.testimonial .navigation {
    bottom: 0rem;
    right: 5.313rem;
  }
  .slideshow.testimonial blockquote p {
    font-size: 1.25rem;
    line-height: 2.125rem;
  }
  .slideshow.testimonial .controls li {
    height: 4.875rem;
    line-height: 4.875rem;
    width: 4.875rem;
  }
  .slideshow.testimonial .controls li:first-of-type {
    top: 50%;
    left: 5.313rem;
  }
  .slideshow.testimonial .controls li + li {
    top: 50%;
    right: 5.313rem;
  }
}
@media (min-width: 1121px) and (max-width: 1400px) {
  .slideshow.testimonial .navigation {
    bottom: 0rem;
    right: 5.313rem;
  }
  .slideshow.testimonial blockquote p {
    font-size: 1.25rem;
    line-height: 2.125rem;
  }
  .slideshow.testimonial .controls li {
    height: 4.875rem;
    line-height: 4.875rem;
    width: 4.875rem;
  }
  .slideshow.testimonial .controls li:first-of-type {
    top: 50%;
    left: 5.313rem;
  }
  .slideshow.testimonial .controls li + li {
    top: 50%;
    right: 5.313rem;
  }
}
@media (min-width: 769px) and (max-width: 1120px) {
  .slideshow.testimonial .navigation {
    bottom: 0rem;
    right: 3.563rem;
  }
  .slideshow.testimonial slideshow-slide grid-column:first-of-type {
    padding-left: 4rem;
  }
  .slideshow.testimonial slideshow-slide grid-column:last-of-type {
    padding-right: 4rem;
  }
  .slideshow.testimonial blockquote p {
    font-size: 1.125rem;
    line-height: 2rem;
  }
  .slideshow.testimonial .controls li {
    height: 3.75rem;
    line-height: 3.75rem;
    width: 3.75rem;
  }
  .slideshow.testimonial .controls li:first-of-type {
    top: 50%;
    left: 3.563rem;
  }
  .slideshow.testimonial .controls li + li {
    top: 50%;
    right: 3.563rem;
  }
}
@media (min-width: 469px) and (max-width: 768px) {
  .slideshow.testimonial blockquote {
    margin-top: 1.875rem;
  }
  .slideshow.testimonial blockquote p {
    font-size: 1rem;
    line-height: 1.875rem;
    text-align: center;
  }
  .slideshow.testimonial .controls li {
    height: 3.75rem;
    line-height: 3.75rem;
    width: 3.75rem;
  }
  .slideshow.testimonial .controls li:first-of-type {
    top: 50%;
    left: 1.875rem;
  }
  .slideshow.testimonial .controls li + li {
    top: 50%;
    right: 1.875rem;
  }
}
@media (max-width: 468px) {
  .slideshow.testimonial blockquote {
    margin-top: 1.875rem;
  }
  .slideshow.testimonial blockquote p {
    font-size: 0.938rem;
    line-height: 1.875rem;
    text-align: center;
  }
  .slideshow.testimonial .controls li {
    height: 3.75rem;
    line-height: 3.75rem;
    width: 3.75rem;
  }
  .slideshow.testimonial .controls li:first-of-type {
    top: 20vw;
    left: 1.875rem;
  }
  .slideshow.testimonial .controls li + li {
    top: 20vw;
    right: 1.875rem;
  }
}
/***** list STORIES LIST *****/
.stories.other a.item {
  display: block;
  position: relative;
}

.stories.other a.item h3 {
  display: block;
  margin: 0;
  transition: color 350ms ease, padding-bottom 350ms ease;
}

.stories.other a.item span {
  color: #231E20;
  display: block;
  font-size: 1.625rem;
  margin-top: 0;
  transition: padding-bottom 350ms ease;
}

.stories.other a.item figure {
  background-size: cover !important;
  background-position: center !important;
  display: block;
  height: 0;
  margin: 0;
  padding-bottom: 55%;
  position: relative;
  transition: padding-bottom 350ms ease;
}

.stories.other a.item:hover h3 {
  color: #01A7B8;
}

@media (min-width: 1121px) {
  .stories.other .items grid-column {
    width: 43.3333333333%;
  }
  .stories.other .items grid-column:first-child {
    margin-left: 6.6666666667%;
  }
}
@media (min-width: 769px) and (max-width: 1120px) {
  .stories.other .items grid-column {
    width: 50%;
  }
}
@media (min-width: 769px) {
  .stories.other a.item:hover figure {
    padding-bottom: calc(55% + 1.875rem);
  }
  .stories.other a.item:hover span {
    padding-bottom: 0;
  }
  .stories.other a.item h3 {
    padding: 3.125rem 0 1.75rem 0;
  }
  .stories.other a.item span {
    padding-bottom: 1.875rem;
  }
}
@media (max-width: 768px) {
  .stories.other .items grid-column {
    width: 100%;
  }
  .stories.other .items grid-column ~ grid-column {
    margin-top: 2.376rem;
  }
  .stories.other a.item span {
    font-size: 1.125rem;
  }
  .stories.other a.item h3 {
    padding: 2.5rem 0 1.25rem 0;
  }
}
@media (min-width: 469px) and (max-width: 768px) {
  .stories.other a.item h3 {
    font-size: 1.75rem;
  }
}
@media (max-width: 468px) {
  .stories.other a.item h3 {
    font-size: 1.425rem;
  }
}
@media (min-width: 1621px) {
  .stories.other grid-row:first-of-type {
    margin-bottom: 5.625rem;
  }
}
@media (min-width: 769px) and (max-width: 1620px) {
  .stories.other grid-row:first-of-type {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 469px) and (max-width: 768px) {
  .stories.other grid-row:first-of-type {
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 468px) {
  .stories.other grid-row:first-of-type {
    margin-bottom: 2.5rem;
  }
}
/********** MEMBERS **********/
.members.list {
  background-color: #EBEBEB;
}

.members.list .items a {
  background-color: #FFF;
  display: block;
  overflow: hidden;
  position: relative;
}

.members.list .items a figure {
  background-color: rgba(0, 0, 0, 0.02);
  background-size: cover !important;
  background-position: center !important;
  display: block;
  height: 0;
  margin: 0;
  width: 100%;
  transition: padding-bottom 350ms ease;
}

.members.list .items member-item {
  display: block;
  float: left;
  padding: 0 1.188rem;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .members.list .items member-item {
    padding: 0 0.938rem;
  }
}
.members.list .items a h3 {
  background-color: #FFF;
  display: block;
  font-weight: 300;
  line-height: 2.2rem;
  margin: 0;
  text-align: center;
  transition: color 350ms ease;
}

.members.list .items a span {
  background-color: #FFF;
  color: #231E20;
  display: block;
  font-size: 1.375rem;
  text-align: center;
  transition: padding-bottom 350ms ease;
}

.members.list .items a span:last-child:before {
  bottom: -5px;
  border-style: solid;
  border-width: 0 0 55px 55px;
  border-color: transparent transparent #E0E0E0 transparent;
  content: "";
  position: absolute;
  width: 0;
  right: -5px;
  height: 0;
}

/* HOVER */
.members.list .items a:hover h3 {
  color: #01A7B8;
}

/*** RESPONSIVE ***/
@media (min-width: 1451px) {
  .members.list .items grid-column {
    width: 33.333%;
  }
  .members.list .items grid-column:nth-child(3n) ~ grid-column {
    margin-top: 2.376rem;
  }
  .members.list .items member-item {
    width: 33.333%;
  }
  .members.list .items member-item:nth-child(3n) ~ member-item {
    margin-top: 2.376rem;
  }
  .members.list .items a h3 {
    font-size: 1.5rem;
    padding: 8.5% 9% 0.375rem 9%;
  }
  .members.list .items a figure {
    padding-bottom: 48%;
  }
  .members.list .items a span {
    font-size: 1.125rem;
    line-height: 1.938rem;
    padding: 0 9%;
  }
  .members.list .items a span:last-child {
    padding: 0 9% 14% 9%;
  }
  .members.list .items a:hover span + span {
    padding-bottom: 9%;
  }
  .members.list .items a:hover figure {
    padding-bottom: 53%;
  }
}
@media (min-width: 769px) and (max-width: 1450px) {
  .members.list .items grid-column {
    width: 50%;
  }
  .members.list.other .items grid-column:last-of-type {
    display: none;
  }
  .members.list .items grid-column:nth-child(2n) ~ grid-column {
    margin-top: 2.376rem;
  }
  .members.list .items member-item {
    width: 50%;
  }
  .members.list .items member-item:nth-child(2n) ~ member-item {
    margin-top: 2.376rem;
  }
  .members.list .items a h3 {
    font-size: 1.375rem;
    padding: 8.5% 9% 0.375rem 9%;
  }
  .members.list .items a span {
    font-size: 1.125rem;
    line-height: 1.938rem;
    padding: 0 9%;
  }
  .members.list .items a span + span {
    padding: 0 9% 14% 9%;
  }
  .members.list .items a:hover span + span {
    padding-bottom: 9%;
  }
  .members.list .items a:hover figure {
    padding-bottom: 53%;
  }
}
@media (min-width: 971px) and (max-width: 1450px) {
  .members.list .items a figure {
    padding-bottom: 48%;
  }
  .members.list .items a:hover figure {
    padding-bottom: 53%;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .members.list .items a figure {
    padding-bottom: 58%;
  }
  .members.list .items a:hover figure {
    padding-bottom: 63%;
  }
}
@media (min-width: 469px) and (max-width: 768px) {
  .members.list .items grid-column {
    width: 100%;
  }
  .members.list .items grid-column ~ grid-column {
    margin-top: 2.376rem;
  }
  .members.list .items member-item {
    width: 100%;
  }
  .members.list .items member-item ~ member-item {
    margin-top: 2.376rem;
  }
  .members.list .items a figure {
    padding-bottom: 48%;
  }
  .members.list .items a h3 {
    font-size: 1.375rem;
    padding: 2rem 1.875rem 0.375rem 1.875rem;
  }
  .members.list .items a span {
    font-size: 1.125rem;
    line-height: 2rem;
    padding: 0 1.875rem;
  }
  .members.list .items a span + span {
    padding: 0 1.875rem 2rem 1.875rem;
  }
}
@media (max-width: 468px) {
  .members.list .items grid-column {
    width: 100%;
  }
  .members.list .items grid-column ~ grid-column {
    margin-top: 2.376rem;
  }
  .members.list .items member-item {
    width: 100%;
  }
  .members.list .items member-item ~ member-item {
    margin-top: 2.376rem;
  }
  .members.list .items a figure {
    padding-bottom: 62.5%;
  }
  .members.list .items a h3 {
    font-size: 1.25rem;
    padding: 1.875rem 1.875rem 0.375rem 1.875rem;
  }
  .members.list .items a span {
    font-size: 1rem;
    line-height: 1.938rem;
    padding: 0 1.875rem;
  }
  .members.list .items a span + span {
    padding: 0 1.875rem 1.625rem 1.875rem;
  }
}
@media (min-width: 1621px) {
  .members.list.other grid-row:first-of-type {
    margin-bottom: 5.625rem;
  }
}
@media (min-width: 769px) and (max-width: 1620px) {
  .members.list.other grid-row:first-of-type {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 469px) and (max-width: 768px) {
  .members.list.other grid-row:first-of-type {
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 468px) {
  .members.list.other grid-row:first-of-type {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 431px) {
  .members.list h2 {
    padding-right: 12rem;
  }
  .members.list h2 + a {
    position: absolute;
    top: 50%;
    right: 1.125rem;
    transform: translateY(-50%);
  }
}
@media (max-width: 430px) {
  .members.list h2 + a {
    display: table;
    margin: 1rem 0 0 0;
  }
}
/********** INITIATIVES - SMALL LIST **********/
.initiatives.list .items a {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
}

.initiatives.list .items a figure {
  background-size: cover !important;
  filter: grayscale(50%);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  position: absolute;
  transform: scale(1);
  transition: transform 400ms ease;
  z-index: 1;
}

.initiatives.list .items a figure:before {
  background-color: rgba(0, 0, 0, 0.29);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: background-color 350ms ease;
}

.initiatives.list .items a text-content {
  bottom: 0;
  box-sizing: border-box;
  color: #FFF;
  left: 0;
  padding: 3.25rem 5.125rem 3rem 3.25rem;
  position: absolute;
  width: 100%;
  z-index: 2;
  transition: transform 400ms ease;
}

.initiatives.list .items a text-content strong {
  display: block;
  font-weight: 300;
  font-size: 1.875rem;
}

.initiatives.list .items a text-content strong:after {
  background-color: #FFF;
  content: "";
  display: block;
  height: 2px;
  margin: 0.875rem 0;
  opacity: 1;
  position: relative;
  transition: opacity 400ms ease;
  width: 1.875rem;
}

.initiatives.list .items a text-content span {
  display: block;
  font-size: 1.125rem;
  line-height: 1.813rem;
  opacity: 0;
  transform: translateY(50%);
  transition: opacity 400ms ease, transform 400ms ease;
}

/* HOVER */
.initiatives.list .items a:hover figure {
  transform: scale(1.2);
}

.initiatives.list .items a:hover figure:before {
  background-color: rgba(0, 0, 0, 0.1);
}

.initiatives.list .items a:hover text-content {
  transform: translateY(0) !important;
}

.initiatives.list .items a:hover text-content span {
  opacity: 1;
  transform: translateY(0);
}

/** RESPONSIVE LAYOUTS **/
@media (min-width: 1300px) {
  .initiatives.list .items grid-column {
    width: 43.3333333333%;
  }
  .initiatives.list .items grid-column:nth-child(odd) {
    margin-left: 6.6666666667%;
  }
  .initiatives.list .items grid-column:nth-child(2n) ~ grid-column {
    margin-top: 2.376rem;
  }
  .initiatives.list .items a {
    padding-bottom: 70%;
  }
}
@media (min-width: 971px) and (max-width: 1299px) {
  .initiatives.list .items grid-column {
    width: 50%;
  }
  .initiatives.list .items grid-column:nth-child(2n) ~ grid-column {
    margin-top: 2.376rem;
  }
  .initiatives.list .items a {
    padding-bottom: 80%;
  }
}
@media (min-width: 800px) and (max-width: 970px) {
  .initiatives.list .items grid-column {
    width: 50%;
  }
  .initiatives.list .items grid-column:nth-child(2n) ~ grid-column {
    margin-top: 2.376rem;
  }
  .initiatives.list .items a {
    padding-bottom: 100%;
  }
}
@media (max-width: 799px) {
  .initiatives.list .items grid-column {
    width: 100%;
  }
  .initiatives.list .items grid-column:first-child ~ grid-column {
    margin-top: 2.376rem;
  }
  .initiatives.list .items a {
    padding-bottom: 75%;
  }
  .initiatives.list .items a figure {
    transform: scale(1) !important;
  }
  .initiatives.list .items a text-content {
    transform: translateY(0) !important;
  }
  .initiatives.list .items a text-content span {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 500px) {
  .initiatives.list .items a {
    padding-bottom: 110%;
  }
  .initiatives.list .items grid-column:first-child ~ grid-column {
    margin-top: 1.188rem;
  }
  .initiatives.list .items a text-content {
    padding: 2rem 3.875rem 1.75rem 2rem;
  }
}
@media (min-width: 469px) {
  .initiatives.list.small grid-row:first-of-type {
    margin-bottom: 2.563rem;
  }
}
@media (max-width: 468px) {
  .initiatives.list.small grid-row:first-of-type {
    margin-bottom: 2.5rem;
  }
}
/********** LAGE FORMAT QUOTE **********/
.large_quote {
  background-color: #042849;
}

.large_quote.isolated {
  background-color: #FFF;
}

.large_quote figure {
  background-size: cover !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  opacity: 0.2;
  filter: grayscale(100%);
  z-index: 1;
  display: none !important;
}

.large_quote blockquote {
  display: block;
  margin: 0 auto;
  max-width: 110.938rem;
  padding: 0 1.188rem;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  z-index: 2;
}

.large_quote blockquote:before {
  background-color: #ED973B;
  border-radius: 3px;
  content: "";
  position: absolute;
  left: calc(6.6666666667% - 1rem);
  top: 0.875rem;
  bottom: 0.875rem;
  width: 3px;
}

.large_quote blockquote p {
  color: #FFF;
  font-style: normal;
  line-height: 150%;
}

.large_quote.isolated blockquote p {
  color: #231E20;
  font-style: normal;
  line-height: 150%;
}

@media (min-width: 1621px) {
  .large_quote blockquote p {
    font-size: 2.5rem;
  }
  .large_quote blockquote p {
    margin: 1.75rem 20% 0 6.6666666667%;
  }
}
@media (min-width: 1321px) and (max-width: 1620px) {
  .large_quote blockquote p {
    font-size: 2.45vw;
  }
  .large_quote blockquote p {
    margin: 1.75rem 18% 0 6.6666666667%;
  }
}
@media (min-width: 769px) and (max-width: 1320px) {
  .large_quote blockquote p {
    font-size: 2.063rem;
  }
  .large_quote blockquote p {
    margin: 1.75rem 6.6666666667% 0 6.6666666667%;
  }
}
@media (min-width: 469px) and (max-width: 768px) {
  .large_quote blockquote p {
    font-size: 1.938rem;
  }
  .large_quote blockquote p {
    margin: 1.75rem 0 0 2.5rem;
  }
  .large_quote blockquote:before {
    left: 1.938rem;
  }
}
@media (max-width: 468px) {
  .large_quote blockquote p {
    font-size: 1.5rem;
  }
  .large_quote blockquote p {
    margin: 1.75rem 1.5rem 0 2.5rem;
  }
  .large_quote blockquote:before {
    left: 1.938rem;
    top: 0.5rem;
    bottom: 0.5rem;
  }
}
.large_quote blockquote p:first-of-type {
  margin-top: 0rem !important;
}

/********** LOADING ANIMATION **********/
.loading_more {
  display: block;
  height: 8rem;
  opacity: 1;
  overflow: hidden;
  padding-bottom: 2px;
  transition: height 350ms ease, opacity 350ms ease;
}

.loading_more.hidden {
  opacity: 0;
  height: 0;
}

loading-animation {
  display: table;
  height: 10px;
  margin: 0 auto 3.75rem auto;
  opacity: 0;
  position: relative;
  width: 72px;
}

loading-animation.visible {
  opacity: 1;
}

a.btn.loadmore {
  opacity: 0;
}

a.btn.loadmore.visible {
  opacity: 1;
}

loading-dot {
  width: 10px;
  height: 10px;
  border: 2px solid #012F5F;
  border-radius: 50%;
  float: left;
  margin: 0 5px;
  transform: scale(0);
  animation: loading_dot 1000ms ease infinite 0ms;
}

loading-dot:nth-child(2) {
  animation: loading_dot 1000ms ease infinite 300ms;
}

loading-dot:nth-child(3) {
  animation: loading_dot 1000ms ease infinite 600ms;
}

@-webkit-keyframes loading_dot {
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loading_dot {
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 468px) {
  loading-animation {
    margin-bottom: 1.875rem;
  }
}
/***** POST CONTENT *****/
.story_content grid-column > *:first-child {
  margin-top: 0;
}

.story_content img {
  height: auto !important;
}

.story_content blockquote * {
  color: #01A7B8;
}

.story_content blockquote {
  margin: 5.5rem 0;
}

.story_content content-embed {
  display: block;
  width: 100%;
}

.story_content content-embed > img,
.story_content twitter-embed {
  display: block;
  margin: 0 auto;
  position: relative;
}

.story_content content-embed.image {
  height: auto !important;
  padding: 0 !important;
}

.story_content .twitter-tweet {
  margin: 0 auto;
  min-width: 200px !important;
  max-width: 500px !important;
  width: 100% !important;
}

.story_content blockquote a:before {
  bottom: 2px;
  height: 2px;
  left: 0;
  right: 0;
}

.story_content blockquote a:hover {
  color: #012F5F;
}

.story_content blockquote a:hover:before {
  background-color: #012F5F;
}

.story_content content-embed {
  display: block;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}

.story_content content-embed > *:not(kpi-item) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.story_content a {
  color: #01A7B8;
  display: inline-block;
  position: relative;
  transition: color 350ms ease;
}

.story_content a:before {
  background-color: #01A7B8;
  content: "";
  height: 1px;
  opacity: 0.5;
  position: absolute;
  bottom: 0.25rem;
  left: 50%;
  right: 50%;
  transition: background-color 350ms ease, left 350ms ease, right 350ms ease;
}

.story_content a:hover:before {
  left: 0;
  right: 0;
}

@media (min-width: 769px) {
  .story_content h1 {
    font-size: 2.5rem;
  }
  .story_content h2 {
    font-size: 2.063rem;
  }
  .story_content h3 {
    font-size: 1.875rem;
  }
}
@media (max-width: 768px) {
  .story_content h1 {
    font-size: 2rem;
  }
  .story_content h2 {
    font-size: 1.75rem;
  }
  .story_content h3 {
    font-size: 1.5rem;
  }
}
.story_content h4,
.story_content h5,
.story_content h6 {
  font-weight: 500;
}

.story_content * + h1,
.story_content * + h2,
.story_content * + h3,
.story_content * + h4,
.story_content * + h5,
.story_content * + h6 {
  margin-top: 3rem;
}

.story_content h1 a:before,
.story_content h2 a:before,
.story_content h3 a:before,
.story_content h4 a:before,
.story_content h5 a:before,
.story_content h6 a:before {
  bottom: 2px;
  height: 2px;
}

.story_content ul:not(.social) {
  list-style-type: none;
  margin: 1.875rem 0 0 0;
  padding: 0;
}

.story_content ul:not(.social) li {
  display: block;
  padding-left: 1.5rem;
  position: relative;
}

.story_content ul:not(.social) li + li {
  margin-top: 0.938rem;
}

.story_content ul:not(.social) li:before {
  content: "•";
  color: #C2CD23;
  font-size: 175%;
  position: absolute;
  top: 0;
  left: 0;
}

.story_content blockquote,
.story_content content-embed,
.story_content twitter-embed {
  margin: 3rem 0;
}

.story_content content-embed.kpi {
  display: table;
  height: auto;
  padding: 0;
  width: 100%;
}

.story_content content-embed.kpi kpi-item {
  display: block;
  float: left;
  width: calc(50% - 1.188rem);
  text-align: center;
}

.story_content content-embed.kpi kpi-item svg {
  display: block;
  margin: 0 auto 1.25rem auto;
  height: 6rem;
  width: 6rem;
}

.story_content content-embed.kpi kpi-item {
  color: #A7A9AD;
  font-weight: 500;
  text-transform: uppercase;
}

.story_content content-embed.kpi kpi-item {
  font-size: 1.375rem;
}

@media (min-width: 1621px) {
  .story_content content-embed.kpi kpi-item:nth-child(even) {
    margin-left: 2.236rem;
  }
  .story_content content-embed.kpi kpi-item:nth-child(2n) ~ kpi-item {
    margin-top: 5.5rem;
  }
}
@media (min-width: 1121px) and (max-width: 1620px) {
  .story_content content-embed.kpi kpi-item:nth-child(2n) ~ kpi-item {
    margin-top: 4.5rem;
  }
}
@media (min-width: 769px) and (max-width: 1120px) {
  .story_content content-embed.kpi kpi-item:nth-child(even) {
    margin-left: 2.236rem;
  }
  .story_content content-embed.kpi kpi-item:nth-child(2n) ~ kpi-item {
    margin-top: 4rem;
  }
}
@media (min-width: 469px) and (max-width: 768px) {
  .story_content content-embed.kpi kpi-item:nth-child(even) {
    margin-left: 2.236rem;
  }
  .story_content content-embed.kpi kpi-item:nth-child(2n) ~ kpi-item {
    margin-top: 3.5rem;
  }
}
@media (max-width: 590px) {
  .story_content content-embed.kpi kpi-item {
    float: none;
    margin: 0 auto 0 auto !important;
    max-width: 25rem;
    width: 100%;
  }
  .story_content content-embed.kpi kpi-item + kpi-item {
    margin: 3.5rem auto 0 auto !important;
  }
}
@media (max-width: 468px) {
  .story_content twitter-embed {
    max-width: 260px;
  }
  .story_content content-embed.kpi kpi-item:nth-child(2n) ~ kpi-item {
    margin-top: 2.5rem;
  }
  .story_content content-embed.kpi kpi-item {
    margin: 0 auto 0 auto !important;
  }
  .story_content content-embed.kpi kpi-item + kpi-item {
    margin: 2.5rem auto 0 auto !important;
  }
}
/***** FILTER CONTROLS *****/
.filter {
  display: table;
  list-style-type: none;
  margin: 0 0 0 auto;
  padding: 0;
}

.filter li {
  display: block;
  float: left;
}

.filter li a {
  color: #A7A9AD;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2rem;
  position: relative;
  text-transform: uppercase;
}

.filter li a:before {
  background-color: #ED973B;
  content: "";
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  transition: left 350ms ease, right 350ms ease;
}

.filter li a.current:before,
.filter li a:hover:before {
  left: 0;
  right: 0;
}

@media (min-width: 469px) {
  .filter li + li {
    margin-left: 3.75rem;
  }
}
@media (max-width: 1120px) {
  .filter {
    margin: 2.5rem 0 0 0;
  }
}
@media (max-width: 468px) {
  .filter:not(.learning) {
    width: 100%;
  }
  .filter:not(.learning) li {
    margin-left: 0;
    margin-top: 1rem;
    width: 50%;
  }
  .filter:not(.learning) li a {
    display: table;
    margin: 0 auto;
  }
}
/***** SIDEBAR *****/
floating-sidebar {
  display: block;
  max-width: 25.625rem;
  width: 100%;
}

floating-sidebar.fixed {
  position: fixed;
  top: 9.875rem;
}

floating-sidebar.fixed ~ * {
  opacity: 0;
}

floating-sidebar h4 {
  font-size: 1.375rem;
  font-weight: 300 !important;
}

floating-sidebar ul {
  list-style-type: none;
  margin: 2.75rem 0 0 0;
  padding: 0;
}

floating-sidebar li {
  display: block;
  padding-left: 3.75rem;
  position: relative;
  line-height: 1.75rem;
}

floating-sidebar li img {
  display: block;
  height: 1.75rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.75rem;
}

floating-sidebar li + li {
  margin-top: 1.5rem;
}

floating-sidebar a.btn {
  border-radius: 0;
  display: block;
  margin: 3rem 0 -3rem -3rem !important;
  max-width: none !important;
  width: calc(100% + 6rem) !important;
}

deadline-date {
  display: block;
  margin: 2rem 0;
  position: relative;
}

deadline-date img {
  height: 1.75rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.75rem;
}

deadline-date span {
  color: #9C9C9C;
  display: block;
  line-height: 1.25rem;
  padding-left: 2.938rem;
  padding-top: 0.25rem;
}

@media (max-width: 970px) {
  floating-sidebar {
    margin-top: 5rem;
    margin-bottom: 2.5rem;
  }
}
shadow-box {
  background-color: #FFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.27);
  display: block;
  padding: 3rem;
  position: relative;
  box-sizing: border-box;
}

shadow-box > map-wrapper {
  background-color: #DDD;
  display: block;
  height: 10.625rem;
  margin: -3rem 0 3rem -3rem;
  position: relative;
  width: calc(100% + 6rem);
  box-sizing: border-box;
}

shadow-box > map-wrapper > map-embed {
  cursor: default;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

shadow-box > map-wrapper > map-marker {
  z-index: 2;
}

shadow-box + h4,
floating-sidebar + h4 {
  margin: 4.5rem 0 2rem 0;
}

shadow-box > span {
  color: #231E20;
  display: block;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 175%;
  margin: 0;
  -webkit-text-stroke: 0.45px rgba(0, 0, 0, 0.1);
}

shadow-box.contact_details ul {
  margin: 0 !important;
}

shadow-box a:not(.btn) {
  color: #01A7B8;
  display: table;
  line-height: 175%;
  margin-top: 2rem;
  position: relative;
  transition: color 350ms ease;
}

shadow-box a:not(.btn):before {
  background-color: #01A7B8;
  content: "";
  height: 1px;
  opacity: 0.5;
  position: absolute;
  bottom: 0.25rem;
  left: 50%;
  right: 50%;
  transition: background-color 350ms ease, left 350ms ease, right 350ms ease;
}

shadow-box a:not(.btn):hover:before {
  left: 0;
  right: 0;
}

/********** PUBLICATIONS SMALL LIST **********/
publication-item {
  display: table;
  min-height: 29.375rem;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

publication-item figure {
  background-size: cover !important;
  background-position: center !important;
  display: block;
  margin: 0;
}

publication-item text-content {
  display: block;
}

publication-item h3 {
  font-size: 1.75rem;
  line-height: 2.313rem;
}

publication-item h3 a {
  color: #231E20;
  transition: color 350ms ease;
}

publication-item h3 + span {
  display: block;
  font-size: 1.375rem;
}

publication-item p {
  line-height: 190%;
}

publication-item p:first-of-type {
  margin: 0 !important;
}

publication-item a.btn {
  opacity: 0.3;
  transition: opacity 350ms ease;
}

publication-item h3 a:hover {
  color: #01A7B8;
}

publication-item a.btn:hover {
  opacity: 1;
}

@media (min-width: 1621px) {
  .publications.list.small grid-row:first-of-type {
    margin-bottom: 5.625rem;
  }
  .publications.list .items grid-column:nth-child(2n) ~ grid-column {
    margin-top: 5.5rem;
  }
}
@media (min-width: 1421px) {
  .publications.list.small .items grid-column {
    width: 43.3333333333%;
  }
  .publications.list.small .items grid-column:nth-child(odd) {
    margin-left: 6.6666666667%;
  }
  publication-item {
    padding-right: 1.188rem;
  }
  .publications.list .items grid-column:nth-child(2n) ~ grid-column {
    margin-top: 4.125rem;
  }
  publication-item text-content {
    padding-bottom: 7.25rem;
  }
}
@media (min-width: 1221px) and (max-width: 1420px) {
  publication-item text-content {
    padding-bottom: 6.25rem;
  }
}
@media (min-width: 1221px) {
  publication-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
  }
  publication-item text-content {
    margin-left: calc(40% + 2.376rem);
  }
  publication-item h3 + span {
    margin: 2.125rem 0 2.75rem 0;
  }
  publication-item a.btn {
    bottom: 4.063rem;
    position: absolute;
  }
}
@media (max-width: 1220px) {
  publication-item img {
    display: block;
    position: relative;
    width: 100%;
  }
  publication-item text-content {
    width: 100%;
  }
  publication-item h3 {
    margin-top: 1.5rem;
  }
  publication-item h3 + span {
    font-size: 1.375rem;
    margin: 0.625rem 0 1.5rem 0;
  }
  publication-item p {
    font-size: 0.938rem;
  }
  publication-item a.btn {
    margin-top: 1.5rem;
  }
}
@media (min-width: 401px) and (max-width: 900px) {
  publication-item {
    height: auto !important;
    min-height: 0 !important;
  }
  publication-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
  }
  publication-item text-content {
    margin-left: calc(40% + 2.376rem);
    width: calc(60% - 2.376rem);
  }
  publication-item h3 + span {
    margin: 2.125rem 0 2.75rem 0;
  }
  publication-item h3 {
    margin-top: 0 !important;
  }
}
@media (min-width: 901px) and (max-width: 1420px) {
  .publications.list.small .items grid-column {
    width: 50%;
  }
  .publications.list .items grid-column:nth-child(2n) ~ grid-column {
    margin-top: 4.125rem;
  }
}
@media (max-width: 900px) {
  .publications.list.small .items grid-column {
    width: 100%;
  }
  .publications.list .items grid-column ~ grid-column {
    margin-top: 4.125rem;
  }
}
@media (min-width: 469px) and (max-width: 768px) {
  .publications.list.small grid-row:first-of-type {
    margin-bottom: 3.5rem;
  }
  .publications.list .items grid-column:nth-child(2n) ~ grid-column {
    margin-top: 3.25rem;
  }
}
@media (min-width: 769px) and (max-width: 1620px) {
  .publications.list.small grid-row:first-of-type {
    margin-bottom: 4.25rem;
  }
}
@media (max-width: 768px) {
  .publications.list.small h3 {
    font-size: 1.625rem;
  }
}
@media (min-width: 469px) and (max-width: 768px) {
  .publications.list.small grid-row:first-of-type {
    margin-bottom: 3.5rem;
  }
  .publications.list .items grid-column ~ grid-column {
    margin-top: 3.25rem;
  }
}
@media (max-width: 468px) {
  .publications.list.small grid-row:first-of-type {
    margin-bottom: 2.5rem;
  }
  .publications.list .items grid-column ~ grid-column {
    margin-top: 2.25rem;
  }
}
/********** SUPPORTERS / PARTNERS **********/
.supporters_partners ul {
  display: block;
  list-style-type: none;
  margin: 2.5rem 0 0 0;
  padding: 0;
}

.supporters_partners ul li {
  border-top: 1px solid #dedede;
  display: block;
  font-weight: 500;
  padding: 1.375rem 0;
  text-transform: uppercase;
}

.supporters_partners ul li a {
  color: #7B7B7B;
  display: table;
  padding: 0 0 0 0;
  transition: color 350ms ease, padding 350ms ease;
}

.supporters_partners ul li a:hover {
  color: #01A7B8;
  padding: 0 0 0 0.938rem;
}

@media (max-width: 768px) {
  .supporters_partners grid-column + grid-column h2 {
    margin-top: 2.5rem;
  }
}
/********** MAP MARKER **********/
map-marker {
  bottom: 50%;
  left: 50%;
  display: block;
  height: 6.125rem;
  margin: 0 auto;
  position: absolute;
  transform: translateX(-50%);
  width: 5.125rem;
}

map-marker-inner {
  background-color: #ED973B;
  border-radius: 50% 50% 0 50%;
  display: block;
  height: 5.125rem;
  overflow: hidden;
  position: relative;
  transform: rotate(45deg);
  width: 5.125rem;
}

map-marker figure {
  background-size: cover !important;
  background-position: center;
  display: none !important;
  margin: 0;
  position: absolute;
  top: -0.063rem;
  right: -0.625rem;
  bottom: -1.25rem;
  left: 0;
  transform: rotate(-45deg);
}

/********** PSEUDO-SELECT **********/
select-wrapper {
  display: table;
  float: left;
  position: relative;
  z-index: 800;
  width: 33.333%;
}

select-wrapper label {
  color: #231E20;
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  height: 3.125rem;
  letter-spacing: 1.1px;
  line-height: 3.125rem;
  text-transform: uppercase;
  float: left;
}

psuedo-select {
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 1;
}

select-wrapper.active {
  z-index: 850;
}

psuedo-select psuedo-selected-value {
  box-shadow: inset 0 0.125rem 0.325rem 0 rgba(0, 0, 0, 0.125);
  color: #9C9C9C;
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  height: 3.125rem;
  line-height: 3.125rem;
  overflow: hidden;
  padding: 0 1.25rem;
  position: relative;
  text-transform: uppercase;
  text-shadow: 0 0 0.5rem rgba(76, 123, 202, 0);
  width: 100%;
  z-index: 1;
  transition: all 350ms ease;
  box-sizing: border-box;
}

psuedo-select psuedo-selected-value:after {
  content: "";
  opacity: 1;
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
  bottom: 0.625rem;
  width: 2.625rem;
  transition: opacity 125ms ease 225ms;
  z-index: 1;
}

psuedo-select psuedo-selected-value svg {
  fill: #9C9C9C;
  height: 12px;
  position: absolute;
  pointer-events: none;
  top: 50%;
  right: 1.063rem;
  width: 20px;
  filter: drop-shadow(0 0 0.2rem rgba(76, 123, 202, 0));
  transform: translateY(-50%) rotate(0deg);
  transition: all 350ms ease;
  z-index: 2;
}

input-options {
  opacity: 0;
  position: absolute;
  transform: translateX(-9999px);
  transition: opacity 350ms ease 0ms, transform 0ms linear 350ms;
  min-width: 100%;
  z-index: 800;
}

input-options input-option {
  box-shadow: 0 0.125rem 0.325rem 0 rgba(0, 0, 0, 0.125);
  background-color: #FFF;
  color: #231E20;
  display: block;
  border: 0;
  font-size: 0.75rem;
  font-weight: 500;
  height: 3.125rem;
  line-height: 3.125rem;
  padding: 0 1.25rem;
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
  min-width: 100%;
  z-index: 1;
  transition: all 350ms ease;
  box-sizing: border-box;
}

/*** HOVER ***/
select-wrapper:not(.disabled) psuedo-select:hover psuedo-selected-value {
  background-color: #F4F4F4;
}

select-wrapper:not(.disabled) input-options input-option:hover {
  background-color: #F4F4F4;
}

/*** DISABLED ***/
select-wrapper.disabled psuedo-select psuedo-selected-value {
  cursor: default !important;
}

/*** ACTIVE ***/
select-wrapper.active psuedo-select psuedo-selected-value {
  background-color: #F0F0F0;
  border: 1px solid rgba(40, 122, 172, 0);
  color: #231E20;
  text-shadow: 0 0 0.5rem rgba(76, 123, 202, 0);
  box-shadow: 0 0 0.5rem 0 rgba(76, 123, 202, 0), inset 0 0 0.5rem 0 rgba(76, 123, 202, 0);
}

select-wrapper.active psuedo-select psuedo-selected-value svg {
  fill: #231E20;
  transform: translateY(-50%) rotate(180deg);
  filter: drop-shadow(0 0 0.2rem rgba(76, 123, 202, 0));
}

select-wrapper.active psuedo-select input-options {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 350ms ease 0ms, transform 0ms linear 0ms;
}

select-wrapper.active psuedo-select psuedo-selected-value:after {
  opacity: 0;
  transition: opacity 125ms ease 0ms;
}

/***** SOCIAL WIDGET *****/
social-widget {
  position: absolute;
  bottom: 2.376rem;
  right: 2.376rem;
  z-index: 100;
}

social-widget svg {
  fill: #FFF;
}

social-widget widget-icon {
  background-color: rgba(194, 205, 35, 0);
  border: 1px solid #FFF;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 3.125rem;
  position: relative;
  transition: background-color 350ms ease, border 350ms ease;
  width: 3.125rem;
  z-index: 1;
}

social-widget widget-icon svg {
  height: 1.5rem;
  left: calc(50% - 2px);
  position: absolute;
  top: 50%;
  transition: fill 350ms ease;
  transform: translateX(-50%) translateY(-50%);
  width: 1.5rem;
}

social-widget.active widget-icon {
  background-color: #c2cd23;
  border: 1px solid #C2CD23;
}

social-widget ul {
  height: 3.125rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 3.125rem;
  z-index: -1;
}

social-widget ul li {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: transform 350ms ease, opacity 350ms ease;
}

social-widget ul svg {
  display: block;
  height: 1.75rem;
  transform: scale(1);
  transition: transform 350ms ease;
  width: 1.75rem;
}

social-widget ul li {
  transform: translateX(-50%) translateY(-50%);
}

social-widget.active ul li {
  opacity: 1;
}

social-widget.active widget-icon svg {
  fill: #012F5F;
}

social-widget ul li:hover svg {
  transform: scale(1.2);
}

@media (min-width: 769px) {
  social-widget.active ul li:first-child {
    transform: translateX(-50%) translateY(-250%);
  }
  social-widget.active ul li:first-child + li {
    transform: translateX(-210%) translateY(-210%);
  }
  social-widget.active ul li:first-child + li + li {
    transform: translateX(-250%) translateY(-50%);
  }
}
@media (max-width: 768px) {
  social-widget {
    bottom: auto;
    top: 1.875rem;
    right: 1.875rem;
  }
  social-widget.active ul li:first-child {
    transform: translateX(-50%) translateY(160%);
  }
  social-widget.active ul li:first-child + li {
    transform: translateX(-210%) translateY(120%);
  }
  social-widget.active ul li:first-child + li + li {
    transform: translateX(-250%) translateY(-50%);
  }
}
/******************************/
/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url(images/marker-icon.png);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}

.leaflet-popup-content p {
  margin: 18px 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

/*** CLUSTER ***/
.marker-cluster-small {
  background-color: #01A7B8;
}

.marker-cluster-medium {
  background-color: #01A7B8;
}

.marker-cluster-large {
  background-color: #01A7B8;
}

.marker-cluster {
  background-clip: padding-box;
  border-radius: 50%;
}

.marker-cluster div {
  color: #FFF;
  width: 40px;
  height: 40px;
  margin-left: 0;
  margin-top: 0;
  text-align: center;
  border-radius: 50%;
  font-family: "Ubuntu", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
}

.marker-cluster span {
  line-height: 40px;
}

/*** MARKER ***/
.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
  -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
  -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
  -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
  transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
  /* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
  -webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
  -moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
  -o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
  transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

/***** IE9 ****/
body.ie9,
body.ie8 {
  position: fixed;
  overflow: hidden;
}

body.ie9 > *,
body.ie8 > * {
  display: none;
}

body.ie9 .upgrade,
body.ie8 .upgrade {
  display: block !important;
}

.upgrade {
  display: none;
}

body.ie9 .upgrade site-logo svg,
body.ie8 .upgrade site-logo svg {
  display: block;
  margin: 1.875rem auto 1.875rem auto;
  width: 18.5rem;
}

body.ie9 .barba-container > *,
body.ie8 .barba-container > * {
  display: none;
}

body.ie9 .upgrade,
body.ie8 .upgrade {
  background-color: #012F5F;
  display: block !important;
  padding: 3.75rem;
  overflow: hidden;
  overflow-y: visible;
  padding: 2.5rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  box-sizing: border-box;
}

body.ie9 .upgrade a,
body.ie8 .upgrade a {
  color: #ED973B;
  font-weight: bold;
}

body.ie9 .upgrade div,
body.ie8 .upgrade div {
  display: block;
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
}

body.ie9 .upgrade p,
body.ie8 .upgrade p {
  color: #FFF;
  font-size: 1rem;
  text-align: center;
}

body.ie9 .upgrade strong,
body.ie8 .upgrade strong {
  color: #FFF;
  display: block;
  font-size: 2rem;
  margin-top: 1rem;
  text-align: center;
}

body.ie9 .upgrade b,
body.ie8 .upgrade b {
  color: #FFF;
  display: block;
  font-size: 1.375rem;
  margin: 1.875rem 0 0 0;
  text-align: center;
}

body.ie9 .upgrade ul,
body.ie8 .upgrade ul {
  display: table;
  list-style-type: none;
  margin: 1rem auto 0 auto;
  padding: 0;
  text-align: center;
}

/***** SUCCESS / ERROR *****/
success-message,
error-message {
  display: block;
  margin-bottom: 2.376rem;
  padding: 1.25rem 1.75rem;
  position: relative;
}

success-message p,
error-message p {
  color: #FFF;
  font-weight: 500;
  text-align: center;
}

success-message {
  background-color: #01A7B8;
}

error-message {
  background-color: #D91E18;
}

/***** MODAL *****/
modal-popup {
  background-color: rgba(4, 40, 73, 0.9);
  margin: 0 auto;
  opacity: 0;
  padding: 5rem 1.875rem;
  position: fixed;
  top: -100%;
  bottom: 100%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -2000;
  transition: opacity 500ms ease, top 0ms linear 500ms, bottom 0ms linear 500ms, z-index 0ms linear 500ms;
  box-sizing: border-box;
}

@media (max-width: 620px) {
  modal-popup {
    padding: 1.875rem;
  }
}
modal-popup.visible {
  opacity: 1;
  transition: opacity 500ms ease, top 0ms linear 0ms, bottom 0ms linear 0ms, z-index 0ms linear 0ms;
  top: 0;
  bottom: 0;
  z-index: 2000;
}

modal-popup modal-inner {
  background-color: white;
  display: block;
  margin: 0 auto;
  max-width: 50rem;
  padding: 3.5rem;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 620px) {
  modal-inner {
    padding: 3.5rem 0.5rem 0.5rem 0.5rem;
  }
}
modal-content,
modal-content > * {
  display: block;
  width: 100%;
}

/** CLOSE **/
modal-popup a.close {
  cursor: pointer;
  top: 1rem;
  right: 1rem;
  position: absolute;
  z-index: 100;
}

modal-popup a.close svg {
  display: block;
  fill: #979797;
  height: 1.5rem;
  opacity: 0.6;
  transform: scale(1);
  transition: transform 350ms ease, opacity 350ms ease;
  width: 1.5rem;
}

modal-popup a.close:hover svg {
  opacity: 1;
  transform: scale(1.1);
}

/****** JOINING PROCESS / OUR MEMBERS ******/
@media (min-width: 1621px) {
  .members.content .story_content {
    width: calc(80% - 25.625rem);
    margin-left: 6.6666666667%;
  }
  .members.content .sidebar {
    width: 25.625rem;
    margin-left: 6.6666666667%;
  }
  .members.content .story_content > * {
    margin-left: 12.6%;
    width: 88.4%;
  }
  .members.content .story_content > blockquote,
  .members.content .story_content > content-embed {
    margin-left: 0%;
    width: 100%;
  }
}
@media (min-width: 1321px) and (max-width: 1620px) {
  .members.content .story_content {
    width: calc(80% - 25.625rem);
    margin-left: 6.6666666667%;
  }
  .members.content .sidebar {
    width: 25.625rem;
    margin-left: 6.6666666667%;
  }
}
@media (min-width: 971px) and (max-width: 1320px) {
  .members.content .story_content {
    width: calc(93.3333333333% - 25.625rem);
  }
  .members.content .sidebar {
    width: 25.625rem;
    margin-left: 6.6666666667%;
  }
}
@media (max-width: 970px) {
  .members.content .story_content,
  .members.content .sidebar {
    width: 100%;
    margin-left: 0%;
  }
  .members.content .sidebar map-cta {
    width: 100%;
    margin: 2.5rem auto 0 auto;
    max-width: 500px;
  }
}
/***** MAP CTA *****/
.testimonial + .members + .quicklinks + .partners {
  padding-top: 0;
}

map-cta {
  display: block;
  position: relative;
}

map-cta cta-text {
  background-color: #012F5F;
  color: #FFF;
  display: block;
  padding: 2.875rem 3.125rem 2rem 3.125rem;
  position: relative;
}

map-cta cta-text strong {
  display: block;
  font-size: 1.063rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin: 0 0 0.563rem 0;
  text-transform: uppercase;
}

map-cta cta-text strong + span {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin: 0 0 1.688rem 0;
  text-transform: uppercase;
}

map-cta cta-text a.btn {
  color: #FFF !important;
  opacity: 0.45;
}

map-cta cta-text a.btn:before {
  background-color: #FFF !important;
}

map-cta cta-text a.btn:after {
  border-color: transparent transparent transparent #FFF !important;
}

/********************************************************************/
/****************************** BLOCKS ******************************/
/********************************************************************/
section.block:not(.full_width_image) + section.block {
  padding-top: 0;
}

/*************** INTRODUCTION ***************/
@media (min-width: 1121px) and (max-width: 1200px) {
  .block.introduction grid-column {
    width: 46.6666666667%;
    margin-left: 0;
  }
  .block.introduction grid-column:last-of-type {
    margin-left: 6.6666666667%;
  }
}
@media (min-width: 769px) and (max-width: 1120px) {
  .block.introduction grid-column:first-of-type {
    width: 86.6666666667%;
    margin-left: 6.6666666667%;
    margin-top: 2.75rem;
  }
  .block.introduction grid-column:last-of-type {
    width: 73.3333333333%;
    margin-left: 13.3333333333%;
    margin-top: 3.25rem;
  }
}
@media (min-width: 469px) and (max-width: 768px) {
  .block.introduction grid-column:last-of-type {
    width: 73.3333333333%;
    margin-left: 13.3333333333%;
    margin-top: 2.75rem;
  }
}
@media (max-width: 468px) {
  .block.introduction grid-column:last-of-type {
    margin-top: 2.75rem;
  }
}
/*************** TEXT BOX ***************/
.block.text_box ul {
  list-style-type: none;
  margin: 1.875rem 0 0 0;
  padding: 0;
}

.block.text_box ul li {
  display: block;
  padding-left: 1.5rem;
  position: relative;
}

.block.text_box ul li + li {
  margin-top: 0.938rem;
}

.block.text_box ul li:before {
  content: "•";
  color: #C2CD23;
  font-size: 175%;
  position: absolute;
  top: 0;
  left: 0;
}

.block.text_box a.btn {
  margin-top: 2.5rem;
}

.text_box.with_image a.btn {
  display: table;
  opacity: 0.5;
  margin: 1.875rem 12% 0 auto;
}

@media (max-width: 1121px) {
  .text_box.with_image img {
    margin-top: 2.75rem;
  }
}
/*************** KEY STATEMENT ***************/
.block.key_statement p {
  color: #A7A9AD;
  line-height: 165%;
}

@media (min-width: 1621px) {
  .block.key_statement p:first-of-type {
    padding-top: 2.5rem;
  }
}
@media (min-width: 1521px) {
  .block.key_statement p {
    font-size: 1.75rem;
  }
}
@media (min-width: 1201px) and (max-width: 1520px) {
  .block.key_statement p {
    font-size: 1.85vw;
  }
}
@media (min-width: 1121px) and (max-width: 1200px) {
  .block.key_statement p {
    font-size: 1.375rem;
  }
}
@media (min-width: 769px) and (max-width: 1120px) {
  .block.key_statement p {
    font-size: 1.375rem;
  }
}
@media (min-width: 469px) and (max-width: 768px) {
  .block.key_statement p {
    font-size: 1.375rem;
  }
}
@media (max-width: 468px) {
  .block.key_statement p {
    font-size: 1.25rem;
  }
}
/*************** SINGLE FEATURE ***************/
.block.single_feature img {
  max-width: 26.25rem;
}

.block.single_feature a.btn {
  margin-top: 1.75rem;
}

/*************** DOUBLE FEATURE ***************/
.block.double_feature a.btn {
  margin-top: 1.75rem;
}

@media (min-width: 469px) and (max-width: 768px) {
  .block.double_feature grid-column + grid-column {
    margin-top: 3.75rem;
  }
}
@media (max-width: 468px) {
  .block.double_feature grid-column + grid-column {
    margin-top: 2.5rem;
  }
}
/*************** DOUBLE FEATURE HEADING ***************/
.heading.centered {
  text-align: center !important;
}

@media (min-width: 1621px) {
  .heading {
    padding: 0 0 3.75rem 0;
  }
}
@media (min-width: 769px) and (max-width: 1620px) {
  .heading {
    padding: 0 0 3.75% 0;
  }
}
@media (min-width: 469px) and (max-width: 768px) {
  .heading {
    padding: 0 0 1.75rem 0;
  }
}
@media (max-width: 468px) {
  .heading {
    padding: 0 0 1.5rem 0;
  }
}
/*************** TRIPLE FEATURE ***************/
.block.triple_feature a.btn {
  margin-top: 1.75rem;
}

.block.triple_feature h3 {
  font-size: 1.625rem;
  font-weight: 700;
}

.block.triple_feature grid-column:first-child h3 {
  color: #C2CD23;
}

.block.triple_feature grid-column:first-child + grid-column h3 {
  color: #01A7B8;
}

.block.triple_feature grid-column:last-child h3 {
  color: #F8981C;
}

.block.triple_feature h3 + span {
  color: #A7A9AD;
  display: block;
  font-size: 1.125rem;
  font-weight: 300;
  margin-top: 0.625rem;
}

@media (min-width: 1121px) {
  .block.triple_feature grid-column {
    width: 28.8888888889%;
  }
  .block.triple_feature grid-column:first-child {
    margin-left: 6.6666666667%;
  }
}
@media (min-width: 1000px) and (max-width: 1120px) {
  .block.triple_feature grid-column {
    width: 33.3333%;
  }
}
@media (min-width: 1000px) and (max-width: 1120px) {
  .block.triple_feature grid-column {
    width: 73.3333333333%;
    margin-left: 13.3333333333%;
  }
  .block.triple_feature grid-column + grid-column {
    margin-top: 3.75rem;
  }
}
@media (min-width: 469px) and (max-width: 768px) {
  .block.triple_feature grid-column + grid-column {
    margin-top: 3.75rem;
  }
}
@media (max-width: 468px) {
  .block.triple_feature grid-column + grid-column {
    margin-top: 2.5rem;
  }
}
/*************** FULL WIDTH IMAGE ***************/
.block.full_width_image {
  box-sizing: border-box;
  height: 0;
  padding-bottom: 38%;
}

.block.full_width_image figure {
  background-size: cover !important;
  background-position: center !important;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  z-index: 1;
}

/*************** VERTICAL ICONS ***************/
.block.vertical_icons icon-row {
  display: block;
  position: relative;
}

.block.vertical_icons icon-row svg {
  height: 5.125rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 5.125rem;
}

.block.vertical_icons icon-row *:not(svg) {
  display: block;
  padding-left: 7rem;
}

.block.vertical_icons h4 {
  font-size: 1.625rem;
  font-weight: 700;
}

.block.vertical_icons h4 + p {
  margin-top: 0.625rem;
}

.block.vertical_icons icon-row:first-of-type h4 {
  color: #C2CD23;
}

.block.vertical_icons icon-row:first-of-type + icon-row h4 {
  color: #01A7B8;
}

.block.vertical_icons icon-row:first-of-type + icon-row + icon-row h4 {
  color: #F8981C;
}

.block.vertical_icons icon-row:last-of-type h4 {
  color: #074586;
}

.block.vertical_icons icon-row:first-of-type svg {
  fill: #C2CD23;
}

.block.vertical_icons icon-row:first-of-type + icon-row svg {
  fill: #01A7B8;
}

.block.vertical_icons icon-row:first-of-type + icon-row + icon-row svg {
  fill: #F8981C;
}

.block.vertical_icons icon-row:last-of-type svg {
  fill: #074586;
}

.block.vertical_icons icon-row {
  margin-top: 3.75rem;
}

@media (max-width: 375px) {
  .block.vertical_icons icon-row svg {
    height: 3.5rem;
    width: 3.5rem;
  }
  .block.vertical_icons icon-row *:not(svg) {
    padding-left: 5.375rem;
  }
}
@media (max-width: 375px) {
  .block.vertical_icons icon-row svg {
    height: 3.5rem;
    width: 3.5rem;
  }
  .block.vertical_icons icon-row *:not(svg) {
    padding-left: 5.375rem;
  }
}
/*************** HORIZONTAL ICONS ***************/
.block.horizontal_icons svg {
  display: block;
  height: 5.125rem;
  margin: 0;
  position: relative;
  width: 5.125rem;
}

.block.horizontal_icons h3 {
  text-align: center;
}

.block.horizontal_icons h4 {
  font-size: 1.625rem;
  font-weight: 700;
  margin: 1rem 0 0 0;
}

.block.horizontal_icons .icons grid-column {
  padding: 0 2.5rem;
}

.block.horizontal_icons .icons grid-column:first-of-type h4 {
  color: #C2CD23;
}

.block.horizontal_icons .icons grid-column:first-of-type + grid-column h4 {
  color: #01A7B8;
}

.block.horizontal_icons .icons grid-column:first-of-type + grid-column + grid-column h4 {
  color: #F8981C;
}

.block.horizontal_icons .icons grid-column:last-of-type h4 {
  color: #074586;
}

.block.horizontal_icons .icons grid-column:first-of-type svg {
  fill: #C2CD23;
}

.block.horizontal_icons .icons grid-column:first-of-type + grid-column svg {
  fill: #01A7B8;
}

.block.horizontal_icons .icons grid-column:first-of-type + grid-column + grid-column svg {
  fill: #F8981C;
}

.block.horizontal_icons .icons grid-column:last-of-type svg {
  fill: #074586;
}

@media (min-width: 768px) {
  .block.horizontal_icons .icons grid-column {
    margin-top: 5rem;
  }
}
@media (max-width: 767px) {
  .block.horizontal_icons .icons grid-column {
    margin-top: 2.5rem;
  }
}
@media (max-width: 375px) {
  .block.horizontal_icons .icons grid-column svg {
    height: 3.5rem;
    width: 3.5rem;
  }
}
/***** LANGUAGE UI *****/
language-options {
  display: table;
  margin: -1.5rem 0 2.5rem auto;
  width: 14rem;
}

language-options > span {
  color: #9C9C9C;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 3.125rem;
  position: absolute;
  top: 0;
  right: 11rem;
  text-transform: uppercase;
}

language-options select-wrapper {
  float: none;
  margin: 0 0 0 auto;
  width: calc(100% - 5.188rem);
}

.list.main ~ .partners.list {
  padding-top: 0;
}

.maincontent ~ section :not(.learning-area) :not(.learning-area ~ .news.list) :not(.learning-area ~ .news.list) :not(.testimonial) :not(.supporters_partners) :not(.members.list.other) :not(.partners.list.other) {
  padding-top: 0 !important;
}

@media (min-width: 1621px) {
  .maincontent ~ section.testimonial + section {
    padding: 7.5rem 0 !important;
  }
}
@media (min-width: 769px) and (max-width: 1620px) {
  .maincontent ~ section.testimonial + section {
    padding: 7.4% 0 !important;
  }
}
@media (min-width: 469px) and (max-width: 768px) {
  .maincontent ~ section.testimonial + section {
    padding: 3.5rem 0 !important;
  }
}
@media (max-width: 468px) {
  .maincontent ~ section.testimonial + section {
    padding: 2.5rem 0 !important;
  }
}
@media (min-width: 1621px) {
  .maincontent ~ section.slideshow.success_stories + section {
    padding: 7.5rem 0 !important;
  }
}
@media (min-width: 769px) and (max-width: 1620px) {
  .maincontent ~ section.slideshow.success_stories + section {
    padding: 7.4% 0 !important;
  }
}
@media (min-width: 469px) and (max-width: 768px) {
  .maincontent ~ section.slideshow.success_stories + section {
    padding: 3.5rem 0 !important;
  }
}
@media (max-width: 468px) {
  .maincontent ~ section.slideshow.success_stories + section {
    padding: 2.5rem 0 !important;
  }
}
@media (min-width: 1621px) {
  .maincontent ~ section.members.list.other {
    padding: 7.5rem 0 !important;
  }
}
@media (min-width: 769px) and (max-width: 1620px) {
  .maincontent ~ section.members.list.other {
    padding: 7.4% 0 !important;
  }
}
@media (min-width: 469px) and (max-width: 768px) {
  .maincontent ~ section.members.list.other {
    padding: 3.5rem 0 !important;
  }
}
@media (max-width: 468px) {
  .maincontent ~ section.members.list.other {
    padding: 2.5rem 0 !important;
  }
}
@media (min-width: 1621px) {
  .members.list.other + section {
    padding: 8.75rem 0 !important;
  }
}
@media (min-width: 769px) and (max-width: 1620px) {
  .members.list.other + section {
    padding: 8.6% 0 !important;
  }
}
@media (min-width: 469px) and (max-width: 768px) {
  .members.list.other + section {
    padding: 4.125rem 0 !important;
  }
}
@media (max-width: 468px) {
  .members.list.other + section {
    padding: 2.5rem 0 !important;
  }
}
@media (min-width: 1621px) {
  .maincontent ~ section.testimonial + section {
    padding: 7.5rem 0 !important;
  }
}
@media (min-width: 769px) and (max-width: 1620px) {
  .maincontent ~ section.testimonial + section {
    padding: 7.4% 0 !important;
  }
}
@media (min-width: 469px) and (max-width: 768px) {
  .maincontent ~ section.testimonial + section {
    padding: 3.5rem 0 !important;
  }
}
@media (max-width: 468px) {
  .maincontent ~ section.testimonial + section {
    padding: 2.5rem 0 !important;
  }
}
.error404 p + a {
  margin-top: 2.5rem;
}

/* BLUE STAG */
footer .blue_stag {
  display: none;
  position: absolute;
  right: 1.188rem;
  top: 3.875rem;
}

footer .blue_stag svg {
  display: block;
  height: 2.313rem;
  fill: #FFF;
  width: 1.875rem;
  transform: scale(1);
  transition: all 250ms ease;
}

footer .blue_stag:hover svg {
  transform: scale(1.25);
}

@media (max-width: 970px) {
  footer .blue_stag {
    left: 1.188rem;
    right: auto;
  }
  footer .copyright span {
    display: block;
    padding-left: 0;
    padding-right: 7rem;
  }
}
/***** BLOCK LAYOUT OVERRIDES *****/
.block + .quicklinks {
  padding-top: 0;
}

/***** HOME STATISTICS *****/
/* REVEAL */
stats-count {
  opacity: 0;
  transition: opacity 500ms ease !important;
}

stats-count.visible {
  opacity: 1 !important;
}

@media (min-width: 1621px) {
  .statistics p {
    padding-bottom: 10rem;
    padding-top: 1.375rem;
  }
}
@media (min-width: 769px) and (max-width: 1620px) {
  .statistics p {
    padding-bottom: 9.875%;
  }
}
@media (min-width: 769px) and (max-width: 1121px) {
  .statistics p {
    padding-bottom: 9.875%;
  }
  .statistics .points grid-column:not(:first-of-type) {
    margin-top: 3rem;
  }
}
@media (min-width: 469px) and (max-width: 768px) {
  .statistics p {
    padding-bottom: 4.75rem;
  }
  .statistics .points grid-column:not(:first-of-type) {
    margin-top: 2.375rem;
  }
}
@media (max-width: 468px) {
  .statistics p {
    padding-bottom: 3rem;
  }
  .statistics .points grid-column:not(:first-of-type) {
    margin-top: 1.875rem;
  }
}
.double_feature + .partners {
  padding-top: 0 !important;
}

/***** HTML SLIDESHOW *****/
gallery-embed {
  display: block;
  padding: 3rem 0 2.5rem 0;
  position: relative;
}

gallery-slideshow.slideshow {
  display: block;
  position: relative;
  z-index: 1;
}

gallery-slideshow .navigation {
  position: absolute;
  right: 16.688rem;
  top: 100%;
  transform: translateY(-50%);
  z-index: 20;
}

gallery-slideshow .navigation li {
  background-color: #FFF;
  border-radius: 50%;
  padding: 0 !important;
  position: relative;
  height: 1rem;
  width: 1rem;
  transition: background-color 350ms ease;
}

gallery-slideshow .navigation li:before {
  display: none;
}

gallery-slideshow .navigation li:hover,
gallery-slideshow .navigation li.current {
  background-color: #C2CD23;
}

gallery-slideshow .navigation li + li {
  margin-left: 0.813rem;
  margin-top: 0 !important;
}

gallery-slideshow cite {
  box-sizing: border-box;
  color: #A7A9AD;
  font-size: 0.75rem;
  font-style: normal;
  line-height: 150%;
  position: absolute;
  margin-top: 0.875rem;
  padding-right: 15.625rem;
  width: 100%;
}

gallery-slideshow .controls {
  position: absolute;
  top: 100%;
  right: 3rem;
  transform: translateY(-50%);
  z-index: 20;
}

gallery-slideshow .controls li {
  background-color: #C2CD23;
  border-radius: 50%;
  display: block;
  float: left;
  height: 4.875rem;
  line-height: 4.875rem;
  padding-left: 0 !important;
  position: relative;
  text-align: center;
  transition: background-color 350ms ease;
  width: 4.875rem;
}

gallery-slideshow .controls li:before {
  display: none;
}

gallery-slideshow .controls li:hover {
  background-color: #012F5F;
}

gallery-slideshow .controls li + li {
  margin-left: 0.938rem;
  margin-top: 0 !important;
}

gallery-slideshow .controls li svg {
  fill: #FFF;
  height: 1.625rem;
  position: absolute;
  top: 50%;
  transition: fill 350ms ease;
  transform: translateX(-50%) translateY(-50%);
  width: 1rem;
}

gallery-slideshow .controls li svg {
  left: 47%;
}

gallery-slideshow .controls li + li svg {
  left: 53%;
}

@media (max-width: 768px) {
  gallery-slideshow .navigation {
    top: 0;
    right: auto;
    left: 1.875rem;
  }
  gallery-slideshow .controls {
    right: 1.875rem;
  }
}
@media (max-width: 500px) {
  gallery-slideshow cite {
    display: none;
  }
  gallery-embed {
    padding: 3rem 0 1.875rem 0;
  }
}
/***** BLOCK INTRO TEXT *****/
.intro_text {
  font-weight: 300;
  color: #A7A9AD;
  font-size: 1.75rem;
  line-height: 3.125rem;
}

@media (max-width: 568px) {
  .intro_text {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1621px) {
  .story_content.intro_content + section.block {
    margin-top: -7.5rem;
  }
}
@media (min-width: 769px) and (max-width: 1620px) {
  .story_content.intro_content + section.block {
    margin-top: -7.4%;
  }
}
@media (min-width: 469px) and (max-width: 768px) {
  .story_content.intro_content + section.block {
    margin-top: -3.5rem;
  }
}
@media (max-width: 468px) {
  .story_content.intro_content + section.block {
    margin-top: -2.5rem;
  }
}
/***** MAIN LIST *****/
@media (min-width: 431px) {
  .learning-area.list.small h2 {
    padding-right: 12rem;
  }
  .learning-area.list.small h2 + a {
    position: absolute;
    top: 50%;
    right: 1.125rem;
    transform: translateY(-50%);
  }
}
@media (min-width: 1621px) {
  .learning-area.list.small grid-row:first-of-type {
    margin-bottom: 5.625rem;
  }
}
@media (min-width: 769px) and (max-width: 1620px) {
  .learning-area.list.small grid-row:first-of-type {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 469px) and (max-width: 768px) {
  .learning-area.list.small grid-row:first-of-type {
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 468px) {
  .learning-area.list.small grid-row:first-of-type {
    margin-bottom: 2.5rem;
  }
}
.learning-area.list .items grid-column {
  width: 50%;
}

@media (max-width: 849px) {
  .learning-area.list.small .items grid-column ~ grid-column {
    padding-top: 1.5rem;
  }
  .learning-area.list .items grid-column {
    width: 100%;
  }
}
.learning-area.list .items a {
  display: block;
  padding-bottom: 4.5rem;
  position: relative;
  transition: padding 350ms ease;
  box-sizing: border-box;
}

.learning-area.list .items a figure {
  background-size: cover !important;
  background-position: center !important;
  display: block;
  height: 0;
  margin: 0;
  padding-bottom: 57.5%;
  width: 100%;
  transition: padding-bottom 350ms ease;
}

.learning-area.list .items a span {
  color: #231E20;
  display: block;
  font-size: 1.375rem;
  line-height: 1.5rem;
  margin: 2.625rem 0 1.56rem 0;
  position: relative;
}

.learning-area.list .items a span img {
  position: absolute;
  top: 0;
  left: 0;
}

/* BLOG POSTS */
.learning-area.list .items a span.blogs {
  padding-left: 2.5rem;
}

.learning-area.list .items a span.blogs img {
  width: 1.5rem;
  height: 1.5rem;
}

/* PUBLICATIONS */
.learning-area.list .items a span.publications {
  padding-left: 2.375rem;
}

.learning-area.list .items a span.publications img {
  width: 1.5rem;
  height: 1.5rem;
}

/* PODCASTS */
.learning-area.list .items a span.podcasts {
  padding-left: 2.25rem;
}

.learning-area.list .items a span.podcasts img {
  width: 1.5rem;
  height: 1.5rem;
}

/* VIDEOS */
.learning-area.list .items a span.videos {
  padding-left: 2.375rem;
}

.learning-area.list .items a span.videos img {
  width: 1.5rem;
  height: 1.5rem;
}

.learning-area.list .items a h3 {
  color: #231E20;
  font-size: 1.75rem;
  margin: 0;
  transition: color 350ms ease;
}

@media (max-width: 468px) {
  .learning-area.list .items a span {
    font-size: 1.125rem;
    margin: 1.5rem 0 1rem 0;
  }
  .learning-area.list .items a h3 {
    font-size: 1.5rem;
  }
  .learning-area.list .items a {
    padding-bottom: 2.5rem;
  }
}
/* HOVER */
@media (min-width: 469px) {
  .learning-area.list .items a:hover {
    padding-bottom: 3rem;
  }
  .learning-area.list .items a:hover figure {
    padding-bottom: calc(57.5% + 1.5rem);
  }
  .learning-area.list .items a:hover h3 {
    color: #01A7B8;
  }
  .learning-area.list.small .items a {
    padding-bottom: 1.5rem;
  }
  .learning-area.list.small .items a:hover {
    padding-bottom: 0rem;
  }
}
@media (max-width: 468px) {
  .learning-area.list .items a:hover h3 {
    color: #01A7B8;
  }
}
/* RESPONSIVE */
@media (min-width: 1621px) {
  .learning-area.list.main .items {
    padding-top: 6rem;
  }
}
@media (min-width: 769px) and (max-width: 1620px) {
  .learning-area.list.main .items {
    padding-top: 6%;
  }
}
@media (min-width: 469px) and (max-width: 768px) {
  .learning-area.list.main .items {
    padding-top: 3.5rem;
  }
}
@media (max-width: 468px) {
  .learning-area.list.main .items {
    padding-top: 3rem;
  }
}
@media (min-width: 1121px) {
  .learning-area.list content-list {
    display: table;
    margin: 0 auto;
    width: 86.6666666667%;
  }
}
.initiatives .learning-area,
.initiatives .news {
  background-color: #f2f2f2;
}

.initiatives .news.list a date,
.initiatives .news.list .items a {
  background-color: #FFF;
}

.btn.show_all {
  display: table;
  margin: 2.5rem auto 0 auto;
}

@media (min-width: 1251px) {
  .initiatives .news.list grid-column:nth-child(3n) ~ grid-column {
    margin-top: 2.356rem;
  }
}
@media (min-width: 769px) and (max-width: 1250px) {
  .initiatives .news.list grid-column:nth-child(2n) ~ grid-column {
    margin-top: 2.356rem;
  }
}
@media (min-width: 469px) and (max-width: 768px) {
  .initiatives .news.list grid-column ~ grid-column {
    margin-top: 2.356rem;
  }
}
@media (max-width: 468px) {
  .initiatives .news.list grid-column ~ grid-column {
    margin-top: 2.356rem;
  }
}
.initiatives .learning-area .items a {
  visibility: visible;
}

/********** EVENTS LIST VIEW **********/
.events no-results {
  text-align: center;
}

.events no-results h2 {
  padding-right: 0 !important;
}

.events .loading_more {
  margin-top: 3.75rem;
}

.events .loadmore {
  display: table;
  margin: 0 auto;
}

.events.list .items h2 {
  display: block;
  margin: 6.875rem 0 3.75rem 0;
  text-align: center;
}

.events.list .items a {
  background-color: #000;
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

.events.list .items a figure {
  background-size: cover !important;
  background-position: center !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  opacity: 0.5;
  transform: scale(1);
  transition: transform 350ms ease, opacity 350ms ease;
  z-index: 1;
}

.events.list .items a + a {
  margin-top: 2.563rem;
}

.events.list .items a text-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  transform: translateY(0);
  transition: transform 350ms ease;
  z-index: 2;
}

.events.list .items a h3 {
  color: #FFF;
  font-size: 2.75rem;
  line-height: 3.188rem;
}

.events.list .items a span {
  color: #FFF;
  display: block;
  font-weight: 300;
  line-height: 2.5rem;
}

.events.list .items a span:before {
  background-color: #FFF;
  content: "";
  display: block;
  height: 1px;
  margin: 1.75rem auto;
  width: 1.875rem;
}

.events.list.main {
  padding-top: 0 !important;
}

@media (min-width: 1081px) {
  .events.list .items a {
    padding-bottom: 50%;
  }
  .events.list .items a text-content {
    padding: 2.563rem 2.563rem 6.25rem 2.563rem;
  }
  .events.list .items a:hover text-content {
    transform: translateY(-2.653rem);
  }
}
@media (min-width: 971px) {
  .events.list .items a span {
    font-size: 1.75rem;
  }
}
@media (min-width: 971px) and (max-width: 1410px) {
  .events.list .items a h3 {
    font-size: 2.375rem;
    line-height: 2.875rem;
  }
  .events.list .items a span {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
@media (max-width: 970px) {
  .events.list .items a h3 {
    font-size: 1.875rem;
    line-height: 2.875rem;
  }
  .events.list .items a span {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 769px) and (max-width: 1080px) {
  .events.list .items a {
    padding-bottom: 60%;
  }
  .events.list .items a text-content {
    padding: 1.875rem 1.875rem 3.75rem 1.875rem;
  }
  .events.list .items a:hover text-content {
    transform: translateY(-1.875rem);
  }
}
@media (min-width: 769px) {
  .events.list .items a:hover figure {
    opacity: 0.65;
    transform: scale(1.1);
  }
}
@media (min-width: 469px) and (max-width: 768px) {
  .events.list .items a {
    padding-bottom: 80%;
  }
  .events.list .items a text-content {
    padding: 1.875rem;
  }
}
@media (max-width: 468px) {
  .events.list .items h2 {
    margin: 3rem 0;
  }
}
@media (min-width: 369px) and (max-width: 468px) {
  .events.list .items a {
    padding-bottom: 110%;
  }
  .events.list .items a text-content {
    padding: 1.875rem;
  }
  .events.list .items a h3 {
    font-size: 1.625rem;
    line-height: 2.5rem;
  }
  .events.list .items a span {
    font-size: 1.375rem;
    line-height: 2rem;
  }
  .events.list .items a span:before {
    margin: 1.25rem auto;
  }
}
@media (max-width: 368px) {
  .events.list .items a {
    padding-bottom: 120%;
  }
  .events.list .items a text-content {
    padding: 1.875rem;
  }
  .events.list .items a h3 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
  .events.list .items a span {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
  .events.list .items a span:before {
    margin: 1.25rem auto;
  }
}
.initiatives .events.list .items a {
  visibility: visible;
}

@media (min-width: 1121px) {
  .initiatives .events.list .items a {
    padding-bottom: 70%;
  }
  .initiatives .events.list .items a text-content {
    padding: 1.875rem;
  }
  .initiatives .events.list .items a h3 {
    font-size: 1.875rem;
    line-height: 2.875rem;
  }
  .initiatives .events.list .items a span {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
  .initiatives .events.list .items a span:before {
    margin: 1.25rem auto;
  }
  .initiatives .events.list .items grid-column {
    width: 50%;
  }
}
@media (max-width: 1120px) {
  .events.list .items grid-column ~ grid-column {
    margin-top: 2.5rem;
  }
}
@media (min-width: 1621px) {
  .initiatives .events.list grid-row:first-of-type {
    margin-bottom: 5.625rem;
  }
}
@media (min-width: 769px) and (max-width: 1620px) {
  .initiatives .events.list grid-row:first-of-type {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 469px) and (max-width: 768px) {
  .initiatives .events.list grid-row:first-of-type {
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 468px) {
  .initiatives .events.list grid-row:first-of-type {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1621px) {
  .blogs.list.small grid-row:first-of-type {
    margin-bottom: 4.625rem;
  }
  .blogs.list .items grid-column:nth-child(2n) ~ grid-column {
    margin-top: 4.5rem;
  }
}
@media (min-width: 1421px) {
  .blogs.list .items grid-column:nth-child(2n) ~ grid-column {
    margin-top: 3.125rem;
  }
}
@media (min-width: 901px) and (max-width: 1420px) {
  .blogs.list .items grid-column:nth-child(2n) ~ grid-column {
    margin-top: 3.125rem;
  }
}
@media (max-width: 900px) {
  .blogs.list .items grid-column ~ grid-column {
    margin-top: 3.125rem;
  }
}
@media (min-width: 469px) and (max-width: 768px) {
  .blogs.list .items grid-column ~ grid-column {
    margin-top: 2.25rem;
  }
}
@media (max-width: 468px) {
  .blogs.list .items grid-column ~ grid-column {
    margin-top: 1.25rem;
  }
}
/******** SEACH ********/
header search-trigger {
  cursor: pointer;
  height: 0.875rem;
  padding: 0.5rem;
  position: absolute;
  right: 1.188rem;
  top: -0.375rem;
  transform: translateY(0);
  transition: transform 350ms ease, opacity 350ms ease;
  width: 0.875rem;
  z-index: 2;
}

.scrolled header search-trigger,
header.perma_scrolled search-trigger {
  transform: translateY(-2rem);
  opacity: 0;
}

header search-trigger:before {
  background-color: #C2CD23;
  border-radius: 50%;
  content: "";
  height: 1.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0);
  transition: transform 250ms ease;
  width: 1.875rem;
}

header search-trigger svg {
  fill: #FFF;
  height: 0.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.875rem;
  transform: translateX(-50%) translateY(-50%);
  transition: fill 250ms ease;
}

header search-trigger:hover:before,
header search-trigger.visible:before {
  transform: translateX(-50%) translateY(-50%) scale(1);
}

header form {
  cursor: pointer;
  display: table;
  height: 2.5rem;
  padding: 0;
  opacity: 0;
  position: absolute;
  right: 4.313rem;
  transform: translateY(0) translateX(5000px);
  transition: opacity 250ms ease 0ms, transform 0ms linear 250ms;
  top: -0.625rem;
  width: 260px;
  z-index: 2;
}

header form label {
  display: block;
  float: left;
}

header form label span {
  display: none;
}

header form input[type=search] {
  box-sizing: border-box;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0);
  background-color: #FFF;
  border: 1px solid #E4E4E4;
  border-right: 0;
  color: #231E20;
  display: block;
  float: left;
  font-family: "Ubuntu", sans-serif;
  font-size: 0.938rem;
  font-weight: 300;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 0.625rem;
  position: relative;
  resize: none;
  transition: box-shadow 250ms ease;
  width: 180px;
  -webkit-appearance: none;
}

header form button {
  background-color: #C2CD23;
  border: 0;
  cursor: pointer;
  color: #FFF;
  display: block;
  float: left;
  font-family: "Ubuntu", sans-serif;
  font-size: 0.938rem;
  font-weight: 300;
  line-height: 2.5rem;
  padding: 0 1rem;
  height: 2.5rem;
  text-align: center;
  transition: background-color 250ms ease;
  width: 80px;
}

header form button:hover {
  background-color: #ED973B;
}

/** HIDE SECONDARY MENU WHEN SEARCHING **/
.menu-secondary-container {
  opacity: 1;
  transition: opacity 250ms ease;
}

header search-trigger.visible ~ .community,
header search-trigger.visible ~ .social {
  opacity: 0;
}

/** REVEAL SEACH FORM **/
header search-trigger.visible ~ form {
  opacity: 1;
  transition: opacity 250ms ease 250ms, transform 0ms linear 0ms;
  transform: translateY(0) translateX(0);
}

.scrolled header search-trigger.visible ~ form,
header.perma_scrolled search-trigger.visible ~ form {
  transform: translateY(-2rem) translateX(5000px) !important;
  opacity: 0 !important;
}

@media (max-width: 970px) {
  header search-trigger,
  header form {
    display: none;
  }
}
mobile-nav form {
  box-sizing: border-box;
  cursor: pointer;
  display: table;
  height: 2.5rem;
  padding: 0 2rem 2rem 2rem;
  position: relative;
  transition: opacity 250ms ease 0ms;
  width: 100%;
  z-index: 2;
}

mobile-nav form label {
  display: block;
  float: left;
}

mobile-nav form label span {
  display: none;
}

mobile-nav form input[type=search] {
  box-sizing: border-box;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0);
  background-color: #FFF;
  border: 1px solid #E4E4E4;
  border-right: 0;
  color: #231E20;
  display: block;
  float: left;
  font-family: "Ubuntu", sans-serif;
  font-size: 0.938rem;
  font-weight: 300;
  height: 3.125rem;
  line-height: 3.125rem;
  padding: 0 0.625rem;
  position: relative;
  resize: none;
  transition: box-shadow 250ms ease;
  width: calc(100% - 120px);
}

mobile-nav form button {
  background-color: #C2CD23;
  border: 0;
  cursor: pointer;
  color: #FFF;
  display: block;
  float: left;
  font-family: "Ubuntu", sans-serif;
  font-size: 0.938rem;
  font-weight: 300;
  line-height: 3.125rem;
  padding: 0 1rem;
  height: 3.125rem;
  text-align: center;
  transition: background-color 250ms ease;
  width: 120px;
}

mobile-nav form button:hover {
  background-color: #ED973B;
}

/***** NEWSLETTER SUBSCRIPTION *****/
newsletter-modal {
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  overflow: hidden;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5000;
}

newsletter-modal.visible {
  display: block;
}

newsletter-modal nlmodal-outer {
  display: block;
  padding: 10vw 0;
}

newsletter-modal nlmodal-inner {
  background-color: #042849;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  max-width: 620px;
  padding: 3.75rem;
  position: relative;
  width: calc(100% - 3.75rem);
}

newsletter-modal nlmodal-inner > a {
  cursor: pointer;
  position: absolute;
  transform: scale(1);
  transition: transform 250ms ease;
  top: 30px;
  right: 30px;
  height: 30px;
  width: 30px;
  z-index: 1;
}

newsletter-modal nlmodal-inner > a:hover {
  transform: scale(1.1);
}

newsletter-modal nlmodal-inner > a svg {
  display: block;
  fill: #FFF;
}

newsletter-modal h2 {
  display: block;
  margin-top: 0 !important;
  margin-bottom: 2.5rem;
  position: relative;
}

newsletter-modal h2 svg {
  fill: #FFF;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2.5rem;
}

newsletter-modal h2 span {
  color: #FFF;
  display: block;
  font-size: 23px;
  line-height: 120%;
  padding-left: 3.75rem;
  padding-right: 3.25rem;
}

newsletter-modal label.fsOptionLabel {
  display: block;
  line-height: 20px !important;
  padding-left: 1.5rem !important;
  position: relative !important;
}

newsletter-modal label.fsOptionLabel + label.fsOptionLabel {
  margin-top: 0.625rem !important;
}

newsletter-modal .fsRowBody input[type=radio] {
  position: absolute;
  top: 0.125rem;
  left: 0;
}

newsletter-modal .fsPagination {
  text-align: left !important;
}

newsletter-modal .fsFieldFocused:not(.fsValidationError).fsSpan100 {
  padding: 15px 0 0 0 !important;
  margin: 0 !important;
}

newsletter-modal .fsBody .fsSupporting {
  color: #FFF;
}

newsletter-modal p a:hover {
  text-decoration: underline;
  text-decoration-color: #ED973B !important;
}

newsletter-modal .fsOptionLabel {
  cursor: pointer;
}

newsletter-modal .fsRowBody input[type=radio]:checked:before {
  border: 7px solid #ED973B !important;
}

@media (max-width: 640px) {
  .fsNameLast {
    margin-top: 32px;
  }
  label.fsOptionLabel {
    border: 0 !important;
    background-color: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #FFF !important;
  }
}
@media (max-width: 468px) {
  newsletter-modal nlmodal-outer {
    padding: 0 !important;
  }
  newsletter-modal nlmodal-inner {
    padding: 1.875rem;
    width: 100% !important;
  }
  newsletter-modal h2 span {
    font-size: 18px;
    line-height: 120%;
    padding-left: 3.75rem;
    padding-right: 3.25rem;
  }
}
/***** UPDATED FOOTER: 19-03-2019 *****/
footer.no_newsletter.new {
  padding: 3.75rem 0 3.125rem 0;
}

footer.no_newsletter.new .copyright:before {
  margin: 1.875rem 0 1rem 0;
}

@media (max-width: 1050px) {
  footer.no_newsletter.new .copyright:before {
    margin-top: 2.5rem;
  }
}
footer-links {
  display: block;
  margin-top: 3.75rem;
  position: relative;
}

footer-links > a {
  position: absolute;
  right: 0;
  top: 0;
}

footer-links > a svg {
  display: block;
  height: 2rem;
}

@media (max-width: 1050px) {
  footer-links {
    margin-top: 2.5rem;
  }
}
@media (max-width: 860px) {
  footer-links > a {
    display: none;
  }
}
/**** ****/
footer social-links strong {
  display: block;
  font-size: 1.375rem;
  font-weight: 300;
  margin-bottom: 1.5rem;
  text-align: right;
}

@media (min-width: 1051px) {
  footer social-links {
    position: absolute;
    top: 0;
    right: 1.188rem;
    z-index: 1;
  }
}
@media (max-width: 1050px) {
  footer social-links ul {
    display: block;
    margin: 0 !important;
    position: relative;
  }
  footer social-links strong {
    margin-top: 1.875rem !important;
    text-align: left;
  }
  footer social-links {
    margin: 0 !important;
  }
}
/**** ****/
footer newsletter-cta {
  display: block;
  max-width: 41.25rem;
  position: relative;
  width: 100%;
}

footer newsletter-cta strong {
  display: block;
  font-size: 1.375rem;
  font-weight: 300;
  margin-bottom: 0.875rem;
  text-align: left;
}

footer newsletter-cta p {
  color: #FFF;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  max-width: 28.125rem;
  width: calc(100% - 13.125rem);
}

footer newsletter-cta a span {
  color: #042849 !important;
}

footer newsletter-cta a {
  height: 2.75rem !important;
  line-height: 2.75rem !important;
}

@media (min-width: 1051px) {
  footer newsletter-cta a {
    position: absolute !important;
    text-align: center;
    bottom: 0;
    right: 0;
    width: 11.25rem !important;
  }
}
@media (max-width: 1050px) {
  footer newsletter-cta a {
    margin: 1.875rem 0 0 0;
    position: relative !important;
    text-align: center;
    width: 11.25rem !important;
  }
}
@media (max-width: 550px) {
  footer newsletter-cta strong {
    text-align: center;
  }
  footer newsletter-cta p {
    max-width: none !important;
    width: 100% !important;
    text-align: center;
  }
  footer newsletter-cta a {
    display: block !important;
    margin: 1.875rem auto 0 auto !important;
  }
  footer social-links strong {
    text-align: center;
  }
  footer social-links ul {
    margin: 0 auto !important;
  }
}
body.locked {
  overflow: hidden;
}

/********** ITEM LINKS **********/
.itemlinks a {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
}

.itemlinks a figure {
  background-size: cover !important;
  background-position: center !important;
  filter: grayscale(20%) blur(0px);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  position: absolute;
  transform: scale(1) translate3d(0, 0, 0);
  transition: transform 400ms ease, filter 400ms ease;
  z-index: 1;
}

.itemlinks a figure:before {
  background-color: rgba(0, 0, 0, 0.25);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: background-color 350ms ease;
}

@media (max-width: 767px) {
  .itemlinks a figure:before {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.itemlinks a text-content {
  bottom: 0;
  box-sizing: border-box;
  color: #FFF;
  left: 0;
  padding: 2rem 2rem 0.75rem 2rem;
  position: absolute;
  width: 100%;
  z-index: 2;
  transition: transform 400ms ease;
}

.itemlinks a text-content strong {
  display: block;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 150%;
}

.itemlinks a text-content strong:after {
  background-color: #FFF;
  content: "";
  display: block;
  height: 2px;
  margin: 0.875rem 0;
  opacity: 0;
  position: relative;
  transform: translateX(100%);
  transition: opacity 400ms ease, transform 400ms ease;
  width: 1.875rem;
}

.itemlinks a text-content span {
  display: block;
  font-size: 1rem;
  line-height: 1.625rem;
  opacity: 0;
  transform: translateY(50%);
  transition: opacity 400ms ease, transform 400ms ease;
}

/* HOVER */
.itemlinks a:hover figure {
  transform: scale(1.2) translate3d(0, 0, 0);
  filter: grayscale(20%) blur(2px);
}

.itemlinks a:hover figure:before {
  background-color: rgba(0, 0, 0, 0.6);
}

.itemlinks a:hover text-content {
  transform: translateY(0) !important;
}

.itemlinks a:hover text-content strong:after {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 400ms ease 125ms, transform 400ms ease 125ms;
}

.itemlinks a:hover text-content span {
  opacity: 1;
  transform: translateY(0);
}

/** RESPONSIVE LAYOUTS **/
/* 4 LINKS */
@media (min-width: 1400px) {
  .itemlinks.qty4 grid-column {
    width: 25%;
  }
  .itemlinks.qty4 a {
    padding-bottom: 130%;
  }
}
@media (min-width: 1161px) and (max-width: 1399px) {
  .itemlinks.qty4 grid-column {
    width: 43.3333333333%;
  }
  .itemlinks.qty4 grid-column:nth-child(odd) {
    margin-left: 6.6666666667%;
  }
  .itemlinks.qty4 grid-column:nth-child(2n) ~ grid-column {
    margin-top: 2.376rem;
  }
  .itemlinks.qty4 a {
    padding-bottom: 70%;
  }
}
@media (min-width: 971px) and (max-width: 1160px) {
  .itemlinks.qty4 grid-column {
    width: 43.3333333333%;
  }
  .itemlinks.qty4 grid-column:nth-child(odd) {
    margin-left: 6.6666666667%;
  }
  .itemlinks.qty4 grid-column:nth-child(2n) ~ grid-column {
    margin-top: 2.376rem;
  }
  .itemlinks.qty4 a {
    padding-bottom: 100%;
  }
}
@media (min-width: 800px) and (max-width: 970px) {
  .itemlinks.qty4 grid-column {
    width: 50%;
  }
  .itemlinks.qty4 a {
    padding-bottom: 120%;
  }
  .itemlinks.qty4 grid-column:nth-child(2n) ~ grid-column {
    margin-top: 2.376rem;
  }
}
@media (min-width: 768px) and (max-width: 799px) {
  .itemlinks.qty4 grid-column {
    width: 50%;
  }
  .itemlinks.qty4 a {
    padding-bottom: 120%;
  }
  .itemlinks.qty4 grid-column:first-child + grid-column ~ grid-column {
    margin-top: 2.376rem;
  }
  .itemlinks.qty4 a figure {
    transform: scale(1) !important;
  }
  .itemlinks.qty4 a text-content {
    padding: 1.875rem;
    transform: translateY(0) !important;
  }
  .itemlinks.qty4 a text-content strong:after {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 400ms ease 125ms, transform 400ms ease 125ms;
  }
  .itemlinks.qty4 a text-content span {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .itemlinks.qty4 grid-column {
    width: 100%;
  }
  .itemlinks.qty4 a {
    padding-bottom: 50%;
  }
  .itemlinks.qty4 grid-column:first-child ~ grid-column {
    margin-top: 2.376rem;
  }
  .itemlinks.qty4 a figure {
    transform: scale(1) !important;
  }
  .itemlinks.qty4 a text-content {
    transform: translateY(0) !important;
  }
  .itemlinks.qty4 a text-content strong:after {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 400ms ease 125ms, transform 400ms ease 125ms;
  }
  .itemlinks.qty4 a text-content span {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 650px) {
  .itemlinks.qty4 grid-column {
    width: 100%;
    margin-left: 0%;
  }
  .itemlinks.qty4 a {
    padding-bottom: 70%;
  }
}
@media (max-width: 530px) {
  .itemlinks.qty4 a {
    padding-bottom: 90%;
  }
  .itemlinks.qty4 grid-column:first-child ~ grid-column {
    margin-top: 1.188rem;
  }
  .itemlinks.qty4 a text-content {
    padding: 2rem 2rem 1.75rem 2rem;
  }
}
@media (max-width: 375px) {
  .itemlinks.qty4 a {
    padding-bottom: 115%;
  }
}
/* 3 LINKS */
@media (min-width: 1400px) {
  .itemlinks.qty3 grid-column {
    width: 24.4444444444%;
    margin-left: 6.6666666667%;
  }
  .itemlinks.qty3 a {
    padding-bottom: 120%;
  }
}
@media (min-width: 1161px) and (max-width: 1399px) {
  .itemlinks.qty3 grid-column {
    width: 33.3333333333%;
  }
  .itemlinks.qty3 a {
    padding-bottom: 100%;
  }
}
@media (min-width: 971px) and (max-width: 1160px) {
  .itemlinks.qty3 grid-column {
    width: 33.3333333333%;
  }
  .itemlinks.qty3 a {
    padding-bottom: 120%;
  }
}
@media (min-width: 800px) and (max-width: 970px) {
  .itemlinks.qty3 grid-column {
    width: 50%;
  }
  .itemlinks.qty3 a {
    padding-bottom: 110%;
  }
  .itemlinks.qty3 grid-column:nth-child(2n) ~ grid-column {
    margin-top: 2.376rem;
  }
}
@media (min-width: 768px) and (max-width: 799px) {
  .itemlinks.qty3 grid-column {
    width: 50%;
  }
  .itemlinks.qty3 a {
    padding-bottom: 120%;
  }
  .itemlinks.qty3 grid-column:first-child + grid-column ~ grid-column {
    margin-top: 2.376rem;
  }
  .itemlinks.qty3 a figure {
    transform: scale(1) !important;
  }
  .itemlinks.qty3 a text-content {
    padding: 1.875rem;
    transform: translateY(0) !important;
  }
  .itemlinks.qty3 a text-content strong:after {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 400ms ease 125ms, transform 400ms ease 125ms;
  }
  .itemlinks.qty3 a text-content span {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .itemlinks.qty3 grid-column {
    width: 100%;
  }
  .itemlinks.qty3 a {
    padding-bottom: 50%;
  }
  .itemlinks.qty3 grid-column:first-child ~ grid-column {
    margin-top: 2.376rem;
  }
  .itemlinks.qty3 a figure {
    transform: scale(1) !important;
  }
  .itemlinks.qty3 a text-content {
    transform: translateY(0) !important;
  }
  .itemlinks.qty3 a text-content strong:after {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 400ms ease 125ms, transform 400ms ease 125ms;
  }
  .itemlinks.qty3 a text-content span {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 650px) {
  .itemlinks.qty3 grid-column {
    width: 100%;
    margin-left: 0%;
  }
  .itemlinks.qty3 a {
    padding-bottom: 70%;
  }
}
@media (max-width: 530px) {
  .itemlinks.qty3 a {
    padding-bottom: 90%;
  }
  .itemlinks.qty3 grid-column:first-child ~ grid-column {
    margin-top: 1.188rem;
  }
  .itemlinks.qty3 a text-content {
    padding: 2rem 2rem 1.75rem 2rem;
  }
}
@media (max-width: 375px) {
  .itemlinks.qty3 a {
    padding-bottom: 115%;
  }
}
/* 2 LINKS */
@media (min-width: 1400px) {
  .itemlinks.qty2 grid-column {
    width: 40%;
  }
  .itemlinks.qty2 grid-column:first-child {
    margin-left: 10%;
  }
  .itemlinks.qty2 a {
    padding-bottom: 62.5%;
  }
}
@media (min-width: 1161px) and (max-width: 1399px) {
  .itemlinks.qty2 grid-column {
    width: 40%;
  }
  .itemlinks.qty2 grid-column:first-child {
    margin-left: 10%;
  }
  .itemlinks.qty2 a {
    padding-bottom: 75%;
  }
}
@media (min-width: 971px) and (max-width: 1160px) {
  .itemlinks.qty2 grid-column {
    width: 45%;
  }
  .itemlinks.qty2 grid-column:first-child {
    margin-left: 5%;
  }
  .itemlinks.qty2 a {
    padding-bottom: 90%;
  }
}
@media (min-width: 800px) and (max-width: 970px) {
  .itemlinks.qty2 grid-column {
    width: 50%;
  }
  .itemlinks.qty2 a {
    padding-bottom: 110%;
  }
  .itemlinks.qty2 grid-column:nth-child(2n) ~ grid-column {
    margin-top: 2.376rem;
  }
}
@media (min-width: 768px) and (max-width: 799px) {
  .itemlinks.qty2 grid-column {
    width: 50%;
  }
  .itemlinks.qty2 a {
    padding-bottom: 120%;
  }
  .itemlinks.qty2 grid-column:first-child + grid-column ~ grid-column {
    margin-top: 2.376rem;
  }
  .itemlinks.qty2 a figure {
    transform: scale(1) !important;
  }
  .itemlinks.qty2 a text-content {
    padding: 1.875rem;
    transform: translateY(0) !important;
  }
  .itemlinks.qty2 a text-content strong:after {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 400ms ease 125ms, transform 400ms ease 125ms;
  }
  .itemlinks.qty2 a text-content span {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .itemlinks.qty2 grid-column {
    width: 100%;
  }
  .itemlinks.qty2 a {
    padding-bottom: 62.5%;
  }
  .itemlinks.qty2 grid-column:first-child ~ grid-column {
    margin-top: 2.376rem;
  }
  .itemlinks.qty2 a figure {
    transform: scale(1) !important;
  }
  .itemlinks.qty2 a text-content {
    transform: translateY(0) !important;
  }
  .itemlinks.qty2 a text-content strong:after {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 400ms ease 125ms, transform 400ms ease 125ms;
  }
  .itemlinks.qty2 a text-content span {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 650px) {
  .itemlinks.qty2 grid-column {
    width: 100%;
    margin-left: 0%;
  }
  .itemlinks.qty2 a {
    padding-bottom: 70%;
  }
}
@media (max-width: 530px) {
  .itemlinks.qty2 a {
    padding-bottom: 90%;
  }
  .itemlinks.qty2 grid-column:first-child ~ grid-column {
    margin-top: 1.188rem;
  }
  .itemlinks.qty2 a text-content {
    padding: 2rem 2rem 1.75rem 2rem;
  }
}
@media (max-width: 375px) {
  .itemlinks.qty2 a {
    padding-bottom: 115%;
  }
}
/***** LAYOUT ELEMENTS *****/
/*@media (min-width: 1621px) { .itemlinks + .itemlinks { margin-top: -17.624rem; }}
@media (min-width: 769px) and (max-width: 1620px) { .itemlinks + .itemlinks { margin-top: calc(-19.75% + 2.376rem); }}
@media (min-width: 469px) and (max-width: 768px) { .itemlinks + .itemlinks { margin-top: -7.174rem; }}
@media (max-width: 468px) { .itemlinks + .itemlinks { margin-top: -2.624rem; }}
*/
section.itemlinks {
  padding: 0 !important;
}

.itemlinks + .itemlinks {
  padding-top: 2.376rem !important;
}

.itemlinks grid-container {
  max-width: 101rem;
}