@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 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; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

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

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/*
Very loosly based on foundation v3
Trimmed down and edited by Matt Brubaker
http://mattbru.me/

1 General Styles
 - general typography
 - print stylesheet
 - tables
2 Forms
3 Grid (old grid)
4 Buttons
5 Tabs
7 Visibility classes

*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

html, body {
  height: auto;
  width: 100%; }

html[lang="en-US"] {
  margin-top: 0 !important; }

body {
  font-family: "Museo Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 1;
  color: #031922;
  position: relative;
  -webkit-font-smoothing: antialiased; }

a img {
  border: none; }

a {
  color: #00b5d1;
  text-decoration: none;
  line-height: inherit;
  font-weight: bold; }
  a:hover, a:focus {
    color: #05deff;
    text-decoration: underline; }

img {
  max-width: 100%; }

p a, p a:visited {
  line-height: inherit; }

[class*="fa-"]:before {
  display: inline-block;
  margin-right: 12px;
  font-family: "Font Awesome 5 Pro"; }

.fas.fa-external-link {margin-left: 10px;}

[class*="fab"]:before {
  display: inline-block;
  margin-right: 12px;
  font-family: 'Font Awesome 5 Brands';
  font-weight: normal; }

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

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

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

.hide {
  display: none; }

.hide-override {
  display: none !important; }

.highlight {
  background: #ff9; }

#googlemap img, object, embed {
  max-width: none; }

#map_canvas embed {
  max-width: none; }

#map_canvas img {
  max-width: none; }

#map_canvas object {
  max-width: none; }

figure {
  margin: 0; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  font-size: 18px;
  direction: ltr; }

p {
  text-align: left;
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 18px; }

address,
aside p {
  line-height: 1.35;
  font-style: normal; }

h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  text-rendering: optimizeLegibility;
  line-height: 1.1;
  margin-bottom: 14px;
  margin-top: 14px; }
  h1.small, h2.small, h3.small, h4.small, h5.small, h6.small {
    font-size: 60%;
    color: #0473ad;
    line-height: 0; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

hr {
  clear: both;
  height: 0;
  border: none;
  border-bottom: 1px solid #05deff;
  background-color: transparent;
  margin: 30px 0; }
  hr.clear {
    border: none; }

em, i {
  font-style: italic;
  line-height: inherit; }

strong, b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  font-weight: bold;
  font-family: monospace;
  background: #ff9; }
  code.green {
    background: #bf9; }
  code.blue {
    background: #99fbff; }

ul, ol, dl {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 18px;
  list-style-position: outside; }

ul li ul, ul li ol {
  margin-left: 20px;
  margin-bottom: 0; }

ol li ul,
ol li ol {
  margin-left: 20px;
  margin-bottom: 0; }

ol {
  list-style-type: none; }

ol li {
  padding-left: 36px;
  counter-increment: step-counter;
  position: relative;
  margin-bottom: 6px; }
  ol li:before {
    content: counter(step-counter);
    margin-right: 12px;
    font-size: 80%;
    background-color: #00b5d1;
    color: #fff;
    font-weight: bold;
    padding: 3px 10px;
    border-radius: 2px;
    position: absolute;
    top: -1px;
    left: 0; }

blockquote,
blockquote p {
  line-height: 1.5; }

blockquote {
  display: block;
  float: none;
  clear: both;
  text-align: left;
  margin: 50px 0 50px 50px;
  padding: 10px 25px;
  border-left: 4px solid #deff25;
  line-height: 1.75;
  font-size: 20px; }
  blockquote:before, blockquote:after {
    display: block;
    width: 100%;
    clear: both;
    content: ''; }
  blockquote cite {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    color: #555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a, blockquote cite a:visited {
      color: #555; }

abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  border-bottom: 1px solid #0473ad;
  cursor: help; }

abbr {
  text-transform: none; }

/*
	<ol class="breadcrumb">
		<li><a href="/"><i class="fa-home"></i></a></li>
		<li data-id="85"><a href="/">Loans</a></li>
		<li>About</li>
	</ol>
*/
.breadcrumb {
  display: block;
  background: transparent;
  padding: 0;
  border: none;
  overflow: hidden;
  margin-left: 0;
  margin: 30px auto;
  padding: 0;
  max-width: 1400px; }
  .breadcrumb li {
    margin: 0;
    padding: 0 12px 0 0;
    float: left;
    list-style: none;
    font-size: 14px;
    color: #031922;
    font-family: "Museo Sans", sans-serif; }
    .breadcrumb li i {
      top: 3px;
      position: relative;
      font-style: normal; }
      .breadcrumb li i:before {
        position: relative;
        color: #031922;
        top: -3px;
        font-size: 18px; }
      .breadcrumb li i:hover:before {
        color: #05deff; }
    .breadcrumb li a, .breadcrumb li span {
      text-transform: none;
      color: #031922;
      font-weight: normal;
      font-family: "Museo Sans", sans-serif; }
    .breadcrumb li:first-child:before {
      display: none; }
    .breadcrumb li:first-child a,
    .breadcrumb li:first-child span {
      padding-left: 0; }
      .breadcrumb li:first-child a i:before,
      .breadcrumb li:first-child span i:before {
        margin: 0; }
    .breadcrumb li:before {
      content: "/";
      color: #031922;
      padding-right: 12px;
      background-color: transparent;
      position: relative;
      padding: 0; }
    .breadcrumb li.current a {
      cursor: default;
      color: #fff; }
    .breadcrumb li:hover a,
    .breadcrumb li a:focus {
      text-decoration: underline; }
    .breadcrumb li.current:hover a,
    .breadcrumb li.current a:focus {
      text-decoration: none; }
    .breadcrumb li.unavailable a {
      color: #999; }
    .breadcrumb li.unavailable:hover a,
    .breadcrumb li.unavailable a:focus {
      text-decoration: none;
      color: #999;
      cursor: default; }
  .breadcrumb + h1 {
    margin-top: 75px; }

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer; }

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  pointer-events: none; }

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  padding: 7px;
  width: 230px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #031922;
  background-color: rgba(51, 51, 51, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  margin-left: -6px;
  margin-bottom: -12px; }

[data-tooltip]:before,
[data-tooltip]:after {
  bottom: 100%;
  left: 50%;
  margin-left: -115px;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -o-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none; }

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  transform: translateY(-12px); }

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  /* position: absolute; */
  bottom: 60%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #031922;
  border-top: 5px solid rgba(51, 51, 51, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0; }

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1; }

.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  .hide-on-print {
    display: none !important; }
  .print-only {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  .show-for-print {
    display: inherit !important; } }

table {
  background: transparent;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 0 0 18px;
  border: 1px solid #0473ad;
  border: none; }
  table thead,
  table tfoot {
    background: #f0f0f0; }
  table thead tr th,
  table tfoot tr th,
  table tbody tr td,
  table tr td,
  table tfoot tr td {
    display: table-cell;
    font-size: 18px;
    line-height: 18px;
    text-align: left; }
  table thead tr th,
  table tfoot tr td {
    padding: 8px 10px 9px;
    font-size: 18px;
    font-weight: bold;
    color: #031922; }
  table tbody tr td {
    color: #031922;
    padding: 9px 10px;
    vertical-align: top;
    border: none;
    border-bottom: 1px solid rgba(4, 115, 173, 0.2); }

/* == WordPress WYSIWYG Editor Styles == */
.entry-content img {
  margin: 0 0 1.5em 0; }

.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

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

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px; }
  .wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0; }
  .wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0; }

.wp-smiley {
  margin: 0 !important;
  max-height: 1em; }

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left; }

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right; }

form {
  margin: 0 0 20px; }
  form ul {
    margin-top: 12px;
    list-style-type: none; }

input[type="submit"] {
  width: auto; }

label {
  font-size: 18px;
  color: #031922;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 3px; }

input[type="text"],
select,
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  background-color: #fff;
  border: 1px solid #fff;
  color: #031922;
  font-family: inherit;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: block;
  font-size: 14px;
  height: 45px;
  padding: 18px 18px;
  margin: 0 0 12px 0;
  width: 100%;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  outline: none; }
  @media (max-width: 768px) {
    input[type="text"],
    select,
    input[type="password"],
    input[type="date"],
    input[type="datetime"],
    input[type="email"],
    input[type="number"],
    input[type="search"],
    input[type="tel"],
    input[type="time"],
    input[type="url"],
    textarea {
      font-size: 16px; } }
  input[type="text"]:focus,
  select:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    background: #fff;
    border-color: #14e0ff; }

input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled] {
  background-color: #0473ad; }

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

select {
  width: 100%;
  padding: 6px 10px;
  font-family: inherit;
  width: 100%;
  margin-bottom: 12px; }

fieldset {
  border: solid 1px #0473ad;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 12px;
  margin: 18px 0; }

fieldset legend {
  font-weight: bold;
  background: #fff;
  padding: 0 3px;
  margin: 0;
  margin-left: -3px; }

form li input,
form li input[type=checkbox],
form li input[type=radio] {
  margin-top: 0 !important;
  margin-right: 14px; }
  form li input:hover + label,
  form li input[type=checkbox]:hover + label,
  form li input[type=radio]:hover + label {
    color: #00b5d1; }

form li label {
  margin: 0; }

form li input[type=checkbox]:checked + label,
form li input[type=radio]:checked + label {
  color: #00b5d1 !important; }

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  line-height: 18px;
  display: inline-block;
  color: #031922; }

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #00b5d1;
  border-radius: 100%;
  background: #fff; }

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #00b5d1;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.checkbox .danger {
  font-weight: bold; }

.checkbox:hover .danger {
  color: #1052b0; }

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
  -webkit-appearance: none; }

[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  line-height: 18px;
  display: inline-block;
  color: #031922; }

[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #00b5d1;
  border-radius: 2px;
  background: #fff; }

[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
  content: '';
  font-weight: normal;
  color: #deff25;
  color: #fff !important;
  font-size: 18px;
  position: absolute;
  top: 0px;
  left: 3px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

[type="checkbox"]:checked + label:before {
  background-color: #00b5d1; }

[type="checkbox"]:checked + label:after {
  content: '✔';
  content: '\2713';
  font-weight: bold;
  color: #fff !important;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }
  @media (max-width: 500px) {
    [type="checkbox"]:checked + label:after {
      font-size: 26px;
      left: -5px; } }

/*
 ,,                                                          
*MM                   mm     mm                              
 MM                   MM     MM                              
 MM,dMMb.`7MM  `7MM mmMMmm mmMMmm ,pW"Wq.`7MMpMMMb.  ,pP"Ybd 
 MM    `Mb MM    MM   MM     MM  6W'   `Wb MM    MM  8I   `" 
 MM     M8 MM    MM   MM     MM  8M     M8 MM    MM  `YMMMa. 
 MM.   ,M9 MM    MM   MM     MM  YA.   ,A9 MM    MM  L.   I8 
 P^YbmdP'  `Mbod"YML. `Mbmo  `Mbmo`Ybmd9'.JMML  JMML.M9mmmP' 
 
*/
.button {
  width: auto;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  position: relative;
  text-decoration: none;
  border-radius: 2px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  .button.large {
    font-size: 18px;
    padding: 20px 46px; }
  .button.small {
    font-size: 11px;
    padding: 8px 20px; }
  .button.tiny {
    font-size: 10px;
    padding: 4px 10px; }
  .button.success {
    background-color: #05ffda;
    border: 4px solid #05ffda; }
    .button.success:hover, .button.success:focus {
      background-color: #24ffde;
      border-color: #24ffde; }
  .button.disabled, .button[disabled] {
    opacity: 0.6;
    cursor: default;
    background: #deff25;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .button.disabled:hover, .button[disabled]:hover {
      background: #0473ad; }

input[type=submit].button,
button.button {
  -webkit-appearance: none; }

.button {
  font-size: 18px;
  border: 4px solid #00b5d1;
  text-transform: none;
  font-family: "Museo Sans", sans-serif;
  background-color: #00b5d1;
  color: #fff;
  padding: 15px 30px;
  letter-spacing: 1px;
  text-align: center;
  background-image: none;
  text-decoration: none; }
  .button + .button {
    margin-left: 28px; }
  br + .button,
  p .button {
    margin-top: 18px; }
  p + .button {
    margin-top: 6px; }
  .button:focus, .button:hover {
    background-color: #05deff;
    border-color: #05deff;
    background-image: none;
    text-decoration: none;
    color: #fff; }
  .button.primary {
    background-color: #deff25;
    border: 4px solid #deff25; }
    .button.primary:hover, .button.primary:focus {
      background-color: #e7ff62;
      border-color: #e7ff62;
      color: #fff; }
  .button.secondary {
    color: #00b5d1;
    background-color: transparent;
    border: 4px solid #00b5d1; }
    .button.secondary:hover, .button.secondary:focus {
      color: #fff;
      background-color: #00b5d1; }
    .button.secondary.light {
      color: #fff;
      background-color: transparent;
      background-color: rgba(0, 0, 0, 0.2); }
      .button.secondary.light:hover, .button.secondary.light:focus {
        border-color: #05deff; }
  .button.alert {
    background-color: #204478;
    color: #031922;
    border: 4px solid #204478; }
    .button.alert:hover, .button.alert:focus {
      background-color: #1052b0;
      border-color: #1052b0;
      color: #00b5d1; }
  .button.rarr:after {
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    content: "";
    margin-left: 8px;
    position: relative;
    top: 1px;
    left: 3px;
    -webkit-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s; }
  .button.rarr:focus:after, .button.rarr:hover:after {
    left: 8px; }
  @media (max-width: 768px) {
    .button {
      max-width: 320px; }
      .button + .button {
        margin-left: 0;
        margin-top: 10px; } }

a:not(.button).rarr:after {
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  content: "";
  margin-left: 8px;
  position: relative;
  top: 1px;
  left: 3px;
  -webkit-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s; }

a:not(.button).rarr:hover:after {
  left: 8px; }

@-moz-document url-prefix() {
  button::-moz-focus-inner,
  input[type="reset"]::-moz-focus-inner,
  input[type="button"]::-moz-focus-inner,
  input[type="submit"]::-moz-focus-inner,
  input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0; }
  input[type="submit"].tiny.button {
    padding: 3px 10px 4px; }
  input[type="submit"].small.button {
    padding: 5px 14px 6px; }
  input[type="submit"].button,
  input[type=submit].medium.button {
    padding: 8px 20px 9px; }
  input[type="submit"].large.button {
    padding: 13px 30px 14px; } }

@media (max-width: 768px) {
  button.button,
  input[type="submit"].button,
  input[type="reset"].button {
    width: 100%;
    padding-left: 0;
    padding-right: 0; } }

.show-for-small, .show-for-medium, .show-for-medium-down, .hide-for-large, .hide-for-large-up, .show-for-xlarge, .show-for-print {
  display: none !important; }

.hide-for-small, .hide-for-medium, .hide-for-medium-down, .show-for-large, .show-for-large-up, .hide-for-xlarge, .hide-for-print {
  display: inherit !important; }

@media only screen and (min-width: 1441px) {
  .hide-for-small, .hide-for-medium, .hide-for-medium-down, .hide-for-large, .show-for-large-up, .show-for-xlarge {
    display: inherit !important; }
  .show-for-small, .show-for-medium, .show-for-medium-down, .show-for-large, .hide-for-large-up, .hide-for-xlarge {
    display: none !important; } }

@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .hide-for-small, .show-for-medium, .show-for-medium-down, .hide-for-large, .hide-for-large-up, .hide-for-xlarge {
    display: inherit !important; }
  .show-for-small, .hide-for-medium, .hide-for-medium-down, .show-for-large, .show-for-large-up, .show-for-xlarge {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  blockquote {
    margin: 0 0 15px;
    padding: 15px 0 15px 12px; }
  .show-for-small, .hide-for-medium, .show-for-medium-down, .hide-for-large, .hide-for-large-up, .hide-for-xlarge {
    display: inherit !important; }
  .hide-for-small, .show-for-medium, .hide-for-medium-down, .show-for-large, .show-for-large-up, .show-for-xlarge {
    display: none !important; } }

.show-for-landscape, .hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape, .show-for-portrait {
  display: none !important; }

@media screen and (orientation: landscape) {
  .show-for-landscape, .hide-for-portrait {
    display: inherit !important; }
  .hide-for-landscape, .show-for-portrait {
    display: none !important; } }

@media screen and (orientation: portrait) {
  .show-for-portrait, .hide-for-landscape {
    display: inherit !important; }
  .hide-for-portrait, .show-for-landscape {
    display: none !important; } }

.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

table.show-for-xlarge, table.show-for-large, table.hide-for-small, table.hide-for-medium {
  display: table !important; }

@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .touch table.hide-for-xlarge, .touch table.hide-for-large, .touch table.hide-for-small, .touch table.show-for-medium {
    display: table !important; } }

@media only screen and (max-width: 767px) {
  table.hide-for-xlarge, table.hide-for-large, table.hide-for-medium, table.show-for-small {
    display: table !important; } }

.mmenu {
  background-color: #031922;
  border-right: 1px solid black;
  height: 100vh; }
  .mmenu .mm-navbar .mm-btn:before,
  .mmenu .mm-navbar .mm-btn:after,
  .mmenu .mm-header .mm-btn:before,
  .mmenu .mm-header .mm-btn:after,
  .mmenu .mm-listview > li > a.mm-prev:before,
  .mmenu .mm-listview > li > a.mm-next:after {
    border-color: rgba(255, 255, 255, 0.5); }
  .mmenu .cta a {
    color: #e7ff62;
    font-weight: bold; }
  .mmenu .highlight {
    background-color: rgba(0, 181, 209, 0.1); }
  .mmenu small {
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 1px; }

.mmenu:not(.mm-menu) {
  display: none; }

.mmenu-trigger {
  opacity: 0;
  -webkit-transition: 0.4s opacity;
  -o-transition: 0.4s opacity;
  transition: 0.4s opacity;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media (max-width: 992px) {
    .mmenu-trigger {
      display: block;
      opacity: 1; } }

.hamburger.is-active:hover,
.hamburger:hover {
  opacity: .7; }

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px; }

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 34px;
    height: 4px;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    border-radius: 4px;
    background-color: #deff25; }
  .hamburger-inner:after, .hamburger-inner:before {
    display: block;
    content: ""; }
  .hamburger-inner:before {
    top: -10px; }
  .hamburger-inner:after {
    bottom: -10px; }

.hamburger--squeeze .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: 75ms;
  -o-transition-duration: 75ms;
  transition-duration: 75ms; }
  .hamburger--squeeze .hamburger-inner:before {
    -webkit-transition: top 75ms ease .12s,opacity 75ms ease;
    -o-transition: top 75ms ease .12s,opacity 75ms ease;
    transition: top 75ms ease .12s,opacity 75ms ease; }
  .hamburger--squeeze .hamburger-inner:after {
    -webkit-transition: bottom 75ms ease 0.12s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms ease 0.12s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19); }

nav.mm-opened ~ header.fixed .hamburger--squeeze .hamburger-inner {
  -webkit-transition-delay: .12s;
  -o-transition-delay: .12s;
  transition-delay: .12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
  nav.mm-opened ~ header.fixed .hamburger--squeeze .hamburger-inner:before {
    top: 0;
    -webkit-transition: top 75ms ease,opacity 75ms ease .12s;
    -o-transition: top 75ms ease,opacity 75ms ease .12s;
    transition: top 75ms ease,opacity 75ms ease .12s;
    opacity: 0; }
  nav.mm-opened ~ header.fixed .hamburger--squeeze .hamburger-inner:after {
    bottom: 0;
    -webkit-transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    -o-transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }

.mm-listview > li:last-of-type:after {
  display: none; }

.mm-header .mm-btn,
.mm-listview .mm-next {
  width: 100%; }

.mm-listview > li > a {
  border-bottom: 1px solid #052a39; }
  .mm-listview > li > a:hover {
    color: #deff25; }

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > *,
.mm-listview > li > a,
.mm-listview > li > span {
  color: #f0f0f0;
  font-family: "Museo Sans", sans-serif;
  font-size: 16px;
  text-transform: uppercase; }

.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar a.mm-title {
  color: #e7ff62;
  font-weight: 900; }

.mmenu+div nav.outer-nav {
  display: none; }

/**
 * flex sections ==============================================================================
 *
 * 1.0 General
 * 2.0 Widths
 * 3.0 Rows
 * 4.0 Grid Classes
 * 
 * .banner
 * .full   (full width)
 * .split   (two column   (2/3 1/3) section)
 * .textslider   (testimonials)
 * .multi   (multi column)
 * .faq   (expand-collapse)
 * .showcase   (logo strip)
 * .cta
 * .grid ----
 * .explore
 *
 * 
 */
h1.primary, h2.primary, h3.primary, h4.primary, h5.primary, h6.primary {
  color: #00b5d1 !important; }

h1.secondary, h2.secondary, h3.secondary, h4.secondary, h5.secondary, h6.secondary {
  color: #deff25 !important; }

h1.med, h2.med, h3.med, h4.med, h5.med, h6.med {
  color: #0473ad !important; }

h1.dark, h2.dark, h3.dark, h4.dark, h5.dark, h6.dark {
  color: #031922 !important; }

h1.light, h2.light, h3.light, h4.light, h5.light, h6.light {
  color: #f0f0f0 !important; }

h1.alert, h2.alert, h3.alert, h4.alert, h5.alert, h6.alert {
  color: #204478 !important; }

h1.darkest, h2.darkest, h3.darkest, h4.darkest, h5.darkest, h6.darkest {
  color: #3f3f3f !important; }

.row.primary {
  background-color: #00b5d1; }
  .row.primary + .primary {
    padding-top: 0; }

.row.secondary {
  background-color: #deff25; }
  .row.secondary + .secondary {
    padding-top: 0; }

.row.med {
  background-color: #0473ad; }
  .row.med + .med {
    padding-top: 0; }

.row.dark {
  background-color: #031922; }
  .row.dark + .dark {
    padding-top: 0; }

.row.light {
  background-color: #f0f0f0; }
  .row.light + .light {
    padding-top: 0; }

.row.alert {
  background-color: #204478; }
  .row.alert + .alert {
    padding-top: 0; }

.row.darkest {
  background-color: #3f3f3f; }
  .row.darkest + .darkest {
    padding-top: 0; }

.light-text.dark .expand-collapse dt a,
.light-text h1, .light-text h2, .light-text h3, .light-text h4, .light-text h5, .light-text h6, .light-text p, .light-text address, .light-text time, .light-text ul li, .light-text a, .light-text dt a, .light-text .title, .light-text cite {
  color: #fff; }

.light-text a:not(.button) {
  text-decoration: underline; }
  .light-text a:not(.button):hover {
    opacity: 0.8; }

.light-text .title {
  border-color: #fff; }

.light-text:not(.banner) .button.secondary, .light-text:not(.banner) .button.alert {
  color: #fff; }

.light-text.primary .button {
  border-color: #fff; }
  .light-text.primary .button:hover {
    background-color: #fff;
    color: #00b5d1; }

.width-md, .width-sm {
  margin: 0 auto; }

.width-md > div {
  max-width: 960px; }

.width-sm > div {
  max-width: 640px; }

section,
.row {
  position: relative; }
  section:before, section:after,
  .row:before,
  .row:after {
    display: block;
    width: 100%;
    clear: both;
    content: ''; }

.row.narrow {
  padding: 35px 0; }
  @media (max-width: 768px) {
    .row.narrow {
      padding: 20px 0; } }

.row p ~ .button {
  margin-top: 10px; }

.row p:last-child {
  margin-bottom: 0; }

.half {
  position: relative;
  padding-right: 15px;
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%; }
  .half:nth-of-type(2n+2) {
    padding-left: 15px;
    float: right;
    margin-right: 0; }
  .half .half {
    padding: 0; }

.third {
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%; }
  .third:nth-of-type(3n+3) {
    float: right;
    margin-right: 0; }

@media (max-width: 768px) {
  .split .half:nth-of-type(n),
  .half:nth-of-type(n), .third:nth-of-type(n) {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 0; }
  .split .half:not(:first-of-type),
  .half:not(:first-of-type), .third:not(:first-of-type) {
    margin-top: 30px; } }

/* banner section ===============================================================  */
.banner {
  background-position: 50%;
  background-size: cover;
  position: relative;
  min-height: 30vh;
  background-color: #0473ad;
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  align-content: center;
  -webkit-box-align: center;
  align-items: center; }
  .banner * {
    z-index: 5;
    color: #fff;
    text-align: center; }
  .banner:not(.center) * {
    text-align: left; }
  .banner:not(.light-text) *:not(.button) {
    color: #031922; }
  .banner.full > div, .banner.width-md > div, .banner.width-sm > div {
    width: 100%; }
    .banner.full > div p, .banner.width-md > div p, .banner.width-sm > div p {
      max-width: 100%; }
  .banner p {
    margin: 0 auto;
    max-width: 800px; }
  .banner h1 {
    margin: 0;
    padding: 20px 0 12px;
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center; }
    .banner h1 span {
      color: #f0f0f0;
      font-size: 28px;
      font-weight: bold;
      display: block; }
  .banner:not(:first-child()) > div {
    padding: 50px 0; }
  .banner > div > div {
    margin-top: 20px; }
  .banner.sm {
    min-height: 30vh; }
  .banner.md {
    min-height: 60vh; }
  .banner.lg {
    min-height: 100vh; }
  .banner.auto {
    min-height: 0 !important; }
  .banner:before {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: '';
    background-color: rgba(63, 63, 63, 0.6); }
  .banner.primary:before {
    background-color: rgba(0, 181, 209, 0.6); }
  .banner.secondary:before {
    background-color: rgba(222, 255, 37, 0.6); }
  .banner.med:before {
    background-color: rgba(4, 115, 173, 0.6); }
  .banner.dark:before {
    background-color: rgba(3, 25, 34, 0.6);
    background-color: rgba(63, 63, 63, 0.6); }
  .banner.light:before {
    background-color: rgba(240, 240, 240, 0.6); }
  .banner.alert:before {
    background-color: rgba(32, 68, 120, 0.6); }
  .banner.darkest:before {
    background-color: rgba(63, 63, 63, 0.6); }
  @media (max-width: 1196px) {
    .banner h1 {
      padding: 10px 0;
      font-size: 6vw; } }
  @media (max-width: 768px) {
    .banner {
      min-height: 70vh; }
      .banner h2, .banner h3, .banner h4, .banner h5, .banner h6 {
        padding-left: 15px;
        padding-right: 15px; }
      .banner p {
        font-size: 16px;
        padding: 15px; }
      .banner > div {
        padding-left: 15px;
        padding-right: 15px; }
      .banner > div > div {
        margin-top: 0; }
      .banner .button {
        display: inline-block;
        margin: 8px 10px; }
      .banner hr {
        margin: 10px 15px; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .banner {
      min-height: 100vh; } }

header.fixed + main .banner:not(.md):not(.lg):not(.sm) {
  min-height: calc(30vh + 157px); }

header.fixed + main .banner:first-child > div > * {
  position: relative;
  top: 65px; }

/* full width section ===============================================================  */
.full {
  background-size: cover;
  background-position: 50%; }
  .full > div {
    margin: 0 auto; }
    .full > div h1:only-child, .full > div h1:last-child, .full > div h2:only-child, .full > div h2:last-child, .full > div h3:only-child, .full > div h3:last-child, .full > div h4:only-child, .full > div h4:last-child, .full > div h5:only-child, .full > div h5:last-child, .full > div h6:only-child, .full > div h6:last-child {
      margin-bottom: 0; }
  .full .gform_wrapper .gfield, .full .gform_wrapper label {
    text-align: left; }
  .full .gform_wrapper .gform_page_footer {
    text-align: right; }
  .full.center img {
    margin-bottom: 20px; }

/* two column "split" section ===============================================================  */
.split {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  padding: 100px 0; }
  @media (max-width: 768px) {
    .split {
      padding: 50px 0; } }
  @media (max-width: 500px) {
    .split {
      padding: 30px 0; } }
  .split[class*="overlay-"]:before {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: '';
    background-color: rgba(63, 63, 63, 0.8); }
  .split.overlay-primary:before {
    background-color: rgba(0, 181, 209, 0.8); }
  .split.overlay-secondary:before {
    background-color: rgba(222, 255, 37, 0.8); }
  .split.overlay-med:before {
    background-color: rgba(4, 115, 173, 0.8); }
  .split.overlay-dark:before {
    background-color: rgba(3, 25, 34, 0.8);
    background-color: rgba(63, 63, 63, 0.8); }
  .split.overlay-light:before {
    background-color: rgba(240, 240, 240, 0.8); }
  .split.overlay-alert:before {
    background-color: rgba(32, 68, 120, 0.8); }
  .split.overlay-darkest:before {
    background-color: rgba(63, 63, 63, 0.8); }
  .split > div {
    display: -webkit-flex;
    display: -ms-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    align-content: center;
    -webkit-box-align: stretch;
    align-items: stretch; }
  .split.top-align > div {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .split.top-align h2:first-child, .split.top-align h3:first-child, .split.top-align h4:first-child, .split.top-align h5:first-child {
    margin-top: 32px; }
  .split.light-text.primary .text .button {
    background-color: #00b5d1;
    border-color: #00b5d1; }
    .split.light-text.primary .text .button:hover {
      background-color: #05deff;
      border-color: #05deff;
      color: #fff; }
  .split.light-text.secondary .text .button {
    background-color: #deff25;
    border-color: #deff25; }
    .split.light-text.secondary .text .button:hover {
      background-color: #e6ff58;
      border-color: #e6ff58;
      color: #fff; }
  .split.light-text.med .text .button {
    background-color: #0473ad;
    border-color: #0473ad; }
    .split.light-text.med .text .button:hover {
      background-color: #0096e4;
      border-color: #0096e4;
      color: #fff; }
  .split.light-text.dark .text .button {
    background-color: #031922;
    border-color: #031922; }
    .split.light-text.dark .text .button:hover {
      background-color: #023e56;
      border-color: #023e56;
      color: #fff; }
  .split.light-text.light .text .button {
    background-color: #f0f0f0;
    border-color: #f0f0f0; }
    .split.light-text.light .text .button:hover {
      background-color: white;
      border-color: white;
      color: #fff; }
  .split.light-text.alert .text .button {
    background-color: #204478;
    border-color: #204478; }
    .split.light-text.alert .text .button:hover {
      background-color: #1f59ac;
      border-color: #1f59ac;
      color: #fff; }
  .split.light-text.darkest .text .button {
    background-color: #3f3f3f;
    border-color: #3f3f3f; }
    .split.light-text.darkest .text .button:hover {
      background-color: #634e4e;
      border-color: #634e4e;
      color: #fff; }
  .split .half {
    position: relative;
    display: -webkit-flex;
    display: -ms-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    align-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 49.15254%;
    float: left;
    width: 50%;
    margin-right: 0; }
    .split .half:nth-of-type(2n+2) {
      float: right;
      margin-right: 0; }
    .split .half > div {
      padding: 0 4%;
      width: 100%; }
      @media (max-width: 768px) {
        .split .half > div {
          padding: 0; } }
    .split .half .text {
      padding: 30px 40px; }
      .split .half .text h2:first-child, .split .half .text h3:first-child, .split .half .text h4:first-child, .split .half .text h5:first-child {
        margin-top: 0; }
      .split .half .text.primary {
        background-color: #00b5d1; }
      .split .half .text.secondary {
        background-color: #deff25; }
      .split .half .text.med {
        background-color: #0473ad; }
      .split .half .text.dark {
        background-color: #031922; }
      .split .half .text.light {
        background-color: #f0f0f0; }
      .split .half .text.alert {
        background-color: #204478; }
      .split .half .text.darkest {
        background-color: #3f3f3f; }
      .split .half .text:not(.light-text) *:not(.button) {
        color: #031922; }
      @media (max-width: 768px) {
        .split .half .text.border, .split .half .text.reversed {
          padding: 30px; } }
      .split .half .text.border {
        border: 3px solid #00b5d1; }
      .split .half .text.reversed ul.checklist li:before {
        color: #fff; }
      .split .half .text.reversed hr {
        border-color: #fff; }
    .split .half.one-third {
      width: 32.20339%;
      float: left; }
      .split .half.one-third + .half {
        width: 66.10169%;
        float: right;
        margin-right: 0; }
    .split .half.two-third {
      width: 66.10169%;
      float: left; }
      .split .half.two-third + .half {
        width: 32.20339%;
        float: right;
        margin-right: 0; }
  .split.reverse .half:nth-of-type(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .split.reverse .half:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .split.reverse .half.align {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .split.reverse .half.align img {
      margin-right: 50px; }
  .split blockquote {
    display: block;
    padding: 60px;
    margin: 0;
    border-left: none;
    background-color: #09a7f9;
    color: #fff;
    font-style: italic; }
    .split blockquote > div {
      border: 1px solid #fff;
      padding: 90px 40px 20px;
      position: relative; }
      .split blockquote > div:before {
        content: '"';
        font-family: "Museo Sans", sans-serif;
        content: '\f10d';
        font-family: "Font Awesome 5 Pro";
        display: block;
        padding: 10px 30px;
        background-color: rgba(255, 255, 255, 0.8);
        font-size: 36px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -47px; }
    .split blockquote cite {
      font-weight: bold;
      color: #fff;
      display: block;
      margin-top: 18px;
      font-style: normal; }
      .split blockquote cite span {
        display: block;
        font-style: italic; }
      .split blockquote cite:before {
        display: none; }
    .split blockquote strong {
      font-family: "Museo Sans", sans-serif;
      display: block;
      text-align: center;
      padding: 10px;
      font-size: 22px;
      line-height: 1.25;
      border-top: 1px solid #999; }
  @media (max-width: 768px) {
    .split.reverse .half:nth-of-type(1) {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0; }
    .split.reverse .half:nth-of-type(2) {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .split .half {
      padding: 0; }
      .split .half.one-third, .split .half.two-third {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; }
        .split .half.one-third + .half, .split .half.two-third + .half {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0; }
    .split blockquote {
      padding: 40px; } }
  @media (max-width: 500px) {
    .split .half > div {
      padding: 15px; }
    .split blockquote {
      padding: 15px; }
      .split blockquote > div {
        padding: 90px 15px 15px; }
      .split blockquote strong {
        font-size: 24px;
        padding: 15px 0 0; } }

.explore {
  margin: 0;
  padding: 0;
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  cursor: pointer;
  display: block; }
  .explore:after {
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 181, 209, 0.6);
    content: '';
    z-index: 1; }
  .explore span, .explore h2, .explore h3, .explore h4 {
    position: relative;
    z-index: 5; }
  .explore span {
    display: inline-block;
    width: auto;
    max-width: 100%;
    opacity: 0;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 150;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .explore:after,
  .explore span {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .explore:hover {
    opacity: 0.8; }
  .explore:hover:after,
  .explore:hover span {
    opacity: 1; }

figure.explore {
  position: relative; }
  figure.explore:after {
    bottom: 3px; }

/* testimonials section ===============================================================  */
.textslider {
  text-align: center;
  background-color: #fff !important; }
  .textslider + .row.white {
    padding-top: 0; }
  .textslider > div {
    padding: 65px 0;
    margin: 0 auto;
    max-width: 960px; }
    .textslider > div.primary {
      background-color: #00b5d1; }
      .textslider > div.primary.light-text .button:hover {
        color: #00b5d1; }
    .textslider > div.secondary {
      background-color: #deff25; }
      .textslider > div.secondary.light-text .button:hover {
        color: #deff25; }
    .textslider > div.med {
      background-color: #0473ad; }
      .textslider > div.med.light-text .button:hover {
        color: #0473ad; }
    .textslider > div.dark {
      background-color: #031922; }
      .textslider > div.dark.light-text .button:hover {
        color: #031922; }
    .textslider > div.light {
      background-color: #f0f0f0; }
      .textslider > div.light.light-text .button:hover {
        color: #f0f0f0; }
    .textslider > div.alert {
      background-color: #204478; }
      .textslider > div.alert.light-text .button:hover {
        color: #204478; }
    .textslider > div.darkest {
      background-color: #3f3f3f; }
      .textslider > div.darkest.light-text .button:hover {
        color: #3f3f3f; }
    @media (max-width: 992px) {
      .textslider > div {
        margin-left: 15px;
        margin-right: 15px;
        text-align: center; }
        .textslider > div .button {
          display: inline-block;
          max-width: 100%;
          float: none;
          width: auto; } }
  .textslider .swiper-slide {
    padding-left: 120px;
    padding-right: 120px; }
  .textslider blockquote {
    margin: 0 auto;
    padding: 0 0 30px 0;
    border: none;
    background-color: transparent; }
    .textslider blockquote p {
      font-style: italic;
      font-weight: normal;
      text-align: left;
      line-height: 2; }
  .textslider cite {
    display: block;
    text-align: center;
    padding-top: 20px;
    font-style: normal; }
  .textslider .swiper-button-next:before,
  .textslider .swiper-button-prev:before {
    left: 0; }
  .textslider .button {
    margin-bottom: 0; }
  @media (max-width: 768px) {
    .textslider > div {
      padding: 25px 0 35px; }
    .textslider .swiper-slide {
      padding-left: 60px;
      padding-right: 60px; }
    .textslider .swiper-button-prev {
      left: 0; }
    .textslider .swiper-button-next {
      right: 0; } }
  @media (max-width: 500px) {
    .textslider .swiper-slide {
      padding-left: 25px;
      padding-right: 25px; }
    .textslider .swiper-wrapper {
      padding-bottom: 75px; }
    .textslider .swiper-button-prev,
    .textslider .swiper-button-next {
      top: auto;
      left: auto;
      right: auto;
      bottom: 25px;
      background-color: rgba(63, 63, 63, 0.25); }
    .textslider .swiper-button-prev {
      right: 55%; }
    .textslider .swiper-button-next {
      left: 55%; } }

/* multi column section ===============================================================  */
.multi {
  text-align: center; }
  .multi img {
    display: block;
    margin: 0 auto;
    max-width: 100%; }
  .multi h2 {
    font-family: "Museo Sans", sans-serif;
    color: #00b5d1;
    margin: 0 auto 30px;
    padding-bottom: 25px;
    text-align: center; }
  .multi h3 {
    margin-top: 0;
    text-transform: none;
    font-size: 22px;
    text-decoration: none; }
  .multi h4 {
    color: #031922;
    text-transform: none;
    font-weight: bold;
    font-size: 18px; }
  .multi > div > div {
    display: -webkit-flex;
    display: -ms-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    align-content: center;
    -webkit-box-align: center;
    align-items: center; }
    .multi > div > div:before, .multi > div > div:after {
      display: block;
      width: 100%;
      clear: both;
      content: ''; }
  .multi .col > span {
    padding: 18px;
    display: block; }
  .multi .col p {
    color: #031922;
    position: relative;
    z-index: 2;
    margin-bottom: 20px; }
  .multi .col figure i:before {
    font-size: 68px; }
  .multi .col i {
    padding: 30px 0 0 20px;
    text-align: left;
    display: block; }
  .multi .col a figure i {
    padding-bottom: 15px;
    padding-top: 15px;
    position: relative;
    z-index: 50; }
  .multi .col aside a {
    font-weight: bold; }
  .multi .col aside p:last-of-type {
    margin-bottom: 0; }
  .multi .col p a {
    display: inline; }
  .multi.light-text > div.reversed .col .button {
    color: #fff; }
  .multi.light-text.primary .col .button {
    color: #00b5d1; }
  .multi.light-text.primary .row .button,
  .multi.light-text.primary .row .button.secondary:hover {
    color: #00b5d1; }
  .multi.light-text.primary .button:hover {
    color: #00b5d1; }
  .multi.light-text.primary > div.reversed a:not(.button), .multi.light-text.primary > div.reversed a:hover,
  .multi.light-text.primary > div.reversed h3, .multi.light-text.primary > div.reversed h4, .multi.light-text.primary > div.reversed p, .multi.light-text.primary > div.reversed span, .multi.light-text.primary > div.reversed li {
    color: #00b5d1; }
  .multi.light-text.primary > div.reversed .col .button {
    border-color: #00b5d1;
    background-color: #00b5d1; }
    .multi.light-text.primary > div.reversed .col .button:hover {
      border-color: #05deff;
      background-color: #05deff; }
  .multi.light-text.secondary .col .button {
    color: #deff25; }
  .multi.light-text.secondary .row .button,
  .multi.light-text.secondary .row .button.secondary:hover {
    color: #deff25; }
  .multi.light-text.secondary .button:hover {
    color: #deff25; }
  .multi.light-text.secondary > div.reversed a:not(.button), .multi.light-text.secondary > div.reversed a:hover,
  .multi.light-text.secondary > div.reversed h3, .multi.light-text.secondary > div.reversed h4, .multi.light-text.secondary > div.reversed p, .multi.light-text.secondary > div.reversed span, .multi.light-text.secondary > div.reversed li {
    color: #deff25; }
  .multi.light-text.secondary > div.reversed .col .button {
    border-color: #deff25;
    background-color: #deff25; }
    .multi.light-text.secondary > div.reversed .col .button:hover {
      border-color: #e6ff58;
      background-color: #e6ff58; }
  .multi.light-text.med .col .button {
    color: #0473ad; }
  .multi.light-text.med .row .button,
  .multi.light-text.med .row .button.secondary:hover {
    color: #0473ad; }
  .multi.light-text.med .button:hover {
    color: #0473ad; }
  .multi.light-text.med > div.reversed a:not(.button), .multi.light-text.med > div.reversed a:hover,
  .multi.light-text.med > div.reversed h3, .multi.light-text.med > div.reversed h4, .multi.light-text.med > div.reversed p, .multi.light-text.med > div.reversed span, .multi.light-text.med > div.reversed li {
    color: #0473ad; }
  .multi.light-text.med > div.reversed .col .button {
    border-color: #0473ad;
    background-color: #0473ad; }
    .multi.light-text.med > div.reversed .col .button:hover {
      border-color: #0096e4;
      background-color: #0096e4; }
  .multi.light-text.dark .col .button {
    color: #031922; }
  .multi.light-text.dark .row .button,
  .multi.light-text.dark .row .button.secondary:hover {
    color: #031922; }
  .multi.light-text.dark .button:hover {
    color: #031922; }
  .multi.light-text.dark > div.reversed a:not(.button), .multi.light-text.dark > div.reversed a:hover,
  .multi.light-text.dark > div.reversed h3, .multi.light-text.dark > div.reversed h4, .multi.light-text.dark > div.reversed p, .multi.light-text.dark > div.reversed span, .multi.light-text.dark > div.reversed li {
    color: #031922; }
  .multi.light-text.dark > div.reversed .col .button {
    border-color: #031922;
    background-color: #031922; }
    .multi.light-text.dark > div.reversed .col .button:hover {
      border-color: #023e56;
      background-color: #023e56; }
  .multi.light-text.light .col .button {
    color: #f0f0f0; }
  .multi.light-text.light .row .button,
  .multi.light-text.light .row .button.secondary:hover {
    color: #f0f0f0; }
  .multi.light-text.light .button:hover {
    color: #f0f0f0; }
  .multi.light-text.light > div.reversed a:not(.button), .multi.light-text.light > div.reversed a:hover,
  .multi.light-text.light > div.reversed h3, .multi.light-text.light > div.reversed h4, .multi.light-text.light > div.reversed p, .multi.light-text.light > div.reversed span, .multi.light-text.light > div.reversed li {
    color: #f0f0f0; }
  .multi.light-text.light > div.reversed .col .button {
    border-color: #f0f0f0;
    background-color: #f0f0f0; }
    .multi.light-text.light > div.reversed .col .button:hover {
      border-color: white;
      background-color: white; }
  .multi.light-text.alert .col .button {
    color: #204478; }
  .multi.light-text.alert .row .button,
  .multi.light-text.alert .row .button.secondary:hover {
    color: #204478; }
  .multi.light-text.alert .button:hover {
    color: #204478; }
  .multi.light-text.alert > div.reversed a:not(.button), .multi.light-text.alert > div.reversed a:hover,
  .multi.light-text.alert > div.reversed h3, .multi.light-text.alert > div.reversed h4, .multi.light-text.alert > div.reversed p, .multi.light-text.alert > div.reversed span, .multi.light-text.alert > div.reversed li {
    color: #204478; }
  .multi.light-text.alert > div.reversed .col .button {
    border-color: #204478;
    background-color: #204478; }
    .multi.light-text.alert > div.reversed .col .button:hover {
      border-color: #1f59ac;
      background-color: #1f59ac; }
  .multi.light-text.darkest .col .button {
    color: #3f3f3f; }
  .multi.light-text.darkest .row .button,
  .multi.light-text.darkest .row .button.secondary:hover {
    color: #3f3f3f; }
  .multi.light-text.darkest .button:hover {
    color: #3f3f3f; }
  .multi.light-text.darkest > div.reversed a:not(.button), .multi.light-text.darkest > div.reversed a:hover,
  .multi.light-text.darkest > div.reversed h3, .multi.light-text.darkest > div.reversed h4, .multi.light-text.darkest > div.reversed p, .multi.light-text.darkest > div.reversed span, .multi.light-text.darkest > div.reversed li {
    color: #3f3f3f; }
  .multi.light-text.darkest > div.reversed .col .button {
    border-color: #3f3f3f;
    background-color: #3f3f3f; }
    .multi.light-text.darkest > div.reversed .col .button:hover {
      border-color: #634e4e;
      background-color: #634e4e; }
  .multi.light-text .col .button {
    color: #fff;
    border-color: #fff; }
    .multi.light-text .col .button:hover {
      border-color: #fff;
      opacity: 0.8; }
  .multi.light-text .row .button:hover {
    opacity: 0.8; }
  .multi.light-text .row .button.secondary:not(:hover) {
    color: #fff; }
  .multi.light-text .row .button.secondary:hover {
    border-color: #fff; }
  .multi.light-text h4, .multi.light-text .col p {
    color: #fff; }
  .multi.light-text div.reversed .col .button:hover {
    color: #fff; }
  .multi.light-text .col a .button {
    background-color: transparent; }
  .multi > div.reversed.light-text a, .multi > div.reversed.light-text a:after,
  .multi > div.reversed.light-text figure i:before,
  .multi > div.reversed.light-text p, .multi > div.reversed.light-text h3, .multi > div.reversed.light-text h4 {
    color: #fff; }
  .multi > div.reversed.light-text a:hover {
    text-decoration: none !important;
    opacity: 0.8;
    color: #fff; }
  .multi > div.reversed.light-text .col > span {
    padding-bottom: 30px; }
  .multi > div.reversed.light-text.center-content i {
    padding: 30px auto 0;
    text-align: center; }
  .multi > div.reversed.light-text .col .button {
    background-color: #fff;
    border-color: #fff; }
  .multi > div.reversed.light-text.primary .col .button {
    color: #00b5d1; }
  .multi > div.reversed.light-text.secondary .col .button {
    color: #deff25; }
  .multi > div.reversed.light-text.med .col .button {
    color: #0473ad; }
  .multi > div.reversed.light-text.dark .col .button {
    color: #031922; }
  .multi > div.reversed.light-text.light .col .button {
    color: #f0f0f0; }
  .multi > div.reversed.light-text.alert .col .button {
    color: #204478; }
  .multi > div.reversed.light-text.darkest .col .button {
    color: #3f3f3f; }
  .multi > div.center-content {
    text-align: center; }
    .multi > div.center-content i {
      padding: 30px auto 0;
      text-align: center; }
    .multi > div.center-content .col h2, .multi > div.center-content .col h3, .multi > div.center-content .col h4 {
      text-align: center;
      margin: 0 0 20px; }
    .multi > div.center-content .col p {
      text-align: center; }
  .multi div.row {
    margin-top: 40px; }
  .multi div.col .button,
  .multi div.row .button {
    color: #fff;
    margin-top: 18px; }
    .multi div.col .button:hover,
    .multi div.row .button:hover {
      color: #fff; }
    .multi div.col .button.secondary,
    .multi div.row .button.secondary {
      background-color: transparent; }
      .multi div.col .button.secondary:hover,
      .multi div.row .button.secondary:hover {
        color: #fff; }
  .multi aside ul li {
    text-align: left; }
  .multi div.primary h2, .multi div.primary h3 {
    color: #00b5d1; }
  .multi div.primary .button {
    background-color: #00b5d1; }
  .multi div.primary span {
    border-color: #00b5d1; }
  .multi div.primary figure:before {
    background-color: rgba(0, 181, 209, 0.4); }
  .multi div.primary a, .multi div.primary a:after,
  .multi div.primary figure i:before {
    color: #00b5d1; }
  .multi div.primary a:hover {
    color: #05deff; }
  .multi div.primary.border .col > span {
    border: 4px solid #00b5d1; }
  .multi div.primary.border figure + span {
    border-top-width: 0;
    border-top: none; }
  .multi div.primary.reversed .col {
    background-color: #00b5d1; }
  .multi div.primary .button {
    background-color: #00b5d1;
    border-color: #00b5d1; }
    .multi div.primary .button:hover {
      background-color: #05deff;
      border-color: #05deff; }
    .multi div.primary .button.secondary {
      border-color: #00b5d1;
      color: #00b5d1; }
      .multi div.primary .button.secondary:hover {
        background-color: #00b5d1; }
  .multi div.secondary h2, .multi div.secondary h3 {
    color: #deff25; }
  .multi div.secondary .button {
    background-color: #deff25; }
  .multi div.secondary span {
    border-color: #deff25; }
  .multi div.secondary figure:before {
    background-color: rgba(222, 255, 37, 0.4); }
  .multi div.secondary a, .multi div.secondary a:after,
  .multi div.secondary figure i:before {
    color: #deff25; }
  .multi div.secondary a:hover {
    color: #e6ff58; }
  .multi div.secondary.border .col > span {
    border: 4px solid #deff25; }
  .multi div.secondary.border figure + span {
    border-top-width: 0;
    border-top: none; }
  .multi div.secondary.reversed .col {
    background-color: #deff25; }
  .multi div.secondary .button {
    background-color: #deff25;
    border-color: #deff25; }
    .multi div.secondary .button:hover {
      background-color: #e6ff58;
      border-color: #e6ff58; }
    .multi div.secondary .button.secondary {
      border-color: #deff25;
      color: #deff25; }
      .multi div.secondary .button.secondary:hover {
        background-color: #deff25; }
  .multi div.med h2, .multi div.med h3 {
    color: #0473ad; }
  .multi div.med .button {
    background-color: #0473ad; }
  .multi div.med span {
    border-color: #0473ad; }
  .multi div.med figure:before {
    background-color: rgba(4, 115, 173, 0.4); }
  .multi div.med a, .multi div.med a:after,
  .multi div.med figure i:before {
    color: #0473ad; }
  .multi div.med a:hover {
    color: #0096e4; }
  .multi div.med.border .col > span {
    border: 4px solid #0473ad; }
  .multi div.med.border figure + span {
    border-top-width: 0;
    border-top: none; }
  .multi div.med.reversed .col {
    background-color: #0473ad; }
  .multi div.med .button {
    background-color: #0473ad;
    border-color: #0473ad; }
    .multi div.med .button:hover {
      background-color: #0594df;
      border-color: #0594df; }
    .multi div.med .button.secondary {
      border-color: #0473ad;
      color: #0473ad; }
      .multi div.med .button.secondary:hover {
        background-color: #0473ad; }
  .multi div.dark h2, .multi div.dark h3 {
    color: #031922; }
  .multi div.dark .button {
    background-color: #031922; }
  .multi div.dark span {
    border-color: #031922; }
  .multi div.dark figure:before {
    background-color: rgba(3, 25, 34, 0.4); }
  .multi div.dark a, .multi div.dark a:after,
  .multi div.dark figure i:before {
    color: #031922; }
  .multi div.dark a:hover {
    color: #023e56; }
  .multi div.dark.border .col > span {
    border: 4px solid #031922; }
  .multi div.dark.border figure + span {
    border-top-width: 0;
    border-top: none; }
  .multi div.dark.reversed .col {
    background-color: #031922; }
  .multi div.dark .button {
    background-color: #031922;
    border-color: #031922; }
    .multi div.dark .button:hover {
      background-color: #073b51;
      border-color: #073b51; }
    .multi div.dark .button.secondary {
      border-color: #031922;
      color: #031922; }
      .multi div.dark .button.secondary:hover {
        background-color: #031922; }
  .multi div.light h2, .multi div.light h3 {
    color: #f0f0f0; }
  .multi div.light .button {
    background-color: #f0f0f0; }
  .multi div.light span {
    border-color: #f0f0f0; }
  .multi div.light figure:before {
    background-color: rgba(240, 240, 240, 0.4); }
  .multi div.light a, .multi div.light a:after,
  .multi div.light figure i:before {
    color: #f0f0f0; }
  .multi div.light a:hover {
    color: white; }
  .multi div.light.border .col > span {
    border: 4px solid #f0f0f0; }
  .multi div.light.border figure + span {
    border-top-width: 0;
    border-top: none; }
  .multi div.light.reversed .col {
    background-color: #f0f0f0; }
  .multi div.light .button {
    background-color: #f0f0f0;
    border-color: #f0f0f0; }
    .multi div.light .button:hover {
      background-color: white;
      border-color: white; }
    .multi div.light .button.secondary {
      border-color: #f0f0f0;
      color: #f0f0f0; }
      .multi div.light .button.secondary:hover {
        background-color: #f0f0f0; }
  .multi div.alert h2, .multi div.alert h3 {
    color: #204478; }
  .multi div.alert .button {
    background-color: #204478; }
  .multi div.alert span {
    border-color: #204478; }
  .multi div.alert figure:before {
    background-color: rgba(32, 68, 120, 0.4); }
  .multi div.alert a, .multi div.alert a:after,
  .multi div.alert figure i:before {
    color: #204478; }
  .multi div.alert a:hover {
    color: #1f59ac; }
  .multi div.alert.border .col > span {
    border: 4px solid #204478; }
  .multi div.alert.border figure + span {
    border-top-width: 0;
    border-top: none; }
  .multi div.alert.reversed .col {
    background-color: #204478; }
  .multi div.alert .button {
    background-color: #204478;
    border-color: #204478; }
    .multi div.alert .button:hover {
      background-color: #1f59ac;
      border-color: #1f59ac; }
    .multi div.alert .button.secondary {
      border-color: #204478;
      color: #204478; }
      .multi div.alert .button.secondary:hover {
        background-color: #204478; }
  .multi div.darkest h2, .multi div.darkest h3 {
    color: #3f3f3f; }
  .multi div.darkest .button {
    background-color: #3f3f3f; }
  .multi div.darkest span {
    border-color: #3f3f3f; }
  .multi div.darkest figure:before {
    background-color: rgba(63, 63, 63, 0.4); }
  .multi div.darkest a, .multi div.darkest a:after,
  .multi div.darkest figure i:before {
    color: #3f3f3f; }
  .multi div.darkest a:hover {
    color: #634e4e; }
  .multi div.darkest.border .col > span {
    border: 4px solid #3f3f3f; }
  .multi div.darkest.border figure + span {
    border-top-width: 0;
    border-top: none; }
  .multi div.darkest.reversed .col {
    background-color: #3f3f3f; }
  .multi div.darkest .button {
    background-color: #3f3f3f;
    border-color: #3f3f3f; }
    .multi div.darkest .button:hover {
      background-color: #634e4e;
      border-color: #634e4e; }
    .multi div.darkest .button.secondary {
      border-color: #3f3f3f;
      color: #3f3f3f; }
      .multi div.darkest .button.secondary:hover {
        background-color: #3f3f3f; }
  .multi[data-count="2"] .col:nth-of-type(n) {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%; }
  .multi[data-count="2"] .col:last-child {
    float: right;
    margin-right: 0; }
  .multi[data-count="2"] .col:nth-of-type(2n+2) {
    float: right;
    margin-right: 0; }
  .multi[data-count="2"] .col:nth-child(n+3) {
    margin-top: 30px; }
  .multi[data-count="2"] .col a .button {
    top: 0; }
  .multi[data-count="3"] .col:nth-of-type(n) {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%; }
  .multi[data-count="3"] .col:last-child {
    float: right;
    margin-right: 0; }
  .multi[data-count="3"] .col:nth-of-type(3n+3) {
    float: right;
    margin-right: 0; }
  .multi[data-count="3"] .col:nth-child(n+4) {
    margin-top: 30px; }
  .multi[data-count="3"] .col a .button {
    top: 5px; }
  .multi[data-count="4"] .col:nth-of-type(n) {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%; }
  .multi[data-count="4"] .col:last-child {
    float: right;
    margin-right: 0; }
  .multi[data-count="4"] .col:nth-of-type(4n+4) {
    float: right;
    margin-right: 0; }
  .multi[data-count="4"] .col:nth-child(n+5) {
    margin-top: 30px; }
  .multi[data-count="1"] .col {
    width: 100%; }
    .multi[data-count="1"] .col > span {
      max-width: 600px;
      margin: 0 auto 20px; }
  @media (max-width: 992px) {
    .multi[data-count="4"] .col:nth-of-type(n) {
      width: 49.15254%;
      float: left;
      margin-right: 1.69492%; }
    .multi[data-count="4"] .col:nth-of-type(2n+2) {
      float: right;
      margin-right: 0; }
    .multi[data-count="4"] .col:nth-of-type(n+3) {
      margin-top: 25px; } }
  @media (max-width: 768px) {
    .multi[data-count] .col:nth-of-type(n) {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
    .multi .col img {
      width: 100%; }
    .multi .col:not(:first-of-type) {
      margin-top: 25px; } }

/* faq section ===============================================================  */
.faq h2 {
  text-align: center; }

.faq h3, .faq h4, .faq h5, .faq h6 {
  text-transform: none; }

.faq dl {
  width: 100%;
  max-width: 960px;
  margin: 0 auto; }

.faq dd {
  display: none;
  padding: 30px 40px; }
  @media (max-width: 768px) {
    .faq dd {
      padding: 25px; } }

.faq dt a {
  color: #031922;
  display: block;
  font-weight: bold;
  padding: 18px 22px;
  position: relative;
  text-decoration: none; }
  .faq dt a:hover {
    color: #fff;
    background-color: #00b5d1; }
    .faq dt a:hover:after {
      color: #fff !important; }
  .faq dt a:after {
    position: absolute;
    top: 20px;
    right: 15px;
    display: inline-block;
    margin-right: 12px;
    font-family: "Font Awesome 5 Pro";
    content: '\f067';
    color: #0473ad; }
  .faq dt a.open {
    color: #00b5d1; }
    .faq dt a.open:after {
      content: '\f068';
      color: #deff25; }
    .faq dt a.open:hover:after, .faq dt a.open:hover {
      color: #fff; }
  @media (max-width: 768px) {
    .faq dt a {
      font-weight: normal;
      padding: 18px 50px 18px 15px;
      line-height: 1; }
      .faq dt a a:after {
        top: 12px; } }

.faq > div.border dt a:not(.open) {
  border-bottom: none !important; }

.faq > div.border dt a:hover:after {
  color: #fff; }

.faq > div.border dd {
  border-top: none !important; }

.faq > div.reversed dt a:after {
  color: #fff !important; }

.faq > div.reversed dt:first-child a {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.faq > div.reversed dd {
  border-top: 0;
  -webkit-box-shadow: inset 0 5px 2px rgba(4, 115, 173, 0.5);
  box-shadow: inset 0 5px 2px rgba(4, 115, 173, 0.5); }

.faq > div.primary h2 {
  color: #00b5d1; }

.faq > div.primary dt a {
  color: #00b5d1; }
  .faq > div.primary dt a:after {
    color: #00b5d1; }
  .faq > div.primary dt a:hover {
    background-color: #00b5d1;
    color: #fff; }

.faq > div.primary dd {
  background-color: rgba(0, 181, 209, 0.05);
  border-top: 2px solid #00b5d1; }
  .faq > div.primary dd h3, .faq > div.primary dd h4, .faq > div.primary dd h5, .faq > div.primary dd h6 {
    color: #00b5d1; }

.faq > div.primary.border dt a {
  border: 4px solid #00b5d1; }

.faq > div.primary.border dt:nth-last-child(2) a {
  border-bottom: 4px solid #00b5d1 !important; }

.faq > div.primary.reversed dt a {
  background-color: #00b5d1;
  color: white;
  -webkit-box-shadow: inset 0 5px 2px rgba(0, 115, 133, 0.5);
  box-shadow: inset 0 5px 2px rgba(0, 115, 133, 0.5); }
  .faq > div.primary.reversed dt a:hover {
    background-color: #05deff; }

.faq > div.secondary h2 {
  color: #deff25; }

.faq > div.secondary dt a {
  color: #deff25; }
  .faq > div.secondary dt a:after {
    color: #deff25; }
  .faq > div.secondary dt a:hover {
    background-color: #deff25;
    color: #fff; }

.faq > div.secondary dd {
  background-color: rgba(222, 255, 37, 0.05);
  border-top: 2px solid #deff25; }
  .faq > div.secondary dd h3, .faq > div.secondary dd h4, .faq > div.secondary dd h5, .faq > div.secondary dd h6 {
    color: #deff25; }

.faq > div.secondary.border dt a {
  border: 4px solid #deff25; }

.faq > div.secondary.border dt:nth-last-child(2) a {
  border-bottom: 4px solid #deff25 !important; }

.faq > div.secondary.reversed dt a {
  background-color: #deff25;
  color: white;
  -webkit-box-shadow: inset 0 5px 2px rgba(183, 216, 0, 0.5);
  box-shadow: inset 0 5px 2px rgba(183, 216, 0, 0.5); }
  .faq > div.secondary.reversed dt a:hover {
    background-color: #e6ff58; }

.faq > div.med h2 {
  color: #0473ad; }

.faq > div.med dt a {
  color: #0473ad; }
  .faq > div.med dt a:after {
    color: #0473ad; }
  .faq > div.med dt a:hover {
    background-color: #0473ad;
    color: #fff; }

.faq > div.med dd {
  background-color: rgba(4, 115, 173, 0.05);
  border-top: 2px solid #0473ad; }
  .faq > div.med dd h3, .faq > div.med dd h4, .faq > div.med dd h5, .faq > div.med dd h6 {
    color: #0473ad; }

.faq > div.med.border dt a {
  border: 4px solid #0473ad; }

.faq > div.med.border dt:nth-last-child(2) a {
  border-bottom: 4px solid #0473ad !important; }

.faq > div.med.reversed dt a {
  background-color: #0473ad;
  color: white;
  -webkit-box-shadow: inset 0 5px 2px rgba(2, 65, 98, 0.5);
  box-shadow: inset 0 5px 2px rgba(2, 65, 98, 0.5); }
  .faq > div.med.reversed dt a:hover {
    background-color: #0096e4; }

.faq > div.dark h2 {
  color: #031922; }

.faq > div.dark dt a {
  color: #031922; }
  .faq > div.dark dt a:after {
    color: #031922; }
  .faq > div.dark dt a:hover {
    background-color: #031922;
    color: #fff; }

.faq > div.dark dd {
  background-color: rgba(3, 25, 34, 0.05);
  border-top: 2px solid #031922; }
  .faq > div.dark dd h3, .faq > div.dark dd h4, .faq > div.dark dd h5, .faq > div.dark dd h6 {
    color: #031922; }

.faq > div.dark.border dt a {
  border: 4px solid #031922; }

.faq > div.dark.border dt:nth-last-child(2) a {
  border-bottom: 4px solid #031922 !important; }

.faq > div.dark.reversed dt a {
  background-color: #031922;
  color: white;
  -webkit-box-shadow: inset 0 5px 2px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 5px 2px rgba(0, 0, 0, 0.5); }
  .faq > div.dark.reversed dt a:hover {
    background-color: #023e56;
    background-color: #0473ad; }

.faq > div.light h2 {
  color: #f0f0f0; }

.faq > div.light dt a {
  color: #f0f0f0; }
  .faq > div.light dt a:after {
    color: #f0f0f0; }
  .faq > div.light dt a:hover {
    background-color: #f0f0f0;
    color: #fff; }

.faq > div.light dd {
  background-color: rgba(240, 240, 240, 0.05);
  border-top: 2px solid #f0f0f0; }
  .faq > div.light dd h3, .faq > div.light dd h4, .faq > div.light dd h5, .faq > div.light dd h6 {
    color: #f0f0f0; }

.faq > div.light.border dt a {
  border: 4px solid #f0f0f0; }

.faq > div.light.border dt:nth-last-child(2) a {
  border-bottom: 4px solid #f0f0f0 !important; }

.faq > div.light.reversed dt a {
  background-color: #f0f0f0;
  color: white;
  -webkit-box-shadow: inset 0 5px 2px rgba(202, 202, 202, 0.5);
  box-shadow: inset 0 5px 2px rgba(202, 202, 202, 0.5); }
  .faq > div.light.reversed dt a:hover {
    background-color: white; }

.faq > div.alert h2 {
  color: #204478; }

.faq > div.alert dt a {
  color: #204478; }
  .faq > div.alert dt a:after {
    color: #204478; }
  .faq > div.alert dt a:hover {
    background-color: #204478;
    color: #fff; }

.faq > div.alert dd {
  background-color: rgba(32, 68, 120, 0.05);
  border-top: 2px solid #204478; }
  .faq > div.alert dd h3, .faq > div.alert dd h4, .faq > div.alert dd h5, .faq > div.alert dd h6 {
    color: #204478; }

.faq > div.alert.border dt a {
  border: 4px solid #204478; }

.faq > div.alert.border dt:nth-last-child(2) a {
  border-bottom: 4px solid #204478 !important; }

.faq > div.alert.reversed dt a {
  background-color: #204478;
  color: white;
  -webkit-box-shadow: inset 0 5px 2px rgba(16, 34, 60, 0.5);
  box-shadow: inset 0 5px 2px rgba(16, 34, 60, 0.5); }
  .faq > div.alert.reversed dt a:hover {
    background-color: #1f59ac; }

.faq > div.darkest h2 {
  color: #3f3f3f; }

.faq > div.darkest dt a {
  color: #3f3f3f; }
  .faq > div.darkest dt a:after {
    color: #3f3f3f; }
  .faq > div.darkest dt a:hover {
    background-color: #3f3f3f;
    color: #fff; }

.faq > div.darkest dd {
  background-color: rgba(63, 63, 63, 0.05);
  border-top: 2px solid #3f3f3f; }
  .faq > div.darkest dd h3, .faq > div.darkest dd h4, .faq > div.darkest dd h5, .faq > div.darkest dd h6 {
    color: #3f3f3f; }

.faq > div.darkest.border dt a {
  border: 4px solid #3f3f3f; }

.faq > div.darkest.border dt:nth-last-child(2) a {
  border-bottom: 4px solid #3f3f3f !important; }

.faq > div.darkest.reversed dt a {
  background-color: #3f3f3f;
  color: white;
  -webkit-box-shadow: inset 0 5px 2px rgba(25, 25, 25, 0.5);
  box-shadow: inset 0 5px 2px rgba(25, 25, 25, 0.5); }
  .faq > div.darkest.reversed dt a:hover {
    background-color: #634e4e; }

/* cta section ===============================================================  */
section.cta > div {
  max-width: 960px; }
  section.cta > div.border, section.cta > div.reversed {
    padding: 40px 50px;
    border: 4px solid #00b5d1; }
  section.cta > div.primary {
    border-color: #00b5d1; }
    section.cta > div.primary h2 {
      color: #00b5d1; }
    section.cta > div.primary .button {
      background-color: #00b5d1;
      border-color: #00b5d1; }
      section.cta > div.primary .button:hover {
        background-color: #00cbeb;
        border-color: #00cbeb; }
      section.cta > div.primary .button.secondary {
        background-color: transparent;
        color: #00b5d1; }
        section.cta > div.primary .button.secondary:hover {
          background-color: #00b5d1;
          border-color: #00b5d1;
          color: #fff; }
  section.cta > div.secondary {
    border-color: #deff25; }
    section.cta > div.secondary h2 {
      color: #deff25; }
    section.cta > div.secondary .button {
      background-color: #deff25;
      border-color: #deff25; }
      section.cta > div.secondary .button:hover {
        background-color: #e2ff3f;
        border-color: #e2ff3f; }
      section.cta > div.secondary .button.secondary {
        background-color: transparent;
        color: #deff25; }
        section.cta > div.secondary .button.secondary:hover {
          background-color: #deff25;
          border-color: #deff25;
          color: #fff; }
  section.cta > div.med {
    border-color: #0473ad; }
    section.cta > div.med h2 {
      color: #0473ad; }
    section.cta > div.med .button {
      background-color: #0473ad;
      border-color: #0473ad; }
      section.cta > div.med .button:hover {
        background-color: #0584c6;
        border-color: #0584c6; }
      section.cta > div.med .button.secondary {
        background-color: transparent;
        color: #0473ad; }
        section.cta > div.med .button.secondary:hover {
          background-color: #0473ad;
          border-color: #0473ad;
          color: #fff; }
  section.cta > div.dark {
    border-color: #031922; }
    section.cta > div.dark h2 {
      color: #031922; }
    section.cta > div.dark .button {
      background-color: #031922;
      border-color: #031922; }
      section.cta > div.dark .button:hover {
        background-color: #052a39;
        border-color: #052a39; }
      section.cta > div.dark .button.secondary {
        background-color: transparent;
        color: #031922; }
        section.cta > div.dark .button.secondary:hover {
          background-color: #031922;
          border-color: #031922;
          color: #fff; }
  section.cta > div.light {
    border-color: #f0f0f0; }
    section.cta > div.light h2 {
      color: #f0f0f0; }
    section.cta > div.light .button {
      background-color: #f0f0f0;
      border-color: #f0f0f0; }
      section.cta > div.light .button:hover {
        background-color: #fdfdfd;
        border-color: #fdfdfd; }
      section.cta > div.light .button.secondary {
        background-color: transparent;
        color: #f0f0f0; }
        section.cta > div.light .button.secondary:hover {
          background-color: #f0f0f0;
          border-color: #f0f0f0;
          color: #fff; }
  section.cta > div.alert {
    border-color: #204478; }
    section.cta > div.alert h2 {
      color: #204478; }
    section.cta > div.alert .button {
      background-color: #204478;
      border-color: #204478; }
      section.cta > div.alert .button:hover {
        background-color: #254f8c;
        border-color: #254f8c; }
      section.cta > div.alert .button.secondary {
        background-color: transparent;
        color: #204478; }
        section.cta > div.alert .button.secondary:hover {
          background-color: #204478;
          border-color: #204478;
          color: #fff; }
  section.cta > div.darkest {
    border-color: #3f3f3f; }
    section.cta > div.darkest h2 {
      color: #3f3f3f; }
    section.cta > div.darkest .button {
      background-color: #3f3f3f;
      border-color: #3f3f3f; }
      section.cta > div.darkest .button:hover {
        background-color: #4c4c4c;
        border-color: #4c4c4c; }
      section.cta > div.darkest .button.secondary {
        background-color: transparent;
        color: #3f3f3f; }
        section.cta > div.darkest .button.secondary:hover {
          background-color: #3f3f3f;
          border-color: #3f3f3f;
          color: #fff; }
  section.cta > div.reversed {
    border: none; }
    section.cta > div.reversed.primary {
      background-color: #00b5d1; }
      section.cta > div.reversed.primary .button {
        color: #00b5d1; }
      section.cta > div.reversed.primary.light-text .button:hover {
        color: #fff;
        background-color: #0fdfff;
        border-color: #0fdfff; }
      section.cta > div.reversed.primary.light-text .button.secondary {
        border-color: #fff;
        background-color: transparent;
        color: #fff; }
        section.cta > div.reversed.primary.light-text .button.secondary:hover {
          color: #fff;
          background-color: #0fdfff;
          border-color: #0fdfff; }
    section.cta > div.reversed.secondary {
      background-color: #deff25; }
      section.cta > div.reversed.secondary .button {
        color: #deff25; }
      section.cta > div.reversed.secondary.light-text .button:hover {
        color: #fff;
        background-color: #e7ff62;
        border-color: #e7ff62; }
      section.cta > div.reversed.secondary.light-text .button.secondary {
        border-color: #fff;
        background-color: transparent;
        color: #fff; }
        section.cta > div.reversed.secondary.light-text .button.secondary:hover {
          color: #fff;
          background-color: #e7ff62;
          border-color: #e7ff62; }
    section.cta > div.reversed.med {
      background-color: #0473ad; }
      section.cta > div.reversed.med .button {
        color: #0473ad; }
      section.cta > div.reversed.med.light-text .button:hover {
        color: #fff;
        background-color: #059be9;
        border-color: #059be9; }
      section.cta > div.reversed.med.light-text .button.secondary {
        border-color: #fff;
        background-color: transparent;
        color: #fff; }
        section.cta > div.reversed.med.light-text .button.secondary:hover {
          color: #fff;
          background-color: #059be9;
          border-color: #059be9; }
    section.cta > div.reversed.dark {
      background-color: #031922; }
      section.cta > div.reversed.dark .button {
        color: #031922; }
      section.cta > div.reversed.dark.light-text .button:hover {
        color: #fff;
        background-color: #08425a;
        border-color: #08425a; }
      section.cta > div.reversed.dark.light-text .button.secondary {
        border-color: #fff;
        background-color: transparent;
        color: #fff; }
        section.cta > div.reversed.dark.light-text .button.secondary:hover {
          color: #fff;
          background-color: #08425a;
          border-color: #08425a; }
    section.cta > div.reversed.light {
      background-color: #f0f0f0; }
      section.cta > div.reversed.light .button {
        color: #f0f0f0; }
      section.cta > div.reversed.light.light-text .button:hover {
        color: #fff;
        background-color: white;
        border-color: white; }
      section.cta > div.reversed.light.light-text .button.secondary {
        border-color: #fff;
        background-color: transparent;
        color: #fff; }
        section.cta > div.reversed.light.light-text .button.secondary:hover {
          color: #fff;
          background-color: white;
          border-color: white; }
    section.cta > div.reversed.alert {
      background-color: #204478; }
      section.cta > div.reversed.alert .button {
        color: #204478; }
      section.cta > div.reversed.alert.light-text .button:hover {
        color: #fff;
        background-color: #2d5fa8;
        border-color: #2d5fa8; }
      section.cta > div.reversed.alert.light-text .button.secondary {
        border-color: #fff;
        background-color: transparent;
        color: #fff; }
        section.cta > div.reversed.alert.light-text .button.secondary:hover {
          color: #fff;
          background-color: #2d5fa8;
          border-color: #2d5fa8; }
    section.cta > div.reversed.darkest {
      background-color: #3f3f3f; }
      section.cta > div.reversed.darkest .button {
        color: #3f3f3f; }
      section.cta > div.reversed.darkest.light-text .button:hover {
        color: #fff;
        background-color: #5e5e5e;
        border-color: #5e5e5e; }
      section.cta > div.reversed.darkest.light-text .button.secondary {
        border-color: #fff;
        background-color: transparent;
        color: #fff; }
        section.cta > div.reversed.darkest.light-text .button.secondary:hover {
          color: #fff;
          background-color: #5e5e5e;
          border-color: #5e5e5e; }
    section.cta > div.reversed h2 {
      color: #031922; }
    section.cta > div.reversed .button {
      background-color: #031922;
      border-color: #031922; }
      section.cta > div.reversed .button:hover {
        color: #031922;
        border-color: #031922; }
      section.cta > div.reversed .button.secondary {
        color: #031922; }
        section.cta > div.reversed .button.secondary:hover {
          color: #fff;
          background-color: #031922;
          border-color: #031922; }
    section.cta > div.reversed.light-text h2 {
      color: #fff; }
    section.cta > div.reversed.light-text .button {
      background-color: #fff;
      border-color: #fff; }

section.cta .button {
  width: 100%; }
  section.cta .button + .button {
    margin: 15px 0 0; }

section.cta.inline > div {
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  align-content: center;
  -webkit-box-align: center;
  align-items: center; }
  section.cta.inline > div > div {
    width: 70%;
    padding-right: 20px; }
  section.cta.inline > div > aside {
    width: 30%;
    text-align: right; }

@media (max-width: 992px) {
  section.cta > div.border, section.cta > div.reversed {
    margin-left: 15px;
    margin-right: 15px; } }

@media (max-width: 768px) {
  section.cta.inline > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    section.cta.inline > div > div,
    section.cta.inline > div > aside {
      width: 100%; }
    section.cta.inline > div aside {
      text-align: left; }
  section.cta > div.border,
  section.cta > div.reversed {
    padding: 30px; }
  section.cta .button:first-of-type {
    margin-top: 28px; } }

/* logo showcase section ===============================================================  */
.showcase ul {
  margin: 0 !important;
  list-style-type: none;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-content: center;
  -webkit-box-align: center;
  align-items: center; }
  .showcase ul li {
    display: block;
    padding: 8px; }
  .showcase ul li img {
    display: block;
    margin: 0 auto; }

@media (max-width: 992px) {
  .showcase {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .showcase li {
      max-width: 25%; } }

@media (max-width: 768px) {
  .showcase li {
    max-width: 25%; } }

.videoWrapper {
  position: relative;
  padding-bottom: 51.5% !important;
  padding-top: 25px !important;
  height: 0;
  width: 100%; }
  .videoWrapper iframe {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media (max-width: 768px) {
  .multi > div,
  .split .half,
  .split .video {
    padding: 15px;
    margin: 0; } }

/*
  ,,                               ,,                  
`7MM                             `7MM                  
  MM                               MM                  
  MMpMMMb.  .gP"Ya   ,6"Yb.   ,M""bMM  .gP"Ya `7Mb,od8 
  MM    MM ,M'   Yb 8)   MM ,AP    MM ,M'   Yb  MM' "' 
  MM    MM 8M""""""  ,pm9MM 8MI    MM 8M""""""  MM     
  MM    MM YM.    , 8M   MM `Mb    MM YM.    ,  MM     
.JMML  JMML.`Mbmmd' `Moo9^Yo.`Wbmd"MML.`Mbmmd'.JMML.   

*/
header {
  background-color: rgba(3, 25, 34, 0.5);
  width: 100%;
  padding: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 1000; }
  header.fixed {
    position: fixed;
    z-index: 100;
    top: 0; }
  header > div {
    display: -webkit-flex;
    display: -ms-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative; }
  header a, header nav {
    position: relative;
    z-index: 15; }
  header .logo {
    padding: 15px 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    header .logo img {
      display: block;
      height: 105px;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
      header .logo img:hover {
        -webkit-filter: contrast(105%) brightness(110%);
        filter: contrast(105%) brightness(110%); }
  @media (max-width: 768px) {
    header:before, header:after {
      display: block;
      width: 100%;
      clear: both;
      content: ''; }
    header:before {
      display: none !important; }
    header .logo {
      height: 18vw;
      padding: 8px 0; }
      header .logo img {
        max-height: 100%;
        max-width: 100%;
        height: auto; } }


/* .logged-in header.fixed {
top: 32px !important; }  ADMIN BAR TURNED OFF IN FUNCTIONS */
  .logged-in header.fixed.no-adminbar {
    top: 0 !important; }

/*
                             ,,                                                
                             db                                                
                                                                               
`7MMpMMMb.pMMMb.   ,6"Yb.  `7MM  `7MMpMMMb.      `7MMpMMMb.   ,6"Yb.`7M'   `MF'
  MM    MM    MM  8)   MM    MM    MM    MM        MM    MM  8)   MM  VA   ,V  
  MM    MM    MM   ,pm9MM    MM    MM    MM        MM    MM   ,pm9MM   VA ,V   
  MM    MM    MM  8M   MM    MM    MM    MM        MM    MM  8M   MM    VVV    
.JMML  JMML  JMML.`Moo9^Yo..JMML..JMML  JMML.    .JMML  JMML.`Moo9^Yo.   W     
*/
nav.main {
  display: block;
  margin: 0;
  clear: right;
  position: relative;
  z-index: 30;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  height: 115px;
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  align-content: center;
  -webkit-box-align: center;
  align-items: center; }
  nav.main:before, nav.main:after {
    display: block;
    width: 100%;
    clear: both;
    content: ''; }
  nav.main ul {
    display: -webkit-flex;
    display: -ms-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    align-content: center;
    -webkit-box-align: center;
    align-items: center; }
  nav.main > ul > li:hover > a {
    color: #e7ff62; }
    nav.main > ul > li:hover > a:after {
      color: #e7ff62; }
  nav.main ul li {
    text-align: center;
    position: relative;
    display: block;
    float: left;
    line-height: 1; }
    nav.main ul li a {
      color: #fff;
      font-family: "Museo Sans", sans-serif;
      font-size: 16px;
      font-size: clamp(10px, 1.4vw, 16px);
      padding: 50px 16px;
      padding-left: clamp(10px, 0.75vw, 16px);
      padding-right: clamp(10px, 0.75vw, 16px);
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: 1px;
      display: block;
      text-align: center;
      background-color: transparent;
      position: relative;
      top: 0;
      overflow: hidden;
      -webkit-transition: 0.2s all;
      -o-transition: 0.2s all;
      transition: 0.2s all; }
      nav.main ul li a:hover, nav.main ul li a:hover:after {
        color: #e7ff62;
        text-decoration: none; }
    nav.main ul li.cta {
      margin-left: 16px; }
      nav.main ul li.cta a {
        color: #fff;
        background-color: #00b5d1;
        border: 4px solid #00b5d1;
        border-radius: 2px;
        padding: 8px 30px; }
        nav.main ul li.cta a:hover, nav.main ul li.cta a:focus {
          background-color: #05deff;
          border-color: #05deff; }
  nav.main .dropdown-toggle.hover {
    color: #e7ff62; }
    nav.main .dropdown-toggle.hover:after {
      color: #e7ff62; }
  nav.main li.dd-toggle a,
  nav.main .dropdown-toggle {
    padding-right: 30px; }
    nav.main li.dd-toggle a:after,
    nav.main .dropdown-toggle:after {
      display: inline-block;
      margin-right: 12px;
      font-family: "Font Awesome 5 Pro";
      color: #fff;
      content: "";
      display: inline-block;
      font-size: 10px;
      position: absolute;
      right: 4px;
      top: 45%;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
  nav.main .current_page_item a:after {
    color: #deff25; }
 /* 
  nav.main .current_page_item a, nav.main .current_page_item a:hover {
    color: #deff25;
    background: transparent;
    cursor: default; }
	*/
  nav.main .current_page_item li, nav.main .current_page_item li a {
    cursor: pointer !important; }
  nav.main .dropdown-menu {
    background-color: #031922;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 1000;
    top: 92px;
    left: 0;
    right: auto;
    padding-bottom: 15px;
    display: none; }
    nav.main .dropdown-menu li {
      border: none;
      display: block;
      padding: 0;
      margin: 0;
      width: 100%; }
      nav.main .dropdown-menu li a.dropdown-toggle:after {
        color: #fff;
        display: inline-block;
        position: absolute;
        right: 10px;
        top: 12px;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg); }
      nav.main .dropdown-menu li a.dropdown-toggle:hover:after,
      nav.main .dropdown-menu li a.dropdown-toggle.hover:after {
        color: #e7ff62; }
      nav.main .dropdown-menu li ul.dropdown-menu {
        left: 100%;
        top: -15px;
        padding-top: 15px; }
    nav.main .dropdown-menu a {
      color: #fff;
      padding: 8px 35px 8px 22px;
      margin: 0;
      display: block;
      position: relative;
      font-weight: bold;
      white-space: nowrap;
      font-size: 16px;
      border-top: none;
      text-align: left; }
      nav.main .dropdown-menu a:hover {
        color: #e7ff62;
        background-color: rgba(0, 181, 209, 0.1); }
  @media (max-width: 992px) {
    nav.main {
      display: none; }
      nav.main li.home {
        display: none; } }

body {
  font-family: "Museo Sans", sans-serif;
  color: #031922;
  background: #d8dccf;
  position: relative;
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Museo Sans", sans-serif;
  color: #00b5d1;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase; }

h1 {
  font-weight: 800;
  margin: 40px 0;
  font-size: 68px; }
  h1 em {
    font-style: normal; }
  h1:first-of-type {
    margin-top: 0; }
  @media (max-width: 1196px) {
    h1 {
      font-size: 40px; } }
  @media (max-width: 768px) {
    h1 {
      font-size: 38px; } }
  @media (max-width: 500px) {
    h1 {
      font-size: 32px; } }

h2 {
  font-size: 44px;
  color: #031922;
  margin-bottom: 74px; }
  h2:first-of-type {
    margin-top: 0; }
  @media (max-width: 768px) {
    h2 {
      font-size: 30px; } }
  @media (max-width: 500px) {
    h2 {
      font-size: 28px; } }

h3 {
  font-size: 28px;
  color: #031922; }
  @media (max-width: 500px) {
    h3 {
      font-size: 22px; } }

h4, h5 {
  font-size: 20px; }

.line {
  position: relative; }
  .line span {
    position: relative; }
    .line span:after {
      display: block;
      content: '';
      width: 150px;
      height: 2px;
      background-color: #00b5d1;
      position: absolute;
      top: 50%;
      left: calc(100% + 30px); }
  .line.green span:after {
    background-color: #deff25; }

/* selection */
::-moz-selection {
  background: #00b5d1;
  color: #fff;
  /* WebKit/Blink Browsers */ }
::selection {
  background: #00b5d1;
  color: #fff;
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  background: #00b5d1;
  color: #fff;
  /* Gecko Browsers */ }

::-webkit-scrollbar {
  width: 0.65em;
  height: 0.65em; }

::-webkit-scrollbar-thumb {
  background: #0473ad; }

::-webkit-scrollbar-track {
  background: #031922; }

body {
  scrollbar-face-color: #0473ad;
  scrollbar-track-color: #031922; }

.row.multi ul,
ul.checklist {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px; }
  .row.multi ul li,
  ul.checklist li {
    position: relative;
    padding: 0 10px 0 30px;
    line-height: 1.25;
    margin-bottom: 10px; }
    .row.multi ul li:before,
    ul.checklist li:before {
      display: inline-block;
      margin-right: 12px;
      font-family: "Font Awesome 5 Pro";
      position: absolute;
      content: "";
      color: #00b5d1;
      font-size: 16px;
      left: 8px;
      top: 1px; }

header > div,
footer > div,
main > section > div {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px; }
  header > div:before, header > div:after,
  footer > div:before,
  footer > div:after,
  main > section > div:before,
  main > section > div:after {
    display: block;
    width: 100%;
    clear: both;
    content: ''; }
  header > div > h1:first-of-type,
  header > div > h2:first-of-type,
  header > div > h3:first-of-type,
  footer > div > h1:first-of-type,
  footer > div > h2:first-of-type,
  footer > div > h3:first-of-type,
  main > section > div > h1:first-of-type,
  main > section > div > h2:first-of-type,
  main > section > div > h3:first-of-type {
    margin-top: 0; }

html.no-adminbar {
  margin-top: 0 !important; }

.scrolled header.fixed {
  background: transparent url("../images/header-scrolled.jpg") 0 0 no-repeat;
  background-size: cover; }
  .scrolled header.fixed .logo {
    padding: 6px 0; }
    .scrolled header.fixed .logo img {
      height: 50px; }
  .scrolled header.fixed .mmenu-trigger {
    opacity: 1; }
  .scrolled header.fixed nav.main {
    height: 0;
    max-height: 0;
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    overflow: hidden; }
    .scrolled header.fixed nav.main ul li a {
      padding-top: 0;
      padding-bottom: 0; }
    .scrolled header.fixed nav.main li.dd-toggle:after,
    .scrolled header.fixed nav.main .dropdown-toggle:after {
      top: 11px; }
    .scrolled header.fixed nav.main .dropdown-menu {
      top: 40px; }
    .scrolled header.fixed nav.main ul.dropdown-menu ul.dropdown-menu {
      top: -15px; }
  .scrolled header.fixed div.dd {
    top: 46px; }
    .scrolled header.fixed div.dd ul {
      padding-top: 15px; }

/* easy sticky footer : 100vh - header and footer; */
@media (min-width: 767px) {
  main {
    min-height: 100vh;
    min-height: calc(100vh - 781px); }
  header.fixed + main {
    min-height: 100vh;
    min-height: calc(100vh - 624px); } }

nav.main ul,
footer ul,
header .social ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

body.home.animations-active nav.main > ul > li > a,
body.home.animations-active .logo,
body.home.animations-active .banner h1 em,
body.home.animations-active div.title-wrapper,
body.home.animations-active .banner .button {
  opacity: 0; }

/*
                             ,,              
                             db              
                                             
`7MMpMMMb.pMMMb.   ,6"Yb.  `7MM  `7MMpMMMb.  
  MM    MM    MM  8)   MM    MM    MM    MM  
  MM    MM    MM   ,pm9MM    MM    MM    MM  
  MM    MM    MM  8M   MM    MM    MM    MM  
.JMML  JMML  JMML.`Moo9^Yo..JMML..JMML  JMML.
*/
.banner {
  padding-bottom: 0; }
  .banner.intro {
    background-position: 50% 0; }
    .banner.intro:before {
      display: none; }
    .banner.intro > div {
      width: 100%;
      max-width: 1400px; }
    @media screen and (max-height: 900px) {
      .banner.intro div.title {
        padding-top: 12vh;
        padding-bottom: 8vh; }
        .banner.intro div.title h1 {
          padding-bottom: 90px !important;
          padding-bottom: 10vh !important;
          font-size: clamp(32px, 8vh, 72px); }
        .banner.intro div.title h1, .banner.intro div.title h4 {
          padding: 0;
          margin: 0; } }
    @media screen and (max-width: 992px) {
      .banner.intro div.title {
        height: 100vh;
        height: calc(100vh - 115px);
        padding-top: 0;
        padding-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .banner.intro div.title div.title-wrapper {
          justify-self: flex-end; }
        .banner.intro div.title h1 {
          padding-bottom: 2vh !important;
          font-size: clamp(30px, 7vw, 72px); } }
    @media (max-width: 768px) {
      .banner.intro {
        background-size: 250%; }
        .banner.intro div.title {
          height: 88vh;
          height: calc(100vh - 30px); } }

header.fixed + main .banner:first-child > div > * {
  top: 0; }

/* The typing effect */
@-webkit-keyframes typing {
  from {
    width: 0; }
  to {
    width: 100%; } }
@keyframes typing {
  from {
    width: 0; }
  to {
    width: 100%; } }

/* The typewriter cursor effect */
@-webkit-keyframes blink-caret {
  from, to {
    visibility: hidden; }
  50% {
    visibility: visible; } }
@keyframes blink-caret {
  from, to {
    visibility: hidden; }
  50% {
    visibility: visible; } }

@-webkit-keyframes bounce {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  45% {
    -webkit-transform: translate3d(0, -18px, 0);
    transform: translate3d(0, -18px, 0); } }

@keyframes bounce {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  45% {
    -webkit-transform: translate3d(0, -18px, 0);
    transform: translate3d(0, -18px, 0); } }

div.title {
  padding-top: 80px;
  padding-bottom: 300px;
  padding-top: 15vh;
  padding-bottom: 25vh; }
  div.title h1 {
    font-size: 72px;
    font-size: clamp(22px, 4vw, 72px);
    line-height: 1.1;
    margin-bottom: 140px; }
    div.title h1 em {
      display: block;
      margin: 0;
      padding: 0;
      line-height: 1.1; }
  div.title h1 span {
    font-size: inherit;
    color: #deff25;
    padding: 0;
    display: inline-block; }
  div.title .title-wrapper a {
    display: inline-block; }
  div.title h4 {
    font-size: 26px;
    padding-right: 12px;
    display: inline-block;
    white-space: nowrap; }
    div.title h4 > div {
      font-size: 26px;
      overflow: hidden;
      white-space: nowrap;
      margin: 0 auto;
      -webkit-animation: typing 2s steps(17, end);
      animation: typing 2s steps(17, end);
      -webkit-animation-delay: 3s;
      animation-delay: 3s;
      display: inline-block; }
    div.title h4 span {
      display: inline-block;
      color: #deff25;
      -webkit-animation: blink-caret .75s step-end 10;
      animation: blink-caret .75s step-end 10;
      position: relative; }
    div.title h4 span.bounce i {
      -webkit-animation: bounce 2.2s alternate ease-in-out 1 forwards;
      animation: bounce 2.2s alternate ease-in-out 1 forwards; }
    div.title h4 em, div.title h4 i {
      display: inline-block;
      font-style: normal;
      color: #deff25; }
    div.title h4 em {
      position: relative;
      top: -8px; }
    div.title h4 i {
      position: absolute;
      top: -40px;
      left: 0;
      opacity: 0; }

div.scrollto {
  padding: 60px 0;
  margin: -60px 0; }

section.overlay {
  padding: 140px 0;
  padding: clamp(15px, 12vw, 140px) 0;
  width: 100vw;
  background: rgba(3, 25, 34, 0.5); }
  section.overlay > div {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px;
    padding: 0 clamp(15px, 4vw, 60px); }
  section.overlay h2 {
    font-size: 48px;
    font-size: clamp(30px, 4vw, 48px);
    padding-bottom: 100px;
    margin-bottom: 0; }
  section.overlay h4 {
    font-size: 26px;
    font-size: clamp(18px, 4vw, 26px);
    line-height: 2.25;
    padding-bottom: 72px;
    margin-bottom: 0; }
    section.overlay h4 span {
      color: #deff25; }
  section.overlay p {
    line-height: 2.2;
    margin-bottom: 24px; }
  @media (max-width: 768px) {
    section.overlay {
      background: rgba(3, 25, 34, 0.8); }
      section.overlay h4 {
        line-height: 2; }
      section.overlay p {
        padding-top: 0;
        padding-bottom: 0;
        line-height: 1.75; } }

.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
  gap: clamp(15px, 5vw, 50px);
  justify-content: center;
  }
  .grid.two-up {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr); }
  .grid.three-up {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    gap: clamp(15px, 5vw, 50px); }
  @media (max-width: 768px) {
    .grid:nth-of-type(n) {
      -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr); } }

main {
  overflow: hidden;
  background-color: #fff;
  max-width: 1920px;
  margin: 0 auto; }
  main:before, main:after {
    display: block;
    width: 100%;
    clear: both;
    content: ''; }
  main > section {
    padding: 100px 0; }
    @media (max-width: 768px) {
      main > section {
        padding: 50px 0; } }
    @media (max-width: 500px) {
      main > section {
        padding: 30px 0; } }
    main > section:before, main > section:after {
      display: block;
      width: 100%;
      clear: both;
      content: ''; }
  main ul {
    margin-left: 20px; }
  @media (max-width: 768px) {
    main {
      padding-top: 0; } }

section.row > div {
  padding-left: 60px;
  padding-right: 60px;
  padding-left: clamp(15px, 4vw, 60px);
  padding-right: clamp(15px, 4vw, 60px); }

section.row#lead_partners {
  background-size: cover; }

.panels > * {
  background-color: #fff;
  padding: 15px;
  min-height: 250px;
  position: relative; }
  .panels > *:hover p {
    opacity: 1;
    bottom: 25px;
    width: 100%; }
  .panels > *:hover p:before {
    display: block;
    width: 72px;
    height: 2px;
    content: '';
    height: 2px;
    background-color: #9bc500;
    margin: 18px auto; }
  .panels > *:hover figure img {
    top: 0;
    -webkit-transform: translate(-50%, 0%) scale(0.75);
    -ms-transform: translate(-50%, 0%) scale(0.75);
    transform: translate(-50%, 0%) scale(0.75); }
  .panels > *:hover figure.subtle img {
    -webkit-transform: translate(-50%, 40%) scale(0.9);
    -ms-transform: translate(-50%, 40%) scale(0.9);
    transform: translate(-50%, 40%) scale(0.9); }
  .panels > *:hover h5 {
    opacity: 1;
    bottom: 30%; }

.panels a {
  display: block; }

.panels img {
  max-width: 325px;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  mix-blend-mode: multiply;
  }

.panels img, .panels p, .panels h5 {
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all; }

.panels p {
  color: #031922;
  font-size: 13px;
  line-height: 1.25;
  text-align: center;
  opacity: 0;
  position: absolute;
  padding: 0 15px;
  bottom: 30%;
  left: 0;
  right: 0; }

.panels h5 {
  color: #031922;
  text-align: center;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20%; }

.panels figcaption {
  color: #fff;
  background-color: #0473ad;
  background-color: #2cc5ff;
  text-transform: uppercase;
  display: block;
  padding: 12px 20px;
  text-align: center;
  font-weight: normal;
  position: absolute;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.panels.two-up > * {
  min-height: 360px;
  }

.panels.three-up img {
  max-width: 250px;
  }

.white .panels > * {
  -webkit-box-shadow: 0 0 28px rgba(10, 10, 10, 0.15);
  box-shadow: 0 0 28px rgba(10, 10, 10, 0.15); }
  .white .panels > *:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f7f7f7; }

.grayscale img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1); }

ul.team-list {
  margin: 0 auto;
  padding: 0;
  list-style-type: none; }
  ul.team-list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 60px;
    gap: clamp(15px, 6vw, 60px);
    padding: 80px 0;
    padding: clamp(24px, 6vw, 80px) 0;
    border-bottom: 1px solid #ccc; }
    ul.team-list > li:last-of-type {
      border-bottom: none; }
    ul.team-list > li:nth-of-type(even) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      ul.team-list > li:nth-of-type(even) img {
        display: block;
        float: right; }
      ul.team-list > li:nth-of-type(even) .bio {
        padding-right: 0;
        padding-left: 80px; }
        ul.team-list > li:nth-of-type(even) .bio * {
          text-align: right; }
  ul.team-list .image {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2; }
  ul.team-list .bio {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 80px;
    width: 600px; }
    ul.team-list .bio p {
      margin-top: 6px;
      line-height: 1.5; }
    ul.team-list .bio span.email {
      display: block; }
    @media (max-width: 1196px) {
      ul.team-list .bio {
        width: 50vw;
        padding-right: 0; } }
    @media (max-width: 768px) {
      ul.team-list .bio {
        width: 100vw; } }
  ul.team-list h5 {
    font-size: 40px;
    color: #031922;
    line-height: 1;
    margin: 0; }
  ul.team-list h6 {
    font-weight: 300;
    font-size: 26px;
    line-height: 1;
    padding: 0; }
  ul.team-list span.email {
    font-style: italic; }
    ul.team-list span.email i.fa-envelope {
      opacity: 0.5; }
    ul.team-list span.email a {
      font-weight: 200;
      color: #031922; }
  ul.team-list .more-contentbio {
    display: none; }
  ul.team-list .social ul {
    margin-left: 0;
    list-style-type: none; }
    ul.team-list .social ul a {
      display: block;
      border: 2px solid #d7d7d7;
      border-radius: 50px;
      width: 32px;
      height: 32px;
      padding: 2px 6px;
      text-align: center;
      margin-bottom: 12px; }
      ul.team-list .social ul a i {
        color: #d7d7d7; }
      ul.team-list .social ul a:hover {
        border-color: #00b5d1; }
        ul.team-list .social ul a:hover i {
          color: #00b5d1; }
  ul.team-list a.more:visited {
	 color: #00b5d1;
  }
  @media (max-width: 768px) {
    ul.team-list .social ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      gap: 12px; }
      ul.team-list .social ul a {
        margin-bottom: 0; } }
  ul.team-list .green h6, ul.team-list .green a {
    color: #9bc500; }
  ul.team-list .green a:hover {
    color: #deff25; }
  ul.team-list .green .social ul a:hover {
    border-color: #9bc500; }
  ul.team-list .green .social ul a:hover i {
    color: #9bc500; }
  ul.team-list .blue h6, ul.team-list .blue a {
    color: #0473ad; }
  ul.team-list .blue a:hover {
    color: #09a7f9; }
  ul.team-list .blue .social ul a:hover {
    border-color: #0473ad; }
  ul.team-list .blue .social ul a:hover i {
    color: #0473ad; }
  ul.team-list .dark h6, ul.team-list .dark a {
    color: #031922; }
  ul.team-list .dark a:hover {
    color: #204478; }
  ul.team-list .dark .social ul a:hover {
    border-color: #031922; }
  ul.team-list .dark .social ul a:hover i {
    color: #031922; }
  @media (max-width: 768px) {
    ul.team-list .bio-short {
      display: none; }
    ul.team-list > li {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
      flex-direction: column !important; }
    ul.team-list h6, ul.team-list h3 {
      padding: 0 15px; }
    ul.team-list h6 {
      font-size: clamp(20px, 4vw, 26px); }
    ul.team-list .bio {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
      padding: 0 !important;
      text-align: center !important; }
      ul.team-list .bio * {
        text-align: center !important; }
    ul.team-list .social {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    ul.team-list .image {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }

#news > div {
  position: relative; }

#news a.button {
  display: block;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  color: #031922;
  text-transform: uppercase;
  border: none; }
  #news a.button:hover {
    background-color: #00b5d1;
    color: #fff; }
  @media (max-width: 768px) {
    #news a.button {
      position: static;
      float: none;
      margin-bottom: 32px; } }

ul.newslist {
  margin: 0 auto;
  padding: 0;
  list-style-type: none; }
  ul.newslist li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    gap: 50px;
    gap: clamp(15px, 5vw, 50px);
    margin-bottom: 32px;
    margin-bottom: clamp(15px, 4vw, 32px); }
    ul.newslist li figure {
      display: block;
      min-width: 400px;
      min-width: clamp(125px, 40vw, 400px); }
      ul.newslist li figure img {
        width: 100%; }
    ul.newslist li h3 {
      font-size: clamp(20px, 3vw, 28px); }
    ul.newslist li time {
      display: block;
      color: #929292;
      text-transform: uppercase; }
    ul.newslist li a.read {
      display: inline-block;
      padding-top: 18px; }
  @media (max-width: 500px) {
    ul.newslist li {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 32px; }
      ul.newslist li img {
        width: 100%;
        max-width: 100%; } }

.contact h2 {
  text-align: center; }

.contact form {
  max-width: 690px;
  margin: 0 auto;
  padding: 50px;
  padding: clamp(15px, 6vw, 50px);
  background-color: rgba(250, 250, 250, 0.4); }
  .contact form label {
    display: none; }
  .contact form input, .contact form textarea {
    background-color: rgba(250, 250, 250, 0.7);
    padding-left: 50px; }
  .contact form input[type="submit"] {
    background-color: #031922;
    color: #fff;
    text-align: center;
    padding: 16px 32px;
    border: none;
    text-transform: uppercase; }
    .contact form input[type="submit"]:hover {
      background-color: #000; }
  .contact form input[type="text"],
  .contact form input.ln,
  .contact form input.fn {
    background: rgba(250, 250, 250, 0.7) url("../images/ico-name.png") no-repeat left center;
    background-blend-mode: difference; }
  .contact form input[type="email"],
  .contact form input.email {
    background: rgba(250, 250, 250, 0.7) url("../images/ico-email.png") no-repeat left center;
    background-blend-mode: difference; }
  .contact form input[type="tel"],
  .contact form input.tel {
    background: rgba(250, 250, 250, 0.7) url("../images/ico-call.png") no-repeat left center;
    background-blend-mode: difference; }
  .contact form textarea {
    background: rgba(250, 250, 250, 0.7) url("../images/ico-message.png") no-repeat left top;
    background-blend-mode: difference; }

body:not(.home) header.fixed + main {
  padding-top: 0; }

.videocontainer {
  min-width: 50%; }
  .videocontainer.right {
    float: right;
    margin: 0 0 20px 20px; }
  .videocontainer.left {
    float: left;
    margin: 0 20px 20px 0; }
  .videocontainer.clear + * {
    clear: both; }
  .videocontainer em {
    display: block;
    margin: 15px 0 25px;
    text-align: left; }
  @media (max-width: 768px) {
    .videocontainer {
      width: 100%;
      float: none;
      clear: both;
      margin: 20px 0; } }

@media (max-width: 1420px) {
  .reveal-modal.xlarge {
    width: 80vw;
    margin-left: 0;
    left: 10vw;
    right: 10vw; } }

@media (max-width: 768px) {
  .reveal-modal.xlarge {
    width: 96vw;
    left: 2vw;
    right: 2vw; } }

footer {
  padding: 60px 0;
  background-color: #031922;
  background: url("../images/bg-footer.jpg") #031922;
  text-align: center; }

/*
                                 ,,    ,,                                                      ,,                  
                               `7MM    db                                                      db                  
                                 MM                                                                                
`7MMpMMMb.pMMMb.  .gP"Ya    ,M""bMM  `7MM   ,6"Yb.       ,dW"Yvd `7MM  `7MM  .gP"Ya `7Mb,od8 `7MM  .gP"Ya  ,pP"Ybd 
  MM    MM    MM ,M'   Yb ,AP    MM    MM  8)   MM      ,W'   MM   MM    MM ,M'   Yb  MM' "'   MM ,M'   Yb 8I   `" 
  MM    MM    MM 8M"""""" 8MI    MM    MM   ,pm9MM      8M    MM   MM    MM 8M""""""  MM       MM 8M"""""" `YMMMa. 
  MM    MM    MM YM.    , `Mb    MM    MM  8M   MM      YA.   MM   MM    MM YM.    ,  MM       MM YM.    , L.   I8 
.JMML  JMML  JMML.`Mbmmd'  `Wbmd"MML..JMML.`Moo9^Yo.     `MbmdMM   `Mbod"YML.`Mbmmd'.JMML.   .JMML.`Mbmmd' M9mmmP' 
                                                              MM                                                   
*/
@media (max-width: 768px) {
  p {
    font-size: 16px; } }


/*
    KK
*/

p.light {
    color: #888888;
}

.panels.four-up img {
    max-width: 225px;
}

.panels figcaption4 {
    color: #fff;
    background-color: #0473ad;
    background-color: #2cc5ff;
    text-transform: uppercase;
    display: block;
    padding: 12px 10px;
    text-align: center;
    font-weight: normal;
    position: absolute;
    bottom: -16px;
    left: 50%;
    /* -webkit-transform: translateX(-50%); */
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 70%;
}
.flex {
    display: flex;
}

.flex.panels {
    flex-wrap: wrap;
    justify-content: center;
}

.flex.four-up.panels a {
    width: 21%;
    margin: 20px 2% 35px 0;
}
.flex.three-up.panels a {
    width: 31%;
    margin: 20px 2% 35px 0;
}

.flex.four-up.panels img {
    max-width: 200px;
}

@media (max-width: 1024px) {
  .flex.three-up.panels a {width: 47%;}
  }

@media (max-width: 768px) {
  .panels.four-up a {margin-bottom: 10px; }
  .panels.four-up img {max-width: 250px; }
  .panels.two-up > *{min-height: 250px;}
  .flex.three-up.panels a {width: 95%;}
    
  }