@charset "UTF-8";
/*
						Theme Name: Lancet Countdown Timber Theme
						Theme URI: https://univ.rs/
						Author: Univers Labs
						Author URI: https://univ.rs/
						Description: Timber theme for Lancet Countdown 2019
						Version: 0.0.1
						License: Proprietary
						License URI: https://univ.rs/
						Tags: custom, theme
						Text Domain: UL
						*/
/* Slider */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Oswald:500&display=block");
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: #259AD4;
  top: -55px;
  padding: 5px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "";
  font-size: 20px;
  line-height: 1;
  color: #FFFFFF;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  right: 50px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: 0px;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
html {
  font-size: 62.5%;
}
body {
  color: #000000;
  font-family: "Open Sans", sans-serif;
}
body em {
  font-style: italic;
  font-weight: 100;
}
body strong {
  font-weight: bold;
}
.sans {
  font-family: "Open Sans", sans-serif;
}
.oswald {
  font-family: "Oswald", sans-serif;
}
.Body {
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  line-height: 2.1rem;
}
.HeadingOne {
  font-family: "Open Sans", sans-serif;
  font-size: 3.6rem;
  line-height: 4.8rem;
}
@media (max-width: 740px) {
  .HeadingOne {
    font-size: 3rem;
    line-height: 3.6rem;
    font-weight: normal;
  }
}
.HeadingTwo {
  font-family: "Oswald", sans-serif;
  font-size: 2.4rem;
  line-height: 3rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
.HeadingThree {
  font-family: "Open Sans", sans-serif;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 3.6rem;
}
@media (max-width: 740px) {
  .HeadingThree {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
.HeadingFour {
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
.HeadingFive {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.4rem;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
}
.HeadingSix {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.8rem;
  letter-spacing: 0.15rem;
}
.HeadingSeven {
  font-family: "Open Sans", sans-serif;
  font-size: 2.1rem;
  font-weight: 300;
}
.BodyLarge {
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2.8rem;
  margin-bottom: 1.3rem;
}
.BodySmall {
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.9rem;
  margin-bottom: 1rem;
}
.BodyMedium {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2.8rem;
  margin-bottom: 1.3rem;
}
.Meta {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
.Menu {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
}
.Indicator {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 100;
  line-height: 2.4rem;
}
.col {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  border: 0;
  padding: 0;
  margin: 0 1.25%;
}
@media (max-width: 740px) {
  .col {
    margin: 0 4.05405405%;
  }
}
.addFullGutter {
  margin: 1.25%;
}
@media (max-width: 740px) {
  .addFullGutter {
    margin: 2.02702703% 4.05405405%;
  }
}
.addOuterPadding {
  padding: 0 1.25%;
}
@media (max-width: 740px) {
  .addOuterPadding {
    padding: 0 4.05405405%;
  }
}
.col_1 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  border: 0;
  padding: 0;
  margin: 0 1.25%;
  width: 5.83333333%;
}
@media (max-width: 740px) {
  .col_1 {
    margin: 0 4.05405405%;
  }
}
@media (max-width: 740px) {
  .col_1 {
    width: 19.93243243%;
  }
}
.col_2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  border: 0;
  padding: 0;
  margin: 0 1.25%;
  width: 14.16666667%;
}
@media (max-width: 740px) {
  .col_2 {
    margin: 0 4.05405405%;
  }
}
@media (max-width: 740px) {
  .col_2 {
    width: 43.91891892%;
  }
}
.col_3 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  border: 0;
  padding: 0;
  margin: 0 1.25%;
  width: 22.5%;
}
@media (max-width: 740px) {
  .col_3 {
    margin: 0 4.05405405%;
  }
}
@media (max-width: 740px) {
  .col_3 {
    width: 67.90540541%;
  }
}
.col_4 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  border: 0;
  padding: 0;
  margin: 0 1.25%;
  width: 30.83333333%;
}
@media (max-width: 740px) {
  .col_4 {
    margin: 0 4.05405405%;
  }
}
@media (max-width: 740px) {
  .col_4 {
    width: 91.89189189%;
  }
}
.col_5 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  border: 0;
  padding: 0;
  margin: 0 1.25%;
  width: 39.16666667%;
}
@media (max-width: 740px) {
  .col_5 {
    margin: 0 4.05405405%;
  }
}
@media (max-width: 740px) {
  .col_5 {
    width: 115.87837838%;
  }
}
.col_6 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  border: 0;
  padding: 0;
  margin: 0 1.25%;
  width: 47.5%;
}
@media (max-width: 740px) {
  .col_6 {
    margin: 0 4.05405405%;
  }
}
@media (max-width: 740px) {
  .col_6 {
    width: 139.86486486%;
  }
}
.col_7 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  border: 0;
  padding: 0;
  margin: 0 1.25%;
  width: 55.83333333%;
}
@media (max-width: 740px) {
  .col_7 {
    margin: 0 4.05405405%;
  }
}
@media (max-width: 740px) {
  .col_7 {
    width: 163.85135135%;
  }
}
.col_8 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  border: 0;
  padding: 0;
  margin: 0 1.25%;
  width: 64.16666667%;
}
@media (max-width: 740px) {
  .col_8 {
    margin: 0 4.05405405%;
  }
}
@media (max-width: 740px) {
  .col_8 {
    width: 187.83783784%;
  }
}
.col_9 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  border: 0;
  padding: 0;
  margin: 0 1.25%;
  width: 72.5%;
}
@media (max-width: 740px) {
  .col_9 {
    margin: 0 4.05405405%;
  }
}
@media (max-width: 740px) {
  .col_9 {
    width: 211.82432432%;
  }
}
.col_10 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  border: 0;
  padding: 0;
  margin: 0 1.25%;
  width: 80.83333333%;
}
@media (max-width: 740px) {
  .col_10 {
    margin: 0 4.05405405%;
  }
}
@media (max-width: 740px) {
  .col_10 {
    width: 235.81081081%;
  }
}
.col_11 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  border: 0;
  padding: 0;
  margin: 0 1.25%;
  width: 89.16666667%;
}
@media (max-width: 740px) {
  .col_11 {
    margin: 0 4.05405405%;
  }
}
@media (max-width: 740px) {
  .col_11 {
    width: 259.7972973%;
  }
}
.col_12 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  border: 0;
  padding: 0;
  margin: 0 1.25%;
  width: 97.5%;
}
@media (max-width: 740px) {
  .col_12 {
    margin: 0 4.05405405%;
  }
}
@media (max-width: 740px) {
  .col_12 {
    width: 283.78378378%;
  }
}
.fullWidthWidget {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin: 0 auto;
}
.contentWidthWidget {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 1290px;
}
@media (max-width: 1300px) {
  .contentWidthWidget {
    padding: 0 10px;
  }
}
@media (max-width: 740px) {
  .contentWidthWidget {
    width: 100%;
    padding: 0 15px;
  }
}
.Transition {
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.Backstretch {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.Button {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.8rem;
  letter-spacing: 0.15rem;
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  padding: 7px 16px;
  border-radius: 18px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  border: 1px solid transparent;
  overflow: hidden;
}
.Button:after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  border-radius: 18px;
  left: -100%;
  z-index: -1;
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.Button:before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  border-radius: 18px;
  left: 0px;
  z-index: -1;
}
.Button:hover:after {
  left: 0px;
}
.Button.arrow-right {
  padding-right: 45px;
  background-size: 14px 17px;
  background-repeat: no-repeat;
  background-position: center right 16px;
}
.Button.outline {
  border: 1px solid transparent;
}
.Button.outline:before {
  background-color: #FFFFFF;
}
.Button.outline.blue {
  color: #0B6FA1;
  border-color: #02537A;
}
.Button.outline.blue:after {
  background-color: #D1F0FF;
}
.Button.outline.blue.arrow-right {
  background-image: url(assets/img/shapes/arrow-right-blue.svg);
}
.Button.outline.green {
  color: #168994;
  border-color: #0e666e;
}
.Button.outline.green:after {
  background-color: #d5f0f2;
}
.Button.outline.green.arrow-right {
  background-image: url(assets/img/shapes/arrow-right-green.svg);
}
.Button.outline.purple {
  color: #956399;
  border-color: #6f4673;
}
.Button.outline.purple:after {
  background-color: #f9e8fa;
}
.Button.outline.purple.arrow-right {
  background-image: url(assets/img/shapes/arrow-right-purple.svg);
}
.Button.outline.pink {
  color: #B5334F;
  border-color: #8F2139;
}
.Button.outline.pink:after {
  background-color: #FFE0E7;
}
.Button.outline.pink.arrow-right {
  background-image: url(assets/img/shapes/arrow-right-pink.svg);
}
.Button.fill {
  color: #FFFFFF;
}
.Button.fill.blue:before {
  background-color: #259AD4;
}
.Button.fill.blue:after {
  background-color: #0B6FA1;
}
.Button.fill.green:before {
  background-color: #44BBC7;
}
.Button.fill.green:after {
  background-color: #168994;
}
.Button.fill.purple:before {
  background-color: #CAA7CD;
}
.Button.fill.purple:after {
  background-color: #956399;
}
.Button.fill.pink:before {
  background-color: #E95877;
}
.Button.fill.pink:after {
  background-color: #B5334F;
}
.Button.fill.arrow-right {
  background-image: url(assets/img/shapes/arrow-right-white.svg);
}
.Button.white-outline {
  border-color: #FFFFFF;
}
body {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  -webkit-font-smoothing: antialiased;
}
#site {
  line-height: normal;
}
head {
  display: none !important;
}
html {
  background-color: #f7f7f7;
}
html,
body {
  color: #000000;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}
html > b,
body > b,
html br,
body br {
  display: none;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-size: 100%;
  outline: none;
}
input:focus,
button:focus,
img:focus,
a:focus,
div:focus,
p:focus,
span:focus {
  outline: none;
}
legend {
  color: #000000;
}
abbr {
  text-decoration: none!important;
}
a,
a:link,
a:visited {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:link:hover,
a:visited:hover {
  text-decoration: none;
}
a img,
a:link img,
a:visited img {
  border: none;
}
body .hidden {
  display: none !important;
}
[data-sr] {
  visibility: hidden;
}
#catapult-cookie-bar span {
  text-transform: none !important;
}
#catapult-cookie-bar span a {
  text-decoration: underline !important;
}
.inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 1290px;
  position: relative;
  margin: 0 auto;
  height: 100%;
}
@media (max-width: 1300px) {
  .inner {
    padding: 0 10px;
  }
}
@media (max-width: 740px) {
  .inner {
    width: 100%;
    padding: 0 15px;
  }
}
.full {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin: 0 auto;
  margin: 0;
}
.padded {
  position: relative;
  height: 100%;
  padding: 0 1.25%;
}
@media (max-width: 740px) {
  .padded {
    padding: 0 4.05405405%;
  }
}
.panel-grid {
  margin-top: 0;
  margin-bottom: 0;
}
.panel-grid .so-panel {
  margin-bottom: 0;
}
@media (max-width: 1185px) {
  .panel-grid {
    margin-top: 0;
    margin-bottom: 0;
  }
  .panel-grid .so-panel {
    margin-bottom: 0;
  }
}
@media (max-width: 740px) {
  .panel-grid {
    margin-top: 0;
    margin-bottom: 0;
  }
  .panel-grid .so-panel {
    margin-bottom: 0;
  }
}
#site h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 3.6rem;
  line-height: 4.8rem;
}
@media (max-width: 740px) {
  #site h1 {
    font-size: 3rem;
    line-height: 3.6rem;
    font-weight: normal;
  }
}
#site h2 {
  font-family: "Oswald", sans-serif;
  font-size: 2.4rem;
  line-height: 3rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
#site h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 3.6rem;
}
@media (max-width: 740px) {
  #site h3 {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
#site h4 {
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
#site p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2.8rem;
  margin-bottom: 1.3rem;
}
#site li {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2.8rem;
  margin-bottom: 1.3rem;
}
#site .button {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.8rem;
  letter-spacing: 0.15rem;
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  padding: 7px 16px;
  border-radius: 18px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  border: 1px solid transparent;
  overflow: hidden;
}
#site .button:after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  border-radius: 18px;
  left: -100%;
  z-index: -1;
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#site .button:before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  border-radius: 18px;
  left: 0px;
  z-index: -1;
}
#site .button:hover:after {
  left: 0px;
}
#site .button.arrow-right {
  padding-right: 45px;
  background-size: 14px 17px;
  background-repeat: no-repeat;
  background-position: center right 16px;
}
#site .button.outline {
  border: 1px solid transparent;
}
#site .button.outline:before {
  background-color: #FFFFFF;
}
#site .button.outline.blue {
  color: #0B6FA1;
  border-color: #02537A;
}
#site .button.outline.blue:after {
  background-color: #D1F0FF;
}
#site .button.outline.blue.arrow-right {
  background-image: url(assets/img/shapes/arrow-right-blue.svg);
}
#site .button.outline.green {
  color: #168994;
  border-color: #0e666e;
}
#site .button.outline.green:after {
  background-color: #d5f0f2;
}
#site .button.outline.green.arrow-right {
  background-image: url(assets/img/shapes/arrow-right-green.svg);
}
#site .button.outline.purple {
  color: #956399;
  border-color: #6f4673;
}
#site .button.outline.purple:after {
  background-color: #f9e8fa;
}
#site .button.outline.purple.arrow-right {
  background-image: url(assets/img/shapes/arrow-right-purple.svg);
}
#site .button.outline.pink {
  color: #B5334F;
  border-color: #8F2139;
}
#site .button.outline.pink:after {
  background-color: #FFE0E7;
}
#site .button.outline.pink.arrow-right {
  background-image: url(assets/img/shapes/arrow-right-pink.svg);
}
#site .button.fill {
  color: #FFFFFF;
}
#site .button.fill.blue:before {
  background-color: #259AD4;
}
#site .button.fill.blue:after {
  background-color: #0B6FA1;
}
#site .button.fill.green:before {
  background-color: #44BBC7;
}
#site .button.fill.green:after {
  background-color: #168994;
}
#site .button.fill.purple:before {
  background-color: #CAA7CD;
}
#site .button.fill.purple:after {
  background-color: #956399;
}
#site .button.fill.pink:before {
  background-color: #E95877;
}
#site .button.fill.pink:after {
  background-color: #B5334F;
}
#site .button.fill.arrow-right {
  background-image: url(assets/img/shapes/arrow-right-white.svg);
}
#site .button.white-outline {
  border-color: #FFFFFF;
}
#Lancet_Header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  background-color: rgba(255, 255, 255, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1185px) {
  #Lancet_Header {
    padding: 4px 10px !important;
  }
}
#Lancet_Header > .inner {
  padding-top: 10px;
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 1185px) {
  #Lancet_Header > .inner .button {
    order: 20;
    margin-bottom: 20px;
  }
}
@media (max-width: 1185px) {
  #Lancet_Header > .inner {
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 10px;
  }
}
#Lancet_Header > .inner > .lancet-countdown-logo > a {
  display: block;
  position: relative;
}
#Lancet_Header > .inner > .lancet-countdown-logo .logo {
  height: 160px;
  width: 140px;
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  margin-right: 140px;
}
@media (max-width: 1300px) {
  #Lancet_Header > .inner > .lancet-countdown-logo .logo {
    height: 120px;
    width: 100px;
    margin-right: 90px;
  }
}
@media (max-width: 1185px) {
  #Lancet_Header > .inner > .lancet-countdown-logo .logo {
    margin-right: 0;
  }
}
@media (max-width: 1185px) {
  #Lancet_Header > .inner > .lancet-countdown-logo .logo {
    height: 100px;
    margin-right: 90px;
  }
}
#Lancet_Header > .inner > .lancet-countdown-logo .logo-text {
  height: 60px;
  width: 140px;
  position: absolute;
  top: calc(50% - 30px);
  left: 140px;
}
@media (max-width: 1300px) {
  #Lancet_Header > .inner > .lancet-countdown-logo .logo-text {
    height: 40px;
    width: calc(140xpx * 0.66);
    left: 110px;
    top: calc(50% - 15px);
  }
}
@media (max-width: 1185px) {
  #Lancet_Header > .inner > .lancet-countdown-logo .logo-text {
    display: none;
    height: 45px;
    left: 90px;
    top: calc(50% - 23px);
  }
}
#Lancet_Header > .inner > .lancet-countdown-logo .logo-text path,
#Lancet_Header > .inner > .lancet-countdown-logo .logo-text polygon {
  fill: #FFFFFF;
}
#Lancet_Header > .inner > .desktop-menu {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding-top: 45px;
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media (max-width: 1185px) {
  #Lancet_Header > .inner > .desktop-menu {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 10;
    background-color: #FFFFFF;
    top: 0;
    right: 120%;
    flex-flow: column;
    padding-top: 0;
    align-items: center;
  }
}
#Lancet_Header > .inner > .desktop-menu > nav {
  flex-grow: 1;
}
@media (max-width: 1185px) {
  #Lancet_Header > .inner > .desktop-menu > nav {
    order: 30;
    width: 100%;
  }
}
#Lancet_Header > .inner > .desktop-menu > nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
@media (max-width: 1185px) {
  #Lancet_Header > .inner > .desktop-menu > nav ul {
    flex-flow: column;
    width: 100%;
  }
}
#Lancet_Header > .inner > .desktop-menu > nav > ul > li {
  position: relative;
  margin-bottom: 0px;
  margin-right: 1.4rem;
}
@media (max-width: 1185px) {
  #Lancet_Header > .inner > .desktop-menu > nav > ul > li {
    width: 100%;
    border-bottom: 1px solid #666666;
  }
}
#Lancet_Header > .inner > .desktop-menu > nav > ul > li > a {
  color: #FFFFFF;
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  position: relative;
  display: inline-flex;
  overflow: hidden;
}
#Lancet_Header > .inner > .desktop-menu > nav > ul > li > a:before {
  content: '';
  height: 2px;
  width: 100%;
  position: absolute;
  left: -101%;
  bottom: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  background-color: #FFFFFF;
}
#Lancet_Header > .inner > .desktop-menu > nav > ul > li > a:hover:before {
  left: 0;
}
@media (max-width: 1185px) {
  #Lancet_Header > .inner > .desktop-menu > nav > ul > li > a {
    color: #363636;
    padding: 10px;
    display: block;
  }
}
#Lancet_Header > .inner > .desktop-menu > nav > ul > li.menu-item-has-children .after {
  display: none;
  content: '';
  height: 100%;
  width: 30%;
  background-image: url(assets/img/shapes/arrow-right-slate.svg);
  background-position: top 15px right 20px;
  background-repeat: no-repeat;
  background-size: 8px;
  position: absolute;
  top: 0%;
  right: 0px;
}
@media (max-width: 1185px) {
  #Lancet_Header > .inner > .desktop-menu > nav > ul > li.menu-item-has-children .after {
    display: block;
  }
}
#Lancet_Header > .inner > .desktop-menu > nav > ul > li.menu-item-has-children.active .after {
  background-image: url(assets/img/shapes/arrow-down-slate.svg);
  background-size: 15px;
  background-position: top 20px right 20px;
}
#Lancet_Header > .inner > .desktop-menu > nav > ul > li .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  background-color: #FFFFFF;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
  flex-flow: column;
}
@media (max-width: 1185px) {
  #Lancet_Header > .inner > .desktop-menu > nav > ul > li .sub-menu {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    box-shadow: 0 0 0 transparent;
    background-color: #e6e6e6;
    padding: 0;
  }
}
#Lancet_Header > .inner > .desktop-menu > nav > ul > li .sub-menu > li {
  margin: 0 auto 0 10px;
}
@media (max-width: 1185px) {
  #Lancet_Header > .inner > .desktop-menu > nav > ul > li .sub-menu > li {
    border-top: 1px solid #666666;
    margin: 0;
  }
}
#Lancet_Header > .inner > .desktop-menu > nav > ul > li .sub-menu > li a {
  position: relative;
  overflow: hidden;
  display: inline-flex;
}
#Lancet_Header > .inner > .desktop-menu > nav > ul > li .sub-menu > li a:before {
  content: '';
  height: 2px;
  width: 100%;
  position: absolute;
  left: -101%;
  bottom: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  background-color: #363636;
}
#Lancet_Header > .inner > .desktop-menu > nav > ul > li .sub-menu > li a:hover:before {
  left: 0;
}
@media (max-width: 1185px) {
  #Lancet_Header > .inner > .desktop-menu > nav > ul > li .sub-menu > li a {
    padding: 10px;
  }
  #Lancet_Header > .inner > .desktop-menu > nav > ul > li .sub-menu > li a:before {
    display: none;
  }
}
#Lancet_Header > .inner > .desktop-menu > nav > ul > li .sub-menu > li.current_page_item a:before,
#Lancet_Header > .inner > .desktop-menu > nav > ul > li .sub-menu > li.current_page_ancestor a:before,
#Lancet_Header > .inner > .desktop-menu > nav > ul > li .sub-menu > li.current-menu-ancestor a:before {
  left: 0;
}
#Lancet_Header > .inner > .desktop-menu > nav > ul > li.current_page_item > a:before,
#Lancet_Header > .inner > .desktop-menu > nav > ul > li.current_page_ancestor > a:before,
#Lancet_Header > .inner > .desktop-menu > nav > ul > li.current-menu-ancestor > a:before {
  left: 0;
}
#Lancet_Header > .inner > .desktop-menu > nav > ul > li:hover .sub-menu {
  display: block;
}
@media (max-width: 1185px) {
  #Lancet_Header > .inner > .desktop-menu > nav > ul > li:hover .sub-menu {
    display: none;
  }
}
#Lancet_Header > .inner > .desktop-menu > form {
  position: relative;
  overflow: hidden;
}
@media (max-width: 1185px) {
  #Lancet_Header > .inner > .desktop-menu > form {
    order: 10;
    margin-top: 14px;
  }
}
#Lancet_Header > .inner > .desktop-menu > form input[type="search"] {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2.8rem;
  margin-bottom: 1.3rem;
  margin-bottom: 0px;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0px;
  border: 0px;
  background: transparent;
  outline: 0px;
  padding-right: 45px;
  width: 125px;
  height: 28px;
  background-image: url(assets/img/shapes/search-icon-light.svg);
  background-position: center right 10px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  border-bottom: 2px solid #FFFFFF;
  color: #44BBC7;
}
@media (max-width: 1185px) {
  #Lancet_Header > .inner > .desktop-menu > form input[type="search"] {
    border-bottom-color: #e6e6e6;
    background-image: url(assets/img/shapes/search-icon-dark.svg);
    margin-bottom: 20px;
  }
}
#Lancet_Header > .inner > .desktop-menu > form input[type="search"]::placeholder {
  color: #FFFFFF;
}
@media (max-width: 1185px) {
  #Lancet_Header > .inner > .desktop-menu > form input[type="search"]::placeholder {
    color: #363636;
  }
}
#Lancet_Header > .inner > .desktop-menu > form input[type="search"]::-webkit-search-decoration,
#Lancet_Header > .inner > .desktop-menu > form input[type="search"]::-webkit-search-cancel-button,
#Lancet_Header > .inner > .desktop-menu > form input[type="search"]::-webkit-search-results-button,
#Lancet_Header > .inner > .desktop-menu > form input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
#Lancet_Header > .inner > .desktop-menu > form input[type="submit"] {
  display: none;
}
#Lancet_Header > .inner > .desktop-menu > form:before {
  height: 2px;
  width: 100%;
  content: '';
  position: absolute;
  left: -100%;
  bottom: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  background-color: #44BBC7;
}
@media (max-width: 1185px) {
  #Lancet_Header > .inner > .desktop-menu > form:before {
    bottom: 20px;
  }
}
#Lancet_Header > .inner > .desktop-menu > form.active:before {
  left: 0%;
}
#Lancet_Header > .inner > .desktop-menu > form.active input[type="search"] {
  background-image: url(assets/img/shapes/search-icon-green.svg);
}
#Lancet_Header > .inner > .desktop-menu > form {
  margin-right: 1.4rem;
}
#Lancet_Header > .inner .hamburger {
  display: none;
  height: 11px;
  width: 18px;
  position: relative;
  top: 20px;
  z-index: 1000;
  cursor: pointer;
}
#Lancet_Header > .inner .hamburger span {
  height: 1px;
  width: 18px;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: rotate(0deg);
  transform-origin: left;
}
#Lancet_Header > .inner .hamburger span:nth-of-type(1) {
  top: 0px;
}
#Lancet_Header > .inner .hamburger span:nth-of-type(2) {
  top: 5px;
}
#Lancet_Header > .inner .hamburger span:nth-of-type(3) {
  top: 10px;
}
#Lancet_Header > .inner .hamburger.active span {
  width: 20px;
  background-color: #363636;
}
#Lancet_Header > .inner .hamburger.active span:nth-of-type(1) {
  transform: rotate(405deg) translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
#Lancet_Header > .inner .hamburger.active span:nth-of-type(2) {
  left: -100%;
  opacity: 0;
}
#Lancet_Header > .inner .hamburger.active span:nth-of-type(3) {
  transform: rotate(-405deg) translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
@media (max-width: 1185px) {
  #Lancet_Header > .inner .hamburger {
    display: block;
  }
}
#Lancet_Header > .inner .social-media-links {
  display: flex;
}
@media (max-width: 1185px) {
  #Lancet_Header > .inner .social-media-links {
    order: 40;
  }
}
#Lancet_Header > .inner .social-media-links li {
  margin-bottom: 0px;
}
#Lancet_Header > .inner .social-media-links li a {
  height: 20px;
  width: 20px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  margin-right: 10px;
  z-index: 1;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#Lancet_Header > .inner .social-media-links li a.facebook {
  background-image: url(assets/img/F-white.png);
  background-size: 10px;
}
#Lancet_Header > .inner .social-media-links li a.facebook:hover {
  background-image: url(assets/img/F.png);
}
#Lancet_Header > .inner .social-media-links li a.twitter {
  background-image: url(assets/img/t-white.png);
}
#Lancet_Header > .inner .social-media-links li a.twitter:hover {
  background-image: url(assets/img/t.png);
}
#Lancet_Header.condensed {
  background-color: #ffffff;
  padding: 0 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#Lancet_Header.condensed > .inner > .lancet-countdown-logo .logo {
  height: 60px;
  width: 55px;
  margin-right: 0px;
}
@media (max-width: 1185px) {
  #Lancet_Header.condensed > .inner > .lancet-countdown-logo .logo {
    height: 50px;
    width: 48px;
  }
}
#Lancet_Header.condensed > .inner > .lancet-countdown-logo .logo-text {
  height: 0;
}
#Lancet_Header.condensed > .inner .hamburger span {
  background-color: #363636;
}
#Lancet_Header.condensed > .inner > .desktop-menu {
  z-index: 1;
  align-items: center;
  padding-top: 0px;
}
#Lancet_Header.condensed > .inner > .desktop-menu > nav li > a:before {
  background-color: #363636;
}
#Lancet_Header.condensed > .inner > .desktop-menu > nav li > a {
  color: #363636;
}
#Lancet_Header.condensed > .inner > .desktop-menu > form input[type="search"] {
  border-bottom-color: #363636;
  background-image: url(assets/img/shapes/search-icon-dark.svg);
}
#Lancet_Header.condensed > .inner > .desktop-menu > form input[type="search"]::placeholder {
  color: #363636;
}
#Lancet_Header.condensed > .inner > .desktop-menu > form.active input[type="search"] {
  background-image: url(assets/img/shapes/search-icon-green.svg);
}
#Lancet_Header.condensed > .inner .social-media-links {
  display: flex;
}
#Lancet_Header.condensed > .inner .social-media-links li a.facebook {
  background-image: url(assets/img/F.png);
}
#Lancet_Header.condensed > .inner .social-media-links li a.twitter {
  background-image: url(assets/img/t.png);
}
#Lancet_Footer {
  background-color: #333333;
}
#Lancet_Footer .footer-bar {
  display: flex;
  padding: 20px 0;
  justify-content: space-between;
}
@media (max-width: 740px) {
  #Lancet_Footer .footer-bar {
    flex-wrap: wrap;
  }
}
#Lancet_Footer .footer-bar .small-print {
  display: flex;
  flex: 1;
  align-items: center;
}
@media (max-width: 740px) {
  #Lancet_Footer .footer-bar .small-print {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#Lancet_Footer .footer-bar .logos {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 740px) {
  #Lancet_Footer .footer-bar .logos {
    width: 100%;
    justify-content: center;
  }
}
#Lancet_Footer .footer-bar .logos img {
  margin-right: 2rem;
}
#Lancet_Footer .footer-bar .logos a:first-of-type img {
  height: 20px;
}
#Lancet_Footer .footer-bar .logos a:last-of-type img {
  height: 50px;
}
#Lancet_Footer .footer-bar #footer-menu {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
@media (max-width: 740px) {
  #Lancet_Footer .footer-bar #footer-menu {
    justify-content: center;
    flex: 1 0 auto;
  }
}
#Lancet_Footer .footer-bar #footer-menu li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 0px;
}
#Lancet_Footer .footer-bar #footer-menu li a {
  font-size: 1.2rem;
  line-height: 2.9rem;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
  display: inline-flex;
}
#Lancet_Footer .footer-bar #footer-menu li a:before {
  content: '';
  height: 1px;
  width: 100%;
  position: absolute;
  left: -101%;
  bottom: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  background-color: #FFFFFF;
}
#Lancet_Footer .footer-bar #footer-menu li a:hover:before {
  left: 0;
}
#Lancet_Footer .footer-bar p {
  font-size: 1.2rem;
  line-height: 2.9rem;
  position: relative;
  color: #FFFFFF;
  margin-bottom: 0px;
}
#Lancet_Content > section {
  position: relative;
}
#site .tile {
  display: flex;
  flex-flow: column;
}
@media (max-width: 740px) {
  #site .tile {
    margin-bottom: 30px;
  }
  #site .tile:last-of-type {
    margin-bottom: 0;
  }
}
#site .tile .tile--content {
  background-color: #FFFFFF;
  padding: 15px;
  flex-grow: 1;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#site .tile .tile--content .tile--content--title {
  font-family: "Oswald", sans-serif;
  font-size: 2.4rem;
  line-height: 3rem;
  letter-spacing: 0.05rem;
  margin-bottom: 26px;
  text-transform: uppercase;
}
#site .tile .tile--content p:not(.tile--content--title) {
  flex-grow: 1;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  line-height: 2.1rem;
}
#site .tile .tile--content a {
  z-index: 1;
}
#site .tile .tile--image img {
  width: 100%;
  height: auto;
}
#site .news-event-tile {
  width: 300px;
  display: flex !important;
  flex-flow: column;
  height: 100%;
}
#site .news-event-tile .image img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
#site .news-event-tile .content {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  flex-grow: 1;
}
#site .news-event-tile .content > .meta-bar {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #259AD4;
  width: 100%;
  margin-bottom: 1.4rem;
}
#site .news-event-tile .content > .meta-bar p {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  color: #666666;
}
@media (max-width: 740px) {
  #site .news-event-tile .content > .meta-bar p {
    margin-bottom: 5px;
  }
}
#site .news-event-tile .content > p:not(.content-title) {
  flex-grow: 1;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.9rem;
  margin-bottom: 1rem;
}
@media (max-width: 740px) {
  #site .news-event-tile .content > p:not(.content-title) {
    display: none;
  }
}
#site .news-event-tile .content > p.content-title {
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 740px) {
  #site .news-event-tile .content > p.content-title {
    flex-grow: 1;
  }
}
#site .inner > .carousel {
  overflow: visible;
}
@media (max-width: 740px) {
  #site .inner > .carousel.slick-slider {
    position: static;
  }
  #site .inner > .carousel.slick-slider .slick-next {
    top: -5px;
    right: 15px;
  }
  #site .inner > .carousel.slick-slider .slick-prev {
    top: -5px;
    right: 65px;
  }
}
#site .inner > .carousel .slick-list {
  overflow: visible;
}
#site .inner > .carousel .slick-track {
  display: flex !important;
}
#site .inner > .carousel .slick-slide {
  width: 300px;
  margin-right: 30px;
  opacity: 1;
  height: auto;
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#site .inner > .carousel .slick-slide > div {
  height: 100%;
}
#site .inner > .carousel .slick-slide[aria-hidden="true"] {
  opacity: 0;
}
@media (max-width: 740px) {
  #site .inner > .carousel .slick-slide[aria-hidden="true"] {
    opacity: 1;
  }
}
#site .inner > .carousel .slick-active + .slick-slide[aria-hidden="true"] {
  pointer-events: none;
  opacity: 0.33;
}
@media (max-width: 740px) {
  #site .inner > .carousel .slick-active + .slick-slide[aria-hidden="true"] {
    opacity: 1;
    pointer-events: all;
  }
}
#site .filter-group {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#site .filter-group .filter-clear {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}
#site .filter-group .filter-clear li {
  margin-bottom: 0;
}
#site .filter {
  border-radius: 18px;
  border: 1px solid #000000;
  display: inline-block;
  margin-right: 20px;
  background-size: 14px 17px;
  background-repeat: no-repeat;
  background-position: center right 16px;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  overflow-y: visible;
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media (max-width: 740px) {
  #site .filter {
    display: block;
    margin-top: 10px;
  }
}
#site .filter[data-taxonomy="resource_country"] > .current-item {
  width: 120px;
}
#site .filter > .current-item {
  padding: 8px 45px 8px 16px;
  overflow: hidden;
  position: relative;
}
#site .filter > .current-item:before {
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 18px;
  top: 0;
  left: -100%;
  background-color: rgba(255, 255, 255, 0.8);
  content: '';
  z-index: -1;
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#site .filter > .current-item:hover:before {
  left: 0%;
}
#site .filter.open {
  background-color: #FFFFFF;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-color: transparent;
}
#site .filter.open ul {
  display: block;
}
#site .filter li {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.8rem;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
#site .filter ul {
  display: none;
  position: absolute;
  border: 1px solid red;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  padding: 8px 16px;
  box-sizing: border-box;
  left: 0;
  background: white;
  border-top-color: transparent !important;
  z-index: 1;
  width: calc(100% + 2px);
  left: -1px;
  top: 70%;
}
#site .filter ul > li {
  color: #666666;
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#site .filter.purple {
  border-color: #6f4673;
  background-image: url(assets/img/shapes/arrow-down-purple.svg);
}
#site .filter.purple > .current-item:before {
  background-color: #f9e8fa;
}
#site .filter.purple > li {
  color: #956399;
}
#site .filter.purple > li ul {
  border-color: #6f4673;
}
#site .filter.purple > li ul li.active {
  color: #CAA7CD;
}
.filter-clear {
  cursor: pointer;
}
#site .share-bar,
#site .fullscreen {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#site .share-bar p,
#site .fullscreen p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2.8rem;
  margin-bottom: 1.3rem;
  margin-right: 10px;
  margin-bottom: 0;
}
#site .share-bar a,
#site .fullscreen a,
#site .share-bar button:not(.button),
#site .fullscreen button:not(.button) {
  height: 36px;
  width: 36px;
  border: 1px solid transparent;
  border-radius: 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  margin-right: 10px;
  z-index: 1;
  position: relative;
  background-color: transparent;
  overflow: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#site .share-bar.blue a,
#site .fullscreen.blue a,
#site .share-bar.blue button,
#site .fullscreen.blue button {
  border-color: #259AD4;
}
#site .share-bar.blue a.share-icon,
#site .fullscreen.blue a.share-icon,
#site .share-bar.blue button.share-icon,
#site .fullscreen.blue button.share-icon {
  background-image: url(assets/img/share-blue.png);
}
#site .share-bar.blue a.share-linkedin,
#site .fullscreen.blue a.share-linkedin,
#site .share-bar.blue button.share-linkedin,
#site .fullscreen.blue button.share-linkedin {
  background-image: url(assets/img/L-blue.png);
}
#site .share-bar.blue a.share-twitter,
#site .fullscreen.blue a.share-twitter,
#site .share-bar.blue button.share-twitter,
#site .fullscreen.blue button.share-twitter {
  background-image: url(assets/img/t-blue.png);
}
#site .share-bar.blue a.share-facebook,
#site .fullscreen.blue a.share-facebook,
#site .share-bar.blue button.share-facebook,
#site .fullscreen.blue button.share-facebook {
  background-image: url(assets/img/F-blue.png);
}
#site .share-bar.blue a.toggle-fullscreen,
#site .fullscreen.blue a.toggle-fullscreen,
#site .share-bar.blue button.toggle-fullscreen,
#site .fullscreen.blue button.toggle-fullscreen {
  background-image: url(assets/img/toggle-fullscreen-blue.png);
}
#site .share-bar.blue a.toggle-fullscreen.active,
#site .fullscreen.blue a.toggle-fullscreen.active,
#site .share-bar.blue button.toggle-fullscreen.active,
#site .fullscreen.blue button.toggle-fullscreen.active {
  background-image: url(assets/img/untoggle-fullscreen-blue.png);
}
#site .share-bar.green a,
#site .fullscreen.green a,
#site .share-bar.green button,
#site .fullscreen.green button {
  border-color: #168994;
  cursor: pointer;
}
#site .share-bar.green a.share-icon,
#site .fullscreen.green a.share-icon,
#site .share-bar.green button.share-icon,
#site .fullscreen.green button.share-icon {
  background-image: url(assets/img/share-green.png);
}
#site .share-bar.green a.share-linkedin,
#site .fullscreen.green a.share-linkedin,
#site .share-bar.green button.share-linkedin,
#site .fullscreen.green button.share-linkedin {
  background-image: url(assets/img/L-green.png);
}
#site .share-bar.green a.share-twitter,
#site .fullscreen.green a.share-twitter,
#site .share-bar.green button.share-twitter,
#site .fullscreen.green button.share-twitter {
  background-image: url(assets/img/t-green.png);
}
#site .share-bar.green a.share-facebook,
#site .fullscreen.green a.share-facebook,
#site .share-bar.green button.share-facebook,
#site .fullscreen.green button.share-facebook {
  background-image: url(assets/img/F-green.png);
}
#site .share-bar.green a.toggle-fullscreen,
#site .fullscreen.green a.toggle-fullscreen,
#site .share-bar.green button.toggle-fullscreen,
#site .fullscreen.green button.toggle-fullscreen {
  background-image: url(assets/img/toggle-fullscreen-green.png);
}
#site .share-bar.green a.toggle-fullscreen.active,
#site .fullscreen.green a.toggle-fullscreen.active,
#site .share-bar.green button.toggle-fullscreen.active,
#site .fullscreen.green button.toggle-fullscreen.active {
  background-image: url(assets/img/untoggle-fullscreen-green.png);
}
#site .share-bar + .copy-link-popup,
#site .fullscreen + .copy-link-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  min-width: 50vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 50px;
  background-color: #f7f7f7;
  box-shadow: 0px 0px 35px 0px #000000;
}
@media (max-width: 740px) {
  #site .share-bar + .copy-link-popup,
  #site .fullscreen + .copy-link-popup {
    top: 0;
    transform: translate(0, 0);
    left: 0;
    height: 100vh;
    width: 100vw;
    overflow: scroll;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#site .share-bar + .copy-link-popup .copy-code,
#site .fullscreen + .copy-link-popup .copy-code {
  margin-bottom: 20px;
}
#site .share-bar + .copy-link-popup .close-button,
#site .fullscreen + .copy-link-popup .close-button {
  position: absolute;
  cursor: pointer;
  top: 10px;
  right: 10px;
  border: 1px solid #44BBC7;
  border-radius: 50%;
  background-image: url(assets/img/shapes/cross-green.svg);
  background-position: 7px 7px;
  background-repeat: no-repeat;
  background-size: 15px;
  height: 30px;
  width: 30px;
  margin: 0px;
}
#site .share-bar + .copy-link-popup .HeadingThree,
#site .fullscreen + .copy-link-popup .HeadingThree {
  font-family: "Open Sans", sans-serif;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 3.6rem;
}
@media (max-width: 740px) {
  #site .share-bar + .copy-link-popup .HeadingThree,
  #site .fullscreen + .copy-link-popup .HeadingThree {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
#site .share-bar + .copy-link-popup .HeadingFour,
#site .fullscreen + .copy-link-popup .HeadingFour {
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
#site .share-bar + .copy-link-popup input[type='text'],
#site .fullscreen + .copy-link-popup input[type='text'] {
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  line-height: 2.1rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 10px;
  background-color: #FFFFFF;
  border: 1px solid transparent;
  width: 100%;
  margin-bottom: 20px;
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#site .share-bar + .copy-link-popup input[type='text'].copied,
#site .fullscreen + .copy-link-popup input[type='text'].copied {
  border: 1px solid #44BBC7;
  margin-bottom: 20px;
}
#site .p1-search-results-page {
  padding-bottom: 60px;
  min-height: calc(100vh - 90px - 400px);
}
#site .p1-search-results-page .partial {
  margin: 0 auto;
  width: 850px;
  position: relative;
}
@media (max-width: 740px) {
  #site .p1-search-results-page .partial {
    width: 100%;
  }
}
#site .p1-search-results-page .partial > div.HeadingOne {
  margin-bottom: 40px;
  font-weight: 500;
}
#site .p1-search-results-page #_search_box input[type="submit"] {
  display: none;
}
#site .p1-search-results-page #_search_box input[type="text"] {
  padding: 20px 15px;
  font-family: "Open Sans", sans-serif;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 3.6rem;
  color: #000000;
  background-color: #FFFFFF;
  border: 0;
  outline: 0;
  border-bottom: 1px solid #44BBC7;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 740px) {
  #site .p1-search-results-page #_search_box input[type="text"] {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
#site .p1-search-results-page #_search_box input[type="text"]::placeholder {
  color: #44BBC7;
}
#site .p1-search-results-page #_search_box .results-list-text {
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2.8rem;
  margin-bottom: 1.3rem;
  margin: 30px 0 15px;
}
#site .p1-search-results-page .search-filters {
  margin: 15px 0 30px;
}
#site .p1-search-results-page .search-filters .search-filter {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.8rem;
  letter-spacing: 0.15rem;
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  padding: 7px 16px;
  border-radius: 18px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  border: 1px solid transparent;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
#site .p1-search-results-page .search-filters .search-filter:after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  border-radius: 18px;
  left: -100%;
  z-index: -1;
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#site .p1-search-results-page .search-filters .search-filter:before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  border-radius: 18px;
  left: 0px;
  z-index: -1;
}
#site .p1-search-results-page .search-filters .search-filter:hover:after {
  left: 0px;
}
#site .p1-search-results-page .search-filters .search-filter.arrow-right {
  padding-right: 45px;
  background-size: 14px 17px;
  background-repeat: no-repeat;
  background-position: center right 16px;
}
#site .p1-search-results-page .search-filters .search-filter.outline {
  border: 1px solid transparent;
}
#site .p1-search-results-page .search-filters .search-filter.outline:before {
  background-color: #FFFFFF;
}
#site .p1-search-results-page .search-filters .search-filter.outline.blue {
  color: #0B6FA1;
  border-color: #02537A;
}
#site .p1-search-results-page .search-filters .search-filter.outline.blue:after {
  background-color: #D1F0FF;
}
#site .p1-search-results-page .search-filters .search-filter.outline.blue.arrow-right {
  background-image: url(assets/img/shapes/arrow-right-blue.svg);
}
#site .p1-search-results-page .search-filters .search-filter.outline.green {
  color: #168994;
  border-color: #0e666e;
}
#site .p1-search-results-page .search-filters .search-filter.outline.green:after {
  background-color: #d5f0f2;
}
#site .p1-search-results-page .search-filters .search-filter.outline.green.arrow-right {
  background-image: url(assets/img/shapes/arrow-right-green.svg);
}
#site .p1-search-results-page .search-filters .search-filter.outline.purple {
  color: #956399;
  border-color: #6f4673;
}
#site .p1-search-results-page .search-filters .search-filter.outline.purple:after {
  background-color: #f9e8fa;
}
#site .p1-search-results-page .search-filters .search-filter.outline.purple.arrow-right {
  background-image: url(assets/img/shapes/arrow-right-purple.svg);
}
#site .p1-search-results-page .search-filters .search-filter.outline.pink {
  color: #B5334F;
  border-color: #8F2139;
}
#site .p1-search-results-page .search-filters .search-filter.outline.pink:after {
  background-color: #FFE0E7;
}
#site .p1-search-results-page .search-filters .search-filter.outline.pink.arrow-right {
  background-image: url(assets/img/shapes/arrow-right-pink.svg);
}
#site .p1-search-results-page .search-filters .search-filter.fill {
  color: #FFFFFF;
}
#site .p1-search-results-page .search-filters .search-filter.fill.blue:before {
  background-color: #259AD4;
}
#site .p1-search-results-page .search-filters .search-filter.fill.blue:after {
  background-color: #0B6FA1;
}
#site .p1-search-results-page .search-filters .search-filter.fill.green:before {
  background-color: #44BBC7;
}
#site .p1-search-results-page .search-filters .search-filter.fill.green:after {
  background-color: #168994;
}
#site .p1-search-results-page .search-filters .search-filter.fill.purple:before {
  background-color: #CAA7CD;
}
#site .p1-search-results-page .search-filters .search-filter.fill.purple:after {
  background-color: #956399;
}
#site .p1-search-results-page .search-filters .search-filter.fill.pink:before {
  background-color: #E95877;
}
#site .p1-search-results-page .search-filters .search-filter.fill.pink:after {
  background-color: #B5334F;
}
#site .p1-search-results-page .search-filters .search-filter.fill.arrow-right {
  background-image: url(assets/img/shapes/arrow-right-white.svg);
}
#site .p1-search-results-page .search-filters .search-filter.white-outline {
  border-color: #FFFFFF;
}
#site .p1-search-results-page .search-filters .search-filter label {
  cursor: pointer;
}
#site .p1-search-results-page .search-filters .search-filter input[type="radio"] {
  display: none;
}
#site .p1-search-results-page #search_results .result {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
  padding: 30px 0 0;
  border-top: 1px solid #44BBC7;
}
#site .p1-search-results-page #search_results .result:last-of-type {
  padding-bottom: 30px;
  border-bottom: 1px solid #44BBC7;
}
#site .p1-search-results-page #search_results .result .content {
  flex: 1 1 auto;
}
#site .p1-search-results-page #search_results .result .content .Meta {
  margin-bottom: 18px;
  display: block;
  color: #666666;
}
#site .p1-search-results-page #search_results .result .content .result-title {
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  margin-bottom: 18px;
}
#site .p1-search-results-page #search_results .result .content .result-excerpt {
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.9rem;
  margin-bottom: 1rem;
  color: #666666;
}
#site .p1-search-results-page #search_results .result .image {
  width: 410px;
  position: relative;
  flex-shrink: 0;
}
@media (max-width: 740px) {
  #site .p1-search-results-page #search_results .result .image {
    display: none;
  }
}
#site .p1-search-results-page #search_results .result .image img {
  width: 100%;
  height: auto;
}
.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.pagination {
  position: relative;
  height: 65px;
}
.pagination > .pagination {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pagination > .pagination > .pages {
  position: relative;
}
.pagination > .pagination > .pages .prev {
  position: absolute;
  right: 100%;
}
.pagination > .pagination > .pages .next {
  position: absolute;
  left: 100%;
}
.pagination > .pagination > .pages > li {
  margin-right: 20px;
  padding: 10px 20px;
  border: 1px solid transparent;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}
@media (max-width: 740px) {
  .pagination > .pagination > .pages > li {
    padding: 4px 14px;
    margin-right: 0px;
  }
}
.pagination > .pagination > .pages > li:last-of-type {
  margin-right: 0;
}
.pagination > .pagination > .pages .active {
  border-color: #44BBC7;
}
#site .d1-data-platform-hero .data-platform-hero {
  min-height: 32vw;
  padding-bottom: 60px;
}
@media (max-width: 740px) {
  #site .d1-data-platform-hero .data-platform-hero {
    height: auto;
    padding-bottom: 0;
  }
}
#site .d1-data-platform-hero .data-platform-hero .inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 740px) {
  #site .d1-data-platform-hero .data-platform-hero .inner {
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
}
#site .d1-data-platform-hero .data-platform-hero .inner .content {
  margin-top: 230px;
}
#site .d1-data-platform-hero .data-platform-hero .inner .content p {
  color: #FFFFFF;
}
#site .d1-data-platform-hero .data-platform-hero .inner .content p:first-of-type {
  font-family: "Open Sans", sans-serif;
  font-size: 3.6rem;
  line-height: 4.8rem;
}
@media (max-width: 740px) {
  #site .d1-data-platform-hero .data-platform-hero .inner .content p:first-of-type {
    font-size: 3rem;
    line-height: 3.6rem;
    font-weight: normal;
  }
}
#site .d1-data-platform-hero .data-platform-hero .inner .indicators-in-focus {
  background-color: #FFFFFF;
  margin-top: 230px;
  width: 410px;
}
@media (max-width: 740px) {
  #site .d1-data-platform-hero .data-platform-hero .inner .indicators-in-focus {
    width: 100%;
    margin-top: 30px;
  }
}
#site .d1-data-platform-hero .data-platform-hero .inner .indicators-in-focus .heading-bar {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#site .d1-data-platform-hero .data-platform-hero .inner .indicators-in-focus .heading-bar p {
  margin-bottom: 0;
  font-family: "Oswald", sans-serif;
  font-size: 2.4rem;
  line-height: 3rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  display: inline-block;
}
#site .d1-data-platform-hero .data-platform-hero .inner .indicators-in-focus .heading-bar .carousel-navigation {
  display: inline-block;
}
#site .d1-data-platform-hero .data-platform-hero .inner .indicators-in-focus .heading-bar .carousel-navigation span {
  height: 36px;
  width: 36px;
  position: relative;
  display: inline-block;
  border: 1px solid #44BBC7;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  cursor: pointer;
}
#site .d1-data-platform-hero .data-platform-hero .inner .indicators-in-focus .heading-bar .carousel-navigation span.next {
  background-image: url(assets/img/shapes/arrow-right-green.svg);
}
#site .d1-data-platform-hero .data-platform-hero .inner .indicators-in-focus .heading-bar .carousel-navigation span.prev {
  background-image: url(assets/img/shapes/arrow-left-green.svg);
}
#site .d1-data-platform-hero .data-platform-hero .inner .indicators-in-focus .heading-bar .carousel-navigation span:first-of-type {
  margin-right: 10px;
}
#site .d1-data-platform-hero .data-platform-hero .inner .indicators-in-focus .items {
  padding: 10px;
  background-color: #f7f7f7;
}
#site .d1-data-platform-hero .data-platform-hero .inner .indicators-in-focus .items .item p:first-of-type {
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
#site .d1-data-platform-hero .data-platform-hero .inner .indicators-in-focus .items .item a {
  cursor: pointer;
}
#site .d2-main-data-platform {
  background-color: #0e666e;
  padding: 60px 0;
}
@media (max-width: 740px) {
  #site .d2-main-data-platform {
    padding: 30px 5px;
  }
}
#site .d2-main-data-platform > .inner {
  background-color: #FFFFFF;
  border-radius: 20px;
}
@media (max-width: 740px) {
  #site .d2-main-data-platform > .inner {
    padding: 0;
  }
}
#site .d2-main-data-platform > .inner > button[data-function="data-platform-overview"] {
  appearance: none;
  border: 0;
  outline: 0;
  background-color: transparent;
  color: #666666;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  padding: 10px;
}
#site .d2-main-data-platform > .inner .overview {
  display: none;
}
#site .d2-main-data-platform > .inner .overview img {
  max-width: 100%;
}
#site .d2-main-data-platform > .inner > .sections {
  display: flex;
  flex-wrap: nowrap;
  padding: 0px 10px 0px;
}
#site .d2-main-data-platform > .inner > .sections > div {
  width: 205px;
  border-radius: 18px;
  padding: 10px 40px 10px 60px;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 740px) {
  #site .d2-main-data-platform > .inner > .sections > div {
    padding: 10px;
    display: flex;
    justify-content: center;
  }
}
#site .d2-main-data-platform > .inner > .sections > div.active {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-bottom: 0;
}
#site .d2-main-data-platform > .inner > .sections > div p {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
@media (max-width: 740px) {
  #site .d2-main-data-platform > .inner > .sections > div p {
    display: none;
  }
}
#site .d2-main-data-platform > .inner > .sections > div svg {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 36px;
  width: 36px;
}
@media (max-width: 740px) {
  #site .d2-main-data-platform > .inner > .sections > div svg {
    position: relative;
    top: 0;
    left: 0;
  }
}
#site .d2-main-data-platform > .inner > .sections > div[data-colour-scheme="lime"] {
  background-color: #D5F2DF;
}
#site .d2-main-data-platform > .inner > .sections > div[data-colour-scheme="green"] {
  background-color: #d5f0f2;
}
#site .d2-main-data-platform > .inner > .sections > div[data-colour-scheme="blue"] {
  background-color: #D1F0FF;
}
#site .d2-main-data-platform > .inner > .sections > div[data-colour-scheme="purple"] {
  background-color: #f9e8fa;
}
#site .d2-main-data-platform > .inner > .sections > div[data-colour-scheme="pink"] {
  background-color: #FFE0E7;
}
#site .d2-main-data-platform > .inner > .sections.green + .main-content {
  border-color: #44BBC7;
}
#site .d2-main-data-platform > .inner > .sections.lime + .main-content {
  border-color: #72C990;
}
#site .d2-main-data-platform > .inner > .sections.blue + .main-content {
  border-color: #259AD4;
}
#site .d2-main-data-platform > .inner > .sections.purple + .main-content {
  border-color: #CAA7CD;
}
#site .d2-main-data-platform > .inner > .sections.pink + .main-content {
  border-color: #E95877;
}
#site .d2-main-data-platform > .inner > .main-content {
  display: flex;
  flex-wrap: nowrap;
  border: 2px solid transparent;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media (max-width: 740px) {
  #site .d2-main-data-platform > .inner > .main-content {
    flex-wrap: wrap;
  }
}
#site .d2-main-data-platform > .inner > .main-content .sub-navigation-wrapper {
  width: 410px;
  flex-shrink: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media (max-width: 740px) {
  #site .d2-main-data-platform > .inner > .main-content .sub-navigation-wrapper {
    width: 100%;
    order: 1;
  }
}
#site .d2-main-data-platform > .inner > .main-content .sub-navigation-wrapper ul li {
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  margin-bottom: 0;
}
#site .d2-main-data-platform > .inner > .main-content .sub-navigation-wrapper ul li > span {
  display: block;
  padding: 16px;
  border-bottom: 1px solid #e6e6e6;
}
#site .d2-main-data-platform > .inner > .main-content .sub-navigation-wrapper ul li.active {
  background-color: #e6e6e6;
}
#site .d2-main-data-platform > .inner > .main-content .sub-navigation-wrapper > .sub-navigation {
  display: none;
}
#site .d2-main-data-platform > .inner > .main-content .sub-navigation-wrapper > .sub-navigation > li > span {
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
#site .d2-main-data-platform > .inner > .main-content .sub-navigation-wrapper .sub-sub-navigation {
  display: none;
}
#site .d2-main-data-platform > .inner > .main-content .sub-navigation-wrapper .sub-sub-navigation.open {
  display: block;
}
#site .d2-main-data-platform > .inner > .main-content .sub-navigation-wrapper .sub-sub-navigation li {
  background-color: #f7f7f7;
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#site .d2-main-data-platform > .inner > .main-content .sub-navigation-wrapper .sub-sub-navigation li.active {
  background-color: #e6e6e6;
}
#site .d2-main-data-platform > .inner > .main-content .sub-navigation-wrapper .sub-sub-navigation li span {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 100;
  line-height: 2.4rem;
}
#site .d2-main-data-platform > .inner > .main-content .pages {
  flex: 1 1 auto;
}
@media (max-width: 740px) {
  #site .d2-main-data-platform > .inner > .main-content .pages {
    width: 100%;
  }
}
#site .d2-main-data-platform > .inner > .main-content .pages .data-platform-item {
  padding: 20px;
  background: #f7f7f7;
  display: none;
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#site .d2-main-data-platform > .inner > .main-content .pages .data-platform-item.show {
  display: block;
}
#site .d2-main-data-platform > .inner > .main-content .pages .data-platform-item.reveal {
  opacity: 1;
}
#site .d2-main-data-platform > .inner > .main-content .pages .data-heading {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 740px) {
  #site .d2-main-data-platform > .inner > .main-content .pages .data-heading {
    flex-wrap: wrap;
  }
}
#site .d2-main-data-platform > .inner > .main-content .pages .data-heading .intro-text {
  width: 520px;
}
@media (max-width: 740px) {
  #site .d2-main-data-platform > .inner > .main-content .pages .data-heading .intro-text {
    width: 100%;
  }
}
#site .d2-main-data-platform > .inner > .main-content .pages .data-heading .intro-text > p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  line-height: 2.1rem;
}
#site .d2-main-data-platform > .inner > .main-content .pages .data-heading .toolbar > div {
  justify-content: flex-end;
  margin-right: -10px;
  margin-bottom: 12px;
}
@media (max-width: 740px) {
  #site .d2-main-data-platform > .inner > .main-content .pages .data-heading .toolbar .fullscreen {
    display: none;
  }
}
#site .d2-main-data-platform > .inner > .main-content .pages .data-introduction {
  border-radius: 18px;
  background-color: #FFFFFF;
  padding: 10px;
  margin-bottom: 20px;
}
#site .d2-main-data-platform > .inner > .main-content .pages .data-introduction p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2.8rem;
  margin-bottom: 1.3rem;
}
#site .d2-main-data-platform > .inner > .main-content .pages .data-content > img {
  width: 100%;
  height: auto;
}
#site .d2-main-data-platform > .inner > .main-content .pages .data-content .flourish-embed > iframe {
  width: 100% !important;
}
#site .d2-main-data-platform > .inner > .main-content .pages .data-content .issue-data {
  width: 113%;
  transform: scale(0.9) translate(-6%, 0px);
  margin: -30px 0;
}
#site .d2-main-data-platform > .inner > .main-content .pages .data-content > iframe {
  width: 100%;
  height: 680px;
  border: 0;
  outline: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media (max-width: 740px) {
  #site .d2-main-data-platform > .inner > .main-content .pages .data-content > iframe {
    height: 80vh;
  }
}
#site .d2-main-data-platform > .inner > .main-content .pages .data-content .supplementary-information {
  padding: 30px 0 0;
}
#site .d2-main-data-platform > .inner > .main-content .pages .data-content .supplementary-information div {
  width: 400px;
  margin-right: 30px;
  vertical-align: top;
  display: inline-block;
}
@media (max-width: 740px) {
  #site .d2-main-data-platform > .inner > .main-content .pages .data-content .supplementary-information div {
    width: 100%;
  }
}
#site .d2-main-data-platform > .inner > .main-content .pages .data-content .supplementary-information div h4 {
  margin-bottom: 1.5rem;
}
#site .d2-main-data-platform > .inner > .main-content .pages .data-content .supplementary-information div p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  line-height: 2.1rem;
}
#site .d2-main-data-platform > .inner > .main-content .pages .data-content .supplementary-information div em,
#site .d2-main-data-platform > .inner > .main-content .pages .data-content .supplementary-information div i {
  font-style: italic;
}
#site .d2-main-data-platform > .inner > .main-content .pages .data-content .supplementary-information div:nth-of-type(2n) {
  margin-right: 0px;
}
#site .d2-main-data-platform > .inner > .main-content.fullscreen .sub-navigation-wrapper {
  width: 0px;
}
#site .d2-main-data-platform > .inner > .main-content.fullscreen .pages .data-content > iframe {
  height: 1024px;
}
#site .d2-main-data-platform > .inner > .main-content.fullscreen .pages .data-content .supplementary-information div {
  width: 395px;
}
#site .d2-main-data-platform > .inner > .main-content.fullscreen .pages .data-content .supplementary-information div:nth-of-type(2n) {
  margin-right: 30px;
}
#site .d2-main-data-platform > .inner > .main-content.fullscreen .pages .data-content .supplementary-information div:last-of-type {
  margin-right: 0px;
}
#site .w1-hero-content.short .inner-hero-content {
  background-color: #FFFFFF;
  max-width: 100%;
  width: 770px;
  padding: 30px;
  margin-top: -60px;
}
#site .w1-hero-content.short .inner-hero-content p {
  margin-top: 2.3rem;
}
@media (max-width: 1185px) {
  #site .w1-hero-content.short .inner-hero-content {
    width: auto;
  }
}
#site .w1-hero-content.short .inner-hero-content.light h1,
#site .w1-hero-content.short .inner-hero-content.light p {
  color: #000000;
}
#site .hero-content {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#site .hero-content.full {
  height: 56vw;
}
#site .hero-content.full > .inner .inner-hero-content {
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 740px) {
  #site .hero-content.full {
    height: 90vh;
  }
}
#site .hero-content.short {
  height: 27vw;
}
@media (max-width: 740px) {
  #site .hero-content.short {
    height: 50vh;
  }
}
#site .hero-content > .inner {
  position: relative;
}
#site .hero-content > .inner .inner-hero-content {
  position: absolute;
  left: 0;
  z-index: 0;
  padding: 30px;
  width: 830px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 740px) {
  #site .hero-content > .inner .inner-hero-content {
    bottom: 30px;
  }
}
#site .hero-content > .inner .inner-hero-content.white {
  background-color: #FFFFFF;
}
#site .hero-content > .inner .inner-hero-content.white h1,
#site .hero-content > .inner .inner-hero-content.white p {
  color: #000000;
}
#site .hero-content > .inner .inner-hero-content p > a {
  color: #E95877;
  position: relative;
  overflow: hidden;
  display: inline-flex;
}
#site .hero-content > .inner .inner-hero-content p > a:before {
  content: '';
  height: 1px;
  width: 100%;
  position: absolute;
  left: -101%;
  bottom: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  background-color: #E95877;
}
#site .hero-content > .inner .inner-hero-content p > a:hover:before {
  left: 0;
}
#site .hero-content > .inner .inner-hero-content.transparent.light h1,
#site .hero-content > .inner .inner-hero-content.transparent.light p {
  color: #FFFFFF;
  text-shadow: 0px 0px 10px #000000;
  font-weight: normal;
}
#site .hero-content > .inner .inner-hero-content h1 {
  margin-bottom: 0px;
  font-size: 4rem;
}
#site .hero-content > .inner .inner-hero-content h1 + p {
  margin-top: 2.3rem;
}
@media (max-width: 740px) {
  #site .hero-content > .inner .inner-hero-content h1 + p {
    display: none;
  }
}
#site .hero-content > .inner .inner-hero-content h1 + a {
  margin-top: 2.3rem;
}
#site .w2-hero-video {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(assets/img/h2-video-bg.jpg);
  padding: 60px 0;
}
@media (max-width: 740px) {
  #site .w2-hero-video {
    height: auto;
    min-height: auto;
    padding: 30px 0;
  }
}
#site .w2-hero-video > .inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
#site .w2-hero-video > .inner .video {
  position: relative;
}
#site .w2-hero-video > .inner .video > video,
#site .w2-hero-video > .inner .video > iframe {
  height: 541px;
  width: 963px;
  max-width: 100%;
}
@media (max-width: 740px) {
  #site .w2-hero-video > .inner .video > video,
  #site .w2-hero-video > .inner .video > iframe {
    height: 163px;
    width: 290px;
  }
}
#site .w2-hero-video > .inner .video .video-controls {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  opacity: 1;
  text-align: center;
}
#site .w2-hero-video > .inner .video .video-controls.hidden {
  opacity: 0;
  pointer-events: none;
}
#site .w2-hero-video > .inner .video .video-controls > .video-title > p {
  font-family: "Open Sans", sans-serif;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 3.6rem;
  margin-bottom: 40px;
}
@media (max-width: 740px) {
  #site .w2-hero-video > .inner .video .video-controls > .video-title > p {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
@media (max-width: 740px) {
  #site .w2-hero-video > .inner .video .video-controls > .video-title > p {
    margin-bottom: 10px;
  }
}
#site .w2-hero-video > .inner .video .video-controls .play-button {
  cursor: pointer;
  margin: 0 auto;
  height: 96px;
  width: 96px;
  background-image: url(assets/img/shapes/video-play-button.svg);
}
@media (max-width: 740px) {
  #site .w2-hero-video > .inner .video .video-controls .play-button {
    height: 60px;
    width: 60px;
    background-size: contain;
  }
}
#site .w3-content-showcase {
  margin: 60px 0;
}
@media (max-width: 740px) {
  #site .w3-content-showcase {
    margin: 30px 0;
  }
}
#site .w3-content-showcase > .inner {
  height: auto;
}
#site .w3-content-showcase > .inner > .tiles {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media (max-width: 740px) {
  #site .w3-content-showcase > .inner > .tiles {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
  }
}
#site .w3-content-showcase > .inner > .tiles > .tile {
  width: 410px;
  max-width: 100%;
}
@media (max-width: 1300px) {
  #site .w3-content-showcase > .inner > .tiles > .tile {
    width: calc( 100vw/3 - 6.666666666666667px - 13.333333333333334px );
  }
}
@media (max-width: 740px) {
  #site .w3-content-showcase > .inner > .tiles > .tile {
    width: 410px;
  }
}
#site .w3-content-showcase > .inner > .tiles > .tile .showcase-buttons > a {
  margin-right: 10px;
  margin-bottom: 10px;
}
#site .w3-content-showcase > .inner > .tiles > .tile .showcase-buttons > a:last-of-type {
  margin-right: 0;
}
#site .w4-download-report-cta {
  background-color: #E95877;
  padding: 30px 0;
}
@media (max-width: 740px) {
  #site .w4-download-report-cta {
    padding: 15px 0;
  }
}
#site .w4-download-report-cta > .inner {
  height: auto;
  display: flex;
  z-index: 1;
}
@media (max-width: 740px) {
  #site .w4-download-report-cta > .inner {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#site .w4-download-report-cta > .inner p {
  font-family: "Open Sans", sans-serif;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 3.6rem;
  color: #FFFFFF;
  flex-grow: 1;
  margin-bottom: 0;
}
@media (max-width: 740px) {
  #site .w4-download-report-cta > .inner p {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
@media (max-width: 740px) {
  #site .w4-download-report-cta > .inner p {
    font-family: "Open Sans", sans-serif;
    font-size: 1.3rem;
    line-height: 2.1rem;
    margin-bottom: 10px;
    text-align: center;
    font-weight: normal;
  }
}
#site .w4-download-report-cta > .inner .button {
  margin-bottom: 0px;
  background-color: transparent;
  cursor: pointer;
}
#site .w4-download-report-cta .w4-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  z-index: 1000;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#site .w4-download-report-cta .w4-popup.visible {
  opacity: 1;
}
#site .w4-download-report-cta .w4-popup.active {
  display: block;
}
#site .w4-download-report-cta .w4-popup .popup-content {
  width: 850px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #E95877;
  padding: 60px 80px 60px 40px;
  display: flex;
  max-width: 100%;
}
@media (max-width: 740px) {
  #site .w4-download-report-cta .w4-popup .popup-content {
    padding: 30px 50px 30px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#site .w4-download-report-cta .w4-popup .popup-content .text-content {
  margin-right: 100px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
@media (max-width: 740px) {
  #site .w4-download-report-cta .w4-popup .popup-content .text-content {
    margin-right: 0;
  }
}
#site .w4-download-report-cta .w4-popup .popup-content .text-content .w4-dismiss {
  height: 36px;
  width: 36px;
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #E95877;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  background-image: url(assets/img/shapes/cross-white.svg);
  background-position: 11px 11px;
  background-repeat: no-repeat;
  cursor: pointer;
}
#site .w4-download-report-cta .w4-popup .popup-content .text-content p {
  color: #FFFFFF;
}
#site .w4-download-report-cta .w4-popup .popup-content .text-content p.title {
  font-family: "Open Sans", sans-serif;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 3.6rem;
}
@media (max-width: 740px) {
  #site .w4-download-report-cta .w4-popup .popup-content .text-content p.title {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
#site .w4-download-report-cta .w4-popup .popup-content .text-content p.excerpt {
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2.8rem;
  margin-bottom: 1.3rem;
  flex-grow: 1;
}
@media (max-width: 740px) {
  #site .w4-download-report-cta .w4-popup .popup-content .image-content {
    display: none;
  }
}
#site .w4-download-report-cta .w4-popup .popup-content .image-content img {
  height: auto;
  width: auto;
  max-width: 220px;
  max-height: 310px;
}
#site .w5-news-and-events-modules {
  padding: 60px 0;
  background-image: linear-gradient(to bottom, #0B6FA1 0, #0B6FA1 225px, transparent 226px, transparent 100%);
}
@media (max-width: 740px) {
  #site .w5-news-and-events-modules {
    padding: 30px 0;
    background-image: linear-gradient(to bottom, #0B6FA1 0, #0B6FA1 115px, transparent 116px, transparent 100%);
  }
}
#site .w5-news-and-events-modules > .inner > .news-and-events-tiles {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media (max-width: 740px) {
  #site .w5-news-and-events-modules > .inner > .news-and-events-tiles {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
#site .w5-news-and-events-modules > .inner > .news-and-events-tiles .news-event-tile {
  width: 300px;
  height: auto;
}
@media (max-width: 1300px) {
  #site .w5-news-and-events-modules > .inner > .news-and-events-tiles .news-event-tile {
    width: calc( 100vw/4 - 10px - 7.5px );
  }
}
@media (max-width: 740px) {
  #site .w5-news-and-events-modules > .inner > .news-and-events-tiles .news-event-tile {
    width: 140px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
#site .w5-news-and-events-modules > .inner > .top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
#site .w5-news-and-events-modules > .inner > .top-bar p,
#site .w5-news-and-events-modules > .inner > .top-bar a {
  color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 3.6rem;
  margin-bottom: 0;
}
@media (max-width: 740px) {
  #site .w5-news-and-events-modules > .inner > .top-bar p,
  #site .w5-news-and-events-modules > .inner > .top-bar a {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
#site .w5-news-and-events-modules > .inner > .top-bar a {
  position: relative;
  overflow: hidden;
  display: inline-flex;
}
#site .w5-news-and-events-modules > .inner > .top-bar a:before {
  content: '';
  height: 2px;
  width: 100%;
  position: absolute;
  left: -101%;
  bottom: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  background-color: #FFFFFF;
}
#site .w5-news-and-events-modules > .inner > .top-bar a:hover:before {
  left: 0;
}
#site .w6-text-and-video {
  margin: 60px 0;
}
@media (max-width: 740px) {
  #site .w6-text-and-video {
    margin: 30px 0;
  }
}
#site .w6-text-and-video > .inner {
  height: auto;
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 740px) {
  #site .w6-text-and-video > .inner {
    flex-wrap: wrap;
  }
}
#site .w6-text-and-video > .inner > .content {
  flex-grow: 1;
  margin-right: 30px;
}
#site .w6-text-and-video > .inner > .content .content-title {
  font-family: "Open Sans", sans-serif;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 3.6rem;
}
@media (max-width: 740px) {
  #site .w6-text-and-video > .inner > .content .content-title {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
@media (max-width: 740px) {
  #site .w6-text-and-video > .inner > .content .content-title + p {
    font-family: "Open Sans", sans-serif;
    font-size: 1.3rem;
    line-height: 2.1rem;
  }
}
@media (max-width: 740px) {
  #site .w6-text-and-video > .inner .video {
    width: 100%;
  }
}
#site .w6-text-and-video > .inner .video video,
#site .w6-text-and-video > .inner .video iframe {
  width: 850px;
  height: calc(850px * 0.56);
}
@media (max-width: 1300px) {
  #site .w6-text-and-video > .inner .video video,
  #site .w6-text-and-video > .inner .video iframe {
    width: 60vw;
    height: calc(60vw * 0.56);
  }
}
@media (max-width: 740px) {
  #site .w6-text-and-video > .inner .video video,
  #site .w6-text-and-video > .inner .video iframe {
    width: 100%;
    height: calc(100vw * 0.56 - 30px);
  }
}
#site .w7-tweets {
  margin: 60px 0;
}
@media (max-width: 740px) {
  #site .w7-tweets {
    margin: 30px 0;
  }
}
#site .w7-tweets > .inner .title-bar {
  display: flex;
  justify-content: space-between;
}
#site .w7-tweets > .inner .title-bar p,
#site .w7-tweets > .inner .title-bar a {
  font-family: "Open Sans", sans-serif;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 3.6rem;
  margin-bottom: 0;
}
@media (max-width: 740px) {
  #site .w7-tweets > .inner .title-bar p,
  #site .w7-tweets > .inner .title-bar a {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
#site .w7-tweets > .inner .title-bar a {
  position: relative;
  overflow: hidden;
  display: inline-flex;
}
#site .w7-tweets > .inner .title-bar a:before {
  content: '';
  height: 2px;
  width: 100%;
  position: absolute;
  left: -101%;
  bottom: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  background-color: #000000;
}
#site .w7-tweets > .inner .title-bar a:hover:before {
  left: 0;
}
#site .w7-tweets > .inner .tweets {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 15px;
}
@media (max-width: 740px) {
  #site .w7-tweets > .inner .tweets {
    flex-wrap: wrap;
  }
}
#site .w7-tweets > .inner .tweets .tweet {
  background-color: #FFFFFF;
  padding: 15px;
  width: 410px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1300px) {
  #site .w7-tweets > .inner .tweets .tweet {
    width: calc( 100vw/3 - 6.666666666666667px - 13.333333333333334px );
  }
}
@media (max-width: 740px) {
  #site .w7-tweets > .inner .tweets .tweet {
    width: 410px;
    max-width: 100%;
    margin-bottom: 15px;
  }
}
#site .w7-tweets > .inner .tweets .tweet .username {
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  padding-left: 2.5rem;
  background-image: url(assets/img/t.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 2.2rem;
}
#site .w7-tweets > .inner .tweets .tweet .meta {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  color: #666666;
}
#site .w7-tweets > .inner .tweets .tweet .tweet-text {
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  line-height: 2.1rem;
}
#site .w8-small-carousel {
  padding: 60px 0;
  background-color: #FFFFFF;
}
@media (max-width: 740px) {
  #site .w8-small-carousel {
    padding: 30px 0;
  }
}
#site .w8-small-carousel > .inner > p {
  font-family: "Open Sans", sans-serif;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 3.6rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 740px) {
  #site .w8-small-carousel > .inner > p {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
#site .w8-small-carousel > .inner .carousel-items .slick-slide > div {
  display: flex;
  align-items: center;
  height: 130px;
  width: 170px;
}
#site .w8-small-carousel > .inner .carousel-items a {
  display: inline-block;
  margin-right: 70px;
}
#site .w8-small-carousel > .inner .carousel-items a img {
  width: 100%;
}
@media (max-width: 740px) {
  #site .w8-small-carousel > .inner .carousel-items a {
    margin-right: 10px;
  }
  #site .w8-small-carousel > .inner .carousel-items a:nth-of-type(3n+3) {
    margin-right: 0;
  }
  #site .w8-small-carousel > .inner .carousel-items a img {
    height: auto;
    width: calc( 100vw/3 - 20px - 6.666666666666667px );
  }
}
#site .w9-news-events-toggleable-carousel {
  margin: 60px 0;
}
@media (max-width: 740px) {
  #site .w9-news-events-toggleable-carousel {
    margin: 30px 0;
  }
}
@media (max-width: 740px) {
  #site .w9-news-events-toggleable-carousel .carousel {
    width: 190px;
  }
}
#site .w9-news-events-toggleable-carousel .top-bar {
  display: flex;
  align-items: center;
}
#site .w9-news-events-toggleable-carousel .top-bar p:first-of-type {
  font-family: "Open Sans", sans-serif;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 3.6rem;
  width: 300px;
  margin-right: 30px;
}
@media (max-width: 740px) {
  #site .w9-news-events-toggleable-carousel .top-bar p:first-of-type {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
@media (max-width: 740px) {
  #site .w9-news-events-toggleable-carousel .top-bar p:first-of-type {
    width: auto;
  }
}
@media (max-width: 740px) {
  #site .w9-news-events-toggleable-carousel .news-and-events-tiles .news-event-tile {
    width: 160px;
  }
}
#site .w9-news-events-toggleable-carousel .slick-arrow {
  color: #259AD4;
  border-color: #259AD4;
}
#site .w9-news-events-toggleable-carousel .slick-arrow:before {
  color: #259AD4;
}
#site .w10-sidebar-cta {
  position: absolute;
  display: none;
}
#site .w10-sidebar-cta .tile {
  width: 300px;
}
@media (max-width: 740px) {
  #site .w10-sidebar-cta {
    position: relative;
    margin: 30px 0 15px;
    display: flex;
    justify-content: center;
    padding: 0 15px;
  }
  #site .w10-sidebar-cta .tile {
    width: 100%;
  }
}
#site .w11-news-content > .inner {
  height: auto;
  position: relative;
}
@media (max-width: 1300px) {
}
@media (max-width: 740px) {
  #site .w11-news-content > .inner {
    padding-right: 15px;
  }
}
@media (max-width: 740px) {
  #site .w11-news-content .w11-hero-content {
    display: none;
  }
}
#site .w11-news-content .offset {
  width: 1000px;
  background-color: #FFFFFF;
  position: relative;
  left: -40px;
  padding: 30px 110px 30px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1300px) {
  #site .w11-news-content .offset {
    left: -10px;
    width: calc(100% - 300px);
  }
}
@media (max-width: 740px) {
  #site .w11-news-content .offset {
    padding: 15px;
    left: 0;
    width: 100%;
  }
}
#site .w11-news-content .offset.with-hero {
  top: -60px;
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  #site .w11-news-content .offset.with-hero {
    top: 0;
    margin-bottom: 0;
  }
}
#site .w11-news-content .offset > .top-bar {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #259AD4;
  margin-bottom: 15px;
}
@media (max-width: 740px) {
  #site .w11-news-content .offset > .top-bar {
    padding-top: 130px;
  }
}
#site .w11-news-content .offset > .top-bar p {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  color: #666666;
  font-weight: bold;
}
#site .w11-news-content .offset > .title-bar {
  margin-bottom: 30px;
}
#site .w11-news-content .offset > .title-bar h1 {
  margin-bottom: 15px;
}
#site .w11-news-content .offset > .title-bar img {
  max-width: 100%;
}
#site .w11-news-content .offset > .main-body > p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2.8rem;
  margin-bottom: 1.3rem;
}
#site .w11-news-content .offset > .main-body > p strong {
  font-weight: 700;
}
#site .w11-news-content .offset > .main-body > p em {
  font-style: italic;
  font-weight: 100;
}
#site .w11-news-content .offset > .main-body ul {
  margin-left: 20px;
}
#site .w11-news-content .offset > .main-body ul li {
  list-style-type: disc;
}
#site .w11-news-content .offset > .main-body ol {
  margin-left: 20px;
}
#site .w11-news-content .offset > .main-body ol li {
  list-style-type: decimal;
}
#site .w11-news-content .offset > .main-body a {
  color: #E95877;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  max-width: 100%;
}
#site .w11-news-content .offset > .main-body a:before {
  content: '';
  height: 1px;
  width: 100%;
  position: absolute;
  left: -101%;
  bottom: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  background-color: #E95877;
}
#site .w11-news-content .offset > .main-body a:hover:before {
  left: 0;
}
#site .w11-news-content .offset > .main-body hr {
  border-color: #259AD4;
  width: 40%;
  margin: 60px auto 20px 0px;
}
#site .w11-news-content .offset > .main-body h1,
#site .w11-news-content .offset > .main-body h2,
#site .w11-news-content .offset > .main-body h3,
#site .w11-news-content .offset > .main-body h4,
#site .w11-news-content .offset > .main-body h5,
#site .w11-news-content .offset > .main-body h6 {
  margin-top: 60px;
}
#site .w12-resource-carousels {
  margin: 30px 0 0;
}
#site .w12-resource-carousels .filters {
  margin-bottom: 30px;
  display: inline-block;
}
#site .w12-resource-carousels .resource-carousel {
  padding: 60px 0;
}
#site .w12-resource-carousels .resource-carousel.blue {
  background-color: #02537A;
}
#site .w12-resource-carousels .resource-carousel.purple {
  background-color: #6f4673;
}
#site .w12-resource-carousels .resource-carousel.green {
  background-color: #0e666e;
}
#site .w12-resource-carousels .resource-carousel.pink {
  background-color: #8F2139;
}
#site .w12-resource-carousels .resource-carousel > .inner > p {
  font-family: "Open Sans", sans-serif;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 3.6rem;
  margin-bottom: 20px;
  color: #FFFFFF;
}
@media (max-width: 740px) {
  #site .w12-resource-carousels .resource-carousel > .inner > p {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
@media (max-width: 740px) {
  #site .w12-resource-carousels .resource-carousel > .inner > p {
    padding-right: 100px;
  }
}
#site .w12-resource-carousels .resource-carousel .carousel .resource-item {
  height: 300px;
  width: 300px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFFFFF;
  padding: 16px;
  margin-right: 30px;
  display: flex !important;
  flex-flow: column;
  align-items: flex-start;
}
@media (max-width: 740px) {
  #site .w12-resource-carousels .resource-carousel .carousel .resource-item {
    width: 160px;
    height: 400px;
  }
}
#site .w12-resource-carousels .resource-carousel .carousel .resource-item .text-content {
  flex-grow: 1;
  max-height: calc(100% - 50px);
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
}
#site .w12-resource-carousels .resource-carousel .carousel .resource-item .meta {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#site .w12-resource-carousels .resource-carousel .carousel .resource-item .meta .flag {
  height: 20px;
  width: 28px;
  background-color: rgba(255, 255, 255, 0.7);
  margin-right: 10px;
  flex-shrink: 0;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#site .w12-resource-carousels .resource-carousel .carousel .resource-item .meta p {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  color: #666666;
  margin-bottom: 0;
}
#site .w12-resource-carousels .resource-carousel .carousel .resource-item p.title {
  font-family: "Open Sans", sans-serif;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 3.6rem;
}
@media (max-width: 740px) {
  #site .w12-resource-carousels .resource-carousel .carousel .resource-item p.title {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
@media (max-width: 740px) {
  #site .w12-resource-carousels .resource-carousel .carousel .resource-item p.title {
    flex-grow: 1
                        .BodyLarge;
  }
}
#site .w12-resource-carousels .resource-carousel .carousel .resource-item p.title + p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.9rem;
  margin-bottom: 1rem;
  color: #666666;
  flex-grow: 1;
}
@media (max-width: 740px) {
}
#site .w12-resource-carousels .resource-carousel .carousel .resource-item .button {
  z-index: 1;
}
@media (max-width: 740px) {
  #site .w12-resource-carousels .resource-carousel .carousel {
    width: 190px;
  }
}
#site .w13-text-triptych {
  margin: 60px 0;
}
@media (max-width: 740px) {
  #site .w13-text-triptych {
    margin: 30px 0;
  }
}
#site .w13-text-triptych > .inner {
  height: auto;
}
#site .w13-text-triptych > .inner .items {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media (max-width: 740px) {
  #site .w13-text-triptych > .inner .items {
    flex-wrap: wrap;
  }
}
#site .w13-text-triptych > .inner .items > .item {
  flex-basis: 410px;
  flex-grow: 1;
  margin-right: 30px;
}
#site .w13-text-triptych > .inner .items > .item:last-of-type {
  margin-right: 0px;
}
#site .w13-text-triptych > .inner .items > .item .item-title {
  font-family: "Oswald", sans-serif;
  font-size: 2.4rem;
  line-height: 3rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
#site .w13-text-triptych > .inner .items > .item p:not(.item-title) {
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  line-height: 2.1rem;
}
#site .w13-text-triptych > .inner .items > .item p:not(.item-title) a {
  color: #E95877;
  position: relative;
  overflow: hidden;
  display: inline-flex;
}
#site .w13-text-triptych > .inner .items > .item p:not(.item-title) a:before {
  content: '';
  height: 1px;
  width: 100%;
  position: absolute;
  left: -101%;
  bottom: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  background-color: #E95877;
}
#site .w13-text-triptych > .inner .items > .item p:not(.item-title) a:hover:before {
  left: 0;
}
#site .w13-text-triptych > .inner .items > .item ul li,
#site .w13-text-triptych > .inner .items > .item ol li,
#site .w13-text-triptych > .inner .items > .item ul,
#site .w13-text-triptych > .inner .items > .item ol {
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  line-height: 2.1rem;
}
#site .w13-text-triptych > .inner .items > .item ul {
  margin-left: 20px;
}
#site .w13-text-triptych > .inner .items > .item ul li {
  list-style-type: disc;
}
#site .w13-text-triptych > .inner .items > .item ol {
  margin-left: 20px;
}
#site .w13-text-triptych > .inner .items > .item ol li {
  list-style-type: decimal;
}
#site .w14-text-and-image.grey {
  margin: 60px 0;
}
@media (max-width: 740px) {
  #site .w14-text-and-image.grey {
    margin: 30px 0;
  }
}
#site .w14-text-and-image.white {
  padding: 60px 0;
  background-color: #FFFFFF;
}
@media (max-width: 740px) {
  #site .w14-text-and-image.white {
    padding: 30px 0;
  }
}
#site .w14-text-and-image > .inner {
  height: auto;
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 740px) {
  #site .w14-text-and-image > .inner {
    flex-wrap: wrap;
  }
}
#site .w14-text-and-image > .inner .content {
  margin-right: 30px;
  flex-shrink: 1;
}
@media (max-width: 740px) {
  #site .w14-text-and-image > .inner .content {
    order: 1;
  }
}
#site .w14-text-and-image > .inner .content .title {
  font-family: "Open Sans", sans-serif;
  font-size: 3.6rem;
  line-height: 4.8rem;
}
@media (max-width: 740px) {
  #site .w14-text-and-image > .inner .content .title {
    font-size: 3rem;
    line-height: 3.6rem;
    font-weight: normal;
  }
}
#site .w14-text-and-image > .inner .image {
  flex-grow: 1;
}
@media (max-width: 740px) {
  #site .w14-text-and-image > .inner .image {
    order: 0;
    margin-bottom: 10px;
  }
}
#site .w14-text-and-image > .inner .image img {
  width: 100%;
}
#site .w14-text-and-image.half > .inner .content,
#site .w14-text-and-image.half > .inner .image {
  flex-basis: 50%;
}
@media (max-width: 740px) {
  #site .w14-text-and-image.half > .inner .content,
  #site .w14-text-and-image.half > .inner .image {
    flex-basis: 100%;
  }
}
#site .w14-text-and-image.big_image > .inner .content {
  width: 40%;
}
@media (max-width: 740px) {
  #site .w14-text-and-image.big_image > .inner .content {
    width: 100%;
  }
}
#site .w14-text-and-image.big_image > .inner .image {
  width: 60%;
}
@media (max-width: 740px) {
  #site .w14-text-and-image.big_image > .inner .image {
    width: 100%;
  }
}
#site .w15-report-overview .overview {
  background-color: #0e666e;
  padding: 60px 0 30px;
}
#site .w15-report-overview .overview .overview-tiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#site .w15-report-overview .overview .overview-tiles > .overview-tile {
  width: 410px;
  margin-right: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-flow: column;
}
#site .w15-report-overview .overview .overview-tiles > .overview-tile > p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2.8rem;
  margin-bottom: 1.3rem;
  color: #FFFFFF;
  padding-right: 70px;
}
#site .w15-report-overview .overview .overview-tiles > .overview-tile:nth-of-type(3n+3) {
  margin-right: 0px;
}
@media (max-width: 740px) {
  #site .w15-report-overview .overview .overview-tiles > .overview-tile:nth-of-type(3n+3) {
    margin-right: 0px;
  }
}
@media (max-width: 1300px) {
  #site .w15-report-overview .overview .overview-tiles > .overview-tile:nth-of-type(3n+3) {
    margin-right: 30px;
  }
  #site .w15-report-overview .overview .overview-tiles > .overview-tile:nth-of-type(2n+2) {
    margin-right: 0;
  }
}
@media (max-width: 740px) {
  #site .w15-report-overview .overview .overview-tiles > .overview-tile {
    margin-bottom: 15px;
    margin-right: 0px !important;
  }
}
#site .w15-report-overview .overview .overview-tiles > .overview-tile .button {
  z-index: 1;
  align-self: flex-start;
  cursor: pointer;
}
#site .w15-report-overview .overview .overview-tiles > .overview-tile .title {
  height: 130px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 10px 0px;
}
#site .w15-report-overview .overview .overview-tiles > .overview-tile .title svg {
  margin-right: 10px;
  height: 36px;
  width: 36px;
  flex-shrink: 0;
}
#site .w15-report-overview .overview .overview-tiles > .overview-tile .title svg g {
  stroke: #FFFFFF;
}
#site .w15-report-overview .overview .overview-tiles > .overview-tile .title p {
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 0;
}
#site .w15-report-overview .overview .overview-tiles > .overview-tile .excerpt {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFFFFF;
  padding: 15px;
  flex-grow: 1;
  display: flex;
  flex-flow: column;
}
#site .w15-report-overview .overview .overview-tiles > .overview-tile .excerpt p.section-title {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  color: #666666;
}
#site .w15-report-overview .overview .overview-tiles > .overview-tile .excerpt p.section-title + p {
  flex-grow: 1;
}
#site .w15-report-overview .accordion {
  margin: 60px 0;
}
@media (max-width: 740px) {
  #site .w15-report-overview .accordion {
    margin: 30px 0;
  }
}
#site .w15-report-overview .accordion .accordion-items li {
  padding: 20px 0;
  border-top: 1px solid #168994;
  margin-bottom: 0;
  cursor: pointer;
}
#site .w15-report-overview .accordion .accordion-items li:last-of-type {
  border-bottom: 1px solid #168994;
}
#site .w15-report-overview .accordion .accordion-items li[data-slug] > span {
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  vertical-align: middle;
}
#site .w15-report-overview .accordion .accordion-items li[data-slug] svg {
  margin-right: 10px;
}
#site .w15-report-overview .accordion .accordion-items li[data-slug] > svg {
  vertical-align: middle;
}
#site .w15-report-overview .accordion .accordion-items li > ul {
  background-color: #FFFFFF;
  display: none;
  margin: 20px 0 -20px;
}
#site .w15-report-overview .accordion .accordion-items li > ul > li {
  padding: 20px;
}
#site .w15-report-overview .accordion .accordion-items li > ul > li:last-of-type {
  border-bottom: 0px;
}
#site .w15-report-overview .accordion .accordion-items li > ul > li p {
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  line-height: 2.1rem;
}
#site .w15-report-overview .accordion .accordion-items li > ul > li p:first-of-type {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.4rem;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
}
#site .w16-team-tiles .inner {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 740px) {
  #site .w16-team-tiles .inner {
    justify-content: center;
  }
}
#site .w16-team-tiles .team-member {
  width: 410px;
  margin-bottom: 30px;
  margin-right: 30px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
#site .w16-team-tiles .team-member:nth-of-type(3n+3) {
  margin-right: 0;
}
@media (max-width: 1300px) {
  #site .w16-team-tiles .team-member {
    width: calc( 100vw/3 - 20px - 6.666666666666667px );
  }
}
@media (max-width: 740px) {
  #site .w16-team-tiles .team-member {
    width: 410px;
  }
}
#site .w16-team-tiles .team-member .image {
  height: 110px;
  width: 110px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
#site .w16-team-tiles .team-member .image img {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  max-height: 150%;
  max-width: 150%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#site .w16-team-tiles .team-member .meta {
  border-bottom: 1px solid #259AD4;
  margin-bottom: 10px;
}
#site .w16-team-tiles .team-member .meta .team-title {
  font-family: "Open Sans", sans-serif;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 3.6rem;
}
@media (max-width: 740px) {
  #site .w16-team-tiles .team-member .meta .team-title {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
#site .w16-team-tiles .team-member .meta .job-title {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
#site .w16-team-tiles .team-member > p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  line-height: 2.1rem;
  flex-grow: 1;
  width: 100%;
}
#site .w17-partner-tiles {
  margin: 60px 0;
}
@media (max-width: 740px) {
  #site .w17-partner-tiles {
    margin: 30px 0;
  }
}
#site .w17-partner-tiles .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#site .w17-partner-tiles .inner .partner {
  height: 200px;
  width: 300px;
  background: #FFFFFF;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FFFFFF;
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media (max-width: 740px) {
  #site .w17-partner-tiles .inner .partner {
    width: 100%;
  }
}
#site .w17-partner-tiles .inner .partner img {
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  max-height: 150px;
  max-width: 200px;
  height: 100%;
  width: auto;
}
#site .w17-partner-tiles .inner .partner:hover {
  border-color: #44BBC7;
}
#site .w18-previous-reports {
  margin: 60px 0;
}
@media (max-width: 740px) {
  #site .w18-previous-reports {
    margin: 30px 0;
  }
}
#site .w18-previous-reports > .inner {
  height: auto;
}
#site .w18-previous-reports .previous-reports {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1300px) {
  #site .w18-previous-reports .previous-reports {
    justify-content: center;
  }
}
#site .w18-previous-reports .previous-reports .report {
  width: 630px;
  background-color: #FFFFFF;
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 740px) {
}
#site .w18-previous-reports .previous-reports .report .report-image {
  width: 220px;
  overflow: hidden;
  flex-shrink: 0;
}
#site .w18-previous-reports .previous-reports .report .report-image img {
  width: 220px;
}
@media (max-width: 740px) {
  #site .w18-previous-reports .previous-reports .report .report-image {
    width: auto;
    flex-basis: 220px;
    flex-grow: 0;
    flex-shrink: 1;
  }
  #site .w18-previous-reports .previous-reports .report .report-image img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #site .w18-previous-reports .previous-reports .report .report-image {
    display: none;
  }
}
#site .w18-previous-reports .previous-reports .report .report-content {
  flex-grow: 1;
  padding: 15px;
  width: calc(100% - 220px);
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
@media (max-width: 740px) {
  #site .w18-previous-reports .previous-reports .report .report-content {
    width: auto;
    flex-basis: calc(100% - 220px);
    flex-shrink: 0;
  }
}
#site .w18-previous-reports .previous-reports .report .report-content p.report-content-title {
  font-family: "Oswald", sans-serif;
  font-size: 2.4rem;
  line-height: 3rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  width: 100%;
}
#site .w18-previous-reports .previous-reports .report .report-content p:not(.report-content-title) {
  flex-grow: 1;
  width: 100%;
}
#site .w18-previous-reports .previous-reports .report .report-content .button {
  z-index: 1;
}
#site .w19-contact-us {
  margin: 60px 0;
}
@media (max-width: 740px) {
  #site .w19-contact-us {
    margin: 30px 0;
  }
}
#site .w19-contact-us > .inner {
  display: flex;
}
@media (max-width: 740px) {
  #site .w19-contact-us > .inner {
    flex-wrap: wrap;
  }
}
#site .w19-contact-us > .inner .text-area {
  width: 410px;
  margin-right: 30px;
}
#site .w19-contact-us > .inner .text-area p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  line-height: 2.1rem;
}
@media (max-width: 740px) {
  #site .w19-contact-us > .inner .text-area p {
    font-family: "Open Sans", sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.9rem;
    margin-bottom: 1rem;
  }
}
#site .w19-contact-us > .inner .text-area p a {
  color: #E95877;
  position: relative;
  overflow: hidden;
  display: inline-flex;
}
#site .w19-contact-us > .inner .text-area p a:before {
  content: '';
  height: 2px;
  width: 100%;
  position: absolute;
  left: -101%;
  bottom: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  background-color: #E95877;
}
#site .w19-contact-us > .inner .text-area p a:hover:before {
  left: 0;
}
@media (max-width: 740px) {
  #site .w19-contact-us > .inner .text-area {
    width: 100%;
  }
}
#site .w19-contact-us > .inner .map-area {
  width: 850px;
  height: 482px;
}
@media (max-width: 740px) {
  #site .w19-contact-us > .inner .map-area {
    width: 100%;
    height: 56vw;
  }
}
/*
	if someone has updated wordpress you'll need to
	search the repository for commites regarding
	changes made to "wp-login.php"
*/
#UL_content .page_error {
  font-size: 40px;
}
