@charset "UTF-8";
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-moz-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-ms-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-moz-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-o-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
/* <div class='uil-ripple-css' style='transform:scale(0.15);'><div></div><div></div></div> */
.uil-ripple-css {
  background: none;
  position: relative;
  width: 32px;
  height: 32px;
}
.uil-ripple-css div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  width: 0;
  height: 0;
  opacity: 0;
  border-radius: 50%;
  border-width: 1.8px;
  border-style: solid;
  -ms-animation: uil-ripple 2s ease-out infinite;
  -moz-animation: uil-ripple 2s ease-out infinite;
  -webkit-animation: uil-ripple 2s ease-out infinite;
  -o-animation: uil-ripple 2s ease-out infinite;
  animation: uil-ripple 2s ease-out infinite;
}
.uil-ripple-css div:nth-of-type(1) {
  border-color: #afafb7;
}
.uil-ripple-css div:nth-of-type(2) {
  border-color: #afafb7;
  -ms-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.background-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translate(-50%, 0);
  }
  40% {
    transform: translate(-50%, 10px);
  }
  60% {
    transform: translate(-50%, 5px);
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

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

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

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

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}
ul:not(.browser-default) > li {
  list-style-type: none;
}

a {
  color: #40A8FD;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.valign-wrapper {
  display: flex;
  align-items: center;
}

/*mobile and up styles -----------------------------------*/
@media (min-width: 601px) {
  .valign-wrapper-medium {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1201px) {
  .valign-wrapper-large {
    display: flex;
    align-items: center;
  }
}
.clearfix {
  clear: both;
}

/*Helpers and wordpress required styles --------------------------------- */
img.alignright, .alignright {
  float: right;
  margin: 0 0 22.5px 45px;
}

img.alignleft, .alignleft {
  float: left;
  margin: 0 45px 22.5px 0;
}

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

a img.alignright {
  float: right;
  margin: 0 0 22.5px 45px;
}

a img.alignleft {
  float: left;
  margin: 0 45px 22.5px 0;
}

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

.clearfix:after {
  clear: both;
  display: table;
  content: " ";
  width: 100%;
}

.dont-break-out {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/*********************
  Media Query Classes
**********************/
@media only screen and (max-width : 600px) {
  .hide-on-small-only, .hide-on-small-and-down {
    display: none !important;
  }
}

@media only screen and (max-width : 992px) {
  .hide-on-med-and-down {
    display: none !important;
  }
}

@media only screen and (min-width : 601px) {
  .hide-on-med-and-up {
    display: none !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important;
  }
}

@media only screen and (min-width : 993px) {
  .hide-on-large-only {
    display: none !important;
  }
}

@media only screen and (min-width : 993px) {
  .show-on-large {
    display: block !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important;
  }
}

@media only screen and (max-width : 600px) {
  .show-on-small {
    display: block !important;
  }
}

@media only screen and (min-width : 601px) {
  .show-on-medium-and-up {
    display: block !important;
  }
}

@media only screen and (max-width : 992px) {
  .show-on-medium-and-down {
    display: block !important;
  }
}

@media only screen and (max-width : 600px) {
  .center-on-small-only {
    text-align: center;
  }
}

table, th, td {
  border: none;
}

table {
  width: 100%;
  display: table;
}
table.bordered > thead > tr, table.bordered > tbody > tr {
  border-bottom: 1px solid #d0d0d0;
}
table.striped > tbody > tr:nth-child(odd) {
  background-color: #f2f2f2;
}
table.striped > tbody > tr > td {
  border-radius: 0;
}
table.highlight > tbody > tr {
  transition: background-color 0.25s ease;
}
table.highlight > tbody > tr:hover {
  background-color: #f2f2f2;
}
table.centered thead tr th, table.centered tbody tr td {
  text-align: center;
}

thead {
  border-bottom: 1px solid #d0d0d0;
}

td, th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}

@media only screen and (max-width : 992px) {
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */
  }
  table.responsive-table td:empty:before {
    content: " ";
  }
  table.responsive-table th,
table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }
  table.responsive-table th {
    text-align: left;
  }
  table.responsive-table thead {
    display: block;
    float: left;
  }
  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }
  table.responsive-table thead tr th::before {
    content: " ";
  }
  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  table.responsive-table th {
    display: block;
    text-align: right;
  }
  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  table.responsive-table tr {
    padding: 0 10px;
  }
  table.responsive-table thead {
    border: 0;
    border-right: 1px solid #d0d0d0;
  }
  table.responsive-table.bordered th {
    border-bottom: 0;
    border-left: 0;
  }
  table.responsive-table.bordered td {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  table.responsive-table.bordered tr {
    border: 0;
  }
  table.responsive-table.bordered tbody tr {
    border-right: 1px solid #d0d0d0;
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*******************
  Utility Classes
*******************/
.hide {
  display: none !important;
}

.left-align {
  text-align: left;
}

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

.center, .center-align {
  text-align: center;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.no-select {
  user-select: none;
}

.circle {
  border-radius: 50%;
}

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

.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.no-padding {
  padding: 0 !important;
}

/*Social sharing links -----------------------------------------------------*/
.sharing a {
  display: inline-block;
}

.icon-links svg, .icon-links g, .icon-links path, .icon-links polygon {
  fill: currentColor;
}

.youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  /* Use 75% for 4:3 videos */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 5px;
}

.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}

.youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  transition: 0.4s all;
}

.youtube-player img:hover {
  -webkit-filter: brightness(75%);
}

.youtube-player .play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  cursor: pointer;
  /*       width:50%;
         height: 50%;*/
  border-radius: 50%;
  transition: all 0.2s;
}

.youtube-player .play:after {
  content: " ";
  display: block;
  background-color: transparent;
  border-left: 40px solid #40A8FD;
  border-bottom: 20px solid transparent;
  border-top: 20px solid transparent;
  height: 0;
  width: 0;
  margin-left: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Search form
-------------------------------------------------------- */
.searchform {
  font-size: 0px;
}
.searchform label {
  display: block;
}
.searchform label, .searchform input {
  font-size: 1rem;
}
.searchform input {
  display: inline-block;
}
.searchform input[type=text] {
  width: 66.66%;
}
.searchform input[type=submit], .searchform input[type=button] {
  width: 33.33%;
}

@font-face {
  font-family: "queens-wharf-brisbane";
  src: url("../../fonts/queens-wharf-brisbane/queens-wharf-brisbane.eot");
  src: url("../../fonts/queens-wharf-brisbane/queens-wharf-brisbane.eot?#iefix") format("embedded-opentype"), url("../../fonts/queens-wharf-brisbane/queens-wharf-brisbane.woff") format("woff"), url("../../fonts/queens-wharf-brisbane/queens-wharf-brisbane.ttf") format("truetype"), url("../../fonts/queens-wharf-brisbane/queens-wharf-brisbane.svg#queens-wharf-brisbane") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "queens-wharf-brisbane" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "queens-wharf-brisbane" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-back:before {
  content: "a";
}

.icon-arrow-down:before {
  content: "b";
}

.icon-bell:before {
  content: "e";
}

.icon-chevron-down:before {
  content: "f";
}

.icon-chevron-up:before {
  content: "g";
}

.icon-close:before {
  content: "h";
}

.icon-download:before {
  content: "i";
}

.icon-facebook:before {
  content: "j";
}

.icon-filter:before {
  content: "k";
}

.icon-google:before {
  content: "l";
}

.icon-hamburger:before {
  content: "m";
}

.icon-instagram:before {
  content: "o";
}

.icon-location-marker:before {
  content: "p";
}

.icon-map:before {
  content: "q";
}

.icon-minus:before {
  content: "r";
}

.icon-pause:before {
  content: "s";
}

.icon-play:before {
  content: "t";
}

.icon-plus:before {
  content: "u";
}

.icon-search:before {
  content: "v";
}

.icon-sound-off:before {
  content: "w";
}

.icon-sound-on:before {
  content: "x";
}

.icon-twitter:before {
  content: "y";
}

.icon-youtube:before {
  content: "z";
}

.icon-dot:before {
  content: "A";
}

.icon-arrow-thin-left:before {
  content: "c";
}

.icon-arrow-thin-right:before {
  content: "d";
}

.icon-arrow:before {
  content: "B";
}

.icon-play-video:before {
  content: "C";
}

.icon-handle:before {
  content: "n";
}

.icon-angle-right:before {
  content: "D";
}

.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
  padding: 0px 35px;
}

.wide-container {
  max-width: none;
  padding: 0px 35px;
}

@media only screen and (min-width : 601px) {
  .container {
    padding: 0px 35px;
  }
}
@media only screen and (min-width : 993px) {
  .container {
    max-width: none;
    width: calc(87.5% + 70px);
  }
}
@media screen and (max-width: 601px) {
  .nospace-mobile {
    margin-left: -35px;
    margin-right: -35px;
  }
}
.wp-block-cover.alignwide,
.wp-block-image.alignwide,
.wp-block-video.alignwide,
.wp-block-file.alignwide,
.wp-block-auto.alignwide,
.wp-block-pullquote.alignwide {
  width: auto;
}

.wp-block-image.alignwide, .wp-block-image.alignfull {
  margin: 0 auto;
  max-width: none;
}

.alignfull,
.wp-block-image.alignfull,
.wp-block-cover.alignfull,
.wp-block-video.alignfull,
.wp-block-file.alignfull,
.wp-block-auto.alignfull,
.wp-block-pullquote.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-right: calc(-50vw + 50% );
  margin-left: calc(-50vw + 50% );
  margin-right: 0px;
}

.alignfull .wp-block-column, .alignwide .wp-block-column {
  padding: 0px 33.75px;
}
.alignfull .wp-block-column .wp-block-cover, .alignwide .wp-block-column .wp-block-cover {
  width: auto;
  margin-left: -33.75px;
  margin-right: -33.75px;
}

@media only screen and (min-width : 601px) {
  .alignwide,
.wp-block-cover.alignwide,
.wp-block-image.alignwide,
.wp-block-video.alignwide,
.wp-block-file.alignwide,
.wp-block-auto.alignwide,
.wp-block-pullquote.alignwide {
    margin-left: -10%;
    margin-right: -10%;
  }
}
@media screen and (min-width: 993px) {
  .alignwide,
.wp-block-cover.alignwide,
.wp-block-image.alignwide,
.wp-block-video.alignwide,
.wp-block-file.alignwide,
.wp-block-auto.alignwide,
.wp-block-pullquote.alignwide {
    margin-left: -25%;
    margin-right: -25%;
  }
}
@media screen and (max-width: 600px) {
  .container .row {
    margin-left: -11.25px;
    margin-right: -11.25px;
  }
}
.container .row {
  margin-left: -22.5px;
  margin-right: -22.5px;
}

.row {
  margin-left: auto;
  margin-right: auto;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row .col {
  float: left;
  box-sizing: border-box;
  padding: 0 22.5px;
  min-height: 1px;
}
.row .col[class*=push-], .row .col[class*=pull-] {
  position: relative;
}
.row .col.s1 {
  width: 8.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s2 {
  width: 16.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s4 {
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s5 {
  width: 41.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s7 {
  width: 58.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s8 {
  width: 66.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s10 {
  width: 83.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s11 {
  width: 91.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.offset-s1 {
  margin-left: 8.3333333333%;
}
.row .col.pull-s1 {
  right: 8.3333333333%;
}
.row .col.push-s1 {
  left: 8.3333333333%;
}
.row .col.offset-s2 {
  margin-left: 16.6666666667%;
}
.row .col.pull-s2 {
  right: 16.6666666667%;
}
.row .col.push-s2 {
  left: 16.6666666667%;
}
.row .col.offset-s3 {
  margin-left: 25%;
}
.row .col.pull-s3 {
  right: 25%;
}
.row .col.push-s3 {
  left: 25%;
}
.row .col.offset-s4 {
  margin-left: 33.3333333333%;
}
.row .col.pull-s4 {
  right: 33.3333333333%;
}
.row .col.push-s4 {
  left: 33.3333333333%;
}
.row .col.offset-s5 {
  margin-left: 41.6666666667%;
}
.row .col.pull-s5 {
  right: 41.6666666667%;
}
.row .col.push-s5 {
  left: 41.6666666667%;
}
.row .col.offset-s6 {
  margin-left: 50%;
}
.row .col.pull-s6 {
  right: 50%;
}
.row .col.push-s6 {
  left: 50%;
}
.row .col.offset-s7 {
  margin-left: 58.3333333333%;
}
.row .col.pull-s7 {
  right: 58.3333333333%;
}
.row .col.push-s7 {
  left: 58.3333333333%;
}
.row .col.offset-s8 {
  margin-left: 66.6666666667%;
}
.row .col.pull-s8 {
  right: 66.6666666667%;
}
.row .col.push-s8 {
  left: 66.6666666667%;
}
.row .col.offset-s9 {
  margin-left: 75%;
}
.row .col.pull-s9 {
  right: 75%;
}
.row .col.push-s9 {
  left: 75%;
}
.row .col.offset-s10 {
  margin-left: 83.3333333333%;
}
.row .col.pull-s10 {
  right: 83.3333333333%;
}
.row .col.push-s10 {
  left: 83.3333333333%;
}
.row .col.offset-s11 {
  margin-left: 91.6666666667%;
}
.row .col.pull-s11 {
  right: 91.6666666667%;
}
.row .col.push-s11 {
  left: 91.6666666667%;
}
.row .col.offset-s12 {
  margin-left: 100%;
}
.row .col.pull-s12 {
  right: 100%;
}
.row .col.push-s12 {
  left: 100%;
}
@media only screen and (min-width : 601px) {
  .row .col.m1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-m1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-m1 {
    right: 8.3333333333%;
  }
  .row .col.push-m1 {
    left: 8.3333333333%;
  }
  .row .col.offset-m2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-m2 {
    right: 16.6666666667%;
  }
  .row .col.push-m2 {
    left: 16.6666666667%;
  }
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  .row .col.pull-m3 {
    right: 25%;
  }
  .row .col.push-m3 {
    left: 25%;
  }
  .row .col.offset-m4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-m4 {
    right: 33.3333333333%;
  }
  .row .col.push-m4 {
    left: 33.3333333333%;
  }
  .row .col.offset-m5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-m5 {
    right: 41.6666666667%;
  }
  .row .col.push-m5 {
    left: 41.6666666667%;
  }
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  .row .col.pull-m6 {
    right: 50%;
  }
  .row .col.push-m6 {
    left: 50%;
  }
  .row .col.offset-m7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-m7 {
    right: 58.3333333333%;
  }
  .row .col.push-m7 {
    left: 58.3333333333%;
  }
  .row .col.offset-m8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-m8 {
    right: 66.6666666667%;
  }
  .row .col.push-m8 {
    left: 66.6666666667%;
  }
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  .row .col.pull-m9 {
    right: 75%;
  }
  .row .col.push-m9 {
    left: 75%;
  }
  .row .col.offset-m10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-m10 {
    right: 83.3333333333%;
  }
  .row .col.push-m10 {
    left: 83.3333333333%;
  }
  .row .col.offset-m11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-m11 {
    right: 91.6666666667%;
  }
  .row .col.push-m11 {
    left: 91.6666666667%;
  }
  .row .col.offset-m12 {
    margin-left: 100%;
  }
  .row .col.pull-m12 {
    right: 100%;
  }
  .row .col.push-m12 {
    left: 100%;
  }
}
@media only screen and (min-width : 993px) {
  .row .col.l1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-l1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-l1 {
    right: 8.3333333333%;
  }
  .row .col.push-l1 {
    left: 8.3333333333%;
  }
  .row .col.offset-l2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-l2 {
    right: 16.6666666667%;
  }
  .row .col.push-l2 {
    left: 16.6666666667%;
  }
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  .row .col.pull-l3 {
    right: 25%;
  }
  .row .col.push-l3 {
    left: 25%;
  }
  .row .col.offset-l4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-l4 {
    right: 33.3333333333%;
  }
  .row .col.push-l4 {
    left: 33.3333333333%;
  }
  .row .col.offset-l5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-l5 {
    right: 41.6666666667%;
  }
  .row .col.push-l5 {
    left: 41.6666666667%;
  }
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  .row .col.pull-l6 {
    right: 50%;
  }
  .row .col.push-l6 {
    left: 50%;
  }
  .row .col.offset-l7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-l7 {
    right: 58.3333333333%;
  }
  .row .col.push-l7 {
    left: 58.3333333333%;
  }
  .row .col.offset-l8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-l8 {
    right: 66.6666666667%;
  }
  .row .col.push-l8 {
    left: 66.6666666667%;
  }
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  .row .col.pull-l9 {
    right: 75%;
  }
  .row .col.push-l9 {
    left: 75%;
  }
  .row .col.offset-l10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-l10 {
    right: 83.3333333333%;
  }
  .row .col.push-l10 {
    left: 83.3333333333%;
  }
  .row .col.offset-l11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-l11 {
    right: 91.6666666667%;
  }
  .row .col.push-l11 {
    left: 91.6666666667%;
  }
  .row .col.offset-l12 {
    margin-left: 100%;
  }
  .row .col.pull-l12 {
    right: 100%;
  }
  .row .col.push-l12 {
    left: 100%;
  }
}
@media only screen and (min-width : 1201px) {
  .row .col.xl1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-xl1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-xl1 {
    right: 8.3333333333%;
  }
  .row .col.push-xl1 {
    left: 8.3333333333%;
  }
  .row .col.offset-xl2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-xl2 {
    right: 16.6666666667%;
  }
  .row .col.push-xl2 {
    left: 16.6666666667%;
  }
  .row .col.offset-xl3 {
    margin-left: 25%;
  }
  .row .col.pull-xl3 {
    right: 25%;
  }
  .row .col.push-xl3 {
    left: 25%;
  }
  .row .col.offset-xl4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-xl4 {
    right: 33.3333333333%;
  }
  .row .col.push-xl4 {
    left: 33.3333333333%;
  }
  .row .col.offset-xl5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-xl5 {
    right: 41.6666666667%;
  }
  .row .col.push-xl5 {
    left: 41.6666666667%;
  }
  .row .col.offset-xl6 {
    margin-left: 50%;
  }
  .row .col.pull-xl6 {
    right: 50%;
  }
  .row .col.push-xl6 {
    left: 50%;
  }
  .row .col.offset-xl7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-xl7 {
    right: 58.3333333333%;
  }
  .row .col.push-xl7 {
    left: 58.3333333333%;
  }
  .row .col.offset-xl8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-xl8 {
    right: 66.6666666667%;
  }
  .row .col.push-xl8 {
    left: 66.6666666667%;
  }
  .row .col.offset-xl9 {
    margin-left: 75%;
  }
  .row .col.pull-xl9 {
    right: 75%;
  }
  .row .col.push-xl9 {
    left: 75%;
  }
  .row .col.offset-xl10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-xl10 {
    right: 83.3333333333%;
  }
  .row .col.push-xl10 {
    left: 83.3333333333%;
  }
  .row .col.offset-xl11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-xl11 {
    right: 91.6666666667%;
  }
  .row .col.push-xl11 {
    left: 91.6666666667%;
  }
  .row .col.offset-xl12 {
    margin-left: 100%;
  }
  .row .col.pull-xl12 {
    right: 100%;
  }
  .row .col.push-xl12 {
    left: 100%;
  }
}

html {
  line-height: 1.5;
  font-family: "proxima-nova", "ProximaNova", arial, sans-serif;
  font-size: 14px;
  color: #7D818C;
  font-weight: normal;
  color: #3D3F45;
}
@media only screen and (min-width: 992px) {
  html {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  html {
    font-size: 15px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.1;
  color: #2D2F37;
  margin-bottom: 1rem;
  font-family: "proxima-nova", arial, sans-serif;
  font-weight: normal;
}
h1.blue, h2.blue, h3.blue, h4.blue, h5.blue, h6.blue {
  color: #40A8FD;
}
h1.grey, h2.grey, h3.grey, h4.grey, h5.grey, h6.grey {
  color: #7D818C;
}

.style-dark {
  color: #fff;
}
.style-dark h1, .style-dark h2, .style-dark h3, .style-dark h4, .style-dark h5, .style-dark h6 {
  color: #fff;
}
.style-dark h2.small {
  color: #fff;
}

.style-light {
  color: #2D2F37;
}
.style-light h1, .style-light h2, .style-light h3, .style-light h4, .style-light h5, .style-light h6 {
  color: #2D2F37;
}
.style-light h2.small {
  color: #2D2F37;
}

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

h1 {
  font-size: 26px;
  line-height: 1.36;
  font-weight: 900;
}
h1.small {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.1117em;
}

.explore-block h1.small {
  text-transform: none;
}

h2 {
  font-size: 26px;
  line-height: 1.125;
  font-weight: 900;
}
h2.small {
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #A8A9B9;
}

h3 {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
}
h3.bold {
  font-weight: 700;
}

h4 {
  font-size: 19px;
  line-height: 1.39;
  font-weight: 900;
}

h5 {
  font-size: 18px;
  line-height: 1.333;
  font-weight: normal;
}
h5.bold {
  font-weight: 700;
}

h6 {
  font-size: 1em;
  line-height: 1.2;
  font-weight: 700;
}

.hero-title {
  font-size: 66px;
  line-height: 1.22;
}

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

em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

small {
  font-size: 75%;
}

.light {
  font-weight: 300;
}

.thin {
  font-weight: 200;
}

a {
  text-decoration: none;
  transition: all 0.2s;
}

.lead-para, .is-style-large-paragraph {
  font-size: 17px;
  font-weight: 600;
}

.lead-para, .breadcrumbs, .fine-print {
  color: #2D2F37;
}

.style-dark .lead-para, .style-dark .breadcrumbs, .style-dark .fine-print {
  color: #fff;
}

.intro-para {
  font-size: 20px;
}

.input-small {
  font-size: 16px;
}

.input-large {
  font-size: 20px;
}

.breadcrumbs {
  font-size: 13px;
}

.fine-print {
  font-size: 10px;
}

.section-title {
  margin-bottom: 1.5em;
}

.has-medium-font-size {
  font-size: 1.2em !important;
}

.has-large-font-size {
  font-size: 1.4em !important;
}

.has-huge-font-size {
  font-size: 1.6em !important;
}

.wysiwyg ul:not([class]), .index-content ul:not([class]) {
  list-style-type: disc;
  margin-left: 1em;
}
.wysiwyg ul:not([class]) li, .index-content ul:not([class]) li {
  list-style-type: none;
  margin: 0.55em 0em;
  position: relative;
  padding-left: 0px;
}
.wysiwyg ul:not([class]) li:before, .index-content ul:not([class]) li:before {
  display: inline-block;
  content: "-";
  width: 1em;
  margin-left: -1em;
}
.wysiwyg a:not([class]), .index-content a:not([class]) {
  font-weight: 600;
  color: #40A8FD;
  text-decoration: underline;
}
.wysiwyg a:not([class]):hover, .index-content a:not([class]):hover {
  color: #40A8FD;
}
.wysiwyg .btn svg, .index-content .btn svg {
  width: 16px;
  display: inline-block;
  margin-right: 1em;
}
.wysiwyg .btn svg path, .index-content .btn svg path {
  fill: #fff;
}

.link-list li {
  padding: 0.75em 0em 0.75em 0em;
  border-bottom: 1px solid #DEDFEB;
}
.link-list li:first-child {
  border-top: 1px solid #DEDFEB;
}
.link-list li a {
  display: block;
  position: relative;
  color: #3D3F45 !important;
  font-size: 18px;
  text-decoration: none !important;
  width: 100%;
  padding-right: 66px;
}
.link-list li a:hover {
  color: #40A8FD !important;
}
.link-list li a:after {
  content: " ";
  display: block;
  width: 22px;
  height: 12px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  transition: all 0.2s;
  background-image: url(../../img/icons/arrow-right.svg);
}
.link-list li a:hover:after {
  right: 17.5px;
}

@media screen and (max-width: 600px) {
  .link-list {
    margin-left: -35px;
    margin-right: -35px;
  }
  .link-list li {
    padding: 0.75em 0em 0.75em 35px;
  }
}
/* Blockquote
--------------------------------------------- */
blockquote,
blockquote.wp-block-quote {
  background: transparent;
  text-align: left;
}
blockquote p,
blockquote.wp-block-quote p {
  font-size: 1.33em;
  font-style: normal;
  font-weight: 400;
}
blockquote cite,
blockquote .wp-block-quote__citation,
blockquote.wp-block-quote cite,
blockquote.wp-block-quote .wp-block-quote__citation {
  display: block;
  font-size: 1em;
  font-weight: 700;
  margin-top: 0.865em;
  text-transform: uppercase;
}
blockquote p:last-of-type,
blockquote.wp-block-quote p:last-of-type {
  margin-bottom: 0;
}
blockquote.is-large, blockquote.is-style-large,
blockquote.wp-block-quote.is-large,
blockquote.wp-block-quote.is-style-large {
  margin: calc( 2 * $gutter-width ) auto;
}

/* Pull Quote
--------------------------------------------- */
.wp-block-pullquote {
  border: none;
  padding: 0;
}
.wp-block-pullquote blockquote {
  border-left: 0;
  border-top: 0.5em solid #40A8FD;
  border-bottom: 0.5em solid #40A8FD;
  padding: 1em 0;
  text-align: center;
  margin: 0 auto;
}
.wp-block-pullquote.alignleft blockquote, .wp-block-pullquote.alignright blockquote {
  max-width: 100%;
}

/* Horizontal Rule
--------------------------------------------- */
.wp-block-separator,
hr {
  margin: 2.5em auto;
}
.wp-block-separator:not(.is-style-dots),
hr:not(.is-style-dots) {
  background-color: #EEEEF1;
  border: 0;
  height: 1px;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots),
hr:not(.is-style-wide):not(.is-style-dots) {
  width: 100%;
  height: 2px;
  background: transparent;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots)::before,
hr:not(.is-style-wide):not(.is-style-dots)::before {
  content: "";
  display: block;
  height: 2px;
  margin: 0px auto;
  background: #EEEEF1;
}
.wp-block-separator.is-style-dots:before,
hr.is-style-dots:before {
  color: #EEEEF1;
  font-size: 18px;
  letter-spacing: 12px;
  padding-left: 12px;
}

@media screen and (max-width: 601px) {
  .page-title {
    text-align: center;
  }
}
/* Larger screen sizes
--------------------------------------------- */
@media screen and (min-width: 601px) {
  .lead-para, .is-style-large-paragraph {
    font-size: 18px;
  }

  h1 {
    font-size: 44px;
  }
  h1.small {
    font-size: 17px;
  }

  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 23px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 1em;
  }

  .hero-title {
    font-size: 66px;
  }
}
.card {
  background-color: #fff;
  border: 1px solid #DEDFEB;
  display: flex;
  flex-direction: column;
}
.card img {
  display: block;
  width: 100%;
}
.card .date {
  color: #7D818C;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 23px;
}
.card .btn {
  margin-top: 3em;
}
.card .post-meta ul li:not(:first-child) {
  display: none;
}

.search-result-card {
  text-decoration: none;
  color: currentColor;
  padding: 1.5em 0em;
  border-bottom: 1px solid #DEDFEB;
  display: block;
}
.search-result-card h4 {
  color: #26282D;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 25px;
}
.search-result-card:hover {
  color: #40A8FD;
}
.search-result-card:hover h4 {
  color: #40A8FD;
}

.search-excerpt {
  color: #7D818C;
}

.card-image-parent {
  width: 100%;
  padding-bottom: 63%;
  height: 0px;
  background-color: #40A8FD;
  position: relative;
  overflow: hidden;
}

.card-image {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  background-color: #40A8FD;
  transition: all 0.4s;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.card-image:hover {
  transform: scale(1.05);
}

.content-column-card {
  display: flex;
  flex-direction: column;
}
.content-column-card .card-image img {
  width: 100%;
}
.content-column-card .buttons {
  margin-bottom: 0px;
  margin-top: auto;
  padding-top: 2em;
}

.general-card {
  text-align: center;
  border: 0px solid transparent;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.03);
}
.general-card .card-inner {
  margin-top: 0.25em;
}

.download-button {
  height: 50px;
  width: 50%;
  vertical-align: center;
  display: flex;
}
.download-button svg {
  width: 16px;
  height: auto;
  margin-right: 0px;
  margin-left: auto;
  display: block;
}
.download-button:hover svg {
  fill: #40A8FD;
}

.card-title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 27px;
  transition: all 0.2s;
}
.card-title:hover {
  color: #40A8FD;
}

.simple-card-title {
  font-size: 18px;
  font-weight: 900;
}

.card-inner, .card-footer {
  padding-left: 35px;
  padding-right: 35px;
}

.card-inner {
  margin-top: 30px;
  padding-bottom: 30px;
}

.card-footer {
  border-top: 1px solid #DEDFEB;
  min-height: 50px;
  margin-bottom: 0px;
  margin-top: auto;
  display: flex;
  vertical-align: center;
  justify-content: space-between;
}
.card-footer ul {
  margin: 11px 0px;
}

.mobile-slider-cards {
  margin-top: 40px;
}

@media screen and (min-width: 601px) {
  .mobile-slider-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 45px;
  }
}
@media screen and (min-width: 993px) {
  .mobile-slider-cards {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.tab-label {
  cursor: pointer;
}

.tab-select .tab {
  display: inline-block;
  margin-right: 1em;
}

.tab-active .btn {
  border-color: transparent;
  box-shadow: none;
  background-image: linear-gradient(-45deg, #1EE085, #13DCDA);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}

.tab-mobile-content {
  padding: 10px 0px;
}

.tab-content, .tab-mobile-content {
  display: none;
}

.tab-content.tab-active, .tab-active .tab-mobile-content {
  display: block;
}

.tab-content-container {
  background-color: #FBFBFB;
  padding: 30px 0px 60px 0px;
  margin-top: 30px;
}

.tab-content-blocks {
  display: grid;
}

@media screen and (max-width: 600px) {
  .tab .btn {
    display: block;
    margin: 1em 0em;
  }

  .tab {
    width: 100%;
  }

  .tabs {
    margin-bottom: 3em;
  }
}
@media screen and (min-width: 993px) {
  .tab-content-blocks {
    display: grid;
    grid-gap: 45px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
button, input[type=button], input[type=submit] {
  border: 0px solid transparent;
}

.btn-primary, .btn-color, .btn, .pagination a:not(.number) {
  color: color-yiq(white);
  background: white linear-gradient(180deg, white, white) repeat-x;
  border-color: #1EE085;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(45, 47, 55, 0.075);
  border-color: #40A8FD;
  background-image: linear-gradient(-45deg, #1EE085, #13DCDA);
}
.btn-primary.disabled, .btn-primary:disabled, .btn-color.disabled, .btn-color:disabled, .btn.disabled, .btn:disabled, .pagination a:not(.number).disabled, .pagination a:not(.number):disabled {
  color: color-yiq(white);
  background-color: white;
  border-color: #1EE085;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .btn-color:not(:disabled):not(.disabled):active, .btn-color:not(:disabled):not(.disabled).active, .show > .btn-color.dropdown-toggle, .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, .show > .btn.dropdown-toggle, .pagination a:not(.number):not(:disabled):not(.disabled):active, .pagination a:not(.number):not(:disabled):not(.disabled).active, .show > .pagination a:not(.number).dropdown-toggle {
  color: color-yiq(#e6e6e6);
  background-color: #e6e6e6;
  background-image: none;
  border-color: #16a864;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-color:hover, .btn-color:active, .btn-color:focus, .btn:hover, .btn:active, .btn:focus, .pagination a:not(.number):hover, .pagination a:not(.number):active, .pagination a:not(.number):focus {
  color: white;
  border-color: transparent;
  background-color: #00d1ce;
  background-image: none;
}
.btn-primary.no-shadow, .btn-color.no-shadow, .btn.no-shadow, .pagination a:not(.number).no-shadow {
  box-shadow: none;
}
.btn-primary.no-shadow:hover, .btn-primary.no-shadow:active, .btn-primary.no-shadow:focus, .btn-color.no-shadow:hover, .btn-color.no-shadow:active, .btn-color.no-shadow:focus, .btn.no-shadow:hover, .btn.no-shadow:active, .btn.no-shadow:focus, .pagination a:not(.number).no-shadow:hover, .pagination a:not(.number).no-shadow:active, .pagination a:not(.number).no-shadow:focus {
  box-shadow: none;
}

.btn-gray {
  color: color-yiq(#A8A9B9);
  background: #A8A9B9 linear-gradient(180deg, #b5b6c4, #A8A9B9) repeat-x;
  border-color: #A8A9B9;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(45, 47, 55, 0.075);
  background-color: white;
}
.btn-gray.disabled, .btn-gray:disabled {
  color: color-yiq(#A8A9B9);
  background-color: #A8A9B9;
  border-color: #A8A9B9;
}
.btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active, .show > .btn-gray.dropdown-toggle {
  color: color-yiq(#8c8da2);
  background-color: #8c8da2;
  background-image: none;
  border-color: #85869d;
}

.btn-white {
  color: color-yiq(#A8A9B9);
  background: #A8A9B9 linear-gradient(180deg, #b5b6c4, #A8A9B9) repeat-x;
  border-color: white;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(45, 47, 55, 0.075);
}
.btn-white.disabled, .btn-white:disabled {
  color: color-yiq(#A8A9B9);
  background-color: #A8A9B9;
  border-color: white;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: color-yiq(#8c8da2);
  background-color: #8c8da2;
  background-image: none;
  border-color: #dfdfdf;
}
.btn-white:focus {
  box-shadow: none;
}

.btn {
  display: inline-block;
}

.btn, .top-menu-container .menu a, .pagination a:not(.number) {
  border-radius: 35px;
  color: #fff;
  font-size: 12px;
  /*11px*/
  font-weight: 700;
  letter-spacing: 0.15rem;
  /*15*/
  text-transform: uppercase;
  padding: 0.88em 3em;
}
.btn-white-outline {
  border-color: #fff;
}

.btn-dark, .pagination a:not(.number) {
  background-color: #2D2F37;
  border-color: #2D2F37;
  color: #fff;
  background-image: none;
}
.btn-dark:hover, .pagination a:not(.number):hover {
  background-image: linear-gradient(-45deg, #1EE085, #13DCDA);
}

.btn-grey {
  background-color: #A8A9B9;
}
.btn-grey:hover {
  background-image: linear-gradient(-45deg, #1EE085, #13DCDA);
  border-color: transparent;
}

button img, button svg, .btn img, .btn svg {
  display: inline-block;
  vertical-align: middle;
}

.btn.btn-dropdown {
  background: transparent;
}
.btn.btn-dropdown [class*=icon-]:before {
  font-size: 0.625rem;
}

.btn-wide {
  width: 60vw;
  max-width: 240px;
}

.btn-outline-gray, .top-menu-container .menu a {
  color: #A8A9B9;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0px 0px 0px 2px #A8A9B9;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: inset 0px 0px 0px 2px #A8A9B9;
}
.btn-outline-gray:hover, .top-menu-container .menu a:hover {
  color: color-yiq(#A8A9B9);
  background-color: #A8A9B9;
  box-shadow: inset 0px 0px 0px 2px #A8A9B9;
}
.btn-outline-gray.disabled, .btn-outline-gray:disabled, .top-menu-container .menu a.disabled, .top-menu-container .menu a:disabled {
  color: #A8A9B9;
  background-color: transparent;
}
.btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray:not(:disabled):not(.disabled).active, .show > .btn-outline-gray.dropdown-toggle, .top-menu-container .menu a:not(:disabled):not(.disabled):active, .top-menu-container .menu a:not(:disabled):not(.disabled).active, .show > .top-menu-container .menu a.dropdown-toggle {
  color: color-yiq(#A8A9B9);
  background-color: #A8A9B9;
  border-color: #A8A9B9;
}
.btn-outline-gray:focus, .top-menu-container .menu a:focus {
  box-shadow: none;
}
.btn-outline-gray:hover, .top-menu-container .menu a:hover {
  color: #fff;
  background-image: linear-gradient(-45deg, #1EE085, #13DCDA);
  border-color: transparent;
  box-shadow: none;
  background-color: #1EE085;
}
.btn-outline-gray.btn-transparent:not(:hover), .top-menu-container .menu a.btn-transparent:not(:hover) {
  background-color: transparent;
}

.btn-outline-gray.overlap.overlap-dark,
.btn-outline-white {
  box-shadow: inset 0px 0px 0px 2px #fff;
  color: white;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0px 0px 0px 2px white;
}
.btn-outline-gray.overlap.overlap-dark:hover,
.btn-outline-white:hover {
  color: #A8A9B9;
  background-color: white;
  box-shadow: inset 0px 0px 0px 2px white;
}
.btn-outline-gray.overlap.overlap-dark.disabled, .btn-outline-gray.overlap.overlap-dark:disabled,
.btn-outline-white.disabled,
.btn-outline-white:disabled {
  color: white;
  background-color: transparent;
}
.btn-outline-gray.overlap.overlap-dark:not(:disabled):not(.disabled):active, .btn-outline-gray.overlap.overlap-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-gray.overlap.overlap-dark.dropdown-toggle,
.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled).active,
.show > .btn-outline-white.dropdown-toggle {
  color: color-yiq(white);
  background-color: white;
  border-color: white;
}
.btn-outline-gray.overlap.overlap-dark:hover, .btn-outline-gray.overlap.overlap-dark:active, .btn-outline-gray.overlap.overlap-dark:focus,
.btn-outline-white:hover,
.btn-outline-white:active,
.btn-outline-white:focus {
  color: #2D2F37;
}
.btn-outline-gray.overlap.overlap-dark:focus,
.btn-outline-white:focus {
  color: white;
  background-color: transparent;
  box-shadow: none;
  box-shadow: none;
}
.btn-outline-gray.overlap.overlap-dark.btn-no-hover:hover,
.btn-outline-white.btn-no-hover:hover {
  color: white;
  border-color: transparent;
  background-color: transparent;
}
.btn.btn-active, .btn.active-btn {
  color: color-yiq(white);
  background: white linear-gradient(180deg, white, white) repeat-x;
  border-color: #1EE085;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(45, 47, 55, 0.075);
  border-color: #40A8FD;
  border-width: 0px;
  color: #fff;
  background-image: linear-gradient(-45deg, #1EE085, #13DCDA);
}
.btn.btn-active.disabled, .btn.btn-active:disabled, .btn.active-btn.disabled, .btn.active-btn:disabled {
  color: color-yiq(white);
  background-color: white;
  border-color: #1EE085;
}
.btn.btn-active:not(:disabled):not(.disabled):active, .btn.btn-active:not(:disabled):not(.disabled).active, .show > .btn.btn-active.dropdown-toggle, .btn.active-btn:not(:disabled):not(.disabled):active, .btn.active-btn:not(:disabled):not(.disabled).active, .show > .btn.active-btn.dropdown-toggle {
  color: color-yiq(#e6e6e6);
  background-color: #e6e6e6;
  background-image: none;
  border-color: #16a864;
}
.btn.btn-active:hover, .btn.btn-active:active, .btn.btn-active:focus, .btn.active-btn:hover, .btn.active-btn:active, .btn.active-btn:focus {
  color: white;
  border-color: transparent;
  background-color: #40A8FD;
  background-image: none;
}
.btn.btn-active.no-shadow, .btn.active-btn.no-shadow {
  box-shadow: none;
}
.btn.btn-active.no-shadow:hover, .btn.btn-active.no-shadow:active, .btn.btn-active.no-shadow:focus, .btn.active-btn.no-shadow:hover, .btn.active-btn.no-shadow:active, .btn.active-btn.no-shadow:focus {
  box-shadow: none;
}

.btn-round {
  padding: 0;
  white-space: normal;
  border-radius: 50%;
  width: 2.4375rem;
  height: 2.4375rem;
  line-height: 2.1875rem;
}
.btn-round.btn-sm {
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.625rem;
}
.btn-round.btn-lg {
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.5rem;
}

.btn-toggle span {
  display: inline-block;
  width: 0;
  transition: width 0.3s;
  overflow: hidden;
  vertical-align: middle;
}
.btn-toggle:hover span, .btn-toggle:focus span, .btn-toggle:active span {
  width: 40px;
}

.btn-close {
  position: absolute;
  top: 45px;
  right: 45px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  opacity: 1;
}
.sup-navigation .btn-close.control-close {
  top: 0;
  right: 0;
}
.btn-close:hover:before {
  transform: rotate(180deg);
}
.btn-close:before {
  font-size: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  transition: all 0.2s ease-in-out;
}

.btn-opacity {
  opacity: 0.5;
}
.btn-opacity:hover, .btn-opacity:active, .btn-opacity:focus, .btn-opacity.active {
  opacity: 1;
}

.btn-sm {
  line-height: 2.3636363636;
}

.btn-md {
  line-height: 3.1818181818;
}

.btn-lg {
  line-height: 5.0909090909;
}

/**
 * addthis fix
 */
.addthis_button_expanded > .at-icon-wrapper {
  display: none !important;
}

.addthis_default_style .addthis_separator,
.addthis_default_style .at4-icon,
.addthis_default_style .at300b,
.addthis_default_style .at300bo,
.addthis_default_style .at300bs,
.addthis_default_style .at300m {
  float: none !important;
}

button[type=button] {
  cursor: pointer;
}

.control-back, .control-close {
  color: #a8a9b9 !important;
  border-color: #a8a9b9 !important;
  text-transform: uppercase;
  border: 2px solid #a8a9b9;
  border-radius: 30px;
  height: 40px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid transparent;
  padding: 0 1.25rem;
  font-size: 14px;
  border-radius: 2.1875rem;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.control-back:hover, .control-close:hover {
  background-color: #fff;
}

.icon-close:before {
  display: block;
  font-size: 11px !important;
  width: 11px !important;
  height: 11px !important;
}

.theme-button {
  margin: 2em 0em;
}

.navigation.sup-navigation a, .navigation.sup-navigation .btn-outline-gray.overlap.overlap-dark {
  color: #a8a9b9;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.btn-toggle span, .control-back span, .control-next span, .control-prev span, .control-close span {
  display: inline-block;
  width: 0;
  transition: width 0.3s;
  overflow: hidden;
  vertical-align: middle;
}

.btn-toggle:active span, .btn-toggle:focus span,
.btn-toggle:hover span, .control-back:active span,
.control-next:active span, .control-next:focus span,
.control-back:focus span, .control-back:hover span,
.control-next:hover span, .control-prev:active span,
.control-prev:focus span, .control-prev:hover span {
  width: 55px;
}

.control-close:hover span {
  width: 70px;
}

.btn-small {
  font-size: 12px;
}

.btn-med {
  font-size: 15px;
}

.btn-large {
  font-size: 18px;
}

.site-header .view-more-button, .view-more-button {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  color: #2D2F37;
  line-height: 19px;
}
.site-header .view-more-button:after, .view-more-button:after {
  width: 8px;
  height: 1em;
  vertical-align: middle;
  display: inline-block;
  margin-left: 1em;
  content: " ";
  background-image: url(../../img/icons/chevron-right-grey.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

label {
  font-size: 1rem;
}

/* Text Inputs + Textarea
   ========================================================================== */
/* Style Placeholders */
::placeholder {
  color: #3D3F45;
}

/* Text inputs */
input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
  background-color: #f2f2f5;
  border: none;
  border-bottom: 3px solid #40A8FD;
  border-radius: 0;
  outline: none;
  height: 3rem;
  font-size: 16px;
  margin: 0 0 0px 0;
  padding: 0 1em;
  box-shadow: none;
  box-sizing: border-box;
  transition: all 0.3s;
}
input:not([type]):disabled, input:not([type])[readonly=readonly],
input[type=text]:not(.browser-default):disabled,
input[type=text]:not(.browser-default)[readonly=readonly],
input[type=password]:not(.browser-default):disabled,
input[type=password]:not(.browser-default)[readonly=readonly],
input[type=email]:not(.browser-default):disabled,
input[type=email]:not(.browser-default)[readonly=readonly],
input[type=url]:not(.browser-default):disabled,
input[type=url]:not(.browser-default)[readonly=readonly],
input[type=time]:not(.browser-default):disabled,
input[type=time]:not(.browser-default)[readonly=readonly],
input[type=date]:not(.browser-default):disabled,
input[type=date]:not(.browser-default)[readonly=readonly],
input[type=datetime]:not(.browser-default):disabled,
input[type=datetime]:not(.browser-default)[readonly=readonly],
input[type=datetime-local]:not(.browser-default):disabled,
input[type=datetime-local]:not(.browser-default)[readonly=readonly],
input[type=tel]:not(.browser-default):disabled,
input[type=tel]:not(.browser-default)[readonly=readonly],
input[type=number]:not(.browser-default):disabled,
input[type=number]:not(.browser-default)[readonly=readonly],
input[type=search]:not(.browser-default):disabled,
input[type=search]:not(.browser-default)[readonly=readonly],
textarea.materialize-textarea:disabled,
textarea.materialize-textarea[readonly=readonly] {
  color: rgba(0, 0, 0, 0.42);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.42);
}
input:not([type]):disabled + label, input:not([type])[readonly=readonly] + label,
input[type=text]:not(.browser-default):disabled + label,
input[type=text]:not(.browser-default)[readonly=readonly] + label,
input[type=password]:not(.browser-default):disabled + label,
input[type=password]:not(.browser-default)[readonly=readonly] + label,
input[type=email]:not(.browser-default):disabled + label,
input[type=email]:not(.browser-default)[readonly=readonly] + label,
input[type=url]:not(.browser-default):disabled + label,
input[type=url]:not(.browser-default)[readonly=readonly] + label,
input[type=time]:not(.browser-default):disabled + label,
input[type=time]:not(.browser-default)[readonly=readonly] + label,
input[type=date]:not(.browser-default):disabled + label,
input[type=date]:not(.browser-default)[readonly=readonly] + label,
input[type=datetime]:not(.browser-default):disabled + label,
input[type=datetime]:not(.browser-default)[readonly=readonly] + label,
input[type=datetime-local]:not(.browser-default):disabled + label,
input[type=datetime-local]:not(.browser-default)[readonly=readonly] + label,
input[type=tel]:not(.browser-default):disabled + label,
input[type=tel]:not(.browser-default)[readonly=readonly] + label,
input[type=number]:not(.browser-default):disabled + label,
input[type=number]:not(.browser-default)[readonly=readonly] + label,
input[type=search]:not(.browser-default):disabled + label,
input[type=search]:not(.browser-default)[readonly=readonly] + label,
textarea.materialize-textarea:disabled + label,
textarea.materialize-textarea[readonly=readonly] + label {
  color: rgba(0, 0, 0, 0.42);
}
input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-color: #f53570;
}
input:not([type]):focus:not([readonly]) + label,
input[type=text]:not(.browser-default):focus:not([readonly]) + label,
input[type=password]:not(.browser-default):focus:not([readonly]) + label,
input[type=email]:not(.browser-default):focus:not([readonly]) + label,
input[type=url]:not(.browser-default):focus:not([readonly]) + label,
input[type=time]:not(.browser-default):focus:not([readonly]) + label,
input[type=date]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
input[type=number]:not(.browser-default):focus:not([readonly]) + label,
input[type=search]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #f53570;
}
input:not([type]).validate + label,
input[type=text]:not(.browser-default).validate + label,
input[type=password]:not(.browser-default).validate + label,
input[type=email]:not(.browser-default).validate + label,
input[type=url]:not(.browser-default).validate + label,
input[type=time]:not(.browser-default).validate + label,
input[type=date]:not(.browser-default).validate + label,
input[type=datetime]:not(.browser-default).validate + label,
input[type=datetime-local]:not(.browser-default).validate + label,
input[type=tel]:not(.browser-default).validate + label,
input[type=number]:not(.browser-default).validate + label,
input[type=search]:not(.browser-default).validate + label,
textarea.materialize-textarea.validate + label {
  width: 100%;
}
input:not([type]).invalid + label:after, input:not([type]).valid + label:after,
input[type=text]:not(.browser-default).invalid + label:after,
input[type=text]:not(.browser-default).valid + label:after,
input[type=password]:not(.browser-default).invalid + label:after,
input[type=password]:not(.browser-default).valid + label:after,
input[type=email]:not(.browser-default).invalid + label:after,
input[type=email]:not(.browser-default).valid + label:after,
input[type=url]:not(.browser-default).invalid + label:after,
input[type=url]:not(.browser-default).valid + label:after,
input[type=time]:not(.browser-default).invalid + label:after,
input[type=time]:not(.browser-default).valid + label:after,
input[type=date]:not(.browser-default).invalid + label:after,
input[type=date]:not(.browser-default).valid + label:after,
input[type=datetime]:not(.browser-default).invalid + label:after,
input[type=datetime]:not(.browser-default).valid + label:after,
input[type=datetime-local]:not(.browser-default).invalid + label:after,
input[type=datetime-local]:not(.browser-default).valid + label:after,
input[type=tel]:not(.browser-default).invalid + label:after,
input[type=tel]:not(.browser-default).valid + label:after,
input[type=number]:not(.browser-default).invalid + label:after,
input[type=number]:not(.browser-default).valid + label:after,
input[type=search]:not(.browser-default).invalid + label:after,
input[type=search]:not(.browser-default).valid + label:after,
textarea.materialize-textarea.invalid + label:after,
textarea.materialize-textarea.valid + label:after {
  display: none;
}
input:not([type]).invalid + label.active:after, input:not([type]).valid + label.active:after,
input[type=text]:not(.browser-default).invalid + label.active:after,
input[type=text]:not(.browser-default).valid + label.active:after,
input[type=password]:not(.browser-default).invalid + label.active:after,
input[type=password]:not(.browser-default).valid + label.active:after,
input[type=email]:not(.browser-default).invalid + label.active:after,
input[type=email]:not(.browser-default).valid + label.active:after,
input[type=url]:not(.browser-default).invalid + label.active:after,
input[type=url]:not(.browser-default).valid + label.active:after,
input[type=time]:not(.browser-default).invalid + label.active:after,
input[type=time]:not(.browser-default).valid + label.active:after,
input[type=date]:not(.browser-default).invalid + label.active:after,
input[type=date]:not(.browser-default).valid + label.active:after,
input[type=datetime]:not(.browser-default).invalid + label.active:after,
input[type=datetime]:not(.browser-default).valid + label.active:after,
input[type=datetime-local]:not(.browser-default).invalid + label.active:after,
input[type=datetime-local]:not(.browser-default).valid + label.active:after,
input[type=tel]:not(.browser-default).invalid + label.active:after,
input[type=tel]:not(.browser-default).valid + label.active:after,
input[type=number]:not(.browser-default).invalid + label.active:after,
input[type=number]:not(.browser-default).valid + label.active:after,
input[type=search]:not(.browser-default).invalid + label.active:after,
input[type=search]:not(.browser-default).valid + label.active:after,
textarea.materialize-textarea.invalid + label.active:after,
textarea.materialize-textarea.valid + label.active:after {
  display: block;
}

/* Validation Sass Placeholders */
input:not([type]).valid, input:not([type]):focus.valid,
input[type=text]:not(.browser-default).valid,
input[type=password]:not(.browser-default).valid,
input[type=email]:not(.browser-default).valid,
input[type=url]:not(.browser-default).valid,
input[type=time]:not(.browser-default).valid,
input[type=date]:not(.browser-default).valid,
input[type=datetime]:not(.browser-default).valid,
input[type=datetime-local]:not(.browser-default).valid,
input[type=tel]:not(.browser-default).valid,
input[type=number]:not(.browser-default).valid,
input[type=search]:not(.browser-default).valid,
textarea.materialize-textarea.valid,
textarea.materialize-textarea:focus.valid {
  border-bottom: 1px solid green;
  box-shadow: 0 1px 0 0 green;
}

input:not([type]).invalid, input:not([type]):focus.invalid,
input[type=text]:not(.browser-default).invalid,
input[type=password]:not(.browser-default).invalid,
input[type=email]:not(.browser-default).invalid,
input[type=url]:not(.browser-default).invalid,
input[type=time]:not(.browser-default).invalid,
input[type=date]:not(.browser-default).invalid,
input[type=datetime]:not(.browser-default).invalid,
input[type=datetime-local]:not(.browser-default).invalid,
input[type=tel]:not(.browser-default).invalid,
input[type=number]:not(.browser-default).invalid,
input[type=search]:not(.browser-default).invalid,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea:focus.invalid {
  border-bottom: 1px solid red;
  box-shadow: 0 1px 0 0 red;
}

input:not([type]).valid + label:after, input:not([type]):focus.valid + label:after,
input[type=text]:not(.browser-default).valid + label:after,
input[type=password]:not(.browser-default).valid + label:after,
input[type=email]:not(.browser-default).valid + label:after,
input[type=url]:not(.browser-default).valid + label:after,
input[type=time]:not(.browser-default).valid + label:after,
input[type=date]:not(.browser-default).valid + label:after,
input[type=datetime]:not(.browser-default).valid + label:after,
input[type=datetime-local]:not(.browser-default).valid + label:after,
input[type=tel]:not(.browser-default).valid + label:after,
input[type=number]:not(.browser-default).valid + label:after,
input[type=search]:not(.browser-default).valid + label:after,
textarea.materialize-textarea.valid + label:after,
textarea.materialize-textarea:focus.valid + label:after {
  content: attr(data-success);
  color: green;
  opacity: 1;
  transform: translateY(9px);
}

input:not([type]).invalid + label:after, input:not([type]):focus.invalid + label:after,
input[type=text]:not(.browser-default).invalid + label:after,
input[type=password]:not(.browser-default).invalid + label:after,
input[type=email]:not(.browser-default).invalid + label:after,
input[type=url]:not(.browser-default).invalid + label:after,
input[type=time]:not(.browser-default).invalid + label:after,
input[type=date]:not(.browser-default).invalid + label:after,
input[type=datetime]:not(.browser-default).invalid + label:after,
input[type=datetime-local]:not(.browser-default).invalid + label:after,
input[type=tel]:not(.browser-default).invalid + label:after,
input[type=number]:not(.browser-default).invalid + label:after,
input[type=search]:not(.browser-default).invalid + label:after,
textarea.materialize-textarea.invalid + label:after,
textarea.materialize-textarea:focus.invalid + label:after {
  content: attr(data-error);
  color: red;
  opacity: 1;
  transform: translateY(9px);
}

input:not([type]) + label:after,
input[type=text]:not(.browser-default) + label:after,
input[type=password]:not(.browser-default) + label:after,
input[type=email]:not(.browser-default) + label:after,
input[type=url]:not(.browser-default) + label:after,
input[type=time]:not(.browser-default) + label:after,
input[type=date]:not(.browser-default) + label:after,
input[type=datetime]:not(.browser-default) + label:after,
input[type=datetime-local]:not(.browser-default) + label:after,
input[type=tel]:not(.browser-default) + label:after,
input[type=number]:not(.browser-default) + label:after,
input[type=search]:not(.browser-default) + label:after,
textarea.materialize-textarea + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  transition: 0.2s opacity ease-out, 0.2s color ease-out;
}

/* Textarea */
textarea {
  width: 100%;
  min-height: 3rem;
  background-color: #f2f2f5;
  border: none;
  border-bottom: 3px solid #40A8FD;
  overflow-y: hidden;
  /* prevents scroll bar flash */
  padding: 0 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  box-sizing: border-box;
}
textarea:disabled, textarea[readonly=readonly] {
  color: rgba(0, 0, 0, 0.42);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.42);
}
textarea:disabled + label, textarea[readonly=readonly] + label {
  color: rgba(0, 0, 0, 0.42);
}
textarea:focus:not([readonly]) {
  border-color: #f53570;
}

@supports (-webkit-appearance: none) {
  /*  AKA, only do this if `-webkit-appearance: none` is supported. 
    Which means IE11 and Opera Mini will get the old browser-styled checkbox. 
    Which works just fine. Old browsers can get old looking things. */
  input[type=radio],
fieldset input[type=radio] {
    /*  Remove the default styling.
        `-webkit-appearance` is not an official CSS property 
      & likely never will be. But it's also in 95% of browsers, 
      non-webkit included, yes, as a `-webkit` property. 
      Firefox, Edge, Chrome, Opera all implemented `-webkit-appearance`.  
      Plus it *will* stick around. Browsers can't remove it. 
      So use it like this...                                 */
    -webkit-appearance: none;
    /* Style the radio button container. */
    width: 1.4rem;
    min-width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    border: 1px solid #40A8FD;
    margin: 0.3rem 0 0 0;
    padding: 0;
    background-color: #fff;
    margin-top: -0.2rem;
    transition: background-color 0.2s;
  }
  input[type=radio]:hover,
fieldset input[type=radio]:hover {
    background-color: #f2f2f2;
  }

  input[type=radio]:checked,
fieldset input[type=radio]:checked {
    /* Prepare for placing the new checkmark. */
    position: relative;
    /* Do a bug fix to keep iOS from adding dark background. */
    background: none;
  }

  input[type=radio]:checked::after,
fieldset input[type=radio]:checked::after {
    /* Place (position) the new “filled-in” blob. */
    position: absolute;
    top: 0.3rem;
    left: 0.3rem;
    width: 0.7rem;
    height: 0.7rem;
    background: #40A8FD;
    border-radius: 50%;
    content: "";
  }

  /* Focus styles. */
  fieldset:focus-within {
    box-shadow: 0 0px 1px 1px #f53570;
  }

  fieldset:focus-within legend {
    box-shadow: 0 0px 1px 1px #f53570;
  }

  input[type=radio]:focus,
fieldset input[type=radio]:focus {
    box-shadow: 0 0px 1px 1px #f53570;
  }
}
@supports (-webkit-appearance: none) {
  /*  AKA, only do this if `-webkit-appearance: none` is supported. 
    Which means IE11 and Opera Mini will get the old browser-styled checkbox. 
    Which works just fine. Old browsers can get old looking things. */
  input[type=checkbox] {
    /*  Remove the default styling.
        `-webkit-appearance` is not an official CSS property 
      & likely never will be. But it's also in 95% of browsers, 
      non-webkit included, yes, as a `-webkit` property. 
      Firefox, Edge, Chrome, Opera all implemented `-webkit-appearance`.  
      Plus it *will* stick around. Browsers can't remove it. 
      So use it like this...                                 */
    -webkit-appearance: none;
    /* Style the box. */
    min-width: 1.6rem;
    width: 1.6rem;
    height: 1.6rem;
    border: 1px solid #40A8FD;
    background-color: #fff;
    transition: background-color 0.2s;
  }
  input[type=checkbox]:hover {
    background-color: #f2f2f2;
  }

  input[type=checkbox]:focus {
    /* Style the box when it's focused. */
    box-shadow: 0 0px 1px 1px #f53570;
  }

  input[type=checkbox]:checked {
    /* Prepare for placing the new checkmark. */
    position: relative;
    /* Do a bug fix to keep iOS from adding dark background. */
    background: none;
  }

  input[type=checkbox]:checked::after {
    /* Place (position) the new checkmark. */
    position: absolute;
    top: 0.26rem;
    left: 0.22rem;
    display: block;
    /*  Create a checkmark in CSS. 
      Could use an SVG or `content: "✓";` instead. 
      This is a box, turned 45 degs, with a 
      left and bottom border to make the checkmark.
      Created using an empty pseudo-element.*/
    content: "";
    width: 1rem;
    height: 0.7rem;
    border: 4px solid #40A8FD;
    border-right: none;
    border-top: none;
    transform: rotate(-45deg);
  }
}
/* Select Field
   ========================================================================== */
select.browser-default {
  display: block;
}

select {
  background-color: #f2f2f5;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 3em;
  border: 3px solid #40A8FD;
  border-radius: 0px;
  height: 3rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
select:focus:not([readonly]), select:focus-within:not([readonly]) {
  border-bottom: 1px solid #f53570;
  box-shadow: 0 0px 1px 1px #f53570;
}
select option {
  padding: 0.5em;
  text-transform: none;
  color: #3D3F45;
  display: block;
}

select:not([multiple]) {
  background-position: right 1em center;
  background-size: 13px auto;
  background-repeat: no-repeat;
  background-image: url(../../img/icons/chevron-down-grey.svg);
}

select[multiple] {
  height: auto;
  min-height: 3rem;
}

.filter-select {
  min-width: 33.33%;
}

.hide-label .gfield_label {
  display: none;
}

body .gform_wrapper .gform_validation_container {
  display: none;
}

.gform_wrapper {
  margin: 2em auto;
}
.gform_wrapper ul li {
  list-style-type: none;
}

.gform_body {
  margin: 2em auto;
}

.gform_fields {
  margin: 0px;
}

.gfield {
  margin-bottom: 0.5em;
}

.page-section .gform_wrapper {
  margin: 1em auto;
}
.page-section .gform_wrapper ƒ .gfield_radio, .page-section .gform_wrapper .gfield_checkbox {
  margin: 0px;
}
.page-section .gform_wrapper .gfield_checkbox li label, .page-section .gform_wrapper .gfield_radio li label {
  padding-left: 0.5em;
  font-size: 1rem;
}

.gform_heading .gform_description {
  display: block;
}

.gfield_checkbox li, .gfield_radio li {
  display: block;
}

@media screen and (min-width: 601px) {
  .ginput_container_checkbox, .ginput_container_radio {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
    margin: 0px;
    text-align: left;
  }

  .gf_left_half, .gf_right_half, .gform_wrapper .col-sm-6 {
    width: 50%;
    float: left;
    box-sizing: border-box;
    clear: none !important;
  }
  .gf_left_half input.medium, .gf_left_half input.large, .gf_left_half input.small, .gf_right_half input.medium, .gf_right_half input.large, .gf_right_half input.small, .gform_wrapper .col-sm-6 input.medium, .gform_wrapper .col-sm-6 input.large, .gform_wrapper .col-sm-6 input.small {
    width: 100% !important;
  }

  .gform_wrapper .col-sm-6 {
    float: left;
  }

  .gf_left_half {
    padding-right: 22.5px;
  }

  .gf_right_half {
    padding-left: 22.5px;
  }

  .gf_left_third, .gf_right_third, .gf_middle_third {
    width: 33.33%;
    float: left;
    clear: none;
  }

  .gf_left_third {
    padding-right: 22.5px;
  }

  .gf_middle_third {
    padding: 0px 22.5px;
  }

  .gf_right_third {
    padding-left: 22.5px;
  }

  .ui-datepicker {
    background-color: #fff;
    border: 1px solid #40A8FD;
  }
  .ui-datepicker > div {
    padding: 8px;
  }
  .ui-datepicker select {
    width: 50%;
    height: 2.25rem;
  }
  .ui-datepicker td {
    padding: 5px;
  }
  .ui-datepicker .ui-datepicker-next {
    float: right;
  }
  .ui-datepicker a:hover {
    color: #40A8FD;
  }
}
.page-section.style-dark {
  background-color: #7D818C;
}

.page-section.style-med {
  background-color: #FBFBFB;
}

.page-title {
  padding: 20px 0px;
}

.alt-row, .introduction_feature_boxes, .accordion, .card_grid,
.section-inner.news, .section-inner.gallery, .plain_text, .content_columns {
  margin: 50px auto;
}

.clearfix:before {
  display: table;
  content: " ";
  width: 100%;
}

@media screen and (min-width: 601px) {
  .image-cta.boxed {
    margin: 50px auto;
  }
}
@media screen and (min-width: 1600px) {
  .alt-row, .introduction_feature_boxes, .accordion, .card_grid,
.section-inner.news, .section-inner.gallery, .plain_text, .content_columns {
    margin: 80px auto;
  }
}
.large-slide img {
  display: block;
  margin: 0 auto;
}

.page-section .slick-track {
  display: flex !important;
}

.page-section .slick-slide {
  height: inherit !important;
}
.page-section .slick-slide > div {
  height: 100%;
  display: flex;
}

.news-buttons {
  margin-top: 30px;
}

@media screen and (min-width: 993px) {
  .page-section .news .post-card {
    width: 24%;
    display: inline-block;
    vertical-align: top;
  }
}
@media screen and (max-width: 600px) {
  .news-buttons .buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.theme-gallery {
  text-align: center;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
}
.theme-gallery .gallery-item {
  display: block;
  width: 100%;
  break-inside: avoid;
  font-size: 0px;
  margin-bottom: 4px;
}
.theme-gallery .gallery-item img {
  display: block;
  width: 100%;
}

@supports (grid-template-rows: masonry) {
  .theme-gallery {
    /* masonry code here */
    display: grid;
    grid-template-rows: masonry;
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    column-count: 1;
  }
  .theme-gallery .gallery-item {
    display: block;
  }
}
@media screen and (min-width: 601px) {
  .theme-gallery {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media screen and (min-width: 1201px) {
  .theme-gallery {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}
.content-columns {
  display: grid;
  grid-gap: 45px;
}

.content-column-card > img {
  margin-right: auto;
}

.section-inner {
  overflow: hidden;
}

@media screen and (min-width: 601px) {
  .content-columns {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 993px) {
  .content-columns.column-count-2 {
    grid-template-columns: 1fr 1fr;
  }
  .content-columns.column-count-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .content-columns.column-count-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.feature-grid-box {
  padding-top: 0px;
  text-align: center;
  overflow: hidden;
}
.feature-grid-box h4 {
  margin-top: 0px;
  overflow-wrap: break-word;
}
.feature-grid-box a {
  color: #fff;
  width: 100%;
}
.feature-grid-box .feature-box-content {
  margin-bottom: 2.5em;
}
.feature-grid-box .btn {
  margin-top: auto;
  margin-bottom: 0;
  width: auto;
  max-width: 293px;
  margin-left: auto;
  margin-right: auto;
}
.feature-grid-box > a {
  display: block;
  transition: all 0.2s;
  padding: 12px 20px;
}
.feature-grid-box > a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.feature-grid-box:nth-child(1n) {
  background-color: #0D2F56;
}

.feature-grid-box:nth-child(2n) {
  background-color: #194F8E;
}

.feature-grid-box:nth-child(3n) {
  background-color: #19768E;
}

@media screen and (max-width: 600px) {
  .feature-grid-box {
    text-align: center;
  }
  .feature-grid-box > a {
    padding-top: 15px;
  }
  .feature-grid-box h4 {
    display: block;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 601px) {
  .feature-boxes-introduction {
    padding-right: 45px;
    padding-left: 45px;
  }

  .feature-grid-box {
    display: flex;
  }
  .feature-grid-box > a {
    padding: 28px 28px;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 993px) {
  .feature-grid {
    display: grid;
    grid-gap: 11px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.feature-background-box {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 554px;
}
.feature-background-box:before {
  content: " ";
  display: table;
  clear: both;
  width: 100%;
}

.feature-background-box-content-inner {
  margin: 0 auto;
  max-width: 400px;
}

.feature-background-box-content {
  background-color: #fff;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.27);
  padding: 27px;
}

@media screen and (max-width: 600px) {
  .feature-background-box-content {
    margin-top: 309px;
    position: relative;
    bottom: -95px;
  }

  .feature-background-box {
    margin-bottom: 145px;
  }
}
@media screen and (min-width: 600px) {
  .feature-background-box-content {
    margin: 113px 20px 113px auto;
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .feature-background-box-content {
    width: 32%;
  }
}
.image-cta {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.image-cta.boxed .btn {
  margin-top: 2em;
}

@media screen and (max-width: 601px) {
  .image-cta {
    text-align: center;
    padding: 47px 20px;
  }

  .image-cta.boxed:before {
    content: " ";
    display: table;
    clear: both;
    width: 100%;
  }
  .image-cta.boxed .image-cta-content {
    margin-top: 435px;
  }
}
@media screen and (min-width: 601px) {
  .image-cta {
    padding: 60px;
  }

  .image-cta.boxed {
    text-align: center;
  }

  .image-cta.full-width .image-cta-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 1400px) {
  .image-cta.full-width {
    padding: 110px;
  }
}
.accordion {
  margin: 3em auto;
}

.accordion-title {
  border-top: 1px solid #DEDFEB;
  background-color: #fff;
  overflow: hidden;
  cursor: pointer;
  padding: 1em 0em;
  padding-right: 3em;
  position: relative;
  transition: all 0.2s;
}
.accordion-title:hover h2, .accordion-title:hover h3, .accordion-title:hover h4, .accordion-title:hover h5, .accordion-title:hover h6 {
  color: #40A8FD;
}
.accordion-title:hover svg path {
  fill: #40A8FD;
}
.accordion-title h1, .accordion-title h2, .accordion-title h3, .accordion-title h4, .accordion-title h5 {
  font-weight: 600;
  color: #26282D;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 25px;
}

.accordion-title .chevron {
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s;
  width: 1em;
}

.accordion-item.open .accordion-title .chevron {
  transform: translateY(-50%) rotate(45deg);
}

.accordion-content {
  overflow: hidden;
  padding: 1em 0em;
}

@media screen and (max-width: 601px) {
  .page-section .accordion {
    margin-left: -35px;
    margin-right: -35px;
  }

  .accordion-title, .accordion-content {
    padding-left: 35px;
    padding-right: 35px;
  }
  .accordion-title .chevron, .accordion-content .chevron {
    right: 2em;
  }
}
.alt-row {
  overflow: hidden;
  position: relative;
}
.alt-row .row-content {
  padding: 0px 33.75px;
}
.alt-row .image-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 400px;
}
.alt-row .row-content-inner {
  max-width: 640px;
  margin: 3em 0px;
}

.slick-slide .alt-row {
  margin-bottom: 0px;
}

.slider .control-range {
  margin-top: 45px;
}

.alt-row-image-column img {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 993px) {
  .alt-row-column {
    width: 50%;
  }

  .alt-row-column {
    float: left;
  }

  .image-right .alt-row-column {
    float: right;
  }

  .alt-row-inner-container {
    display: flex;
    align-items: center;
  }

  .image-right .alt-row-inner-container {
    flex-direction: row-reverse;
  }

  .image-left .alt-row-image-column {
    padding-right: 45px;
  }

  .image-right .alt-row-image-column {
    padding-left: 45px;
  }

  .alt-row-content {
    padding: 45px 60px;
  }
  .alt-row-content .wysiwyg {
    max-width: 750px;
    margin: 0 auto;
  }
}
.site-header {
  z-index: 99;
}

.background-video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-block-hover {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
  background: linear-gradient(180deg, #2D2F37 0%, rgba(45, 47, 55, 0) 100%);
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 177.77777778vh;
  /* 100 * 16 / 9 */
  min-width: 100%;
  min-height: 56.25vw;
  /* 100 * 9 / 16 */
}

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

.hero {
  text-align: center;
  background-color: #2D2F37;
  overflow: hidden;
  position: relative;
  padding: 155px 0px;
  min-height: 597px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero .container {
  position: relative;
}

.hero-inner > .buttons {
  margin-top: 4em;
}

.explore-page-links-mobile {
  margin-top: 80px;
}
.explore-page-links-mobile h3 {
  margin-bottom: 1.25em;
}

.explore-page-links-mobile .btn {
  display: block;
  margin-bottom: 18px;
}

.explore-page-links-desktop {
  display: grid;
  grid-gap: 45px;
  text-align: center;
  margin-top: 90px;
}

.explore-box {
  background-color: #fff;
  padding: 12px 58px 28px 58px;
  display: flex;
  flex-direction: column;
  min-height: 230px;
}
.explore-box .btn {
  margin-bottom: 0px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

@media (min-width: 993px) {
  .explore-page-links-desktop {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 601px) {
  .explore-block {
    padding-top: 98px;
    padding-bottom: 98px;
  }
}
.fullscreen-video-button {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

@media (min-width: 601px) {
  .hero {
    min-height: 530px;
  }

  .hero-inner {
    max-width: 785px;
    margin: 0 auto;
  }

  .explore-block-inner {
    max-width: 994px;
  }

  .split-row .row-content {
    float: right;
    width: 50%;
    padding: 0px 45px;
  }
  .split-row .image-cover {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .split-row .row-content-inner {
    margin: 4em 0px;
  }
}
@media (min-width: 1201px) {
  .hero-inner > .buttons .btn {
    font-size: 18px;
  }

  .split-row .row-content {
    padding: 0px 90px;
  }
  .split-row .row-content-inner {
    margin: 4em 0px;
  }
}
.index-content, .plain_text_content {
  max-width: 771px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 993px) {
  .archive-title {
    position: relative;
  }

  .archive-title .btn {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
  }
}
.posts-grid {
  display: grid;
  grid-gap: 45px;
}

.search-crumb {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.775em;
  letter-spacing: 1px;
}
.search-crumb ul {
  margin-top: 0px;
  margin-bottom: 0px;
}
.search-crumb ul, .search-crumb li, .search-crumb div {
  list-style-type: none;
  display: inline-block;
}
.search-crumb ul a, .search-crumb li a, .search-crumb div a {
  color: currentColor;
  text-decoration: none;
}

@media screen and (min-width: 601px) {
  .posts-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 993px) {
  .posts-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.post-meta a {
  color: #7D818C;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 27px;
  text-decoration: none;
}
.post-meta a:hover {
  color: #40A8FD;
}

.singular-header {
  margin: 39px auto;
  min-height: 40px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.singular-header > li, .singular-header .date, .singular-header div, .singular-header ul {
  display: inline-block;
}
.singular-header .post-meta ul {
  margin: 0px;
}
.singular-header .single-header-post-type {
  display: block;
  padding: 0px 30px;
}
.singular-header .control-back {
  top: 0;
  left: 0;
  position: absolute;
}
.singular-header li {
  display: inline-block;
}
.singular-header .date {
  color: #7D818C;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 23px;
  margin-right: 1em;
}

.single-post-feature-image {
  margin-top: 40px;
  margin-bottom: 40px;
}
.single-post-feature-image img {
  display: block;
  margin: 0 auto;
}

.explore-content-header {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.explore-content-header ul {
  margin: 0;
}
.explore-content-header li {
  display: inline-block;
  margin-right: 1em;
}

@media screen and (min-width: 601px) {
  .singular-header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
}
.button-filters .btn {
  margin-right: 1em;
}

.single-header-post-type {
  display: block;
  margin: 12px auto;
  color: #A8A9B9;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1.94px;
  line-height: 17px;
  text-align: center;
}

.archive-filters {
  padding: 33px 0px;
}

.archive-content {
  background-color: #FBFBFB;
  padding: 79px 0px;
}

.filter-select {
  border-color: #A8A9B9;
  background-color: #ffff;
  border-radius: 30px;
  width: auto;
  text-align: center;
  color: #A8A9B9;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.4px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  padding-right: 5em;
}

.pagination {
  margin-top: 40px;
  text-align: center;
}
.pagination li {
  display: inline-block;
  margin-left: 22.5px;
  margin-right: 22.5px;
}
.pagination li.active a {
  color: #3D3F45;
}

.featured-article-slide {
  background-color: #fff;
  display: block;
}

.featured-article-slide h3 {
  margin: 1.2em auto;
}

@media screen and (max-width: 600px) {
  .archive-filters {
    text-align: center;
  }
  .archive-filters select {
    width: 100%;
  }

  .featured-article-slide-inner {
    position: relative;
  }

  .featured-article-slide-inner .feature-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .featured-article-slide-inner .feature-image:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    display: block;
    background-color: rgba(26, 35, 72, 0.5);
  }

  .featured-article-slide-inner .featured-article-inner {
    padding: 35px;
    position: relative;
    color: #fff;
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .featured-article-slide-inner .featured-article-inner a {
    color: #fff;
  }
  .featured-article-slide-inner .featured-article-inner h2 {
    color: #fff;
  }
}
@media screen and (min-width: 601px) {
  .news .buttons .btn {
    margin-left: 1em;
    margin-right: 1em;
  }

  .archive-filters {
    padding: 33px 0px 61px 0px;
  }

  .archive-content .singular-header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .featured-article-wrapper {
    margin-bottom: 40px;
  }

  .featured-article-slide-inner {
    position: relative;
  }

  .featured-article-slide-inner .feature-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
  }

  .featured-article-slide-inner .featured-article-inner {
    padding: 35px;
    position: relative;
    margin-top: 100px;
    margin-bottom: 100px;
    width: 40%;
    padding-right: 45px;
  }
  .featured-article-slide-inner .featured-article-inner h2 {
    margin: 1em auto;
  }
  .featured-article-slide-inner .featured-article-inner h2 a {
    color: #3D3F45;
  }
}
.faq-term-links {
  display: block;
}
.faq-term-links li {
  display: block;
}
.faq-term-links li a {
  display: block;
  border-top: 1px solid #DEDFEB;
  padding: 1.25em 45px;
  text-align: center;
  color: #2D2F37;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.faq-term-links li a:hover {
  color: #fff;
  background-color: #40A8FD;
}
.faq-term-links li:last-child a {
  border-bottom: 1px solid #DEDFEB;
}

@media screen and (min-width: 601px) {
  .faq-term-links {
    column-count: 2;
    column-gap: 45px;
    padding-bottom: 60px;
    padding-top: 30px;
  }
  .faq-term-links li {
    display: block;
    break-inside: avoid;
  }
  .faq-term-links li a {
    background-color: #fff;
    border: 1px solid #DEDFEB;
    margin-bottom: 22.5px;
  }
}
@media screen and (min-width: 993px) {
  .faq-term-links {
    column-count: 3;
  }
}
.construction-updates ol {
  list-style-type: none;
  padding-left: 0px;
}
.construction-updates a {
  text-decoration: none;
  display: block;
  padding: 25px 15px;
  padding-left: -15px;
  padding-right: -15px;
  color: #7D818C;
  background-color: #fff;
}
.construction-updates a:hover {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.27);
}
.construction-updates li {
  display: block;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

.updates ol li {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.updates ol li {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.updates ol li h4 {
  margin-top: 0px;
}

.construction-updates ol li a:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  height: 2px;
  width: calc(100% - 30px);
  background-color: #eeeef1;
}

.construction-updates ol li a:active::after, .construction-updates ol li a:active::before, .construction-updates ol li a:focus::after, .construction-updates ol li a:focus::before, .construction-updates ol li a:hover::after, .construction-updates ol li a:hover::before {
  background-color: transparent;
}

.updates ol li a .date {
  display: block;
  margin-bottom: 1rem;
}

.mobile-menu-container .icon-close {
  cursor: pointer;
}

.fixedtotop {
  top: 0;
  right: 0;
  width: 100%;
  position: fixed;
  z-index: 10000;
}

#mobile-menu .menu-item-has-children > a .chevron {
  width: 1.5em;
  height: 1.5em;
  margin: 0.5em;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../img/icons/chevron-down-grey.svg);
  display: inline-block;
  vertical-align: middle;
  background-size: 13px auto;
  position: absolute;
  top: 0em;
  right: 35px;
  display: block;
}

#mobile-menu .sub-menu {
  display: none;
}

.mobile-menu-footer {
  margin: 2em auto;
  display: block;
  width: auto;
}

.mobile-menu {
  background: #fff;
  overflow: hidden;
  padding: 18px 0px 45px 0px;
  border-bottom: 1px solid #7D818C;
}
.mobile-menu .menu li {
  width: 100%;
  display: block;
}
.mobile-menu .menu a {
  position: relative;
  display: block;
  padding: 0.5em 35px;
  color: #7D818C;
  width: 100%;
}
.mobile-menu .menu a .chevron {
  position: absolute;
  top: 1.5em;
  right: 0em;
}
.mobile-menu .menu > li > a {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 23px;
  text-transform: uppercase;
}
.mobile-menu .menu li {
  position: relative;
}
.mobile-menu .menu li a {
  position: relative;
}
.mobile-menu .menu-item-image {
  width: auto;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 35px;
  position: absolute;
  padding: 0px;
}
.mobile-menu .menu-item-image img {
  width: auto;
  height: 100%;
}
.mobile-menu .menu .sub-menu {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  background-color: #F1F1F9;
}
.mobile-menu .menu .sub-menu .sub-menu {
  margin-left: 1em;
}
.mobile-menu .menu .sub-menu .menu-item-has-children > a {
  color: #1A2348;
}
.mobile-menu .menu .sub-menu form {
  display: flex;
}

.mobile-search-container {
  display: none;
}
.mobile-search-container.active {
  display: block;
  top: 0;
  right: 0;
  width: 100%;
  position: fixed;
  z-index: 10001;
  background-color: #fff;
  height: 100vh;
}
.mobile-search-container .input[type=text], .mobile-search-container .search-icon, .mobile-search-container .close-icon {
  display: inline-block;
}

.mobile-search-header {
  padding: 20px 0px;
}

.mobile-menu-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-menu-header-inner .brand-logo img {
  width: 235px;
  height: 60px;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.fade.show {
  opacity: 1;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 91050;
  display: none;
  outline: 0;
}
.modal .gform_footer {
  text-align: center;
}

.modal, .modal-open {
  overflow: hidden;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0);
  transform: translate(0);
}

.modal.fade .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
  transform: translate(-50%, -50%);
}

.modal-dialog {
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
}

.modal-lg {
  max-width: 800px;
}

.modal-dialog {
  max-width: 500px;
  margin: 30px auto;
}

.modal-dialog {
  position: relative;
  margin: 10px;
}

.modal-header {
  position: relative;
}
.modal-header a {
  position: absolute;
  top: 0;
  right: 0;
}

.modal-title {
  margin-top: 0px;
}

.modal-dialog .modal-content {
  position: relative;
  border-radius: 1rem;
  padding: 40px;
  margin: auto;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid rgba(45, 47, 55, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-dialog .modal-content .modal-header {
  border-bottom: none;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 2px solid #eceeef;
}

.modal-body .gform_wrapper {
  text-align: center;
}
.modal-body .gform_wrapper p {
  max-width: 400px;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px;
}

.modal-dialog .modal-content .modal-body .gform_wrapper {
  margin: 0;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.modal-backdrop {
  background-color: none;
  background: linear-gradient(195deg, #0849de, #078e83 60%);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 91040;
  background-color: #2d2f37;
}

.modal-backdrop.show {
  opacity: 0.89;
}

.btn-close::before, .control-close::before {
  font-size: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  transition: all 0.2s ease-in-out;
}

[class*=icon-]::before {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
}

.icon-close::before {
  content: "h";
}

[class*=" icon-"]::before, [class^=icon-]::before, [data-icon]::before {
  font-family: queens-wharf-brisbane !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 800px) {
  .modal-dialog {
    max-width: 800px;
  }
}
.explore-slider {
  margin-bottom: 30px;
}
.explore-slider .card-slide {
  margin-left: 22.5px;
  margin-right: 22.5px;
}
.explore-slider .slick-list {
  margin-left: -22.5px;
  margin-right: -22.5px;
}

.card_grid {
  overflow: hidden;
}

.card-slide {
  display: flex;
  height: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}
.card-slide .card {
  display: flex;
  height: calc(100% - 10px);
  width: 100%;
  position: relative;
}

.featured-article-wrapper {
  position: relative;
}
.featured-article-wrapper .feature-article-slider-nav {
  position: absolute;
  left: 35px;
  bottom: 20px;
}
.featured-article-wrapper .feature-article-slider-nav .control {
  border-color: #fff;
  font-size: 15px;
}
.featured-article-wrapper .feature-article-slider-nav a {
  color: #fff;
}
.featured-article-wrapper .slick-track {
  display: flex !important;
}
.featured-article-wrapper .slick-slide {
  height: inherit !important;
}
.featured-article-wrapper .featured-article-slide-inner {
  height: 100%;
}

.featured-article-slide {
  display: flex;
  height: 100%;
}

.image-slider-nav {
  margin-bottom: 60px;
  color: #3D3F45;
}
.image-slider-nav .slick-disabled {
  opacity: 0.4;
}
.image-slider-nav a {
  color: #3D3F45;
}

@media screen and (max-width: 600px) {
  .image-slider-nav {
    margin-bottom: 30px;
    display: flex;
  }

  .explore-slider .slick-list, .mobile-slider-cards .slick-list, .news-slider .slick-list {
    overflow: visible !important;
    margin-right: 35px;
    margin-left: 0px;
  }
  .explore-slider .card-slide, .mobile-slider-cards .card-slide, .news-slider .card-slide {
    margin-left: 11.25px;
    margin-right: 11.25px;
  }
}
.explore-slider-nav ul {
  margin: 0px auto 20px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.explore-slider-nav ul li {
  display: block;
}

.slick-disabled {
  opacity: 0;
}

.news-slider .slick-slide .card {
  display: flex !important;
}

.slider-container.image {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.split-slider-nav {
  margin: 0px auto 60px auto;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.split-slider-nav button {
  display: block;
}

.slick-arrow:focus,
.slick-arrow:hover {
  appearance: none;
  outline: none;
}
.slick-arrow:focus.slick-prev,
.slick-arrow:hover.slick-prev {
  background-image: url(../../img/icons/arrow-left-active.svg);
}
.slick-arrow:focus.slick-next,
.slick-arrow:hover.slick-next {
  background-image: url(../../img/icons/arrow-right-active.svg);
}

.split.slider-container .slick-dots {
  padding: 0px;
  margin: 0px;
  text-align: center;
  position: static;
  margin: 0 auto;
  margin-bottom: 0px;
  transform: none;
  position: relative;
  z-index: 2;
  left: 0;
  top: 0;
}
.split.slider-container .slick-dots li button:before {
  border-color: #40A8FD;
}
.split.slider-container .slick-dots li.slick-active button:before {
  background-color: #40A8FD;
}

.split-slider-nav {
  position: relative;
  top: -2em;
}

.slider-container {
  position: relative;
  margin-bottom: 30px;
}
.slider-container .slick-slide {
  margin-bottom: 40px;
}
.slider-container .slick-arrow {
  transition: all 0.2s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: transparent;
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
}
.slider-container .slick-prev {
  left: -30px;
  background-image: url(../../img/icons/arrow-left.svg);
}
.slider-container .slick-next {
  right: -30px;
  background-image: url(../../img/icons/arrow-right.svg);
}

.gotofirstslide, .gotolastslide {
  position: relative;
  z-index: 4;
}

@media screen and (min-width: 993px) {
  .explore-slider {
    margin: 30px auto;
  }

  .featured-article-wrapper {
    margin-bottom: 40px;
  }

  .explore-slider-footer {
    position: relative;
  }
  .explore-slider-footer .explore-back-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
/*univeral (mobile first) styles -----------------------------------------*/
body {
  color: #7D818C;
}

.google_map .map {
  height: 30em;
  background-color: grey;
}

#page {
  background-color: #fff;
}

.brand-logo {
  display: block;
}

/*responsive image default*/
img {
  max-width: 100%;
  height: auto;
}

.fixedPosition {
  overflow: hidden;
}

.has_content {
  margin-bottom: 60px;
  margin-top: 60px;
}

.loadable {
  transition: all 0.2s;
}

.loading {
  opacity: 0.5;
}

.filter {
  cursor: pointer;
}

#load-more {
  cursor: pointer;
}

/* Search overlay
-------------------------------------------------------- */
.search-overlay {
  padding-bottom: 45px;
}

.search-icon, #search-submit, .search-overlay-close {
  cursor: pointer;
}

.search-overlay {
  display: none;
}

.search-results-page {
  margin-bottom: 100px;
}
.search-results-page .search-close {
  display: none !important;
}

.search-page-search-form {
  background: #F1F1F9;
  display: flex;
  align-items: center;
  margin-bottom: 70px;
  margin-top: 30px;
  border-radius: 35px;
  overflow: hidden;
  height: 67px;
}
.search-page-search-form input[type=text] {
  background: #F1F1F9;
  display: inline-block;
  border-bottom: 0px solid transparent;
  vertical-align: middle;
  width: 100%;
}
.search-page-search-form form {
  width: 100%;
}
.search-page-search-form .search-icon {
  margin: 0px 28px;
  display: inline-block;
}
.search-page-search-form .search-icon svg {
  width: 31px;
  height: 31px;
}

/*Site Header       
-------------------------------------------------------- */
/*Page Title
---------------------------------------------------------- */
#title {
  background-color: #40A8FD;
  overflow: hidden;
  color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*Blog styles      -------------------------------------------------------- */
/*Sidebar  ------------------------------------------------------------------*/
#sidebar .widget {
  margin-bottom: 45px;
}

/*Responsive styles ----------------------------------------------------------------------------------------------------------------*/
/*tablet only styles -----------------------------------*/
/*mobile and up styles -----------------------------------*/
/*tablet and up styles ----------------------------------*/
/* desktop --------------------------------------*/
.gallery-sidebar a {
  color: #7D818C;
}
.gallery-sidebar a:hover {
  color: #40A8FD;
}
.gallery-sidebar ul ul ul {
  margin-left: 1em;
}
.gallery-sidebar li {
  margin: 0.25em 0em;
}
.gallery-sidebar li.active > a, .gallery-sidebar a.active {
  color: #40A8FD;
}
.gallery-sidebar > h4:first-of-type {
  margin-top: 0px;
}

.galleries-cards {
  display: grid;
  grid-gap: 45px;
}
.galleries-cards figure {
  margin: 0 !important;
  padding: 0 !important;
}
.galleries-cards img {
  width: 100%;
}

.gallery-grid {
  margin: 0em auto 3em auto;
  display: grid;
  grid-gap: 22.5px;
  grid-template-columns: repeat(auto-fill, minmax(284px, 1fr));
}
.gallery-grid figure {
  margin: 0 !important;
  padding: 0 !important;
}
.gallery-grid figcaption {
  display: none !important;
}

@media only screen and (max-width: 601px) {
  .archive-filters.entry-navigation {
    position: relative;
    width: 100%;
  }

  .gallery-buttons-list {
    padding: 0px 35px;
    margin-left: -35px;
    margin-right: -35px;
    white-space: nowrap;
    /* [1] */
    overflow-x: auto;
    /* [2] */
    -webkit-overflow-scrolling: touch;
    /* [3] */
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /* [4] */
  }

  /* [5] */
  .gallery-buttons-list::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (min-width: 601px) {
  .galleries-cards {
    grid-template-columns: 1fr 1fr;
  }
}
.pagination-nav {
  text-align: center;
}
.pagination-nav li {
  display: inline-block;
}
.pagination-nav a {
  padding: 0.25em;
}
.pagination-nav a:hover {
  color: #3D3F45;
}

/*Site Header      
-------------------------------------------------------- */
.site-header button, .mobile-menu-container button {
  border: 0px solid transparent;
  background-color: transparent;
  padding: 0px;
  cursor: pointer;
}
.site-header button img, .mobile-menu-container button img {
  display: inline;
  vertical-align: middle;
}
.site-header button:hover, .mobile-menu-container button:hover {
  background-color: transparent;
}

.header-brand-logo img {
  transition: all 0.2s;
  width: 232px;
  height: 59px;
}

.site-header .top-menu-container {
  display: block;
  text-align: right;
}

.header-search {
  margin-right: 9px;
}

.header-hamburg {
  margin-left: 22.5px;
}

.top-menu-container {
  display: block;
  text-align: right;
  margin-top: 20px;
  margin-bottom: 11px;
}
.top-menu-container ul, .top-menu-container p, .top-menu-container button {
  display: inline-block;
  vertical-align: middle;
}
.top-menu-container .btn {
  margin-left: 5px;
}
.top-menu-container .menu a, .top-menu-container .btn {
  padding: 0.9em 2em !important;
  min-height: 0px;
  box-sizing: border-box;
  padding: 1em !important;
  box-sizing: border-box;
  display: inline;
  height: 40px;
}
.top-menu-container .menu a:hover, .top-menu-container .btn:hover {
  color: #fff;
  background-color: #1EE085;
  border-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.site-header {
  background-color: #fff;
  border-bottom: 1px solid #DEDFEB;
}
.site-header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header ul {
  margin: 0px;
}
.site-header ul li {
  display: inline-block;
  position: relative;
}
.site-header .menu .menu li:hover > .sub-menu {
  display: block;
}

.hamburger {
  width: 36px;
  padding: 10px 5px;
  display: block;
  cursor: pointer;
}
.hamburger span {
  display: block;
  background-color: #40A8FD;
  width: 100%;
  height: 3px;
}
.hamburger span:not(:last-child) {
  margin-bottom: 4px;
}
.hamburger.close span:nth-child(2) {
  display: none;
}
.hamburger:hover span {
  background-color: #0e91fc;
}

.header-search-form-wrapper, .mobile-search-header {
  display: inline-block;
  overflow: hidden;
  height: 40px;
  transition: width 0.2s;
  border-radius: 20px;
}
.header-search-form-wrapper input, .header-search-form-wrapper button, .header-search-form-wrapper div, .header-search-form-wrapper li, .header-search-form-wrapper ul, .header-search-form-wrapper form, .mobile-search-header input, .mobile-search-header button, .mobile-search-header div, .mobile-search-header li, .mobile-search-header ul, .mobile-search-header form {
  display: inline;
}
.header-search-form-wrapper input[type=text], .mobile-search-header input[type=text] {
  border-color: transparent;
  background-color: transparent;
  height: 40px;
  width: 100%;
  border-radius: 0px;
}

.mobile-search-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0px 30px 0px;
  border-radius: 0px;
}
.mobile-search-header form {
  width: 100%;
}

.header-search-form-wrapper {
  width: 0px;
  transition: width 0.2s;
}

.header-search {
  transition: width 0.2s;
  height: 40px;
  border-radius: 20px;
  position: relative;
  width: 28px;
}
.header-search .search-close {
  margin-right: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.header-button-menu {
  align-items: center;
  justify-content: right;
}

.header-search-wrapper {
  vertical-align: middle;
  position: relative;
  width: 100%;
  display: inline-block;
  width: 40px;
  height: 40px;
}
.header-search-wrapper .header-search {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding-top: 0px;
}
.header-search-wrapper .header-search .header-icon-search {
  display: block;
  padding-top: 8px;
  float: left;
}

.header-button-menu {
  display: inline-block;
}

.header-search.active {
  background-color: #F1F1F9;
  padding: 0px 50px 0px 10px;
  width: 340px;
}
.header-search.active > * {
  display: inline-block;
}
.header-search.active .header-icon-search svg line, .header-search.active .header-icon-search svg path {
  stroke: #40A8FD;
}
.header-search.active .search-close {
  display: block;
}
.header-search.active .header-search-form-wrapper {
  background-color: transparent;
  vertical-align: middle;
  width: 250px;
}

.main-menu-container .menu > li {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 50px;
}
.main-menu-container .menu > li > a {
  border-bottom: 7px solid transparent;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.46px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  color: #7D818C;
  padding: 1.5em 0.5em;
  height: 58px;
  display: inline-block;
}
.main-menu-container .menu > li > a:hover {
  color: #40A8FD;
  border-color: #40A8FD;
}
.main-menu-container .menu > li.current-menu-item > a, .main-menu-container .menu > li:hover > a, .main-menu-container .menu > li .current-page-parent > a {
  color: #40A8FD;
  border-color: #40A8FD;
}

@media screen and (min-width: 1675px) {
  .main-menu-container .menu > li > a {
    padding: 1.5em 1em;
    font-size: 14px;
  }
}
.bottom-menu-container {
  text-align: right;
}
.bottom-menu-container .menu > li > a {
  padding-top: 10px;
}

.sticky-main-menu-container {
  display: none;
  margin-right: 1em;
}
.sticky-main-menu-container .menu > li > a {
  height: 82px;
  padding-top: 2.3em;
}
.sticky-main-menu-container .menu > li {
  background-position: center;
}

.site-header.js-is-sticky {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.site-header.js-is-sticky .top-menu-container {
  margin: 0px;
}
.site-header.js-is-sticky .menu-container {
  display: flex;
  align-items: center;
}
.site-header.js-is-sticky .bottom-menu-container {
  display: none !important;
}

.secondary-page-menu {
  height: 55px;
  text-align: center;
  background-color: #2D2F37;
}
.secondary-page-menu li {
  display: inline-block;
}
.secondary-page-menu .menu {
  margin: 0px;
}
.secondary-page-menu .menu > li > a {
  display: block;
  padding: 1.2em 0.5em 0.8em 0.5em;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18px;
  border-bottom: 5px solid transparent;
}
.secondary-page-menu .menu > li > a:hover {
  color: #40A8FD;
  border-color: #40A8FD;
}
.secondary-page-menu .menu > li:hover > a {
  color: #40A8FD;
  border-color: #40A8FD;
}
.secondary-page-menu li.current-menu-item a {
  color: #40A8FD;
  border-color: #40A8FD;
}

@media screen and (max-width: 786px) {
  .header-button-menu {
    display: none !important;
  }

  .site-header {
    padding: 5px 0px;
  }
  .site-header .wide-container {
    padding-left: 5px;
  }
}
@media screen and (max-width: 1201px) {
  .site-header .bottom-menu-container {
    display: none;
  }

  .header-hamburg {
    display: inline-block;
  }
}
@media screen and (min-width: 601px) {
  .header-brand-logo img {
    width: 235px;
    height: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .top-menu-container .header-hamburg {
    display: none;
  }

  .site-header:not(.js-is-sticky) .header-brand-logo img {
    width: 354px;
    height: 90px;
  }

  .site-header.js-is-sticky .header-hamburg {
    display: inline-block;
  }
  .site-header.js-is-sticky .header-brand-logo img {
    width: 235px;
    height: 60px;
  }
}
@media screen and (min-width: 1630px) {
  .site-header.js-is-sticky .sticky-main-menu-container {
    display: block;
  }
  .site-header.js-is-sticky .header-hamburg {
    display: none;
  }
}
/*Site Footer      
-------------------------------------------------------- */
.footer-main {
  padding: 42px 0px;
  color: #7D818C;
}
.footer-main a {
  color: #7D818C;
}
.footer-main a:hover {
  color: #40A8FD;
}
.footer-main #general-enquiries p {
  line-height: 1.8;
}

.site-info {
  color: #7D818C;
  font-size: 10px;
  text-align: center;
  padding-bottom: 42px;
}
.site-info a {
  color: #7D818C;
}
.site-info a:hover {
  color: #00d1ce;
}
.site-info .site-logo {
  margin: 35px auto;
}

.footer-cta {
  background-color: #40A8FD;
}
.footer-cta .btn {
  display: inline-block;
}
.footer-cta .lead-para {
  margin: 1.5em auto;
}

#quick-links {
  margin: 1em auto;
}
#quick-links li {
  margin-bottom: 1em;
}
#quick-links .menu {
  column-gap: 45px;
  column-count: 2;
}
#quick-links .menu a {
  color: #2D2F37;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.3px;
  line-height: 23px;
  text-transform: uppercase;
}
#quick-links .menu a:hover {
  color: #40A8FD;
}

.control-group-social-media img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}

.footer-cta .panel-content {
  text-align: center;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 28px 35px;
  background-image: url(../../img/footer-cta-bg-left.jpg);
}
.footer-cta .panel-content:nth-child(odd) {
  background-color: #693CC8;
  background-image: url(../../img/footer-cta-bg-right.jpg);
}

@media screen and (max-width: 600px) {
  .footer-main {
    text-align: center;
  }
}
@media screen and (min-width: 601px) {
  .header-brand-logo img {
    width: 230px;
    height: 59px;
  }

  .footer-main {
    overflow: hidden;
  }
  .footer-main h4 {
    margin-bottom: 1.5em;
  }

  #quick-links, #general-enquiries {
    float: left;
  }

  #quick-links {
    width: 50%;
    padding-right: 45px;
  }

  #general-enquiries {
    width: 50%;
  }

  .footer-cta .entry-content {
    max-width: 400px;
    margin: 30px auto;
  }
}
@media screen and (min-width: 993px) {
  .header-brand-logo img {
    width: 354px;
    height: 90px;
  }

  .footer-cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .footer-cta .entry-content {
    max-width: 491px;
    margin: 50px auto;
  }

  #quick-links {
    width: 70%;
    padding-right: 90px;
  }
  #quick-links .menu {
    column-count: 3;
  }

  #general-enquiries {
    width: 30%;
  }

  .footer-cta .panel-content {
    background-position: left center;
  }
  .footer-cta .panel-content:nth-child(odd) {
    background-position: right center;
  }
}
.site-footer .container {
  max-width: 1300px;
}

.sub-menu-wrap {
  display: none;
  text-align: left;
  position: absolute;
  z-index: 999;
  right: 0;
  background-color: #fff;
  border-top: 6px solid #40A8FD;
  padding-bottom: 1em;
  padding-top: 0.5em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.sub-menu-wrap li {
  float: none;
  line-height: 1;
  display: block;
}
.sub-menu-wrap li a {
  line-height: 1;
  padding: 0.5em 1em;
  display: block;
  color: #7D818C;
  white-space: nowrap;
}
.sub-menu-wrap li a:hover {
  color: #40A8FD;
}

.sub-menu-wrap {
  display: none;
}

.site-header ul li.mega-wide-parent {
  position: static;
}

.menu-item-description {
  color: #7D818C;
  line-height: 23px;
}

.mega-twocol {
  right: -35px;
  min-width: 631px;
}
.mega-twocol .sub-menu-container {
  max-width: 605px;
  margin: 0 auto;
  padding: 43px 35px 74px 35px;
}
.mega-twocol .main-sub-menu {
  display: block;
  display: grid;
  grid-gap: 45px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.mega-wide {
  width: 100vw;
}
.mega-wide .sub-menu-container {
  max-width: 1204px;
  margin: 0 auto;
  padding: 43px 35px 74px 35px;
}
.mega-wide .main-sub-menu {
  display: block;
  display: grid;
  grid-gap: 45px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}

.menu-item-image {
  padding: 0.5em 0em;
}

.mega-twocol .sub-menu-wrap, .mega-wide .sub-menu-wrap {
  padding: 0px;
}
.mega-twocol ul li, .mega-wide ul li {
  position: static;
  display: block;
}
.mega-twocol ul li a, .mega-wide ul li a {
  display: block;
  padding: 0.5em 0em;
}
.mega-twocol .main-sub-menu > li > a, .mega-wide .main-sub-menu > li > a {
  color: #26282D;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 24px;
}
.mega-twocol .main-sub-menu > li > a:hover, .mega-wide .main-sub-menu > li > a:hover {
  color: #40A8FD;
}

li:hover > .sub-menu-wrap {
  position: absolute;
}

#searchform input {
  border-radius: 0px;
}

.search-results-container {
  background-color: #FBFBFB;
  padding: 20px 0px;
}
.site-header.js-is-sticky .header-brand-logo img {
    transition: all 0.3s ease;
}
/* .sticky .menu-container {
    height: 130px;
    transition: height 0.3s ease;
}
.js-is-sticky .menu-container {
    height: 90px;
} */



/*# sourceMappingURL=theme-styles.css.map */
