* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  background-color: #fff;
  color: #455560;
  font-size: 18px;
  font-family: "Quicksand", sans-serif;
  line-height: 1.5555555556;
  overflow-x: hidden;
  padding: 0;
  margin: 140px 0 0 0;
}
@media screen and (max-width: 1200px) {
  body {
    margin: 0;
  }
}
body .main-holder .main-content {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
  padding: 0 330px;
  margin: 0 auto;
  max-width: 1920px;
}
@media screen and (max-width: 1700px) {
  body .main-holder .main-content {
    padding: 0 15%;
  }
}
@media screen and (max-width: 1500px) {
  body .main-holder .main-content {
    padding: 0 10%;
  }
}
@media screen and (max-width: 1280px) {
  body .main-holder .main-content {
    width: 100%;
    padding: 0 20px;
  }
}
body .main-holder .main-content {
  padding-top: 50px;
  padding-bottom: 70px;
}
body .main-holder .main-content h1:first-of-type {
  color: #2b2d44;
  font-size: 50px;
}
body .main-holder .main-content h1:first-of-type:after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #d8d8d8;
  display: block;
  margin: 10px auto 0;
}
body .main-holder .main-content p {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  body .main-holder {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  body .main-holder .main-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  body .main-holder .main-content h1:first-of-type {
    font-size: 30px;
  }
  body .main-holder .main-content h1:first-of-type:after {
    width: 60px;
  }
}
@media screen and (max-width: 480px) {
  body .main-holder .main-content h1:first-of-type {
    font-size: 24px;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: #455560;
  font-family: "Quicksand", sans-serif;
  font-weight: 300;
  letter-spacing: 0px;
  display: block;
  width: 100%;
}

h1 {
  font-size: 62px;
  line-height: 1.25em;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 24px;
  }
}

h2 {
  font-size: 36px;
  line-height: 1.25em;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 20px;
  }
}

h3 {
  font-size: 28px;
  line-height: 1.25em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 24px;
  margin: 0.625em 0;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 18px;
    font-weight: 400;
  }
}

h5 {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 16px;
    font-weight: 400;
  }
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5555555556;
  margin: 0 0 1.25em;
  color: #455560;
}

ul {
  font-weight: 400;
}

ol {
  counter-reset: item;
}
ol > li {
  counter-increment: item;
  list-style-type: none;
  text-indent: -1.25em;
}
ol > li:before {
  content: counter(item) ".";
  display: inline-block;
  font-weight: bold;
  padding-right: 0.5em;
  text-align: right;
  width: 1em;
}

.clearboth {
  clear: both;
}

.intro, .intro p, .intro a {
  font-size: 28px;
  line-height: 1.4em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .intro, .intro p, .intro a {
    font-size: 18px;
  }
}

a {
  color: #0182a0;
  text-decoration: none;
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}

a:hover,
a:active {
  color: #d80501;
}

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

.no-padding {
  padding: 0;
}

.ui-helper-hidden-accessible {
  display: none;
}

.container {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
  padding: 0 330px;
  margin: 0 auto;
  max-width: 1920px;
}
@media screen and (max-width: 1700px) {
  .container {
    padding: 0 15%;
  }
}
@media screen and (max-width: 1500px) {
  .container {
    padding: 0 10%;
  }
}
@media screen and (max-width: 1280px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}

.container-2col {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
  padding: 0 0 0 330px;
  margin: 0 auto;
  max-width: 1920px;
}
@media screen and (max-width: 1700px) {
  .container-2col {
    padding: 0 0 0 15%;
  }
}
@media screen and (max-width: 1500px) {
  .container-2col {
    padding: 0 0 0 10%;
  }
}
@media screen and (max-width: 1280px) {
  .container-2col {
    width: 100%;
    padding: 0 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .container-2col {
    padding: 0 20px;
  }
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  background-image: url("/images/svg/drop-list-arrow.svg");
  background-repeat: no-repeat;
  background-position: top 50% right 24px;
}

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

iframe {
  margin-bottom: 20px;
}

.centre {
  text-align: center;
}

.width-90 {
  padding: 0 5%;
}

.width-80 {
  padding: 0 10%;
}

.width-70 {
  padding: 0 15%;
}

.width-60 {
  padding: 0 20%;
}

/**umb_name:Image Left*/
div.image-left, span.image-left {
  float: left;
  width: 50% !important;
  height: auto !important;
  max-width: 100%;
  margin: 0 50px 50px 0;
}
@media screen and (max-width: 480px) {
  div.image-left, span.image-left {
    float: none;
    width: 100% !important;
    margin: 50px 0;
  }
}

/**umb_name:Image Right*/
div.image-right, span.image-right {
  float: right;
  width: 50% !important;
  height: auto !important;
  max-width: 100%;
  margin: 0 0 50px 50px;
}
@media screen and (max-width: 480px) {
  div.image-right, span.image-right {
    float: none;
    width: 100% !important;
    margin: 50px 0;
  }
}

div.image-left, div.image-right, span.image-left, span.image-right {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
}

/*.umbraco-forms-form {*/
form {
  margin-bottom: 40px;
}
form > .form__field {
  position: relative;
}
form > .form__field textarea {
  width: 100%;
  height: 40px;
  border: 1px solid #d8d8d8;
}
form > .form__field:nth-of-type(1) {
  width: 100%;
}
form > .form__field:nth-of-type(1) label {
  margin-top: 0;
}
form > .form__field:nth-of-type(2) {
  width: 48%;
  float: left;
  margin-right: 2%;
}
@media screen and (max-width: 480px) {
  form > .form__field:nth-of-type(2) {
    width: 100%;
    margin-right: 0;
  }
}
form > .form__field:nth-of-type(3) {
  width: 48%;
  float: left;
  margin-left: 2%;
}
@media screen and (max-width: 480px) {
  form > .form__field:nth-of-type(3) {
    width: 100%;
    margin-left: 0;
  }
}
form > .form__field:nth-of-type(4) {
  clear: both;
  width: 100%;
}
form > .form__field:nth-of-type(4) textarea {
  height: 200px;
}
form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
form label {
  display: inline-block;
  font-weight: 600;
  margin: 10px 0 5px;
  padding: 0;
  color: #2b2d44;
}
@media screen and (max-width: 480px) {
  form label {
    font-weight: 500;
    width: 100%;
    font-size: 16px;
  }
}
form label.lblPrivacy {
  margin-left: 20px;
}
form [type=checkbox] {
  position: absolute;
  top: 17px;
}
form .button--primary {
  margin-top: 40px;
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
   Add 100px margin at top, to counter the floating header
 */
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

@media (min-width: 769px) {
  .grid__col--1 {
    width: 6.5%;
  }
  .grid__col--2 {
    width: 15%;
  }
  .grid__col--3 {
    width: 23.5%;
  }
  .grid__col--4 {
    width: 32%;
  }
  .grid__col--5 {
    width: 40.5%;
  }
  .grid__col--6 {
    width: 49%;
  }
  .grid__col--7 {
    width: 57.5%;
  }
  .grid__col--8 {
    width: 66%;
  }
  .grid__col--9 {
    width: 74.5%;
  }
  .grid__col--10 {
    width: 83%;
  }
  .grid__col--11 {
    width: 91.5%;
  }
  .grid__col--12 {
    width: 100%;
  }
}
@media (min-width: 1px) and (max-width: 768px) {
  [class^=grid__col--] {
    margin-top: 0.75pxem;
    margin-bottom: 0.75pxem;
  }
}
@media (min-width: 769px) {
  [class^=grid__col--] {
    float: left;
    min-height: 1px;
  }
  [class^=grid__col--]:last-of-type {
    float: left;
  }
}

@media (max-width: 768px) {
  .grid__col--3.sidemenu:empty {
    display: none;
  }
}

.grid__col--3 {
  width: 25%;
}
@media (max-width: 768px) {
  .grid__col--3 {
    width: 100%;
  }
  .grid__col--3:empty {
    display: none;
  }
}

.grid__col--6 {
  margin-right: 0px;
  width: 50%;
}
@media (max-width: 768px) {
  .grid__col--6 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .grid__col--8 {
    width: 100%;
  }
}

.grid__col--9 {
  width: 75%;
}
@media (max-width: 768px) {
  .grid__col--9 {
    width: 100%;
  }
}

/* PAGES WITH SIDE NAV */
.container-2col {
  flex-direction: row;
  overflow: visible;
  position: relative;
  border-bottom: 1px solid #f4f4f4;
}
.container-2col .grid__col--8 + .grid__col--4 {
  width: 34%;
}
@media screen and (max-width: 768px) {
  .container-2col .grid__col--8 + .grid__col--4 {
    order: 1;
    width: 100%;
  }
}
.container-2col .grid__col--8 {
  padding-top: 55px;
  padding-bottom: 100px;
  border-right: 2px solid #f4f4f4;
  padding-right: 10%;
}
@media screen and (max-width: 1200px) {
  .container-2col .grid__col--8 {
    padding-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .container-2col .grid__col--8 {
    border-right: 0;
    width: 100%;
    padding-right: 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #f4f4f4;
  }
}
.container-2col .grid__col--4 {
  padding-top: 55px;
  padding-bottom: 100px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .container-2col .grid__col--4 {
    width: 100%;
    padding-bottom: 0;
    padding-top: 40px;
  }
}

.grid {
  width: 100%;
  margin-top: 20px;
}
[class*=grid__col--] > .grid {
  width: 100%;
}
@media (min-width: 1100px) {
  .grid {
    max-width: 1600px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

img {
  vertical-align: middle;
}

.banner {
  background-color: #2b2d44;
  padding: 30px 0;
}
.banner h1 {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
  padding: 0 330px;
  margin: 0 auto;
  max-width: 1920px;
}
@media screen and (max-width: 1700px) {
  .banner h1 {
    padding: 0 15%;
  }
}
@media screen and (max-width: 1500px) {
  .banner h1 {
    padding: 0 10%;
  }
}
@media screen and (max-width: 1280px) {
  .banner h1 {
    width: 100%;
    padding: 0 20px;
  }
}
.banner h1 {
  color: #fff;
}

.page-banner {
  width: 100%;
  margin-bottom: 30px;
}

.banner-with-svg {
  background-color: #2b2d44;
  padding: 30px 0;
}
.banner-with-svg .banner__holder {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
  padding: 0 330px;
  margin: 0 auto;
  max-width: 1920px;
}
@media screen and (max-width: 1700px) {
  .banner-with-svg .banner__holder {
    padding: 0 15%;
  }
}
@media screen and (max-width: 1500px) {
  .banner-with-svg .banner__holder {
    padding: 0 10%;
  }
}
@media screen and (max-width: 1280px) {
  .banner-with-svg .banner__holder {
    width: 100%;
    padding: 0 20px;
  }
}
.banner-with-svg .banner__holder {
  flex-direction: row;
  align-items: center;
}
.banner-with-svg .banner__holder h1 {
  display: inline;
  padding: 0 0 0 50px;
  color: #fff;
  width: auto;
}
@media screen and (max-width: 768px) {
  .banner-with-svg .banner__holder h1 {
    padding: 0 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .banner-with-svg .banner__holder svg {
    width: 80px;
  }
}

.breadcrumb-trail {
  display: flex;
  border-bottom: 1px solid #f4f4f4;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .breadcrumb-trail {
    display: none;
  }
}
.breadcrumb-trail__list {
  display: flex;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
  padding: 0 330px;
  margin: 0 auto;
  max-width: 1920px;
}
@media screen and (max-width: 1700px) {
  .breadcrumb-trail__list {
    padding: 0 15%;
  }
}
@media screen and (max-width: 1500px) {
  .breadcrumb-trail__list {
    padding: 0 10%;
  }
}
@media screen and (max-width: 1280px) {
  .breadcrumb-trail__list {
    width: 100%;
    padding: 0 20px;
  }
}
.breadcrumb-trail__item {
  display: inline;
  font-size: 0.9em;
}
.breadcrumb-trail__link {
  color: #455560;
  font-weight: 300;
}
.breadcrumb-trail__child {
  font-weight: 500;
}
.breadcrumb-trail__spacer {
  display: inline;
  font-size: 0.9em;
  margin: 0 5px;
}

.button--primary {
  min-height: 55px;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .button--primary {
    font-size: 16px;
    min-height: 45px;
  }
}
.button--primary.box {
  display: inline-block;
  border-radius: 28px;
  background-color: #0182a0;
  border: 1px solid #0182a0;
  color: #fff;
  text-align: center;
  padding: 12px 25px;
  text-transform: uppercase;
  min-width: 150px;
  cursor: pointer;
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
@media screen and (max-width: 480px) {
  .button--primary.box {
    min-width: 130px;
    padding: 7px 20px;
  }
}
.button--primary.box:hover {
  background-color: #fff;
  color: #0182a0;
}
.button--primary.search {
  padding: 12px 55px 12px 30px;
  background-image: url("/content/images/svg/Search-button-icon.svg");
  background-repeat: no-repeat;
  background-position: top 50% right 20px;
}
.button--primary.search:hover {
  background-image: url("/content/images/svg/Search-icon.svg");
}

.button--link {
  font-size: 28px;
  font-weight: 400;
  padding: 0 30px 0 0;
  position: relative;
  color: #0182a0;
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
.button--link svg {
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  top: 50%;
}
.button--link svg path {
  fill: #d80501;
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
.button--link:hover {
  background-color: #fff;
  color: #455560;
}
.button--link:hover svg {
  fill: #455560;
}
@media screen and (max-width: 480px) {
  .button--link {
    font-size: 16px;
  }
}

.button--panel {
  font-weight: 500;
  padding: 10px 0 10px 35px;
  position: relative;
  color: #0182a0;
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
.button--panel svg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.button--panel svg path {
  fill: #d80501;
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
.button--panel:hover {
  color: #455560;
}
.button--panel:hover svg path {
  fill: #455560;
}
@media screen and (max-width: 480px) {
  .button--panel {
    font-size: 16px;
  }
}

.button--back {
  font-size: 20px;
  font-weight: 400;
  padding: 20px 0 20px 30px;
  display: block;
  position: relative;
  color: #0182a0;
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
.button--back svg {
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  top: 50%;
  width: 20px;
  height: 20px;
}
.button--back svg path {
  fill: #d80501;
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
.button--back:hover {
  color: #455560;
}
.button--back:hover svg path {
  fill: #455560;
}
@media screen and (max-width: 480px) {
  .button--back {
    font-size: 16px;
  }
}

.fc-clear {
  clear: both;
}

#calendar .fc-toolbar {
  margin-bottom: 5px;
}
#calendar .fc-toolbar .fc-left button.fc-prev-button, #calendar .fc-toolbar .fc-left button.fc-next-button, #calendar .fc-toolbar .fc-right button.fc-prev-button, #calendar .fc-toolbar .fc-right button.fc-next-button {
  background-color: transparent;
  background-image: none;
  padding: 0;
  border: 0;
  pointer-events: all;
  text-shadow: none;
  box-shadow: none;
}
#calendar .fc-toolbar .fc-left button.fc-prev-button span, #calendar .fc-toolbar .fc-left button.fc-next-button span, #calendar .fc-toolbar .fc-right button.fc-prev-button span, #calendar .fc-toolbar .fc-right button.fc-next-button span {
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: left 50%;
}
#calendar .fc-toolbar .fc-left button.fc-prev-button span:after, #calendar .fc-toolbar .fc-left button.fc-next-button span:after, #calendar .fc-toolbar .fc-right button.fc-prev-button span:after, #calendar .fc-toolbar .fc-right button.fc-next-button span:after {
  display: none;
}
#calendar .fc-toolbar .fc-left {
  position: relative;
  display: block;
}
#calendar .fc-toolbar .fc-left button.fc-prev-button {
  float: left;
}
#calendar .fc-toolbar .fc-left button.fc-prev-button span {
  background-image: url("/content/images/svg/Red-circle-arrow-left.svg");
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
#calendar .fc-toolbar .fc-left button.fc-prev-button:hover span {
  background-image: url("/content/images/svg/Red-circle-arrow-hover-left.svg");
}
#calendar .fc-toolbar .fc-left button.fc-today-button {
  display: none;
}
#calendar .fc-toolbar .fc-right {
  position: relative;
  display: block;
}
#calendar .fc-toolbar .fc-right button.fc-next-button {
  float: right;
}
#calendar .fc-toolbar .fc-right button.fc-next-button span {
  background-image: url("/content/images/svg/Red-circle-arrow.svg");
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
#calendar .fc-toolbar .fc-right button.fc-next-button:hover span {
  background-image: url("/content/images/svg/Red-circle-arrow-hover.svg");
}
#calendar .fc-toolbar .fc-center h2 {
  font-size: 24px;
  font-weight: 600;
}
#calendar table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0 !important;
}
#calendar table thead {
  background-color: #2b2d44;
  border-color: #d8d8d8;
}
#calendar table thead tr th {
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  padding: 7px;
  font-weight: 500;
  font-size: 16px;
  border-color: #d8d8d8;
}
@media screen and (max-width: 480px) {
  #calendar table thead tr th {
    color: transparent;
    font-size: 0;
  }
  #calendar table thead tr th:first-letter {
    color: #fff;
    font-size: 16px;
  }
}
#calendar table tbody tr {
  border: 0 !important;
}
#calendar table tbody tr:first-of-type {
  background-color: #2b2d44;
}
#calendar table tbody tr:first-of-type td {
  font-weight: 700;
}
#calendar table tbody tr th {
  background-color: #2b2d44;
  color: #fff;
  font-weight: 500;
}
#calendar table tbody tr td {
  border: 1px solid #d8d8d8;
  color: #2b2d44;
  padding: 0;
  background-color: #fff;
}
#calendar table tbody tr td:first-of-type {
  border-left: 0;
}
#calendar table tbody tr td:last-of-type {
  border-right: 0;
}
#calendar table tbody tr td .fc-day-number {
  font-size: 14px;
  text-align: left;
  color: #455560;
  float: none;
  padding: 0px 7px;
}
#calendar table tbody tr td .fc-other-month {
  opacity: 1;
}
#calendar table tbody tr td .fc-other-month .fc-day-number {
  color: #d8d8d8;
}
#calendar table tbody tr td.fc-day-top {
  background-color: #f4f4f4;
}
#calendar table tbody tr td.fc-widget-content .fc-scroller {
  height: auto !important;
}
#calendar table tbody tr td.fc-widget-content .fc-scroller .fc-day-grid .fc-row.fc-week {
  height: 180px !important;
}
#calendar table tbody tr td.fc-widget-content .fc-scroller .fc-day-grid .fc-row.fc-week .fc-content-skeleton table {
  width: 100%;
  border: 0;
}
#calendar table tbody tr td.fc-widget-content .fc-scroller .fc-day-grid .fc-row.fc-week .fc-content-skeleton table tbody tr td {
  background-color: #fff;
  border-bottom: 1px solid #fff;
}
#calendar table tbody tr td.fc-widget-content .fc-scroller .fc-day-grid .fc-row.fc-week .fc-content-skeleton table tbody tr td:first-of-type {
  border-left: 0;
}
#calendar table tbody tr td.fc-widget-content .fc-scroller .fc-day-grid .fc-row.fc-week .fc-content-skeleton table tbody tr td:last-of-type {
  border-right: 0;
}
#calendar table tbody tr td.fc-widget-content .fc-scroller .fc-day-grid .fc-row.fc-week .fc-content-skeleton table tbody tr td.fc-event-container {
  background-color: #fff;
  font-size: 11px;
  padding: 15px 7px;
  font-weight: 600;
  color: #0182a0;
  border-bottom: 1px solid #d8d8d8;
}
#calendar table tbody tr td.fc-widget-content .fc-scroller .fc-day-grid .fc-row.fc-week .fc-content-skeleton table tbody tr td.fc-event-container a.fc-day-grid-event {
  background-color: transparent;
  color: #0182a0;
  border: 0;
  font-size: 1em;
  margin: 0;
}
#calendar table tbody tr td.fc-widget-content .fc-scroller .fc-day-grid .fc-row.fc-week .fc-content-skeleton table tbody tr td.fc-event-container a.fc-day-grid-event .fc-content {
  white-space: normal;
}
#calendar table tbody tr td.fc-widget-content .fc-scroller .fc-day-grid .fc-row.fc-week .fc-content-skeleton table tbody tr td.fc-event-container a.fc-day-grid-event .fc-content .fc-time, #calendar table tbody tr td.fc-widget-content .fc-scroller .fc-day-grid .fc-row.fc-week .fc-content-skeleton table tbody tr td.fc-event-container a.fc-day-grid-event .fc-content .fc-title {
  font-weight: 600;
}
#calendar table tbody tr td.fc-widget-content .fc-scroller .fc-day-grid .fc-row.fc-week .fc-content-skeleton table tbody tr td.fc-more-cell {
  background-color: #fff;
  font-size: 11px;
  padding: 7px;
  font-weight: 600;
  color: #0182a0;
  border-bottom: 1px solid #d8d8d8;
}
#calendar table tbody tr td.fc-widget-content .fc-scroller .fc-day-grid .fc-row.fc-week .fc-content-skeleton table tbody tr td.fc-more-cell a.fc-more {
  margin: 0;
  font-size: 1em;
  color: #0182a0;
}
#calendar .ui-dialog {
  z-index: 9999 !important;
}
#calendar .ui-dialog .ui-dialog-content {
  position: fixed !important;
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  #calendar .fc-listMonth-view {
    border-top: 0;
  }
  #calendar .fc-scroller {
    height: auto !important;
  }
  #calendar .fc-scroller table {
    border: 0;
    display: flex;
    width: 100%;
    flex: 1 0 100%;
  }
  #calendar .fc-scroller table tbody {
    display: flex;
    flex: 1 0 100%;
    flex-direction: row;
    border: 0;
    width: 100%;
    align-items: stretch;
    flex-wrap: wrap;
  }
  #calendar .fc-scroller table tbody tr {
    display: inline-flex;
    flex-direction: row;
  }
  #calendar .fc-scroller table tbody tr.fc-list-heading {
    flex: 0 0 10%;
    flex-direction: column;
    background-color: #fff;
    border-top: 1px solid #d8d8d8 !important;
  }
  #calendar .fc-scroller table tbody tr.fc-list-heading + .fc-list-item {
    flex: 0 0 90%;
    margin-left: 0;
  }
  #calendar .fc-scroller table tbody tr.fc-list-heading {
    /*@media screen and (max-width:580px) {
        flex: 0 0 15%;

        & + .fc-list-item {
            flex: 0 0 85%;
            padding-left: 0;
        }
    }*/
  }
}
@media screen and (max-width: 768px) and (max-width: 1200px) {
  #calendar .fc-scroller table tbody tr.fc-list-heading {
    flex: 0 0 20%;
  }
  #calendar .fc-scroller table tbody tr.fc-list-heading + .fc-list-item {
    flex: 0 0 80%;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #calendar .fc-scroller table tbody tr.fc-list-heading .fc-widget-header {
    flex-direction: column;
    border: 0;
    width: 30px;
    height: 30px;
    padding: 10px;
    background-color: #f4f4f4;
    overflow: hidden;
  }
  #calendar .fc-scroller table tbody tr.fc-list-heading .fc-widget-header span {
    color: #2b2d44;
    display: block;
    float: none;
  }
  #calendar .fc-scroller table tbody tr.fc-list-heading .fc-widget-header span.fc-list-heading-main {
    text-align: center;
  }
  #calendar .fc-scroller table tbody tr.fc-list-heading .fc-widget-header span.fc-list-heading-alt {
    display: none;
  }
  #calendar .fc-scroller table tbody tr.fc-list-item {
    display: flex;
    flex: 1 1 100%;
    flex-direction: column;
    border-top: 1px solid #d8d8d8 !important;
    margin-left: 20%;
  }
}
@media screen and (max-width: 768px) and (max-width: 1200px) {
  #calendar .fc-scroller table tbody tr.fc-list-item {
    margin-left: 20%;
  }
}
@media screen and (max-width: 768px) {
  #calendar .fc-scroller table tbody tr.fc-list-item td {
    display: flex;
    border: 0;
    padding: 10px;
    width: 100%;
    font-size: 0.9em;
  }
  #calendar .fc-scroller table tbody tr.fc-list-item td.fc-list-item-marker {
    display: none;
  }
  #calendar .fc-scroller table tbody tr.fc-list-item td.fc-list-item-time {
    order: 2;
    color: #0182a0;
  }
  #calendar .fc-scroller table tbody tr.fc-list-item td.fc-list-item-title {
    order: 1;
  }
  #calendar .fc-scroller table tbody tr.fc-list-item td a {
    color: #0182a0;
    font-weight: 500;
  }
  #calendar .fc-scroller table tbody tr td {
    border: 0;
  }
}

.ui-dialog {
  z-index: 9999 !important;
  width: auto !important;
}

.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable.ui-resizable {
  display: none;
}

.fc button {
  height: auto;
}

.calendar-popup {
  display: none;
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  left: 0;
  top: 0;
  z-index: 9999 !important;
  padding: 0 !important;
}
.calendar-popup__background {
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
}
.calendar-popup__holder {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
  padding: 0 0 0 330px;
  margin: 0 auto;
  max-width: 1920px;
}
@media screen and (max-width: 1700px) {
  .calendar-popup__holder {
    padding: 0 0 0 15%;
  }
}
@media screen and (max-width: 1500px) {
  .calendar-popup__holder {
    padding: 0 0 0 10%;
  }
}
@media screen and (max-width: 1280px) {
  .calendar-popup__holder {
    width: 100%;
    padding: 0 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .calendar-popup__holder {
    padding: 0 20px;
  }
}
.calendar-popup__holder {
  height: 100%;
  position: relative;
}
.calendar-popup__popup {
  border: 10px solid #2b2d44;
  background-color: #fff;
  width: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  display: block;
  padding: 30px 50px 50px;
}
@media screen and (max-width: 1200px) {
  .calendar-popup__popup {
    padding: 30px 35px;
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .calendar-popup__popup {
    padding: 30px 20px;
  }
}
.calendar-popup__date {
  font-size: 46px;
  line-height: 32px;
  text-align: center;
  float: left;
  margin-bottom: 20px;
}
.calendar-popup__date span {
  display: block;
  font-size: 22px;
  text-transform: uppercase;
}
.calendar-popup__content {
  clear: both;
}
.calendar-popup__content h1, .calendar-popup__content h2, .calendar-popup__content h3, .calendar-popup__content h4, .calendar-popup__content h5, .calendar-popup__content h6 {
  font-weight: 600;
  margin: 0;
}
.calendar-popup__content h5 {
  font-size: 20px;
}
.calendar-popup__content p {
  padding: 10px 0;
  font-weight: 500;
  opacity: 0.9;
}
.calendar-popup__close {
  position: absolute;
  top: -8px;
  right: -10px;
  background-color: #2b2d44;
  color: white;
  margin-top: -1px;
  padding: 16px 22px 12px 20px;
  border-radius: 0 0 0 25px;
  font-weight: 500;
  cursor: pointer;
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
.calendar-popup__close svg {
  width: 16px;
  height: 16px;
  margin-left: 10px;
}
.calendar-popup__close svg path {
  fill: #fff;
}
.calendar-popup__close:hover {
  background-color: #0182a0;
}

/* CAROUSEL RESET */
#carousel.owl-carousel {
  flex: none;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
#carousel.owl-carousel .owl-stage-outer {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
#carousel.owl-carousel .owl-stage-outer .owl-stage {
  display: inline-block;
}
#carousel.owl-carousel .owl-stage-outer .owl-stage .owl-item {
  display: inline-block;
}
#carousel.owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
  display: inline-block;
}
#carousel.owl-carousel .owl-stage-outer .owl-stage .owl-item .item picture {
  display: inline-block;
}
#carousel.owl-carousel .owl-stage-outer .owl-stage .owl-item .item picture img {
  display: inline-block;
}
#carousel.owl-carousel .owl-nav {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  width: 100%;
  display: block;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #carousel.owl-carousel .owl-nav {
    top: 40%;
  }
}
#carousel.owl-carousel .owl-nav .carousel__nav--prev, #carousel.owl-carousel .owl-nav .carousel__nav--next {
  pointer-events: all;
  width: 52px;
  height: 90px;
  display: block;
  background-repeat: no-repeat;
  color: transparent;
  padding: 0;
  border: 0;
  background-color: transparent;
}
#carousel.owl-carousel .owl-nav .carousel__nav--prev svg #circle, #carousel.owl-carousel .owl-nav .carousel__nav--next svg #circle {
  fill: #2b2d44;
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
#carousel.owl-carousel .owl-nav .carousel__nav--prev svg #arrow, #carousel.owl-carousel .owl-nav .carousel__nav--next svg #arrow {
  fill: #fff;
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
#carousel.owl-carousel .owl-nav .carousel__nav--prev:hover svg #circle, #carousel.owl-carousel .owl-nav .carousel__nav--next:hover svg #circle {
  fill: #fff;
}
#carousel.owl-carousel .owl-nav .carousel__nav--prev:hover svg #arrow, #carousel.owl-carousel .owl-nav .carousel__nav--next:hover svg #arrow {
  fill: #2b2d44;
}
#carousel.owl-carousel .owl-nav .carousel__nav--prev:hover, #carousel.owl-carousel .owl-nav .carousel__nav--next:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #carousel.owl-carousel .owl-nav .carousel__nav--prev, #carousel.owl-carousel .owl-nav .carousel__nav--next {
    width: 31px;
    height: 54px;
    background-size: 31px 54px;
  }
}
#carousel.owl-carousel .owl-nav .owl-prev {
  float: left;
}
#carousel.owl-carousel .owl-nav .owl-next {
  float: right;
}
#carousel.owl-carousel .owl-dots {
  position: absolute;
  left: 5%;
  bottom: 30px;
  width: 90%;
  text-align: right;
  pointer-events: none;
}
#carousel.owl-carousel .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #2b2d44;
  background-color: #fff;
  margin-left: 10px;
  pointer-events: all;
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
#carousel.owl-carousel .owl-dots .owl-dot:hover {
  cursor: pointer;
  background-color: #2b2d44;
}
#carousel.owl-carousel .owl-dots .owl-dot.active {
  background-color: #2b2d44;
}
@media screen and (max-width: 480px) {
  #carousel.owl-carousel .owl-dots {
    display: none;
  }
}

.carousel-holder {
  position: relative;
}
.carousel-holder .carousel {
  margin: 0 auto;
  max-width: 1920px;
}
.carousel-holder .carousel__image {
  position: relative;
}
.carousel-holder .carousel__content {
  position: absolute;
  left: 5%;
  bottom: 70px;
  width: 90%;
  background-color: rgba(43, 45, 68, 0.85);
  padding: 20px 30px 30px;
  margin: 0 auto;
}
.carousel-holder .carousel__content h1 {
  color: #fff;
  text-align: center;
  margin: 0;
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  .carousel-holder .carousel__content h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .carousel-holder .carousel__content h1 {
    font-size: 26px;
  }
}
.carousel-holder .carousel__content p, .carousel-holder .carousel__content a {
  font-size: 24px;
}
@media screen and (max-width: 1200px) {
  .carousel-holder .carousel__content {
    bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .carousel-holder .carousel__content {
    position: static;
    width: 100%;
    margin: 0;
    left: 0;
    bottom: 0;
    padding: 15px 30px 20px;
    background-color: #2b2d44;
  }
}
.carousel-holder .carousel__button {
  width: 90px;
  height: 47px;
  display: block;
  left: 50%;
  bottom: 7px;
  position: absolute;
  transform: translateX(-50%);
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
.carousel-holder .carousel__button.no-nav {
  bottom: -1px;
}
.carousel-holder .carousel__button svg #circle {
  fill: #fff;
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
.carousel-holder .carousel__button svg #arrow {
  fill: #2b2d44;
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
.carousel-holder .carousel__button:hover {
  cursor: pointer;
}
.carousel-holder .carousel__button:hover svg #circle {
  fill: #2b2d44;
}
.carousel-holder .carousel__button:hover svg #arrow {
  fill: #fff;
}
@media screen and (max-width: 1200px) {
  .carousel-holder .carousel__button {
    display: none;
  }
}

.faq__group {
  width: 100%;
  display: block;
}
.faq__list {
  width: 100%;
  display: block;
  padding-bottom: 20px;
}
.faq__item {
  border: 2px solid #0182a0;
  min-height: 70px;
  border-radius: 35px;
  color: #0182a0;
  margin-bottom: 20px;
  background-color: #fff;
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
.faq__item:hover {
  background-color: #0182a0;
}
.faq__item:hover .faq__head a {
  color: #fff;
}
.faq__item.active {
  border: 2px solid #2b2d44;
  background-color: #2b2d44;
  color: #fff;
}
.faq__head {
  padding: 14px 50px 14px 35px;
  position: relative;
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
.faq__head.active .faq__button svg path {
  fill: #fff;
}
.faq__head.active .faq__button svg #vertical-1 {
  fill: transparent;
}
.faq__head.active .faq__button svg #vertical-2 {
  fill: transparent;
}
.faq__head.active:hover {
  cursor: pointer;
}
.faq__head.active:hover a {
  color: #0BD1FE;
}
.faq__head.active:hover .faq__button svg path {
  fill: #0BD1FE;
}
.faq__head.active a {
  color: #fff;
}
.faq__head.inactive:hover {
  color: #fff;
  cursor: pointer;
}
.faq__head.inactive:hover .faq__button svg path {
  fill: #fff;
}
.faq__head.inactive a {
  color: #0182a0;
}
.faq__link {
  width: 100%;
  font-size: 24px;
  color: #0182a0;
}
.faq__button {
  position: absolute;
  top: 17px;
  right: 20px;
}
.faq__button svg path {
  fill: #0182a0;
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
.faq__body {
  padding: 20px 35px;
  margin: 0;
}
.faq__body h1, .faq__body h2, .faq__body h3, .faq__body h4, .faq__body h5, .faq__body h6, .faq__body ul, .faq__body ol, .faq__body li, .faq__body p {
  color: #fff;
}
.faq__body a {
  color: #fff;
  text-decoration: underline;
}

.feature__panel {
  display: flex;
  width: 100%;
}
.feature__list {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .feature__list {
    flex-direction: column;
  }
}
.feature__item {
  margin-top: 30px;
  width: 100%;
}
.feature__item:nth-of-type(odd) {
  margin-right: 75px;
}
@media screen and (max-width: 480px) {
  .feature__item:nth-of-type(odd) {
    margin-right: 0;
  }
}
.feature__link {
  display: block;
}
.feature__link:hover .feature__button {
  color: #455560;
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
.feature__link:hover .feature__button svg path {
  fill: #455560;
}
.feature__link:hover .feature__image picture img {
  transform: scale(1.2, 1.2);
}
.feature__content {
  width: 100%;
  display: block;
  padding: 30px 0 50px;
}
.feature__image picture {
  display: inline-block;
  overflow: hidden;
}
.feature__image picture img {
  transform: scale(1, 1);
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
.feature--side__panel {
  display: flex;
  width: 100%;
  flex: 1 0 100%;
}
.feature--side__list {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  flex: 1 0 100%;
}
.feature--side__item {
  margin-top: 30px;
  width: 100%;
  background-color: #2b2d44;
}
.feature--side__link {
  display: block;
}
.feature--side__link:hover .feature--side__content h4 {
  color: #0182a0;
}
.feature--side__link:hover .feature--side__button {
  background-color: #fff;
  color: #0182a0;
}
.feature--side__link:hover .feature--side__image picture img {
  transform: scale(1.2, 1.2);
}
.feature--side__content {
  width: 100%;
  display: block;
  padding: 30px 50px 50px;
}
.feature--side__content h4 {
  color: #fff;
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
.feature--side__image picture {
  display: inline-block;
  overflow: hidden;
}
.feature--side__image picture img {
  transform: scale(1, 1);
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
.feature--home__panel {
  display: flex;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #079bef;
}
@media screen and (max-width: 480px) {
  .feature--home__panel {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.feature--home__list {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
  padding: 0 330px;
  margin: 0 auto;
  max-width: 1920px;
}
@media screen and (max-width: 1700px) {
  .feature--home__list {
    padding: 0 15%;
  }
}
@media screen and (max-width: 1500px) {
  .feature--home__list {
    padding: 0 10%;
  }
}
@media screen and (max-width: 1280px) {
  .feature--home__list {
    width: 100%;
    padding: 0 20px;
  }
}
.feature--home__list {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-flow: row wrap;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
}
@media screen and (max-width: 480px) {
  .feature--home__list {
    flex-direction: column;
    align-items: flex-start;
  }
}
.feature--home__item {
  flex: 0 0 30%;
}
@media screen and (min-width: 769px) {
  .feature--home__item:nth-of-type(3n+2) {
    margin-left: 5%;
    margin-right: 5%;
  }
  .feature--home__item:last-of-type {
    margin-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .feature--home__item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .feature--home__item {
    flex: 0 0 47%;
    margin-right: 6%;
    margin-bottom: 30px;
  }
  .feature--home__item:nth-of-type(2n+2) {
    margin-right: 0;
  }
  .feature--home__item:last-of-type {
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .feature--home__item {
    flex: 0 0 auto;
    width: 100%;
    margin-right: 0;
  }
  .feature--home__item:last-of-type {
    margin-bottom: 0;
  }
}
.feature--home__link {
  position: relative;
  width: 100%;
  display: block;
}
.feature--home__link:hover .feature--home__content h4 {
  color: #455560;
}
.feature--home__link:hover .feature--home__content svg path {
  fill: #455560;
}
.feature--home__link:hover .feature--home__image picture img {
  transform: scale(1.2, 1.2);
}
.feature--home__content {
  z-index: 5;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  padding: 30px;
}
@media screen and (max-width: 1200px) {
  .feature--home__content {
    padding: 20px;
  }
}
.feature--home__content h4 {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 5px 40px 5px 15px;
  background-color: rgba(255, 255, 255, 0.95);
  color: #0182a0;
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
@media screen and (max-width: 1200px) {
  .feature--home__content h4 {
    padding: 10px 40px 10px 15px;
  }
}
.feature--home__content svg {
  position: absolute;
  right: 45px;
  top: 45px;
}
.feature--home__content svg path {
  fill: #d80501;
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
@media screen and (max-width: 1200px) {
  .feature--home__content svg {
    top: 35px;
    right: 35px;
  }
}
.feature--home__image {
  z-index: 2;
  line-height: 0;
}
.feature--home__image picture {
  display: inline-block;
  overflow: hidden;
}
.feature--home__image picture img {
  transform: scale(1, 1);
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}

.footer-links {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-links li {
  padding-bottom: 10px;
}
.footer-links li a {
  font-size: 16px;
  font-weight: 500;
}

.footer-logos {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .footer-logos {
    justify-content: flex-start;
  }
}
.footer-logos__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.footer-logos__item {
  font-size: 15px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .footer-logos__item {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.footer-menu {
  display: flex;
  flex: 1 1 0;
  align-items: center;
  flex-grow: 12;
}
.footer-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex: 1 1 0;
}
.footer-menu__item {
  font-size: 15px;
  padding-right: 20px;
  color: #2b2d44;
}
.footer-menu__item a {
  color: #2b2d44;
}
.footer-menu__item a:hover {
  color: #0182a0;
}
.footer-menu__item a.active {
  font-weight: bold;
}
.footer-menu__item--active a {
  font-weight: bold;
  font-size: 15px;
  color: #d80501;
}
@media screen and (max-width: 1200px) {
  .footer-menu__list {
    flex-wrap: wrap;
  }
  .footer-menu__item {
    padding-right: 15px;
  }
}
@media screen and (max-width: 480px) {
  .footer-menu {
    flex: none;
  }
  .footer-menu__list {
    flex-direction: column;
    flex-shrink: 1;
  }
}

.footer-text {
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
  flex-direction: column;
  padding: 0;
  text-align: left;
}
.footer-text h5 {
  margin-top: 0;
  font-weight: 600;
}
.footer-text p {
  font-weight: 500;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

footer {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  min-height: 120px;
  border-top: 1px solid #f4f4f4;
}
footer .footer__main-row {
  display: flex;
  flex-direction: row;
  padding: 100px 0;
  width: 100%;
}
footer .footer__main-row .container {
  flex-direction: row;
}
footer .footer__main-row .container .footer-column {
  display: flex;
  flex-direction: column;
  flex: 0 0 25%;
  align-items: stretch;
}
footer .footer__main-row .container .footer-column h5 {
  width: 90%;
  margin-top: 0;
  margin-right: 10%;
  margin-bottom: 20px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid #f4f4f4;
}
@media screen and (max-width: 1200px) {
  footer .footer__main-row .container {
    flex-wrap: wrap;
  }
  footer .footer__main-row .container .footer-column {
    flex: 0 0 50%;
  }
  footer .footer__main-row .container .footer-column:nth-of-type(4n+3) {
    margin-top: 50px;
  }
  footer .footer__main-row .container .footer-column:last-of-type {
    margin-top: 50px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer__main-row {
    padding: 30px 0;
  }
  footer .footer__main-row .container {
    flex-wrap: wrap;
    flex-direction: column;
  }
  footer .footer__main-row .container .footer-column {
    flex: none;
    margin-top: 20px;
    width: 100%;
  }
  footer .footer__main-row .container .footer-column:not(:first-of-type) {
    margin-top: 50px;
  }
  footer .footer__main-row .container .footer-column h5 {
    width: 100%;
  }
}
footer .footer__bottom-row {
  display: flex;
  flex-direction: row;
  border-top: 1px solid #f4f4f4;
  width: 100%;
  padding-top: 20px;
}
footer .footer__bottom-row .container .copyright {
  float: left;
  width: 50%;
}
footer .footer__bottom-row .container .copyright p {
  font-size: 16px;
}
footer .footer__bottom-row .container .innovation {
  float: left;
  width: 50%;
  text-align: right;
}
footer .footer__bottom-row .container .innovation p {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  footer .footer__bottom-row .container {
    padding-top: 30px;
  }
  footer .footer__bottom-row .container .copyright, footer .footer__bottom-row .container .innovation {
    float: none;
    width: 100%;
    text-align: left;
  }
}

.grouped-links {
  display: flex;
  flex-direction: column;
  clear: both;
}
@media screen and (max-width: 768px) {
  .grouped-links {
    width: 100%;
    padding: 0 0 50px 0;
  }
}
.grouped-links__holder:empty {
  display: none;
}
.grouped-links__heading {
  border-bottom: 1px solid #d8d8d8;
  margin: 0 0 10px;
  padding-bottom: 10px;
}
.grouped-links__subheading {
  font-size: 20px;
  margin: 10px 0 20px;
  opacity: 0.8;
}
.grouped-links__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.grouped-links__item {
  margin-bottom: 7px;
}
.grouped-links__link {
  font-weight: 500;
  position: relative;
  padding-left: 35px;
  display: block;
}
.grouped-links__link svg {
  position: absolute;
  left: 0;
  top: 0;
  vertical-align: middle;
  margin: 3px 0 0;
}
.grouped-links__link svg path {
  fill: #d80501;
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
.grouped-links__link:hover {
  color: #455560;
}
.grouped-links__link:hover svg path {
  fill: #455560;
}

.header-links {
  display: flex;
  align-content: flex-end;
  flex-direction: row;
  align-items: flex-end;
  padding: 0;
  margin: 0;
  list-style: none;
}
.header-links__item {
  align-items: stretch;
}
.header-links__link {
  align-self: stretch;
  padding: 15px 30px;
  line-height: 50px;
  border-left: 1px solid #f4f4f4;
  font-weight: 500;
  color: #2b2d44;
}
.header-links__link:hover {
  color: #d80501;
}

@media screen and (min-width: 768px) {
  #mobile-header-links {
    display: none;
  }
}
#mobile-header-links {
  border-top: 1px solid #f4f4f4;
  padding: 10px 0;
}
#mobile-header-links .header-links {
  display: flex;
  align-content: flex-start;
  flex-direction: column;
}
#mobile-header-links .header-links__item {
  align-items: flex-start;
  width: 100%;
}
#mobile-header-links .header-links__link {
  align-self: flex-start;
  width: 100%;
  display: block;
  padding: 10px 50px;
  line-height: 1em;
  border-left: 0;
  font-weight: 300;
  font-size: 0.9em;
  color: #fff;
}

.header-logo {
  display: flex;
  display: inline-block;
  margin: -40px 20px 0 30px;
}
.header-logo a {
  display: inline-block;
  width: 120px;
}
.header-logo a picture {
  display: inline-block;
  max-width: 100%;
}
.header-logo a picture img {
  display: inline-block;
  max-width: 100%;
  max-height: 120px;
}
@media screen and (max-width: 768px) {
  .header-logo {
    margin: 10px 20px 10px;
  }
  .header-logo a {
    width: 70px;
  }
}
@media screen and (max-width: 480px) {
  .header-logo {
    margin: 5px 10px;
  }
  .header-logo a {
    width: 50px;
  }
}

.header-logo-text {
  display: flex;
  align-items: center;
  height: 90px;
}
.header-logo-text h1 {
  margin: 0;
  font-weight: 600;
  font-size: 42px;
  color: #2b2d44;
}
.header-logo-text h1 a {
  color: #2b2d44;
}
.header-logo-text h1 a:hover {
  color: #d80501;
}
@media screen and (max-width: 1600px) {
  .header-logo-text h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .header-logo-text {
    flex-grow: 4;
  }
}
@media screen and (max-width: 768px) {
  .header-logo-text h1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  .header-logo-text {
    height: 60px;
  }
  .header-logo-text h1 {
    font-size: 18px;
  }
}

.header-search {
  display: flex;
  justify-content: flex-end;
  order: 2;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
}
.header-search__box {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  position: relative;
  padding: 35px 50px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
}
.header-search__input {
  width: 100%;
  height: 74px;
  font-size: 36px;
  padding: 10px 250px 10px 80px;
  background-image: url("/content/images/svg/Search-bar-icon.svg");
  background-repeat: no-repeat;
  background-position: left 20px center;
  border: 1px solid #d8d8d8;
}
.header-search__button {
  align-self: center;
  position: absolute;
  right: 140px;
  margin-top: 0 !important;
}
.header-search__button--close {
  justify-content: center;
  width: 72px;
  height: 72px;
  background-color: #d8d8d8;
  position: absolute;
  right: 51px;
  top: 36px;
  text-align: center;
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
.header-search__button--close svg {
  margin-top: 20px;
}
.header-search__button--close svg path {
  fill: #0b0b0b;
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
.header-search__button--close:hover {
  cursor: pointer;
  background-color: #2b2d44;
}
.header-search__button--close:hover svg path {
  fill: #fff;
}
.header-search__toggle {
  align-content: center;
  height: 50px;
  width: 60px;
  line-height: 50px;
  border-left: 1px solid #f4f4f4;
  text-align: center;
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
.header-search__toggle svg {
  margin-top: 14px;
}
.header-search__toggle svg path {
  fill: #2b2d44;
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
.header-search__toggle:hover {
  cursor: pointer;
  background-color: #2b2d44;
}
.header-search__toggle:hover svg path {
  fill: #fff;
}
@media screen and (max-width: 768px) {
  .header-search {
    display: block;
    position: relative;
    border-bottom: 1px solid #f4f4f4;
  }
  .header-search__box {
    padding: 20px 30px;
    background-color: transparent;
  }
  .header-search__input {
    padding: 10px 120px 10px 50px;
    font-size: 18px;
    height: 40px;
    background-image: url("/content/images/svg/Search-icon.svg");
    background-repeat: no-repeat;
    background-position: left 20px center;
  }
  .header-search .button--primary.box {
    min-height: 0px;
    height: 32px;
    right: 35px;
    margin-top: 0 !important;
    min-width: 0;
    padding: 0 20px;
  }
  .header-search__button--close {
    display: none;
  }
  .header-search__toggle {
    align-content: center;
    height: 50px;
    width: 60px;
    line-height: 50px;
    border-left: 1px solid #f4f4f4;
    text-align: center;
    -moz-transition: 0.5s all ease-out;
    -o-transition: 0.5s all ease-out;
    -webkit-transition: 0.5s all ease-out;
    transition: 0.5s all ease-out;
  }
  .header-search__toggle svg {
    margin-top: 14px;
  }
  .header-search__toggle svg path {
    fill: #2b2d44;
    -moz-transition: 0.5s all ease-out;
    -o-transition: 0.5s all ease-out;
    -webkit-transition: 0.5s all ease-out;
    transition: 0.5s all ease-out;
  }
  .header-search__toggle:hover {
    cursor: pointer;
    background-color: #2b2d44;
  }
  .header-search__toggle:hover svg path {
    fill: #fff;
  }
}

header {
  display: flex;
  flex-wrap: wrap;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 1000;
  width: 100%;
  top: 0;
  left: 0;
  border-bottom: 1px solid #455560;
}
header .header__container {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1200px) {
  header {
    position: static;
  }
}
@media screen and (max-width: 768px) {
  header .header__container {
    left: 0;
  }
}
header .header__top-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  border-bottom: 1px solid #f4f4f4;
  height: 50px;
}
@media screen and (max-width: 768px) {
  header .header__top-row {
    display: none;
  }
}
header .header__main-row {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1200px) {
  header .header__main-row {
    flex-wrap: wrap;
  }
}

.image-gallery {
  margin-bottom: 50px;
  clear: both;
  width: 100%;
  display: block;
}
.image-gallery .owl-carousel {
  flex: none;
  position: relative;
  overflow: hidden;
}
.image-gallery .owl-carousel .owl-stage-outer {
  float: left;
  width: 100%;
  overflow: hidden;
}
.image-gallery .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  display: inline-block;
}
.image-gallery .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
  display: inline-block;
}
.image-gallery .owl-carousel .owl-stage-outer .owl-stage .owl-item .item picture {
  display: inline-block;
}
.image-gallery .owl-carousel .owl-stage-outer .owl-stage .owl-item .item picture img {
  display: inline-block;
}
.image-gallery .owl-carousel .owl-nav {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  width: 100%;
  display: block;
  pointer-events: none;
}
.image-gallery .owl-carousel .owl-nav .owl-prev, .image-gallery .owl-carousel .owl-nav .owl-next {
  pointer-events: all;
  width: 26px;
  height: 45px;
  border-radius: 50%;
  display: block;
  background-repeat: no-repeat;
  color: transparent;
  background-size: 80%;
}
.image-gallery .owl-carousel .owl-nav .owl-prev button, .image-gallery .owl-carousel .owl-nav .owl-next button {
  padding: 0;
  margin: 0;
  border: 0;
  width: 26px;
  height: 45px;
  background-color: transparent;
}
.image-gallery .owl-carousel .owl-nav .owl-prev button svg, .image-gallery .owl-carousel .owl-nav .owl-next button svg {
  width: 26px;
  height: 45px;
}
.image-gallery .owl-carousel .owl-nav .owl-prev button svg #circle, .image-gallery .owl-carousel .owl-nav .owl-next button svg #circle {
  fill: #2b2d44;
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
.image-gallery .owl-carousel .owl-nav .owl-prev button svg #arrow, .image-gallery .owl-carousel .owl-nav .owl-next button svg #arrow {
  fill: #fff;
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
.image-gallery .owl-carousel .owl-nav .owl-prev:hover button, .image-gallery .owl-carousel .owl-nav .owl-next:hover button {
  cursor: pointer;
}
.image-gallery .owl-carousel .owl-nav .owl-prev:hover button svg #circle, .image-gallery .owl-carousel .owl-nav .owl-next:hover button svg #circle {
  fill: #fff;
}
.image-gallery .owl-carousel .owl-nav .owl-prev:hover button svg #arrow, .image-gallery .owl-carousel .owl-nav .owl-next:hover button svg #arrow {
  fill: #2b2d44;
}
.image-gallery .owl-carousel .owl-nav .owl-prev {
  float: left;
}
.image-gallery .owl-carousel .owl-nav .owl-next {
  float: right;
}
.image-gallery .owl-carousel .owl-dots {
  background-color: #f4f4f4;
  text-align: center;
  padding: 10px 20px;
  clear: both;
}
.image-gallery .owl-carousel .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #2b2d44;
  background-color: #fff;
  margin-left: 10px;
  pointer-events: all;
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
.image-gallery .owl-carousel .owl-dots .owl-dot:hover {
  cursor: pointer;
  background-color: #2b2d44;
}
.image-gallery .owl-carousel .owl-dots .owl-dot.active {
  background-color: #2b2d44;
}

@media screen and (min-width: 1200px) {
  .main-menu {
    order: 0;
  }
}
@media screen and (min-width: 1201px) {
  .main-menu .more {
    display: none;
  }
}
.main-menu .dropdown {
  display: none;
}
@media screen and (min-width: 1201px) {
  .main-menu .dropdown {
    position: absolute;
    list-style: none;
    margin: 0 0 0 0;
    padding: 10px 0 20px;
    background-color: rgba(255, 255, 255, 0.95);
    flex-direction: column;
    line-height: 1em;
    z-index: 8;
    left: -9999px;
    min-width: 300px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(69, 85, 96, 0.5);
    -moz-box-shadow: 0px 5px 5px 0px rgba(69, 85, 96, 0.5);
    -o-box-shadow: 0px 5px 5px 0px rgba(69, 85, 96, 0.5);
    box-shadow: 0px 5px 5px 0px rgba(69, 85, 96, 0.5);
  }
  .main-menu .dropdown li {
    width: 100%;
    display: block;
    padding: 0;
  }
  .main-menu .dropdown li a {
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: top 16px left 20px;
    color: #2b2d44;
    padding: 10px 20px;
    height: auto;
    border-bottom: 0;
    font-weight: 400;
  }
  .main-menu .dropdown li a:hover {
    color: #d80501;
  }
  .main-menu .dropdown li > .dropdown {
    padding: 0;
    bottom: auto;
    top: 0;
    left: 100%;
    z-index: 6;
  }
}
.main-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  font-weight: 400;
}
.main-menu__item--active a {
  border-bottom: 6px solid #d80501;
  color: #d80501;
}
.main-menu__item, .main-menu__item--active {
  position: relative;
  padding: 0 20px;
}
.main-menu__item:hover, .main-menu__item--active:hover {
  color: #d80501;
}
@media screen and (min-width: 1200px) {
  .main-menu__item:hover > .dropdown, .main-menu__item--active:hover > .dropdown {
    display: flex;
  }
}
.main-menu__item:hover > .dropdown, .main-menu__item--active:hover > .dropdown {
  left: 0px;
  display: block;
}
@media screen and (max-width: 1400px) {
  .main-menu__item, .main-menu__item--active {
    padding: 0 10px;
  }
}
.main-menu__link {
  text-decoration: none;
  color: #2b2d44;
  font-size: 20px;
  height: 90px;
  display: block;
  padding: 35px 0 20px;
  line-height: 1em;
  font-weight: 600;
  border-bottom: 6px solid #fff;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
.main-menu__link:hover {
  color: #d80501;
  text-decoration: none;
  border-bottom: 6px solid #d80501;
}
.main-menu__wrapper {
  display: flex;
  order: 2;
  flex-grow: 4;
  justify-content: flex-end;
  z-index: 10;
  margin-right: 30px;
}
@media screen and (max-width: 1200px) {
  .main-menu__wrapper {
    display: none;
    margin-right: 0;
  }
  .main-menu__wrapper .dropdown.level-2 {
    padding: 0 0 0 50px !important;
  }
  .main-menu__wrapper .dropdown.level-3 {
    padding: 0 0 0 50px;
  }
  .main-menu__wrapper.active {
    position: static;
    width: 100%;
    display: block !important;
    background-color: #2b2d44;
    z-index: 99;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.25);
    -o-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.25);
  }
  .main-menu__wrapper.active nav {
    height: auto;
    padding-right: 0;
    margin-right: 0;
  }
  .main-menu__wrapper.active nav .main-menu__list {
    width: 100%;
    display: block;
    line-height: 1em;
  }
  .main-menu__wrapper.active nav .main-menu__item {
    width: 100%;
    display: block;
    position: relative;
    padding: 0;
    -moz-transition: 0.5s all ease-out;
    -o-transition: 0.5s all ease-out;
    -webkit-transition: 0.5s all ease-out;
    transition: 0.5s all ease-out;
  }
  .main-menu__wrapper.active nav .main-menu__item--active {
    padding: 0;
  }
  .main-menu__wrapper.active nav .main-menu__item--active a {
    color: red;
  }
  .main-menu__wrapper.active nav .main-menu__item:hover > .dropdown {
    display: none;
  }
  .main-menu__wrapper.active nav .main-menu__item.hover {
    background-color: #fff;
  }
  .main-menu__wrapper.active nav .main-menu__item.hover .main-menu__link {
    color: #2b2d44;
  }
  .main-menu__wrapper.active nav .main-menu__item.hover .more svg path {
    fill: #2b2d44;
  }
  .main-menu__wrapper.active nav .main-menu__item.hover > .more {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .main-menu__wrapper.active nav .main-menu__item.hover > .dropdown {
    display: block;
    padding: 0 0 0 50px;
  }
  .main-menu__wrapper.active nav .main-menu__link {
    width: 100%;
    display: block;
    padding: 10px 30px 10px 50px;
    margin: 0;
    font-size: 1em;
    border-bottom: 0;
    color: #fff;
    height: 40px;
  }
  .main-menu__wrapper.active nav .more {
    position: absolute;
    height: 40px;
    width: 40px;
    left: 0;
    top: 0;
    cursor: pointer;
  }
  .main-menu__wrapper.active nav .more svg {
    width: 20px;
    height: 20px;
    margin: 10px;
  }
  .main-menu__wrapper.active nav .more svg path {
    fill: #fff;
  }
  .main-menu__wrapper.active nav .more {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: 0.5s all ease-out;
    -o-transition: 0.5s all ease-out;
    -webkit-transition: 0.5s all ease-out;
    transition: 0.5s all ease-out;
  }
  .main-menu__wrapper.active nav .dropdown {
    background-color: #fff;
    padding: 0;
    margin: 0;
  }
  .main-menu__wrapper.active nav .dropdown .main-menu__item .main-menu__link {
    height: 40px;
    padding: 10px 30px 10px 0;
  }
  .main-menu__wrapper.active nav .dropdown.level-2 .more {
    left: -50px;
  }
  .main-menu__wrapper.active nav .dropdown.level-3 {
    padding: 0 !important;
  }
  .main-menu__wrapper.active nav .dropdown.level-3 .main-menu__item .main-menu__link {
    font-weight: 400;
  }
  .main-menu__wrapper.active nav .dropdown.level-3 .more {
    left: 0;
  }
  .main-menu__wrapper.active nav .main-menu__item--active > .dropdown > .main-menu__item > .main-menu__link {
    border-top: 0;
  }
}

.main-menu-toggle-holder {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 90px;
}
@media (min-width: 1201px) {
  .main-menu-toggle-holder {
    display: none;
  }
}
@media (max-width: 480px) {
  .main-menu-toggle-holder {
    width: 50px;
  }
}
.main-menu-toggle-holder .main-menu-toggle {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
  display: block;
  cursor: pointer;
  height: 40px;
  width: 30px;
}
.main-menu-toggle-holder .main-menu-toggle span {
  background: #2b2d44;
  display: block;
  height: 5px;
  left: 0;
  opacity: 1;
  position: absolute;
  width: 100%;
  text-align: center;
  margin: 18px 0;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
.main-menu-toggle-holder .main-menu-toggle span:before, .main-menu-toggle-holder .main-menu-toggle span:after {
  content: "";
  width: 30px;
  height: 5px;
  background: #2b2d44;
  display: block;
  position: absolute;
}
.main-menu-toggle-holder .main-menu-toggle span:before {
  top: -9px;
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
.main-menu-toggle-holder .main-menu-toggle span:after {
  bottom: -9px;
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
.main-menu-toggle-holder.open {
  background: #2b2d44;
}
.main-menu-toggle-holder.open .main-menu-toggle span {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
}
.main-menu-toggle-holder.open .main-menu-toggle span:before, .main-menu-toggle-holder.open .main-menu-toggle span:after {
  background-color: #fff;
}
.main-menu-toggle-holder.open .main-menu-toggle span:before {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 0;
}
.main-menu-toggle-holder.open .main-menu-toggle span:after {
  opacity: 0;
}

blockquote {
  padding: 60px 120px 60px 120px;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 1200px) {
  blockquote {
    padding: 50px 30px 50px 120px;
  }
}
@media screen and (max-width: 768px) {
  blockquote {
    padding: 50px 30px 50px 70px;
  }
}
@media screen and (max-width: 480px) {
  blockquote {
    padding: 50px 0 50px 70px;
  }
}
blockquote svg {
  position: absolute;
  left: 0;
}
blockquote svg path {
  fill: #2b2d44;
}
@media screen and (max-width: 768px) {
  blockquote svg {
    width: 60px;
    height: 60px;
  }
}
blockquote p {
  font-size: 28px;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  blockquote p {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  blockquote p {
    font-size: 18px;
  }
}
blockquote cite {
  font-style: normal;
}
@media screen and (max-width: 768px) {
  blockquote cite {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  blockquote cite {
    font-size: 14px;
  }
}

.related-content {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .related-content {
    flex-direction: column;
  }
}
.related-content > div {
  width: 50%;
  padding: 50px 0 0 0;
}
.related-content > div:nth-of-type(odd) {
  margin-right: 75px;
}
@media screen and (max-width: 1200px) {
  .related-content > div:nth-of-type(odd) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .related-content > div {
    width: 100%;
  }
}

.related-links {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 50px 50px 0 0;
}
@media screen and (max-width: 768px) {
  .related-links {
    width: 100%;
    padding: 0;
  }
}
.related-links__heading {
  border-bottom: 1px solid #d8d8d8;
  margin: 0 0 30px;
  padding-bottom: 15px;
}
.related-links__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.related-links__item {
  margin-bottom: 7px;
}
.related-links__link {
  font-weight: 500;
  position: relative;
  padding-left: 35px;
  display: block;
}
.related-links__link svg {
  position: absolute;
  left: 0;
  top: 0;
  vertical-align: middle;
  margin: 3px 0 0;
}
.related-links__link svg path {
  fill: #d80501;
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
.related-links__link:hover {
  color: #455560;
}
.related-links__link:hover svg path {
  fill: #455560;
}

.related-media {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 50px 50px 0 0;
}
@media screen and (max-width: 768px) {
  .related-media {
    width: 100%;
    padding: 0;
  }
}
.related-media__heading {
  border-bottom: 1px solid #d8d8d8;
  margin: 0 0 30px;
  padding-bottom: 15px;
}
.related-media__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.related-media__item {
  margin-bottom: 7px;
}
.related-media__link {
  font-weight: 500;
  position: relative;
  padding-left: 35px;
  display: block;
}
.related-media__link svg {
  position: absolute;
  left: 0;
  top: 0;
  vertical-align: middle;
  margin: 3px 0 0;
}
.related-media__link svg path {
  fill: #d80501;
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
.related-media__link:hover {
  color: #455560;
}
.related-media__link:hover svg path {
  fill: #455560;
}

.side-content {
  margin-bottom: 40px;
  padding: 0 30px 0 50px;
}
.side-content h4 {
  margin: 0 0 10px;
  padding-bottom: 10px;
  font-weight: 600;
  width: auto;
  border-bottom: 1px solid #d8d8d8;
}
@media screen and (max-width: 768px) {
  .side-content {
    padding: 0;
  }
}

.side-menu h4 {
  margin: 0 0 10px;
  padding-bottom: 10px;
  font-weight: 600;
  width: auto;
  border-bottom: 1px solid #d8d8d8;
}
@media screen and (max-width: 480px) {
  .side-menu h4 {
    font-size: 28px;
  }
}
.side-menu h4:hover {
  text-decoration: none;
}
.side-menu__subnav-item {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  width: 100%;
}
.side-menu__subnav-item a {
  font-weight: 400;
  font-size: 20px;
  color: #2b2d44;
  padding: 3px 0;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .side-menu__subnav-item a {
    font-size: 18px;
  }
}
.side-menu__subnav-item a:hover {
  text-decoration: none;
  color: #d80501;
}
.side-menu__subnav-item--active {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  width: 100%;
}
.side-menu__subnav-item--active a {
  font-weight: 700;
  font-size: 20px;
  color: #d80501;
  padding: 3px 0;
}
@media screen and (max-width: 480px) {
  .side-menu__subnav-item--active a {
    font-size: 18px;
  }
}
.side-menu__subnav-item--active a:hover {
  text-decoration: none;
}
.side-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  clear: both;
}
.side-menu__list--level-2 {
  width: 100%;
  display: block;
  padding: 10px 0;
}
.side-menu__list--level-2 .side-menu__subnav-item a {
  padding: 0 0 0 20px;
  font-weight: 400;
  color: #455560;
}
.side-menu__list--level-2 .side-menu__subnav-item a:hover {
  color: #d80501;
}
.side-menu__list--level-2 .side-menu__subnav-item--active {
  padding: 0 0 0 20px;
  font-weight: 700;
  color: #d80501;
}
.side-menu__list--level-3 {
  width: 100%;
  display: block;
  padding: 10px 0;
}
.side-menu__list--level-3 .side-menu__subnav-item a {
  padding: 0 0 0 40px;
  font-weight: 400;
  color: #455560;
}
.side-menu__list--level-3 .side-menu__subnav-item a:hover {
  color: #d80501;
}
.side-menu__list--level-3 .side-menu__subnav-item--active {
  padding: 0 0 0 40px;
  font-weight: 700;
  color: #d80501;
}
.side-menu__heading {
  color: #2b2d44;
}

.site-alert {
  width: 100%;
  background-color: #2b2d44;
  border-bottom: 10px solid #d80501;
  padding: 30px 0;
  z-index: 9;
}
.site-alert__holder {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
  padding: 0 330px;
  margin: 0 auto;
  max-width: 1920px;
}
@media screen and (max-width: 1700px) {
  .site-alert__holder {
    padding: 0 15%;
  }
}
@media screen and (max-width: 1500px) {
  .site-alert__holder {
    padding: 0 10%;
  }
}
@media screen and (max-width: 1280px) {
  .site-alert__holder {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .site-alert__holder {
    position: relative;
  }
  .site-alert__holder > svg {
    position: absolute;
    top: 0;
  }
}
.site-alert__content {
  padding-right: 200px;
  position: relative;
  width: 100%;
  display: block;
}
.site-alert__content h1, .site-alert__content h2, .site-alert__content h3, .site-alert__content h4, .site-alert__content h5, .site-alert__content h6, .site-alert__content p {
  font-size: 24px;
  margin: 0.625em 0;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .site-alert__content h1, .site-alert__content h2, .site-alert__content h3, .site-alert__content h4, .site-alert__content h5, .site-alert__content h6, .site-alert__content p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .site-alert__content h1, .site-alert__content h2, .site-alert__content h3, .site-alert__content h4, .site-alert__content h5, .site-alert__content h6, .site-alert__content p {
    font-size: 18px;
    font-weight: 400;
  }
}
.site-alert__content h1, .site-alert__content h2, .site-alert__content h3, .site-alert__content h4, .site-alert__content h5, .site-alert__content h6, .site-alert__content p {
  color: #fff;
}
.site-alert__content > svg {
  width: 50px;
  height: 50px;
  display: block;
}
@media screen and (max-width: 768px) {
  .site-alert__content {
    padding-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .site-alert__content {
    padding-left: 60px;
    padding-right: 30px;
  }
  .site-alert__content h1, .site-alert__content h2, .site-alert__content h3, .site-alert__content h4, .site-alert__content h5, .site-alert__content h6, .site-alert__content p {
    margin-top: 0;
    font-size: 18px;
  }
  .site-alert__content > svg {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.site-alert__button {
  position: relative;
  font-weight: 600;
  padding: 0 0 0 40px;
  color: #079bef;
  display: inline-block;
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
.site-alert__button svg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.site-alert__button svg path {
  fill: #079bef;
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
.site-alert__button:hover {
  cursor: pointer;
  color: #d80501;
}
.site-alert__button:hover svg path {
  fill: #d80501;
}
@media screen and (max-width: 480px) {
  .site-alert__button {
    font-size: 16px;
    padding: 0 0 0 30px;
  }
  .site-alert__button svg {
    width: 20px;
    height: 20px;
  }
}
.site-alert__close {
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 600;
  padding: 0 40px 0 0;
  color: #079bef;
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
.site-alert__close svg {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.site-alert__close svg path {
  fill: #0182a0;
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
.site-alert__close:hover {
  cursor: pointer;
  color: #d80501;
}
.site-alert__close:hover svg path {
  fill: #d80501;
}
@media screen and (max-width: 768px) {
  .site-alert__close {
    top: 5px;
    transform: translateY(0);
  }
  .site-alert__close svg {
    top: 0;
    transform: translateY(0);
  }
  .site-alert__close span {
    display: none;
  }
}

table {
  width: 100% !important;
  border: 1px solid #d8d8d8;
  border-collapse: collapse;
  margin-bottom: 30px;
}
table tbody tr {
  border: 1px solid #d8d8d8;
}
table tbody tr:first-of-type {
  background-color: #2b2d44;
}
table tbody tr:first-of-type td {
  color: #fff;
  font-weight: 500;
}
table tbody tr:first-of-type td p {
  color: #fff;
  font-weight: 500;
}
table tbody tr th {
  background-color: #2b2d44;
  color: #fff;
  font-weight: 500;
}
table tbody tr td {
  border: 1px solid #d8d8d8;
  color: #2b2d44;
  padding: 7px 20px;
}
@media screen and (max-width: 1200px) {
  table tbody tr:first-of-type td p {
    font-size: 0.9em;
  }
  table tbody tr th {
    padding: 7px 15px;
    font-size: 0.9em;
  }
  table tbody tr td {
    padding: 7px 10px;
    font-size: 0.9em;
  }
}
@media screen and (max-width: 480px) {
  table {
    overflow-x: scroll;
  }
  table tbody tr:first-of-type td p {
    font-size: 0.7em;
  }
  table tbody tr th {
    padding: 7px 10px;
    font-size: 0.7em;
  }
  table tbody tr td {
    padding: 7px 10px;
    font-size: 0.7em;
  }
}
@media screen and (max-width: 380px) {
  table tbody tr:first-of-type td p {
    font-size: 0.6em;
  }
  table tbody tr th {
    padding: 7px 5px;
    font-size: 0.6em;
  }
  table tbody tr td {
    padding: 7px 5px;
    font-size: 0.6em;
  }
}

.faq__body table {
  background-color: #fff;
}
.faq__body table td p {
  color: #455560;
}
.faq__body table td p a {
  word-break: break-all;
}
.faq__body table td ol, .faq__body table td ul {
  padding-left: 25px;
}
.faq__body table td li {
  color: #2b2d44;
}

.embed-responsive {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 40px;
}
.embed-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gateway-results--grid__panel {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .gateway-results--grid__panel {
    padding-bottom: 70px;
  }
}
.gateway-results--grid__list {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
  padding: 0 330px;
  margin: 0 auto;
  max-width: 1920px;
}
@media screen and (max-width: 1700px) {
  .gateway-results--grid__list {
    padding: 0 15%;
  }
}
@media screen and (max-width: 1500px) {
  .gateway-results--grid__list {
    padding: 0 10%;
  }
}
@media screen and (max-width: 1280px) {
  .gateway-results--grid__list {
    width: 100%;
    padding: 0 20px;
  }
}
.gateway-results--grid__list {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-flow: row wrap;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
}
@media screen and (max-width: 480px) {
  .gateway-results--grid__list {
    flex-direction: column;
    align-items: flex-start;
  }
}
.gateway-results--grid__gallery {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-flow: row wrap;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .gateway-results--grid__gallery {
    flex-direction: column;
    align-items: flex-start;
  }
}
.gateway-results--grid__item {
  flex: 0 0 30%;
  margin-bottom: 70px;
  background-color: #2b2d44;
  border-top: 8px solid #079bef;
}
@media screen and (min-width: 769px) {
  .gateway-results--grid__item {
    margin-left: 3.3%;
    margin-bottom: 3.3%;
  }
  .gateway-results--grid__item:nth-of-type(3n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .gateway-results--grid__item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .gateway-results--grid__item {
    flex: 0 0 47%;
    margin-right: 6%;
    margin-bottom: 30px;
  }
  .gateway-results--grid__item:nth-of-type(2n+2) {
    margin-right: 0;
  }
  .gateway-results--grid__item:last-of-type {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .gateway-results--grid__item {
    flex: 0 0 auto;
    width: 100%;
    margin-right: 0;
  }
  .gateway-results--grid__item:last-of-type {
    margin-bottom: 0;
  }
}
.gateway-results--grid__link {
  display: flex;
  flex-grow: 2;
  position: relative;
  height: 100%;
  padding-bottom: 100px;
  align-self: flex-start;
}
.gateway-results--grid__link:hover .gateway-results--grid__content h2 {
  color: #0BD1FE;
}
.gateway-results--grid__link:hover .gateway-results--grid__button circle {
  fill: #0BD1FE;
}
.gateway-results--grid__link:hover .gateway-results--grid__button path {
  fill: #fff;
}
.gateway-results--grid__button {
  position: absolute;
  bottom: 40px;
  right: 40px;
}
.gateway-results--grid__button circle {
  fill: #fff;
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
.gateway-results--grid__button path {
  fill: #d80501;
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
@media screen and (max-width: 768px) {
  .gateway-results--grid__button {
    bottom: 30px;
    right: 30px;
  }
}
.gateway-results--grid__content {
  width: 100%;
  display: block;
  padding: 30px 40px;
}
@media screen and (max-width: 1200px) {
  .gateway-results--grid__content {
    padding: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .gateway-results--grid__content {
    padding: 20px;
  }
}
.gateway-results--grid__content h2 {
  width: 100%;
  display: block;
  font-weight: 300;
  color: #fff;
  margin: 0px;
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
@media screen and (max-width: 1200px) {
  .gateway-results--grid__content h2 {
    font-size: 24px;
  }
}

.events__panel {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 30px 0 50px;
  border-bottom: 1px solid #f4f4f4;
}
.events__heading {
  color: #455560;
  font-size: 50px;
  width: 100%;
  clear: both;
  display: block;
}
.events__heading:after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #d8d8d8;
  display: block;
  margin: 10px auto 0;
}
@media screen and (max-width: 768px) {
  .events__heading {
    font-size: 30px;
  }
  .events__heading:after {
    width: 60px;
  }
}
.events__holder {
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
}
.events__list {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
  padding: 0 330px;
  margin: 0 auto;
  max-width: 1920px;
}
@media screen and (max-width: 1700px) {
  .events__list {
    padding: 0 15%;
  }
}
@media screen and (max-width: 1500px) {
  .events__list {
    padding: 0 10%;
  }
}
@media screen and (max-width: 1280px) {
  .events__list {
    width: 100%;
    padding: 0 20px;
  }
}
.events__list {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  list-style: none;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 480px) {
  .events__list {
    flex-direction: column;
    align-items: flex-start;
  }
}
.events__item {
  flex-grow: 1;
  align-items: stretch;
  width: 20%;
  border-left: 1px solid #f4f4f4;
}
.events__item:nth-of-type(4n+4) {
  border-right: 1px solid #f4f4f4;
}
@media screen and (max-width: 768px) {
  .events__item {
    width: 40%;
  }
  .events__item:nth-of-type(2n+2) {
    margin-right: 0;
    border-right: 1px solid #f4f4f4;
  }
  .events__item:nth-of-type(4n+3), .events__item:nth-of-type(4n+4) {
    border-top: 1px solid #f4f4f4;
  }
}
@media screen and (max-width: 480px) {
  .events__item {
    width: 100%;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
  }
  .events__item:nth-of-type(4n+3), .events__item:nth-of-type(4n+4) {
    border-top: 0;
  }
  .events__item:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
  }
}
.events__link {
  position: relative;
  width: 100%;
  display: block;
  padding: 30px 20px;
}
.events__link:hover .events__content h5 {
  color: #455560;
}
.events__link:hover .events__image picture img {
  transform: scale(1.2, 1.2);
}
.events__content {
  z-index: 5;
  width: 100%;
  display: block;
}
.events__content h5 {
  width: 100%;
  display: block;
  margin: 0 auto;
  font-weight: 600;
  color: #0182a0;
  padding: 30px 0 20px;
}
@media screen and (max-width: 1200px) {
  .events__content h5 {
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .events__content h5 {
    padding: 10px 0;
  }
}
@media screen and (max-width: 480px) {
  .events__content h5 {
    font-weight: 500;
  }
}
.events__content h5 {
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
.events__date {
  color: #455560;
}
.events__date .day {
  font-size: 48px;
  display: block;
  line-height: 30px;
}
.events__date .month {
  font-size: 25px;
  display: block;
  text-transform: uppercase;
}
.events__date:after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #d8d8d8;
  display: block;
  margin: 10px auto 0;
}
.events__time {
  font-weight: 600;
  color: #455560;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .events__time {
    font-weight: 500;
  }
}
.events__image {
  z-index: 2;
}
.events__image picture {
  display: inline-block;
  overflow: hidden;
}
.events__image picture img {
  transform: scale(1, 1);
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
.events__panel-link-holder {
  width: 100%;
  margin-top: 30px;
}
.events__panel-link {
  margin-top: 30px;
}

.latest-news__panel {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 80px 0 100px;
}
.latest-news__panel-link-holder {
  margin-top: 20px;
  width: 100%;
}
.latest-news__panel-link {
  margin-top: 30px;
}
.latest-news__heading {
  color: #455560;
  font-size: 50px;
  width: 100%;
  clear: both;
  display: block;
}
.latest-news__heading:after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #d8d8d8;
  display: block;
  margin: 10px auto 0;
}
@media screen and (max-width: 768px) {
  .latest-news__heading {
    font-size: 30px;
  }
  .latest-news__heading:after {
    width: 60px;
  }
}
.latest-news__list {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
  padding: 0 330px;
  margin: 0 auto;
  max-width: 1920px;
}
@media screen and (max-width: 1700px) {
  .latest-news__list {
    padding: 0 15%;
  }
}
@media screen and (max-width: 1500px) {
  .latest-news__list {
    padding: 0 10%;
  }
}
@media screen and (max-width: 1280px) {
  .latest-news__list {
    width: 100%;
    padding: 0 20px;
  }
}
.latest-news__list {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-flow: row wrap;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
}
@media screen and (max-width: 480px) {
  .latest-news__list {
    flex-direction: column;
    align-items: flex-start;
  }
}
.latest-news__item {
  flex: 0 0 30%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f4f4f4;
}
@media screen and (min-width: 769px) {
  .latest-news__item:nth-of-type(3n+2) {
    margin-left: 5%;
    margin-right: 5%;
  }
  .latest-news__item:last-of-type {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .latest-news__item {
    flex: 0 0 47%;
    margin-right: 6%;
    margin-bottom: 30px;
  }
  .latest-news__item:nth-of-type(2n+2) {
    margin-right: 0;
  }
  .latest-news__item:last-of-type {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .latest-news__item {
    flex: 0 0 auto;
    width: 100%;
    margin-right: 0;
  }
}
.latest-news__link {
  position: relative;
  width: 100%;
  display: block;
}
.latest-news__link:hover .latest-news__content h5 {
  color: #455560;
}
.latest-news__link:hover .latest-news__image picture img {
  transform: scale(1.2, 1.2);
}
.latest-news__content {
  z-index: 5;
  width: 100%;
  display: block;
}
.latest-news__content h5 {
  width: 100%;
  display: block;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.95);
  color: #0182a0;
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
.latest-news__content time {
  color: #455560;
  font-size: 0.8em;
  font-weight: 600;
  text-transform: uppercase;
}
.latest-news__image {
  z-index: 2;
}
.latest-news__image picture {
  display: inline-block;
  overflow: hidden;
}
.latest-news__image picture img {
  transform: scale(1, 1);
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}

.twitter {
  padding: 170px 0 150px 0;
}
@media screen and (max-width: 768px) {
  .twitter {
    padding: 70px 0 50px 0;
  }
}
.twitter__heading {
  color: #455560;
  font-size: 40px;
  width: 100%;
  clear: both;
  display: block;
}
.twitter__heading:after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #d8d8d8;
  display: block;
  margin: 10px auto 0;
}
@media screen and (max-width: 768px) {
  .twitter__heading {
    font-size: 28px;
  }
  .twitter__heading:after {
    width: 60px;
  }
}
.twitter__heading {
  position: relative;
}
.twitter__heading:before {
  content: "";
  background-image: url("/content/images/svg/Twitter-feed-icon.svg");
  width: 40px;
  height: 31px;
  display: block;
  position: absolute;
  transform: translateX(-50%);
  top: -70px;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .twitter__heading:before {
    top: -40px;
  }
}
.twitter__holder {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
  padding: 0 330px;
  margin: 0 auto;
  max-width: 1920px;
}
@media screen and (max-width: 1700px) {
  .twitter__holder {
    padding: 0 15%;
  }
}
@media screen and (max-width: 1500px) {
  .twitter__holder {
    padding: 0 10%;
  }
}
@media screen and (max-width: 1280px) {
  .twitter__holder {
    width: 100%;
    padding: 0 20px;
  }
}
.twitter__list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
.twitter__content h5 {
  font-size: 28px;
  font-weight: 300;
  color: #455560;
  opacity: 0.8;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .twitter__content h5 {
    font-size: 18px;
    line-height: 1.4em;
    padding: 0 20px;
    margin: 15px 0;
  }
}
.twitter__time {
  color: #455560;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .twitter__time {
    font-size: 16px;
  }
}
.twitter__link {
  color: #455560;
  font-weight: 700;
  opacity: 0.8;
}
.twitter__link:hover {
  color: #d80501;
}
@media screen and (max-width: 768px) {
  .twitter__link {
    font-weight: 400;
  }
}
.twitter__panel-link-holder {
  margin-top: 20px;
  width: 100%;
}
.filters--checkbox .filter-holder {
  width: 100%;
  display: block;
}
.filters--checkbox .filter-holder #list-filters {
  border: 0;
  margin: 15px 0 50px 0;
  padding: 0;
}
.filters--checkbox .filter-holder #list-filters legend {
  display: none;
}
.filters--checkbox .filter-holder #list-filters .filters-checkboxes {
  display: inline;
}
.filters--checkbox .filter-holder #list-filters .filters-checkboxes ul.taglist {
  list-style: none;
  padding: 0;
  display: inline;
}
.filters--checkbox .filter-holder #list-filters .filters-checkboxes ul.taglist li {
  display: inline-block;
  margin-top: 15px;
}
.filters--checkbox .filter-holder #list-filters .filters-checkboxes ul.taglist li input[type=checkbox] {
  display: none;
}
.filters--checkbox .filter-holder #list-filters .filters-checkboxes ul.taglist li label {
  color: #0182a0;
  background-color: #fff;
  border: 1px solid #0182a0;
  padding: 6px 45px 6px 25px;
  border-radius: 50px;
  position: relative;
  margin-right: 10px;
  display: block;
  font-weight: 400;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.filters--checkbox .filter-holder #list-filters .filters-checkboxes ul.taglist li label:before {
  content: "";
  position: absolute;
  right: 12px;
  top: 6px;
  color: #fff;
}
.filters--checkbox .filter-holder #list-filters .filters-checkboxes ul.taglist li label:hover {
  cursor: pointer;
  background-color: #2b2d44;
  border: 1px solid #2b2d44;
  color: #fff;
}
.filters--checkbox .filter-holder #list-filters .filters-checkboxes ul.taglist li input[type=checkbox]:checked ~ label {
  background-color: #0182a0;
  border: 1px solid #0182a0;
  color: #fff;
}
.filters--checkbox .filter-holder #list-filters .filters-checkboxes ul.taglist li input[type=checkbox]:checked ~ label:before {
  background-image: url("/content/images/Filter-x.png");
  background-repeat: no-repeat;
  background-position: 5px 2px;
  width: 22px;
  height: 23px;
  display: block;
  color: #fff;
  margin: 4px 0 0 0;
}
.filters--checkbox .filter-holder #list-filters .clear-all-holder {
  display: inline-block;
  margin-top: 15px;
}
.filters--checkbox .filter-holder #list-filters .clear-all-holder .clear-all {
  display: block;
  background-color: #0182a0;
  color: #fff;
  padding: 6px 25px 6px 25px;
  border-radius: 50px;
  position: relative;
  margin-right: 10px;
  font-weight: 400;
  cursor: pointer;
}
.filters--checkbox .filter-holder #list-filters .clear-all-holder .clear-all:hover {
  background-color: #455560;
  color: white;
}
.filters--checkbox .filter-holder #list-filters input[type=submit] {
  display: none;
}
.filters--checkbox .filter-holder .filter-toggle {
  display: none;
}
.filters--side fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.filters--side .filter-holder {
  width: 100%;
  display: block;
}
.filters--side .filter-holder #list-filters {
  border: 0;
  margin: 0;
  padding: 0;
}
.filters--side .filter-holder #list-filters legend {
  margin: 0 0 10px;
  padding-bottom: 10px;
  font-weight: 600;
  width: auto;
  font-size: 24px;
}
.filters--side .filter-holder #list-filters #keywords {
  width: 90%;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.filters--side .filter-holder #list-filters input[type=submit] {
  display: block;
}

.list-results--column {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.list-results--column__count {
  margin-bottom: 30px;
  padding-bottom: 50px;
  border-bottom: 1px solid #f4f4f4;
  font-size: 28px;
}
.list-results--column__count span {
  font-weight: 600;
}
.list-results--column__item {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f4f4f4;
}
.list-results--column__link {
  color: #0182a0;
  position: relative;
  padding: 0;
  width: 100%;
  display: block;
}
.list-results--column__link:hover .list-results--search__content h4 {
  color: #455560;
}
.list-results--column__content h4 {
  color: #0182a0;
  margin: 0 0 7px 0;
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
.list-results--column__content p {
  color: #455560;
  margin: 0 0 20px 0;
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
.list-results--documents {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.list-results--documents__item {
  width: 100%;
  margin-bottom: 20px;
}
.list-results--documents__link {
  color: #0182a0;
  position: relative;
  padding: 0 0 0 65px;
  width: 100%;
  display: block;
}
.list-results--documents__link svg {
  position: absolute;
  left: 0;
  top: 0;
}
.list-results--documents__link svg path, .list-results--documents__link svg polygon, .list-results--documents__link svg rect {
  fill: #0182a0;
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
.list-results--documents__link:hover .list-results--documents__content h3 {
  color: #455560;
}
.list-results--documents__link:hover .list-results--documents__content p {
  color: #455560;
}
.list-results--documents__link:hover svg path, .list-results--documents__link:hover svg polygon, .list-results--documents__link:hover svg rect {
  fill: #455560;
}
.list-results--documents__content h3 {
  color: #0182a0;
  font-weight: 300;
  margin: 0 0 20px 0;
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
.list-results--documents__content p {
  color: #0182a0;
  margin: 0 0 20px 0;
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
.list-results--grid__panel {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.list-results--grid__list {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-flow: row wrap;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .list-results--grid__list {
    flex-direction: column;
    align-items: flex-start;
  }
}
.list-results--grid__item {
  flex: 0 0 30%;
  margin-bottom: 60px;
  border-bottom: 1px solid #f4f4f4;
}
@media screen and (min-width: 769px) {
  .list-results--grid__item:nth-of-type(3n+2) {
    margin-left: 5%;
    margin-right: 5%;
  }
  .list-results--grid__item:last-of-type {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .list-results--grid__item {
    flex: 0 0 47%;
    margin-right: 6%;
  }
  .list-results--grid__item:nth-of-type(2n+2) {
    margin-right: 0;
  }
  .list-results--grid__item:last-of-type {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .list-results--grid__item {
    flex: 0 0 auto;
    width: 100%;
    margin-right: 0;
  }
  .list-results--grid__item:last-of-type {
    margin-bottom: 0;
  }
}
.list-results--grid__link {
  display: flex;
  flex-grow: 2;
  position: relative;
  width: 100%;
  display: block;
  padding-bottom: 30px;
  align-self: flex-start;
}
.list-results--grid__link:hover .list-results--grid__content h5 {
  color: #455560;
}
.list-results--grid__link:hover .list-results--grid__image picture img {
  transform: scale(1.2, 1.2);
}
.list-results--grid__content {
  z-index: 5;
  width: 100%;
  display: block;
}
.list-results--grid__content h5 {
  width: 100%;
  display: block;
  font-weight: 600;
  color: #0182a0;
  margin-bottom: 20px;
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
.list-results--grid__content time {
  color: #455560;
  font-size: 0.8em;
  font-weight: 500;
  text-transform: uppercase;
}
.list-results--grid__content p {
  font-size: 0.8em;
  font-weight: 600;
}
.list-results--grid__image {
  z-index: 2;
  border: 1px solid #f4f4f4;
}
.list-results--grid__image picture {
  display: inline-block;
  overflow: hidden;
}
.list-results--grid__image picture img {
  transform: scale(1, 1);
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}

.pager__1col-wrapper {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
  padding: 0 330px;
  margin: 0 auto;
  max-width: 1920px;
}
@media screen and (max-width: 1700px) {
  .pager__1col-wrapper {
    padding: 0 15%;
  }
}
@media screen and (max-width: 1500px) {
  .pager__1col-wrapper {
    padding: 0 10%;
  }
}
@media screen and (max-width: 1280px) {
  .pager__1col-wrapper {
    width: 100%;
    padding: 0 20px;
  }
}
.pager__1col-wrapper {
  display: block; /* Hack to remove flex so the pager displays full width with padding */
}
.pager__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
}
.pager__link {
  display: none;
}
.pager__link--page {
  color: #0182a0;
  border-left: 0;
  border-right: 0;
  min-width: 50px;
  text-align: center;
  padding: 7px 20px;
  font-size: 22px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  float: left;
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
.pager__link--page:hover {
  cursor: pointer;
  color: #d80501;
  border-top: 3px solid #d80501;
  border-bottom: 3px solid #d80501;
}
.pager__link--current-page {
  color: #0182a0;
  border-left: 0;
  border-right: 0;
  min-width: 50px;
  text-align: center;
  padding: 7px 20px;
  font-size: 22px;
  border-top: 3px solid #0182a0;
  border-bottom: 3px solid #0182a0;
  font-weight: 700;
  float: left;
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
.pager__link--current-page:hover {
  cursor: pointer;
  color: #d80501;
  border-top: 3px solid #d80501;
  border-bottom: 3px solid #d80501;
}

.article__date {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
  display: block;
}

.error-404 {
  padding: 70px 0 100px;
}

/* LINK OVERWRITE */
a {
  color: #d80501;
}
a:hover {
  color: #0382A5;
}