*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#content-wrapper table td,
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
select,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: 0;
}
ol,
ul {
  list-style: none inside none;
}
input[type="button"],
input[type="email"],
input[type="file"],
input[type="submit"],
input[type="tel"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
a:active,
a:focus,
button::-moz-focus-inner,
button:focus,
input[type="button"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner {
  outline: none !important;
}
select:-moz-focusring {
  color: transparent !important;
  text-shadow: 0 0 0 #ffffff !important;
}
option:not(:checked) {
  color: #353535 !important;
}
select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
::-webkit-input-placeholder {
  color: #353535;
  opacity: 1;
}
:-moz-placeholder {
  color: #353535;
  opacity: 1;
}
::-moz-placeholder {
  color: #353535;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #353535;
  opacity: 1;
}
::-ms-input-placeholder {
  color: #353535;
  opacity: 1;
}
::-moz-selection {
  color: #ffffff;
  text-shadow: none;
  background-color: #eeeff3;
}
::selection {
  color: #ffffff;
  text-shadow: none;
  background-color: #eeeff3;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}
html {
  font: normal 400 1em/1 "Lato", sans-serif;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #2d3c4c;
  margin-bottom: 1.25rem;
  line-height: 1.3;
  font-weight: 700;
}
@media (max-width: 460px) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    margin-bottom: 0.9375rem;
  }
}
h1,
h2 {
  font-size: 2.8125rem;
}
@media (max-width: 1400px) {
  h1,
  h2 {
    font-size: 2.375rem;
  }
}
@media (max-width: 768px) {
  h1,
  h2 {
    font-size: 2.125rem;
  }
}
h3 {
  font-size: 2.375rem;
}
@media (max-width: 1400px) {
  h3 {
    font-size: 2.125rem;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 1.875rem;
  }
}
h4 {
  font-size: 2.125rem;
}
@media (max-width: 1400px) {
  h4 {
    font-size: 1.875rem;
  }
}
@media (max-width: 768px) {
  h4 {
    font-size: 1.625rem;
  }
}
h5 {
  font-size: 1.625rem;
}
@media (max-width: 1400px) {
  h5 {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  h5 {
    font-size: 1.375rem;
  }
}
strong {
  font-weight: 700;
}
p {
  font-size: 1.125rem;
  color: #353535;
  line-height: 1.5;
  margin-bottom: 1.5625rem;
}
@media (max-width: 768px) {
  p {
    font-size: 1rem;
  }
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blue-bg {
  background-color: #2d3c4c;
}
#content-wrapper .button,
#content-wrapper .wpcf7-submit,
.button,
.wpcf7-submit {
  display: inline-block;
  color: #eeeff3;
  background-color: #ff6d0c;
  padding: 1.25rem 2.5rem;
  text-align: center;
  border-radius: 10px;
  text-transform: lowercase;
  letter-spacing: 0.07rem;
  font-family: "Lato", sans-serif;
  outline: none;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.on-desktop #content-wrapper .button:hover,
.on-desktop #content-wrapper .wpcf7-submit:hover,
.on-desktop .button:hover,
.on-desktop .wpcf7-submit:hover {
  background-color: #dd6413;
}
@media (max-width: 460px) {
  #content-wrapper .button,
  #content-wrapper .wpcf7-submit,
  .button,
  .wpcf7-submit {
    padding: 0.9375rem 1.5625rem;
  }
}
#content-wrapper a.read-more,
.read-more {
  display: inline-block;
  color: #2d3c4c;
  text-align: center;
  letter-spacing: 0.07rem;
  font-family: "Lato", sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  font-weight: 300;
}
#content-wrapper a.read-more:after,
.read-more:after {
  content: "";
  height: 1px;
  background-color: #2d3c4c;
  width: 100%;
  display: block;
  position: relative;
  bottom: -4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.on-desktop #content-wrapper a.read-more:hover,
.on-desktop .read-more:hover {
  color: #2d3c4c;
}
.on-desktop #content-wrapper a.read-more:hover:after,
.on-desktop .read-more:hover:after {
  background-color: #2d3c4c;
}
.section {
  margin-bottom: 80px;
}
.section.grey-bg {
  padding: 3.75rem 0;
  margin-bottom: 0;
}
.section.grey-bg + .section {
  padding-top: 5rem;
}
@media (max-width: 768px) {
  .section {
    margin-bottom: 3.75rem;
  }
  .section.grey-bg {
    padding: 3.75rem 0;
  }
  .section.grey-bg + .section {
    padding-top: 3.75rem;
  }
}
#content-wrapper p {
  margin-bottom: 1.5625rem;
}
#content-wrapper p:last-child {
  margin-bottom: 0;
}
#content-wrapper ol,
#content-wrapper ul {
  margin-bottom: 1.5625rem;
}
#content-wrapper ol li,
#content-wrapper ul li {
  position: relative;
  padding-left: 1.25rem;
  line-height: 1.8;
  font-size: 1.125rem;
}
#content-wrapper ol li:last-child,
#content-wrapper ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #content-wrapper ol li,
  #content-wrapper ul li {
    font-size: 1rem;
  }
}
#content-wrapper ol.menu li:before,
#content-wrapper ul.menu li:before {
  content: none;
}
#content-wrapper ul li:before {
  content: "\2022";
  position: absolute;
  top: 0;
  color: #2274a5;
  left: 0;
}
#content-wrapper ol li {
  counter-increment: count-me;
}
#content-wrapper ol li:before {
  content: counter(count-me) ". ";
  position: absolute;
  top: 0;
  left: 0;
  color: #2274a5;
}
#content-wrapper a {
  color: #2d3c4c;
  font-weight: 700;
}
#content-wrapper .iframe-wrap {
  position: relative;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  margin: 30px 0;
  padding-bottom: 56.25%;
}
#content-wrapper .iframe-wrap embed,
#content-wrapper .iframe-wrap iframe,
#content-wrapper .iframe-wrap object,
#content-wrapper .iframe-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#content-wrapper .table-wrap {
  padding: 30px 0;
}
#content-wrapper table {
  width: 100%;
  font-size: 1em;
  text-align: left;
  color: #353535;
}
#content-wrapper table tr {
  width: 100%;
}
#content-wrapper table td,
#content-wrapper table th {
  font-weight: 700;
  line-height: 1;
  padding: 10px;
  border: 1px solid #ddd;
}
#content-wrapper table td {
  font-weight: 400;
}
#content-wrapper p.wp-caption-text {
  font-weight: 300;
  font-style: italic;
  font-size: 1em;
  text-align: right;
  color: #eeeff3;
  margin: 5px 0 20px;
}
.wp-caption {
  max-width: 100%;
}
.wp-caption img {
  margin-bottom: 0;
}
.full-screen {
  width: 100%;
  height: 100vh;
}
.desktop-hide {
  display: none;
}
.clearfix:after {
  content: "";
  height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.last-in-row {
  margin-right: 0 !important;
}
.misc-page {
  padding-top: 30px;
}
.cover {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.white-bg {
  background-color: #ffffff;
}
.container {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 1.875rem;
}
@media (max-width: 768px) {
  .container {
    padding: 0 0.9375rem;
  }
}
.container.large-container {
  max-width: 100%;
  padding: 0 5rem;
}
@media (max-width: 1400px) {
  .container.large-container {
    padding: 0 1.875rem;
  }
}
@media (max-width: 768px) {
  .container.large-container {
    padding: 0 0.9375rem;
  }
}
.full {
  width: 100%;
  clear: both;
}
.half {
  width: -webkit-calc(50% - 15px);
  width: -moz-calc(50% - 15px);
  width: calc(50% - 15px);
  float: left;
  margin-right: 30px;
}
.half:last-child,
.half:nth-child(2n + 2) {
  margin-right: 0;
}
.one-third {
  width: -webkit-calc(33.333% - 20px);
  width: -moz-calc(33.333% - 20px);
  width: calc(33.333% - 20px);
  float: left;
  margin-right: 30px;
}
.one-third:last-child,
.one-third:nth-child(3n + 3) {
  margin-right: 0;
}
.one-quarter {
  width: -webkit-calc(25% - 22.5px);
  width: -moz-calc(25% - 22.5px);
  width: calc(25% - 22.5px);
  float: left;
  margin-right: 30px;
}
.one-quarter:last-child,
.one-quarter:nth-child(4n + 4) {
  margin-right: 0;
}
.legacy-browser-notice {
  position: fixed;
  bottom: 0px;
  z-index: 9999;
  width: 100%;
  max-width: 1000px;
  font-size: 16px;
  font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans,
    Helvetica Neue, Arial, sans-serif;
  line-height: 1.6;
  text-align: center;
  color: #ffffff;
  padding: 20px 10px 26px;
  background: url(../img/legacy-browser-logo.jpg) no-repeat 30px center #00a1f1;
}
.legacy-browser-notice .notice {
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.legacy-browser-notice strong {
  font-weight: 700;
}
.legacy-browser-notice a {
  font-weight: 700;
  color: #ffffff;
}
.iframe-wrap {
  position: relative;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  margin: 30px 0;
  padding-bottom: 56.25%;
}
.iframe-wrap embed,
.iframe-wrap iframe,
.iframe-wrap object,
.iframe-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 909;
}
header .logo {
  max-height: 100px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header ul li {
  display: inline-block;
  margin-left: 25px;
}
header ul li a {
  display: inline-block;
  color: #ffffff;
}
header ul li a i {
  margin-right: 0.3125rem;
  font-size: 1.125rem;
}
.on-desktop header ul li:hover > a {
  color: #2d3c4c;
}
header ul li:first-child {
  margin-left: 0;
}
header #nav-wrap {
  margin-left: auto;
  text-align: right;
}
@media (max-width: 1250px) {
  header #nav-wrap #main-nav .main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
header #nav-wrap #main-nav li {
  position: relative;
}
header #nav-wrap #main-nav li.button {
  padding: 0.9375rem 1.25rem;
}
header #nav-wrap #main-nav li.button a {
  padding-bottom: 0;
  font-size: 1rem;
}
@media (max-width: 1250px) {
  header #nav-wrap #main-nav li.button {
    padding: 0;
    color: #ff6d0c;
    background-color: transparent;
    padding: 0.5rem 0rem;
  }
  header #nav-wrap #main-nav li.button:after {
    content: url(../../images/quote.svg);
    position: relative;
    display: block;
  }
  header #nav-wrap #main-nav li.button a {
    position: absolute;
    opacity: 0;
    right: 0;
    width: 30px;
    height: 40px;
    z-index: 1;
  }
}
header #nav-wrap #main-nav li a {
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  padding-bottom: 1.125rem;
}
@media (max-width: 1250px) {
  header #nav-wrap #main-nav li a {
    padding-bottom: 0;
  }
}
header #nav-wrap #main-nav li .sub-menu {
  position: absolute;
  padding: 1.25rem;
  min-width: 250px;
  background-color: #2d3c4c;
  text-align: left;
}
header #nav-wrap #main-nav li .sub-menu li {
  margin-left: 0;
}
header #nav-wrap #main-nav li .sub-menu li a {
  color: #2274a5;
  display: inline-block;
  text-align: left;
  padding: 0.5rem 0rem;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
}
.on-desktop header #nav-wrap #main-nav li .sub-menu li:hover > a {
  color: #62b6cb;
}
header #nav-wrap #main-nav li .sub-menu:before {
  content: "\A";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #2d3c4c;
  position: absolute;
  top: -10px;
}
.on-desktop header #nav-wrap #main-nav li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  top: 35px;
}
.on-desktop header #nav-wrap #main-nav li:hover.button a {
  color: #ffffff;
}
@media (max-width: 460px) {
  header #nav-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
header .header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  padding: 0.9375rem 3.125rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.on-desktop
  header.without-image
  .header-wrap
  #nav-wrap
  #main-nav
  li.button:hover
  a {
  color: #eeeff3;
}
.on-desktop header.without-image .header-wrap #nav-wrap #main-nav li a:hover {
  color: #ff6d0c;
}
header .scroll-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  background-color: #ffffff;
  -webkit-box-shadow: 6px 12px 12px -15px #ccc;
  box-shadow: 6px 12px 12px -15px #ccc;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .scroll-header .logo {
  max-height: 60px;
}
header .scroll-header ul li.button a {
  color: #ffffff;
}
header .scroll-header ul li a {
  color: #2d3c4c;
}
header.scrolled .scroll-header {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
@media (max-width: 1400px) {
  header .logo {
    max-height: 80px;
  }
  header .header-wrap {
    padding: 0.9375rem 1.875rem;
  }
  header #nav-wrap #main-nav li {
    margin-left: 0.9375rem;
  }
  header #nav-wrap #main-nav a {
    font-size: 1rem;
  }
}
@media (max-width: 1100px) {
  header .header-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5375rem;
  }
  header #nav-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: unset;
  }
  header #nav-wrap #main-nav {
    display: none;
  }
  header #nav-wrap #nav-toggle {
    display: block;
  }
}
@media (max-width: 1100px) and (max-width: 460px) {
  header .header-wrap {
    padding: 0.5375rem;
  }
}
@media (max-width: 1100px) and (max-width: 400px) {
  header .logo {
    max-height: 60px;
  }
}
ul li .sub-menu {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#nav-toggle {
  display: none;
  margin-left: 1.5625rem;
  width: 30px;
}
#nav-toggle {
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:after,
#nav-toggle span:before {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 30px;
  background: white;
  position: absolute;
  display: block;
  content: "";
}
.scrolled #nav-toggle span,
.scrolled #nav-toggle span:after,
.scrolled #nav-toggle span:before {
  background: #2d3c4c;
}
#nav-toggle span:before {
  top: -8px;
}
#nav-toggle span:after {
  bottom: -8px;
}
#nav-toggle span,
#nav-toggle span:after,
#nav-toggle span:before {
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:after,
#nav-toggle.active span:before {
  top: 0;
}
#nav-toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.top-banner {
  min-height: 700px;
  height: 700px;
  margin-bottom: 5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-banner .banner-text {
  text-align: left;
  width: 100%;
  max-width: 600px;
  position: relative;
  z-index: 1;
  color: #ffffff;
  margin-left: 5rem;
  padding-bottom: 1.875rem;
}
@media (max-width: 1400px) {
  .top-banner .banner-text {
    max-width: 500px;
    margin-left: 1.875rem;
  }
}
@media (max-width: 768px) {
  .top-banner .banner-text {
    padding-top: 1.875rem;
    margin-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.top-banner .banner-text h1 {
  font-size: 3.125rem;
  color: #ffffff;
}
@media (max-width: 1400px) {
  .top-banner .banner-text h1 {
    font-size: 2.625rem;
  }
}
@media (max-width: 768px) {
  .top-banner .banner-text h1 {
    font-size: 2.25rem;
  }
}
.top-banner .banner-text h2,
.top-banner .banner-text p {
  font-family: "Lato", sans-serif;
  font-size: 1.375rem;
  margin-bottom: 1.875rem;
  font-weight: 700;
  color: #ffffff;
}
@media (max-width: 1400px) {
  .top-banner .banner-text h2,
  .top-banner .banner-text p {
    font-size: 1.375rem;
  }
}
@media (max-width: 768px) {
  .top-banner .banner-text h2,
  .top-banner .banner-text p {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .top-banner {
    margin-bottom: 3.75rem;
    min-height: 400px;
    height: 500px;
  }
}
.text-banner {
  background-color: #2d3c4c;
  color: #ffffff;
  text-align: center;
  padding: 9.375rem 0 3.125rem 0;
  margin-bottom: 5rem;
}
.text-banner h1,
.text-banner h3,
.text-banner p {
  color: #ffffff;
}
@media (max-width: 768px) {
  .text-banner {
    margin-bottom: 3.75rem;
  }
  .text-banner {
    padding: 7.375rem 0 3.125rem 0;
  }
}
#mobile-wrapper {
  background-color: #2d3c4c;
  color: #ffffff;
  padding: 0.9375rem;
  padding: 0.9375rem 3.125rem;
  left: -100%;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 9999;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#mobile-wrapper img {
  max-height: 100px;
  margin-bottom: 2.5rem;
}
#mobile-wrapper.open {
  left: 0;
}
#mobile-wrapper #nav-toggle {
  display: inline-block;
  position: absolute;
  right: 3.125rem;
  top: 2.8125rem;
}
#mobile-wrapper #mobile-menu {
  margin-bottom: 1.875rem;
}
#mobile-wrapper #mobile-menu li {
  border-bottom: 1px solid #ffffff;
  position: relative;
}
#mobile-wrapper #mobile-menu li.button {
  display: none;
}
#mobile-wrapper #mobile-menu li a {
  font-family: "Lato", sans-serif;
  font-size: 1.375rem;
  display: block;
  padding: 0.9375rem 0;
}
#mobile-wrapper #mobile-menu li .sub-menu {
  display: none;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
#mobile-wrapper #mobile-menu li .sub-menu li:first-child a {
  padding-top: 0;
}
#mobile-wrapper #mobile-menu li .sub-menu li a {
  font-size: 1.125rem;
}
#mobile-wrapper #mobile-menu li .sub-menu li:first-child {
  border-top: 1px solid #ffffff;
}
#mobile-wrapper #mobile-menu li .sub-menu li:first-child a {
  padding-top: 0.9375rem;
}
#mobile-wrapper #mobile-menu li .sub-menu li:last-child {
  border-bottom: 0;
}
#mobile-wrapper #mobile-menu li .mobile-expand {
  position: absolute;
  right: 0;
  top: 0.75rem;
}
#mobile-wrapper #mobile-menu li .mobile-expand i {
  font-size: 1.625rem;
}
@media (max-width: 1400px) {
  #mobile-wrapper {
    padding: 0.9375rem 1.875rem;
  }
  #mobile-wrapper img {
    max-height: 80px;
  }
  #mobile-wrapper #nav-toggle {
    right: 1.875rem;
  }
}
@media (max-width: 460px) {
  #mobile-wrapper {
    padding: 0.9375rem;
  }
  #mobile-wrapper #nav-toggle {
    right: 0.9375rem;
  }
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.overlay.gradient-overlay {
  background: #2274a5;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#2274a5),
    color-stop(20%, rgba(34, 116, 165, 0.4)),
    color-stop(40%, transparent),
    to(transparent)
  );
  background: -webkit-linear-gradient(
    bottom,
    #2274a5 0%,
    rgba(34, 116, 165, 0.4) 20%,
    transparent 40%,
    transparent 100%
  );
  background: -o-linear-gradient(
    bottom,
    #2274a5 0%,
    rgba(34, 116, 165, 0.4) 20%,
    transparent 40%,
    transparent 100%
  );
  background: linear-gradient(
    0deg,
    #2274a5 0%,
    rgba(34, 116, 165, 0.4) 20%,
    transparent 40%,
    transparent 100%
  );
}
.overlay.gradient-overlay-reverse {
  background: #2274a5;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(transparent),
    color-stop(20%, transparent),
    color-stop(80%, rgba(34, 116, 165, 0.4)),
    to(#2274a5)
  );
  background: -webkit-linear-gradient(
    bottom,
    transparent 0%,
    transparent 20%,
    rgba(34, 116, 165, 0.4) 80%,
    #2274a5 100%
  );
  background: -o-linear-gradient(
    bottom,
    transparent 0%,
    transparent 20%,
    rgba(34, 116, 165, 0.4) 80%,
    #2274a5 100%
  );
  background: linear-gradient(
    0deg,
    transparent 0%,
    transparent 20%,
    rgba(34, 116, 165, 0.4) 80%,
    #2274a5 100%
  );
}
.link-block-section {
  padding: 5rem 0;
}
.link-block-section .section-title {
  text-align: center;
}
.link-block-section .link-blocks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(33.3333333% - 26.6666666667px)
    calc(33.3333333% - 26.6666666667px) calc(33.3333333% - 26.6666666667px);
  grid-template-columns:
    calc(33.3333333% - 26.6666666667px) calc(33.3333333% - 26.6666666667px)
    calc(33.3333333% - 26.6666666667px);
  grid-gap: 0 2.5rem;
}
.link-block-section .link-blocks.two-col {
  -ms-grid-columns: calc(50% - 20px) calc(50% - 20px);
  grid-template-columns: calc(50% - 20px) calc(50% - 20px);
}
@media (max-width: 1100px) {
  .link-block-section .link-blocks {
    -ms-grid-columns: calc(33.3333333% - 13.33333337px)
      calc(33.3333333% - 13.33333337px) calc(33.3333333% - 13.33333337px);
    grid-template-columns:
      calc(33.3333333% - 13.33333337px) calc(33.3333333% - 13.33333337px)
      calc(33.3333333% - 13.33333337px);
    grid-gap: 0 1.25rem;
  }
  .link-block-section .link-blocks.two-col {
    -ms-grid-columns: calc(50% - 10px) calc(50% - 10px);
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
  }
}
@media (max-width: 992px) {
  .link-block-section .link-blocks {
    -ms-grid-columns: calc(50% - 10px) calc(50% - 10px);
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    grid-gap: 1.25rem;
  }
}
@media (max-width: 668px) {
  .link-block-section .link-blocks {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-gap: 1.25rem 0;
  }
  .link-block-section .link-blocks.two-col {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.link-block-section .link-block {
  background-color: #ffffff;
  padding: 2.5rem;
}
@media (max-width: 1100px) {
  .link-block-section .link-block {
    padding: 1.875rem 1.5625rem;
  }
}
.link-block-section .link-block .anchor-wrap {
  margin-top: 1.25rem;
  text-align: center;
}
.link-block-section .link-block .anchor-wrap .read-more {
  margin-top: 3.125rem;
}
.link-block-section .link-block .content-wrap {
  text-align: center;
}
.link-block-section .link-block .image-wrap img {
  display: block;
  margin: 0 auto;
  margin-bottom: 1.875rem;
  width: 100%;
  max-height: 150px;
}
.link-block-section .link-block h2,
.link-block-section .link-block h3 {
  font-size: 2rem;
}
@media (max-width: 460px) {
  .link-block-section .link-block h2,
  .link-block-section .link-block h3 {
    font-size: 1.75rem;
  }
}
@media (max-width: 1400px) {
  .link-block-section .link-block .content-side {
    padding: 1.875rem;
  }
}
@media (max-width: 900px) {
  .link-block-section .link-block {
    display: block;
  }
}
.link-block-section.small {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}
.link-block-section .small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.link-block-section .small .small-link-block {
  padding: 1.875rem;
  width: -webkit-calc(33.333% - 30px);
  width: -moz-calc(33.333% - 30px);
  width: calc(33.333% - 30px);
  background-color: #2d3c4c;
  text-align: center;
  color: #ffffff;
  margin-bottom: 3.75rem;
}
#content-wrapper .link-block-section .small .small-link-block .button,
.link-block-section .small .small-link-block .button {
  border: 1px solid #ffffff;
  color: #ffffff;
  font-weight: 300;
}
.on-desktop
  #content-wrapper
  .link-block-section
  .small
  .small-link-block
  .button:hover,
.on-desktop .link-block-section .small .small-link-block .button:hover {
  color: #2d3c4c;
  border: 1px solid #2d3c4c;
}
.link-block-section .small .small-link-block h2 {
  color: #ffffff;
  font-size: 1.75rem;
}
@media (max-width: 460px) {
  .link-block-section .small .small-link-block h2 {
    font-size: 1.5rem;
  }
}
.link-block-section .small .small-link-block p {
  color: #ffffff;
}
@media (max-width: 1400px) {
  .link-block-section .small .small-link-block {
    width: -webkit-calc(33.333% - 15px);
    width: -moz-calc(33.333% - 15px);
    width: calc(33.333% - 15px);
  }
}
@media (max-width: 1024px) {
  .link-block-section .small {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .link-block-section .small .small-link-block {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .link-block-section .small .small-link-block:last-child {
    margin-bottom: 0;
  }
}
.cta-section {
  padding: 3.75rem 0;
  color: #ffffff;
}
.cta-section h2,
.cta-section h3,
.cta-section h4,
.cta-section h5,
.cta-section h6 {
  color: #ffffff;
}
.cta-section p {
  font-family: "Lato", sans-serif;
  font-size: 1.375rem;
  margin-bottom: 1.875rem;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cta-section p {
    font-size: 1.125rem;
  }
}
.cta-section .text-wrap {
  width: 100%;
  max-width: 600px;
}
.section-title h2 {
  margin-bottom: 2.1875rem;
}
@media (max-width: 460px) {
  .section-title h2 {
    margin-bottom: 1.25rem;
  }
}
.grey-bg {
  background-color: #eeeff3;
}
footer {
  background-color: #2d3c4c;
  color: #ffffff;
  padding: 3.75rem 0 1.25rem 0;
  text-align: center;
}
footer p {
  color: #ffffff;
}
footer p a {
  color: inherit;
}
.on-desktop footer a:hover {
  color: #ff6d0c;
}
footer ul li {
  display: inline-block;
  margin-right: 1.25rem;
}
footer ul li:last-child {
  margin-right: 0;
}
footer .bottom-footer p {
  font-size: 0.9375rem;
  margin-bottom: 0.625rem;
}
footer .lucid {
  text-align: center;
  margin-top: 1.25rem;
}
footer .lucid img {
  max-height: 25px;
}
footer h3 {
  color: #ffffff;
  margin-bottom: 0.625rem;
  font-size: 1.375rem;
}
footer .top-footer {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}
footer .top-footer img {
  margin-bottom: 1.25rem;
  width: 100%;
  max-width: 240px;
}
footer .top-footer ul li {
  line-height: 1.7;
}
footer .top-footer ul li .sub-menu {
  display: none;
}
footer .top-footer ul li a {
  display: block;
  font-size: 1rem;
  font-weight: 700;
}
footer .top-footer ul li a i {
  display: none;
}
footer .flex-wrap {
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.logo-section-quote {
  width: 75%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0.4rem 2rem;
}
.owl-carousel .owl-item .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
}
.owl-carousel .owl-item .logo img {
  margin: 0;
  width: auto;
  max-height: 80px;
}
.owl-carousel-2 .owl-stage {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.owl-carousel-2 .owl-nav {
  display: none;
}
.owl-carousel-2 .owl-item .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 150px;
}
.owl-carousel-2 .owl-item .logo img {
  margin: 0;
  width: auto;
  max-height: 150px;
}
.map-section {
  min-height: 600px;
  height: 100vh;
}
.map-section .acf-map,
.map-section .map {
  min-height: inherit;
  height: inherit;
}
.basic-content h2,
.two-col-content h2 {
  font-size: 2.125rem;
}
.basic-content h3,
.two-col-content h3 {
  font-size: 28px;
  font-weight: 800;
}
.basic-content ul li a,
.two-col-content ul li a {
  font-size: 1.125rem;
  color: #2274a5;
}
.basic-content ul li a i,
.two-col-content ul li a i {
  margin-right: 0.625rem;
}
.basic-content a,
.two-col-content a {
  color: #2274a5;
}
.on-desktop .basic-content a:hover,
.on-desktop .two-col-content a:hover {
  color: #ff6d0c;
}
.basic-content .one-half,
.two-col-content .one-half {
  width: -moz-calc(50% - 20px);
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(50% - 20px);
  flex: 0 1 calc(50% - 20px);
}
@media (max-width: 1100px) {
  .basic-content .one-half,
  .two-col-content .one-half {
    width: -moz-calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 15px);
    flex: 0 1 calc(50% - 15px);
  }
}
@media (max-width: 768px) {
  .basic-content .one-half,
  .two-col-content .one-half {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .basic-content .one-half:first-child,
  .two-col-content .one-half:first-child {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 768px) {
  .basic-content .flex-wrap,
  .two-col-content .flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
input[type="email"],
input[type="text"],
textarea {
  border: 1px solid #2d3c4c;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  padding: 0.625rem;
  width: 100%;
  color: #2d3c4c;
  margin-bottom: 1.25rem;
  border-radius: 10px;
  min-height: 45px;
}
input[type="email"]:focus,
input[type="text"]:focus,
textarea:focus {
  border: 1px solid #2d3c4c;
}
input[type="email"]:focus.placeholder,
input[type="text"]:focus.placeholder,
textarea:focus.placeholder {
  color: #2d3c4c;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
input[type="email"]:focus:-moz-placeholder,
input[type="text"]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #2d3c4c;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
input[type="email"]:focus::-webkit-input-placeholder,
input[type="text"]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #2d3c4c;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
input[type="email"].placeholder,
input[type="text"].placeholder,
textarea.placeholder {
  color: #2d3c4c;
}
input[type="email"]:-moz-placeholder,
input[type="text"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #2d3c4c;
}
input[type="email"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #2d3c4c;
}
label {
  margin-bottom: 0.5rem;
  color: #2d3c4c;
  display: block;
}
.select-wrap {
  border: 1px solid #2d3c4c;
  overflow: hidden;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
}
.select-wrap select {
  font-size: 1.125rem;
  color: #2d3c4c;
  font-family: "Lato", sans-serif;
  padding: 0.625rem;
  width: 120%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url(../../images/down-arrow.svg);
  background-position-x: calc(100% - 20%);
  background-position-y: 16px;
  height: 45px;
  background-repeat: no-repeat;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
.gdpr-terms {
  margin-top: 1.25rem;
  margin-bottom: 0;
}
.gdpr-terms .wpcf7-list-item {
  margin: 0 !important;
}
#wpcf7-f33-p7-o1 .gdpr-terms .wpcf7-list-item {
  width: -moz-calc(50% - 20px);
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
}
@media (max-width: 768px) {
  #wpcf7-f33-p7-o1 .gdpr-terms .wpcf7-list-item {
    width: 100%;
  }
}
.gdpr-terms .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.gdpr-terms .wpcf7-list-item label .wpcf7-list-item-label {
  padding-left: 0.625rem;
}
@media (max-width: 768px) {
  .wpcf7 .one-half:first-child {
    margin-bottom: 0;
  }
}
.accordion-section {
  padding: 5rem 0;
}
.accordion-section .accordions .accordion {
  border-bottom: 1px solid #2d3c4c;
}
.accordion-section .accordions .accordion .title-wrap {
  padding: 0.625rem 0;
  cursor: pointer;
}
.accordion-section .accordions .accordion .title-wrap h3 {
  font-size: 1.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  padding-right: 1.875rem;
}
.accordion-section .accordions .accordion .title-wrap h3 span {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 1.875rem;
}
@media (max-width: 1100px) {
  .accordion-section .accordions .accordion .title-wrap h3 {
    font-size: 1.375rem;
  }
}
@media (max-width: 768px) {
  .accordion-section .accordions .accordion .title-wrap h3 {
    font-size: 1.25rem;
  }
}
.accordion-section .accordions .accordion .title-wrap.active {
  color: #2274a5;
}
.accordion-section .accordions .accordion .title-wrap.active h3 {
  color: #2274a5;
}
.accordion-section .accordions .accordion .title-wrap.active h3 span {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion-section .accordions .accordion .hidden {
  display: none;
  padding-bottom: 1.25rem;
}
.accordion-section .accordions .accordion:last-child {
  border-bottom: none;
}

.accordion-footer-section {
  padding: -2rem 2rem 2rem 2rem;
  margin-bottom: 2rem;
  border-radius: 20rem;
}
.accordion-footer-section .accordions .accordion {
  border-bottom: 1px solid #2d3c4c;
  padding: 1rem 4rem 1rem 4rem;
  text-align: left;
  border-radius: 5rem;
}

.accordion-footer-section .accordions .accordion .title-wrap {
  padding: 0.625rem 0;
  padding-top: 1rem;
  cursor: pointer;
}
.accordion-footer-section .accordions .accordion .title-wrap h3 {
  font-size: 1.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  padding-right: 1.875rem;
}
.accordion-footer-section .accordions .accordion .title-wrap h3 span {
  position: absolute;
  right: 1%;
  top: -15%;
  height: 50px;
  width: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 1.875rem;
}
@media (max-width: 1100px) {
  .accordion-footer-section .accordions .accordion .title-wrap h3 {
    font-size: 1.375rem;
  }
}
@media (max-width: 768px) {
  .accordion-footer-section .accordions .accordion .title-wrap h3 {
    font-size: 1.25rem;
    color: #fff;
  }
}

.accordion-footer-section .accordions .accordion .title-wrap.active h3 {
  color: #fff;
}
.accordion-footer-section .accordions .accordion .title-wrap.active h3 span {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion-footer-section .accordions .accordion .hidden {
  display: none;
  padding-bottom: 1.25rem;
}
.accordion-footer-section .accordions .accordion:last-child {
  border-bottom: none;
}
.grid-wrap {
  display: -ms-grid;
  display: grid;
}
.grid-wrap.grid-2 {
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  grid-gap: 0;
}
@media (max-width: 992px) {
  .grid-wrap.grid-2 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-gap: 0;
  }
}
.grid-wrap.grid-3 {
  -ms-grid-columns: calc(33.3333333% - 26.6666666667px)
    calc(33.3333333% - 26.6666666667px) calc(33.3333333% - 26.6666666667px);
  grid-template-columns:
    calc(33.3333333% - 26.6666666667px) calc(33.3333333% - 26.6666666667px)
    calc(33.3333333% - 26.6666666667px);
  grid-gap: 0 40px;
}
.grid-wrap.grid-6-3-3 {
  -ms-grid-columns: calc(50% - 17px) calc(25% - 21.6666666667px)
    calc(25% - 21.6666666667px);
  grid-template-columns: calc(50% - 17px) calc(25% - 21.6666666667px) calc(
      25% - 21.6666666667px
    );
  grid-gap: 0 32px;
}
.grid-wrap.grid-4 {
  -ms-grid-columns: calc(25% - 22.5px) calc(25% - 22.5px) calc(25% - 22.5px)
    calc(25% - 22.5px);
  grid-template-columns:
    calc(25% - 22.5px) calc(25% - 22.5px) calc(25% - 22.5px)
    calc(25% - 22.5px);
  grid-gap: 0 30px;
}
@media (max-width: 1500px) {
  .grid-wrap.grid-4 {
    -ms-grid-columns: calc(33.3333333% - 20px) calc(33.3333333% - 20px)
      calc(33.3333333% - 20px);
    grid-template-columns: calc(33.3333333% - 20px) calc(33.3333333% - 20px) calc(
        33.3333333% - 20px
      );
  }
}
@media (max-width: 1024px) {
  .grid-wrap.grid-4 {
    -ms-grid-columns: calc(50% - 15px) calc(50% - 15px);
    grid-template-columns: calc(50% - 15px) calc(50% - 15px);
  }
  .accordion-footer-section .accordions .accordion {
    padding: 1.5rem;
    /* border-radius: 2rem; */
  }
}
@media (max-width: 568px) {
  .grid-wrap.grid-4 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-gap: 0;
  }
}
.grid-wrap.grid-5 {
  -ms-grid-columns: 20% 20% 20% 20% 20%;
  grid-template-columns: 20% 20% 20% 20% 20%;
}
.grid-wrap.grid-4-8 {
  -ms-grid-columns: calc(33.3333333% - 20px) calc(66.6666666% - 20px);
  grid-template-columns: calc(33.3333333% - 20px) calc(66.6666666% - 20px);
  grid-gap: 0 40px;
}
@media (max-width: 992px) {
  .grid-wrap.grid-4-8 {
    -ms-grid-columns: calc(33.3333333% - 10px) calc(66.6666666% - 10px);
    grid-template-columns: calc(33.3333333% - 10px) calc(66.6666666% - 10px);
    grid-gap: 0 20px;
  }
}
@media (max-width: 668px) {
  .grid-wrap.grid-4-8 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-gap: 0;
  }
}
.grid-wrap.grid-8-4 {
  -ms-grid-columns: calc(66.6666666% - 20px) calc(33.3333333% - 20px);
  grid-template-columns: calc(66.6666666% - 20px) calc(33.3333333% - 20px);
  grid-gap: 0 40px;
}
@media (max-width: 992px) {
  .grid-wrap.grid-8-4 {
    -ms-grid-columns: calc(66.6666666% - 10px) calc(33.3333333% - 10px);
    grid-template-columns: calc(66.6666666% - 10px) calc(33.3333333% - 10px);
    grid-gap: 0 20px;
  }
}
@media (max-width: 668px) {
  .grid-wrap.grid-8-4 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-gap: 0;
  }
}
.grid-wrap.grid-3-9 {
  -ms-grid-columns: calc(25% - 20px) calc(75% - 20px);
  grid-template-columns: calc(25% - 20px) calc(75% - 20px);
  grid-gap: 0 40px;
}
.grid-wrap.grid-9-3 {
  -ms-grid-columns: calc(75% - 20px) calc(25% - 20px);
  grid-template-columns: calc(75% - 20px) calc(25% - 20px);
  grid-gap: 0 40px;
}
.landing-page-hero {
  min-height: 600px;
  height: 100vh;
}
.landing-page-hero .content-side .content-wrap {
  color: #ffffff;
  width: 100%;
  padding: 6.25rem 1.875rem 1.875rem 1.875rem;
  max-width: 860px;
  margin: 0 auto;
}
.landing-page-hero .content-side .content-wrap .banner-text {
  width: 100%;
  max-width: 560px;
}
.landing-page-hero .content-side h1,
.landing-page-hero .content-side h2,
.landing-page-hero .content-side h3,
.landing-page-hero .content-side h4,
.landing-page-hero .content-side p {
  color: #ffffff;
}
.landing-page-hero .content-side h1 {
  font-size: 3.125rem;
  font-weight: 700;
}
@media (max-width: 1268px) {
  .landing-page-hero .content-side h1 {
    font-size: 2.625rem;
  }
}
@media (max-width: 668px) {
  .landing-page-hero .content-side h1 {
    font-size: 2.25rem;
  }
}
.landing-page-hero .content-side h2 {
  font-size: 1.625rem;
  font-weight: 500;
}
@media (max-width: 1268px) {
  .landing-page-hero .content-side h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 668px) {
  .landing-page-hero .content-side h2 {
    font-size: 1.375rem;
  }
}
@media (max-width: 992px) {
  .landing-page-hero .content-side {
    min-height: 700px;
  }
}
.landing-page-hero .image-side {
  background-position: center;
  position: relative;
}
@media (max-width: 992px) {
  .landing-page-hero .image-side {
    min-height: 700px;
  }
}
@media (max-width: 668px) {
  .landing-page-hero .image-side {
    min-height: 500px;
  }
}
@media (max-width: 420px) {
  .landing-page-hero .image-side {
    min-height: 400px;
  }
}
.landing-page-hero .grid-wrap.main-wrap {
  height: 100%;
}
.landing-page-hero .grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.landing-page-hero .cta-wrap {
  border-radius: 20px;
  background-color: #2274a5;
  padding: 2.5rem 1.5625rem;
  margin-top: 50px;
}
.landing-page-hero .cta-wrap .grid-item {
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
}
.landing-page-hero .cta-wrap p {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 668px) {
  .landing-page-hero .cta-wrap p {
    font-size: 1.125rem;
  }
}
.landing-page-hero .cta-wrap p:last-child {
  margin-bottom: 0;
}
.landing-page-hero .cta-wrap .grid-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: unset;
  flex-flow: unset;
}
.landing-page-hero .cta-wrap.grid-8-4 {
  -ms-grid-columns: calc(60% - 10px) calc(40% - 10px);
  grid-template-columns: calc(60% - 10px) calc(40% - 10px);
  grid-gap: 0 1.25rem;
}
@media (max-width: 1200px) {
  .landing-page-hero .cta-wrap.grid-8-4 {
    -ms-grid-columns: calc(50% - 10px) calc(50% - 10px);
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
  }
}
@media (max-width: 668px) {
  .landing-page-hero .cta-wrap.grid-8-4 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-gap: 0;
    padding: 1.5625rem;
  }
  .landing-page-hero .cta-wrap.grid-8-4 .button-wrap {
    margin-top: 20px;
  }
  .landing-page-hero .cta-wrap.grid-8-4 .grid-item {
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
}
.landing-page-hero + #content-wrapper .section:first-of-type {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .landing-page-hero {
    height: auto;
  }
}
.page-template-templatespage-landing-php .accordion-section.grey-bg {
  background-color: #ffffff;
}
.coloured-blocks .block {
  padding: 3.125rem 1.875rem;
}
.coloured-blocks .block .content-wrap {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.coloured-blocks .block h2,
.coloured-blocks .block h3 {
  font-size: 2.1875rem;
}
@media (max-width: 568px) {
  .coloured-blocks .block h2,
  .coloured-blocks .block h3 {
    font-size: 1.875rem;
  }
}
@media (max-width: 420px) {
  .coloured-blocks .block h2,
  .coloured-blocks .block h3 {
    font-size: 1.625rem;
  }
}
.coloured-blocks .block p {
  font-size: 1rem;
}
.coloured-blocks .block.dark-bg {
  color: #ffffff;
}
.coloured-blocks .block.dark-bg h2,
.coloured-blocks .block.dark-bg h3,
.coloured-blocks .block.dark-bg h4,
.coloured-blocks .block.dark-bg h5,
.coloured-blocks .block.dark-bg p {
  color: #ffffff;
}
@media (max-width: 992px) {
  .coloured-blocks .grid-wrap.grid-2 {
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }
}
@media (max-width: 568px) {
  .coloured-blocks .grid-wrap.grid-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .coloured-blocks .grid-wrap.grid-2 .block:nth-of-type(3) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .coloured-blocks .grid-wrap.grid-2 .block:nth-of-type(5) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
