@import url(https://fonts.googleapis.com/css?family=Barlow:400,400i,500,500i&display=swap);@import url(https://fonts.googleapis.com/css?family=Barlow+Condensed:500&display=swap);@charset "UTF-8";
body {
  margin: 0px;
  min-height: 100%; }

p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0; }

ul {
  margin: 0;
  padding: 0; }

li {
  margin: 0.5em 0; }

a {
  color: inherit;
  text-decoration: none; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important; }

input {
  font-family: inherit; }

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

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

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

.ratio-box {
  position: relative;
  height: 0;
  display: block;
  width: 100%;
  /* padding-bottom is calculated and rendered in to HTML */ }
  .ratio-box--trans {
    background: none; }

.ratio-box img,
.ratio-box iframe,
.ratio-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition: opacity 0.4s;
  opacity: 0; }

.lazyload {
  opacity: 0; }

.ratio-box .lazyloaded {
  opacity: 1; }

img {
  width: 100%; }

p img {
  height: auto; }

/**
 *  Media Queries and Breakpoints
 */
.container {
  position: relative;
  max-width: 1440px;
  margin: 0 auto; }
  .container::after {
    clear: both;
    content: "";
    display: block; }
  @media only screen and (min-width: 992px) {
    .container {
      padding: 0 48px; } }

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

.grid-collapse {
  margin-left: -16px;
  margin-right: -16px;
  width: calc(100% + 32px); }

.column-1 {
  width: calc(300% - 64px);
  float: left;
  margin-left: 16px; }
  @media only screen and (min-width: 768px) {
    .column-1 {
      width: calc(8.33333% - 26px);
      float: left;
      margin-left: 24px; } }

.column-2 {
  width: calc(300% - 64px);
  float: left;
  margin-left: 16px; }
  @media only screen and (min-width: 768px) {
    .column-2 {
      width: calc(16.66667% - 28px);
      float: left;
      margin-left: 24px; } }

.column-3 {
  width: calc(300% - 64px);
  float: left;
  margin-left: 16px; }
  @media only screen and (min-width: 768px) {
    .column-3 {
      width: calc(25% - 30px);
      float: left;
      margin-left: 24px; } }

.column-4 {
  width: calc(300% - 64px);
  float: left;
  margin-left: 16px; }
  @media only screen and (min-width: 768px) {
    .column-4 {
      width: calc(33.33333% - 32px);
      float: left;
      margin-left: 24px; } }

.column-5 {
  width: calc(300% - 64px);
  float: left;
  margin-left: 16px; }
  @media only screen and (min-width: 768px) {
    .column-5 {
      width: calc(41.66667% - 34px);
      float: left;
      margin-left: 24px; } }

.column-6 {
  width: calc(300% - 64px);
  float: left;
  margin-left: 16px; }
  @media only screen and (min-width: 768px) {
    .column-6 {
      width: calc(50% - 36px);
      float: left;
      margin-left: 24px; } }

.column-7 {
  width: calc(300% - 64px);
  float: left;
  margin-left: 16px; }
  @media only screen and (min-width: 768px) {
    .column-7 {
      width: calc(58.33333% - 38px);
      float: left;
      margin-left: 24px; } }

.column-8 {
  width: calc(300% - 64px);
  float: left;
  margin-left: 16px; }
  @media only screen and (min-width: 768px) {
    .column-8 {
      width: calc(66.66667% - 40px);
      float: left;
      margin-left: 24px; } }

.column-9 {
  width: calc(300% - 64px);
  float: left;
  margin-left: 16px; }
  @media only screen and (min-width: 768px) {
    .column-9 {
      width: calc(75% - 42px);
      float: left;
      margin-left: 24px; } }

.column-10 {
  width: calc(300% - 64px);
  float: left;
  margin-left: 16px; }
  @media only screen and (min-width: 768px) {
    .column-10 {
      width: calc(83.33333% - 44px);
      float: left;
      margin-left: 24px; } }

.column-11 {
  width: calc(300% - 64px);
  float: left;
  margin-left: 16px; }
  @media only screen and (min-width: 768px) {
    .column-11 {
      width: calc(91.66667% - 46px);
      float: left;
      margin-left: 24px; } }

.column-12 {
  width: calc(300% - 64px);
  float: left;
  margin-left: 16px; }
  @media only screen and (min-width: 768px) {
    .column-12 {
      width: calc(100% - 48px);
      float: left;
      margin-left: 24px; } }

@media only screen and (min-width: 768px) {
  .left-1 {
    margin-left: calc( -8.33333% - 22px + 48px); } }

@media only screen and (min-width: 768px) {
  .left-2 {
    margin-left: calc( -16.66667% - 20px + 48px); } }

@media only screen and (min-width: 768px) {
  .left-3 {
    margin-left: calc( -25% - 18px + 48px); } }

@media only screen and (min-width: 768px) {
  .left-4 {
    margin-left: calc( -33.33333% - 16px + 48px); } }

@media only screen and (min-width: 768px) {
  .left-5 {
    margin-left: calc( -41.66667% - 14px + 48px); } }

@media only screen and (min-width: 768px) {
  .left-6 {
    margin-left: calc( -50% - 12px + 48px); } }

@media only screen and (min-width: 768px) {
  .left-7 {
    margin-left: calc( -58.33333% - 10px + 48px); } }

@media only screen and (min-width: 768px) {
  .left-8 {
    margin-left: calc( -66.66667% - 8px + 48px); } }

@media only screen and (min-width: 768px) {
  .left-9 {
    margin-left: calc( -75% - 6px + 48px); } }

@media only screen and (min-width: 768px) {
  .left-10 {
    margin-left: calc( -83.33333% - 4px + 48px); } }

@media only screen and (min-width: 768px) {
  .left-11 {
    margin-left: calc( -91.66667% - 2px + 48px); } }

@media only screen and (min-width: 768px) {
  .left-12 {
    margin-left: calc( -100% - 0px + 48px); } }

@media only screen and (min-width: 768px) {
  .right-1 {
    margin-left: calc( 8.33333% - 26px + 48px); } }

@media only screen and (min-width: 768px) {
  .right-2 {
    margin-left: calc( 16.66667% - 28px + 48px); } }

@media only screen and (min-width: 768px) {
  .right-3 {
    margin-left: calc( 25% - 30px + 48px); } }

@media only screen and (min-width: 768px) {
  .right-4 {
    margin-left: calc( 33.33333% - 32px + 48px); } }

@media only screen and (min-width: 768px) {
  .right-5 {
    margin-left: calc( 41.66667% - 34px + 48px); } }

@media only screen and (min-width: 768px) {
  .right-6 {
    margin-left: calc( 50% - 36px + 48px); } }

@media only screen and (min-width: 768px) {
  .right-7 {
    margin-left: calc( 58.33333% - 38px + 48px); } }

@media only screen and (min-width: 768px) {
  .right-8 {
    margin-left: calc( 66.66667% - 40px + 48px); } }

@media only screen and (min-width: 768px) {
  .right-9 {
    margin-left: calc( 75% - 42px + 48px); } }

@media only screen and (min-width: 768px) {
  .right-10 {
    margin-left: calc( 83.33333% - 44px + 48px); } }

@media only screen and (min-width: 768px) {
  .right-11 {
    margin-left: calc( 91.66667% - 46px + 48px); } }

@media only screen and (min-width: 768px) {
  .right-12 {
    margin-left: calc( 100% - 48px + 48px); } }

@media only screen and (min-width: 768px) {
  .shift-right-1 {
    left: calc( 8.33333% - 26px + 24px);
    position: relative; } }

@media only screen and (min-width: 768px) {
  .shift-right-2 {
    left: calc( 16.66667% - 28px + 24px);
    position: relative; } }

@media only screen and (min-width: 768px) {
  .shift-right-3 {
    left: calc( 25% - 30px + 24px);
    position: relative; } }

@media only screen and (min-width: 768px) {
  .shift-right-4 {
    left: calc( 33.33333% - 32px + 24px);
    position: relative; } }

@media only screen and (min-width: 768px) {
  .shift-right-5 {
    left: calc( 41.66667% - 34px + 24px);
    position: relative; } }

@media only screen and (min-width: 768px) {
  .shift-right-6 {
    left: calc( 50% - 36px + 24px);
    position: relative; } }

@media only screen and (min-width: 768px) {
  .shift-right-7 {
    left: calc( 58.33333% - 38px + 24px);
    position: relative; } }

@media only screen and (min-width: 768px) {
  .shift-right-8 {
    left: calc( 66.66667% - 40px + 24px);
    position: relative; } }

@media only screen and (min-width: 768px) {
  .shift-right-9 {
    left: calc( 75% - 42px + 24px);
    position: relative; } }

@media only screen and (min-width: 768px) {
  .shift-right-10 {
    left: calc( 83.33333% - 44px + 24px);
    position: relative; } }

@media only screen and (min-width: 768px) {
  .shift-right-11 {
    left: calc( 91.66667% - 46px + 24px);
    position: relative; } }

@media only screen and (min-width: 768px) {
  .shift-right-12 {
    left: calc( 100% - 48px + 24px);
    position: relative; } }

@media only screen and (min-width: 768px) {
  .shift-left-1 {
    left: calc( -8.33333% - 22px + 24px);
    position: relative; } }

@media only screen and (min-width: 768px) {
  .shift-left-2 {
    left: calc( -16.66667% - 20px + 24px);
    position: relative; } }

@media only screen and (min-width: 768px) {
  .shift-left-3 {
    left: calc( -25% - 18px + 24px);
    position: relative; } }

@media only screen and (min-width: 768px) {
  .shift-left-4 {
    left: calc( -33.33333% - 16px + 24px);
    position: relative; } }

@media only screen and (min-width: 768px) {
  .shift-left-5 {
    left: calc( -41.66667% - 14px + 24px);
    position: relative; } }

@media only screen and (min-width: 768px) {
  .shift-left-6 {
    left: calc( -50% - 12px + 24px);
    position: relative; } }

@media only screen and (min-width: 768px) {
  .shift-left-7 {
    left: calc( -58.33333% - 10px + 24px);
    position: relative; } }

@media only screen and (min-width: 768px) {
  .shift-left-8 {
    left: calc( -66.66667% - 8px + 24px);
    position: relative; } }

@media only screen and (min-width: 768px) {
  .shift-left-9 {
    left: calc( -75% - 6px + 24px);
    position: relative; } }

@media only screen and (min-width: 768px) {
  .shift-left-10 {
    left: calc( -83.33333% - 4px + 24px);
    position: relative; } }

@media only screen and (min-width: 768px) {
  .shift-left-11 {
    left: calc( -91.66667% - 2px + 24px);
    position: relative; } }

@media only screen and (min-width: 768px) {
  .shift-left-12 {
    left: calc( -100% - 0px + 24px);
    position: relative; } }

/**
 *  Font size map by Jonathan Suh
 *  https://www.smashingmagazine.com/2015/06/responsive-typography-with-sass-maps/
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[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; }

.slick-prev, .slick-next {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit; }

/* Colours */
/* Type */
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  font-size: inherit; }

strong {
  font-weight: 500; }

p {
  margin-bottom: 1em; }
  p:last-child {
    margin-bottom: 0; }

p a, .content ul a, .jump-links a, .jump-links a span {
  text-decoration: underline; }
  p a:hover, .content ul a:hover, .jump-links a:hover, .jump-links a span:hover {
    color: #FF354D; }

a.arrow-link {
  margin-right: 1.5em;
  color: #919699;
  position: relative; }
  @media only screen and (min-width: 768px) {
    a.arrow-link:hover span {
      transform: translateX(1em); }
    a.arrow-link:hover svg {
      opacity: 1; } }
  a.arrow-link span {
    transition: transform 0.3s;
    display: inline-block; }
  a.arrow-link svg {
    width: 10px;
    margin-right: 9px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.3s; }

html {
  font-size: 16px;
  line-height: 1.4;
  font-family: 'Barlow', Arial, sans-serif;
  font-weight: 400; }
  @media screen and (min-width: 992px) {
    html {
      font-size: 18px; } }

.mini {
  font-size: 14px;
  line-height: 1.2; }
  @media screen and (min-width: 992px) {
    .mini {
      font-size: 14px; } }

.tiny, .underline-heading, a.download, .header__icon span, .nf-field-label label, .nf-error-msg, .month__labels, .month__entry {
  font-size: 14px;
  line-height: 1.2; }
  @media screen and (min-width: 992px) {
    .tiny, .underline-heading, a.download, .header__icon span, .nf-field-label label, .nf-error-msg, .month__labels, .month__entry {
      font-size: 16px; } }

.small, .search-form input, .header-search input {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500; }
  @media screen and (min-width: 992px) {
    .small, .search-form input, .header-search input {
      font-size: 24px; } }

.medium {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: -0.02em; }
  @media screen and (min-width: 992px) {
    .medium {
      font-size: 36px; } }

.large {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: -0.02em; }
  @media screen and (min-width: 992px) {
    .large {
      font-size: 48px; } }

.huge {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: -0.02em; }
  @media screen and (min-width: 992px) {
    .huge {
      font-size: 64px; } }

.jumbo {
  font-size: 96px;
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: -0.02em; }
  @media screen and (min-width: 992px) {
    .jumbo {
      font-size: 24px; } }

.caption {
  font-size: 10px;
  line-height: 1.3; }
  @media screen and (min-width: 992px) {
    .caption {
      font-size: 14px; } }

.uppercase, .button, .ninja-form__form input[type='button'] {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.1; }
  @media screen and (min-width: 992px) {
    .uppercase, .button, .ninja-form__form input[type='button'] {
      font-size: 24px; } }
  .uppercase--small {
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: 0.02em; }
    @media screen and (min-width: 992px) {
      .uppercase--small {
        font-size: 18px; } }
  .uppercase--medium {
    font-size: 18px;
    line-height: 1.1; }
    @media screen and (min-width: 992px) {
      .uppercase--medium {
        font-size: 24px; } }
  .uppercase--large {
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: -0.02em; }
    @media screen and (min-width: 992px) {
      .uppercase--large {
        font-size: 36px; } }

.underlined {
  border-bottom: 1px solid #C6CACC;
  display: inline-block;
  margin-bottom: 2em;
  padding-bottom: 0.3em; }

/* Shadows */
.shadow-1 {
  box-shadow: 0px 1px 2px rgba(8, 35, 48, 0.24), 0px 2px 6px rgba(8, 35, 48, 0.16); }

.shadow-2 {
  box-shadow: 0px 2px 4px rgba(8, 35, 48, 0.24), 0px 4px 8px rgba(8, 35, 48, 0.16); }

.shadow-3 {
  box-shadow: 0px 4px 8px rgba(8, 35, 48, 0.16), 0px 8px 16px rgba(8, 35, 48, 0.1); }

.shadow-4 {
  box-shadow: 0px 6px 12px rgba(8, 35, 48, 0.14), 0px 16px 24px rgba(8, 35, 48, 0.08); }

.shadow-5 {
  box-shadow: 0px 8px 16px rgba(8, 35, 48, 0.1), 0px 24px 32px rgba(8, 35, 48, 0.06); }

/* Space */
.navy-space {
  margin-bottom: 12px; }
  @media screen and (min-width: 992px) {
    .navy-space {
      margin-bottom: 24px; } }

.purple-space {
  margin-bottom: 24px; }
  @media screen and (min-width: 992px) {
    .purple-space {
      margin-bottom: 48px; } }

.green-space {
  margin-bottom: 32px; }
  @media screen and (min-width: 992px) {
    .green-space {
      margin-bottom: 64px; } }

.yellow-space {
  margin-bottom: 48px; }
  @media screen and (min-width: 992px) {
    .yellow-space {
      margin-bottom: 72px; } }

.blue-space {
  margin-bottom: 24px; }
  @media screen and (min-width: 992px) {
    .blue-space {
      margin-bottom: 80px; } }

.sky-space {
  margin-bottom: 64px; }
  @media screen and (min-width: 992px) {
    .sky-space {
      margin-bottom: 88px; } }

.red-space {
  margin-bottom: 74px; }
  @media screen and (min-width: 992px) {
    .red-space {
      margin-bottom: 120px; } }

.orange-space {
  margin-bottom: 88px; }
  @media screen and (min-width: 992px) {
    .orange-space {
      margin-bottom: 160px; } }

.forest-space {
  margin-bottom: 120px; }
  @media screen and (min-width: 992px) {
    .forest-space {
      margin-bottom: 320px; } }

body {
  color: #062034;
  overflow-x: hidden; }
  body.stop-anim * {
    transition: none; }

.button, .ninja-form__form input[type='button'] {
  border: 1px solid #FF354D;
  padding: 0.45em 1.8em;
  color: #FF354D;
  display: inline-block; }
  @media only screen and (min-width: 768px) {
    .button, .ninja-form__form input[type='button'] {
      border: 2px solid #FF354D; } }
  @media only screen and (min-width: 768px) {
    .button:hover, .ninja-form__form input:hover[type='button'] {
      background: #FF354D;
      color: #ffffff; } }
  .button--small {
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: 0.02em; }
    @media screen and (min-width: 992px) {
      .button--small {
        font-size: 18px; } }
  .button--medium {
    font-size: 18px;
    line-height: 1.1; }
    @media screen and (min-width: 992px) {
      .button--medium {
        font-size: 24px; } }
  .button--large {
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: -0.02em; }
    @media screen and (min-width: 992px) {
      .button--large {
        font-size: 36px; } }

.content {
  margin-top: 56px;
  min-height: 60vh; }
  @media only screen and (min-width: 768px) {
    .content {
      margin-top: 80px; } }
  .content ul {
    margin: 0 0 0 0.9rem;
    list-style-type: none; }
    .content ul li {
      text-indent: -0.9em; }
      .content ul li:before {
        content: "-";
        margin-right: 0.6em; }
      .content ul li ul {
        margin: 0 0 0 1.5rem; }
        .content ul li ul li:before {
          content: "•";
          margin-right: 0.6em; }

.image-slider .slick-dots {
  float: left;
  margin-top: 1rem;
  width: 50%;
  display: flex;
  margin-left: 0; }
  @media only screen and (min-width: 768px) {
    .image-slider .slick-dots {
      width: 400px;
      margin-top: 2.6rem; } }
  .image-slider .slick-dots li {
    float: left;
    margin: 0;
    margin-right: 10px;
    width: 100%;
    max-width: 86px;
    padding: 0.3rem 0;
    cursor: pointer; }
    @media only screen and (min-width: 768px) {
      .image-slider .slick-dots li {
        margin-right: 24px; } }
    .image-slider .slick-dots li button {
      display: none; }
    .image-slider .slick-dots li.slick-active:before {
      background: #FF354D; }
    .image-slider .slick-dots li:before {
      content: "";
      width: 100%;
      height: 2px;
      background: #C6CACC;
      display: block; }
      @media only screen and (min-width: 768px) {
        .image-slider .slick-dots li:before {
          height: 4px; } }

.image-slider__arrows {
  float: right;
  margin-top: 0.3rem;
  width: 5rem;
  display: flex;
  justify-content: space-between;
  margin-right: 0.6rem; }
  @media only screen and (min-width: 768px) {
    .image-slider__arrows {
      margin-right: 0.6rem;
      margin-top: 2.15rem;
      width: 5.9rem; } }

.image-slider__arrow {
  display: block;
  cursor: pointer;
  padding: 0.4rem 0.6rem; }

.underline-heading {
  border-bottom: 1px solid #C6CACC;
  padding-bottom: 0.5em;
  margin-bottom: 1.8rem; }

.onecol-container {
  margin-bottom: 88px; }
  @media screen and (min-width: 992px) {
    .onecol-container {
      margin-bottom: 160px; } }

.search-form {
  width: calc(100% - 32px);
  float: left;
  margin-left: 16px;
  margin-bottom: 2rem;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .search-form {
      width: calc(50% - 36px);
      float: left;
      margin-left: 24px;
      margin-left: calc( 25% - 30px + 48px); } }
  .search-form input {
    -webkit-appearance: none;
    border: 2px solid #ffffff;
    padding: 0.8em 1em 0.8em 2.5em;
    width: 100%;
    box-sizing: border-box; }
    @media only screen and (min-width: 768px) {
      .search-form input {
        padding: 0.8em 1em 0.8em 3em; } }
    .search-form input:focus {
      outline: none;
      border: 2px solid #4DF2E8; }
    .search-form input::-webkit-input-placeholder {
      color: #C6CACC; }
    .search-form input::-moz-placeholder {
      color: #C6CACC; }
    .search-form input:-ms-input-placeholder {
      color: #C6CACC; }
    .search-form input::-ms-input-placeholder {
      color: #C6CACC; }
    .search-form input::placeholder {
      color: #C6CACC; }
  .search-form svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1em;
    width: 20px; }
    @media only screen and (min-width: 768px) {
      .search-form svg {
        width: 34px; } }
  .search-form__submit {
    display: none; }

.header-search {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: calc(100% - 56px); }
  body.menu-open .header-search {
    display: block; }
    @media only screen and (min-width: 768px) {
      body.menu-open .header-search {
        display: none; } }
  .header-search input {
    -webkit-appearance: none;
    border: 2px solid #ffffff;
    padding: 0.8em 1em 0.8em 2.5em;
    width: 100%;
    box-sizing: border-box; }
    @media only screen and (min-width: 768px) {
      .header-search input {
        padding: 0.8em 1em 0.8em 3em; } }
    .header-search input:focus {
      outline: none; }
    .header-search input::-webkit-input-placeholder {
      color: #C6CACC; }
    .header-search input::-moz-placeholder {
      color: #C6CACC; }
    .header-search input:-ms-input-placeholder {
      color: #C6CACC; }
    .header-search input::-ms-input-placeholder {
      color: #C6CACC; }
    .header-search input::placeholder {
      color: #C6CACC; }
  .header-search svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1em;
    width: 20px; }
    @media only screen and (min-width: 768px) {
      .header-search svg {
        width: 34px; } }
  .header-search__submit {
    display: none; }

.pagination {
  text-align: center;
  color: #919699;
  margin-bottom: 88px; }
  @media screen and (min-width: 992px) {
    .pagination {
      margin-bottom: 160px; } }
  .pagination--desktop-only {
    display: none; }
    @media only screen and (min-width: 768px) {
      .pagination--desktop-only {
        display: block; } }
  .pagination__links {
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px; }
    @media only screen and (min-width: 768px) {
      .pagination__links {
        width: calc(100% - 48px);
        float: left;
        margin-left: 24px; } }
    .pagination__links a {
      display: inline-block;
      margin: 0 0.6em; }
      @media only screen and (min-width: 768px) {
        .pagination__links a {
          margin: 0 0.2em; } }
    .pagination__links a.active {
      color: #C6CACC;
      pointer-events: none; }
    .pagination__links a:hover {
      text-decoration: underline;
      color: #FF354D; }

.pagination-mobile {
  text-align: center;
  color: #919699;
  margin-bottom: 48px;
  margin-top: -2.2rem; }
  @media screen and (min-width: 992px) {
    .pagination-mobile {
      margin-bottom: 72px; } }
  @media only screen and (min-width: 768px) {
    .pagination-mobile {
      display: none; } }
  .pagination-mobile__links {
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px; }
    @media only screen and (min-width: 768px) {
      .pagination-mobile__links {
        width: calc(100% - 48px);
        float: left;
        margin-left: 24px; } }
    .pagination-mobile__links a {
      display: inline-block;
      text-decoration: underline;
      margin: 0 1em; }
    .pagination-mobile__links a.next svg {
      margin-left: 1em; }
    .pagination-mobile__links a.prev svg {
      margin-right: 1em; }

.alert {
  background: #14BFBF;
  padding: 20px 0; }
  .alert__el {
    text-align: center;
    color: #ffffff;
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px; }
    @media only screen and (min-width: 768px) {
      .alert__el {
        width: calc(100% - 48px);
        float: left;
        margin-left: 24px; } }
    .alert__el h5 {
      margin-bottom: 0.5rem; }
      @media only screen and (min-width: 768px) {
        .alert__el h5 {
          display: block; } }
    .alert__el p {
      font-weight: 500;
      max-width: 300px;
      margin-left: auto;
      margin-right: auto; }
      @media only screen and (min-width: 768px) {
        .alert__el p {
          margin-bottom: 1rem;
          max-width: 600px; } }
    .alert__el .button, .alert__el .ninja-form__form input[type='button'], .ninja-form__form .alert__el input[type='button'] {
      color: #ffffff;
      border: 0px;
      background: #00646F; }
      @media only screen and (min-width: 768px) {
        .alert__el .button:hover, .alert__el .ninja-form__form input:hover[type='button'], .ninja-form__form .alert__el input:hover[type='button'] {
          background: #294053; } }

.program-info__tiles {
  width: calc(100% - 32px);
  float: left;
  margin-left: 16px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  row-gap: 5px;
  -moz-column-gap: 5px;
       column-gap: 5px; }
  @media only screen and (min-width: 768px) {
    .program-info__tiles {
      width: calc(100% - 48px);
      float: left;
      margin-left: 24px; } }

.program-info__tile {
  display: flex;
  background: #F1F3F4;
  padding: 1em;
  grid-column: span 12; }
  @media only screen and (min-width: 768px) {
    .program-info__tile {
      grid-column: span 4; } }
  .program-info__tile span {
    font-weight: 500; }
  .program-info__tile svg {
    display: block;
    margin-right: 1em;
    transform: translateY(2px); }
    @media only screen and (min-width: 768px) {
      .program-info__tile svg {
        argin-right: 0.5em; } }

div.link-wrap, .text-medium-image__text > div.link-wrap {
  margin-bottom: 1.5rem; }

.onecol-text div.link-wrap, .product__text div.link-wrap, .images-text div.link-wrap {
  margin-bottom: 0; }
  .onecol-text div.link-wrap a, .product__text div.link-wrap a, .images-text div.link-wrap a {
    margin-top: 2em; }

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

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.accordion-intro {
  padding-top: 64px; }
  @media screen and (min-width: 992px) {
    .accordion-intro {
      padding-top: 88px; } }
  .accordion-intro__intro {
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px; }
    @media only screen and (min-width: 768px) {
      .accordion-intro__intro {
        width: calc(75% - 42px);
        float: left;
        margin-left: 24px;
        margin-left: calc( 8.33333% - 26px + 48px); } }
    @media only screen and (min-width: 992px) {
      .accordion-intro__intro {
        width: calc(58.33333% - 38px);
        float: left;
        margin-left: 24px;
        margin-left: calc( 16.66667% - 28px + 48px); } }
  .accordion-intro__iframe {
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px;
    padding-top: 24px; }
    @media screen and (min-width: 992px) {
      .accordion-intro__iframe {
        padding-top: 80px; } }
    @media only screen and (min-width: 768px) {
      .accordion-intro__iframe {
        width: calc(75% - 42px);
        float: left;
        margin-left: 24px;
        margin-left: calc( 8.33333% - 26px + 48px); } }
    @media only screen and (min-width: 992px) {
      .accordion-intro__iframe {
        width: calc(66.66667% - 40px);
        float: left;
        margin-left: 24px;
        margin-left: calc( 16.66667% - 28px + 48px); } }

.accordion {
  padding-top: 48px;
  padding-bottom: 88px; }
  @media screen and (min-width: 992px) {
    .accordion {
      padding-top: 72px; } }
  @media screen and (min-width: 992px) {
    .accordion {
      padding-bottom: 160px; } }
  @media only screen and (min-width: 768px) {
    .accordion {
      padding-top: 64px; } }
  @media only screen and (min-width: 768px) and (min-width: 992px) {
    .accordion {
      padding-top: 88px; } }
  .accordion--remove-space {
    padding: 0; }
  .accordion__wrapper {
    border-bottom: 1px solid #C6CACC;
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px; }
    @media only screen and (min-width: 768px) {
      .accordion__wrapper {
        width: calc(83.33333% - 44px);
        float: left;
        margin-left: 24px;
        margin-left: calc( 8.33333% - 26px + 48px); } }
    @media only screen and (min-width: 992px) {
      .accordion__wrapper {
        width: calc(66.66667% - 40px);
        float: left;
        margin-left: 24px;
        margin-left: calc( 16.66667% - 28px + 48px); } }
  .accordion .accordion__wrapper--narrow {
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px; }
    @media only screen and (min-width: 768px) {
      .accordion .accordion__wrapper--narrow {
        width: calc(66.66667% - 40px);
        float: left;
        margin-left: 24px;
        margin-left: calc( 16.66667% - 28px + 48px); } }
    @media only screen and (min-width: 992px) {
      .accordion .accordion__wrapper--narrow {
        width: calc(50% - 36px);
        float: left;
        margin-left: 24px;
        margin-left: calc( 25% - 30px + 48px); } }
  .accordion__header {
    border-top: 1px solid #C6CACC;
    position: relative;
    font-weight: 500;
    display: block;
    padding: 0.6rem 0;
    cursor: pointer; }
    .accordion__section--open .accordion__header {
      color: #FF354D; }
    @media only screen and (min-width: 768px) {
      .accordion__header {
        padding: 0.6rem 1.3rem; }
        .accordion__header:hover {
          background: #FF354D;
          color: white; }
          .accordion__header:hover .accordion__plus {
            background-color: #ffffff; }
            .accordion__header:hover .accordion__plus:after {
              background-color: #ffffff; } }
  .accordion__content {
    display: none; }
    .accordion__content > div {
      padding-top: 24px;
      padding-bottom: 32px; }
      @media screen and (min-width: 992px) {
        .accordion__content > div {
          padding-top: 48px; } }
      @media screen and (min-width: 992px) {
        .accordion__content > div {
          padding-bottom: 64px; } }
      @media only screen and (min-width: 768px) {
        .accordion__content > div {
          margin: 0 1.3rem; } }
    .accordion__content h1, .accordion__content h2, .accordion__content h3, .accordion__content h4, .accordion__content h5, .accordion__content h6 {
      margin: 1em 0 0.6em; }
  .accordion__downloads {
    padding-top: 24px; }
    @media screen and (min-width: 992px) {
      .accordion__downloads {
        padding-top: 48px; } }
    @media only screen and (min-width: 480px) {
      .accordion__downloads {
        max-width: 306px; } }
    .accordion__downloads h4 {
      border-bottom: 1px solid #C6CACC;
      padding-bottom: 0.5em;
      margin-bottom: 2em; }
  .accordion__plus {
    height: 2px;
    background: #FF354D;
    width: 10px;
    position: absolute;
    right: 13px;
    top: calc(50% - 1px); }
    @media only screen and (min-width: 768px) {
      .accordion__plus {
        right: 2.1rem;
        width: 14px; } }
    .accordion__plus:after {
      content: "";
      background: #FF354D;
      width: 2px;
      height: 10px;
      position: absolute;
      top: -4px;
      left: 4px; }
      .accordion__section--open .accordion__plus:after {
        display: none; }
      @media only screen and (min-width: 768px) {
        .accordion__plus:after {
          right: 2.1rem;
          height: 14px;
          top: -6px;
          left: 6px; } }
  .accordion__all {
    position: relative;
    text-align: right;
    margin-bottom: 0.5rem; }
    .accordion__all a {
      padding-right: 30px;
      font-weight: 500;
      color: #FF354D;
      position: relative; }
      @media only screen and (min-width: 768px) {
        .accordion__all a {
          padding-right: 3.5rem; } }

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

.link-tile, .program-tile {
  border: 2px solid #FF354D;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 12px;
  padding: 0.6rem 0.5rem;
  width: calc(100% - 32px);
  float: left;
  margin-left: 16px;
  background: #ffffff; }
  @media screen and (min-width: 992px) {
    .link-tile, .program-tile {
      margin-bottom: 24px; } }
  @media only screen and (min-width: 768px) {
    .link-tile, .program-tile {
      width: calc(33.33333% - 32px);
      float: left;
      margin-left: 24px;
      padding: 0.8rem 0.95rem;
      min-height: 286px;
      padding: 0.95rem 1.1rem 1.4rem; }
      .link-tile:hover, .program-tile:hover {
        background: #FF354D; }
        .link-tile:hover svg, .program-tile:hover svg {
          color: #ffffff; } }
  .link-tile h3, .program-tile h3 {
    width: 83%;
    margin-bottom: 1em; }
    @media only screen and (min-width: 768px) {
      .link-tile h3, .program-tile h3 {
        margin-bottom: 0.5em; } }
  .link-tile p, .program-tile p {
    display: none;
    margin-top: auto;
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .link-tile p, .program-tile p {
        display: block; } }
  .link-tile__info, .program-tile__info {
    display: none;
    margin-top: auto;
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .link-tile__info, .program-tile__info {
        display: block; } }
  .link-tile__info-block, .program-tile__info-block {
    display: flex;
    margin-bottom: 1em; }
    .link-tile__info-block:last-of-type, .program-tile__info-block:last-of-type {
      margin-bottom: 0; }
    .link-tile__info-block p:first-of-type, .program-tile__info-block p:first-of-type {
      font-weight: 700; }
    .link-tile__info-block svg, .program-tile__info-block svg {
      margin-right: 0.5em;
      margin-top: 2.5px; }
  .link-tile.link-tile--smalltext p, .program-tile.link-tile--smalltext p {
    display: block; }
  .link-tile > svg, .program-tile > svg {
    color: #FF354D;
    position: absolute;
    top: 12px;
    right: 14px;
    width: 20px; }
    @media only screen and (min-width: 768px) {
      .link-tile > svg, .program-tile > svg {
        top: 20px;
        right: 20px;
        width: 30px; } }

.jump-links {
  margin-top: 48px;
  padding-bottom: 32px; }
  @media screen and (min-width: 992px) {
    .jump-links {
      margin-top: 72px; } }
  @media screen and (min-width: 992px) {
    .jump-links {
      padding-bottom: 64px; } }
  @media only screen and (min-width: 768px) {
    .jump-links {
      padding-bottom: 48px; } }
  @media only screen and (min-width: 768px) and (min-width: 992px) {
    .jump-links {
      padding-bottom: 72px; } }
  .jump-links__heading {
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px;
    margin-bottom: 1.3em; }
    @media only screen and (min-width: 768px) {
      .jump-links__heading {
        width: calc(100% - 48px);
        float: left;
        margin-left: 24px; } }
  .jump-links__links {
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px; }
    @media only screen and (min-width: 768px) {
      .jump-links__links {
        width: calc(100% - 48px);
        float: left;
        margin-left: 24px; } }
    .jump-links__links a {
      margin-right: 1em;
      margin-bottom: 1em;
      display: inline-block; }
      @media only screen and (min-width: 768px) {
        .jump-links__links a {
          margin-right: 1.5em; } }

.jump-link-dummy {
  height: 48px; }
  @media screen and (min-width: 992px) {
    .jump-link-dummy {
      height: 72px; } }

.text-image {
  margin-bottom: 88px; }
  @media screen and (min-width: 992px) {
    .text-image {
      margin-bottom: 160px; } }
  .text-image__image {
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px;
    margin-bottom: 32px; }
    @media screen and (min-width: 992px) {
      .text-image__image {
        margin-bottom: 64px; } }
    @media only screen and (min-width: 768px) {
      .text-image__image {
        width: calc(41.66667% - 34px);
        float: left;
        margin-left: 24px;
        margin-bottom: 0; }
        .text-image--flip .text-image__image {
          left: calc( 58.33333% - 38px + 24px);
          position: relative; } }
  .text-image__text {
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px; }
    @media only screen and (min-width: 768px) {
      .text-image__text {
        width: calc(50% - 36px);
        float: left;
        margin-left: 24px;
        margin-left: calc( 8.33333% - 26px + 48px); }
        .text-image--flip .text-image__text {
          left: calc( -50% - 12px + 24px);
          position: relative; } }
    .text-image__text > div {
      margin-bottom: 1.5rem; }
      .text-image__text > div:last-child {
        margin-bottom: 0; }
    .text-image__text h4 {
      margin-bottom: 0.8em; }
  .text-image__further {
    margin-top: 3rem; }

.text-text {
  margin-bottom: 88px; }
  @media screen and (min-width: 992px) {
    .text-text {
      margin-bottom: 160px; } }
  .text-text__left {
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px; }
    @media only screen and (min-width: 768px) {
      .text-text__left {
        width: calc(41.66667% - 34px);
        float: left;
        margin-left: 24px; } }
  .text-text__right {
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px; }
    @media only screen and (min-width: 768px) {
      .text-text__right {
        padding-top: 0.5rem;
        width: calc(50% - 36px);
        float: left;
        margin-left: 24px;
        margin-left: calc( 8.33333% - 26px + 48px); } }
    .text-text__right > div {
      margin-bottom: 1.5rem; }
  .text-text h4 {
    margin-bottom: 0.8em; }

.wide-text-image {
  margin-bottom: 88px; }
  @media screen and (min-width: 992px) {
    .wide-text-image {
      margin-bottom: 160px; } }
  .wide-text-image__text {
    margin-bottom: 32px;
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px; }
    @media screen and (min-width: 992px) {
      .wide-text-image__text {
        margin-bottom: 64px; } }
    @media only screen and (min-width: 768px) {
      .wide-text-image__text {
        margin-bottom: 48px;
        text-align: center;
        width: calc(66.66667% - 40px);
        float: left;
        margin-left: 24px;
        margin-left: calc( 16.66667% - 28px + 48px); } }
  @media only screen and (min-width: 768px) and (min-width: 992px) {
    .wide-text-image__text {
      margin-bottom: 72px; } }
  .wide-text-image__image {
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px; }
    @media only screen and (min-width: 768px) {
      .wide-text-image__image {
        width: calc(83.33333% - 44px);
        float: left;
        margin-left: 24px;
        margin-left: calc( 8.33333% - 26px + 48px); } }

.text-medium-image {
  margin-bottom: 88px; }
  @media screen and (min-width: 992px) {
    .text-medium-image {
      margin-bottom: 160px; } }
  @media only screen and (min-width: 768px) {
    .text-medium-image.text-medium-image--center .container {
      align-items: center; } }
  @media only screen and (min-width: 768px) {
    .text-medium-image.hide-desktop {
      display: none; } }
  .text-medium-image__image {
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px;
    margin-bottom: 32px; }
    @media screen and (min-width: 992px) {
      .text-medium-image__image {
        margin-bottom: 64px; } }
    @media only screen and (min-width: 768px) {
      .text-medium-image__image {
        margin-bottom: 0;
        width: calc(58.33333% - 38px);
        float: left;
        margin-left: 24px; }
        .text-medium-image--flip .text-medium-image__image {
          left: calc( 41.66667% - 34px + 24px);
          position: relative; } }
  .text-medium-image__text {
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px; }
    @media only screen and (min-width: 768px) {
      .text-medium-image__text {
        width: calc(33.33333% - 32px);
        float: left;
        margin-left: 24px;
        margin-left: calc( 8.33333% - 26px + 48px); }
        .text-medium-image--flip .text-medium-image__text {
          margin-left: calc( 0% - 24px + 48px);
          left: calc( -58.33333% - 10px + 24px);
          position: relative; } }
    .text-medium-image__text h5 {
      margin-bottom: 32px; }
      @media screen and (min-width: 992px) {
        .text-medium-image__text h5 {
          margin-bottom: 64px; } }
    .text-medium-image__text > div {
      margin-bottom: 24px; }
      @media screen and (min-width: 992px) {
        .text-medium-image__text > div {
          margin-bottom: 48px; } }

.link-tiles, .program-tiles {
  margin-bottom: 88px; }
  @media screen and (min-width: 992px) {
    .link-tiles, .program-tiles {
      margin-bottom: 160px; } }

.program-tiles {
  display: none; }
  .program-tiles-accordion--open .program-tiles {
    display: block; }

.program-tiles-intro__button::after {
  content: '–';
  display: none; }
  .program-tiles-accordion--open .program-tiles-intro__button::after {
    display: block;
    transform: translate(-1px, -1px); }

.program-tiles-intro__button::before {
  content: '+'; }
  .program-tiles-accordion--open .program-tiles-intro__button::before {
    display: none; }

.program-tiles-intro {
  margin-bottom: 3rem;
  position: relative;
  cursor: pointer; }
  .program-tiles-intro button {
    -webkit-appearance: none;
    border: none;
    background: none;
    font-family: inherit;
    color: #FF354D;
    font-size: 40px;
    padding: 10px;
    position: absolute;
    top: -0.5rem;
    right: 1rem; }
    @media only screen and (min-width: 768px) {
      .program-tiles-intro button {
        top: 0rem;
        right: 6rem; } }
  .program-tiles-intro__line {
    border-top: 1px solid #C6CACC;
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px; }
    @media only screen and (min-width: 768px) {
      .program-tiles-intro__line {
        width: calc(100% - 48px);
        float: left;
        margin-left: 24px; } }
  .program-tiles-intro__heading {
    width: calc(75% - 28px);
    float: left;
    margin-left: 16px;
    padding: 0.5rem 0; }
    @media only screen and (min-width: 768px) {
      .program-tiles-intro__heading {
        width: calc(100% - 48px);
        float: left;
        margin-left: 24px; } }
  .program-tiles-intro__text {
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px; }
    .program-tiles-accordion--open .program-tiles-intro__text {
      display: none; }
    @media only screen and (min-width: 768px) {
      .program-tiles-intro__text {
        width: calc(50% - 36px);
        float: left;
        margin-left: 24px; } }

.event-slider {
  margin-bottom: 88px;
  position: relative; }
  @media screen and (min-width: 992px) {
    .event-slider {
      margin-bottom: 160px; } }
  .event-slider__images {
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .event-slider__images {
        width: calc(50% - 36px);
        float: left;
        margin-left: 24px; } }
  .event-slider__arrows {
    float: right;
    margin-top: 0.3rem;
    width: 5rem;
    display: flex;
    justify-content: space-between;
    margin-right: 0.6rem; }
    @media only screen and (min-width: 768px) {
      .event-slider__arrows {
        margin-right: 0.6rem;
        margin-top: 2.15rem;
        width: 5.9rem;
        position: absolute;
        right: 0px; } }
  .event-slider__arrow {
    display: block;
    cursor: pointer;
    padding: 0.4rem 0.6rem; }
  .event-slider .slick-dots {
    float: left;
    margin-top: 1rem;
    width: 50%;
    display: flex;
    margin-left: 0; }
    @media only screen and (min-width: 768px) {
      .event-slider .slick-dots {
        width: 70%;
        max-width: 400px;
        margin-top: 2.6rem;
        position: absolute; } }
    .event-slider .slick-dots li {
      float: left;
      margin: 0;
      margin-right: 10px;
      width: 100%;
      max-width: 86px;
      padding: 0.3rem 0;
      cursor: pointer; }
      @media only screen and (min-width: 768px) {
        .event-slider .slick-dots li {
          margin-right: 24px; } }
      .event-slider .slick-dots li button {
        display: none; }
      .event-slider .slick-dots li.slick-active:before {
        background: #14BFBF; }
      .event-slider .slick-dots li:before {
        content: "";
        width: 100%;
        height: 2px;
        background: #C6CACC;
        display: block; }
        @media only screen and (min-width: 768px) {
          .event-slider .slick-dots li:before {
            height: 3px; } }
  .event-slider__text {
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .event-slider__text {
        width: calc(33.33333% - 32px);
        float: left;
        margin-left: 24px;
        margin-left: calc( 8.33333% - 26px + 48px); } }
  .event-slider__text-slide {
    padding-top: 1.7rem; }
    @media only screen and (min-width: 768px) {
      .event-slider__text-slide {
        padding-top: 3rem;
        padding-bottom: 6rem; } }
    .event-slider__text-slide .date {
      color: #14BFBF;
      font-weight: 500; }
      @media only screen and (min-width: 768px) {
        .event-slider__text-slide .date {
          margin-bottom: 1.7em; } }
    .event-slider__text-slide .title {
      margin-bottom: 0.9em; }
    .event-slider__text-slide a {
      margin-top: 1.2rem; }
      @media only screen and (min-width: 768px) {
        .event-slider__text-slide a {
          margin-top: 2rem; } }
  .event-slider__button {
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px;
    text-align: center;
    margin-top: 48px; }
    @media screen and (min-width: 992px) {
      .event-slider__button {
        margin-top: 72px; } }
    @media only screen and (min-width: 768px) {
      .event-slider__button {
        width: calc(100% - 48px);
        float: left;
        margin-left: 24px; } }

.event-slider-container {
  position: relative;
  margin-bottom: 48px; }
  @media screen and (min-width: 992px) {
    .event-slider-container {
      margin-bottom: 72px; } }
  .event-slider-container:after {
    content: "";
    width: 100%;
    top: 150px;
    left: 0;
    bottom: -3rem;
    background: #F1F3F4;
    display: block;
    position: absolute;
    z-index: -1; }
    @media only screen and (min-width: 768px) {
      .event-slider-container:after {
        width: 75%;
        top: -22px;
        right: 0px;
        bottom: -18px;
        left: auto; } }
    @media only screen and (min-width: 1230px) {
      .event-slider-container:after {
        width: 75%;
        top: -22px;
        left: 25%;
        right: auto;
        bottom: -18px; } }
  .event-slider-container:before {
    content: "";
    width: 200px;
    top: -22px;
    left: calc(-50% - 200px);
    bottom: 60px;
    background: #F1F3F4;
    display: block;
    position: absolute;
    z-index: -1;
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
            clip-path: polygon(100% 0, 0 100%, 100% 100%); }

.button-section {
  margin-bottom: 88px; }
  @media screen and (min-width: 992px) {
    .button-section {
      margin-bottom: 160px; } }
  .button-section__el {
    text-align: center;
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px; }
    @media only screen and (min-width: 768px) {
      .button-section__el {
        width: calc(100% - 48px);
        float: left;
        margin-left: 24px; } }

.list {
  margin-bottom: 88px; }
  @media screen and (min-width: 992px) {
    .list {
      margin-bottom: 160px; } }
  .list__item {
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px;
    margin-bottom: 24px;
    box-sizing: border-box;
    padding-left: 1.2rem; }
    @media screen and (min-width: 992px) {
      .list__item {
        margin-bottom: 48px; } }
    @media only screen and (min-width: 768px) {
      .list__item {
        padding-left: 0;
        width: calc(41.66667% - 34px);
        float: left;
        margin-left: 24px;
        margin-left: calc( 8.33333% - 26px + 48px); }
        .list__item.list__item--onecol {
          clear: left; }
        .list__item.list__item--onecolright {
          clear: left;
          margin-left: calc( 50% - 36px + 48px); } }
    .list__item:nth-of-type(odd) {
      clear: left; }
    @media only screen and (min-width: 768px) {
      .list__item:nth-last-of-type(2) {
        margin-bottom: 0; } }
    .list__item:last-child {
      margin-bottom: 0; }
    .list__item h5 {
      margin-bottom: 0.5em;
      position: relative; }
      .list__item h5:before {
        content: '';
        background: #FF354D;
        position: absolute;
        left: -1em;
        top: 0.25em;
        display: block;
        width: 2px;
        height: 0.85em; }
        @media only screen and (min-width: 768px) {
          .list__item h5:before {
            width: 3px; } }
  .list__image {
    width: calc(75% - 28px);
    float: left;
    margin-left: 16px; }
    @media only screen and (min-width: 768px) {
      .list__image {
        width: calc(33.33333% - 32px);
        float: left;
        margin-left: 24px;
        margin-left: calc( 8.33333% - 26px + 48px); } }

.text-only {
  margin-bottom: 88px; }
  @media screen and (min-width: 992px) {
    .text-only {
      margin-bottom: 160px; } }
  .text-only__el {
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px; }
    @media only screen and (min-width: 768px) {
      .text-only__el {
        width: calc(75% - 42px);
        float: left;
        margin-left: 24px; } }
    @media only screen and (min-width: 992px) {
      .text-only__el {
        width: calc(58.33333% - 38px);
        float: left;
        margin-left: 24px; } }
    .text-only__el h3 {
      margin-bottom: 0.8em; }
    .text-only__el a {
      margin-top: 1.5rem; }

.gallery {
  display: none;
  position: relative;
  margin-bottom: 88px; }
  @media screen and (min-width: 992px) {
    .gallery {
      margin-bottom: 160px; } }
  @media only screen and (min-width: 768px) {
    .gallery {
      display: block; } }
  @media only screen and (min-width: 768px) {
    .gallery:after {
      content: "";
      z-index: -1;
      position: absolute;
      border: 5px solid #4DF2E8;
      top: 14%;
      bottom: 26%;
      left: 12%;
      right: 13%; } }
  @media only screen and (min-width: 768px) {
    .gallery__left {
      width: calc(58.33333% - 38px);
      float: left;
      margin-left: 24px; } }
  .gallery__left > div:first-of-type {
    width: 60%;
    margin-left: 40%;
    margin-bottom: 24px; }
  .gallery__left > div:last-of-type {
    width: 100%; }
  .gallery__right {
    margin-top: 32px; }
    @media screen and (min-width: 992px) {
      .gallery__right {
        margin-top: 64px; } }
    @media only screen and (min-width: 768px) {
      .gallery__right {
        width: calc(41.66667% - 34px);
        float: left;
        margin-left: 24px; } }
    .gallery__right > div:first-of-type {
      margin-bottom: 24px;
      width: 100%; }
    .gallery__right > div:last-of-type {
      width: 60%; }

.embed {
  margin-bottom: 88px; }
  @media screen and (min-width: 992px) {
    .embed {
      margin-bottom: 160px; } }
  .embed__el {
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px; }
    @media only screen and (min-width: 768px) {
      .embed__el {
        width: calc(100% - 48px);
        float: left;
        margin-left: 24px; } }
    @media only screen and (min-width: 992px) {
      .embed__el {
        width: calc(83.33333% - 44px);
        float: left;
        margin-left: 24px;
        margin-left: calc( 8.33333% - 26px + 48px); } }
    @media only screen and (min-width: 768px) {
      .embed__el--narrow {
        width: calc(66.66667% - 40px);
        float: left;
        margin-left: 24px;
        margin-left: calc( 16.66667% - 28px + 48px); } }
    @media only screen and (min-width: 992px) {
      .embed__el--narrow {
        width: calc(50% - 36px);
        float: left;
        margin-left: 24px;
        margin-left: calc( 25% - 30px + 48px); } }

.hr-heading {
  color: #294053;
  border-top: 1px solid #B1C0CD;
  margin-bottom: 64px;
  padding-top: 1rem; }
  @media screen and (min-width: 992px) {
    .hr-heading {
      margin-bottom: 88px; } }
  @media only screen and (min-width: 768px) {
    .hr-heading {
      padding-top: 1.5rem; } }
  .hr-heading h3 {
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px; }
    @media only screen and (min-width: 768px) {
      .hr-heading h3 {
        width: calc(100% - 48px);
        float: left;
        margin-left: 24px; } }

.post-list {
  padding-top: 64px;
  padding-bottom: 64px; }
  @media screen and (min-width: 992px) {
    .post-list {
      padding-top: 88px; } }
  @media screen and (min-width: 992px) {
    .post-list {
      padding-bottom: 88px; } }
  .post-list__posts {
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px; }
    @media only screen and (min-width: 768px) {
      .post-list__posts {
        width: calc(50% - 36px);
        float: left;
        margin-left: 24px;
        margin-left: calc( 25% - 30px + 48px); } }
  .post-list__post {
    border-bottom: 1px solid #F1F3F4;
    margin-bottom: 0.5rem;
    padding-bottom: 1rem; }
    .post-list__post h3 {
      font-weight: inherit;
      margin: 0.3em 0 0.4em; }
      .post-list__post h3 a {
        text-decoration: underline; }
        .post-list__post h3 a:hover {
          color: #FF354D; }
  .post-list__breadcrumb {
    color: #61819A; }
    .post-list__breadcrumb a:hover {
      color: #FF354D;
      text-decoration: underline; }
  .post-list__empty {
    text-align: center; }

.post-list-dummy {
  padding-bottom: 120px; }
  @media screen and (min-width: 992px) {
    .post-list-dummy {
      padding-bottom: 320px; } }

.back-link svg {
  width: 0.6em;
  margin-right: 0.3em; }

.back-link p {
  display: inline-block; }

.media-card {
  -webkit-clip-path: polygon(100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 0);
  width: calc(100% - 32px);
  float: left;
  margin-left: 16px;
  margin-bottom: 24px;
  background: #4DF2E8;
  position: relative; }
  .media-card--dark {
    background: #14BFBF; }
  @media only screen and (min-width: 480px) {
    .media-card {
      width: calc(50% - 24px);
      float: left;
      margin-left: 16px; } }
  @media only screen and (min-width: 768px) {
    .media-card {
      -webkit-clip-path: polygon(100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%, 0 0);
              clip-path: polygon(100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%, 0 0);
      width: calc(33.33333% - 32px);
      float: left;
      margin-left: 24px; } }
  @media only screen and (min-width: 992px) {
    .media-card {
      width: calc(25% - 30px);
      float: left;
      margin-left: 24px; } }
  .media-card__inner {
    box-sizing: border-box;
    padding: 0.7rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    -webkit-clip-path: polygon(100% 0, 100% calc(100% - 29px), calc(100% - 29px) 100%, 0 100%, 0 0);
            clip-path: polygon(100% 0, 100% calc(100% - 29px), calc(100% - 29px) 100%, 0 100%, 0 0);
    color: #14BFBF;
    position: relative;
    background: #ffffff;
    margin: 2px;
    height: calc(100% - 4px); }
    @media only screen and (min-width: 768px) {
      .media-card__inner {
        -webkit-clip-path: polygon(100% 0, 100% calc(100% - 48px), calc(100% - 48px) 100%, 0 100%, 0 0);
                clip-path: polygon(100% 0, 100% calc(100% - 48px), calc(100% - 48px) 100%, 0 100%, 0 0);
        padding: 1rem;
        min-height: 200px;
        margin: 3px;
        height: calc(100% - 6px); } }
    @media only screen and (min-width: 992px) {
      .media-card__inner {
        min-height: 220px; } }
    @media only screen and (min-width: 1230px) {
      .media-card__inner {
        min-height: 285px; } }
    @media only screen and (min-width: 768px) {
      .media-card__inner:hover {
        background: #4DF2E8;
        color: inherit; }
        .media-card--dark .media-card__inner:hover {
          background: #14BFBF;
          opacity: 0; } }
  .media-card h3 {
    margin-bottom: 1em; }
  .media-card p.pdf-link {
    color: #062034;
    text-decoration: underline;
    font-weight: 500; }
  .media-card p.date {
    color: #00646F;
    font-weight: 500; }
  .media-card__description {
    position: absolute;
    top: 0;
    left: 0;
    padding: 1rem;
    width: 100%;
    box-sizing: border-box;
    pointer-events: none;
    display: none; }
    @media only screen and (min-width: 768px) {
      .media-card--dark:hover .media-card__description {
        display: block; } }

a.download {
  border: 1px solid #4DF2E8;
  display: block;
  margin-bottom: 0.5em;
  padding: 0.5em;
  position: relative;
  box-sizing: border-box;
  padding-right: 2rem; }
  @media only screen and (min-width: 768px) {
    a.download:hover {
      background-color: #4DF2E8; } }
  a.download svg {
    position: absolute;
    right: 0.8em;
    top: 50%;
    height: 10px;
    transform: translateY(-50%); }
  a.download.download--link {
    border-color: #4DF2E8; }
    @media only screen and (min-width: 768px) {
      a.download.download--link:hover {
        background-color: #4DF2E8; } }
  a.download.download--pw {
    border: 1px solid #31C6F5; }
    @media only screen and (min-width: 768px) {
      a.download.download--pw:hover {
        background-color: #31C6F5; } }

.tooltip {
  position: fixed;
  background: #31C6F5;
  padding: 0.2em 0.4em;
  display: none; }

.centered-column {
  width: calc(100% - 32px);
  float: left;
  margin-left: 16px; }
  @media only screen and (min-width: 768px) {
    .centered-column {
      width: calc(66.66667% - 40px);
      float: left;
      margin-left: 24px;
      margin-left: calc( 16.66667% - 28px + 48px); } }
  @media only screen and (min-width: 992px) {
    .centered-column {
      width: calc(50% - 36px);
      float: left;
      margin-left: 24px;
      margin-left: calc( 25% - 30px + 48px); } }
  .centered-column a.button {
    margin-top: 2rem; }

.onecol-element {
  margin-bottom: 48px; }
  @media screen and (min-width: 992px) {
    .onecol-element {
      margin-bottom: 72px; } }
  @media only screen and (min-width: 992px) {
    .onecol-element {
      margin-bottom: 24px; } }
  @media only screen and (min-width: 992px) and (min-width: 992px) {
    .onecol-element {
      margin-bottom: 48px; } }
  .onecol-element h3 {
    margin-bottom: 1em; }

.onecol-intro {
  margin-top: 48px; }
  @media screen and (min-width: 992px) {
    .onecol-intro {
      margin-top: 72px; } }

.onecol-text .ratio-box {
  margin-bottom: 2rem; }

.onecol-quote__el {
  border-left: 3px solid #FF354D;
  padding-left: 1rem; }
  .onecol-quote__el blockquote {
    margin: 0;
    padding: 0; }
  .onecol-quote__el p {
    padding-top: 1em; }

.onecol-list {
  margin-bottom: 48px; }
  @media screen and (min-width: 992px) {
    .onecol-list {
      margin-bottom: 72px; } }
  .onecol-list__item {
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px;
    margin-bottom: 24px;
    box-sizing: border-box;
    padding-left: 1.2rem;
    clear: left; }
    @media screen and (min-width: 992px) {
      .onecol-list__item {
        margin-bottom: 48px; } }
    @media only screen and (min-width: 768px) {
      .onecol-list__item {
        padding-left: 0;
        width: calc(41.66667% - 34px);
        float: left;
        margin-left: 24px;
        margin-left: calc( 33.33333% - 32px + 48px); } }
    .onecol-list__item:last-child {
      margin-bottom: 0; }
    .onecol-list__item h5 {
      margin-bottom: 0.5em;
      position: relative; }
      .onecol-list__item h5:before {
        content: '';
        background: #FF354D;
        position: absolute;
        left: -1em;
        top: 0.25em;
        display: block;
        width: 2px;
        height: 0.85em; }
        @media only screen and (min-width: 768px) {
          .onecol-list__item h5:before {
            width: 3px; } }
  .onecol-list__image {
    width: calc(75% - 28px);
    float: left;
    margin-left: 16px; }
    @media only screen and (min-width: 768px) {
      .onecol-list__image {
        width: calc(33.33333% - 32px);
        float: left;
        margin-left: 24px;
        margin-left: calc( 8.33333% - 26px + 48px); } }

.images-text .ratio-box {
  margin-bottom: 1.2rem; }

.images-text h4 {
  margin-bottom: 1rem; }

.images-text__left {
  width: calc(100% - 32px);
  float: left;
  margin-left: 16px;
  margin-bottom: 2rem; }
  @media only screen and (min-width: 768px) {
    .images-text__left {
      margin-bottom: 0;
      width: calc(33.33333% - 32px);
      float: left;
      margin-left: 24px;
      margin-left: calc( 16.66667% - 28px + 48px); } }
  @media only screen and (min-width: 992px) {
    .images-text__left {
      width: calc(25% - 30px);
      float: left;
      margin-left: 24px;
      margin-left: calc( 25% - 30px + 48px); } }

.images-text__right {
  width: calc(100% - 32px);
  float: left;
  margin-left: 16px; }
  @media only screen and (min-width: 768px) {
    .images-text__right {
      width: calc(33.33333% - 32px);
      float: left;
      margin-left: 24px; } }
  @media only screen and (min-width: 992px) {
    .images-text__right {
      width: calc(25% - 30px);
      float: left;
      margin-left: 24px; } }

.mini-box__el {
  width: calc(100% - 32px);
  float: left;
  margin-left: 16px; }
  @media only screen and (min-width: 768px) {
    .mini-box__el {
      width: calc(25% - 30px);
      float: left;
      margin-left: 24px;
      margin-left: calc( 16.66667% - 28px + 48px); } }
  @media only screen and (min-width: 992px) {
    .mini-box__el {
      width: calc(25% - 30px);
      float: left;
      margin-left: 24px;
      margin-left: calc( 25% - 30px + 48px); } }

.accordion--builder {
  padding-bottom: 10px;
  margin-bottom: 88px; }
  @media screen and (min-width: 992px) {
    .accordion--builder {
      margin-bottom: 160px; } }

.author__info {
  margin-top: 80px;
  width: calc(100% - 32px);
  float: left;
  margin-left: 16px;
  display: flex;
  align-items: center; }
  @media only screen and (min-width: 768px) {
    .author__info {
      width: calc(66.66667% - 40px);
      float: left;
      margin-left: 24px;
      margin-left: calc( 16.66667% - 28px + 48px); } }
  @media only screen and (min-width: 768px) {
    .author__info {
      width: calc(50% - 36px);
      float: left;
      margin-left: 24px;
      margin-left: calc( 25% - 30px + 48px); } }
  .author__info .ratio-box {
    border-radius: 200px; }
  .author__info br {
    display: none; }
    @media only screen and (min-width: 768px) {
      .author__info br {
        display: inline; } }
  .author__info span {
    display: inline; }
    @media only screen and (min-width: 768px) {
      .author__info span {
        display: none; } }

.author-image {
  width: 32px;
  margin-right: 12px; }
  @media only screen and (min-width: 768px) {
    .author-image {
      margin-right: 24px;
      width: 86px; } }
  .author-image img {
    border-radius: 100%; }

.time {
  position: relative;
  padding-left: 22px; }
  .time:before {
    display: inline-block;
    width: 16px;
    position: absolute;
    left: 0px;
    transform: translateY(1.5px);
    content: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='8' stroke='%23FF354D' stroke-width='2'/%3E%3Cpath d='M9 4V9L6.5 11.5' stroke='%23FF354D' stroke-width='2'/%3E%3C/svg%3E%0A"); }

.read-time {
  margin-top: 2rem; }
  .read-time p {
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px; }
    @media only screen and (min-width: 768px) {
      .read-time p {
        width: calc(66.66667% - 40px);
        float: left;
        margin-left: 24px;
        margin-left: calc( 16.66667% - 28px + 48px); } }
    @media only screen and (min-width: 768px) {
      .read-time p {
        width: calc(50% - 36px);
        float: left;
        margin-left: 24px;
        margin-left: calc( 25% - 30px + 48px); } }

.share {
  margin-bottom: 48px; }
  @media screen and (min-width: 992px) {
    .share {
      margin-bottom: 72px; } }
  .share__el {
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px; }
    @media only screen and (min-width: 768px) {
      .share__el {
        width: calc(66.66667% - 40px);
        float: left;
        margin-left: 24px;
        margin-left: calc( 16.66667% - 28px + 48px); } }
    @media only screen and (min-width: 768px) {
      .share__el {
        width: calc(50% - 36px);
        float: left;
        margin-left: 24px;
        margin-left: calc( 25% - 30px + 48px); } }
    .share__el a {
      color: #14BFBF;
      margin-right: 0.5em; }
      .share__el a:hover {
        color: #4DF2E8; }
    .share__el p {
      margin-bottom: 1em; }
    .share__el svg {
      width: 32px;
      color: inherit; }

.related-posts .container {
  display: flex; }

.related-posts__post {
  width: calc(100% - 32px);
  float: left;
  margin-left: 16px; }
  @media only screen and (min-width: 768px) {
    .related-posts__post {
      width: calc(66.66667% - 40px);
      float: left;
      margin-left: 24px;
      margin-left: calc( 16.66667% - 28px + 48px); } }
  @media only screen and (min-width: 768px) {
    .related-posts__post {
      width: calc(50% - 36px);
      float: left;
      margin-left: 24px;
      margin-left: calc( 25% - 30px + 48px); } }

.post-listing {
  display: block;
  margin-bottom: 2em;
  width: calc(100% - 32px);
  float: left;
  margin-left: 16px; }
  @media only screen and (min-width: 480px) {
    .post-listing {
      width: calc(50% - 24px);
      float: left;
      margin-left: 16px; } }
  @media only screen and (min-width: 768px) {
    .post-listing {
      width: calc(33.33333% - 32px);
      float: left;
      margin-left: 24px; } }
  .post-listing .mini {
    color: #919699;
    margin-top: 1em;
    margin-bottom: 0.5em; }
    @media only screen and (min-width: 480px) {
      .post-listing .mini {
        margin-bottom: 1em; } }
  .post-listing h4 {
    margin-bottom: 0.5em; }
  .post-listing img {
    box-sizing: border-box; }
    @media only screen and (min-width: 768px) {
      .post-listing img {
        padding: 3px; } }
  .post-listing .description {
    display: none; }
    @media only screen and (min-width: 480px) {
      .post-listing .description {
        display: block; } }

@media only screen and (min-width: 768px) {
  a.post-listing:hover img {
    border: 3px solid #4DF2E8;
    padding: 0px; } }

.onecol-intro-space-dummy {
  width: 100%;
  height: 48px; }
  @media screen and (min-width: 992px) {
    .onecol-intro-space-dummy {
      height: 72px; } }

.page-header {
  background: #F1F3F4;
  box-sizing: border-box;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .page-header {
      min-height: 330px; } }
  .page-header--withimage {
    background: none; }
  .page-header:after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 100px;
    left: 0px;
    right: 50%;
    background: #F1F3F4; }
    @media only screen and (min-width: 768px) {
      .page-header:after {
        bottom: 0px; } }
  .page-header:before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 100px;
    left: calc(50% - 1px);
    width: 50%;
    background: #F1F3F4;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 40%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 40%, 0% 100%); }
    @media only screen and (min-width: 768px) {
      .page-header:before {
        bottom: 0px;
        width: 400px;
        -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
                clip-path: polygon(0 0, 0% 100%, 100% 0); } }
  .page-header .container {
    z-index: 2; }
  .page-header__breadcrumbs {
    padding-top: 32px;
    color: #919699;
    padding-bottom: 24px; }
    @media screen and (min-width: 992px) {
      .page-header__breadcrumbs {
        padding-top: 64px; } }
    @media screen and (min-width: 992px) {
      .page-header__breadcrumbs {
        padding-bottom: 48px; } }
    .page-header__breadcrumbs--withimage {
      padding-bottom: 24px; }
      @media screen and (min-width: 992px) {
        .page-header__breadcrumbs--withimage {
          padding-bottom: 80px; } }
    .page-header__breadcrumbs a:hover {
      color: #FF354D; }
    .page-header__breadcrumbs .current-breadcrumb {
      font-weight: 500; }
  .page-header__title {
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px;
    padding-bottom: 2rem; }
    @media only screen and (min-width: 768px) {
      .page-header__title {
        width: calc(50% - 36px);
        float: left;
        margin-left: 24px; } }
    .page-header__title .huge {
      margin-bottom: 24px;
      max-width: 11em; }
      @media screen and (min-width: 992px) {
        .page-header__title .huge {
          margin-bottom: 80px; } }
      @media only screen and (min-width: 768px) {
        .page-header__title .huge {
          margin-bottom: 24px; } }
  @media only screen and (min-width: 768px) and (min-width: 992px) {
    .page-header__title .huge {
      margin-bottom: 48px; } }
      @media only screen and (min-width: 1230px) {
        .page-header__title .huge {
          margin-bottom: 24px; } }
  @media only screen and (min-width: 1230px) and (min-width: 992px) {
    .page-header__title .huge {
      margin-bottom: 80px; } }
  .page-header__description {
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px;
    margin-bottom: 48px; }
    @media screen and (min-width: 992px) {
      .page-header__description {
        margin-bottom: 72px; } }
    @media only screen and (min-width: 768px) {
      .page-header__description {
        margin-top: 88px;
        margin-bottom: 0;
        width: calc(41.66667% - 34px);
        float: left;
        margin-left: 24px;
        margin-left: calc( 8.33333% - 26px + 48px); } }
  @media only screen and (min-width: 768px) and (min-width: 992px) {
    .page-header__description {
      margin-top: 160px; } }
  .page-header__image {
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px; }
    @media only screen and (min-width: 768px) {
      .page-header__image {
        width: calc(50% - 36px);
        float: left;
        margin-left: 24px;
        transform: translateY(50px); } }
    @media only screen and (min-width: 992px) {
      .page-header__image {
        transform: translateY(90px); } }

.post-header {
  background: #F1F3F4;
  box-sizing: border-box;
  position: relative; }
  .post-header--withimage {
    margin-bottom: 24px; }
    @media screen and (min-width: 992px) {
      .post-header--withimage {
        margin-bottom: 80px; } }
  @media only screen and (min-width: 768px) {
    .post-header {
      min-height: 330px; } }
  .post-header .container {
    z-index: 2; }
  .post-header__breadcrumbs {
    padding-top: 32px;
    color: #919699;
    padding-bottom: 24px; }
    @media screen and (min-width: 992px) {
      .post-header__breadcrumbs {
        padding-top: 64px; } }
    @media screen and (min-width: 992px) {
      .post-header__breadcrumbs {
        padding-bottom: 48px; } }
    .post-header__breadcrumbs--withimage {
      padding-bottom: 24px; }
      @media screen and (min-width: 992px) {
        .post-header__breadcrumbs--withimage {
          padding-bottom: 80px; } }
    .post-header__breadcrumbs a:hover {
      color: #FF354D; }
    .post-header__breadcrumbs .current-breadcrumb {
      font-weight: 500; }
  .post-header__title {
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px;
    padding-bottom: 2rem; }
    @media only screen and (min-width: 768px) {
      .post-header__title {
        width: calc(50% - 36px);
        float: left;
        margin-left: 24px; } }
    .post-header__title .large {
      margin-bottom: 24px;
      max-width: 11em; }
      @media screen and (min-width: 992px) {
        .post-header__title .large {
          margin-bottom: 48px; } }
      @media only screen and (min-width: 768px) {
        .post-header__title .large {
          margin-bottom: 24px; } }
  @media only screen and (min-width: 768px) and (min-width: 992px) {
    .post-header__title .large {
      margin-bottom: 48px; } }
      @media only screen and (min-width: 1230px) {
        .post-header__title .large {
          margin-bottom: 24px; } }
  @media only screen and (min-width: 1230px) and (min-width: 992px) {
    .post-header__title .large {
      margin-bottom: 48px; } }
  .post-header__description {
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px;
    margin-bottom: 24px; }
    @media screen and (min-width: 992px) {
      .post-header__description {
        margin-bottom: 48px; } }
    @media only screen and (min-width: 768px) {
      .post-header__description {
        margin-top: 88px;
        width: calc(41.66667% - 34px);
        float: left;
        margin-left: 24px;
        margin-left: calc( 8.33333% - 26px + 48px); } }
  @media only screen and (min-width: 768px) and (min-width: 992px) {
    .post-header__description {
      margin-top: 160px; } }
  .post-header__image {
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px; }
    @media only screen and (min-width: 768px) {
      .post-header__image {
        width: calc(41.66667% - 34px);
        float: left;
        margin-left: 24px;
        margin-left: calc( 8.33333% - 26px + 48px);
        transform: translateY(50px); } }
    @media only screen and (min-width: 992px) {
      .post-header__image {
        transform: translateY(90px); } }

@media only screen and (min-width: 768px) {
  .post-header-image-dummy {
    height: 32px; } }
  @media only screen and (min-width: 768px) and (min-width: 992px) {
    .post-header-image-dummy {
      height: 64px; } }

.header {
  position: fixed;
  height: 56px;
  top: 0px;
  left: 0px;
  right: 0px;
  transition: transform 0.3s;
  background-color: #ffffff;
  z-index: 199; }
  @media only screen and (min-width: 768px) {
    .header {
      height: 80px; }
      .logged-in .header {
        top: 32px; } }
  .header.headroom--unpinned {
    transform: translateY(-100%); }
  .header__bar {
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: space-between; }
  .header__logo {
    width: 127px;
    margin-left: 16px;
    color: #445B6D;
    transition: color 0.3s 0.3s; }
    @media only screen and (min-width: 768px) {
      .header__logo {
        margin-left: 1.25rem;
        width: 200px; } }
    .header__logo--islearn {
      box-sizing: border-box;
      padding: 1rem; }
  .header__buttons {
    display: flex;
    align-items: center;
    height: 100%; }
    .header__buttons a {
      line-height: 0; }
  .header__icon {
    padding-right: 1rem;
    display: none; }
    @media only screen and (min-width: 768px) {
      .header__icon {
        display: flex;
        align-items: center; }
        .header__icon span {
          width: 0px;
          white-space: nowrap;
          overflow: hidden; }
        .header__icon:hover {
          color: #FF354D; }
          .header__icon:hover span {
            width: 75px; } }
    .header__icon span {
      width: 0px;
      transition: width 0.3s;
      margin-left: 0.3rem; }

.menu-button {
  width: 56px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF354D;
  cursor: pointer;
  margin-left: 7px; }
  @media only screen and (min-width: 768px) {
    .menu-button {
      width: 120px; }
      .menu-button:hover {
        background-color: #FF354D;
        color: #ffffff; }
        .menu-button:hover button span {
          background: #ffffff; } }
  body.menu-open .menu-button {
    background-color: #FF354D;
    color: #ffffff; }
    body.menu-open .menu-button button span {
      background: #ffffff; }
  .menu-button span {
    font-size: 20px;
    display: none; }
    @media only screen and (min-width: 768px) {
      .menu-button span {
        display: block; } }

.hamburger {
  z-index: 20;
  display: block;
  height: 13px; }
  @media only screen and (min-width: 768px) {
    .hamburger {
      height: 13px;
      margin-left: 0.7rem; } }
  .hamburger button {
    position: relative;
    display: block;
    padding: 0;
    height: 13px;
    width: 20px;
    background: none;
    border: none;
    cursor: pointer;
    outline: 0; }
    @media only screen and (min-width: 768px) {
      .hamburger button {
        height: 17px; } }
    .hamburger button span {
      position: absolute;
      display: block;
      height: 2px;
      width: 100%;
      background: #FF354D;
      transition: top 0.1s 0.1s linear, opacity 0.05s 0.1s linear, transform 0.1s linear; }
      .hamburger button span:nth-child(1) {
        top: 0; }
      .hamburger button span:nth-child(2) {
        top: 6px; }
      .hamburger button span:nth-child(3) {
        top: 12px; }
      body.menu-open .hamburger button span {
        top: 5px;
        transition: top 0.1s linear, opacity 0.05s 0.1s linear, transform 0.1s 0.1s linear; }
        body.menu-open .hamburger button span:nth-child(1) {
          transform: rotate(45deg); }
        body.menu-open .hamburger button span:nth-child(2) {
          opacity: 0; }
        body.menu-open .hamburger button span:nth-child(3) {
          transform: rotate(-45deg); }

.menu {
  position: fixed;
  transform: translateY(calc(-100% - 100px));
  top: 56px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: linear-gradient(42.04deg, #C50B34 27.95%, #FF354D 72.05%);
  color: #ffffff;
  overflow: auto;
  z-index: 99;
  transition: transform 0.4s; }
  @media only screen and (min-width: 768px) {
    .menu {
      top: 80px; }
      body.logged-in .menu {
        top: 112px; } }
  body.menu-open .menu {
    transform: translateX(0); }
  .menu__list {
    opacity: 0;
    transition: opacity 0.3s 0.4s;
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px;
    list-style-type: none;
    margin-top: 57px;
    margin-bottom: 84px; }
    body.menu-open .menu__list {
      opacity: 1; }
    @media only screen and (min-width: 480px) {
      .menu__list {
        margin-top: 8.5vw;
        margin-bottom: 4vw; } }
    @media only screen and (min-width: 768px) {
      .menu__list {
        width: calc(83.33333% - 44px);
        float: left;
        margin-left: 24px;
        margin-left: calc( 8.33333% - 26px + 48px); } }
    @media only screen and (min-width: 1440px) {
      .menu__list {
        margin-top: 130px;
        margin-bottom: 60px; } }
    .menu__list li {
      margin: 0 0 1.2rem;
      padding: 0; }
      @media only screen and (min-width: 768px) {
        .menu__list li {
          margin: 0 0 1.5rem; } }
      .menu__list li a {
        position: relative;
        box-sizing: border-box;
        transition: padding 0.3s; }
        @media only screen and (min-width: 768px) {
          .menu__list li a:hover {
            padding-left: 1em; } }
        .menu__list li a:before {
          content: '';
          background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCA2Ljk4OTg4VjkuMDEwMDlIMTIuMTIxMkw2LjU2NTY2IDE0LjU2NTZMOCAxNkwxNiA3Ljk5OTk4TDggLTEuNTMzNTllLTA1TDYuNTY1NjYgMS40MzQzM0wxMi4xMjEyIDYuOTg5ODhIMFoiIGZpbGw9IndoaXRlIi8+PC9zdmc+);
          height: 16px;
          width: 16px;
          position: absolute;
          margin-right: 9px;
          top: 50%;
          transform: translateY(-50%);
          left: 0px;
          opacity: 0;
          transition: opacity 0.3s; }
        @media only screen and (min-width: 768px) {
          .menu__list li a:hover:before {
            opacity: 1; } }
  .menu__social {
    opacity: 0;
    transition: opacity 0.3s 0.4s;
    clear: left;
    margin-bottom: 1rem;
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px; }
    body.menu-open .menu__social {
      opacity: 1; }
    @media only screen and (min-width: 768px) {
      .menu__social {
        width: calc(83.33333% - 44px);
        float: left;
        margin-left: 24px;
        margin-left: calc( 8.33333% - 26px + 48px); } }
  .menu__icons {
    display: flex;
    align-items: center; }
    .menu__icons a {
      width: 1rem;
      margin-right: 1.2rem; }

body.menu-open {
  overflow: hidden; }

.footer {
  padding: 56px 0 1.25rem;
  background: #294053;
  color: #ffffff;
  position: relative; }
  @media only screen and (min-width: 992px) {
    .footer {
      padding: 143px 0; } }
  .footer__column {
    width: calc(50% - 24px);
    float: left;
    margin-left: 16px; }
    .footer__column--address {
      margin-top: 1.15rem;
      width: calc(100% - 32px);
      float: left;
      margin-left: 16px; }
      @media only screen and (min-width: 992px) {
        .footer__column--address {
          margin-top: 0px; } }
    @media only screen and (min-width: 768px) {
      .footer__column {
        width: calc(50% - 36px);
        float: left;
        margin-left: 24px; } }
    @media only screen and (min-width: 992px) {
      .footer__column {
        width: calc(16.66667% - 28px);
        float: left;
        margin-left: 24px;
        margin-left: calc( 8.33333% - 26px + 48px); } }
    .footer__column--ack {
      margin-top: 3rem;
      width: calc(150% - 40px);
      float: left;
      margin-left: 16px;
      clear: left; }
      @media only screen and (min-width: 992px) {
        .footer__column--ack {
          width: calc(83.33333% - 44px);
          float: left;
          margin-left: 24px;
          margin-left: calc( 8.33333% - 26px + 48px); } }
      .footer__column--ack p {
        max-width: 795px; }
    .footer__column h3 {
      border-bottom: 1px solid #ffffff;
      padding-bottom: 0.3em;
      margin-bottom: 2em;
      display: none; }
      @media only screen and (min-width: 992px) {
        .footer__column h3 {
          display: block; } }
    .footer__column p {
      margin-bottom: 0.75em; }
      .footer__column p a {
        text-decoration: none; }
  .footer__icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1.25rem 0 0;
    max-width: 120px;
    transform: scale(0.75);
    transform-origin: left top; }
    @media only screen and (min-width: 992px) {
      .footer__icons {
        margin: 1.75rem 0.5rem 0;
        transform: none;
        max-width: 150px; } }
    .footer__icons a {
      display: block; }
  .footer__stamp {
    position: absolute;
    top: 17px;
    right: 20px; }
    @media only screen and (min-width: 992px) {
      .footer__stamp {
        display: none; } }

.subscribe {
  background: #14BFBF;
  padding-top: 32px;
  padding-bottom: 32px; }
  @media screen and (min-width: 992px) {
    .subscribe {
      padding-top: 64px; } }
  @media screen and (min-width: 992px) {
    .subscribe {
      padding-bottom: 64px; } }
  .subscribe__el {
    text-align: center;
    color: #ffffff;
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px; }
    @media only screen and (min-width: 768px) {
      .subscribe__el {
        width: calc(100% - 48px);
        float: left;
        margin-left: 24px; } }
    .subscribe__el h5 {
      margin-bottom: 0.5rem;
      display: none; }
      @media only screen and (min-width: 768px) {
        .subscribe__el h5 {
          display: block; } }
    .subscribe__el p {
      font-weight: 500;
      max-width: 300px;
      margin-left: auto;
      margin-right: auto; }
      @media only screen and (min-width: 768px) {
        .subscribe__el p {
          max-width: none;
          margin-bottom: 2rem; } }
    .subscribe__el .button, .subscribe__el .ninja-form__form input[type='button'], .ninja-form__form .subscribe__el input[type='button'] {
      color: #ffffff;
      border: 0px;
      background: #00646F; }
      @media only screen and (min-width: 768px) {
        .subscribe__el .button:hover, .subscribe__el .ninja-form__form input:hover[type='button'], .ninja-form__form .subscribe__el input:hover[type='button'] {
          background: #294053; } }

.archive-sort {
  background: #294053;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  color: #ffffff;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 16px;
  padding-right: 16px; }
  @media screen and (min-width: 992px) {
    .archive-sort {
      padding-top: 72px; } }
  @media screen and (min-width: 992px) {
    .archive-sort {
      padding-bottom: 72px; } }
  @media only screen and (min-width: 768px) {
    .archive-sort {
      justify-content: center;
      padding-left: 0px;
      padding-right: 0px;
      padding-top: 32px;
      padding-bottom: 32px; } }
  @media only screen and (min-width: 768px) and (min-width: 992px) {
    .archive-sort {
      padding-top: 64px; } }
  @media only screen and (min-width: 768px) and (min-width: 992px) {
    .archive-sort {
      padding-bottom: 64px; } }
  .archive-sort__button {
    width: 33.3333%;
    text-align: center; }
    @media only screen and (min-width: 480px) {
      .archive-sort__button {
        width: auto; } }
  .archive-sort a {
    display: inline-block;
    padding: 0.6rem 0.5rem; }
    @media only screen and (min-width: 768px) {
      .archive-sort a {
        min-width: 5rem;
        margin: 0 1.2rem; } }
    .archive-sort a.active {
      background: #FF354D; }

.index-nav {
  background: #294053;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin-top: -1px;
  padding-bottom: 32px; }
  @media screen and (min-width: 992px) {
    .index-nav {
      padding-bottom: 64px; } }
  .index-nav__letters {
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px; }
    @media only screen and (min-width: 768px) {
      .index-nav__letters {
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 735px;
        width: calc(100% - 48px);
        float: left;
        margin-left: 24px; } }
  .index-nav a {
    font-family: 'Barlow', Arial, sans-serif;
    font-size: 24px;
    padding: 0 0.3em;
    line-height: 2; }
    @media only screen and (min-width: 768px) {
      .index-nav a {
        font-size: inherit;
        line-height: inherit;
        display: block;
        padding: 0 0.2em; } }
  .index-nav .active {
    color: #FF354D; }
  .index-nav .dormant {
    color: #919699; }

.archive-content {
  min-height: 60vh;
  padding-top: 74px;
  padding-bottom: 74px; }
  @media screen and (min-width: 992px) {
    .archive-content {
      padding-top: 120px; } }
  @media screen and (min-width: 992px) {
    .archive-content {
      padding-bottom: 120px; } }

.category-info {
  padding-top: 30px; }
  @media only screen and (min-width: 768px) {
    .category-info {
      padding-top: 64px; } }
  @media only screen and (min-width: 768px) and (min-width: 992px) {
    .category-info {
      padding-top: 88px; } }
  .category-info__back {
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px; }
    @media only screen and (min-width: 768px) {
      .category-info__back {
        width: calc(16.66667% - 28px);
        float: left;
        margin-left: 24px;
        margin-left: calc( 8.33333% - 26px + 48px); } }
  .category-info__heading {
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px;
    text-align: center;
    margin-top: 27px; }
    .category-info__heading h1 {
      margin-bottom: 0.7em; }
    @media only screen and (min-width: 768px) {
      .category-info__heading {
        margin-top: 0;
        width: calc(50% - 36px);
        float: left;
        margin-left: 24px; } }

.resource {
  padding-top: 64px;
  padding-bottom: 88px; }
  @media screen and (min-width: 992px) {
    .resource {
      padding-top: 88px; } }
  @media screen and (min-width: 992px) {
    .resource {
      padding-bottom: 160px; } }
  @media only screen and (min-width: 768px) {
    .resource__intro {
      width: calc(75% - 42px);
      float: left;
      margin-left: 24px; } }
  @media only screen and (min-width: 992px) {
    .resource__intro {
      width: calc(58.33333% - 38px);
      float: left;
      margin-left: 24px; } }
  .resource__text {
    padding-top: 32px; }
    @media screen and (min-width: 992px) {
      .resource__text {
        padding-top: 64px; } }
    @media only screen and (min-width: 768px) {
      .resource__text {
        width: calc(75% - 42px);
        float: left;
        margin-left: 24px; } }
    @media only screen and (min-width: 992px) {
      .resource__text {
        width: calc(58.33333% - 38px);
        float: left;
        margin-left: 24px; } }

.home-intro {
  background: linear-gradient(61.13deg, #294053 -1.37%, #61819A 101.22%);
  color: #ffffff; }
  .home-intro .container {
    padding-top: 94px;
    padding-bottom: 80px; }
    @media only screen and (min-width: 768px) {
      .home-intro .container {
        padding-top: 120px;
        padding-bottom: 130px;
        align-items: center; } }
  .home-intro:nth-of-type(1) .container {
    margin-top: -56px; }
    @media only screen and (min-width: 768px) {
      .home-intro:nth-of-type(1) .container {
        margin-top: -80px; } }
  .home-intro__text {
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px;
    margin-bottom: 24px; }
    @media screen and (min-width: 992px) {
      .home-intro__text {
        margin-bottom: 48px; } }
    @media only screen and (min-width: 768px) {
      .home-intro__text {
        margin-bottom: 0px;
        width: calc(41.66667% - 34px);
        float: left;
        margin-left: 24px;
        left: calc( -41.66667% - 14px + 24px);
        position: relative; } }
  .home-intro__image {
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px;
    margin-bottom: 48px; }
    @media screen and (min-width: 992px) {
      .home-intro__image {
        margin-bottom: 72px; } }
    @media only screen and (min-width: 768px) {
      .home-intro__image {
        margin-bottom: 0px;
        width: calc(50% - 36px);
        float: left;
        margin-left: 24px;
        left: calc( 50% - 36px + 24px);
        position: relative; } }

.home-research {
  position: relative;
  margin-bottom: 88px; }
  @media screen and (min-width: 992px) {
    .home-research {
      margin-bottom: 160px; } }
  @media only screen and (min-width: 768px) {
    .home-research {
      padding-bottom: 100px; } }
  .home-research .container {
    position: relative; }
  .home-research__slider {
    position: relative;
    z-index: 5;
    margin-top: -2rem;
    width: calc(95% - 31.2px);
    float: left;
    margin-left: 16px;
    transform: translateX(-16px); }
    @media only screen and (min-width: 768px) {
      .home-research__slider {
        margin-top: 0;
        transform: translateX(0);
        width: calc(83.33333% - 44px);
        float: left;
        margin-left: 24px; } }
    .home-research__slider:before {
      content: "";
      z-index: -1;
      display: block;
      position: absolute;
      top: -20px;
      right: -30px;
      bottom: -20px;
      left: 20px;
      background: linear-gradient(41.76deg, #C50B34 27.95%, #FF354D 72.05%); }
      @media only screen and (min-width: 768px) {
        .home-research__slider:before {
          display: none; } }
  .home-research__red-box {
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px;
    position: absolute;
    top: -55px;
    bottom: -100px;
    background: linear-gradient(40.29deg, #C50B34 27.95%, #FF354D 72.05%);
    z-index: 3;
    width: 83%;
    right: 64px;
    display: none; }
    @media only screen and (min-width: 768px) {
      .home-research__red-box {
        display: block; } }
  .home-research__green-box {
    width: calc(75% - 28px);
    float: left;
    margin-left: 16px;
    margin-left: calc( 25% - 20px + 32px);
    padding: 1rem;
    min-height: 170px;
    background: linear-gradient(26.29deg, #14BFBF 22.06%, #4DF2E8 77.94%);
    z-index: 6;
    position: relative;
    box-sizing: border-box;
    transform: translateX(16px);
    margin-top: -50px; }
    @media only screen and (min-width: 768px) {
      .home-research__green-box {
        padding: 2rem;
        margin-top: 0;
        transform: translateX(0);
        font-size: 32px;
        line-height: 1.3;
        font-weight: 500;
        letter-spacing: -0.02em;
        right: 38px;
        box-sizing: content-box;
        bottom: 57px;
        position: absolute;
        width: 350px;
        height: 200px; } }
  @media only screen and (min-width: 768px) and (min-width: 992px) {
    .home-research__green-box {
      font-size: 48px; } }
    @media only screen and (min-width: 992px) {
      .home-research__green-box {
        width: 400px;
        height: 250px; } }
    @media only screen and (min-width: 1230px) {
      .home-research__green-box {
        width: 500px;
        height: 285px; } }
    .home-research__green-box h5 {
      color: #ffffff; }

.home-research__green-box .slick-dots {
  float: left;
  margin-top: 1rem;
  width: 100px;
  display: flex;
  margin-left: 0;
  position: absolute;
  bottom: 1rem; }
  @media only screen and (min-width: 768px) {
    .home-research__green-box .slick-dots {
      bottom: 2rem;
      width: 200px;
      margin-top: 2.6rem; } }
  .home-research__green-box .slick-dots li {
    float: left;
    margin: 0;
    margin-right: 10px;
    width: 100%;
    max-width: 70px;
    padding: 0.3rem 0;
    cursor: pointer; }
    @media only screen and (min-width: 768px) {
      .home-research__green-box .slick-dots li {
        margin-right: 13px; } }
    .home-research__green-box .slick-dots li button {
      display: none; }
    .home-research__green-box .slick-dots li.slick-active:before {
      background: #ffffff; }
    .home-research__green-box .slick-dots li:before {
      content: "";
      width: 100%;
      height: 2px;
      background: #00646F;
      display: block; }
      @media only screen and (min-width: 768px) {
        .home-research__green-box .slick-dots li:before {
          height: 4px; } }

.home-research__green-box .home-slider__arrows {
  float: right;
  margin-top: 0.3rem;
  width: 60px;
  display: flex;
  justify-content: space-between;
  margin-right: 0.6rem;
  position: absolute;
  bottom: 6px;
  right: 0px; }
  @media only screen and (min-width: 768px) {
    .home-research__green-box .home-slider__arrows {
      right: 0.6rem;
      width: 6.5rem;
      bottom: 1.2rem; } }

.home-research__green-box .home-slider__arrow {
  display: block;
  cursor: pointer;
  padding: 0.4rem 0.6rem;
  width: 8px; }
  @media only screen and (min-width: 768px) {
    .home-research__green-box .home-slider__arrow {
      width: 16px; } }

.home-heading {
  width: calc(100% - 32px);
  float: left;
  margin-left: 16px;
  color: #C6CACC;
  margin-bottom: 24px; }
  @media screen and (min-width: 992px) {
    .home-heading {
      margin-bottom: 48px; } }
  @media only screen and (min-width: 768px) {
    .home-heading {
      width: calc(100% - 48px);
      float: left;
      margin-left: 24px; } }

.purpose {
  margin-bottom: 100px; }
  @media screen and (min-width: 992px) {
    .purpose {
      margin-bottom: 200px; } }
  .purpose__left {
    position: relative;
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px; }
    @media only screen and (min-width: 768px) {
      .purpose__left {
        width: calc(50% - 36px);
        float: left;
        margin-left: 24px; } }
    .purpose__left:after {
      content: "";
      width: 2px;
      position: absolute;
      top: 0px;
      bottom: 0px;
      background: #FF354D;
      left: 0px; }
      @media only screen and (min-width: 768px) {
        .purpose__left:after {
          width: 4px; } }
    .purpose__left h2 {
      margin-top: -0.35em;
      margin-left: 25px; }
      @media only screen and (min-width: 768px) {
        .purpose__left h2 {
          font-size: 32px;
          line-height: 1.3;
          font-weight: 500;
          letter-spacing: -0.02em;
          margin-left: 17%; } }
  @media only screen and (min-width: 768px) and (min-width: 992px) {
    .purpose__left h2 {
      font-size: 48px; } }
  .purpose__right {
    width: calc(75% - 28px);
    float: left;
    margin-left: 16px;
    margin-left: calc( 25% - 20px + 32px);
    margin-top: 2.5rem; }
    @media only screen and (min-width: 768px) {
      .purpose__right {
        margin-top: 1.2rem;
        width: calc(50% - 36px);
        float: left;
        margin-left: 24px;
        margin-left: calc( 0% - 24px + 48px); } }

.link-tiles--home {
  position: relative;
  margin-bottom: 120px; }
  @media screen and (min-width: 992px) {
    .link-tiles--home {
      margin-bottom: 320px; } }
  .link-tiles--home:after {
    z-index: -1;
    content: "";
    display: block;
    position: absolute;
    left: 8%;
    bottom: -30px;
    top: 100px;
    background: linear-gradient(12.65deg, #14BFBF 22.06%, #4DF2E8 77.94%);
    width: 84%; }
    @media only screen and (min-width: 768px) {
      .link-tiles--home:after {
        left: 50%;
        width: 74.5%;
        transform: translateX(-50%);
        max-width: 1200px;
        bottom: -56px;
        top: 135px; } }

.text-medium-image--home h5 {
  margin-bottom: 0.8em; }

.home-text-slider__slide a:hover {
  outline: none; }
  @media only screen and (min-width: 768px) {
    .home-text-slider__slide a:hover {
      color: #B8FAF6; } }

.section-label {
  color: #C6CACC;
  margin-bottom: 2em; }
  .section-label--desktop {
    display: none; }
    @media only screen and (min-width: 768px) {
      .section-label--desktop {
        display: block; } }
  .section-label--mobile {
    display: block;
    margin-bottom: 1em;
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px; }
    @media only screen and (min-width: 768px) {
      .section-label--mobile {
        display: none; } }

@media only screen and (min-width: 1230px) {
  .event-slider--home {
    margin-bottom: 260px; } }

.product {
  margin-bottom: 88px;
  padding-bottom: 2rem; }
  @media screen and (min-width: 992px) {
    .product {
      margin-bottom: 160px; } }
  .product__image {
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px;
    position: relative;
    margin-bottom: 74px; }
    @media screen and (min-width: 992px) {
      .product__image {
        margin-bottom: 120px; } }
    @media only screen and (min-width: 768px) {
      .product__image {
        width: calc(83.33333% - 44px);
        float: left;
        margin-left: 24px;
        margin-left: calc( 8.33333% - 26px + 48px); } }
    @media only screen and (min-width: 768px) {
      .product__image {
        width: calc(66.66667% - 40px);
        float: left;
        margin-left: 24px;
        margin-left: calc( 16.66667% - 28px + 48px); } }
    .product__image svg {
      position: absolute;
      top: -7%;
      left: -39%;
      z-index: -1;
      width: 152%;
      height: 115%; }
      .product--flip .product__image svg {
        transform: scaleX(-1);
        left: -13%; }
  .product__title {
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px;
    margin-bottom: 24px; }
    @media screen and (min-width: 992px) {
      .product__title {
        margin-bottom: 48px; } }
    @media only screen and (min-width: 768px) {
      .product__title {
        width: calc(33.33333% - 32px);
        float: left;
        margin-left: 24px;
        margin-left: calc( 8.33333% - 26px + 48px); } }
  .product__text {
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px; }
    @media only screen and (min-width: 768px) {
      .product__text {
        width: calc(50% - 36px);
        float: left;
        margin-left: 24px; } }
    .product__text a {
      margin-top: 32px; }
      @media screen and (min-width: 992px) {
        .product__text a {
          margin-top: 64px; } }
  .product__logo {
    height: 35px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 64px; }
    @media screen and (min-width: 992px) {
      .product__logo {
        margin-bottom: 88px; } }
    @media only screen and (min-width: 768px) {
      .product__logo {
        height: 72px; } }

.media-index {
  margin-top: 64px;
  margin-bottom: 32px; }
  @media screen and (min-width: 992px) {
    .media-index {
      margin-top: 88px; } }
  @media screen and (min-width: 992px) {
    .media-index {
      margin-bottom: 64px; } }

.media-index__empty {
  width: calc(100% - 32px);
  float: left;
  margin-left: 16px;
  text-align: center;
  margin-bottom: 32px; }
  @media screen and (min-width: 992px) {
    .media-index__empty {
      margin-bottom: 64px; } }
  @media only screen and (min-width: 768px) {
    .media-index__empty {
      width: calc(100% - 48px);
      float: left;
      margin-left: 24px; } }

.briefing-month {
  width: calc(100% - 32px);
  float: left;
  margin-left: 16px;
  margin-bottom: 48px; }
  @media screen and (min-width: 992px) {
    .briefing-month {
      margin-bottom: 72px; } }
  @media only screen and (min-width: 768px) {
    .briefing-month {
      margin-bottom: 24px;
      width: calc(33.33333% - 32px);
      float: left;
      margin-left: 24px; } }
  @media only screen and (min-width: 768px) and (min-width: 992px) {
    .briefing-month {
      margin-bottom: 48px; } }
  @media only screen and (min-width: 992px) {
    .briefing-month {
      width: calc(25% - 30px);
      float: left;
      margin-left: 24px; } }
  .briefing-month .month-title {
    border-bottom: 1px solid #919699;
    font-weight: 500;
    padding-bottom: 0.4em;
    margin-bottom: 2em; }

.paper-round__el {
  width: calc(100% - 32px);
  float: left;
  margin-left: 16px;
  padding-top: 24px;
  padding-bottom: 88px; }
  @media screen and (min-width: 992px) {
    .paper-round__el {
      padding-top: 80px; } }
  @media screen and (min-width: 992px) {
    .paper-round__el {
      padding-bottom: 160px; } }
  @media only screen and (min-width: 768px) {
    .paper-round__el {
      width: calc(50% - 36px);
      float: left;
      margin-left: 24px;
      margin-left: calc( 8.33333% - 26px + 48px); } }
  @media only screen and (min-width: 992px) {
    .paper-round__el {
      width: calc(33.33333% - 32px);
      float: left;
      margin-left: 24px;
      margin-left: calc( 8.33333% - 26px + 48px); } }

.blog-filter {
  padding-top: 32px;
  padding-bottom: 48px;
  background: linear-gradient(9.34deg, #14BFBF 22.06%, #4DF2E8 77.94%); }
  @media screen and (min-width: 992px) {
    .blog-filter {
      padding-top: 64px; } }
  @media screen and (min-width: 992px) {
    .blog-filter {
      padding-bottom: 72px; } }
  @media only screen and (min-width: 768px) {
    .blog-filter {
      padding-bottom: 24px; } }
  @media only screen and (min-width: 768px) and (min-width: 992px) {
    .blog-filter {
      padding-bottom: 48px; } }
  .blog-filter__categories {
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .blog-filter__categories {
        width: calc(66.66667% - 40px);
        float: left;
        margin-left: 24px;
        margin-left: calc( 16.66667% - 28px + 48px); } }
    @media only screen and (min-width: 992px) {
      .blog-filter__categories {
        width: calc(50% - 36px);
        float: left;
        margin-left: 24px;
        margin-left: calc( 25% - 30px + 48px); } }
  .blog-filter a {
    display: inline-block;
    margin: 1em 0.5em 0; }
    .blog-filter a:hover {
      text-decoration: underline; }
    .blog-filter a.active {
      color: #ffffff;
      text-decoration: underline; }

.map {
  margin-top: 64px;
  margin-bottom: 48px; }
  @media screen and (min-width: 992px) {
    .map {
      margin-top: 88px; } }
  @media screen and (min-width: 992px) {
    .map {
      margin-bottom: 72px; } }
  @media only screen and (min-width: 768px) {
    .map {
      margin-bottom: 88px; } }
  @media only screen and (min-width: 768px) and (min-width: 992px) {
    .map {
      margin-bottom: 160px; } }
  .map .container {
    align-items: center; }
  .map__map {
    height: 224px;
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px;
    margin-bottom: 48px; }
    @media screen and (min-width: 992px) {
      .map__map {
        margin-bottom: 72px; } }
    @media only screen and (min-width: 768px) {
      .map__map {
        margin-bottom: 0;
        width: calc(58.33333% - 38px);
        float: left;
        margin-left: 24px;
        height: 450px; } }
    @media only screen and (min-width: 1230px) {
      .map__map {
        height: 510px; } }
  .map__text {
    width: calc(75% - 28px);
    float: left;
    margin-left: 16px; }
    @media only screen and (min-width: 768px) {
      .map__text {
        width: calc(25% - 30px);
        float: left;
        margin-left: 24px;
        margin-left: calc( 8.33333% - 26px + 48px); } }
  .map .mini {
    color: #FF354D; }
  .map .small, .map .search-form input, .search-form .map input, .map .header-search input, .header-search .map input {
    margin-bottom: 1rem; }
    @media only screen and (min-width: 768px) {
      .map .small, .map .search-form input, .search-form .map input, .map .header-search input, .header-search .map input {
        margin-bottom: 2rem; } }
    .map .small:last-child, .map .search-form input:last-child, .search-form .map input:last-child, .map .header-search input:last-child, .header-search .map input:last-child {
      margin-bottom: 0; }
    .map .small a, .map .search-form input a, .search-form .map input a, .map .header-search input a, .header-search .map input a {
      text-decoration: none; }

.ninja-form {
  margin-bottom: 88px; }
  @media screen and (min-width: 992px) {
    .ninja-form {
      margin-bottom: 160px; } }
  .ninja-form__form {
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px; }
    @media only screen and (min-width: 768px) {
      .ninja-form__form {
        width: calc(66.66667% - 40px);
        float: left;
        margin-left: 24px;
        margin-left: calc( 16.66667% - 28px + 48px); } }
    @media only screen and (min-width: 992px) {
      .ninja-form__form {
        width: calc(50% - 36px);
        float: left;
        margin-left: 24px;
        margin-left: calc( 25% - 30px + 48px); } }
    .ninja-form__form input, .ninja-form__form textarea {
      -webkit-appearance: none;
      border: 2px solid #C6CACC;
      padding: 0.5em;
      max-width: 100%; }
      .ninja-form__form input:focus, .ninja-form__form textarea:focus {
        border: 2px solid #4DF2E8;
        outline: none; }
    .ninja-form__form textarea {
      height: 100px !important; }
      @media only screen and (min-width: 992px) {
        .ninja-form__form textarea {
          height: 200px !important; } }
    .ninja-form__form input[type='button'] {
      font-size: 16px;
      line-height: 1.1;
      letter-spacing: 0.02em;
      cursor: pointer; }
      @media screen and (min-width: 992px) {
        .ninja-form__form input[type='button'] {
          font-size: 18px; } }

@media only screen and (min-width: 768px) {
  #nf-field-5-container {
    width: calc(50% - 12px) !important;
    float: left !important;
    clear: none; } }

@media only screen and (min-width: 768px) {
  #nf-field-6-container {
    width: calc(50% - 12px) !important;
    float: left !important;
    clear: none !important;
    margin-left: 24px !important; } }

.nf-form-fields-required, .nf-error-field-errors {
  display: none; }

.nf-field-label label {
  font-weight: 400 !important; }

.nf-field-label {
  margin-bottom: 5px !important; }

.nf-field-container {
  margin-bottom: 20px !important; }

.nf-error .ninja-forms-field {
  border: 2px solid #C60B34 !important; }

.nf-error-msg {
  color: #C60B34 !important;
  text-align: right;
  margin-right: 0px !important; }

.nf-response-msg {
  text-align: center; }

.submit-container {
  margin-top: 3rem !important; }

.search-header {
  padding-top: 74px;
  padding-bottom: 74px;
  background: linear-gradient(9.34deg, #14BFBF 22.06%, #4DF2E8 77.94%); }
  @media screen and (min-width: 992px) {
    .search-header {
      padding-top: 120px; } }
  @media screen and (min-width: 992px) {
    .search-header {
      padding-bottom: 120px; } }
  @media only screen and (min-width: 768px) {
    .search-header {
      padding-bottom: 24px; } }
  @media only screen and (min-width: 768px) and (min-width: 992px) {
    .search-header {
      padding-bottom: 48px; } }
  .search-header--basic {
    padding-top: 0px;
    padding-bottom: 48px;
    background: #294053; }
    @media screen and (min-width: 992px) {
      .search-header--basic {
        padding-bottom: 72px; } }

.calendar {
  margin-top: 48px; }
  @media screen and (min-width: 992px) {
    .calendar {
      margin-top: 72px; } }
  @media only screen and (min-width: 768px) {
    .calendar {
      margin-bottom: 64px; } }
  @media only screen and (min-width: 768px) and (min-width: 992px) {
    .calendar {
      margin-bottom: 88px; } }

.month {
  margin-bottom: 32px; }
  @media screen and (min-width: 992px) {
    .month {
      margin-bottom: 64px; } }
  @media only screen and (min-width: 768px) {
    .month {
      margin-bottom: 48px; } }
  @media only screen and (min-width: 768px) and (min-width: 992px) {
    .month {
      margin-bottom: 72px; } }
  .month__title {
    color: #14BFBF;
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px;
    margin-bottom: 1.3em; }
    @media only screen and (min-width: 768px) {
      .month__title {
        margin-bottom: 0;
        width: calc(83.33333% - 44px);
        float: left;
        margin-left: 24px;
        margin-left: calc( 8.33333% - 26px + 48px); } }
  .month__labels {
    color: #919699;
    display: none; }
    @media only screen and (min-width: 768px) {
      .month__labels {
        display: block;
        width: calc(83.33333% - 44px);
        float: left;
        margin-left: 24px;
        margin-left: calc( 8.33333% - 26px + 48px); } }
    .month__labels > div {
      margin-top: 2.1em;
      padding-bottom: 1.1em;
      border-bottom: 2px solid #C6CACC; }
      @media only screen and (min-width: 768px) {
        .month__labels > div {
          margin-left: -24px;
          margin-right: -24px;
          width: calc(100% + 48px); }
          .month__labels > div::after {
            clear: both;
            content: "";
            display: block; } }
    @media only screen and (min-width: 768px) {
      .month__labels h5:nth-child(1) {
        width: calc(25% - 30px);
        float: left;
        margin-left: 24px; }
      .month__labels h5:nth-child(2) {
        width: calc(41.66667% - 34px);
        float: left;
        margin-left: 24px; }
      .month__labels h5:nth-child(3) {
        width: calc(33.33333% - 32px);
        float: left;
        margin-left: 24px; } }
  .month__entry {
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px; }
    @media only screen and (min-width: 768px) {
      .month__entry {
        width: calc(83.33333% - 44px);
        float: left;
        margin-left: 24px;
        margin-left: calc( 8.33333% - 26px + 48px); } }
    .month__entry > div {
      padding: 0.4em 0;
      margin-left: -16px;
      margin-right: -16px;
      width: calc(100% + 32px); }
      .month__entry > div::after {
        clear: both;
        content: "";
        display: block; }
      @media only screen and (min-width: 768px) {
        .month__entry > div {
          margin-left: -24px;
          margin-right: -24px;
          width: calc(100% + 48px);
          border-bottom: 1px solid #C6CACC;
          display: flex;
          align-items: center;
          min-height: 3.1em; }
          .month__entry > div::after {
            clear: both;
            content: "";
            display: block; }
          .month__entry > div:hover {
            background: #F1F3F4; } }
  .month__date {
    font-weight: 500;
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px; }
    @media only screen and (min-width: 768px) {
      .month__date {
        width: calc(25% - 30px);
        float: left;
        margin-left: 24px;
        margin-bottom: 0; } }
  .month__event {
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px;
    display: none; }
    @media only screen and (min-width: 768px) {
      .month__event {
        display: block;
        width: calc(41.66667% - 34px);
        float: left;
        margin-left: 24px;
        margin-bottom: 0; } }
  .month__reference {
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px;
    display: none; }
    @media only screen and (min-width: 768px) {
      .month__reference {
        display: block;
        margin-bottom: 0;
        width: calc(33.33333% - 32px);
        float: left;
        margin-left: 24px; } }
  .month__mobile-details {
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px;
    background: #F1F3F4;
    padding: 0.5em;
    box-sizing: border-box;
    margin-bottom: 0.7em; }
    @media only screen and (min-width: 768px) {
      .month__mobile-details {
        display: none; } }

.error__el {
  margin-top: 48px;
  text-align: center;
  width: calc(100% - 32px);
  float: left;
  margin-left: 16px;
  padding-bottom: 4rem; }
  @media screen and (min-width: 992px) {
    .error__el {
      margin-top: 72px; } }
  @media only screen and (min-width: 768px) {
    .error__el {
      width: calc(66.66667% - 40px);
      float: left;
      margin-left: 24px;
      margin-left: calc( 16.66667% - 28px + 48px); } }
  @media only screen and (min-width: 992px) {
    .error__el {
      width: calc(50% - 36px);
      float: left;
      margin-left: 24px;
      margin-left: calc( 25% - 30px + 48px); } }
  .error__el h3 {
    margin-bottom: 2em; }
  .error__el img {
    width: 220px;
    margin-bottom: 2rem; }
    @media only screen and (min-width: 992px) {
      .error__el img {
        width: 320px; } }
