@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: 100%;
  width: 100%; }

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

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

a img {
  border: none; }

a {
  color: #93c4e8;
  text-decoration: none;
  line-height: inherit;
  font-weight: bold; }
  a:hover, a:focus {
    color: #318edf;
    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"; }

[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: #dadce1;
    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 #318edf;
  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: #2b73b2;
    color: #fff;
    font-weight: bold;
    padding: 3px 10px;
    border-radius: 6px;
    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;
  line-height: 1.75;
  font-size: 20px; }
  blockquote:before, blockquote:after {
    display: block;
    width: 100%;
    clear: both;
    content: ''; }
  blockquote:before {
    display: inline-block;
    margin-right: 12px;
    font-family: "Font Awesome 5 Pro";
    content: '\f10d';
    font-weight: bold;
    position: absolute;
    top: 50%;
    color: #395f82;
    left: 110px;
    font-size: 30px;
    width: auto;
    margin-top: -35px; }
  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 #dadce1;
  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: 1200px; }
  .breadcrumb li {
    margin: 0;
    padding: 0 12px 0 0;
    float: left;
    list-style: none;
    font-size: 14px;
    color: #4f5352;
    font-family: "Montserrat", sans-serif; }
    .breadcrumb li i {
      top: 3px;
      position: relative;
      font-style: normal; }
      .breadcrumb li i:before {
        position: relative;
        color: #4f5352;
        top: -3px;
        font-size: 18px; }
      .breadcrumb li i:hover:before {
        color: #318edf; }
    .breadcrumb li a, .breadcrumb li span {
      text-transform: none;
      color: #4f5352;
      font-weight: normal;
      font-family: "Montserrat", 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: #4f5352;
      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: #4f5352;
  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 #4f5352;
  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: 6px;
  border-radius: 6px;
  margin: 0 0 18px;
  border: 1px solid #dadce1;
  border: none; }
  table thead,
  table tfoot {
    background: #eee; }
  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: #4f5352; }
  table tbody tr td {
    color: #4f5352;
    padding: 9px 10px;
    vertical-align: top;
    border: none;
    border-bottom: 1px solid rgba(218, 220, 225, 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; }

.m-t-5 {
  margin-top: 5px !important; }

.p-t-5 {
  padding-top: 5px !important; }

.m-b-5 {
  margin-bottom: 5px !important; }

.p-b-5 {
  padding-bottom: 5px !important; }

.m-l-5 {
  margin-left: 5px !important; }

.p-l-5 {
  padding-left: 5px !important; }

.m-r-5 {
  margin-right: 5px !important; }

.p-r-5 {
  padding-right: 5px !important; }

.m-5 {
  margin: 5px !important; }

.p-5 {
  padding: 5px !important; }

.m-t-10 {
  margin-top: 10px !important; }

.p-t-10 {
  padding-top: 10px !important; }

.m-b-10 {
  margin-bottom: 10px !important; }

.p-b-10 {
  padding-bottom: 10px !important; }

.m-l-10 {
  margin-left: 10px !important; }

.p-l-10 {
  padding-left: 10px !important; }

.m-r-10 {
  margin-right: 10px !important; }

.p-r-10 {
  padding-right: 10px !important; }

.m-10 {
  margin: 10px !important; }

.p-10 {
  padding: 10px !important; }

.m-t-15 {
  margin-top: 15px !important; }

.p-t-15 {
  padding-top: 15px !important; }

.m-b-15 {
  margin-bottom: 15px !important; }

.p-b-15 {
  padding-bottom: 15px !important; }

.m-l-15 {
  margin-left: 15px !important; }

.p-l-15 {
  padding-left: 15px !important; }

.m-r-15 {
  margin-right: 15px !important; }

.p-r-15 {
  padding-right: 15px !important; }

.m-15 {
  margin: 15px !important; }

.p-15 {
  padding: 15px !important; }

.m-t-20 {
  margin-top: 20px !important; }

.p-t-20 {
  padding-top: 20px !important; }

.m-b-20 {
  margin-bottom: 20px !important; }

.p-b-20 {
  padding-bottom: 20px !important; }

.m-l-20 {
  margin-left: 20px !important; }

.p-l-20 {
  padding-left: 20px !important; }

.m-r-20 {
  margin-right: 20px !important; }

.p-r-20 {
  padding-right: 20px !important; }

.m-20 {
  margin: 20px !important; }

.p-20 {
  padding: 20px !important; }

.m-t-25 {
  margin-top: 25px !important; }

.p-t-25 {
  padding-top: 25px !important; }

.m-b-25 {
  margin-bottom: 25px !important; }

.p-b-25 {
  padding-bottom: 25px !important; }

.m-l-25 {
  margin-left: 25px !important; }

.p-l-25 {
  padding-left: 25px !important; }

.m-r-25 {
  margin-right: 25px !important; }

.p-r-25 {
  padding-right: 25px !important; }

.m-25 {
  margin: 25px !important; }

.p-25 {
  padding: 25px !important; }

.m-t-30 {
  margin-top: 30px !important; }

.p-t-30 {
  padding-top: 30px !important; }

.m-b-30 {
  margin-bottom: 30px !important; }

.p-b-30 {
  padding-bottom: 30px !important; }

.m-l-30 {
  margin-left: 30px !important; }

.p-l-30 {
  padding-left: 30px !important; }

.m-r-30 {
  margin-right: 30px !important; }

.p-r-30 {
  padding-right: 30px !important; }

.m-30 {
  margin: 30px !important; }

.p-30 {
  padding: 30px !important; }

.m-t-35 {
  margin-top: 35px !important; }

.p-t-35 {
  padding-top: 35px !important; }

.m-b-35 {
  margin-bottom: 35px !important; }

.p-b-35 {
  padding-bottom: 35px !important; }

.m-l-35 {
  margin-left: 35px !important; }

.p-l-35 {
  padding-left: 35px !important; }

.m-r-35 {
  margin-right: 35px !important; }

.p-r-35 {
  padding-right: 35px !important; }

.m-35 {
  margin: 35px !important; }

.p-35 {
  padding: 35px !important; }

.m-t-40 {
  margin-top: 40px !important; }

.p-t-40 {
  padding-top: 40px !important; }

.m-b-40 {
  margin-bottom: 40px !important; }

.p-b-40 {
  padding-bottom: 40px !important; }

.m-l-40 {
  margin-left: 40px !important; }

.p-l-40 {
  padding-left: 40px !important; }

.m-r-40 {
  margin-right: 40px !important; }

.p-r-40 {
  padding-right: 40px !important; }

.m-40 {
  margin: 40px !important; }

.p-40 {
  padding: 40px !important; }

.m-t-45 {
  margin-top: 45px !important; }

.p-t-45 {
  padding-top: 45px !important; }

.m-b-45 {
  margin-bottom: 45px !important; }

.p-b-45 {
  padding-bottom: 45px !important; }

.m-l-45 {
  margin-left: 45px !important; }

.p-l-45 {
  padding-left: 45px !important; }

.m-r-45 {
  margin-right: 45px !important; }

.p-r-45 {
  padding-right: 45px !important; }

.m-45 {
  margin: 45px !important; }

.p-45 {
  padding: 45px !important; }

.m-t-50 {
  margin-top: 50px !important; }

.p-t-50 {
  padding-top: 50px !important; }

.m-b-50 {
  margin-bottom: 50px !important; }

.p-b-50 {
  padding-bottom: 50px !important; }

.m-l-50 {
  margin-left: 50px !important; }

.p-l-50 {
  padding-left: 50px !important; }

.m-r-50 {
  margin-right: 50px !important; }

.p-r-50 {
  padding-right: 50px !important; }

.m-50 {
  margin: 50px !important; }

.p-50 {
  padding: 50px !important; }

.m-t-75 {
  margin-top: 75px !important; }

.p-t-75 {
  padding-top: 75px !important; }

.m-b-75 {
  margin-bottom: 75px !important; }

.p-b-75 {
  padding-bottom: 75px !important; }

.m-l-75 {
  margin-left: 75px !important; }

.p-l-75 {
  padding-left: 75px !important; }

.m-r-75 {
  margin-right: 75px !important; }

.p-r-75 {
  padding-right: 75px !important; }

.m-75 {
  margin: 75px !important; }

.p-75 {
  padding: 75px !important; }

.m-t-100 {
  margin-top: 100px !important; }

.p-t-100 {
  padding-top: 100px !important; }

.m-b-100 {
  margin-bottom: 100px !important; }

.p-b-100 {
  padding-bottom: 100px !important; }

.m-l-100 {
  margin-left: 100px !important; }

.p-l-100 {
  padding-left: 100px !important; }

.m-r-100 {
  margin-right: 100px !important; }

.p-r-100 {
  padding-right: 100px !important; }

.m-100 {
  margin: 100px !important; }

.p-100 {
  padding: 100px !important; }

h1.primary, h2.primary, h3.primary, h4.primary, h5.primary, h6.primary {
  color: #2b73b2; }

h1.secondary, h2.secondary, h3.secondary, h4.secondary, h5.secondary, h6.secondary {
  color: #93c4e8; }

h1.alert, h2.alert, h3.alert, h4.alert, h5.alert, h6.alert {
  color: #ffb038; }

h1.dark, h2.dark, h3.dark, h4.dark, h5.dark, h6.dark {
  color: #4f5352; }

h1.info, h2.info, h3.info, h4.info, h5.info, h6.info {
  color: #dadce1; }

h1.light, h2.light, h3.light, h4.light, h5.light, h6.light {
  color: #eee; }

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

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

label {
  font-size: 18px;
  color: #4f5352;
  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 #c3c7cf;
  color: #4f5352;
  font-family: inherit;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  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: #2e96f2; }

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: #dadce1; }

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

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

fieldset {
  border: solid 1px #dadce1;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  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: #2b73b2; }

form li label {
  margin: 0; }

form li input[type=checkbox]:checked + label,
form li input[type=radio]:checked + label {
  color: #2b73b2 !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: #4f5352; }

[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 #2b73b2;
  border-radius: 100%;
  background: #fff; }

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #2b73b2;
  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: #ffb038; }

[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: #4f5352; }

[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 #2b73b2;
  border-radius: 2px;
  background: #fff; }

[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
  content: '';
  font-weight: normal;
  color: #93c4e8;
  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: #2b73b2; }

[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: 6px;
  -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.warning {
    background-color: #db2f27;
    border: 4px solid #db2f27; }
    .button.warning:hover, .button.warning:focus {
      background-color: #f44941;
      border-color: #f44941; }
  .button.dark {
    background-color: #4f5352;
    border: 4px solid #4f5352; }
    .button.dark:hover, .button.dark:focus {
      background-color: #686d6c;
      border-color: #686d6c; }
  .button.disabled, .button[disabled] {
    opacity: 0.6;
    cursor: default;
    background: #93c4e8;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .button.disabled:hover, .button[disabled]:hover {
      background: #dadce1; }

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

.button {
  font-size: 18px;
  border: 4px solid #2b73b2;
  text-transform: none;
  font-family: "Montserrat", sans-serif;
  background-color: #2b73b2;
  color: #fff;
  padding: 20px 36px;
  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: #318edf;
    border-color: #318edf;
    background-image: none;
    text-decoration: none;
    color: #fff; }
  .button.primary {
    background-color: #2b73b2;
    border: 4px solid #2b73b2; }
    .button.primary:hover, .button.primary:focus {
      background-color: #318edf;
      border-color: #318edf;
      color: #fff; }
    .button.primary.reversed {
      background-color: white;
      border-color: #2b73b2;
      color: #2b73b2; }
  .button.secondary {
    color: #93c4e8;
    background-color: transparent;
    border: 4px solid #93c4e8; }
    .button.secondary:hover, .button.secondary:focus {
      color: #fff;
      background-color: #93c4e8; }
    .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: #b1d7f3; }
  .button.alert {
    background-color: #ed9c21;
    border: 4px solid #ed9c21; }
    .button.alert:hover, .button.alert:focus {
      background-color: #ffb038;
      border-color: #ffb038; }
  .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; } }

.button-primary .button {
  background-color: #2b73b2;
  border-color: #2b73b2; }
  .button-primary .button:hover {
    background-color: #318edf;
    border-color: #318edf; }
  .button-primary .button.reversed {
    background-color: transparent;
    border-color: #2b73b2;
    color: #2b73b2; }
    .button-primary .button.reversed:hover {
      background-color: #318edf;
      border-color: #318edf;
      color: #fff; }

.button-secondary .button {
  background-color: #93c4e8;
  border-color: #93c4e8; }
  .button-secondary .button:hover {
    background-color: #b8dcf6;
    border-color: #b8dcf6; }
  .button-secondary .button.reversed {
    background-color: transparent;
    border-color: #93c4e8;
    color: #93c4e8; }
    .button-secondary .button.reversed:hover {
      background-color: #b8dcf6;
      border-color: #b8dcf6;
      color: #fff; }

.button-med .button {
  background-color: #dadce1;
  border-color: #dadce1; }
  .button-med .button:hover {
    background-color: #f5f6f9;
    border-color: #f5f6f9; }
  .button-med .button.reversed {
    background-color: transparent;
    border-color: #dadce1;
    color: #dadce1; }
    .button-med .button.reversed:hover {
      background-color: #f5f6f9;
      border-color: #f5f6f9;
      color: #fff; }

.button-dark .button {
  background-color: #4f5352;
  border-color: #4f5352; }
  .button-dark .button:hover {
    background-color: #5b7a72;
    border-color: #5b7a72; }
  .button-dark .button.reversed {
    background-color: transparent;
    border-color: #4f5352;
    color: #4f5352; }
    .button-dark .button.reversed:hover {
      background-color: #5b7a72;
      border-color: #5b7a72;
      color: #fff; }

.button-light .button {
  background-color: #eee;
  border-color: #eee; }
  .button-light .button:hover {
    background-color: white;
    border-color: white; }
  .button-light .button.reversed {
    background-color: transparent;
    border-color: #eee;
    color: #eee; }
    .button-light .button.reversed:hover {
      background-color: white;
      border-color: white;
      color: #fff; }

.button-alert .button {
  background-color: #ed9c21;
  border-color: #ed9c21; }
  .button-alert .button:hover {
    background-color: #fcb345;
    border-color: #fcb345; }
  .button-alert .button.reversed {
    background-color: transparent;
    border-color: #ed9c21;
    color: #ed9c21; }
    .button-alert .button.reversed:hover {
      background-color: #fcb345;
      border-color: #fcb345;
      color: #fff; }

.button-warning .button {
  background-color: #db2f27;
  border-color: #db2f27; }
  .button-warning .button:hover {
    background-color: #ee4e47;
    border-color: #ee4e47; }
  .button-warning .button.reversed {
    background-color: transparent;
    border-color: #db2f27;
    color: #db2f27; }
    .button-warning .button.reversed:hover {
      background-color: #ee4e47;
      border-color: #ee4e47;
      color: #fff; }

.button-white .button {
  background-color: #fff;
  border-color: #fff; }
  .button-white .button:hover {
    background-color: white;
    border-color: white; }
  .button-white .button.reversed {
    background-color: transparent;
    border-color: #fff;
    color: #fff; }
    .button-white .button.reversed:hover {
      background-color: white;
      border-color: white;
      color: #fff; }

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

.hide {
  display: none; }

.show {
  display: block; }

@media screen and (min-width: 480px) {
  .hide-xs {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .hide-sm {
    display: none !important; } }

@media screen and (min-width: 992px) {
  .hide-md {
    display: none !important; } }

@media screen and (min-width: 1200px) {
  .hide-lg {
    display: none !important; } }

@media screen and (min-width: 480px) {
  .show-xs {
    display: block !important; } }

@media screen and (min-width: 768px) {
  .show-sm {
    display: block !important; } }

@media screen and (min-width: 992px) {
  .show-md {
    display: block !important; } }

@media screen and (min-width: 1200px) {
  .show-lg {
    display: block !important; } }

.mmenu {
  background-color: #2a2c2b;
  border-right: 1px solid #040505;
  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: #318edf;
    font-weight: bold; }
  .mmenu .highlight {
    background-color: rgba(43, 115, 178, 0.1); }
  .mmenu small {
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 1px; }

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

.mmenu-trigger {
  display: none; }
  .mmenu-trigger:before {
    display: inline-block;
    font-size: 30px;
    font-family: "Font Awesome 5 Pro";
    content: '\f0c9';
    font-weight: normal;
    color: #2b73b2; }
  @media (max-width: 768px) {
    .mmenu-trigger {
      display: block; } }

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

.mm-header .mm-btn,
.mm-listview .mm-next {
  width: 50px; }

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

.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar a.mm-title {
  color: #318edf;
  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: #2b73b2 !important; }

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

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

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

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

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

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

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

.row.primary {
  background-color: #2b73b2; }
  .row.primary + .primary {
    padding-top: 0; }

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

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

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

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

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

.row.warning {
  background-color: #db2f27; }
  .row.warning + .warning {
    padding-top: 0; }

.row.white {
  background-color: #fff; }
  .row.white + .white {
    padding-top: 0; }

@media (max-width: 768px) {
  .row.hide-mobile {
    display: none; } }

@media (max-width: 768px) {
  .row.reverse-mobile.multi div div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }

.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: #93c4e8; }
  .light-text.primary .button:hover {
    border-color: #b1d7f3;
    background-color: #b1d7f3;
    color: #fff; }

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

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

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

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

section .button-wrap br {
  display: none; }

.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; } }

/* Carousel */
section.carousel h2 {
  text-align: center; }

section.carousel .slick-slide {
  text-align: center; }
  section.carousel .slick-slide:focus {
    outline: none; }
  section.carousel .slick-slide img {
    float: none;
    display: inline-block; }

section.carousel .slick-dots li button:before {
  font-size: 20px; }

section.carousel .slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: #4f5352; }

section.carousel .slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
  color: #4f5352; }

section.carousel.light-text .slick-prev:before, section.carousel.light-text .slick-next:before, section.carousel.light-text .slick-dots li button:before {
  color: #fff; }

section.carousel .slick-arrow:before {
  font-size: 50px; }

section.carousel .slick-prev, section.carousel .slick-next {
  width: 50px;
  height: 50px; }

section.carousel .c-border {
  background-color: white;
  border: 2px solid white;
  padding: 10px; }

section.carousel.primary {
  background-color: #2b73b2; }
  section.carousel.primary .text .button {
    background-color: #2b73b2;
    border-color: #2b73b2; }
    section.carousel.primary .text .button:hover {
      background-color: #318edf;
      border-color: #318edf;
      color: #fff; }

section.carousel.secondary {
  background-color: #93c4e8; }
  section.carousel.secondary .text .button {
    background-color: #93c4e8;
    border-color: #93c4e8; }
    section.carousel.secondary .text .button:hover {
      background-color: #b8dcf6;
      border-color: #b8dcf6;
      color: #fff; }

section.carousel.med {
  background-color: #dadce1; }
  section.carousel.med .text .button {
    background-color: #dadce1;
    border-color: #dadce1; }
    section.carousel.med .text .button:hover {
      background-color: #f5f6f9;
      border-color: #f5f6f9;
      color: #fff; }

section.carousel.dark {
  background-color: #4f5352; }
  section.carousel.dark .text .button {
    background-color: #4f5352;
    border-color: #4f5352; }
    section.carousel.dark .text .button:hover {
      background-color: #5b7a72;
      border-color: #5b7a72;
      color: #fff; }

section.carousel.light {
  background-color: #eee; }
  section.carousel.light .text .button {
    background-color: #eee;
    border-color: #eee; }
    section.carousel.light .text .button:hover {
      background-color: white;
      border-color: white;
      color: #fff; }

section.carousel.alert {
  background-color: #ed9c21; }
  section.carousel.alert .text .button {
    background-color: #ed9c21;
    border-color: #ed9c21; }
    section.carousel.alert .text .button:hover {
      background-color: #fcb345;
      border-color: #fcb345;
      color: #fff; }

section.carousel.warning {
  background-color: #db2f27; }
  section.carousel.warning .text .button {
    background-color: #db2f27;
    border-color: #db2f27; }
    section.carousel.warning .text .button:hover {
      background-color: #ee4e47;
      border-color: #ee4e47;
      color: #fff; }

section.carousel.white {
  background-color: #fff; }
  section.carousel.white .text .button {
    background-color: #fff;
    border-color: #fff; }
    section.carousel.white .text .button:hover {
      background-color: white;
      border-color: white;
      color: #fff; }

/* banner section ===============================================================  */
.banner {
  background-position: 50%;
  background-size: cover;
  position: relative;
  min-height: 30vh;
  max-height: 1200px;
  background-color: #dadce1;
  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: #4f5352; }
  .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: #eee;
      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: 80vh; }
  .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(67, 67, 67, 0.6); }
  .banner.primary:before {
    background-color: rgba(43, 115, 178, 0.6); }
  .banner.secondary:before {
    background-color: rgba(147, 196, 232, 0.6); }
  .banner.med:before {
    background-color: rgba(218, 220, 225, 0.6); }
  .banner.dark:before {
    background-color: rgba(79, 83, 82, 0.6);
    background-color: rgba(67, 67, 67, 0.6); }
  .banner.light:before {
    background-color: rgba(238, 238, 238, 0.6); }
  .banner.alert:before {
    background-color: rgba(237, 156, 33, 0.6); }
  .banner.alert .button.primary {
    background-color: #4f5352;
    border-color: #4f5352; }
  .banner.alert .button.secondary {
    border-color: #4f5352;
    color: #fff; }
    .banner.alert .button.secondary:hover {
      background-color: #4f5352;
      color: #fff; }
  .banner.warning:before {
    background-color: rgba(219, 47, 39, 0.6); }
  .banner.warning .button.primary {
    background-color: #4f5352;
    border-color: #4f5352; }
  .banner.warning .button.secondary {
    border-color: #4f5352;
    color: #fff; }
    .banner.warning .button.secondary:hover {
      background-color: #4f5352;
      color: #fff; }
  .banner.white:before {
    background-color: rgba(255, 255, 255, 0.6); }
  @media (max-width: 1196px) {
    .banner h1 {
      padding: 10px 0;
      font-size: 6vw; } }
  @media (max-width: 768px) {
    .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; }
    .banner.md {
      min-height: 90vh; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .banner {
      min-height: 100vh; } }
  .banner .button-wrap {
    margin-top: 40px; }

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

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

/* Slider section ===============================================================  */
.slide {
  background-position: 50%;
  background-size: cover;
  position: relative;
  min-height: 30vh;
  background-color: #dadce1;
  padding: 0;
  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; }
  .slide * {
    z-index: 5;
    text-align: center; }
  .slide:not(.center) * {
    text-align: left; }
  .slide p {
    margin: 0 auto;
    max-width: 800px; }
  .slide h1 {
    margin: 0;
    padding: 20px 0 12px;
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center; }
    .slide h1 span {
      color: #eee;
      font-size: 28px;
      font-weight: bold;
      display: block; }
  .slide:not(:first-child()) > div {
    padding: 50px 0; }
  .slide.sm {
    min-height: 30vh; }
  .slide.md {
    min-height: 60vh; }
  .slide.lg {
    min-height: 100vh; }
  .slide.auto {
    min-height: 0 !important; }
  .slide:before {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: '';
    background-color: rgba(67, 67, 67, 0.6); }
  .slide .swiper-button-next,
  .slide .swiper-button-prev {
    width: 60px;
    height: 60px;
    background-image: none;
    background: transparent;
    background-image: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .slide .swiper-button-next:hover,
    .slide .swiper-button-prev:hover {
      background-color: #2b73b2;
      border-radius: 6px; }
    .slide .swiper-button-next:before,
    .slide .swiper-button-prev:before {
      display: inline-block;
      margin-right: 12px;
      font-family: "Font Awesome 5 Pro";
      margin: 0;
      content: "";
      color: #444;
      font-size: 50px;
      position: relative;
      top: 5px;
      left: -3px; }
  @media (max-width: 1196px) {
    .slide h1 {
      padding: 10px 0;
      font-size: 6vw; } }
  @media (max-width: 768px) {
    .slide {
      min-height: 70vh; }
      .slide h2, .slide h3, .slide h4, .slide h5, .slide h6 {
        padding-left: 15px;
        padding-right: 15px; }
      .slide p {
        font-size: 16px;
        padding: 15px; }
      .slide > div {
        padding-left: 15px;
        padding-right: 15px; }
      .slide > div > div {
        margin-top: 0; }
      .slide .button {
        display: inline-block;
        margin: 8px 10px; }
      .slide hr {
        margin: 10px 15px; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .slide {
      min-height: 100vh; } }
  .slide .swiper-button-next:before {
    left: 3px; }
  .slide:before {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: '';
    background-color: rgba(67, 67, 67, 0.6); }
  .slide.primary:before {
    background-color: rgba(43, 115, 178, 0.6); }
  .slide.primary .button {
    background-color: #2b73b2;
    border-color: #2b73b2; }
    .slide.primary .button:hover {
      background-color: #318edf;
      border-color: #318edf;
      color: #fff; }
    .slide.primary .button.secondary {
      background-color: transparent;
      color: #2b73b2; }
      .slide.primary .button.secondary:hover {
        background-color: #2b73b2;
        border-color: #2b73b2;
        color: #fff; }
  .slide.secondary:before {
    background-color: rgba(147, 196, 232, 0.6); }
  .slide.secondary .button {
    background-color: #93c4e8;
    border-color: #93c4e8; }
    .slide.secondary .button:hover {
      background-color: #b8dcf6;
      border-color: #b8dcf6;
      color: #fff; }
    .slide.secondary .button.secondary {
      background-color: transparent;
      color: #93c4e8; }
      .slide.secondary .button.secondary:hover {
        background-color: #93c4e8;
        border-color: #93c4e8;
        color: #fff; }
  .slide.med:before {
    background-color: rgba(218, 220, 225, 0.6); }
  .slide.med .button {
    background-color: #dadce1;
    border-color: #dadce1; }
    .slide.med .button:hover {
      background-color: #f5f6f9;
      border-color: #f5f6f9;
      color: #fff; }
    .slide.med .button.secondary {
      background-color: transparent;
      color: #dadce1; }
      .slide.med .button.secondary:hover {
        background-color: #dadce1;
        border-color: #dadce1;
        color: #fff; }
  .slide.dark:before {
    background-color: rgba(79, 83, 82, 0.6);
    background-color: rgba(67, 67, 67, 0.6); }
  .slide.dark .button {
    background-color: #4f5352;
    border-color: #4f5352; }
    .slide.dark .button:hover {
      background-color: #5b7a72;
      border-color: #5b7a72;
      color: #fff; }
    .slide.dark .button.secondary {
      background-color: transparent;
      color: #4f5352; }
      .slide.dark .button.secondary:hover {
        background-color: #4f5352;
        border-color: #4f5352;
        color: #fff; }
  .slide.light:before {
    background-color: rgba(238, 238, 238, 0.6); }
  .slide.light .button {
    background-color: #eee;
    border-color: #eee; }
    .slide.light .button:hover {
      background-color: white;
      border-color: white;
      color: #fff; }
    .slide.light .button.secondary {
      background-color: transparent;
      color: #eee; }
      .slide.light .button.secondary:hover {
        background-color: #eee;
        border-color: #eee;
        color: #fff; }
  .slide.alert:before {
    background-color: rgba(237, 156, 33, 0.6); }
  .slide.alert .button {
    background-color: #ed9c21;
    border-color: #ed9c21; }
    .slide.alert .button:hover {
      background-color: #fcb345;
      border-color: #fcb345;
      color: #fff; }
    .slide.alert .button.secondary {
      background-color: transparent;
      color: #ed9c21; }
      .slide.alert .button.secondary:hover {
        background-color: #ed9c21;
        border-color: #ed9c21;
        color: #fff; }
  .slide.warning:before {
    background-color: rgba(219, 47, 39, 0.6); }
  .slide.warning .button {
    background-color: #db2f27;
    border-color: #db2f27; }
    .slide.warning .button:hover {
      background-color: #ee4e47;
      border-color: #ee4e47;
      color: #fff; }
    .slide.warning .button.secondary {
      background-color: transparent;
      color: #db2f27; }
      .slide.warning .button.secondary:hover {
        background-color: #db2f27;
        border-color: #db2f27;
        color: #fff; }
  .slide.white:before {
    background-color: rgba(255, 255, 255, 0.6); }
  .slide.white .button {
    background-color: #fff;
    border-color: #fff; }
    .slide.white .button:hover {
      background-color: white;
      border-color: white;
      color: #fff; }
    .slide.white .button.secondary {
      background-color: transparent;
      color: #fff; }
      .slide.white .button.secondary:hover {
        background-color: #fff;
        border-color: #fff;
        color: #fff; }
  .slide .slide-dark {
    background-color: white;
    color: #222; }
    .slide .slide-dark img {
      opacity: .4; }
  .slide .slide-light {
    background-color: black; }
    .slide .slide-light img {
      opacity: .7; }
  .slide.full div.swiper-button-next, .slide.full div.swiper-button-prev {
    width: 30px; }
  .slide .swiper-container {
    max-width: 100%;
    padding: 0;
    width: 100%;
    height: 100%; }
    .slide .swiper-container .swiper-slide {
      width: 100%;
      height: 100%;
      text-align: center;
      font-size: 18px;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
      .slide .swiper-container .swiper-slide img {
        width: 100%;
        height: 100%; }
      .slide .swiper-container .swiper-slide .slide-content {
        max-width: 1240px;
        margin: 0 auto -65px;
        padding: 0 15px;
        position: absolute;
        bottom: 40%;
        z-index: 9; }
        .slide .swiper-container .swiper-slide .slide-content.center {
          text-align: center; }
          .slide .swiper-container .swiper-slide .slide-content.center ul {
            display: inline-block;
            text-align: center; }
  .slide .slide-light {
    color: #eee; }
    .slide .slide-light h2 {
      color: #eee; }
    .slide .slide-light .button.secondary {
      color: #fff !important; }
    .slide .slide-light:before {
      content: '';
      display: block;
      background: black;
      height: 100%;
      width: 100%;
      position: absolute;
      opacity: .4; }
  .slide .slide-dark:before {
    content: '';
    display: block;
    background: white;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: .4; }
  .slide .slide-btns {
    list-style-type: none;
    margin: 20px 0 0 0; }
    .slide .slide-btns li {
      float: left;
      margin-right: 20px; }
  .slide.sm {
    height: 30vh; }
  .slide.md {
    height: 60vh; }
  .slide.lg {
    height: 100vh; }
  .slide.auto {
    height: 0 !important; }
  .slide .center h2, .slide .center p {
    text-align: center; }

/* full width section ===============================================================  */
.full {
  background-size: cover;
  background-position: 50%; }
  .full > div {
    position: relative;
    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; }
  @media (max-width: 768px) {
    .full .row p:empty {
      display: none; }
    .full .row .half:last-child {
      margin-top: 0; }
    .full .row ul {
      margin-bottom: 0;
      margin-top: 0; }
      .full .row ul:last-child {
        margin-bottom: 20px; }
      .full .row ul li:last-child {
        padding-bottom: 0 !important; } }
  .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; }
  .full .button-wrap {
    margin-top: 40px;
    text-align: center; }
    .full .button-wrap br, .full .button-wrap p {
      display: none; }
  .full.primary:before {
    height: 100%;
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(43, 115, 178, 0.6); }
  .full.primary .text .button {
    background-color: #2b73b2;
    border-color: #2b73b2; }
    .full.primary .text .button:hover {
      background-color: #318edf;
      border-color: #318edf;
      color: #fff; }
  .full.secondary:before {
    height: 100%;
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(147, 196, 232, 0.6); }
  .full.secondary .text .button {
    background-color: #93c4e8;
    border-color: #93c4e8; }
    .full.secondary .text .button:hover {
      background-color: #b8dcf6;
      border-color: #b8dcf6;
      color: #fff; }
  .full.med:before {
    height: 100%;
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(218, 220, 225, 0.6); }
  .full.med .text .button {
    background-color: #dadce1;
    border-color: #dadce1; }
    .full.med .text .button:hover {
      background-color: #f5f6f9;
      border-color: #f5f6f9;
      color: #fff; }
  .full.dark:before {
    height: 100%;
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(79, 83, 82, 0.6);
    background-color: rgba(67, 67, 67, 0.6); }
  .full.dark .text .button {
    background-color: #4f5352;
    border-color: #4f5352; }
    .full.dark .text .button:hover {
      background-color: #5b7a72;
      border-color: #5b7a72;
      color: #fff; }
  .full.light:before {
    height: 100%;
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(238, 238, 238, 0.6); }
  .full.light .text .button {
    background-color: #eee;
    border-color: #eee; }
    .full.light .text .button:hover {
      background-color: white;
      border-color: white;
      color: #fff; }
  .full.alert:before {
    height: 100%;
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(237, 156, 33, 0.6); }
  .full.alert .text .button {
    background-color: #ed9c21;
    border-color: #ed9c21; }
    .full.alert .text .button:hover {
      background-color: #fcb345;
      border-color: #fcb345;
      color: #fff; }
  .full.warning:before {
    height: 100%;
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(219, 47, 39, 0.6); }
  .full.warning .text .button {
    background-color: #db2f27;
    border-color: #db2f27; }
    .full.warning .text .button:hover {
      background-color: #ee4e47;
      border-color: #ee4e47;
      color: #fff; }
  .full.white:before {
    height: 100%;
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(255, 255, 255, 0.6); }
  .full.white .text .button {
    background-color: #fff;
    border-color: #fff; }
    .full.white .text .button:hover {
      background-color: white;
      border-color: white;
      color: #fff; }

/* explainer ===============================================================  */
.explainer div > h2 {
  text-align: center; }

.explainer section {
  max-width: 960px;
  margin: 0 auto;
  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; }
  .explainer section aside {
    padding: 42px 0;
    min-height: 290px;
    width: 28.57143%;
    float: left;
    margin-right: 7.14286%; }
    .explainer section aside:last-of-type {
      width: 64.28571%;
      float: right;
      margin-right: 0; }
    @media (max-width: 768px) {
      .explainer section aside:nth-of-type(n) {
        width: 48.27586%;
        float: left;
        margin-right: 3.44828%; }
      .explainer section aside:nth-child(2) {
        float: right;
        margin-right: 0; } }
  .explainer section:nth-of-type(even) aside:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0; }
  .explainer section:nth-of-type(even) aside:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 7.14286%; }
  @media (max-width: 768px) {
    .explainer section:nth-of-type(even) aside {
      text-align: right; }
      .explainer section:nth-of-type(even) aside:nth-child(1) {
        float: right;
        margin-right: 0; }
      .explainer section:nth-of-type(even) aside ul, .explainer section:nth-of-type(even) aside p, .explainer section:nth-of-type(even) aside dl, .explainer section:nth-of-type(even) aside li {
        text-align: left; }
      .explainer section:nth-of-type(even) aside img {
        display: inline-block; } }
  .explainer section:nth-of-type(even) div.hr:before {
    top: 0;
    bottom: auto; }
  .explainer section:nth-of-type(even) div.hr:after {
    top: auto;
    bottom: 100%; }
  .explainer section figure img {
    z-index: 5;
    position: relative;
    border-radius: 50%;
    border: 4px solid #93c4e8; }
  .explainer section div.hr {
    width: 720px;
    width: 68%;
    height: 1px;
    background-color: #2b73b2;
    margin: 0 auto;
    border: none !important;
    position: absolute;
    bottom: 0;
    left: 14%;
    z-index: 1; }
    .explainer section div.hr:before, .explainer section div.hr:after {
      display: block;
      content: '';
      width: 1px;
      height: 32px;
      height: 288px;
      position: absolute;
      background-color: #2b73b2;
      left: 0;
      bottom: 100%; }
    .explainer section div.hr:after {
      right: 0;
      top: 0;
      left: auto;
      bottom: auto; }
    @media (max-width: 768px) {
      .explainer section div.hr {
        width: 59%;
        left: 19%; } }
  .explainer section:nth-last-child(2) div.hr:after {
    height: 100px; }
  .explainer section:last-child div.hr {
    display: none; }

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

.explainer h2, .explainer h3, .explainer h4 {
  color: #2b73b2; }
  .explainer h2:first-child, .explainer h3:first-child, .explainer h4:first-child {
    margin-top: 0; }

@media (max-width: 768px) {
  .explainer img {
    width: 38vw; }
  .explainer section:nth-of-type(even) aside:nth-child(2) {
    padding-right: 0; }
  .explainer section:first-child div.hr:before {
    height: 220px; } }

@media (max-width: 500px) {
  .explainer div.hr:before,
  .explainer div.hr:after {
    height: 250px; } }

/* 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(67, 67, 67, 0.8); }
  .split.overlay-primary:before {
    background-color: rgba(43, 115, 178, 0.8); }
  .split.overlay-secondary:before {
    background-color: rgba(147, 196, 232, 0.8); }
  .split.overlay-med:before {
    background-color: rgba(218, 220, 225, 0.8); }
  .split.overlay-dark:before {
    background-color: rgba(79, 83, 82, 0.8);
    background-color: rgba(67, 67, 67, 0.8); }
  .split.overlay-light:before {
    background-color: rgba(238, 238, 238, 0.8); }
  .split.overlay-alert:before {
    background-color: rgba(237, 156, 33, 0.8); }
  .split.overlay-warning:before {
    background-color: rgba(219, 47, 39, 0.8); }
  .split.overlay-white:before {
    background-color: rgba(255, 255, 255, 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: 0px; }
  .split.light-text.primary .text .button {
    background-color: #2b73b2;
    border-color: #2b73b2; }
    .split.light-text.primary .text .button:hover {
      background-color: #318edf;
      border-color: #318edf;
      color: #fff; }
  .split.light-text.secondary .text .button {
    background-color: #93c4e8;
    border-color: #93c4e8; }
    .split.light-text.secondary .text .button:hover {
      background-color: #b8dcf6;
      border-color: #b8dcf6;
      color: #fff; }
  .split.light-text.med .text .button {
    background-color: #dadce1;
    border-color: #dadce1; }
    .split.light-text.med .text .button:hover {
      background-color: #f5f6f9;
      border-color: #f5f6f9;
      color: #fff; }
  .split.light-text.dark .text .button {
    background-color: #4f5352;
    border-color: #4f5352; }
    .split.light-text.dark .text .button:hover {
      background-color: #5b7a72;
      border-color: #5b7a72;
      color: #fff; }
  .split.light-text.light .text .button {
    background-color: #eee;
    border-color: #eee; }
    .split.light-text.light .text .button:hover {
      background-color: white;
      border-color: white;
      color: #fff; }
  .split.light-text.alert .text .button {
    background-color: #ed9c21;
    border-color: #ed9c21; }
    .split.light-text.alert .text .button:hover {
      background-color: #fcb345;
      border-color: #fcb345;
      color: #fff; }
  .split.light-text.warning .text .button {
    background-color: #db2f27;
    border-color: #db2f27; }
    .split.light-text.warning .text .button:hover {
      background-color: #ee4e47;
      border-color: #ee4e47;
      color: #fff; }
  .split.light-text.white .text .button {
    background-color: #fff;
    border-color: #fff; }
    .split.light-text.white .text .button:hover {
      background-color: white;
      border-color: white;
      color: #fff; }
  .split > .slideshow-container div.swiper-button-next, .split > .slideshow-container div.swiper-button-prev {
    width: 40px;
    height: 40px;
    background-color: #2b73b2; }
  .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 > div.swiper-button-prev, .split .half div.swiper-button-next {
      width: 30px; }
    .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: #2b73b2; }
      .split .half .text.secondary {
        background-color: #93c4e8; }
      .split .half .text.med {
        background-color: #dadce1; }
      .split .half .text.dark {
        background-color: #4f5352; }
      .split .half .text.light {
        background-color: #eee; }
      .split .half .text.alert {
        background-color: #ed9c21; }
      .split .half .text.warning {
        background-color: #db2f27; }
      .split .half .text.white {
        background-color: #fff; }
      .split .half .text:not(.light-text) *:not(.button) {
        color: #4f5352; }
      @media (max-width: 768px) {
        .split .half .text.border, .split .half .text.reversed {
          padding: 30px; } }
      .split .half .text.border {
        border: 3px solid #2b73b2; }
      .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 .half .swiper-button-prev:before {
      left: 0px; }
    .split .half .swiper-button-prev {
      top: 42%;
      left: 52px; }
    .split .half .swiper-button-next {
      right: 53px;
      top: 42%; }
    .split .half .swiper-button-next:before {
      left: 13px;
      top: 14%; }
    .split .half > .slideshow-container div.swiper-button-next, .split .half > .slideshow-container div.swiper-button-prev {
      width: 40px;
      height: 40px; }
  .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: white;
    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: "Montserrat", 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: "Montserrat", 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; } }
  .split .slideshow-container {
    overflow: hidden; }
    .split .slideshow-container .swiper-button-prev {
      margin-top: 0;
      left: 52px; }
    .split .slideshow-container .swiper-button-next {
      margin-top: 0;
      right: 52px; }
    .split .slideshow-container .swiper-button-prev:before {
      left: 9px; }
    .split .slideshow-container .swiper-slide {
      position: relative;
      height: 100%;
      max-height: 358px;
      width: 100%; }
      @media (max-width: 500px) {
        .split .slideshow-container .swiper-slide {
          max-height: 325px; } }
      .split .slideshow-container .swiper-slide figure {
        height: 100%;
        width: 100%; }
        .split .slideshow-container .swiper-slide figure img {
          height: 100%;
          width: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: center;
          object-position: center; }
        .split .slideshow-container .swiper-slide figure figcaption {
          position: absolute;
          padding: 10px;
          bottom: 0px;
          width: 100%;
          color: #fff;
          background: rgba(0, 0, 0, 0.3); }
  .split .swiper-button-prev, .split .swiper-button-next {
    margin-top: 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(43, 115, 178, 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; }
  .textslider h2.testimonial-heading {
    margin: 0 auto 40px;
    max-width: 1280px;
    text-align: center; }
  .textslider h2.light-text {
    color: #fff; }
  .textslider .light-text .button {
    border-color: white; }
    .textslider .light-text .button:hover {
      background-color: #fff;
      color: #2b73b2;
      border-color: #fff; }
  .textslider .light-text .swiper-button-next:before,
  .textslider .light-text .swiper-button-prev:before {
    color: #fff; }
  .textslider .button-wrap {
    padding-bottom: 0;
    margin-top: 30px; }
  .textslider > div {
    padding: 65px 0;
    margin: 0 auto;
    border-radius: 6px;
    max-width: 960px; }
    .textslider > div.primary {
      background-color: #2b73b2; }
      .textslider > div.primary.light-text .button:hover {
        color: #2b73b2; }
      .textslider > div.primary .swiper-button-prev:hover,
      .textslider > div.primary .swiper-button-next:hover {
        background-color: #318edf;
        opacity: 0.9; }
    .textslider > div.secondary {
      background-color: #93c4e8; }
      .textslider > div.secondary.light-text .button:hover {
        color: #93c4e8; }
      .textslider > div.secondary .swiper-button-prev:hover,
      .textslider > div.secondary .swiper-button-next:hover {
        background-color: #b8dcf6;
        opacity: 0.9; }
    .textslider > div.med {
      background-color: #dadce1; }
      .textslider > div.med.light-text .button:hover {
        color: #dadce1; }
      .textslider > div.med .swiper-button-prev:hover,
      .textslider > div.med .swiper-button-next:hover {
        background-color: #f5f6f9;
        opacity: 0.9; }
    .textslider > div.dark {
      background-color: #4f5352; }
      .textslider > div.dark.light-text .button:hover {
        color: #4f5352; }
      .textslider > div.dark .swiper-button-prev:hover,
      .textslider > div.dark .swiper-button-next:hover {
        background-color: #5b7a72;
        opacity: 0.9; }
    .textslider > div.light {
      background-color: #eee; }
      .textslider > div.light.light-text .button:hover {
        color: #eee; }
      .textslider > div.light .swiper-button-prev:hover,
      .textslider > div.light .swiper-button-next:hover {
        background-color: white;
        opacity: 0.9; }
    .textslider > div.alert {
      background-color: #ed9c21; }
      .textslider > div.alert.light-text .button:hover {
        color: #ed9c21; }
      .textslider > div.alert .swiper-button-prev:hover,
      .textslider > div.alert .swiper-button-next:hover {
        background-color: #fcb345;
        opacity: 0.9; }
    .textslider > div.warning {
      background-color: #db2f27; }
      .textslider > div.warning.light-text .button:hover {
        color: #db2f27; }
      .textslider > div.warning .swiper-button-prev:hover,
      .textslider > div.warning .swiper-button-next:hover {
        background-color: #ee4e47;
        opacity: 0.9; }
    .textslider > div.white {
      background-color: #fff; }
      .textslider > div.white.light-text .button:hover {
        color: #fff; }
      .textslider > div.white .swiper-button-prev:hover,
      .textslider > div.white .swiper-button-next:hover {
        background-color: white;
        opacity: 0.9; }
    @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 .swiper-container + .button {
    margin-top: 35px; }
  .textslider figure {
    width: 16.66667%;
    float: left;
    margin-right: 4.16667%;
    width: 16%;
    position: relative;
    left: -8px; }
    .textslider figure img {
      border-radius: 100px;
      border: 10px solid #2b73b2; }
    .textslider figure figcaption {
      line-height: 1.4;
      color: #fff; }
      .textslider figure figcaption strong {
        display: block;
        margin-top: 8px; }
  .textslider figure + blockquote {
    width: 79.16667%;
    float: right;
    margin-right: 0; }
  .textslider blockquote {
    margin: 0 auto;
    padding: 0;
    border: none;
    clear: none;
    background-color: transparent;
    font-size: 18px; }
    .textslider blockquote:before {
      display: none; }
    .textslider blockquote p {
      font-style: italic;
      font-weight: normal;
      text-align: left;
      line-height: 2; }
    .textslider blockquote .testimonial-rating .rating-start {
      margin: 0;
      display: inline-block;
      width: 100%; }
      .textslider blockquote .testimonial-rating .rating-start li {
        float: left;
        list-style-type: none;
        margin-right: 10px; }
        .textslider blockquote .testimonial-rating .rating-start li .fas {
          color: gold; }
        .textslider blockquote .testimonial-rating .rating-start li:last-child {
          margin-right: 0; }
        .textslider blockquote .testimonial-rating .rating-start li.half-star {
          position: relative;
          margin-top: 4px; }
          .textslider blockquote .testimonial-rating .rating-start li.half-star .fa-star-half, .textslider blockquote .testimonial-rating .rating-start li.half-star .fa-star {
            position: absolute;
            left: 0; }
  .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;
    color: #4f5352; }
  .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; }
    .textslider figure,
    .textslider figure + blockquote {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
    .textslider figcaption {
      margin-bottom: 32px; } }
  @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(67, 67, 67, 0.25); }
    .textslider .swiper-button-prev {
      right: 55%; }
    .textslider .swiper-button-next {
      left: 55%; } }

/* multi column section ===============================================================  */
.multi img {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

.multi h2 {
  font-family: "Montserrat", sans-serif;
  color: #2b73b2;
  margin: 0 auto 30px;
  padding-bottom: 25px;
  text-align: center; }

.multi h2:empty {
  display: none; }

.multi h3 {
  text-transform: none;
  font-size: 24px;
  margin-bottom: 0;
  text-decoration: none; }

.multi h4 {
  color: #4f5352;
  text-transform: none;
  font-weight: bold;
  font-size: 20px; }

.multi .reverse-order > div > div {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.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: stretch;
  -ms-flex-line-pack: stretch;
  -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: stretch;
  -webkit-box-align: stretch;
  align-items: stretch; }
  .multi > div > div:before, .multi > div > div:after {
    display: block;
    width: 100%;
    clear: both;
    content: ''; }

.multi.reversed .col span {
  padding: 24px; }

.multi .col > span {
  padding: 24px;
  display: block;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly; }

.multi .col p {
  color: #4f5352;
  position: relative;
  z-index: 2;
  margin-bottom: 20px; }

.multi .col figure i:before {
  font-size: 68px; }

.multi .col i {
  padding: 0 20px 20px 20px;
  text-align: left;
  display: block; }
  .multi .col i:before {
    margin-right: 0; }

.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 .col figure br {
  display: none; }

.multi .button-wrap p, .multi .button-wrap br {
  display: none; }

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

.multi.light-text h3 {
  color: #fff; }

.multi.light-text > div.reversed .col .button {
  color: #fff; }

.multi.light-text.primary .col .button {
  color: #fff; }

.multi.light-text.primary .row .button {
  color: #fff; }

.multi.light-text.primary .row .button.secondary:hover {
  color: #fff; }

.multi.light-text.primary .button:hover {
  color: lighter(#2b73b2); }

.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 span:before, .multi.light-text.primary > div.reversed li {
  color: #4f5352; }

.multi.light-text.primary > div.reversed .col .button {
  border-color: #2b73b2;
  background-color: #2b73b2; }
  .multi.light-text.primary > div.reversed .col .button:hover {
    border-color: #fff;
    background-color: #fff;
    color: #2b73b2; }

.multi.light-text.secondary .col .button {
  color: #fff; }

.multi.light-text.secondary .row .button {
  color: #fff; }

.multi.light-text.secondary .row .button.secondary:hover {
  color: #fff; }

.multi.light-text.secondary .button:hover {
  color: lighter(#93c4e8); }

.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 span:before, .multi.light-text.secondary > div.reversed li {
  color: #4f5352; }

.multi.light-text.secondary > div.reversed .col .button {
  border-color: #93c4e8;
  background-color: #93c4e8; }
  .multi.light-text.secondary > div.reversed .col .button:hover {
    border-color: #fff;
    background-color: #fff;
    color: #93c4e8; }

.multi.light-text.med .col .button {
  color: #dadce1; }

.multi.light-text.med .row .button {
  color: #dadce1; }

.multi.light-text.med .row .button.secondary:hover {
  color: #fff; }

.multi.light-text.med .button:hover {
  color: lighter(#dadce1); }

.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 span:before, .multi.light-text.med > div.reversed li {
  color: #4f5352; }

.multi.light-text.med > div.reversed .col .button {
  border-color: #dadce1;
  background-color: #dadce1; }
  .multi.light-text.med > div.reversed .col .button:hover {
    border-color: #fff;
    background-color: #fff;
    color: #dadce1; }

.multi.light-text.dark .col .button {
  color: #fff; }

.multi.light-text.dark .row .button {
  color: #fff; }

.multi.light-text.dark .row .button.secondary:hover {
  color: #fff; }

.multi.light-text.dark .button:hover {
  color: lighter(#4f5352); }

.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 span:before, .multi.light-text.dark > div.reversed li {
  color: #4f5352; }

.multi.light-text.dark > div.reversed .col .button {
  border-color: #4f5352;
  background-color: #4f5352; }
  .multi.light-text.dark > div.reversed .col .button:hover {
    border-color: #fff;
    background-color: #fff;
    color: #4f5352; }

.multi.light-text.light .col .button {
  color: #eee; }

.multi.light-text.light .row .button {
  color: #eee; }

.multi.light-text.light .row .button.secondary:hover {
  color: #fff; }

.multi.light-text.light .button:hover {
  color: lighter(#eee); }

.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 span:before, .multi.light-text.light > div.reversed li {
  color: #4f5352; }

.multi.light-text.light > div.reversed .col .button {
  border-color: #eee;
  background-color: #eee; }
  .multi.light-text.light > div.reversed .col .button:hover {
    border-color: #fff;
    background-color: #fff;
    color: #eee; }

.multi.light-text.alert .col .button {
  color: #ed9c21; }

.multi.light-text.alert .row .button {
  color: #ed9c21; }

.multi.light-text.alert .row .button.secondary:hover {
  color: #fff; }

.multi.light-text.alert .button:hover {
  color: lighter(#ed9c21); }

.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 span:before, .multi.light-text.alert > div.reversed li {
  color: #4f5352; }

.multi.light-text.alert > div.reversed .col .button {
  border-color: #ed9c21;
  background-color: #ed9c21; }
  .multi.light-text.alert > div.reversed .col .button:hover {
    border-color: #fff;
    background-color: #fff;
    color: #ed9c21; }

.multi.light-text.warning .col .button {
  color: #db2f27; }

.multi.light-text.warning .row .button {
  color: #db2f27; }

.multi.light-text.warning .row .button.secondary:hover {
  color: #fff; }

.multi.light-text.warning .button:hover {
  color: lighter(#db2f27); }

.multi.light-text.warning > div.reversed a:not(.button), .multi.light-text.warning > div.reversed a:hover,
.multi.light-text.warning > div.reversed h3, .multi.light-text.warning > div.reversed h4, .multi.light-text.warning > div.reversed p, .multi.light-text.warning > div.reversed span, .multi.light-text.warning > div.reversed span:before, .multi.light-text.warning > div.reversed li {
  color: #4f5352; }

.multi.light-text.warning > div.reversed .col .button {
  border-color: #db2f27;
  background-color: #db2f27; }
  .multi.light-text.warning > div.reversed .col .button:hover {
    border-color: #fff;
    background-color: #fff;
    color: #db2f27; }

.multi.light-text.white .col .button {
  color: #fff; }

.multi.light-text.white .row .button {
  color: #fff; }

.multi.light-text.white .row .button.secondary:hover {
  color: #fff; }

.multi.light-text.white .button:hover {
  color: lighter(#fff); }

.multi.light-text.white > div.reversed a:not(.button), .multi.light-text.white > div.reversed a:hover,
.multi.light-text.white > div.reversed h3, .multi.light-text.white > div.reversed h4, .multi.light-text.white > div.reversed p, .multi.light-text.white > div.reversed span, .multi.light-text.white > div.reversed span:before, .multi.light-text.white > div.reversed li {
  color: #4f5352; }

.multi.light-text.white > div.reversed .col .button {
  border-color: #fff;
  background-color: #fff; }
  .multi.light-text.white > div.reversed .col .button:hover {
    border-color: #fff;
    background-color: #fff;
    color: #fff; }

.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: #2b73b2; }

.multi > div.reversed.light-text.secondary .col .button {
  color: #93c4e8; }

.multi > div.reversed.light-text.med .col .button {
  color: #dadce1; }

.multi > div.reversed.light-text.dark .col .button {
  color: #4f5352; }

.multi > div.reversed.light-text.light .col .button {
  color: #eee; }

.multi > div.reversed.light-text.alert .col .button {
  color: #ed9c21; }

.multi > div.reversed.light-text.warning .col .button {
  color: #db2f27; }

.multi > div.reversed.light-text.white .col .button {
  color: #fff; }

.multi > div.center-content {
  text-align: center; }
  .multi > div.center-content p {
    text-align: center; }
    .multi > div.center-content p:last-child {
      margin-bottom: 0; }
  .multi > div.center-content i {
    padding: 0px 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: 10px 0 0; }
  .multi > div.center-content .col h4 {
    margin-bottom: 10px; }
  .multi > div.center-content .col p {
    text-align: center; }

.multi.numbered {
  counter-reset: num-counter; }
  .multi.numbered > div.border span:not(.button) {
    border-top-width: 4px !important; }
  .multi.numbered > div.border p {
    margin-bottom: 20px; }
  .multi.numbered > div.border h3 {
    margin-top: 30px; }
  .multi.numbered > div.border h4 {
    margin-top: 15px; }
  .multi.numbered > div.primary span:before,
  .multi.numbered > div.primary a > span:before {
    background-color: #2b73b2; }
  .multi.numbered > div.primary.reversed span, .multi.numbered > div.primary.reversed p, .multi.numbered > div.primary.reversed h3, .multi.numbered > div.primary.reversed h4 {
    color: #fff; }
  .multi.numbered > div.secondary span:before,
  .multi.numbered > div.secondary a > span:before {
    background-color: #93c4e8; }
  .multi.numbered > div.secondary.reversed span, .multi.numbered > div.secondary.reversed p, .multi.numbered > div.secondary.reversed h3, .multi.numbered > div.secondary.reversed h4 {
    color: #fff; }
  .multi.numbered > div.med span:before,
  .multi.numbered > div.med a > span:before {
    background-color: #dadce1; }
  .multi.numbered > div.med.reversed span, .multi.numbered > div.med.reversed p, .multi.numbered > div.med.reversed h3, .multi.numbered > div.med.reversed h4 {
    color: #4f5352; }
  .multi.numbered > div.med.reversed a.button {
    border-color: #fff; }
  .multi.numbered > div.dark span:before,
  .multi.numbered > div.dark a > span:before {
    background-color: #4f5352; }
  .multi.numbered > div.dark.reversed span, .multi.numbered > div.dark.reversed p, .multi.numbered > div.dark.reversed h3, .multi.numbered > div.dark.reversed h4 {
    color: #fff; }
  .multi.numbered > div.light span:before,
  .multi.numbered > div.light a > span:before {
    background-color: #eee; }
  .multi.numbered > div.light.reversed span, .multi.numbered > div.light.reversed p, .multi.numbered > div.light.reversed h3, .multi.numbered > div.light.reversed h4 {
    color: #4f5352; }
  .multi.numbered > div.light.reversed a.button {
    border-color: #fff; }
  .multi.numbered > div.alert span:before,
  .multi.numbered > div.alert a > span:before {
    background-color: #ed9c21; }
  .multi.numbered > div.alert.reversed span, .multi.numbered > div.alert.reversed p, .multi.numbered > div.alert.reversed h3, .multi.numbered > div.alert.reversed h4 {
    color: #fff; }
  .multi.numbered > div.warning span:before,
  .multi.numbered > div.warning a > span:before {
    background-color: #db2f27; }
  .multi.numbered > div.warning.reversed span, .multi.numbered > div.warning.reversed p, .multi.numbered > div.warning.reversed h3, .multi.numbered > div.warning.reversed h4 {
    color: #fff; }
  .multi.numbered > div.white span:before,
  .multi.numbered > div.white a > span:before {
    background-color: #fff; }
  .multi.numbered > div.white.reversed span, .multi.numbered > div.white.reversed p, .multi.numbered > div.white.reversed h3, .multi.numbered > div.white.reversed h4 {
    color: #fff; }
  .multi.numbered > div:not(.border) .col > span:before {
    top: -30px; }
  .multi.numbered .col figure {
    margin-top: 30px; }
  .multi.numbered .col > span,
  .multi.numbered .col a > span {
    position: relative; }
  .multi.numbered .col > span:before,
  .multi.numbered .col a > span:before {
    counter-increment: num-counter;
    content: counter(num-counter);
    display: block;
    background-color: #4f5352;
    color: #fff;
    font-weight: 100;
    font-size: 40px;
    padding: 8px 0;
    height: 60px;
    width: 60px;
    border-radius: 100px;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -30px;
    text-align: center; }
  .multi.numbered .border.light span:before, .multi.numbered .border.light a.button, .multi.numbered .border.med span:before, .multi.numbered .border.med a.button, .multi.numbered .border.white span:before, .multi.numbered .border.white a.button {
    color: #4f5352; }
  .multi.numbered.light-text > .basic.light a.button, .multi.numbered.light-text > .basic.light span:before, .multi.numbered.light-text > .basic.med a.button, .multi.numbered.light-text > .basic.med span:before, .multi.numbered.light-text > .basic.white a.button, .multi.numbered.light-text > .basic.white span:before {
    color: #4f5352; }
  .multi.numbered .col figure + span h3 {
    margin-top: 16px; }
  @media (max-width: 992px) {
    .multi.numbered[data-count="4"] .col:nth-of-type(n+3) {
      margin-top: 45px; } }
  @media (max-width: 768px) {
    .multi.numbered[data-count] .col:nth-of-type(n+2) {
      margin-top: 45px; } }

.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 {
    margin-left: 20px;
    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: #2b73b2; }

.multi div.primary .button {
  background-color: #2b73b2; }

.multi div.primary span {
  border-color: #2b73b2; }

.multi div.primary figure:before {
  background-color: rgba(43, 115, 178, 0.4); }

.multi div.primary a, .multi div.primary a:after,
.multi div.primary figure i:before {
  color: #2b73b2; }

.multi div.primary a:hover {
  color: #318edf; }

.multi div.primary.border .col {
  border: 4px solid #2b73b2;
  border-radius: 6px; }

.multi div.primary.border figure, .multi div.primary.border figure img {
  border-radius: 2px 2px 0 0; }

.multi div.primary.border figure + span {
  border-top-width: 0;
  border-top: none; }

.multi div.primary.reversed .col {
  background-color: #2b73b2; }

.multi div.primary .button {
  background-color: #2b73b2;
  border-color: #2b73b2; }
  .multi div.primary .button:hover {
    background-color: #318edf;
    border-color: #318edf; }
  .multi div.primary .button.secondary {
    border-color: #2b73b2;
    color: #2b73b2; }
    .multi div.primary .button.secondary:hover {
      background-color: #2b73b2; }

.multi div.secondary h2, .multi div.secondary h3 {
  color: #93c4e8; }

.multi div.secondary .button {
  background-color: #93c4e8; }

.multi div.secondary span {
  border-color: #93c4e8; }

.multi div.secondary figure:before {
  background-color: rgba(147, 196, 232, 0.4); }

.multi div.secondary a, .multi div.secondary a:after,
.multi div.secondary figure i:before {
  color: #93c4e8; }

.multi div.secondary a:hover {
  color: #b8dcf6; }

.multi div.secondary.border .col {
  border: 4px solid #93c4e8;
  border-radius: 6px; }

.multi div.secondary.border figure, .multi div.secondary.border figure img {
  border-radius: 2px 2px 0 0; }

.multi div.secondary.border figure + span {
  border-top-width: 0;
  border-top: none; }

.multi div.secondary.reversed .col {
  background-color: #93c4e8; }

.multi div.secondary .button {
  background-color: #93c4e8;
  border-color: #93c4e8; }
  .multi div.secondary .button:hover {
    background-color: #b8dcf6;
    border-color: #b8dcf6; }
  .multi div.secondary .button.secondary {
    border-color: #93c4e8;
    color: #93c4e8; }
    .multi div.secondary .button.secondary:hover {
      background-color: #93c4e8; }

.multi div.med h2, .multi div.med h3 {
  color: #dadce1; }

.multi div.med .button {
  background-color: #dadce1; }

.multi div.med span {
  border-color: #dadce1; }

.multi div.med figure:before {
  background-color: rgba(218, 220, 225, 0.4); }

.multi div.med a, .multi div.med a:after,
.multi div.med figure i:before {
  color: #dadce1; }

.multi div.med a:hover {
  color: #f5f6f9; }

.multi div.med.border .col {
  border: 4px solid #dadce1;
  border-radius: 6px; }

.multi div.med.border figure, .multi div.med.border figure img {
  border-radius: 2px 2px 0 0; }

.multi div.med.border figure + span {
  border-top-width: 0;
  border-top: none; }

.multi div.med.reversed .col {
  background-color: #dadce1; }

.multi div.med .button {
  background-color: #dadce1;
  border-color: #dadce1; }
  .multi div.med .button:hover {
    background-color: #f6f7f8;
    border-color: #f6f7f8; }
  .multi div.med .button.secondary {
    border-color: #dadce1;
    color: #dadce1; }
    .multi div.med .button.secondary:hover {
      background-color: #dadce1; }

.multi div.dark h2, .multi div.dark h3 {
  color: #4f5352; }

.multi div.dark .button {
  background-color: #4f5352; }

.multi div.dark span {
  border-color: #4f5352; }

.multi div.dark figure:before {
  background-color: rgba(79, 83, 82, 0.4); }

.multi div.dark a, .multi div.dark a:after,
.multi div.dark figure i:before {
  color: #4f5352; }

.multi div.dark a:hover {
  color: #5b7a72; }

.multi div.dark.border .col {
  border: 4px solid #4f5352;
  border-radius: 6px; }

.multi div.dark.border figure, .multi div.dark.border figure img {
  border-radius: 2px 2px 0 0; }

.multi div.dark.border figure + span {
  border-top-width: 0;
  border-top: none; }

.multi div.dark.reversed .col {
  background-color: #4f5352; }

.multi div.dark .button {
  background-color: #4f5352;
  border-color: #4f5352; }
  .multi div.dark .button:hover {
    background-color: #686d6c;
    border-color: #686d6c; }
  .multi div.dark .button.secondary {
    border-color: #4f5352;
    color: #4f5352; }
    .multi div.dark .button.secondary:hover {
      background-color: #4f5352; }

.multi div.light h2, .multi div.light h3 {
  color: #eee; }

.multi div.light .button {
  background-color: #eee; }

.multi div.light span {
  border-color: #eee; }

.multi div.light figure:before {
  background-color: rgba(238, 238, 238, 0.4); }

.multi div.light a, .multi div.light a:after,
.multi div.light figure i:before {
  color: #eee; }

.multi div.light a:hover {
  color: white; }

.multi div.light.border .col {
  border: 4px solid #eee;
  border-radius: 6px; }

.multi div.light.border figure, .multi div.light.border figure img {
  border-radius: 2px 2px 0 0; }

.multi div.light.border figure + span {
  border-top-width: 0;
  border-top: none; }

.multi div.light.reversed .col {
  background-color: #eee; }

.multi div.light .button {
  background-color: #eee;
  border-color: #eee; }
  .multi div.light .button:hover {
    background-color: white;
    border-color: white; }
  .multi div.light .button.secondary {
    border-color: #eee;
    color: #eee; }
    .multi div.light .button.secondary:hover {
      background-color: #eee; }

.multi div.alert h2, .multi div.alert h3 {
  color: #ed9c21; }

.multi div.alert .button {
  background-color: #ed9c21; }

.multi div.alert span {
  border-color: #ed9c21; }

.multi div.alert figure:before {
  background-color: rgba(237, 156, 33, 0.4); }

.multi div.alert a, .multi div.alert a:after,
.multi div.alert figure i:before {
  color: #ed9c21; }

.multi div.alert a:hover {
  color: #fcb345; }

.multi div.alert.border .col {
  border: 4px solid #ed9c21;
  border-radius: 6px; }

.multi div.alert.border figure, .multi div.alert.border figure img {
  border-radius: 2px 2px 0 0; }

.multi div.alert.border figure + span {
  border-top-width: 0;
  border-top: none; }

.multi div.alert.reversed .col {
  background-color: #ed9c21; }

.multi div.alert .button {
  background-color: #ed9c21;
  border-color: #ed9c21; }
  .multi div.alert .button:hover {
    background-color: #fcb345;
    border-color: #fcb345; }
  .multi div.alert .button.secondary {
    border-color: #ed9c21;
    color: #ed9c21; }
    .multi div.alert .button.secondary:hover {
      background-color: #ed9c21; }

.multi div.warning h2, .multi div.warning h3 {
  color: #db2f27; }

.multi div.warning .button {
  background-color: #db2f27; }

.multi div.warning span {
  border-color: #db2f27; }

.multi div.warning figure:before {
  background-color: rgba(219, 47, 39, 0.4); }

.multi div.warning a, .multi div.warning a:after,
.multi div.warning figure i:before {
  color: #db2f27; }

.multi div.warning a:hover {
  color: #ee4e47; }

.multi div.warning.border .col {
  border: 4px solid #db2f27;
  border-radius: 6px; }

.multi div.warning.border figure, .multi div.warning.border figure img {
  border-radius: 2px 2px 0 0; }

.multi div.warning.border figure + span {
  border-top-width: 0;
  border-top: none; }

.multi div.warning.reversed .col {
  background-color: #db2f27; }

.multi div.warning .button {
  background-color: #db2f27;
  border-color: #db2f27; }
  .multi div.warning .button:hover {
    background-color: #ee4e47;
    border-color: #ee4e47; }
  .multi div.warning .button.secondary {
    border-color: #db2f27;
    color: #db2f27; }
    .multi div.warning .button.secondary:hover {
      background-color: #db2f27; }

.multi div.white h2, .multi div.white h3 {
  color: #fff; }

.multi div.white .button {
  background-color: #fff; }

.multi div.white span {
  border-color: #fff; }

.multi div.white figure:before {
  background-color: rgba(255, 255, 255, 0.4); }

.multi div.white a, .multi div.white a:after,
.multi div.white figure i:before {
  color: #fff; }

.multi div.white a:hover {
  color: white; }

.multi div.white.border .col {
  border: 4px solid #fff;
  border-radius: 6px; }

.multi div.white.border figure, .multi div.white.border figure img {
  border-radius: 2px 2px 0 0; }

.multi div.white.border figure + span {
  border-top-width: 0;
  border-top: none; }

.multi div.white.reversed .col {
  background-color: #fff; }

.multi div.white .button {
  background-color: #fff;
  border-color: #fff; }
  .multi div.white .button:hover {
    background-color: white;
    border-color: white; }
  .multi div.white .button.secondary {
    border-color: #fff;
    color: #fff; }
    .multi div.white .button.secondary:hover {
      background-color: #fff; }

.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; }
  .multi .col figure > i {
    padding: 0; }
  .multi h2 {
    padding-bottom: 0;
    margin-bottom: 20px; } }

/* 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: #4f5352;
  display: block;
  font-weight: bold;
  padding: 18px 22px;
  position: relative;
  text-decoration: none; }
  .faq dt a:hover {
    color: #fff;
    background-color: #2b73b2; }
    .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: #dadce1; }
  .faq dt a.open {
    color: #2b73b2; }
    .faq dt a.open:after {
      content: '\f068';
      color: #93c4e8; }
    .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(218, 220, 225, 0.5);
  box-shadow: inset 0 5px 2px rgba(218, 220, 225, 0.5); }

.faq > div.primary h2 {
  color: #2b73b2; }

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

.faq > div.primary dd {
  background-color: rgba(43, 115, 178, 0.05);
  border-top: 2px solid #2b73b2; }
  .faq > div.primary dd h3, .faq > div.primary dd h4, .faq > div.primary dd h5, .faq > div.primary dd h6 {
    color: #2b73b2; }

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

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

.faq > div.primary.reversed dt a {
  background-color: #2b73b2;
  color: white;
  -webkit-box-shadow: inset 0 5px 2px rgba(28, 75, 116, 0.5);
  box-shadow: inset 0 5px 2px rgba(28, 75, 116, 0.5); }
  .faq > div.primary.reversed dt a:hover {
    background-color: #318edf; }

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

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

.faq > div.secondary dd {
  background-color: rgba(147, 196, 232, 0.05);
  border-top: 2px solid #93c4e8; }
  .faq > div.secondary dd h3, .faq > div.secondary dd h4, .faq > div.secondary dd h5, .faq > div.secondary dd h6 {
    color: #93c4e8; }

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

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

.faq > div.secondary.reversed dt a {
  background-color: #93c4e8;
  color: white;
  -webkit-box-shadow: inset 0 5px 2px rgba(84, 162, 219, 0.5);
  box-shadow: inset 0 5px 2px rgba(84, 162, 219, 0.5); }
  .faq > div.secondary.reversed dt a:hover {
    background-color: #b8dcf6; }

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

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

.faq > div.med dd {
  background-color: rgba(218, 220, 225, 0.05);
  border-top: 2px solid #dadce1; }
  .faq > div.med dd h3, .faq > div.med dd h4, .faq > div.med dd h5, .faq > div.med dd h6 {
    color: #dadce1; }

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

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

.faq > div.med.reversed dt a {
  background-color: #dadce1;
  color: white;
  -webkit-box-shadow: inset 0 5px 2px rgba(176, 180, 191, 0.5);
  box-shadow: inset 0 5px 2px rgba(176, 180, 191, 0.5); }
  .faq > div.med.reversed dt a:hover {
    background-color: #f5f6f9; }

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

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

.faq > div.dark dd {
  background-color: rgba(79, 83, 82, 0.05);
  border-top: 2px solid #4f5352; }
  .faq > div.dark dd h3, .faq > div.dark dd h4, .faq > div.dark dd h5, .faq > div.dark dd h6 {
    color: #4f5352; }

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

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

.faq > div.dark.reversed dt a {
  background-color: #4f5352;
  color: white;
  -webkit-box-shadow: inset 0 5px 2px rgba(42, 44, 43, 0.5);
  box-shadow: inset 0 5px 2px rgba(42, 44, 43, 0.5); }
  .faq > div.dark.reversed dt a:hover {
    background-color: #5b7a72;
    background-color: #dadce1;
    color: #4f5352; }

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

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

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

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

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

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

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

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

.faq > div.alert dd {
  background-color: rgba(237, 156, 33, 0.05);
  border-top: 2px solid #ed9c21; }
  .faq > div.alert dd h3, .faq > div.alert dd h4, .faq > div.alert dd h5, .faq > div.alert dd h6 {
    color: #ed9c21; }

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

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

.faq > div.alert.reversed dt a {
  background-color: #ed9c21;
  color: white;
  -webkit-box-shadow: inset 0 5px 2px rgba(179, 114, 15, 0.5);
  box-shadow: inset 0 5px 2px rgba(179, 114, 15, 0.5); }
  .faq > div.alert.reversed dt a:hover {
    background-color: #fcb345; }

.faq > div.warning h2 {
  color: #db2f27; }

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

.faq > div.warning dd {
  background-color: rgba(219, 47, 39, 0.05);
  border-top: 2px solid #db2f27; }
  .faq > div.warning dd h3, .faq > div.warning dd h4, .faq > div.warning dd h5, .faq > div.warning dd h6 {
    color: #db2f27; }

.faq > div.warning.border dt a {
  border: 4px solid #db2f27; }

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

.faq > div.warning.reversed dt a {
  background-color: #db2f27;
  color: white;
  -webkit-box-shadow: inset 0 5px 2px rgba(156, 32, 26, 0.5);
  box-shadow: inset 0 5px 2px rgba(156, 32, 26, 0.5); }
  .faq > div.warning.reversed dt a:hover {
    background-color: #ee4e47; }

.faq > div.white h2 {
  color: #fff; }

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

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

.faq > div.white.border dt a {
  border: 4px solid #fff; }

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

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

/* cta section ===============================================================  */
section.cta.width-sm {
  max-width: 640px; }

section.cta > div {
  max-width: 960px;
  border-radius: 6px; }
  section.cta > div.border, section.cta > div.reversed {
    padding: 40px 50px;
    border: 4px solid #2b73b2; }
  section.cta > div.primary {
    border-color: #2b73b2; }
    section.cta > div.primary h2 {
      color: #2b73b2; }
    section.cta > div.primary .button {
      background-color: #2b73b2;
      border-color: #2b73b2; }
      section.cta > div.primary .button:hover {
        background-color: #3080c7;
        border-color: #3080c7; }
      section.cta > div.primary .button.secondary {
        background-color: transparent;
        color: #2b73b2; }
        section.cta > div.primary .button.secondary:hover {
          background-color: #2b73b2;
          border-color: #2b73b2;
          color: #fff; }
  section.cta > div.secondary {
    border-color: #93c4e8; }
    section.cta > div.secondary h2 {
      color: #93c4e8; }
    section.cta > div.secondary .button {
      background-color: #93c4e8;
      border-color: #93c4e8; }
      section.cta > div.secondary .button:hover {
        background-color: #a8cfec;
        border-color: #a8cfec; }
      section.cta > div.secondary .button.secondary {
        background-color: transparent;
        color: #93c4e8; }
        section.cta > div.secondary .button.secondary:hover {
          background-color: #93c4e8;
          border-color: #93c4e8;
          color: #fff; }
  section.cta > div.med {
    border-color: #dadce1; }
    section.cta > div.med h2 {
      color: #dadce1; }
    section.cta > div.med .button {
      background-color: #dadce1;
      border-color: #dadce1; }
      section.cta > div.med .button:hover {
        background-color: #e8e9ec;
        border-color: #e8e9ec; }
      section.cta > div.med .button.secondary {
        background-color: transparent;
        color: #dadce1; }
        section.cta > div.med .button.secondary:hover {
          background-color: #dadce1;
          border-color: #dadce1;
          color: #fff; }
  section.cta > div.dark {
    border-color: #4f5352; }
    section.cta > div.dark h2 {
      color: #4f5352; }
    section.cta > div.dark .button {
      background-color: #4f5352;
      border-color: #4f5352; }
      section.cta > div.dark .button:hover {
        background-color: #5b605f;
        border-color: #5b605f; }
      section.cta > div.dark .button.secondary {
        background-color: transparent;
        color: #4f5352; }
        section.cta > div.dark .button.secondary:hover {
          background-color: #4f5352;
          border-color: #4f5352;
          color: #fff; }
  section.cta > div.light {
    border-color: #eee; }
    section.cta > div.light h2 {
      color: #eee; }
    section.cta > div.light .button {
      background-color: #eee;
      border-color: #eee; }
      section.cta > div.light .button:hover {
        background-color: #fbfbfb;
        border-color: #fbfbfb; }
      section.cta > div.light .button.secondary {
        background-color: transparent;
        color: #eee; }
        section.cta > div.light .button.secondary:hover {
          background-color: #eee;
          border-color: #eee;
          color: #fff; }
  section.cta > div.alert {
    border-color: #ed9c21; }
    section.cta > div.alert h2 {
      color: #ed9c21; }
    section.cta > div.alert .button {
      background-color: #ed9c21;
      border-color: #ed9c21; }
      section.cta > div.alert .button:hover {
        background-color: #efa739;
        border-color: #efa739; }
      section.cta > div.alert .button.secondary {
        background-color: transparent;
        color: #ed9c21; }
        section.cta > div.alert .button.secondary:hover {
          background-color: #ed9c21;
          border-color: #ed9c21;
          color: #fff; }
  section.cta > div.warning {
    border-color: #db2f27; }
    section.cta > div.warning h2 {
      color: #db2f27; }
    section.cta > div.warning .button {
      background-color: #db2f27;
      border-color: #db2f27; }
      section.cta > div.warning .button:hover {
        background-color: #df443d;
        border-color: #df443d; }
      section.cta > div.warning .button.secondary {
        background-color: transparent;
        color: #db2f27; }
        section.cta > div.warning .button.secondary:hover {
          background-color: #db2f27;
          border-color: #db2f27;
          color: #fff; }
  section.cta > div.white {
    border-color: #fff; }
    section.cta > div.white h2 {
      color: #fff; }
    section.cta > div.white .button {
      background-color: #fff;
      border-color: #fff; }
      section.cta > div.white .button:hover {
        background-color: white;
        border-color: white; }
      section.cta > div.white .button.secondary {
        background-color: transparent;
        color: #fff; }
        section.cta > div.white .button.secondary:hover {
          background-color: #fff;
          border-color: #fff;
          color: #fff; }
  section.cta > div.reversed {
    border: none; }
    section.cta > div.reversed.primary {
      background-color: #2b73b2; }
      section.cta > div.reversed.primary .button {
        color: #2b73b2; }
      section.cta > div.reversed.primary.light-text .button:hover {
        color: #fff;
        background-color: #4892d3;
        border-color: #4892d3; }
      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: #4892d3;
          border-color: #4892d3; }
    section.cta > div.reversed.secondary {
      background-color: #93c4e8; }
      section.cta > div.reversed.secondary .button {
        color: #93c4e8; }
      section.cta > div.reversed.secondary.light-text .button:hover {
        color: #fff;
        background-color: #c5e0f3;
        border-color: #c5e0f3; }
      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: #c5e0f3;
          border-color: #c5e0f3; }
    section.cta > div.reversed.med {
      background-color: #dadce1; }
      section.cta > div.reversed.med .button {
        color: #dadce1; }
      section.cta > div.reversed.med.light-text .button:hover {
        color: #fff;
        background-color: #fcfcfc;
        border-color: #fcfcfc; }
      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: #fcfcfc;
          border-color: #fcfcfc; }
    section.cta > div.reversed.dark {
      background-color: #4f5352; }
      section.cta > div.reversed.dark .button {
        color: #4f5352; }
      section.cta > div.reversed.dark.light-text .button:hover {
        color: #fff;
        background-color: #6d7271;
        border-color: #6d7271; }
      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: #6d7271;
          border-color: #6d7271; }
    section.cta > div.reversed.light {
      background-color: #eee; }
      section.cta > div.reversed.light .button {
        color: #eee; }
      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: #ed9c21; }
      section.cta > div.reversed.alert .button {
        color: #ed9c21; }
      section.cta > div.reversed.alert.light-text .button:hover {
        color: #fff;
        background-color: #f2b55a;
        border-color: #f2b55a; }
      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: #f2b55a;
          border-color: #f2b55a; }
    section.cta > div.reversed.warning {
      background-color: #db2f27; }
      section.cta > div.reversed.warning .button {
        color: #db2f27; }
      section.cta > div.reversed.warning.light-text .button:hover {
        color: #fff;
        background-color: #e4625b;
        border-color: #e4625b; }
      section.cta > div.reversed.warning.light-text .button.secondary {
        border-color: #fff;
        background-color: transparent;
        color: #fff; }
        section.cta > div.reversed.warning.light-text .button.secondary:hover {
          color: #fff;
          background-color: #e4625b;
          border-color: #e4625b; }
    section.cta > div.reversed.white {
      background-color: #fff; }
      section.cta > div.reversed.white .button {
        color: #fff; }
      section.cta > div.reversed.white.light-text .button:hover {
        color: #fff;
        background-color: white;
        border-color: white; }
      section.cta > div.reversed.white.light-text .button.secondary {
        border-color: #fff;
        background-color: transparent;
        color: #fff; }
        section.cta > div.reversed.white.light-text .button.secondary:hover {
          color: #fff;
          background-color: white;
          border-color: white; }
    section.cta > div.reversed h2 {
      color: #4f5352; }
    section.cta > div.reversed .button {
      background-color: #4f5352;
      border-color: #4f5352; }
      section.cta > div.reversed .button:hover {
        color: #4f5352;
        border-color: #4f5352; }
      section.cta > div.reversed .button.secondary {
        color: #4f5352; }
        section.cta > div.reversed .button.secondary:hover {
          color: #fff;
          background-color: #4f5352;
          border-color: #4f5352; }
    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%;
  margin-top: 20px;
  max-width: 300px; }
  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; }

section.cta.inline .button {
  margin-top: 0px; }

@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 > div {
  width: 100%;
  max-width: 100%; }

.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-around;
  -ms-flex-pack: space-around;
  -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;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  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;
    max-width: 100%;
    width: auto;
    max-height: 80px; }

@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%; } }

@media (max-width: 500px) {
  .showcase li {
    max-width: 50%;
    width: 50%;
    padding: 14px; } }

.showcase h2 {
  text-align: center; }

.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; } }

.banner.intro {
  text-align: left;
  background-color: #eee; }
  .banner.intro * {
    text-align: left; }
  .banner.intro span, .banner.intro h1, .banner.intro h2 {
    text-align: left; }
  .banner.intro h1 {
    font-size: 48px;
    margin: 0;
    padding: 30px 0; }
  .banner.intro p {
    width: 100%;
    max-width: 600px;
    margin: 0; }
  .banner.intro > div {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    max-width: 1200px;
    padding: 50px 15px 40px; }
    .banner.intro > div > span {
      font-style: italic; }
  .banner.intro.primary:before {
    background-color: rgba(43, 115, 178, 0.9); }
  .banner.intro.secondary:before {
    background-color: rgba(147, 196, 232, 0.875); }
  @media (max-width: 768px) {
    .banner.intro {
      padding-top: 0; } }

.logged-in .banner.intro > div {
  padding-top: 82px; }

article.post .entry-content {
  margin-bottom: 55px;
  padding-bottom: 25px;
  background-color: transparent;
  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: flex-start;
  -ms-flex-align: flex-start;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  article.post .entry-content > figure {
    width: 40.67797%;
    float: left;
    margin-right: 1.69492%; }
  article.post .entry-content > div {
    width: 57.62712%;
    float: right;
    margin-right: 0;
    padding-left: 20px; }
  article.post .entry-content img {
    display: block;
    border-radius: 6px;
    margin: 0; }
    article.post .entry-content img:hover {
      opacity: 0.8; }
  article.post .entry-content header {
    border-bottom: none;
    background-color: transparent; }
  article.post .entry-content h2 {
    margin: 0 0 20px;
    padding: 0;
    line-height: 1.25; }
    article.post .entry-content h2 a {
      color: #4f5352;
      line-height: 1;
      text-transform: capitalize;
      font-weight: 700;
      font-size: 42px; }
  article.post .entry-content span, article.post .entry-content .author, article.post .entry-content time, article.post .entry-content .entry-cats a {
    font-size: 18px;
    text-transform: none; }
  article.post .entry-content time {
    display: inline-block; }
    article.post .entry-content time:after {
      display: inline-block;
      display: inline-block;
      margin-right: 12px;
      font-family: "Font Awesome 5 Pro";
      content: '\f111';
      font-size: 6px;
      margin: 0 0 0 8px;
      padding: 0;
      position: relative;
      top: -4px;
      left: 4px; }
  article.post .entry-content .entry-cats {
    display: inline-block;
    list-style-type: none;
    margin-left: 10px;
    margin-bottom: 0; }
    article.post .entry-content .entry-cats li {
      display: inline-block; }
    article.post .entry-content .entry-cats li:not(:last-child):after {
      display: inline-block;
      content: ', '; }
    article.post .entry-content .entry-cats a {
      text-decoration: underline;
      color: #4f5352;
      font-weight: normal;
      display: inline-block; }
    article.post .entry-content .entry-cats a:hover {
      color: #93c4e8;
      text-decoration: none; }
  article.post .entry-content a.more {
    display: block;
    float: left;
    clear: both;
    text-transform: none;
    letter-spacing: 1px;
    font-weight: normal;
    font-weight: bold;
    color: #4f5352;
    border-color: #4f5352;
    background-color: transparent;
    font-size: 16px;
    padding-left: 32px;
    padding-right: 32px; }
    article.post .entry-content a.more:before, article.post .entry-content a.more:after {
      display: block;
      width: 100%;
      clear: both;
      content: ''; }
    article.post .entry-content a.more:hover {
      color: #eee;
      background-color: #4f5352; }
  @media (max-width: 768px) {
    article.post .entry-content {
      margin-bottom: 20px; }
      article.post .entry-content h2 a {
        font-size: 30px; }
      article.post .entry-content > figure,
      article.post .entry-content > div {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        padding: 0; }
      article.post .entry-content h2 {
        margin-top: 20px; } }

.main-content.grid article.post {
  padding: 20px;
  position: relative;
  z-index: 50;
  background-color: #eaf1f7;
  width: 31.03448%;
  float: left;
  margin-right: 3.44828%; }
  .main-content.grid article.post:before, .main-content.grid article.post:after {
    display: block;
    width: 100%;
    clear: both;
    content: ''; }
  .main-content.grid article.post:nth-of-type(3n+3) {
    float: right;
    margin-right: 0; }
  .main-content.grid article.post:nth-of-type(n+4) {
    margin-top: 3.44828%; }
  @media (max-width: 1196px) {
    .main-content.grid article.post:nth-of-type(n) {
      width: 48.27586%;
      float: left;
      margin-right: 3.44828%; }
    .main-content.grid article.post:nth-of-type(2n+2) {
      float: right;
      margin-right: 0; }
    .main-content.grid article.post:nth-of-type(n+3) {
      margin-top: 3.44828%; }
    .main-content.grid article.post h2 {
      margin-top: 0; } }
  @media (max-width: 500px) {
    .main-content.grid article.post:nth-of-type(n) {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
    .main-content.grid article.post:nth-of-type(n+2) {
      margin-top: 3.44828%; } }
  .main-content.grid article.post .entry-content {
    margin: 0;
    padding: 0; }
    .main-content.grid article.post .entry-content figure, .main-content.grid article.post .entry-content p {
      display: none; }
    .main-content.grid article.post .entry-content > div {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      padding: 0; }
    .main-content.grid article.post .entry-content h2,
    .main-content.grid article.post .entry-content h2 a {
      font-weight: bold;
      font-size: 20px;
      line-height: 1.25;
      color: #2b73b2;
      font-style: normal;
      width: 100%; }
    .main-content.grid article.post .entry-content h2 {
      margin-bottom: 10px;
      padding-top: 8px; }
    .main-content.grid article.post .entry-content .author, .main-content.grid article.post .entry-content time {
      font-size: 14px;
      display: block;
      margin-bottom: 12px;
      width: 100%; }
      .main-content.grid article.post .entry-content .author:after, .main-content.grid article.post .entry-content time:after {
        display: none; }
    .main-content.grid article.post .entry-content .entry-cats {
      display: block;
      margin: 0 0 10px 0; }
      .main-content.grid article.post .entry-content .entry-cats a:hover {
        color: #318edf; }
    .main-content.grid article.post .entry-content time, .main-content.grid article.post .entry-content .entry-cats a {
      font-size: 14px; }
  .main-content.grid article.post header {
    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: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: flex-start;
    -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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: center;
    align-items: center; }
    .main-content.grid article.post header time {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0; }
    .main-content.grid article.post header .author {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .main-content.grid article.post header h2 {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    .main-content.grid article.post header .entry-cats {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; }
  .main-content.grid article.post.hover {
    cursor: pointer;
    background-color: #0d3c65; }
    .main-content.grid article.post.hover * {
      color: #fff; }
    .main-content.grid article.post.hover h2 a {
      color: #fff; }

.archive .sidebar, .blog .sidebar {
  margin-top: 0; }

.archive .banner, .blog .banner {
  background-color: #2b73b2; }

@media (max-width: 768px) {
  .archive .banner.intro, .blog .banner.intro {
    min-height: 0 !important; }
  .archive .banner.intro p, .blog .banner.intro p {
    display: none; } }

.single .banner.intro h1 {
  line-height: 1.2; }
  @media (max-width: 992px) {
    .single .banner.intro h1 {
      font-size: 40px; } }

.single .banner.intro aside {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%; }
  .single .banner.intro aside > span {
    font-style: italic;
    color: #eee; }
  .single .banner.intro aside + aside {
    float: right;
    margin-right: 0; }
  @media (max-width: 992px) {
    .single .banner.intro aside h2, .single .banner.intro aside h3, .single .banner.intro aside h4, .single .banner.intro aside h5 {
      padding-left: 0;
      padding-right: 0; }
    .single .banner.intro aside p {
      padding: 0 0 25px; } }
  @media (max-width: 768px) {
    .single .banner.intro aside {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
      .single .banner.intro aside + aside {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin: 30px 0 0;
        top: 0;
        padding: 20px; } }

.single .banner.intro blockquote {
  border: none;
  padding: 0 25px 0 0;
  margin: 25px 0 0; }
  .single .banner.intro blockquote:before {
    display: none; }
  .single .banner.intro blockquote p {
    font-size: 26px;
    line-height: 1.75; }

@media (max-width: 768px) {
  .single ol.breadcrumb {
    margin: 0; } }

.single .meta time, .single .meta span, .single .meta a {
  font-style: italic;
  color: #eee;
  font-size: 14px; }

.single .meta .entry-cats {
  display: inline-block;
  margin: 0;
  list-style-type: none; }
  .single .meta .entry-cats li {
    display: inline-block; }
  .single .meta .entry-cats a {
    font-weight: normal; }

.single .main-content {
  padding-right: 60px; }
  @media (max-width: 768px) {
    .single .main-content {
      padding-right: 0; } }

.post-tag-title {
  margin-top: 0;
  font-weight: bold; }

/*
                             ,,
                             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.


 */
.content {
  position: relative;
  padding-top: 60px; }

.main-content {
  width: 74.35897%;
  float: left;
  margin-right: 2.5641%; }
  .main-content p:empty {
    display: none; }
  .main-content img {
    margin-bottom: 30px; }
  .main-content section {
    padding: 15px 0; }
  .main-content header {
    margin-bottom: 15px;
    position: static;
    background-color: transparent; }
    .main-content header h1 {
      color: #4f5352;
      margin-bottom: 16px; }
    .main-content header time {
      display: inline-block;
      font-style: italic; }
      .main-content header time:after {
        display: inline-block;
        display: inline-block;
        margin-right: 12px;
        font-family: "Font Awesome 5 Pro";
        content: '\f111';
        font-size: 6px;
        margin: 0 0 0 8px;
        padding: 0;
        position: relative;
        top: -4px;
        left: 4px; }
    .main-content header .entry-cats {
      display: inline-block;
      list-style-type: none;
      margin-left: 10px; }
      .main-content header .entry-cats li {
        display: inline-block; }
      .main-content header .entry-cats li:not(:last-child):after {
        display: inline-block;
        content: ', '; }
      .main-content header .entry-cats a {
        text-decoration: underline;
        color: #4f5352;
        font-weight: normal;
        display: inline-block;
        font-weight: bold;
        font-size: 16px; }
      .main-content header .entry-cats a:hover {
        color: #93c4e8;
        text-decoration: none; }
  .main-content h2, .main-content h3, .main-content h4, .main-content h5 {
    padding-top: 25px; }
  .main-content h3 {
    text-transform: none; }
  .main-content table {
    border: none;
    max-width: 100%; }
    .main-content table table {
      margin-bottom: 0; }
    .main-content table p {
      text-align: left;
      margin-bottom: 0; }
    .main-content table td {
      text-align: left !important; }
    .main-content table p:empty {
      display: none; }
  .main-content .breadcrumb {
    position: relative;
    top: -26px; }
  @media (max-width: 768px) {
    .main-content {
      width: 100%;
      float: none;
      padding-right: 0; }
      .main-content:before, .main-content:after {
        display: block;
        width: 100%;
        clear: both;
        content: ''; }
      .main-content section.cta {
        margin: 0;
        padding: 10px; }
        .main-content section.cta p {
          line-height: 1.25; }
        .main-content section.cta a.button {
          margin-top: 12px; } }

.logged-in:not(.home).single header.fixed + main {
  padding-top: 0px; }

.featured-post-intro {
  padding-bottom: 40px; }
  .featured-post-intro:before {
    display: block;
    background-color: #2b73b2;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 30%;
    z-index: 1; }
  .featured-post-intro > div {
    padding: 0 15px; }
    .featured-post-intro > div > div {
      padding: 120px 90px 90px;
      background-color: #4f5352;
      position: relative;
      z-index: 3;
      background-position: 50%;
      background-size: cover; }
      .featured-post-intro > div > div:before {
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        content: '';
        background-color: rgba(60, 81, 100, 0.7);
        z-index: 1; }
      .featured-post-intro > div > div * {
        z-index: 5;
        position: relative; }
      .featured-post-intro > div > div h1, .featured-post-intro > div > div p {
        max-width: 50%; }
      .featured-post-intro > div > div > span {
        font-style: italic;
        color: #eee; }
    @media (max-width: 1196px) {
      .featured-post-intro > div {
        padding: 0; }
        .featured-post-intro > div > div {
          padding: 120px 60px 60px; } }
    @media (max-width: 768px) {
      .featured-post-intro > div > div {
        padding: 90px 32px 32px; }
        .featured-post-intro > div > div h1, .featured-post-intro > div > div p {
          max-width: 100%; } }
  .featured-post-intro * {
    color: #fff; }
  .featured-post-intro h1 {
    font-size: 40px;
    font-weight: 700;
    border-bottom: 1px solid #eee;
    padding: 42px 0 30px;
    line-height: 1.25;
    margin-bottom: 32px; }
  .featured-post-intro .button {
    border-color: #fff;
    color: #fff; }
    .featured-post-intro .button:hover {
      border-color: #2b73b2;
      background-color: #2b73b2; }

.case-study aside.info {
  background-color: #93c4e8;
  padding: 40px; }
  .case-study aside.info p:not(:last-child) {
    padding-bottom: 25px; }

.case-study .row .half {
  text-align: center; }
  .case-study .row .half > strong:first-child {
    font-size: 70px;
    display: block;
    margin-bottom: 12px;
    text-align: center; }
  .case-study .row .half p {
    text-align: center; }

.case-study .content h2, .case-study .content h3, .case-study .content h4, .case-study .content h5, .case-study .content h6 {
  color: #93c4e8; }

.case-study .content blockquote {
  border-color: #93c4e8;
  color: #93c4e8; }

.case-study .sidebar div.widget:not(.widget_search) {
  background-color: #f4f9fd; }

/*
          ,,        ,,          ,,
          db      `7MM         *MM
                    MM          MM
,pP"Ybd `7MM   ,M""bMM  .gP"Ya  MM,dMMb.   ,6"Yb.  `7Mb,od8
8I   `"   MM ,AP    MM ,M'   Yb MM    `Mb 8)   MM    MM' "'
`YMMMa.   MM 8MI    MM 8M"""""" MM     M8  ,pm9MM    MM
L.   I8   MM `Mb    MM YM.    , MM.   ,M9 8M   MM    MM
M9mmmP' .JMML.`Wbmd"MML.`Mbmmd' P^YbmdP'  `Moo9^Yo..JMML.

*/
.sidebar {
  margin-top: 0;
  width: 23.07692%;
  float: right;
  margin-right: 0; }
  .sidebar > div {
    padding-left: 0;
    border-radius: 6px; }
  .sidebar div > ul > li {
    margin-bottom: 5px; }
  .sidebar h4.title,
  .sidebar h4.widgettitle {
    color: #4f5352;
    font-size: 20px;
    text-transform: none; }
  .sidebar .button.secondary {
    margin-bottom: 20px; }
  .sidebar div.widget:not(.widget_search) {
    margin-bottom: 35px;
    border-radius: 6px;
    background-color: #eaf1f7;
    padding: 10px 20px 15px; }
  .sidebar ul {
    list-style-type: none;
    margin: 0; }
    .sidebar ul li a {
      padding: 8px 0;
      font-size: 16px;
      text-transform: none;
      font-weight: bold;
      line-height: 1.2;
      color: #4f5352;
      display: block;
      text-transform: capitalize; }
      .sidebar ul li a:hover {
        color: #2b73b2;
        text-decoration: none; }
  .sidebar .widget_pages h4.widgettitle,
  .sidebar .widget_pages .page_item_has_children ul.children {
    display: none; }
  .sidebar .widget_pages .page_item_has_children.current_page_ancestor ul.children, .sidebar .widget_pages .page_item_has_children.current_page_item ul.children {
    display: block; }
  .sidebar .widget_search fieldset {
    margin: 0;
    padding: 0;
    border: none; }
  .sidebar .widget_search .input-group {
    position: relative; }
    .sidebar .widget_search .input-group input {
      padding-right: 46px;
      border: 1px solid #4f5352; }
  .sidebar .widget_search .input-group-btn .button {
    height: 45px;
    width: 45px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 15;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    padding-top: 12.5px;
    padding-left: 14px;
    background-color: #4f5352;
    border: none; }
    .sidebar .widget_search .input-group-btn .button:before {
      display: inline-block;
      font-family: "Font Awesome 5 Pro";
      content: '\f002';
      color: #fff;
      font-weight: normal; }
    .sidebar .widget_search .input-group-btn .button:hover {
      background-color: #2b73b2; }
    @media (max-width: 768px) {
      .sidebar .widget_search .input-group-btn .button {
        padding-left: 0; } }
  .sidebar .widget_search .input-group-btn span {
    display: none; }
  @media (max-width: 768px) {
    .sidebar {
      width: 100%;
      float: none;
      padding-bottom: 35px; }
      .sidebar:before, .sidebar:after {
        display: block;
        width: 100%;
        clear: both;
        content: ''; }
      .sidebar > div {
        padding-left: 0; }
      .sidebar ul {
        margin-left: 10px; }
      .sidebar ul li a {
        font-size: 16px; }
      .sidebar #sidebar {
        position: relative !important;
        top: auto;
        width: auto; }
      .sidebar .button {
        position: relative;
        bottom: auto;
        left: auto;
        margin-left: 0;
        width: auto; } }

div.share {
  line-height: 20px;
  margin-top: 30px; }
  div.share > span {
    display: inline-block;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    top: -1px;
    color: #4f5352;
    margin: 0 20px 0 0; }
  div.share ul {
    margin: 0 0 0;
    padding: 0;
    display: inline-block; }
    div.share ul:before, div.share ul:after {
      display: block;
      width: 100%;
      clear: both;
      content: ''; }
    div.share ul li {
      display: inline-block;
      margin-right: 3px; }
      div.share ul li span {
        display: none; }
      div.share ul li a {
        background-color: transparent;
        display: block;
        padding: 6px 4px;
        height: 32px;
        width: 32px;
        text-align: center; }
        div.share ul li a i {
          display: block;
          margin: 0 auto;
          text-align: center; }
          div.share ul li a i:before {
            color: #2b73b2;
            font-size: 20px;
            text-align: center;
            margin: 0; }
        div.share ul li a:hover i:before {
          color: #434343;
          opacity: 0.6; }
  @media (max-width: 500px) {
    div.share > span {
      font-size: 14px; } }

.comment-respond {
  margin-top: 60px; }
  .comment-respond h3 {
    font-size: 24px; }
  .comment-respond .comment-subscription-form {
    margin: 0; }
    .comment-respond .comment-subscription-form label {
      display: inline-block; }

.respond-form form ul {
  list-style-type: none; }

.single-post-nav {
  margin: 0 0 20px; }
  .single-post-nav:before, .single-post-nav:after {
    display: block;
    width: 100%;
    clear: both;
    content: ''; }

.custom-pagination {
  margin: 50px 0 15px; }
  .custom-pagination:before, .custom-pagination:after {
    display: block;
    width: 100%;
    clear: both;
    content: ''; }
  .custom-pagination > span, .custom-pagination > a {
    font-weight: bold;
    display: inline-block;
    padding: 12px 14px;
    color: #2b73b2;
    border: 1px solid #ccc;
    border-radius: 6px;
    text-decoration: none; }
  .custom-pagination a:hover,
  .custom-pagination span.current {
    background-color: #2b73b2;
    border-color: #2b73b2;
    color: #fff; }
  .custom-pagination span.page-num, .custom-pagination a.next, .custom-pagination a.prev {
    border: none; }
  .custom-pagination a.next:after,
  .custom-pagination a.prev:after {
    display: inline-block;
    margin-right: 12px;
    font-family: "Font Awesome 5 Pro";
    margin: 0;
    display: inline-block;
    -webkit-transition: left 0.3s, right 0.3s;
    -o-transition: left 0.3s, right 0.3s;
    transition: left 0.3s, right 0.3s;
    font-size: 18px;
    position: relative; }
  .custom-pagination a.next {
    padding-right: 20px; }
    .custom-pagination a.next:after {
      content: "";
      margin-left: 2px;
      top: 0;
      left: 3px; }
    .custom-pagination a.next:hover:after {
      left: 8px; }
  .custom-pagination a.prev {
    padding-left: 20px; }
    .custom-pagination a.prev:after {
      content: "";
      margin-right: 2px;
      top: 0;
      right: 3px;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .custom-pagination a.prev:hover:after {
      right: 8px; }
  @media (max-width: 768px) {
    .custom-pagination {
      float: none;
      text-align: center;
      margin-bottom: 60px; } }
  @media (max-width: 500px) {
    .custom-pagination span.page-num {
      display: block; } }

.pager {
  list-style-type: none;
  padding-top: 40px;
  margin: 0; }
  .pager:before, .pager:after {
    display: block;
    width: 100%;
    clear: both;
    content: ''; }
  .pager a {
    text-transform: uppercase;
    color: #2b73b2;
    display: block;
    padding: 10px 15px;
    text-decoration: none; }
  .pager li a:hover {
    color: #93c4e8; }
    .pager li a:hover:before, .pager li a:hover:after {
      color: #93c4e8; }
  .pager a, .pager li {
    line-height: 1; }
  .pager li.previous a:before, .pager li.previous a:after, .pager li.next a:before, .pager li.next a:after {
    display: inline-block;
    margin-right: 12px;
    font-family: "Font Awesome 5 Pro";
    margin: 0;
    display: inline-block;
    color: #2b73b2;
    font-size: 18px;
    position: relative;
    top: 0; }
  .pager li.previous:hover a:before, .pager li.previous:hover a:after, .pager li.next:hover a:before, .pager li.next:hover a:after {
    color: #93c4e8; }
  .pager li.previous {
    float: left; }
    .pager li.previous a:before {
      content: "";
      left: -12px;
      -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
      transform: scaleX(-1);
      -webkit-filter: FlipH;
      filter: FlipH;
      -ms-filter: "FlipH"; }
  .pager li.next {
    float: right; }
    .pager li.next a:after {
      content: "";
      left: 12px; }
  @media (max-width: 768px) {
    .pager {
      margin-bottom: 32px; }
      .pager li {
        float: none;
        width: 100%;
        text-align: center; } }

.related {
  margin-top: 0;
  padding-top: 0; }
  .related .col figure img {
    width: 100%; }
  .related .col figcaption {
    background-color: transparent; }
  .related time {
    display: block;
    text-align: left;
    font-size: 16px;
    text-transform: none;
    font-weight: normal; }

/*
  ,,                               ,,
`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: #fff;
  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 {
    max-width: 100%;
    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; }
  header a, header nav {
    position: relative;
    z-index: 15; }
  header .top {
    background-color: #2b73b2;
    color: #fff;
    padding: 3px 0;
    max-width: 100%;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    height: auto; }
    header .top > 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;
      padding: 6px 20px;
      margin: 0 auto;
      width: 100%; }
      header .top > div:before, header .top > div:after {
        display: block;
        width: 100%;
        clear: both;
        content: ''; }
    header .top aside {
      width: auto;
      padding: 0; }
    header .top nav {
      width: auto; }
    header .top a {
      color: #fff; }
    header .top ul {
      list-style-type: none;
      margin-bottom: 0;
      float: right; }
    header .top ul li {
      display: inline-block;
      margin-left: 12px; }
      header .top ul li a {
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        text-align: right;
        display: block;
        padding: 6px 10px;
        line-height: 1; }
        header .top ul li a:hover {
          opacity: 0.8; }
      header .top ul li.current_page_item a, header .top ul li.current_page_parent a {
        color: #ed9c21; }
    header .top span.phone {
      padding: 0 8px 0 0;
      display: inline-block;
      letter-spacing: 1px; }
    header .top .cta {
      background-color: transparent; }
      header .top .cta a {
        background-color: #2b73b2;
        border-radius: 6px;
        padding: 12px 20px; }
        header .top .cta a:hover {
          background-color: #318edf;
          opacity: 1; }
      header .top .cta.current_page_item a, header .top .cta.current_page_parent a {
        color: #fff; }
    @media (max-width: 768px) {
      header .top {
        display: none; } }
  header .mobile-nav-cta {
    display: none; }
  header .logo {
    padding: 15px 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    header .logo img {
      display: block;
      max-height: 63px;
      height: 100%;
      max-width: 100%;
      -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 .mobile-nav-cta {
      display: block;
      position: absolute;
      right: 10px;
      color: white;
      padding: 12px 20px;
      font-size: 14px;
      background-color: orange;
      border: none; }
      header .mobile-nav-cta:hover {
        background-color: #e6962c; }
    header:before, header:after {
      display: block;
      width: 100%;
      clear: both;
      content: ''; }
    header .top nav, header:before {
      display: none !important; }
    header .logo {
      width: 80vw;
      max-width: 100%;
      display: block;
      margin: 0 auto;
      padding: 8px 0; }
      header .logo img {
        max-height: 50px;
        max-width: 100%;
        height: auto; } }
  header form {
    display: block;
    float: right;
    width: 0;
    overflow: hidden;
    margin: 0;
    padding: 0; }
  header label {
    display: none; }
  header input[type="search"] {
    background-color: #fff;
    padding: 15px 20px;
    height: auto;
    color: #4f5352;
    font-weight: normal;
    margin: 0;
    float: right;
    border: none;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    position: relative;
    z-index: 100;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    header input[type="search"]::-webkit-input-placeholder {
      color: rgba(43, 115, 178, 0.5);
      font-weight: normal;
      text-align: left; }
    header input[type="search"]:-moz-placeholder {
      color: rgba(43, 115, 178, 0.5);
      font-weight: normal;
      text-align: left; }
    header input[type="search"]::-moz-placeholder {
      color: rgba(43, 115, 178, 0.5);
      font-weight: normal;
      text-align: left; }
    header input[type="search"]:-ms-input-placeholder {
      color: rgba(43, 115, 178, 0.5);
      font-weight: normal;
      text-align: left; }
    header input[type="search"]:focus, header input[type="search"]:active, header input[type="search"]:hover {
      background-color: #fff; }
    header input[type="search"]:focus, header input[type="search"]:hover {
      border-bottom: 2px solid #2b73b2; }
  header input[type="submit"] {
    display: none; }
  header .search-trigger {
    width: 50px;
    height: 50px;
    display: block;
    float: right;
    border-radius: 6px; }
    header .search-trigger:before {
      color: #318edf;
      margin: 0;
      position: relative;
      top: 16px;
      left: 18px; }
    header .search-trigger:hover {
      color: #4f5352;
      background-color: #fff; }
    header .search-trigger.active {
      border-left: none;
      background-color: #2b73b2;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
      header .search-trigger.active:before {
        color: #fff;
        content: '\f057'; }
      header .search-trigger.active:hover:before {
        color: #318edf; }

.logged-in header.fixed {
  top: 32px !important; }
  .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;
  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: #93c4e8; }
    nav.main > ul > li:hover > a:after {
      color: #93c4e8; }
  nav.main ul li {
    text-align: center;
    position: relative;
    display: block;
    float: left;
    line-height: 1; }
    nav.main ul li a {
      color: #2b73b2;
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
      padding: 38px 20px;
      text-transform: none;
      font-weight: bold;
      letter-spacing: 1px;
      display: block;
      text-align: center;
      background-color: transparent;
      position: relative;
      top: 0;
      overflow: hidden; }
      nav.main ul li a:hover, nav.main ul li a:hover:after {
        color: #93c4e8;
        text-decoration: none; }
    nav.main ul li.cta {
      margin-left: 16px; }
      nav.main ul li.cta a {
        color: #fff;
        background-color: #f7ad4c;
        border: 4px solid #f7ad4c;
        border-radius: 6px;
        padding: 8px 30px; }
        nav.main ul li.cta a:hover, nav.main ul li.cta a:focus {
          background-color: #e6962c;
          border-color: #e6962c; }
  nav.main .dropdown-toggle.hover {
    color: #93c4e8; }
    nav.main .dropdown-toggle.hover:after {
      color: #93c4e8; }
  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: #2b73b2;
      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: #2b73b2; }
  nav.main .current_page_item a, nav.main .current_page_item a:hover {
    color: #2b73b2;
    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: #2b73b2;
    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: #2b73b2;
        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: #93c4e8; }
      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: #0d3c65;
        background-color: rgba(43, 115, 178, 0.1); }
  @media (max-width: 992px) {
    nav.main li.home {
      display: none; }
    nav.main ul li a {
      font-size: 13px;
      padding-left: 10px;
      padding-right: 10px; } }
  @media (max-width: 768px) {
    nav.main {
      display: none; } }

/*
    ,...
  .d' ""                 mm
  dM`                    MM
 mMMmm,pW"Wq.   ,pW"Wq.mmMMmm .gP"Ya `7Mb,od8
  MM 6W'   `Wb 6W'   `Wb MM  ,M'   Yb  MM' "'
  MM 8M     M8 8M     M8 MM  8M""""""  MM
  MM YA.   ,A9 YA.   ,A9 MM  YM.    ,  MM
.JMML.`Ybmd9'   `Ybmd9'  `Mbmo`Mbmmd'.JMML.

*/
footer {
  color: #fff;
  background-color: #4f5352;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  padding: 100px 0; }
  @media (max-width: 768px) {
    footer {
      padding: 50px 0; } }
  @media (max-width: 500px) {
    footer {
      padding: 30px 0; } }
  footer:before, footer:after {
    display: block;
    width: 100%;
    clear: both;
    content: ''; }
  footer > 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: flex-start;
    -ms-flex-align: flex-start;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  footer a {
    color: #fff;
    font-weight: normal; }
    footer a:hover {
      color: #318edf;
      text-decoration: none; }
  footer h5, footer h4, footer h4.widgettitle {
    color: #fff;
    text-transform: none;
    font-size: 22px;
    font-weight: bold;
    margin-top: 0; }
  footer h5 {
    font-size: 18px; }
  footer aside {
    width: 21.05263%;
    float: left;
    margin-right: 5.26316%; }
    footer aside:nth-child(4) {
      float: right;
      margin-right: 0; }
    footer aside span.post-date {
      font-size: 12px;
      display: block; }
    footer aside .widget_recent_entries li {
      margin-bottom: 10px; }
    footer aside > div + div {
      margin-top: 30px; }
    @media (max-width: 768px) {
      footer aside:nth-child(n) {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
  footer hr {
    border-color: #fff; }
  footer a.footer-logo {
    display: block;
    position: relative;
    left: -6px; }
  footer address {
    font-style: normal;
    line-height: 1.5; }
  footer a, footer span, footer p, footer address {
    font-size: 16px; }
  footer .phone, footer .email {
    display: inline-block;
    display: block;
    margin-bottom: 10px;
    line-height: 1.5; }
  footer .button.secondary {
    color: #fff;
    border-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
    font-size: 16px; }
    footer .button.secondary:hover {
      border-color: #2b73b2; }
  footer ul {
    text-align: left; }
    footer ul a {
      display: block;
      line-height: 1.3;
      text-transform: capitalize; }
    footer ul li {
      display: block;
      margin-bottom: 10px; }
    footer ul.inline li {
      display: inline-block; }
    footer ul.inline a {
      display: inline-block;
      padding: 4px; }
    footer ul.social {
      margin-top: 20px; }
      footer ul.social a:before {
        font-size: 30px;
        display: inline-block;
        margin-right: 12px;
        font-family: 'Font Awesome 5 Brands'; }
      footer ul.social a[class*="far"] {
        display: inline-block;
        margin-right: 12px;
        font-family: "Font Awesome 5 Pro"; }
    footer ul.logos img {
      max-width: 100%; }
    footer ul.logos li {
      display: inline-block;
      margin: 0 8px 6px 0;
      max-width: 50%; }
  @media (max-width: 768px) {
    footer {
      text-align: center; }
      footer h5, footer h4, footer h4.widgettitle {
        margin-top: 35px;
        text-align: center; }
      footer .button {
        margin: 0 auto 40px;
        float: none; }
      footer > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
      footer span, footer nav, footer ul {
        text-align: center;
        display: block;
        padding: 2px 15px; }
      footer span {
        padding: 2px 0;
        display: inline-block; } }

.subfooter {
  padding: 20px 15px; }
  @media (max-width: 768px) {
    .subfooter.has-mobile-cta {
      margin-bottom: 56px; } }
  .subfooter > div {
    margin: 0 auto;
    max-width: 1200px; }
  .subfooter span {
    font-size: 14px; }

body {
  font-family: "Montserrat", sans-serif;
  color: #4f5352;
  background: #fff;
  position: relative;
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  color: #2b73b2;
  text-align: left;
  font-weight: 800; }

h1 {
  font-weight: 800;
  margin: 40px 0;
  font-size: 50px; }
  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: 36px;
  color: #4f5352;
  margin-bottom: 24px; }
  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: #4f5352; }
  @media (max-width: 500px) {
    h3 {
      font-size: 22px; } }

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  color: #2b73b2;
  text-align: left;
  font-weight: 800;
  line-height: 1.4; }

h1 {
  font-weight: 800;
  margin: 40px 0;
  font-size: 50px; }
  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: 36px;
  color: #4f5352;
  margin-bottom: 24px;
  text-transform: none;
  font-weight: 600; }
  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: 26px;
  color: #2b73b2;
  font-weight: 600; }
  @media (max-width: 500px) {
    h3 {
      font-size: 22px; } }

h4 {
  color: #4f5352;
  font-weight: 600;
  text-transform: none;
  font-size: 20px; }

h5 {
  color: #4f5352;
  font-weight: 600;
  text-transform: none;
  font-size: 16px; }

h6 {
  color: #2b73b2;
  font-weight: 600;
  text-transform: none;
  font-size: 16px; }

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

::-moz-selection {
  background: #2b73b2;
  color: #fff;
  /* Gecko Browsers */ }

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

::-webkit-scrollbar-thumb {
  background: #dadce1; }

::-webkit-scrollbar-track {
  background: #4f5352; }

body {
  scrollbar-face-color: #dadce1;
  scrollbar-track-color: #4f5352; }

.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: white;
      background: #2b73b2;
      font-size: 14px;
      left: 0px;
      top: 1px;
      font-weight: bold;
      padding: 2px 4px 4px 3px;
      border-radius: 100px;
      height: 20px;
      width: 20px; }

header .top > div,
header > div,
footer > div,
main > section > div {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px; }
  header .top > div:before, header .top > div:after,
  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 .top > div > h1:first-of-type,
  header .top > div > h2:first-of-type,
  header .top > div > h3:first-of-type,
  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; }

header .top > div,
header > div {
  max-width: 100%; }

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

body.no-header header {
  display: none; }

header.fixed li.header-cta {
  border-radius: 6px; }

.scrolled header.fixed {
  background: #fff; }
  .scrolled header.fixed .top {
    height: 0 !important;
    padding-top: 0;
    overflow: hidden; }
    .scrolled header.fixed .top nav {
      overflow: hidden; }
  .scrolled header.fixed .logo {
    padding: 7px 0; }
    .scrolled header.fixed .logo img {
      height: 45px; }
  .scrolled header.fixed nav.main {
    margin-top: 0; }
    .scrolled header.fixed nav.main ul li a {
      padding-top: 6px;
      padding-bottom: 6px; }
    .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 - 831px); }
  header.fixed + main {
    min-height: 100vh;
    min-height: calc(100vh - 678px); } }

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

.swiper-button-next,
.swiper-button-prev {
  width: 60px;
  height: 60px;
  background-image: none;
  background: transparent;
  background-image: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    background-color: #2b73b2;
    border-radius: 6px; }
  .swiper-button-next:before,
  .swiper-button-prev:before {
    display: inline-block;
    margin-right: 12px;
    font-family: "Font Awesome 5 Pro";
    margin: 0;
    content: "";
    color: #fff;
    font-size: 35px;
    position: relative;
    top: 0px;
    left: 30px; }

.swiper-button-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 22px; }

.swiper-button-next {
  right: 30px; }

.swiper-button-prev {
  left: 30px; }

body.home.animations-active nav.main > ul > li > a,
body.home.animations-active .logo,
body.home.animations-active .top span,
body.home.animations-active .top a,
body.home.animations-active .formwrapper a,
body.home.animations-active .banner p,
body.home.animations-active .banner h1,
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.
*/
main {
  overflow: hidden;
  max-width: 100%;
  background-color: #fff;
  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.dark {
  background-color: #4f5352; }
  section.dark h1, section.dark h2, section.dark h3, section.dark h4, section.dark h5, section.dark h6, section.dark p, section.dark li, section.dark a, section.dark dt, section.dark label {
    color: #fff; }

.center {
  text-align: center; }
  .center * {
    text-align: center; }
  .center .button {
    margin: 0 auto;
    float: none; }
    .center .button + .button {
      margin-left: 28px; }
  .center li {
    padding-left: 0; }
  .center ul li {
    display: block; }
  .center ul.checklist li {
    display: inline-block;
    width: auto; }
  @media (max-width: 768px) {
    .center .button {
      margin: 8px 10px; }
      .center .button + .button {
        margin-left: 8px; } }

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

.sitemap .children {
  margin-left: 20px; }

/* Visibilty and Arrangement Classes 01/10/19 */
@media (max-width: 768px) {
  .full-reverse.full > div > .row > .half:first-child {
    float: right; } }

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

body.no-banner {
  padding-top: 125px; }

@media (max-width: 768px) {
  body.no-banner {
    padding-top: 82px; }
  .home .home-banner h1 {
    font-size: 30px; }
  .home .home-banner h2 {
    font-size: 24px; }
  .home .home-banner > div > * {
    top: 55px; } }

footer li.title a {
  text-transform: none;
  font-size: 22px;
  font-weight: bold;
  margin-top: 0;
  line-height: 1.4;
  display: block;
  margin-bottom: 15px; }

.home header {
  background-color: #fff; }

.home-scroll-wrap {
  position: absolute;
  bottom: -1px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: 4; }

aside.scroll {
  color: #ed9c21;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22px;
  width: 100%;
  width: 185px;
  margin: 0 auto;
  font-weight: bold;
  text-decoration: none; }

aside.scroll a {
  color: #ed9c21;
  text-decoration: none !important; }

aside.scroll:hover {
  color: #3a79b4; }

aside.scroll:hover a {
  color: #3a79b4; }

aside.scroll:hover:after {
  border-color: #3a79b4;
  color: #3a79b4; }

aside.scroll:after {
  display: inline-block;
  margin-right: 12px;
  font-family: "Font Awesome 5 Pro";
  margin: 0;
  padding: 3px 0 0 0;
  text-align: center;
  display: inline-block;
  content: "";
  margin-left: 10px;
  width: 32px;
  height: 32px;
  border: 3px solid #ed9c21;
  border-radius: 100px;
  position: relative;
  top: -2px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

@media (max-width: 768px) {
  aside.scroll {
    bottom: 60px; }
  aside.scroll + img {
    display: none; }
  .home-scroll-wrap {
    display: none; } }

.home-banner h1 {
  font-size: 50px; }

.home .banner:first-of-type > div {
  margin-top: -2%; }

.swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important; }

.button-wrap {
  padding-bottom: 0; }

.button {
  border-radius: 6px; }

.banner {
  max-height: 800px; }

/* Fixed Mobile CTA */
.mobile-cta {
  display: none; }

@media (max-width: 768px) {
  .mobile-cta {
    background-color: #2b73b2;
    color: white;
    position: fixed;
    width: 100%;
    bottom: 0;
    padding: 10px;
    font-size: 16px;
    line-height: 36px;
    display: block; }
    .mobile-cta a {
      line-height: 1;
      padding: 10px;
      border-radius: 6px;
      color: white;
      background-color: #4f5352;
      float: right; } }

.iframe-cover {
  background-color: #fff;
  position: relative; }
  .iframe-cover img {
    position: absolute;
    height: 100%; }
  .iframe-cover br {
    display: none; }
  .iframe-cover .button {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 38%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateZ(-38%);
    transform: translateZ(-38%); }

/*# sourceMappingURL=main.css.map */