/* ==========================================================================
   Settings
   ========================================================================== */

/* ==========================================================================
   Fonts
   ========================================================================== */

/* Font sizes */

/* Font families */

/* Font weights */

/* Quotes */

/* ==========================================================================
   Breakpoints
   ========================================================================== */

/*
 * Breakpoint naming convention
 *
 * screen-xs
 * screen-sm
 * screen-md
 * screen-lg
 * screen-xl
 *
 * Then append with `-min` or `-max` depending on the query
 */

/* Min-width */

/* Max-width */

/* Queries */

/* ==========================================================================
   Colours
   ========================================================================== */

/*
 * Colour naming convention
 *
 * colour-grey-x-light
 * colour-grey-light
 * colour-grey-mid-light
 * colour-grey
 * colour-grey-mid-dark
 * colour-grey-dark
 * colour-grey-x-dark
 */

/* ==========================================================================
   Grid
   ========================================================================== */

/* ==========================================================================
   Base
   ========================================================================== */

/* Mobile nav width */

/* Border Radius */

/* Transitions */

/* ==========================================================================
   Tools
   ========================================================================== */

/* ==========================================================================
   Mixins
   ========================================================================== */

/*
   Clearfix
   ========================================================================== */

/*
   Pretty underlines 😍
   ========================================================================== */

/* Read more at: https://eager.io/blog/smarter-link-underlines */

/* stylelint-disable */

/* stylelint-enable */

/*
   Image overlay
   ========================================================================== */

/*
   Flex
   ========================================================================== */

/*
   Centre layout responsive
   ========================================================================== */

/*
   Object fit polyfill
   ========================================================================== */

/*
   Object fit parent
   ========================================================================== */

/*
   Object fit image
   ========================================================================== */

/*
   FOUT fix
   ========================================================================== */

/*
   Hide content
   ========================================================================== */

/*
   Font smoothing
   ========================================================================== */

/*
    No list style
   ========================================================================== */

/*
   Center both
   ========================================================================== */

/*
   Consistent spacing
   ========================================================================== */

/**
 *
 * This mixin adds padding to an element using consistent base values to try
 * and normalize the spacing as the padding reduces towards mobile.
 *
 * Mind blown...
 */

/* ==========================================================================
   Generic
   ========================================================================== */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b, strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code, kbd, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 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;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"], [type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* ==========================================================================
   Reset
   ========================================================================== */

/* stylelint-disable */

* {
    box-sizing: border-box;
}

/* stylelint-enable */

html, body {
    overflow-x: hidden;
}

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

figure {
    margin: 0;
}

table {
    width: 100%;
    border-collapse: collapse;
}

p, pre, label {
    margin-top: 0;
    margin-bottom: 27px;
}

strong, b {
    font-weight: 700;
}

ol, ul {
    list-style-position: outside;
    margin-top: 0;
    margin-bottom: 27px;
    padding-left: 20px;
}

hr {
    border: 0;
    border-top: 1px solid #7D787A;
    margin: 0 0 (27px * 2);
}

/* ==========================================================================
   Gravity Forms
   ========================================================================== */

/* Wrapper */

.gform_wrapper {
    width: 100%;
}

.gform_heading {
    margin: 0 0 30px;
}

/*
   Labels
   ========================================================================== */

.gfield_label {
    margin: 0 0 15px;
    display: block;
    line-height: 1.2;
    font-weight: 500;
}

.gfield_description {
    margin: 0 0 8px;
    display: block;
    font-size: 14px;
    line-height: 1.2;
    color: #7D787A;
}

/*
   Fields
   ========================================================================== */

.gform_fields {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
}

.gfield {
    margin-bottom: 27px;
    width: 100%;
    margin: 0 auto 30px;
    list-style: none;
}

.gfield input, .gfield textarea, .gfield input[type="text"], .gfield input[type="password"], .gfield input[type="tel"], .gfield input[type="number"], .gfield input[type="email"], .gfield input[type="date"], .gfield input[type="url"] {
  width: 100%;
  border: 1px solid #F9991D;
  border-radius: 5px;
  color: #00263C;
  padding: 10px;
  background-color: #FFF3E3;
}

.gfield ::-webkit-input-placeholder {/* Chrome/Opera/Safari */
  color: #606060;
}

.gfield ::-moz-placeholder {/* Firefox 19+ */
  color: #606060;
}

.gfield :-ms-input-placeholder {/* IE 10+ */
  color: #606060;
}

.gfield :-moz-placeholder {/* Firefox 18- */
  color: #606060;
}

.gfield div span label {
  display: block;
  margin: 10px 0;/*display: none;*/
}

.gfield_50 {
    width: 100%
}

@media (min-width: 768px) {

  .gfield_50 {
    width: 48%;
  }
    }

.gfield_50--first {
    margin: 0 1% 30px 0;
}

.gfield_50--last {
    margin: 0 0 30px 1%;
}

.gfield_visibility_hidden {
    display: none;
}

/*
   Checkboxes / Radio buttons
   ========================================================================== */

.gfield_checkbox, .gfield_radio {
    margin: 0 0 -10px;
    padding: 0;
    list-style: none;
}

.gfield_checkbox li, .gfield_radio li {
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
}

.gfield_columns_2 .gfield_checkbox, .gfield_columns_2 .gfield_radio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gfield_columns_2 .gfield_checkbox li, .gfield_columns_2 .gfield_radio li {
}

.gfield_inline .gfield_checkbox, .gfield_inline .gfield_radio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gfield_inline .gfield_checkbox li, .gfield_inline .gfield_radio li {
}

@media (min-width: 768px) {

  .gfield_columns_2 .gfield_checkbox li, .gfield_columns_2 .gfield_radio li {
    width: 50%;
  }
            }

@media (min-width: 768px) and (max-width: 1366px) {

  .gfield_inline .gfield_checkbox li, .gfield_inline .gfield_radio li {
    width: 32%;
  }
            }

@media (min-width: 1367px) {

  .gfield_inline .gfield_checkbox li, .gfield_inline .gfield_radio li {
    width: 16%;
  }
            }

/*
   Buttons
   ========================================================================== */

.gform_footer {
    text-align: center;
    margin: 20px auto;
}

.gform_button {
    display: block;
    width: 100%;
    font-weight: 700;
    text-align: center;
    color: #FFFFFF;
    background-color: #F9991D;
    border-radius: 40px;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    padding: 18.5px;
    cursor: pointer;
    border-color: transparent
}

.gform_button:hover, .gform_button:active {
  background-color: #027AC2;
  color: #FFFFFF;
}

/*
   Required
   ========================================================================== */

.gfield_required {
    color: #ffc9c9;
}

/*
   Validation
   ========================================================================== */

.validation_error {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 27px;
    padding: 27px 4.48%;
    color: #7a0101;
    background: #ffc9c9;
    border-top: 2px solid #7a0101;
    border-bottom: 2px solid #7a0101;
}

.validation_message {
    display: block;
    margin-top: 4px;
    color: #7A0101;
    font-weight: 500;
}

.gfield_error .ginput_container {
    border-left: 4px solid #FF0101;
}

.gfield_error .ginput_container input, .gfield_error .ginput_container textarea {
  background-color: #ffc9c9;
}

/*
   Honeypot
   ========================================================================== */

.gform_validation_container {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

/*
   Confirmation
   ========================================================================== */

.gform_confirmation_wrapper {
    padding: 20px;
    border: 2px solid #F9991D;
    border-radius: 20px;
}

/* ==========================================================================
   Wordpress Core Styles
   ========================================================================== */

.alignnone {
    margin: 5px 20px 20px 0; 
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto; 
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px; 
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0; 
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px; 
}

a img.alignnone {
    margin: 5px 20px 20px 0; 
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0; 
    width: 48%;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; 
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center; 
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0; 
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0; 
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px; 
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; 
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px; 
}

/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden; 
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* ==========================================================================
   Elements
   ========================================================================== */

/* ==========================================================================
   Body
   ========================================================================== */

html {
    scroll-behavior: smooth;
}

body {
    font-family: poppins,"HelveticaNeue",Arial,sans-serif;
    font-weight: 200;
    font-size: calc(15px + 2 * ((100vw - 420px) / 860));
    line-height: 1.5;
    color: #00263C;
    -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 1280px) {

  body {
    font-size: 17px;
  }
}

@media screen and (max-width: 420px) {

  body {
    font-size: 15px;
  }
}

@media screen and (max-width: 1366px) {
    [data-aos-delay] {
        transition-delay: 0s !important;
    }
}

.font-cc {
    font-family: ccsignlanguage,sans-serif;
}

.font-body {
    font-family: poppins,"HelveticaNeue",Arial,sans-serif;
}

.font-italic {
    font-style: italic;
}

.intro-text {
    font-size: calc(22px + 6 * ((100vw - 420px) / 860));
    line-height: calc(30px + 9 * ((100vw - 420px) / 860));
    font-weight: 700;
}

@media screen and (min-width: 1280px) {

  .intro-text {
    line-height: 39px;
  }
}

@media screen and (max-width: 420px) {

  .intro-text {
    line-height: 30px;
  }
}

@media screen and (min-width: 1280px) {

  .intro-text {
    font-size: 28px;
  }
}

@media screen and (max-width: 420px) {

  .intro-text {
    font-size: 22px;
  }
}

.c-site-content__error {
    padding: 40px 0;
}

.orange-text {
    color: #F9991D;
}

.blue-text {
    color: #027AC2;
}

.dark-blue-text {
    color: #243666;
}

.single-event .c-site-content .o-wrapper {
  max-width: 900px;
}

.single-event .form-container {
  max-width: 630px;
}

/* ==========================================================================
   Headings
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #027AC2;
    font-family: ccsignlanguage,sans-serif;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 27px;
    font-style: normal;
}

h1 {
    font-size: calc(35px + 25 * ((100vw - 420px) / 860));
    line-height: calc(40px + 26 * ((100vw - 420px) / 860));
}

@media screen and (min-width: 1280px) {

  h1 {
    line-height: 66px;
  }
}

@media screen and (max-width: 420px) {

  h1 {
    line-height: 40px;
  }
}

@media screen and (min-width: 1280px) {

  h1 {
    font-size: 60px;
  }
}

@media screen and (max-width: 420px) {

  h1 {
    font-size: 35px;
  }
}

h2 {
    line-height: 1.2;
    font-size: calc(27px + 3 * ((100vw - 420px) / 860));
    line-height: calc(44px + 6 * ((100vw - 420px) / 860));
}

@media screen and (min-width: 1280px) {

  h2 {
    line-height: 50px;
  }
}

@media screen and (max-width: 420px) {

  h2 {
    line-height: 44px;
  }
}

@media screen and (min-width: 1280px) {

  h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 420px) {

  h2 {
    font-size: 27px;
  }
}

h3 {
    line-height: 1.2;
    font-size: calc(23px + 5 * ((100vw - 420px) / 860));
}

@media screen and (min-width: 1280px) {

  h3 {
    font-size: 28px;
  }
}

@media screen and (max-width: 420px) {

  h3 {
    font-size: 23px;
  }
}

h4 {
    line-height: 1.2;
    font-size: calc(19px + 3 * ((100vw - 420px) / 860));
}

@media screen and (min-width: 1280px) {

  h4 {
    font-size: 22px;
  }
}

@media screen and (max-width: 420px) {

  h4 {
    font-size: 19px;
  }
}

h5 {
    line-height: 1.3;
}

h6 {
    line-height: 1.3;
}

.archive-page-title {
    text-align: center;
    margin: 0 auto 120px
}

@media only screen and (max-width: 768px) {

  .archive-page-title {
    margin: 0 auto 75px;
  }
    }

.e-section-title {
    color: #243666;
    font-family: poppins,"HelveticaNeue",Arial,sans-serif;
    font-size: calc(24px + 6 * ((100vw - 420px) / 860));
    line-height: calc(40px + 10 * ((100vw - 420px) / 860));
    margin: 0 0 50px;
    font-style: normal;
}

@media screen and (min-width: 1280px) {

  .e-section-title {
    line-height: 50px;
  }
}

@media screen and (max-width: 420px) {

  .e-section-title {
    line-height: 40px;
  }
}

@media screen and (min-width: 1280px) {

  .e-section-title {
    font-size: 30px;
  }
}

@media screen and (max-width: 420px) {

  .e-section-title {
    font-size: 24px;
  }
}

.e-section-title span {
  color: #F9991D;
  font-family: ccsignlanguage,sans-serif;
  font-size: calc(26px + 7 * ((100vw - 420px) / 860));
  line-height: calc(40px + 10 * ((100vw - 420px) / 860));
  font-style: italic;
}

@media screen and (min-width: 1280px) {

  .e-section-title span {
    line-height: 50px;
  }
}

@media screen and (max-width: 420px) {

  .e-section-title span {
    line-height: 40px;
  }
}

@media screen and (min-width: 1280px) {

  .e-section-title span {
    font-size: 33px;
  }
}

@media screen and (max-width: 420px) {

  .e-section-title span {
    font-size: 26px;
  }
}

.contact-block__title {
    color: #243666;
    font-family: poppins,"HelveticaNeue",Arial,sans-serif;
    font-size: calc(24px + 6 * ((100vw - 420px) / 860));
    line-height: calc(40px + 10 * ((100vw - 420px) / 860));
    margin: 0 0 30px;
    font-style: normal;
}

@media screen and (min-width: 1280px) {

  .contact-block__title {
    line-height: 50px;
  }
}

@media screen and (max-width: 420px) {

  .contact-block__title {
    line-height: 40px;
  }
}

@media screen and (min-width: 1280px) {

  .contact-block__title {
    font-size: 30px;
  }
}

@media screen and (max-width: 420px) {

  .contact-block__title {
    font-size: 24px;
  }
}

.contact-block__title span {
  color: #F9991D;
  font-family: ccsignlanguage,sans-serif;
  font-size: calc(26px + 7 * ((100vw - 420px) / 860));
  line-height: calc(40px + 10 * ((100vw - 420px) / 860));
  font-style: italic;
}

@media screen and (min-width: 1280px) {

  .contact-block__title span {
    line-height: 50px;
  }
}

@media screen and (max-width: 420px) {

  .contact-block__title span {
    line-height: 40px;
  }
}

@media screen and (min-width: 1280px) {

  .contact-block__title span {
    font-size: 33px;
  }
}

@media screen and (max-width: 420px) {

  .contact-block__title span {
    font-size: 26px;
  }
}

/* ==========================================================================
   Form defaults
   ========================================================================== */

/*
   Inputs
   ========================================================================== */

input[type="text"], input[type="password"], input[type="tel"], input[type="number"], input[type="email"], input[type="date"], input[type="url"] {
    font-size: inherit;
    color: #414044;
    background: no-repeat #FFFFFF;
    border: 1px solid #E5E3E5;
    border-radius: 0;
    /* stylelint-disable */
    -webkit-appearance: none;
    -moz-appearance: none;
    /* stylelint-enable */
    width: 100%;
    height: 27px;
    line-height: 1
}

input[type="text"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="date"]:focus, input[type="url"]:focus {
  outline: 0;
}

input[type="text"]:disabled, input[type="password"]:disabled, input[type="tel"]:disabled, input[type="number"]:disabled, input[type="email"]:disabled, input[type="date"]:disabled, input[type="url"]:disabled {
  opacity: .6;
}

@media (max-width: 767px) {

  input[type="text"], input[type="password"], input[type="tel"], input[type="number"], input[type="email"], input[type="date"], input[type="url"] {
    padding: calc(((42px - 2px) - 27px) / 2) 12px;
    height: 42px;
  }
    }

@media (min-width: 768px) {

  input[type="text"], input[type="password"], input[type="tel"], input[type="number"], input[type="email"], input[type="date"], input[type="url"] {
    padding: calc(((52px - 2px) - 27px) / 2) 18px;
    height: 52px;
  }
    }

/*
   Checkboxes / Radio buttons
   ========================================================================== */

input[type="radio"], input[type="checkbox"] {
    font-size: inherit;
    color: #414044;
    background: no-repeat #FFFFFF;
    border: 1px solid #E5E3E5;
    border-radius: 0;
    /* stylelint-disable */
    -webkit-appearance: none;
    -moz-appearance: none;
    /* stylelint-enable */
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin-right: 10px
}

input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: 0;
}

input[type="radio"]:disabled, input[type="checkbox"]:disabled {
  opacity: .6;
}

input[type="radio"] + label, input[type="checkbox"] + label {
  margin: 0;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
}

input[type="radio"]:hover, input[type="checkbox"]:hover {
  cursor: pointer;
}

input[type="radio"] {
}

input[type="radio"]:checked {
  background: url("../../assets/svg/icons/checkbox-tick.svg") no-repeat center center;
}

input[type="checkbox"] {
}

input[type="checkbox"]:checked {
  background: url("../../assets/svg/icons/checkbox-tick.svg") no-repeat center center;
}

/*
   Textarea
   ========================================================================== */

textarea {
    font-size: inherit;
    color: #414044;
    background: no-repeat #FFFFFF;
    border: 1px solid #E5E3E5;
    border-radius: 0;
    /* stylelint-disable */
    -webkit-appearance: none;
    -moz-appearance: none;
    /* stylelint-enable */
    padding: 15px;
    display: block;
    resize: vertical;
    overflow: auto;
    max-height: 100px;
}

textarea:focus {
  outline: 0;
}

textarea:disabled {
  opacity: .6;
}

/*
   Select
   ========================================================================== */

select {
    font-size: inherit;
    color: #414044;
    background: no-repeat #FFFFFF;
    border: 1px solid #E5E3E5;
    border-radius: 0;
    /* stylelint-disable */
    -webkit-appearance: none;
    -moz-appearance: none;
    /* stylelint-enable */
    width: 100%;
    height: 27px;
    line-height: 1;
    background-image: url("../../assets/svg/icons/select-arrow.svg")
}

select:focus {
  outline: 0;
}

select:disabled {
  opacity: .6;
}

@media (max-width: 767px) {

  select {
    padding: calc(((42px - 2px) - 27px) / 2) 12px;
    height: 42px;
    background-position: calc(100% - 12px) 50%;
  }
    }

@media (min-width: 768px) {

  select {
    padding: calc(((52px - 2px) - 27px) / 2) 18px;
    height: 52px;
    background-position: calc(100% - 20px) 50%;
  }
    }

select:hover {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

select:focus::-ms-value {
  color: #414044;
  background: none;
}

/* ==========================================================================
   Elements - images
   ========================================================================== */

img {
    max-width: 100%;
}

/* ==========================================================================
   Links
   ========================================================================== */

a {
    color: #00263C;
    transition: all .4s ease-out;
    text-decoration: none
}

a:hover, a:focus {
  color: #F9991D;
}

p > a {
	text-decoration: underline;
}

/* ==========================================================================
   Lists
   ========================================================================== */

ul {
    list-style: none;
}

ol {
	list-style-type: none;
	counter-reset: elementcounter;
	padding-left: 0;
}

ol li {
  margin: 0 0 10px
}

ol li::before {
  content: counter(elementcounter);
  counter-increment: elementcounter;
  font-weight: bold;
  font-family: ccsignlanguage,sans-serif;
  color: #027AC2;
  margin: 0 15px 0 0;
}

/* ==========================================================================
   Paragraphs
   ========================================================================== */

p {
    margin: 0 0 27px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
	.c-carousel .c-card {
		display: block !important;
		padding: 30px 2.5% 0 !important;
	}
	.c-recent-news .image-style--1 img {
		transform: rotate(0);
	}
}

/* ==========================================================================
   Objects
   ========================================================================== */

/* ==========================================================================
   Page
   ========================================================================== */

/*
  Page container
  ========================================================================== */

.o-page-container {
    position: relative;
    right: 0;
    overflow: hidden;
    transition: right .2s cubic-bezier(.4, 0, .2, 1)
}

.o-page-container.o-page-container--nav-open {
  right: 82.4vw;
}

/*
   Page
   ========================================================================== */

.o-page {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between
}

@media (max-width: 659px) {

  .o-page {
    margin-top: calc((27px / 2) * 2);
  }
}

@media (min-width: 660px) and (max-width: 1366px) {

  .o-page {
    margin-top: calc(2.189vw * 2);
  }
}

@media (min-width: 1367px) {

  .o-page {
    margin-top: calc(27px * 2);
  }
}

@media (max-width: 767px) {

  .o-page {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
    }

/*
   Main
   ========================================================================== */

.o-page__main {
    width: 65%;
}

/*
   Content
   ========================================================================== */

.o-page__content {
    -ms-flex-positive: 1;
        flex-grow: 1;
}

/*
   Media
   ========================================================================== */

.o-page__media {
}

@media (min-width: 768px) {

  .o-page__media {
    width: 66.6%;
  }
    }

@media (min-width: 1367px) {

  .o-page__media {
    width: 50%;
  }
    }

/*
   Sidebar
   ========================================================================== */

.o-page__sidebar {
    width: 35%
}

@media (max-width: 767px) {

  .o-page__sidebar {
    width: 100%;
    -ms-flex-order: 2;
        order: 2;
  }
    }

@media (min-width: 960px) and (max-width: 1366px) {

  .o-page__sidebar {
    width: 30%;
  }
    }

/* ==========================================================================
   Wrapper
   ========================================================================== */

.o-wrapper {
    max-width: 1585px;
    margin: 0 auto;
    padding: 0 15px;
}

.c-site-content-resources .o-wrapper {
	max-width: 630px;
}

/* ==========================================================================
   Components
   ========================================================================== */

/* ==========================================================================
   Buttons
   ========================================================================== */

.c-button {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    color: #FFFFFF;
    background-color: #F9991D;
    border-radius: 40px;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    text-decoration: none!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    padding: 18.5px;
    min-width: 232px
}

@media (max-width: 479px) {

  .c-button {
    display: block;
    width: 75%;
    margin: 0 auto;
  }
    }

.c-button:hover, .c-button:focus {
  background-color: #027AC2;
  color: #FFFFFF;
}

.c-button--red {
  background-color: #DD3636;
  color: #FFFFFF;
}

.c-button--red:hover, .c-button--red:focus {
  background-color: #F9991D;
  color: #FFFFFF;
}

.c-button--blue {
  background-color: #027AC2;
  color: #FFFFFF;
}

.c-button--blue:hover, .c-button--blue:focus {
  background-color: #F9991D;
  color: #FFFFFF;
}

/* ==========================================================================
   Cards
   ========================================================================== */

.c-cards__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
}

@media (max-width: 767px) {

  .c-cards__wrap {
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
  }
}

.c-cards-title {
    text-align: center;
    font-size: calc(20px + 12 * ((100vw - 420px) / 860));
}

@media screen and (min-width: 1280px) {

  .c-cards-title {
    font-size: 32px;
  }
}

@media screen and (max-width: 420px) {

  .c-cards-title {
    font-size: 20px;
  }
}

@media (max-width: 659px) {

  .c-cards-title {
    padding-bottom: calc((27px / 2) * 1.5);
  }
}

@media (min-width: 660px) and (max-width: 1366px) {

  .c-cards-title {
    padding-bottom: calc(2.189vw * 1.5);
  }
}

@media (min-width: 1367px) {

  .c-cards-title {
    padding-bottom: calc(27px * 1.5);
  }
}

.c-cards-subtitle {
    font-size: 16px;
}

@media (max-width: 659px) {

  .c-cards-subtitle {
    padding-top: calc((27px / 2) * .25);
  }
}

@media (min-width: 660px) and (max-width: 1366px) {

  .c-cards-subtitle {
    padding-top: calc(2.189vw * .25);
  }
}

@media (min-width: 1367px) {

  .c-cards-subtitle {
    padding-top: calc(27px * .25);
  }
}

/*
   Individual cards
   ========================================================================== */

.c-cards__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex: 1;
        flex: 1;
    margin: 0 30px;
    background: #F7F6F7;
    border: 1px solid #E5E3E5;
    border-radius: 4px;
    box-shadow: 0 2px 40px 0 rgba(221, 221, 221, .5)
}

@media (max-width: 659px) {

  .c-cards__item {
    margin-bottom: calc((27px / 2) * 1.5);
  }
}

@media (min-width: 660px) and (max-width: 1366px) {

  .c-cards__item {
    margin-bottom: calc(2.189vw * 1.5);
  }
}

@media (min-width: 1367px) {

  .c-cards__item {
    margin-bottom: calc(27px * 1.5);
  }
}

@media (min-width: 660px) and (max-width: 959px) {

  .c-cards__item {
    width: 50%;
  }
    }

.c-cards__item:only-of-type {
  margin-left: auto;
  margin-right: auto;
  max-width: 660px;
}

.c-cards__item__body {
  padding: 30px;
}

.c-cards__item__body p {
  margin-bottom: 0;
}

.c-cards__item__footer {
  border-top: 1px solid #E5E3E5;
  padding: 30px;
  background: #FFFFFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.c-cards__item__image {/*background: $colour-alpha url("../../assets/svg/preload.svg") no-repeat center;*/
  backface-visibility: hidden;
  overflow: hidden;
  height: 340px;
  width: 100%;
  position: relative;
}

.c-cards__item__image img {
  overflow: hidden;
  border-radius: 4px 4px 0 0;
  transition: .2s cubic-bezier(.4, 0, .2, 1);
  object-fit: cover;
  font-family: "object-fit: cover";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.c-cards__item__image img:hover {
  background: #31588A;
  transform: scale(1.025);
}

/* ==========================================================================
   Footer
   ========================================================================== */

.c-site-footer {
    margin: 350px 0 0;
}

.c-site-footer .o-wrapper {
  max-width: 1680px
}

.c-site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-site-footer a {
}

.c-site-footer a:hover, .c-site-footer a:focus {
  color: #F9991D;
  text-decoration: underline;
}

.c-site-footer h4, .c-site-footer a, .c-site-footer span, .c-site-footer .c-site-footer__website-author, .c-site-footer h6 {
  color: #FFFFFF;
}

.c-site-footer a, .c-site-footer span, .c-site-footer .c-site-footer__website-author, .c-site-footer h6 {
  font-weight: 500;
}

.c-site-footer h4 {
  font-family: poppins,"HelveticaNeue",Arial,sans-serif;
  font-weight: 700;
}

.c-site-footer .flex-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.c-site-footer .flex-item {
  width: 20%;
  padding: 0 2% 0 0;
}

.c-site-footer .flex-item nav li {
  margin: 0 0 16px
}

.c-site-footer .flex-item nav li:last-child {
  margin: 0;
}

.c-site-footer .flex-item:last-child {
  padding: 0;
}

.c-site-footer .contact-details__wrapper {
  margin-top: 20px;
}

.c-site-footer .contact-details__wrapper .contact-details {
  margin: 0 0 10px;
}

.c-site-footer .contact-details__wrapper .contact-details span {
  font-weight: bold!important;
}

.c-site-footer .contact-details__wrapper a {
  word-break: break-all;
}

.c-site-footer--has-icons {
  margin: 0;
}

.c-site-footer--has-icons .c-partner-links {
  margin: 50px auto 350px !important;
}

.c-site-footer__main {
  background-color: #027AC2;
  position: relative;
  padding: 20px 0 40px;
}

.c-site-footer__main::before {
  content: "";
  background-image: url("../../assets/svg/footer-wave.svg");
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  min-height: 300px;
  height: inherit;
  position: absolute;
  top: -300px;
  left: 0;
  right: 0;
  z-index: 0;
}

@media only screen and (max-width: 1685px) {

  .c-site-footer .o-wrapper {
    width: 95%;
  }
        }

.c-site-footer__logo {
  text-decoration: none;
}

.c-site-footer__links {
  margin: 115px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-site-footer__links ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-site-footer__links li {
  margin: 0 15px 0 0;
}

.c-site-footer__links li:last-child {
  margin: 0;
}

.c-site-footer__links h6 {
  margin: 0 15px 0 0;
  font-size: calc(15px + 2 * ((100vw - 420px) / 860));
  font-family: poppins,"HelveticaNeue",Arial,sans-serif;
  line-height: 1.4;
}

@media screen and (min-width: 1280px) {

  .c-site-footer__links h6 {
    font-size: 17px;
  }
}

@media screen and (max-width: 420px) {

  .c-site-footer__links h6 {
    font-size: 15px;
  }
}

.c-site-footer__website-author {
  margin: 30px 0 0;
}

@media only screen and (max-width: 1120px) {

  .c-site-footer .flex-item {
    width: 25%;
  }

  .c-site-footer .flex-item--1 {
    width: 100%;
    padding: 0;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 0 0 20px;
    -ms-flex-order: 5;
        order: 5;
    text-align: center;
  }

  .c-site-footer__links {
    margin: 20px 0 0;
  }
    }

@media only screen and (max-width: 900px) {

  .c-site-footer .flex-item:not(.flex-item--1) {
    width: 50%;
    margin: 0 0 20px;
  }
    }

@media only screen and (max-width: 479px) {

  .c-site-footer .flex-item {
    width: 100% !important;
    text-align: center;
  }

  .c-site-footer .flex-item--1 {
    -ms-flex-order: 5;
        order: 5;
  }

  .c-site-footer__links {
    text-align: center;
    display: block;
  }

  .c-site-footer__links ul {
    display: block;
  }

  .c-site-footer__links li, .c-site-footer__links h6 {
    margin: 0 0 20px;
  }

  .c-site-footer__website-author {
    text-align: center;
  }
    }

/* ==========================================================================
   Header
   ========================================================================== */

.c-site-header {
    padding: 20px 0 35px;
    position: relative;
    border-bottom: 1px solid #F9991D;
}

.c-site-header .o-wrapper {
  position: relative;
}

.c-site-header .flex-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-site-header--has-sisters {
  padding: 0 0 35px;
}

@media only screen and (max-width: 1024px) {

  .c-site-header {
    padding: 20px 0;
  }

  .c-site-header--has-sisters {
    padding: 0 0 20px;
  }
    }

.c-site-header__nav--wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.c-header__wrap {
    display: -ms-flexbox;
    display: flex;
}

.c-site-header__logo {
}

@media only screen and (max-width: 1024px) {

  .c-site-header__logo {
    max-width: 131px;
    z-index: 6;
  }
    }

/* ==========================================================================
   Hero
   ========================================================================== */

.c-hero {
    padding: 120px 0 0;
    position: relative;
    margin: 0 auto 100px;
}

.c-hero .o-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  padding: 0;
}

.c-hero h1 {
  font-style: italic;
}

.c-hero .flex-item--first {
  width: 30%;
  padding: 0 2%;
  z-index: 9999;
}

.c-hero .flex-item--last {
  width: 70%;
  position: relative;
  text-align: right;
}

.c-hero .flex-item--last img {
  position: relative;
  z-index: 1;
}

.c-hero .flex-item--last:after {
  content: "";
  display: block;
  clear: both;
}

.c-hero .flex-item--image img {
  position: relative;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: url("../../assets/images/hero-image-mask.png");
          mask-image: url("../../assets/images/hero-image-mask.png");
  transform: translateX(-27px)
}

@media only screen and (max-width: 1024px) {

  .c-hero {
    margin: 0 auto 50px;
    padding: 60px 0 0;
  }
    }

@media only screen and (max-width: 479px) {

  .c-hero {
    padding: 40px 0 0;
  }
    }

@media only screen and (max-width: 1500px) {

  .c-hero .flex-item--image img {
    transform: translateX(0);
  }
            }

.c-hero__bg {
  background-image: url("../../assets/svg/hero-orange-blob.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
  z-index: 0;
}

@media only screen and (max-width: 1400px) {

  .c-hero__bg {
    transform: translateX(0);
    left: -70px;
  }
}

@media only screen and (max-width: 1120px) {

  .c-hero__bg {
    left: -30px;
  }
}

@media only screen and (max-width: 1300px) {

  .c-hero .c-hero__bg {
    right: 10px;
  }

  .c-hero .flex-item--last {
    width: 63%;
  }
    }

@media only screen and (max-width: 1024px) {

  .c-hero .flex-item--first, .c-hero .flex-item--last {
    width: 100%;
  }

  .c-hero .flex-item--first {
    -ms-flex-order: 2;
        order: 2;
    padding: 0 15px;
  }

  .c-hero .flex-item--last {
    margin: 0 auto 20px;
    -ms-flex-order: 1;
        order: 1;
    text-align: center;
  }

  .c-hero .flex-item--last img {
    max-width: 95%;
    margin: 0 auto;
  }

  .c-hero .flex-item--image .c-hero__bg {
    left: 0;
  }

  .c-hero__bg {
    right: 10px;
    left: 10px;
  }
    }

.c-slider {
    padding: 50px 0 0;
}

.c-slider .slider__image--image img {
  position: relative;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: url("../../assets/images/hero-image-mask.png");
          mask-image: url("../../assets/images/hero-image-mask.png");
}

.c-slider .slick-dots li button {
  background-color: #027AC2;
}

.c-slider .slick-dots li.slick-active button {
  background-color: #243666;
}

.c-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 60px);
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
  padding: 0;
  border-radius: 50%;
  box-shadow: 0px 10px 29px 3px rgba(112,112,112,0.63);
  cursor: pointer;
}

.c-slider .slick-arrow span {
  height: 60px;
  width: 60px;
  display: block;
  background-image: url("../../assets/svg/arrow-next.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}

.c-slider .slick-arrow.slick-prev {
  left: -90px;
}

.c-slider .slick-arrow.slick-prev span {
  transform: rotate(180deg);
}

.c-slider .slick-arrow.slick-next {
  right: -90px;
}

.c-slider__slide {
  visibility: hidden;
}

.c-slider__slide.slick-initialized {
  visibility: visible;
}

.c-slider__flex-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}

.c-slider__content {
  width: 30%;
  padding: 0 2%;
}

.c-slider__content h1 {
  font-style: italic;
}

.c-slider__content p {
  font-size: calc(22px + 9 * ((100vw - 420px) / 860));
  line-height: calc(28px + 19 * ((100vw - 420px) / 860));
  font-weight: 700;
}

@media screen and (min-width: 1280px) {

  .c-slider__content p {
    line-height: 47px;
  }
}

@media screen and (max-width: 420px) {

  .c-slider__content p {
    line-height: 28px;
  }
}

@media screen and (min-width: 1280px) {

  .c-slider__content p {
    font-size: 31px;
  }
}

@media screen and (max-width: 420px) {

  .c-slider__content p {
    font-size: 22px;
  }
}

.c-slider__image, .c-slider__illustration {
  width: 70%;
  position: relative;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.c-slider__image img, .c-slider__illustration img {
  position: relative;
  z-index: 1;
  float: right;
}

.c-slider__image:after, .c-slider__illustration:after {
  content: "";
  display: block;
  clear: both;
}

.c-slider__bg {
  background-image: url("../../assets/svg/hero-slider-twoblobs.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

@media only screen and (max-width: 1024px) {

  .c-slider {
}

  .c-slider__content, .c-slider__image, .c-slider__illustration {
    width: 100%;
  }

  .c-slider__content {
    -ms-flex-order: 2;
        order: 2;
    padding: 0;
  }

  .c-slider__image, .c-slider__illustration {
    margin: 0 auto 20px;
    -ms-flex-order: 1;
        order: 1;
  }
    }

/* ==========================================================================
   Navigation
   ========================================================================== */

.c-site-header__nav--wrapper {
    margin: 0 0 0 auto;
    min-height: 118px;
}

.c-site-header__nav--wrapper ul, .c-site-header__nav--wrapper .sub-menu {
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 1024px) {

  .c-site-header__nav--wrapper {
    min-height: 59px;
  }
    }

.c-navigation__secondary, .c-navigation__secondary ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: start;
        align-items: flex-start;
}

.c-navigation__main {
    text-align: right;
}

.c-navigation__main ul {
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.c-navigation__main .menu__item {
  margin: 0 30px 0 0;
}

.c-navigation__main .menu__item a {
  font-weight: 500;
  display: block
}

.c-navigation__main .menu__item a:hover, .c-navigation__main .menu__item a:focus {
  color: #F9991D;
}

.c-navigation__main .menu__item--has-children {
  position: relative;
}

.c-navigation__main .menu__item--has-children > a {
}

.c-navigation__main .menu__item--has-children > a::after {
  content: "";
  background-image: url("../../assets/svg/arrow-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 10px;
  width: 10px;
  padding: 0 5px;
  transition: transform .4s ease-in;
}

.c-navigation__main .menu__item--has-children.active > a::after {
  transform: rotate(180deg);
}

.c-navigation__main .sub-menu .menu__item {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.c-navigation__main .sub-menu .menu__item a {
  padding: 5px 15px;
}

@media only screen and (min-width: 1025px) {

  .c-navigation__main .menu__item .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 315px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s ease-in, visibility .6s ease-in;
    background-color: #FFFFFF;
    box-shadow: 0 2px 6px 0 hsla(0,0%,8%,.15);
    border-radius: 5px;
  }

  .c-navigation__main .menu__item .sub-menu .menu__item {
    border-radius: 5px;
  }

  .c-navigation__main .menu__item .sub-menu .menu__item a {
    font-weight: 500;
    padding: 20px;
  }

  .c-navigation__main .menu__item .sub-menu .menu__item:hover a, .c-navigation__main .menu__item .sub-menu .menu__item:focus a {
    color: #FFFFFF;
    background-color: #F9991D;
  }

  .c-navigation__main .menu__item:last-child {
    margin: 0;
  }

  .c-navigation__main .menu__item:hover .sub-menu, .c-navigation__main .menu__item:focus .sub-menu {
    opacity: 1;
    visibility: visible;
  }
        }

.c-navigation__secondary .menu__item {
  margin: 0 10px 0 0;
}

.c-navigation__secondary .menu__item a {
  padding: 20px 10px;
  border-radius: 40px;
  color: #FFFFFF !important;
  font-weight: 700;
}

.c-navigation__secondary .menu__item:last-child {
  margin: 0;
}

@media only screen and (min-width: 1025px) {
    .c-navigation__secondary {
        position: absolute;
        top: 0;
        right: 15px;
        z-index: 5;
    }
    .c-navigation__main {
        display: block !important;
    }
}

@media only screen and (max-width: 1024px) {
    .c-navigation__main {
        display: none;
    }
    .c-navigation__main {
        margin: 0;
        text-align: center;
    }
    .c-navigation__main nav {
    width: 100%;
    margin: 0 auto;
  }
    .c-navigation__main > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 30px 0 70px;
    height: 100%;
    position: relative;
    z-index: 1;
  }
    .c-navigation__main .menu__item {
    margin: 0 auto 20px;
  }
    .c-navigation__main ul {
    width: 95%;
    margin: 0 auto;
  }
    .c-navigation__main ul:not(.sub-menu) {
    display: block;
  }
    .c-navigation__main .sub-menu {
    display: none;
  }
    .c-navigation__main .sub-menu .menu__item {
    padding: 10px 0;
  }
    .c-navigation__main .sub-menu .menu__item a {
    background-color: transparent;
    color: #00263C;
    padding: 0;
  }
    .c-navigation__main::after {
    content: "";
    background-image: url("../../assets/svg/mobile-menu-bg.svg");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 150px;
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    z-index: 0;
    opacity: 0;
    transition: opacity .4s ease-in;
  }
    .c-site-header--open .c-navigation__main::after {
    opacity: 1;
  }
    .c-navigation__secondary {
        position: relative;
        z-index: 5;
    }
    .c-navigation__secondary .menu__item a {
    padding: 10px;
  }
}

/* ==========================================================================
   Mobile menu
   ========================================================================== */

.c-nav-mobile {
    position: fixed;
    top: 0;
    right: -82.4vw;

    width: 82.4vw;
    height: 100%;
    z-index: 200;
    background: #FFFFFF;
    overflow: auto;
    transition: all .2s cubic-bezier(.4, 0, .2, 1);
    -webkit-overflow-scrolling: touch;
    visibility: hidden;
    opacity: 0
}

.c-nav-mobile.c-nav-mobile--nav-open {
  right: 0;
  visibility: visible;
  opacity: 1;
}

/*
   List
   ========================================================================== */

.c-nav-mobile__list {
    list-style: none;
    margin: 27px 30px;
    padding-left: 0;
    text-align: left;
}

.c-nav-mobile__list-item {
    display: block;
    border-bottom: 1px solid #AEADAE
}

.c-nav-mobile__list-item:last-of-type {
  border-bottom: 0;
}

.c-nav-mobile__list-link {
    display: block;
    text-align: center;
    padding: calc(27px / 2) 30px;
    color: #31588A;
    font-size: 15px;
    transition: all .2s cubic-bezier(.4, 0, .2, 1);
    text-decoration: none
}

.c-nav-mobile__list-link:hover, .c-nav-mobile__list-link:active, .c-nav-mobile__list-link:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #31588A;
}

/* ==========================================================================
   Mobile nav toggle button
   ========================================================================== */

.c-header__toggle {
    position: absolute;
    top: 11px;
    right: 2.5%;
    z-index: 6;
    color: #7D787A;
    font-size: 12px;
    line-height: 1;
    text-transform: lowercase;
    transition: background .2s cubic-bezier(.4, 0, .2, 1);
    cursor: pointer
}

@media only screen and (max-width: 1024px) {

  .c-header__toggle {
    display: block !important;
  }
    }

.c-header__toggle:hover, .c-header__toggle:focus {
  color: #414044;
}

.c-header__toggle__button {
    position: relative;
    display: block;
    margin: 0 auto 2px;
    width: 36px;
    height: 36px;
    transition: background .2s cubic-bezier(.4, 0, .2, 1);
}

.c-header__toggle__burger {
    position: absolute;
    top: 17px;
    margin-left: 10px;
    width: 28px;
    height: 2px;
    background: #027AC2;
    transition: background .2s cubic-bezier(.4, 0, .2, 1)
}

.c-header__toggle__burger:before, .c-header__toggle__burger:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #027AC2;
  transition: all .2s cubic-bezier(.4, 0, .2, 1);
}

.c-header__toggle__burger:before {
  transform: translateY(-6px);
}

.c-header__toggle__burger:after {
  transform: translateY(6px);
}

/* Open */

.c-site-header--open .c-header__toggle__burger {
  background: transparent !important;/* :-/ */
}

.c-site-header--open .c-header__toggle__burger:before {
  transform: rotate(45deg);
  top: 0;
  z-index: 6;
}

.c-site-header--open .c-header__toggle__burger:after {
  transform: rotate(-45deg);
  top: 0;
  z-index: 6;
}

/* ==========================================================================
   Pagination
   ========================================================================== */

.c-pagination {
    display: -ms-flexbox;
    display: flex;
}

.c-pagination-list {
    margin: 0 0 -15px;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.c-pagination-list__item {
    margin: 0 15px 15px 0
}

.c-pagination-list__item--next, .c-pagination-list__item--prev {
}

@media (max-width: 959px) {

  .c-pagination-list__item--next, .c-pagination-list__item--prev {
    display: none;
  }
}

.c-pagination-list__link {
    padding: 6px 16px;
    display: inline-block;
    font-weight: 500;
    font-size: calc(16px + 4 * ((100vw - 420px) / 860));
    text-decoration: none;
    text-align: center;
    border: 2px solid #31588A;
    color: #FFFFFF;
    background: #31588A;
    border-radius: 4px;
    transition: all .2s cubic-bezier(.4, 0, .2, 1);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media screen and (min-width: 1280px) {

  .c-pagination-list__link {
    font-size: 20px;
  }
}

@media screen and (max-width: 420px) {

  .c-pagination-list__link {
    font-size: 16px;
  }
}

.c-pagination-list__link:hover, .c-pagination-list__link:active {
  cursor: pointer;
  color: #FFFFFF;
}

.c-pagination-list__link--active {
  color: #31588A;
  background: transparent;
}

.c-pagination-list__link--active:hover, .c-pagination-list__link--active:active {
  color: #31588A;
}

/* ==========================================================================
   Panel
   ========================================================================== */

.c-panel {
    background: #F7F6F7;
    border: 1px solid #E5E3E5;
    border-radius: 4px;
    margin: calc(27px * 2) 0;
    padding: 27px;
}

.c-panel__header {
    text-align: center;
}

/* ==========================================================================
   Vaidation
   ========================================================================== */

.c-validation {
    text-align: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    font-size: 14px;
    color: #FFFFFF;
}

.c-validation > div, .c-validation > p {
  padding: 30px;
}

.c-validation__success {
    background-color: #638CCC;
}

.c-validation__failure {
    background-color: $colour-bravo-x-dark;
}

.c-social-media {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	margin: 50px 0 30px;
}

.c-social-media h3 {
  font-family: poppins,"HelveticaNeue",Arial,sans-serif;
  color: #243666;
  font-size: calc(24px + 6 * ((100vw - 420px) / 860));
  margin: 0 0 35px;
  text-align: center;
}

@media screen and (min-width: 1280px) {

  .c-social-media h3 {
    font-size: 30px;
  }
}

@media screen and (max-width: 420px) {

  .c-social-media h3 {
    font-size: 24px;
  }
}

.c-social-media .flex-item {
  width: 49%;
}

.c-social-media .flex-item iframe {
  width: 100%;
}

.c-social-media .flex-item--inner {
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  padding: 40px 50px;
}

.c-social-media .flex-item--inner iframe {
  min-height: 520px !important;
}

.c-social-media .flex-item--twitter .flex-item--inner {
  min-height: 609px;
}

@media only screen and (max-width: 1024px) {

  .c-social-media .flex-item--inner {
    padding: 20px 2.5%;
  }
}

@media only screen and (max-width: 1024px) {

  .c-social-media .flex-item--twitter .flex-item--inner {
    min-height: 568px;
  }
}

@media only screen and (max-width: 768px) {

  .c-social-media {
    display: block;
  }

  .c-social-media h3 {
    margin: 0 0 20px;
  }

  .c-social-media .flex-item {
    width: 100%;
    margin: 0 auto 20px;
  }

  .c-social-media .flex-item--inner iframe {
    min-height: 0;
  }

  .c-social-media .flex-item--twitter .flex-item--inner {
    min-height: 0;
  }
	}

.c-services {
    margin: 75px auto;
    text-align: center;
}

.c-services ul {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.c-services ul li {
  width: 19.2%;
  margin: 0 1% 20px 0;
  cursor: pointer;
}

.c-services ul li a:not(.c-services__link) {
  display: block;
  color: #FFFFFF;
  font-size: calc(21px + 4 * ((100vw - 420px) / 860));
  line-height: calc(26px + 12 * ((100vw - 420px) / 860));
  position: relative;
  min-height: 327px;
  padding: 10px;
  background-color: #F9991D;
  transition: background-color .4s ease-in;
  will-change: background-color;
  border-radius: 20px;
}

@media screen and (min-width: 1280px) {

  .c-services ul li a:not(.c-services__link) {
    line-height: 38px;
  }
}

@media screen and (max-width: 420px) {

  .c-services ul li a:not(.c-services__link) {
    line-height: 26px;
  }
}

@media screen and (min-width: 1280px) {

  .c-services ul li a:not(.c-services__link) {
    font-size: 25px;
  }
}

@media screen and (max-width: 420px) {

  .c-services ul li a:not(.c-services__link) {
    font-size: 21px;
  }
}

.c-services ul li a:not(.c-services__link) .c-services__link--title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  width: 95%;
  font-weight: 700;
  transition: opacity .4s ease-in;
}

.c-services ul li:last-child {
  margin: 0 0 20px;
}

.c-services ul li:hover a:not(.c-services__link), .c-services ul li:focus a:not(.c-services__link) {
  background-color: #027AC2;
}

@media only screen and (max-width: 1024px) {

  .c-services ul li {
    width: 24%;
  }
            }

@media only screen and (max-width: 768px) {

  .c-services ul li {
    width: 32.33%;
  }
            }

@media only screen and (max-width: 667px) {

  .c-services ul li {
    width: 49%;
  }
            }

@media only screen and (max-width: 375px) {

  .c-services ul li {
    width: 100%;
  }
            }

.c-services__hidden-content header {
  max-width: 950px;
  margin: 0 auto 50px;
}

.c-services__hidden-content ul li {
  position: relative;
  z-index: 1;
}

.c-services__hidden-content ul li:hover .c-services__link--title, .c-services__hidden-content ul li:focus .c-services__link--title {
  opacity: 0;
}

.c-services__hidden-content ul li:hover .c-services__content, .c-services__hidden-content ul li:focus .c-services__content {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.c-services__hidden-content .c-services__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity .4s ease-in, visibility .6s ease-in;
  visibility: hidden;
  padding: 30px 5%;
  will-change: opacity, visibility;
  border-radius: 20px;
  text-align: left;
  overflow-y: auto;
}

.c-services__hidden-content .c-services__content p {
  font-size: calc(16px + 2 * ((100vw - 420px) / 860));
  line-height: calc(25px + 2 * ((100vw - 420px) / 860));
  font-weight: 500;
}

@media screen and (min-width: 1280px) {

  .c-services__hidden-content .c-services__content p {
    line-height: 27px;
  }
}

@media screen and (max-width: 420px) {

  .c-services__hidden-content .c-services__content p {
    line-height: 25px;
  }
}

@media screen and (min-width: 1280px) {

  .c-services__hidden-content .c-services__content p {
    font-size: 18px;
  }
}

@media screen and (max-width: 420px) {

  .c-services__hidden-content .c-services__content p {
    font-size: 16px;
  }
}

.c-services__hidden-content .c-services__content .call, .c-services__hidden-content .c-services__content .call span {
  font-size: calc(14px + 2 * ((100vw - 420px) / 860));
  line-height: calc(18px + 3 * ((100vw - 420px) / 860));
}

@media screen and (min-width: 1280px) {

  .c-services__hidden-content .c-services__content .call, .c-services__hidden-content .c-services__content .call span {
    line-height: 21px;
  }
}

@media screen and (max-width: 420px) {

  .c-services__hidden-content .c-services__content .call, .c-services__hidden-content .c-services__content .call span {
    line-height: 18px;
  }
}

@media screen and (min-width: 1280px) {

  .c-services__hidden-content .c-services__content .call, .c-services__hidden-content .c-services__content .call span {
    font-size: 16px;
  }
}

@media screen and (max-width: 420px) {

  .c-services__hidden-content .c-services__content .call, .c-services__hidden-content .c-services__content .call span {
    font-size: 14px;
  }
}

.c-services__hidden-content .c-services__content p, .c-services__hidden-content .c-services__content a, .c-services__hidden-content .c-services__content span {
  color: #FFFFFF;
}

.c-general-content {
	margin: 50px auto;
	text-align: center;
}

.c-general-content a {
  text-decoration: underline;
  font-weight: 700;
}

.c-general-content ul {
  list-style: disc;
}

.c-general-content ul li {
  margin: 0 0 10px;
}

.c-general-content ul:not(.btn-group) {
  max-width: 565px;
  margin: 0 auto;
  text-align: left;
  padding: 0;
}

.c-general-content > .o-wrapper {
  max-width: 1130px;
}

.c-general-content .btn-group {
  padding: 0;
  margin: 30px auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  list-style: none;
}

.c-general-content .btn-group li {
  margin: 0 20px 20px 0
}

.c-general-content .btn-group li:last-child {
  margin: 0 0 20px;
}

.c-general-content__home {
  max-width: 835px;
}

@media only screen and (max-width: 600px) {

  .c-general-content .btn-group {
    display: block;
  }

  .c-general-content .btn-group li {
    display: list-item;
    margin: 0 auto 20px;
  }
		}

.c-general-content--has-graphic {
  padding: 40px 0;
}

.c-general-content--has-graphic .o-wrapper {
  max-width: 950px;
  position: relative;
  z-index: 1;
}

.c-general-content--has-graphic .o-wrapper::before {
  content: "";
  background-image: url("../../assets/svg/cta-graphic.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -242.5px;
  z-index: -1;
  height: 310px;
  width: 485px;
}

.c-general-content--get-in-touch {
  font-weight: 500;
}

.c-general-content--get-in-touch .o-wrapper {
  max-width: 420px;
  margin: 0 auto;
  text-align: left;
}

.c-general-content--get-in-touch .font-med {
  font-weight: 500;
}

.c-carousel {
    text-align: center;
    margin: 75px auto;
}

.c-carousel .c-card {
  min-height: 260px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 0 2.5%;
  background-color: #EDF8FF;
  border-radius: 20px
}

.c-carousel .c-card__numbers {
  color: #027AC2;
  font-size: calc(22px + 8 * ((100vw - 420px) / 860));
  line-height: calc(29px + 8 * ((100vw - 420px) / 860));
  margin: 0 0 23px;
  font-family: ccsignlanguage,sans-serif;
  font-weight: 700;
  font-style: italic;
}

@media screen and (min-width: 1280px) {

  .c-carousel .c-card__numbers {
    line-height: 37px;
  }
}

@media screen and (max-width: 420px) {

  .c-carousel .c-card__numbers {
    line-height: 29px;
  }
}

@media screen and (min-width: 1280px) {

  .c-carousel .c-card__numbers {
    font-size: 30px;
  }
}

@media screen and (max-width: 420px) {

  .c-carousel .c-card__numbers {
    font-size: 22px;
  }
}

.c-carousel .slick-dots {
  margin: 30px 0 20px;
}

.c-carousel .slick-arrow {
  position: absolute;
  top: calc(50% - 34px);
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  width: 18px;
  height: 34px;
  border: none;
  cursor: pointer
}

.c-carousel .slick-arrow.slick-prev {
  left: -30px;
  background-image: url("../../assets/svg/arrow-next.svg");
  transform: rotate(180deg);
}

.c-carousel .slick-arrow.slick-next {
  right: -30px;
  background-image: url("../../assets/svg/arrow-next.svg");
}

@media only screen and (max-width: 1024px) {

  .c-carousel {
    margin: 50px auto;
  }
    }

.c-carousel__home {
  max-width: 1410px;
}

@media only screen and (max-width: 1480px) {

  .c-carousel__home .c-carousel__inner {
    max-width: 90%;
    margin: 0 auto 40px;
  }
}

.c-carousel__inner {
  margin: 0 0 50px;
}

.c-carousel__inner .slick-slide {
  border: 5px solid #FFFFFF;
}

@media only screen and (max-width: 768px) {

  .c-carousel__inner {
    margin: 0 auto 50px;
    width: 95%;
  }
}

@media only screen and (max-width: 768px) {

  .c-carousel .slick-arrow {
    background-size: 10px;
  }

  .c-carousel .slick-arrow.slick-prev {
    left: -25px;
  }

  .c-carousel .slick-arrow.slick-next {
    right: -25px;
  }
        }

@media only screen and (max-width: 479px) {

  .c-carousel .slick-arrow {
}

  .c-carousel .slick-arrow.slick-prev {
    left: -25px;
  }

  .c-carousel .slick-arrow.slick-next {
    right: -25px;
  }
        }

.c-recent-news {
    margin: 75px auto;
    max-width: 1580px;
}

.c-recent-news header {
  text-align: center;
}

.c-recent-news header h2 {
  margin: 0 auto 50px;
}

.c-recent-news figure {
  position: relative;
  margin: 0 0 20px;
  padding: 13px;
  max-width: 470px;
}

.c-recent-news figure img {
  position: relative;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}

.c-recent-news figure .post-blob {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.c-recent-news .image-style--1 img {
  -webkit-mask-image: url("../../assets/images/image-mask-blob-1.png");
          mask-image: url("../../assets/images/image-mask-blob-1.png");
  transform: rotate(15deg);
}

.c-recent-news .image-style--1 .post-blob {
  background-image: url("../../assets/svg/1.svg");
  top: -66px;
  left: -5px;
}

.c-recent-news .image-style--2 img {
  -webkit-mask-image: url("../../assets/images/image-mask-blob-2.png");
          mask-image: url("../../assets/images/image-mask-blob-2.png");
}

.c-recent-news .image-style--2 .post-blob {
  background-image: url("../../assets/svg/2.svg");
  top: -26px;
}

.c-recent-news .image-style--3 img {
  -webkit-mask-image: url("../../assets/images/image-mask-blob-3.png");
          mask-image: url("../../assets/images/image-mask-blob-3.png");
}

.c-recent-news .image-style--3 .post-blob {
  background-image: url("../../assets/svg/3.svg");
}

.c-recent-news .post-categories {
  padding: 0;
  margin: 0 0 20px;
}

.c-recent-news .post-categories li a {
  color: #F9991D;
  pointer-events: none;
  font-weight: 700;
  font-size: calc(15px + 2 * ((100vw - 420px) / 860));
  line-height: calc(24px + 2 * ((100vw - 420px) / 860));
}

@media screen and (min-width: 1280px) {

  .c-recent-news .post-categories li a {
    line-height: 26px;
  }
}

@media screen and (max-width: 420px) {

  .c-recent-news .post-categories li a {
    line-height: 24px;
  }
}

@media screen and (min-width: 1280px) {

  .c-recent-news .post-categories li a {
    font-size: 17px;
  }
}

@media screen and (max-width: 420px) {

  .c-recent-news .post-categories li a {
    font-size: 15px;
  }
}

.c-recent-news .btn-holder {
  text-align: center;
  margin: 0 auto;
}

.c-recent-news .post__item--excerpt {
  margin: 0 0 24px;
}

.c-recent-news .post__item--excerpt p {
  margin: 0;
}

.c-recent-news .post__item h2 {
  font-family: poppins,"HelveticaNeue",Arial,sans-serif;
  margin: 0 0 20px;
  color: #027AC2;
  font-size: calc(19px + 2 * ((100vw - 420px) / 860));
  line-height: calc(25px + 9 * ((100vw - 420px) / 860));
  font-weight: 700;
}

@media screen and (min-width: 1280px) {

  .c-recent-news .post__item h2 {
    line-height: 34px;
  }
}

@media screen and (max-width: 420px) {

  .c-recent-news .post__item h2 {
    line-height: 25px;
  }
}

@media screen and (min-width: 1280px) {

  .c-recent-news .post__item h2 {
    font-size: 21px;
  }
}

@media screen and (max-width: 420px) {

  .c-recent-news .post__item h2 {
    font-size: 19px;
  }
}

.c-recent-news .post__item--link {
  font-weight: 700;
  font-size: 18px;
  text-decoration: underline
}

.c-recent-news .post__item--link::after {
  content: "";
  display: inline-block;
  transform: translateX(10px);
  transition: transform .4s ease-in;
  will-change: transform;
  background-image: url("../../assets/svg/arrow-next.svg");
  background-position: center;
  background-size: cover;
  height: 10px;
  width: 10px;
}

.c-recent-news .post__item--link:hover, .c-recent-news .post__item--link:focus {
  text-decoration: none;
}

.c-recent-news .post__item--link:hover::after, .c-recent-news .post__item--link:focus::after {
  transform: translateX(20px);
}

@media only screen and (max-width: 1024px) {

  .c-recent-news {
    margin: 50px auto;
  }
    }

.c-recent-news__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}

.c-recent-news__wrapper .post__item {
  width: 32.33%;
  margin: 0 1% 75px 0;
}

.c-recent-news__wrapper .post__item:last-child {
  margin: 0 0 75px;
}

@media only screen and (max-width: 1024px) {

  .c-recent-news {
}

  .c-recent-news__wrapper .post__item {
    width: 48%;
  }
    }

@media only screen and (max-width: 667px) {

  .c-recent-news {
}

  .c-recent-news__wrapper .post__item {
    width: 100%;
    margin: 0 auto 25px;
  }
    }

.c-partner-links {
	margin: 50px auto;
	text-align: center;
}

.c-partner-links .intro-text {
  margin: 0 auto 50px;
}

.c-partner-links .intro-text svg {
  width: 120px;
  height: 60px;
  display: inline-block;
  vertical-align: bottom
}

.c-partner-links ul {
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}

.c-partner-links li {
  width: 19%;
  max-width: 230px;
  min-height: 248px;
  margin: 0 1% 20px 0;
  border: 1px solid #B1B1B1;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
  transition: box-shadow .4s ease-in
}

.c-partner-links li:hover, .c-partner-links li:focus {
  box-shadow: 0px 10px 11px 0px rgb(190, 190, 190, .33);
}

.c-partner-links a {
  display: block;
  cursor: pointer;
  height: 100%;
  width: 100%;
  position: relative;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 10px 2.5%;
}

.c-partner-links img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  z-index: 0;
}

@media only screen and (max-width: 1024px) {

  .c-partner-links li {
    width: 24%;
  }
		}

@media only screen and (max-width: 900px) {

  .c-partner-links li {
    width: 32.33%;
  }
		}

@media only screen and (max-width: 768px) {

  .c-partner-links li {
    width: 49%;
  }
		}

@media only screen and (max-width: 479px) {

  .c-partner-links li {
    width: 100%;
  }
		}

.c-testimonials__single {
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
    margin: 100px auto;
    
}

.c-testimonials__single .o-wrapper {
  max-width: 815px;
  position: relative
}

.c-testimonials__single .o-wrapper::before, .c-testimonials__single .o-wrapper::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
  position: absolute;
  height: 30px;
  width: 45px;
}

.c-testimonials__single .o-wrapper::before {
  background-image: url("../../assets/svg/quote-open.svg");
  top: -50px;
  left: -30px;
}

.c-testimonials__single .o-wrapper::after {
  background-image: url("../../assets/svg/quote-close.svg");
  right: -30px;
  bottom: 0px;
}

.c-testimonials__single ul {
  margin: 0;
  padding: 0;
}

.c-testimonials__single p {
  color: #027AC2;
  font-size: calc(18px + 2 * ((100vw - 420px) / 860));
  line-height: calc(28px + 2 * ((100vw - 420px) / 860));
  margin: 0 auto 40px;
}

@media screen and (min-width: 1280px) {

  .c-testimonials__single p {
    line-height: 30px;
  }
}

@media screen and (max-width: 420px) {

  .c-testimonials__single p {
    line-height: 28px;
  }
}

@media screen and (min-width: 1280px) {

  .c-testimonials__single p {
    font-size: 20px;
  }
}

@media screen and (max-width: 420px) {

  .c-testimonials__single p {
    font-size: 18px;
  }
}

.c-testimonials__single h6 {
  color: #F9991D;
  font-size: calc(18px + 4 * ((100vw - 420px) / 860));
  line-height: calc(21px + 4 * ((100vw - 420px) / 860));
  position: relative;
  margin: 0 0 50px;
  font-weight: 500;
  font-style: italic
}

@media screen and (min-width: 1280px) {

  .c-testimonials__single h6 {
    line-height: 25px;
  }
}

@media screen and (max-width: 420px) {

  .c-testimonials__single h6 {
    line-height: 21px;
  }
}

@media screen and (min-width: 1280px) {

  .c-testimonials__single h6 {
    font-size: 22px;
  }
}

@media screen and (max-width: 420px) {

  .c-testimonials__single h6 {
    font-size: 18px;
  }
}

.c-testimonials__single h6::after {
  content: "";
  height: 1px;
  max-width: 412px;
  width: 100%;
  margin: 0 auto 0 -206px;
  background-color: #F9991D;
  position: absolute;
  bottom: -35px;
  left: 50%;
}

@media only screen and (max-width: 920px) {

  .c-testimonials__single .o-wrapper {
}

  .c-testimonials__single .o-wrapper::before {
    left: 5px;
  }

  .c-testimonials__single .o-wrapper::after {
    right: 5px;
    bottom: 20px;
  }
        }

@media only screen and (max-width: 479px) {

  .c-testimonials__single h6::after {
    max-width: 95%;
    margin: 0 2.5%;
    left: 0;
  }
}

.c-testimonials {
    margin: 0 auto;
    margin: 100px auto;
}

.c-testimonials .slick-slide {
  border: 18px solid #FFFFFF
}

.c-testimonials .c-card {
  background-color: #FFF3E3;
  padding: 80px;
  position: relative;
  border-radius: 20px
}

.c-testimonials .c-card::before, .c-testimonials .c-card::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
  position: absolute;
  height: 30px;
  width: 45px;
}

.c-testimonials .c-card::before {
  background-image: url("../../assets/svg/quote-open.svg");
  top: 20px;
  left: 20px;
}

.c-testimonials .c-card::after {
  background-image: url("../../assets/svg/quote-close.svg");
  right: 20px;
  bottom: 20px;
}

.c-testimonials h5 {
  font-family: poppins,"HelveticaNeue",Arial,sans-serif;
  font-weight: 500;
  font-size: calc(16px + 2 * ((100vw - 420px) / 860));
  line-height: 25px 27px;
  margin: 0;
  color: #00263C;
}

@media screen and (min-width: 1280px) {

  .c-testimonials h5 {
    font-size: 18px;
  }
}

@media screen and (max-width: 420px) {

  .c-testimonials h5 {
    font-size: 16px;
  }
}

.c-testimonials .slick-dots {
  margin: 10px auto;
}

.c-testimonials .slick-arrow {
  position: absolute;
  top: calc(50% - 34px);
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  width: 18px;
  height: 34px;
  border: none;
  cursor: pointer
}

.c-testimonials .slick-arrow.slick-prev {
  left: -20px;
  background-image: url("../../assets/svg/arrow-next.svg");
  transform: rotate(180deg);
}

.c-testimonials .slick-arrow.slick-next {
  right: -20px;
  background-image: url("../../assets/svg/arrow-next.svg");
}

@media only screen and (max-width: 1600px) {

  .c-testimonials .o-wrapper {
    width: 95%;
  }
    }

.c-testimonials--list {
  visibility: hidden;
}

.c-testimonials--list.slick-initialized {
  visibility: visible;
}

@media only screen and (max-width: 1024px) {

  .c-testimonials .slick-slide {
    border: 10px solid #FFFFFF;
  }
        }

@media only screen and (max-width: 1024px) {

  .c-testimonials .c-card {
    padding: 50px 30px;
  }
        }

@media only screen and (max-width: 1024px) {

  .c-testimonials .c-card {
}

  .c-testimonials .c-card::before {
    left: 10px;
  }

  .c-testimonials .c-card::after {
    right: 10px;
  }
        }

@media only screen and (max-width: 768px) {

  .c-testimonials .slick-arrow {
    background-size: 10px;
  }

  .c-testimonials .slick-arrow.slick-prev {
    left: -25px;
  }

  .c-testimonials .slick-arrow.slick-next {
    right: -25px;
  }
        }

@media only screen and (max-width: 479px) {

  .c-testimonials .slick-arrow {
}

  .c-testimonials .slick-arrow.slick-prev {
    left: -25px;
  }

  .c-testimonials .slick-arrow.slick-next {
    right: -25px;
  }
        }

.c-full-width-image {
	margin: 75px auto;
	text-align: center;
}

.c-full-width-image img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {

  .c-full-width-image {
    margin: 50px auto;
  }
	}

.c-content-image-block {
	margin: 75px auto;
	padding: 35px 0;
}

.c-content-image-block .flex-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  max-width: 1330px;
  margin: 0 auto
}

.c-content-image-block .flex-wrapper.reverse-order {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

.c-content-image-block .flex-wrapper.reverse-order .flex-item--first {
  margin: 0 0 0 auto;
}

.c-content-image-block .flex-wrapper.reverse-order .flex-item--last {
  margin: 0 auto 0 0;
}

.c-content-image-block .flex-item {
}

.c-content-image-block .flex-item--first {
  width: 53%;
  margin: 0 auto 0 0;
}

.c-content-image-block .flex-item--first ul {
  list-style: disc;
}

.c-content-image-block .flex-item--first a {
  font-weight: 700;
  text-decoration: underline;
}

.c-content-image-block .flex-item--last {
  width: 45%;
  position: relative;
  z-index: 1;
  margin: 0 0 0 auto;
}

.c-content-image-block .flex-item--last img {
  position: relative;
  z-index: 1;
  border-radius: 30px;
}

.c-content-image-block .flex-item--bg {
  background-image: url("../../assets/svg/image-bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -88px;
  right: -20px;
  bottom: -80px;
  left: -100px;
  z-index: 0;
}

@media only screen and (max-width: 1024px) {

  .c-content-image-block {
    margin: 50px auto;
  }
	}

@media only screen and (max-width: 1450px) {

  .c-content-image-block .flex-wrapper.reverse-order .flex-item--first {
    padding: 0 0 0 5%;
  }
}

@media only screen and (max-width: 1450px) {

  .c-content-image-block .flex-wrapper.reverse-order .flex-item--last {
    padding: 0 5% 0 0;
  }
}

@media only screen and (max-width: 1450px) {

  .c-content-image-block .flex-item--first {
    padding: 0 5% 0 0;
  }
}

@media only screen and (max-width: 1100px) {

  .c-content-image-block .flex-item--bg {
    padding: 0 5% 0 0;
    bottom: -105px;
    right: -100px;
  }
}

@media only screen and (max-width: 1024px) {

  .c-content-image-block .flex-wrapper {
    display: block;
  }

  .c-content-image-block .flex-item--first {
    margin: 0 auto 100px;
    padding: 0;
  }

  .c-content-image-block .flex-item--last img {
    display: block;
    margin: 0 auto;
  }

  .c-content-image-block .flex-item--first, .c-content-image-block .flex-item--last {
    width: 100%;
    margin: 0 auto 70px !important;
    padding: 0 !important;
  }
	}

@media only screen and (max-width: 667px) {

  .c-content-image-block .flex-item--bg {
    display: none;
  }

  .c-content-image-block .flex-item--first {
    margin: 0 auto 40px;
  }
	}

.c-cards-module {
	padding: 50px 0;
	background-color: #EDF8FF;
}

.c-cards-module header {
  margin: 0 auto 50px;
  text-align: center;
}

.c-cards-module header h2 {
  margin: 0;
}

.c-cards-module .c-cards-module__grid {
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}

.c-cards-module .c-cards-module__grid li {
  width: 32.66%;
  margin: 0 1% 30px 0
}

.c-cards-module .c-cards-module__grid li:nth-child(3n) {
  margin: 0 0 30px;
}

.c-cards-module .c-cards-module__grid--inner li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100% !important;
}

.c-cards-module .c-cards-module__grid--inner li span {
  width: 50%;
}

.c-cards-module .c-card {
  background-color: #FFFFFF;
  padding: 45px 30px;
  border-radius: 5px;
}

.c-cards-module .c-card h3 {
  font-family: poppins,"HelveticaNeue",Arial,sans-serif;
  color: #00263C;
  margin: 0 0 5px;
}

@media only screen and (max-width: 768px) {

  .c-cards-module .c-cards-module__grid li {
    width: 48%;
  }

  .c-cards-module .c-cards-module__grid li:nth-child(2n) {
    margin: 0 0 30px;
  }

  .c-cards-module .c-cards-module__grid li:nth-child(3n) {
    margin: 0 1% 30px 0;
  }
			}

@media only screen and (max-width: 667px) {

  .c-cards-module .c-cards-module__grid li {
    width: 100%;
    margin: 0 auto 20px !important;
  }
			}

.c-cards-module__link {
  display: block;
  margin: 0 0 10px;
  color: #027AC2;
  font-weight: 500;
}

.c-cards-module__link h5 {
  font-family: poppins,"HelveticaNeue",Arial,sans-serif;
  font-size: calc(20px + 2 * ((100vw - 420px) / 860));
  line-height: calc(31px + 3 * ((100vw - 420px) / 860));
}

@media screen and (min-width: 1280px) {

  .c-cards-module__link h5 {
    line-height: 34px;
  }
}

@media screen and (max-width: 420px) {

  .c-cards-module__link h5 {
    line-height: 31px;
  }
}

@media screen and (min-width: 1280px) {

  .c-cards-module__link h5 {
    font-size: 22px;
  }
}

@media screen and (max-width: 420px) {

  .c-cards-module__link h5 {
    font-size: 20px;
  }
}

.c-cards-module__link ul {
  padding: 0;
  margin: 0;
  margin: 0 auto 10px;
}

.c-cards-module__link span {
  color: #00263C;
  font-weight: 200;
}

.c-cards-module__link span.font-medium {
  font-weight: 500;
}

.c-filter {
	padding: 20px 0 60px;
	text-align: center;
}

.c-filter .c-button {
  margin: 0 30px 20px 0
}

.c-filter .c-button:last-of-type {
  margin: 0 0 20px;
}

@media only screen and (max-width: 600px) {

  .c-filter .c-button {
    display: block;
    width: 100%;
    margin: 0 auto 15px;
  }
	}

.team-profiles {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.team-profiles .post--team-profiles__item {
  width: 33.33%;
  margin: 0 0 20px 0;
  border: 5px solid #FFFFFF;
  border-radius: 5px;
  transition: box-shadow .4s ease-in;
}

.team-profiles .post--team-profiles__item .inner {
  border: 1px solid #B1B1B1;
  border-radius: 5px;
  padding: 35px 25px 46px;
  min-height: 600px;
}

.team-profiles .post--team-profiles__item:hover, .team-profiles .post--team-profiles__item:focus {
  color: #027AC2;
  box-shadow: 0 2px 6px 0 hsla(0,0%,8%,.15);
}

.team-profiles figure {
  width: 160px;
  height: auto;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto 30px;
}

.team-profiles figure img {
  display: block;
}

.team-profiles h2, .team-profiles h3 {
  font-size: calc(20px + 5 * ((100vw - 420px) / 860));
  line-height: calc(33px + 5 * ((100vw - 420px) / 860));
  font-family: poppins,"HelveticaNeue",Arial,sans-serif;
}

@media screen and (min-width: 1280px) {

  .team-profiles h2, .team-profiles h3 {
    line-height: 38px;
  }
}

@media screen and (max-width: 420px) {

  .team-profiles h2, .team-profiles h3 {
    line-height: 33px;
  }
}

@media screen and (min-width: 1280px) {

  .team-profiles h2, .team-profiles h3 {
    font-size: 25px;
  }
}

@media screen and (max-width: 420px) {

  .team-profiles h2, .team-profiles h3 {
    font-size: 20px;
  }
}

.team-profiles h2 {
  color: #00263C;
  margin: 0;
}

.team-profiles h3 {
  color: #F9991D;
}

@media only screen and (max-width: 900px) {

  .team-profiles .post--team-profiles__item {
    width: 50%;
  }
        }

@media only screen and (max-width: 667px) {

  .team-profiles .post--team-profiles__item {
    width: 100%;
    margin: 0 auto 20px !important;
  }

  .team-profiles .post--team-profiles__item .inner {
    min-height: 0;
  }
        }

@media(max-width: 1023px) {

  .team-profiles .post--team-profiles__item {
    width: 48%;
  }
    }

@media only screen and (max-width: 479px) {

  .team-profiles .post--team-profiles__item {
    width: 100%;
  }
    }

.fancybox-slide {
    max-width: 1440px;
    margin: 0 auto;

    height: 80% !important;
    width: 75% !important;

    top: 50% !important;
    left : 50% !important;
    transform: translate(-50%, -50%) !important

}

@media only screen and (max-width: 768px) {

  .fancybox-slide {
    width: 90% !important;
  }
    }

.team__item--hidden.fancybox-content {
    border-radius: 5px;
}

.team__item--hidden.fancybox-content header {
  margin: 0 0 30px;
}

.team__item--hidden.fancybox-content header button {
  float: right;
  min-width: 180px;
  max-width: 180px;
  font-size: calc(14px + 3 * ((100vw - 420px) / 860));
  border-color: transparent;
}

@media screen and (min-width: 1280px) {

  .team__item--hidden.fancybox-content header button {
    font-size: 17px;
  }
}

@media screen and (max-width: 420px) {

  .team__item--hidden.fancybox-content header button {
    font-size: 14px;
  }
}

.team__item--hidden.fancybox-content header figure {
  float: left;
  width: 160px;
  border-radius: 50%;
}

.team__item--hidden.fancybox-content header:after {
  content: "";
  display: block;
  clear: both;
}

.team__item--hidden.fancybox-content h2, .team__item--hidden.fancybox-content h3 {
  font-size: calc(20px + 5 * ((100vw - 420px) / 860));
  line-height: calc(33px + 5 * ((100vw - 420px) / 860));
  font-family: poppins,"HelveticaNeue",Arial,sans-serif;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (min-width: 1280px) {

  .team__item--hidden.fancybox-content h2, .team__item--hidden.fancybox-content h3 {
    line-height: 38px;
  }
}

@media screen and (max-width: 420px) {

  .team__item--hidden.fancybox-content h2, .team__item--hidden.fancybox-content h3 {
    line-height: 33px;
  }
}

@media screen and (min-width: 1280px) {

  .team__item--hidden.fancybox-content h2, .team__item--hidden.fancybox-content h3 {
    font-size: 25px;
  }
}

@media screen and (max-width: 420px) {

  .team__item--hidden.fancybox-content h2, .team__item--hidden.fancybox-content h3 {
    font-size: 20px;
  }
}

.team__item--hidden.fancybox-content h2 {
  color: #00263C;
}

.team__item--hidden.fancybox-content h3 {
  color: #F9991D;
}

.team__item--hidden.fancybox-content .columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.team__item--hidden.fancybox-content .columns .column {
  width: 45%
}

.team__item--hidden.fancybox-content .columns .column1 {
  margin: 0 auto 0 0;
}

.team__item--hidden.fancybox-content .columns .column2 {
  margin: 0 0 0 auto;
  justify-self: end;
}

.team__item--hidden.fancybox-content .columns .column2 ul {
  padding: 0;
  margin: 0;
}

.team__item--hidden.fancybox-content .columns .column2 ul li {
  margin: 0 0 20px;
}

.team__item--hidden.fancybox-content .columns .column2--inner {
  max-width: 404px;
  margin: 0 auto;
}

.team__item--hidden.fancybox-content .font-medium {
  font-weight: 500;
}

@media only screen and (max-width: 768px) {

  .team__item--hidden.fancybox-content {
    padding: 15px !important;
  }

  .team__item--hidden.fancybox-content .columns {
    display: block;
  }

  .team__item--hidden.fancybox-content .columns .column {
    width: 100% !important;
    margin: 0 auto 20px !important;
  }

  .team__item--hidden.fancybox-content .columns .column2 ul li {
    margin: 0 0 10px;
  }

  .team__item--hidden.fancybox-content .columns .column2--inner {
    max-width: 100%;
  }
    }

@media only screen and (max-width: 479px) {

  .team__item--hidden.fancybox-content header figure {
    width: 100px;
  }

  .team__item--hidden.fancybox-content header button {
    min-width: 128px;
    max-width: 128px;
    padding: 10px;
  }
    }

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

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

.c-site-content__contact .o-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.c-site-content__contact .o-wrapper .flex-item {
  width: 48%
}

.c-site-content__contact .o-wrapper .flex-item--first {
  margin: 0 auto 0 0;
}

.c-site-content__contact .o-wrapper .flex-item--last {
  margin: 0 0 0 auto;
}

.c-site-content__contact address {
  font-style: normal;
}

.c-site-content__contact .contact-block {
  margin: 0 0 40px;
}

.c-site-content__contact h3, .c-site-content__contact h4 {
  font-family: poppins,"HelveticaNeue",Arial,sans-serif;
}

.c-site-content__contact h3 {
  color: #00263C;
  margin: 0 0 50px;
}

.c-site-content__contact h4 {
  margin: 0 0 10px;
}

@media only screen and (max-width: 768px) {

  .c-site-content__contact .o-wrapper {
    display: block;
  }

  .c-site-content__contact .o-wrapper .flex-item {
    width: 100%;
    margin: 0 auto 20px;
  }
	}

.c-pagination {
	padding: 20px 0;
	text-align: center;
}

.c-pagination ul {
  padding: 0;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.c-pagination li {
  margin: 0 20px 20px 0;
  border-radius: 10px;
  box-shadow: 0px 5px 12px 0px rgba(177,177,177,1);
}

.c-pagination li a {
  display: block;
  height: 50px;
  width: 50px;
  padding: 12px 0 0;
  font-weight: 700;
}

.c-pagination li:last-child {
  margin: 0 0 20px;
}

.c-pagination li.active > a {
  color: #F9991D;
}

.breadcrumbs {
	padding: 20px 0;
}

.breadcrumbs a {
  color: #027AC2;
}

.breadcrumbs .breadcrumb_last {
  font-weight: 500;
  color: #243666;
}

.breadcrumbs span span {
  color: #F9991D;
}

.c-video {
    margin: 75px auto; 
}

.c-video .o-wrapper {
  max-width: 1192px;
}

.c-video header {
  margin: 0 auto 154px;
  max-width: 950px
}

.c-video p:not(.intro-text) {
  max-width: 90%;
  margin: 0 auto 24px
}

.c-video iframe {
  border-radius: 20px;
  margin:0 auto;
}

.c-video .embed-container {
}

.c-video .embed-container::after {
  content: "";
  background-image: url("../../assets/svg/video-bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -85px;
  right: -87px;
  bottom: -65px;
  left: 0;
  z-index: 0;
  background-size: contain;
}

@media only screen and (max-width: 1024px) {

  .c-video {
    margin: 50px auto;
  }
    }

@media only screen and (max-width: 768px) {

  .c-video header {
    margin: 0 auto 100px;
  }
        }

@media only screen and (max-width: 768px) {

  .c-video p:not(.intro-text) {
    max-width: 100%;
  }
        }

/* Slider */

.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    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-dots {
    text-align: center;
    margin: 20px 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
}

.slick-dots li {
  margin: 0 15px 0 0;
  cursor: pointer;
}

.slick-dots li button {
  padding: 0;
  border: none;
  background-color: #FFD196;
  border-radius: 50%;
  height: 17px;
  width: 17px;
  font-size: 0;
}

.slick-dots li:last-child {
  margin: 0;
}

.slick-dots li.slick-active button {
  background-color: #F9991D;
}

.slick-slide {
    outline: #FFD196;
}

.c-accordions .e-section-title {
  text-align: center;
}

.c-accordions .c-accordion {
  margin: 0 auto 20px
}

.c-accordions .c-accordion__wrapper {
  max-width: 1550px;
  margin: 0 auto;
}

.c-accordions .c-accordion__title {
  cursor: pointer;
  padding: 20px 75px 20px 100px;
  background-color: #027AC2;
  border-radius: 5px;
  position: relative;
}

.c-accordions .c-accordion__title h4 {
  margin: 0;
  color: #FFFFFF;
  font-family: poppins,"HelveticaNeue",Arial,sans-serif;
  font-weight: 400;
  display: inline-block;
}

.c-accordions .c-accordion__indicator {
  position: absolute;
  top: 15px;
  right: 40px;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  text-align: center;
  padding: 4px 0 0;
  color: #FFFFFF;
  background-color: #F9991D;
  font-weight: 400;
}

.c-accordions .c-accordion__indicator::after {
  content: "+";
}

.c-accordions .c-accordion__indicator.active {
  background-color: #FFFFFF;
  color: #027AC2;
}

.c-accordions .c-accordion__indicator.active::after {
  content: "-";
}

.c-accordions .c-accordion__content {
  display: none;
  padding: 0 0 20px;
  background-color: #EDF8FF;
  padding: 20px 75px 20px 100px;
}

.c-accordions .c-accordion__content p {
  margin: 0;
}

.c-accordions .c-accordion__content .embed-container {
  margin-top: 40px;
}

@media only screen and (max-width: 1024px) {

  .c-accordions .c-accordion__title {
    padding: 20px 40px 20px 20px;
  }
}

@media only screen and (max-width: 1024px) {

  .c-accordions .c-accordion__indicator {
    right: 1.5%;
  }
}

@media only screen and (max-width: 768px) {

  .c-accordions .c-accordion__indicator {
    padding: 6px 0 0;
  }
}

@media only screen and (max-width: 1024px) {

  .c-accordions .c-accordion__content {
    padding: 20px 40px 20px 20px;
  }
}

body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content {
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image, .fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video, .fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button, .fancybox-button:visited, .fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */

.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2), .fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1), .fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}

/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited, .fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */

@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

.sister-links {
	background-color: #027AC2;
	margin: 0 0 20px;
}

.sister-links .o-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}

.sister-links span, .sister-links a {
  color: #FFFFFF;
  font-weight: 500;
}

.sister-links__list {
  padding: 0;
  margin: 0;
  -ms-flex-positive: 2;
      flex-grow: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}

.sister-links__title {
  margin: 0 20px 0 0;
}

.sister-links__item a {
  text-align: center;
  padding: 35px 20px;
  display: block;
}

.sister-links__item a:hover, .sister-links__item a:focus {
  background-color: #F9991D;
}

.sister-links__contact a {
}

.sister-links__contact a:hover, .sister-links__contact a:focus {
  color: #F9991D;
}

@media(max-width: 1023px) {

  .sister-links {
    padding: 10px 0;
    text-align: center;
  }

  .sister-links .o-wrapper, .sister-links__list {
    display: block;
  }

  .sister-links__title {
    margin: 0 0 20px;
  }

  .sister-links__item a {
    padding: 5px 0;
  }

  .sister-links__item a:hover, .sister-links__item a:focus {
    background-color: transparent;
    color: #F9991D;
  }
	}

.c-site-content__events .blue-bg {
  background-color: #EDF8FF;
  padding: 50px 0;
}

.c-site-content__events .events-filters {
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 20px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 50px auto;
}

.c-site-content__events .events-filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}

.c-site-content__events .events-filter span {
  font-size: calc(22px + 6 * ((100vw - 420px) / 860));
  line-height: calc(28px + 6 * ((100vw - 420px) / 860));
  color: #000000;
  font-weight: 700;
  margin: 0 20px 0 0;
}

@media screen and (min-width: 1280px) {

  .c-site-content__events .events-filter span {
    line-height: 34px;
  }
}

@media screen and (max-width: 420px) {

  .c-site-content__events .events-filter span {
    line-height: 28px;
  }
}

@media screen and (min-width: 1280px) {

  .c-site-content__events .events-filter span {
    font-size: 28px;
  }
}

@media screen and (max-width: 420px) {

  .c-site-content__events .events-filter span {
    font-size: 22px;
  }
}

.c-site-content__events .events-filter ul {
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}

.c-site-content__events .events-filter ul li {
  margin: 0 20px 0 0
}

.c-site-content__events .events-filter ul li:last-child {
  margin: 0;
}

.c-site-content__events .events-filter ul a {
  font-weight: 500;
  display: block;
  line-height: 2;
  color: #000000;
}

.c-site-content__events .events-filter--type {
  margin: 0 120px 0 0;
}

.c-site-content__events .events__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}

@media only screen and (max-width: 850px) {

  .c-site-content__events .events-filters {
    display: block;
  }

  .c-site-content__events .events-filter--type {
    margin: 0;
  }
	}

.post--events-item {
	width: 32.33%;
	margin: 0 1% 20px 0;

	background-color: #FFFFFF;
	border-radius: 5px;
	padding: 30px 20px;
	transition: box-shadow .4s ease-in;
}

.post--events-item .events-item__type {
  padding: 10px 15px;
  border-radius: 5px;
  text-transform: uppercase;
  margin: 0 0 20px;
  border: 2px solid;
  font-weight: 500;
  display: inline-block;
}

.post--events-item .events-item__meta span {
  display: block;
  margin: 0 0 10px;
}

.post--events-item .events-item__title {
  font-family: poppins,"HelveticaNeue",Arial,sans-serif;
  color: #000000;
  margin: 0 0 20px;
  font-size: calc(20px + 6 * ((100vw - 420px) / 860));
  line-height: calc(32px + 6 * ((100vw - 420px) / 860));
}

@media screen and (min-width: 1280px) {

  .post--events-item .events-item__title {
    line-height: 38px;
  }
}

@media screen and (max-width: 420px) {

  .post--events-item .events-item__title {
    line-height: 32px;
  }
}

@media screen and (min-width: 1280px) {

  .post--events-item .events-item__title {
    font-size: 26px;
  }
}

@media screen and (max-width: 420px) {

  .post--events-item .events-item__title {
    font-size: 20px;
  }
}

.post--events-item .events-item__excerpt {
  margin: 0 0 20px;
}

.post--events-item:hover, .post--events-item:focus {
  box-shadow: 0px 10px 11px 0px rgb(190 190 190 / 33%);
}

.post--events-item:nth-child(3n) {
  margin: 0 0 20px;
}

.post--events-item.post--event_cat-events .events-item__type {
  border-color: #F9991D;
}

.post--events-item.post--event_cat-courses .events-item__type {
  border-color: #027AC2;
}

@media only screen and (max-width: 900px) {

  .post--events-item {
    width: 49%;
  }

  .post--events-item:nth-child(2n) {
    margin: 0 0 20px;
  }

  .post--events-item:nth-child(3n) {
    margin: 0 1% 20px 0;
  }

	}

@media only screen and (max-width: 667px) {

  .post--events-item {
    width: 100%;
    margin: 0 auto 20px !important;
  }
	}

.events-item__meta span {
  font-weight: 500;
  margin: 0 10px 0 0;
  padding: 0 0 0 25px;
  position: relative
}

.events-item__meta span::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.events-item__meta--time:before {
	background-image: url("../../assets/svg/clock.svg");
	background-size: 17px;
}

.events-item__meta--location:before {
	background-image: url("../../assets/svg/location.svg");
	background-size: 13px;
}

/* ==========================================================================
   Trumps
   ========================================================================== */

/* ==========================================================================
   Lazysizes
   ========================================================================== */

.lazyload, .lazyloading {
    opacity: 0;
}

.lazyloaded {
    opacity: 1;
    transition: opacity .3s;
}

/* ==========================================================================
   Object fit
   ========================================================================== */

.c-object-fit--polyfill {
    background-size: cover !important;
    background-position: center center !important;
}

.c-object-fit--polyfill img {
  display: none !important;
}
