@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: "Lora", serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  color: #001b57;
  position: relative;
  -webkit-font-smoothing: antialiased; }

a img {
  border: none; }

a {
  color: #d8bb7f;
  text-decoration: none;
  line-height: inherit;
  font-weight: bold; 
}

a:hover, a:focus {
	color: #735a5a;
	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: 16px;
  direction: ltr; }

p {
  text-align: left;
  font-family: inherit;
  font-weight: normal;
  font-size: 16px;
  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;
  letter-spacing: 1px;
  margin-bottom: 14px;
  margin-top: 14px; }
  h1.small, h2.small, h3.small, h4.small, h5.small, h6.small {
    font-size: 60%;
    color: #959595;
    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 #735a5a;
  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: 16px;
  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: #4d4d4d;
    color: #fff;
    font-weight: bold;
    padding: 3px 10px;
    border-radius: 2px;
    position: absolute;
    top: -1px;
    left: 0; }

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

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

abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  border-bottom: 1px solid #959595;
  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: 1240px; }
  .breadcrumb li {
    margin: 0;
    padding: 0 12px 0 0;
    float: left;
    list-style: none;
    font-size: 14px;
    color: #001b57;
    font-family: "Lora", serif; }
    .breadcrumb li i {
      top: 3px;
      position: relative;
      font-style: normal; }
      .breadcrumb li i:before {
        position: relative;
        color: #001b57;
        top: -3px;
        font-size: 18px; }
      .breadcrumb li i:hover:before {
        color: #735a5a; }
    .breadcrumb li a, .breadcrumb li span {
      text-transform: none;
      color: #001b57;
      font-weight: normal;
      font-family: "Lora", 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: #001b57;
      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: #001b57;
  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 #001b57;
  border-top: 5px solid rgba(51, 51, 51, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0; }

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

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

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

table {
  background: transparent;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 0 0 18px;
  border: 1px solid #959595;
  border: none; }
  table thead,
  table tfoot {
    background: #ecf0e6; }
  table thead tr th,
  table tfoot tr th,
  table tbody tr td,
  table tr td,
  table tfoot tr td {
    display: table-cell;
    font-size: 16px;
    line-height: 18px;
    text-align: left; }
  table thead tr th,
  table tfoot tr td {
    padding: 8px 10px 9px;
    font-size: 16px;
    font-weight: bold;
    color: #001b57; }
  table tbody tr td {
    color: #001b57;
    padding: 9px 10px;
    vertical-align: top;
    border: none;
    border-bottom: 1px solid rgba(149, 149, 149, 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: #4d4d4d; }

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

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

h1.dark, h2.dark, h3.dark, h4.dark, h5.dark, h6.dark {
  color: #001b57; }

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

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

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

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

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

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

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

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

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

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

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

form li label {
  margin: 0; }

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

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

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

[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: #001b57; }

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

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

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

/*
 ,,
*MM                   mm     mm
 MM                   MM     MM
 MM,dMMb.`7MM  `7MM mmMMmm mmMMmm ,pW"Wq.`7MMpMMMb.  ,pP"Ybd
 MM    `Mb MM    MM   MM     MM  6W'   `Wb MM    MM  8I   `"
 MM     M8 MM    MM   MM     MM  8M     M8 MM    MM  `YMMMa.
 MM.   ,M9 MM    MM   MM     MM  YA.   ,A9 MM    MM  L.   I8
 P^YbmdP'  `Mbod"YML. `Mbmo  `Mbmo`Ybmd9'.JMML  JMML.M9mmmP'

*/
.button {
  width: auto;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  position: relative;
  text-decoration: none;
  border-radius: 2px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  .button.large {
    font-size: 18px;
    padding: 20px 46px; }
  .button.small {
    font-size: 11px;
    padding: 8px 20px; }
  .button.tiny {
    font-size: 10px;
    padding: 4px 10px; }
  .button.success {
    background-color: #705d63;
    border: 4px solid #705d63; }
    .button.success:hover, .button.success:focus {
      background-color: #806b71;
      border-color: #806b71; }
  .button.disabled, .button[disabled] {
    opacity: 0.6;
    cursor: default;
    background: #d8bb7f;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .button.disabled:hover, .button[disabled]:hover {
      background: #959595; }

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

.button {
  font-size: 16px;
  border: 4px solid #4d4d4d;
  text-transform: uppercase;
  font-family: "Lora", serif;
  background-color: #4d4d4d;
  color: #fff;
  padding: 15px 30px;
  letter-spacing: 1px;
  text-align: center;
  background-image: none;
  text-decoration: none; }
  .button + .button {
    margin-left: 28px; }
  br + .button,
  p .button {
    margin-top: 18px; }
  p + .button {
    margin-top: 6px; }
  .button:focus, .button:hover {
    background-color: #735a5a;
    border-color: #735a5a;
    background-image: none;
    text-decoration: none;
    color: #fff; }
  .button.primary {
    background-color: #d8bb7f;
    border: 4px solid #d8bb7f; }
    .button.primary:hover, .button.primary:focus {
      background-color: #f4d9a1;
      border-color: #f4d9a1;
      color: #fff; }
  .button.secondary {
    color: #4d4d4d;
    background-color: transparent;
    border: 4px solid #d8bb7f; }
    .button.secondary:hover, .button.secondary:focus {
      color: #fff;
      background-color: #d8bb7f; }
    .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: #735a5a; }
  .button.alert {
    background-color: #be0800;
    color: #fff;
    border: 4px solid #be0800; }
    .button.alert:hover, .button.alert:focus {
      background-color: #e70a00;
      border-color: #e70a00;
      color: #fff; }
  .button.rarr:after {
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    content: "";
    margin-left: 8px;
    position: relative;
    top: 1px;
    left: 3px;
    -webkit-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s; }
  .button.rarr:focus:after, .button.rarr:hover:after {
    left: 8px; }
  @media (max-width: 768px) {
    .button {
      max-width: 320px; }
      .button + .button {
        margin-left: 0;
        margin-top: 10px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gform_confirmation_message {
  padding: 30px;
  color: #4d4d4d;
  font-size: 26px;
  text-align: center;
  border: 3px solid #4d4d4d;
  margin: 0 auto;
  max-width: 550px;
  line-height: 1.5; }
  .gform_confirmation_message:before {
    display: inline-block;
    margin-right: 12px;
    font-family: "Font Awesome 5 Pro";
    display: block;
    clear: both;
    content: '\f05d';
    text-align: center;
    font-size: 50px;
    color: #be0800; }

div.gform_wrapper form {
  position: relative; }

div.gform_wrapper ul li,
div.gform_wrapper ul li.gfield {
  padding-left: 0; }
  div.gform_wrapper ul li:before,
  div.gform_wrapper ul li.gfield:before {
    display: none; }

div.gform_wrapper input, div.gform_wrapper textarea {
  text-align: left; }

div.gform_wrapper .gform_page_footer input.button,
div.gform_wrapper .gform_page_footer input[type=submit] {
  width: auto;
  max-width: 100%; }

div.gform_wrapper .gfield_checkbox li input,
div.gform_wrapper .gfield_checkbox li input[type=checkbox],
div.gform_wrapper .gfield_radio li input[type=radio] {
  margin-top: 0 !important;
  margin-right: 14px; }
  div.gform_wrapper .gfield_checkbox li input:hover + label,
  div.gform_wrapper .gfield_checkbox li input[type=checkbox]:hover + label,
  div.gform_wrapper .gfield_radio li input[type=radio]:hover + label {
    color: #4d4d4d; }

div.gform_wrapper .gfield_checkbox li label,
div.gform_wrapper .gfield_radio li label {
  padding-left: 26px;
  margin: 0; }

div.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label,
div.gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
  color: #4d4d4d !important; }

div.gform_wrapper [type="radio"]:checked + label:before,
div.gform_wrapper [type="radio"]:not(:checked) + label:before {
  left: 0;
  top: 2px; }

div.gform_wrapper [type="radio"]:checked + label:after,
div.gform_wrapper [type="radio"]:not(:checked) + label:after {
  top: 5px;
  left: 3px; }

div.gform_wrapper [type="checkbox"]:checked + label:before,
div.gform_wrapper [type="checkbox"]:not(:checked) + label:before {
  left: 0;
  top: 2px; }

div.gform_wrapper [type="checkbox"]:checked + label:after,
div.gform_wrapper [type="checkbox"]:not(:checked) + label:after {
  top: -3px;
  left: 3px; }

div.gform_wrapper label.gfield_label {
  font-weight: 500;
  font-size: 16px !important; }

div.gform_wrapper .ginput_container_time input[type="text"] {
  padding: 3px 6px !important; }

div.gform_wrapper .ginput_container_time i {
  position: relative;
  top: -48px;
  left: 3px; }

div.gform_wrapper div.gfield_time_ampm select {
  width: calc(2rem + 40px); }

div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 26px; }

div.gform_wrapper .gform_previous_button.button {
  background-color: transparent;
  color: #4d4d4d;
  border: none; }

div.gform_wrapper div.gf_page_steps {
  border-bottom: none; }
  div.gform_wrapper div.gf_page_steps .gf_step {
    margin: 10px 10px 10px 0; }
    div.gform_wrapper div.gf_page_steps .gf_step .gf_step_number {
      width: 26px;
      height: 26px;
      padding: 4px;
      text-align: center;
      background-color: #959595;
      border-radius: 90px;
      font-weight: bold; }
    div.gform_wrapper div.gf_page_steps .gf_step.gf_step_active .gf_step_number {
      background-color: #4d4d4d; }
    div.gform_wrapper div.gf_page_steps .gf_step span.gf_step_label {
      display: none; }

div.gform_wrapper div.gform_page_footer {
  border: none; }

.mmenu {
  background-color: #00030b;
  border-right: 1px solid black;
  height: 100vh; }
  .mmenu .mm-navbar .mm-btn:before,
  .mmenu .mm-navbar .mm-btn:after,
  .mmenu .mm-header .mm-btn:before,
  .mmenu .mm-header .mm-btn:after,
  .mmenu .mm-listview > li > a.mm-prev:before,
  .mmenu .mm-listview > li > a.mm-next:after {
    border-color: rgba(0, 0, 0, 0.5); }
  .mmenu .cta a {
    color: #735a5a;
    font-weight: bold; }
  .mmenu .highlight {
    background-color: rgba(77, 77, 77, 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: #4d4d4d; }
  @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: 100%; }

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

.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar a.mm-title {
  color: #735a5a;
  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: #4d4d4d !important; }

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

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

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

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

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

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

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

.row.primary {
  background-color: #4d4d4d; }
  .row.primary + .primary {
    padding-top: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Slider section ===============================================================  */
.slider {
  padding: 0;
  max-height: 1200px; }
  .slider:before {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: '';
    background-color: rgba(63, 63, 63, 0.6); }
  .slider.primary:before {
    background-color: rgba(77, 77, 77, 0.6); }
  .slider.secondary:before {
    background-color: rgba(216, 187, 127, 0.6); }
  .slider.med:before {
    background-color: rgba(149, 149, 149, 0.6); }
  .slider.dark:before {
    background-color: rgba(0, 27, 87, 0.6);
    background-color: rgba(63, 63, 63, 0.6); }
  .slider.light:before {
    background-color: rgba(236, 240, 230, 0.6); }
  .slider.alert:before {
    background-color: rgba(190, 8, 0, 0.6); }
  .slider.darkest:before {
    background-color: rgba(63, 63, 63, 0.6); }
  .slider.white:before {
    background-color: rgba(255, 255, 255, 0.6); }
  .slider.full div.swiper-button-next, .slider.full div.swiper-button-prev {
    width: 30px; }
  .slider .swiper-container {
    max-width: 100%;
    padding: 0;
    width: 100%;
    height: 100%; }
    .slider .swiper-container .swiper-button-next:before,
    .slider .swiper-container .swiper-button-prev:before {
      content: none; }
    .slider .swiper-container .swiper-slide {
      width: 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; }
      .slider .swiper-container .swiper-slide:after {
        display: block;
        position: absolute;
        background: rgba(0, 0, 0, 0.5);
        margin-top: -150px;
        height: 100%;
        width: 100%;
        bottom: 0;
        content: '';
        z-index: 9; }
      .slider .swiper-container .swiper-slide img {
        width: 100%;
        height: 100%; }
      .slider .swiper-container .swiper-slide .slide-content {
        width: 100%;
        margin: 0 auto -151px;
        padding: 0 15px;
        position: absolute;
        bottom: 40%;
        z-index: 99; }
        .slider .swiper-container .swiper-slide .slide-content.center {
          text-align: center; }
          .slider .swiper-container .swiper-slide .slide-content.center ul {
            display: inline-block;
            text-align: center; }
            .slider .swiper-container .swiper-slide .slide-content.center ul li:last-child {
              margin-right: 0; }
    .slider .swiper-container .swiper-button-next, .slider .swiper-container .swiper-button-prev {
      width: 30px;
      display: block;
      background: none;
      font-size: 40px; }
      .slider .swiper-container .swiper-button-next.disabled, .slider .swiper-container .swiper-button-prev.disabled {
        display: none; }
    .slider .swiper-container .swiper-button-next:before {
      left: 25px; }
  .slider .slide-light {
    background-color: rgba(0, 0, 0, 0.75);
    color: #ecf0e6; }
    .slider .slide-light h2 {
      color: #ecf0e6; }
    .slider .slide-light .button.secondary {
      color: #fff !important; }
  .slider .slide-btns {
    list-style-type: none;
    margin: 20px 0 0 0; }
    @media (max-width: 768px) {
      .slider .slide-btns {
        text-align: center; } }
    .slider .slide-btns li {
      float: left;
      margin-right: 20px; }
      @media (max-width: 768px) {
        .slider .slide-btns li {
          text-align: center;
          float: none; } }
  .slider.sm {
    height: 30vh; }
  .slider.md {
    height: 60vh; }
  .slider.lg {
    height: 100vh; }
  .slider.auto {
    height: 0 !important; }
  .slider .center h2, .slider .center p {
    text-align: center; }

/* banner section ===============================================================  */
.banner, .slider {
  background-position: 50%;
  background-size: cover;
  position: relative;
  min-height: 30vh;
  background-color: #959595;
  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 *, .slider * {
    z-index: 5;
    color: #fff;
    text-align: center; }
  .banner:not(.center) *, .slider:not(.center) * {
    text-align: left; }
  .banner:not(.light-text) *:not(.button), .slider:not(.light-text) *:not(.button) {
    color: #001b57; }
  .banner.full > div, .banner.width-md > div, .banner.width-sm > div, .slider.full > div, .slider.width-md > div, .slider.width-sm > div {
    width: 100%; }
    .banner.full > div p, .banner.width-md > div p, .banner.width-sm > div p, .slider.full > div p, .slider.width-md > div p, .slider.width-sm > div p {
      max-width: 100%; }
  .banner p, .slider p {
    margin: 0 auto;
    max-width: 800px; }
  .banner h1, .slider h1 {
    margin: 0;
    padding: 20px 0 12px;
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center; }
    .banner h1 span, .slider h1 span {
      color: #ecf0e6;
      font-size: 28px;
      font-weight: bold;
      display: block; }
  .banner:not(:first-child()) > div, .slider:not(:first-child()) > div {
    padding: 50px 0; }
  .banner > div > div, .slider > div > div {
    margin-top: 0px; }
  .banner.sm, .slider.sm {
    min-height: 30vh; }
  .banner.md, .slider.md {
    min-height: 60vh; }
  .banner.lg, .slider.lg {
    min-height: 100vh; }
  .banner.auto, .slider.auto {
    min-height: 0 !important; }
  .banner:before, .slider:before {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: '';
    background-color: rgba(63, 63, 63, 0.6); }
  .banner.primary:before, .slider.primary:before {
    background-color: rgba(77, 77, 77, 0.6); }
  .banner.secondary:before, .slider.secondary:before {
    background-color: rgba(216, 187, 127, 0.6); }
  .banner.med:before, .slider.med:before {
    background-color: rgba(149, 149, 149, 0.6); }
  .banner.dark:before, .slider.dark:before {
    background-color: rgba(0, 27, 87, 0.6);
    background-color: rgba(63, 63, 63, 0.6); }
  .banner.light:before, .slider.light:before {
    background-color: rgba(236, 240, 230, 0.6); }
  .banner.alert:before, .slider.alert:before {
    background-color: rgba(190, 8, 0, 0.6); }
  .banner.darkest:before, .slider.darkest:before {
    background-color: rgba(63, 63, 63, 0.6); }
  .banner.white:before, .slider.white:before {
    background-color: rgba(255, 255, 255, 0.6); }
  @media (max-width: 1196px) {
    .banner h1, .slider h1 {
      padding: 10px 0;
      font-size: 6vw; } }
  @media (max-width: 768px) {
    .banner, .slider {
      min-height: 70vh; }
      .banner h2, .banner h3, .banner h4, .banner h5, .banner h6, .slider h2, .slider h3, .slider h4, .slider h5, .slider h6 {
        padding-left: 15px;
        padding-right: 15px; }
      .banner p, .slider p {
        font-size: 16px;
        padding: 15px; }
      .banner > div, .slider > div {
        padding-left: 15px;
        padding-right: 15px; }
      .banner > div > div, .slider > div > div {
        margin-top: 0; }
      .banner .button, .slider .button {
        display: inline-block;
        margin: 8px 10px; }
      .banner hr, .slider hr {
        margin: 10px 15px; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .banner, .slider {
      min-height: 100vh; } }

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

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

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

/* two column "split" section ===============================================================  */
.split {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  padding: 80px 0; }
  @media (max-width: 768px) {
    .split {
      padding: 50px 0; } }
  @media (max-width: 500px) {
    .split {
      padding: 30px 0; } }
  .split[class*="overlay-"]:before {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: '';
    background-color: rgba(63, 63, 63, 0.8); }
  .split.overlay-primary:before {
    background-color: rgba(77, 77, 77, 0.8); }
  .split.overlay-secondary:before {
    background-color: rgba(216, 187, 127, 0.8); }
  .split.overlay-med:before {
    background-color: rgba(149, 149, 149, 0.8); }
  .split.overlay-dark:before {
    background-color: rgba(0, 27, 87, 0.8);
    background-color: rgba(63, 63, 63, 0.8); }
  .split.overlay-light:before {
    background-color: rgba(236, 240, 230, 0.8); }
  .split.overlay-alert:before {
    background-color: rgba(190, 8, 0, 0.8); }
  .split.overlay-darkest:before {
    background-color: rgba(63, 63, 63, 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: 32px; }
  .split.light-text.primary .text .button {
    background-color: #4d4d4d;
    border-color: #4d4d4d; }
    .split.light-text.primary .text .button:hover {
      background-color: #735a5a;
      border-color: #735a5a;
      color: #fff; }
  .split.light-text.secondary .text .button {
    background-color: #d8bb7f;
    border-color: #d8bb7f; }
    .split.light-text.secondary .text .button:hover {
      background-color: #ebd29f;
      border-color: #ebd29f;
      color: #fff; }
  .split.light-text.med .text .button {
    background-color: #959595;
    border-color: #959595; }
    .split.light-text.med .text .button:hover {
      background-color: #b8a5a5;
      border-color: #b8a5a5;
      color: #fff; }
  .split.light-text.dark .text .button {
    background-color: #001b57;
    border-color: #001b57; }
    .split.light-text.dark .text .button:hover {
      background-color: #002b8a;
      border-color: #002b8a;
      color: #fff; }
  .split.light-text.light .text .button {
    background-color: #ecf0e6;
    border-color: #ecf0e6; }
    .split.light-text.light .text .button:hover {
      background-color: white;
      border-color: white;
      color: #fff; }
  .split.light-text.alert .text .button {
    background-color: #be0800;
    border-color: #be0800; }
    .split.light-text.alert .text .button:hover {
      background-color: #f10a00;
      border-color: #f10a00;
      color: #fff; }
  .split.light-text.darkest .text .button {
    background-color: #3f3f3f;
    border-color: #3f3f3f; }
    .split.light-text.darkest .text .button:hover {
      background-color: #634e4e;
      border-color: #634e4e;
      color: #fff; }
  .split.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 .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;
      background: none;
      color: white;
      font-size: 30px; }
      .split .half > div.swiper-button-prev:before, .split .half > div.swiper-button-prev :after, .split .half div.swiper-button-next:before, .split .half div.swiper-button-next :after {
        content: none; }
      .split .half > div.swiper-button-prev:focus, .split .half div.swiper-button-next:focus {
        outline: none; }
    .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: #4d4d4d; }
      .split .half .text.secondary {
        background-color: #d8bb7f; }
      .split .half .text.med {
        background-color: #959595; }
      .split .half .text.dark {
        background-color: #001b57; }
      .split .half .text.light {
        background-color: #ecf0e6; }
      .split .half .text.alert {
        background-color: #be0800; }
      .split .half .text.darkest {
        background-color: #3f3f3f; }
      .split .half .text.white {
        background-color: #fff; }
      .split .half .text:not(.light-text) *:not(.button) {
        color: #001b57; }
      @media (max-width: 768px) {
        .split .half .text.border, .split .half .text.reversed {
          padding: 30px; } }
      .split .half .text.border {
        border: 3px solid #4d4d4d; }
      .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: -6px; }
    .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: -2px;
      top: 25%; }
    .split .half > .slideshow-container div.swiper-button-next, .split .half > .slideshow-container div.swiper-button-prev {
      width: 20px;
      height: 20px; }
  .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: #bebebe;
    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: "Lora", 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: "Lora", 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, .split .slideshow-container .swiper-button-next {
      margin-top: 0;
      left: 52px; }
    .split .slideshow-container .swiper-button-prev:before {
      left: 0px; }
    .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(77, 77, 77, 0.6);
    content: '';
    z-index: 1; }
  .explore span, .explore h2, .explore h3, .explore h4 {
    position: relative;
    z-index: 5; }
  .explore span {
    display: inline-block;
    width: auto;
    max-width: 100%;
    opacity: 0;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 150;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .explore:after,
  .explore span {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .explore:hover {
    opacity: 0.8; }
  .explore:hover:after,
  .explore:hover span {
    opacity: 1; }

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

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

/* multi column section ===============================================================  */
.multi {
  text-align: center; }
  .multi img {
    display: block;
    margin: 0 auto;
    max-width: 100%; }
  .multi h2 {
    font-family: "Lora", serif;
    color: #4d4d4d;
    margin: 0 auto 30px;
    padding-bottom: 25px;
    text-align: center; }
  .multi h3 {
    margin-top: 0;
    text-transform: none;
    font-size: 22px;
    text-decoration: none; }
  .multi h4 {
    color: #001b57;
    text-transform: none;
    font-weight: bold;
    font-size: 16px; }
  .multi > div > div {
    display: -webkit-flex;
    display: -ms-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    align-content: center;
    -webkit-box-align: center;
    align-items: center; }
    .multi > div > div:before, .multi > div > div:after {
      display: block;
      width: 100%;
      clear: both;
      content: ''; }
  .multi .col > span {
    padding: 18px;
    display: block; }
  .multi .col p {
    color: #001b57;
    position: relative;
    z-index: 2;
    margin-bottom: 20px; }
  .multi .col figure i:before {
    font-size: 68px; }
  .multi .col i {
    padding: 30px 0 0 20px;
    text-align: left;
    display: block; }
  .multi .col a figure i {
    padding-bottom: 15px;
    padding-top: 15px;
    position: relative;
    z-index: 50; }
  .multi .col aside a {
    font-weight: bold; }
  .multi .col aside p:last-of-type {
    margin-bottom: 0; }
  .multi .col p a {
    display: inline; }
  .multi.light-text > div.reversed .col .button {
    color: #fff; }
  .multi.light-text.primary .col .button {
    color: #4d4d4d; }
  .multi.light-text.primary .row .button,
  .multi.light-text.primary .row .button.secondary:hover {
    color: #4d4d4d; }
  .multi.light-text.primary .button:hover {
    color: #4d4d4d; }
  .multi.light-text.primary > div.reversed a:not(.button), .multi.light-text.primary > div.reversed a:hover,
  .multi.light-text.primary > div.reversed h3, .multi.light-text.primary > div.reversed h4, .multi.light-text.primary > div.reversed p, .multi.light-text.primary > div.reversed span, .multi.light-text.primary > div.reversed li {
    color: #4d4d4d; }
  .multi.light-text.primary > div.reversed .col .button {
    border-color: #4d4d4d;
    background-color: #4d4d4d; }
    .multi.light-text.primary > div.reversed .col .button:hover {
      border-color: #735a5a;
      background-color: #735a5a; }
  .multi.light-text.secondary .col .button {
    color: #d8bb7f; }
  .multi.light-text.secondary .row .button,
  .multi.light-text.secondary .row .button.secondary:hover {
    color: #d8bb7f; }
  .multi.light-text.secondary .button:hover {
    color: #d8bb7f; }
  .multi.light-text.secondary > div.reversed a:not(.button), .multi.light-text.secondary > div.reversed a:hover,
  .multi.light-text.secondary > div.reversed h3, .multi.light-text.secondary > div.reversed h4, .multi.light-text.secondary > div.reversed p, .multi.light-text.secondary > div.reversed span, .multi.light-text.secondary > div.reversed li {
    color: #d8bb7f; }
  .multi.light-text.secondary > div.reversed .col .button {
    border-color: #d8bb7f;
    background-color: #d8bb7f; }
    .multi.light-text.secondary > div.reversed .col .button:hover {
      border-color: #ebd29f;
      background-color: #ebd29f; }
  .multi.light-text.med .col .button {
    color: #959595; }
  .multi.light-text.med .row .button,
  .multi.light-text.med .row .button.secondary:hover {
    color: #959595; }
  .multi.light-text.med .button:hover {
    color: #959595; }
  .multi.light-text.med > div.reversed a:not(.button), .multi.light-text.med > div.reversed a:hover,
  .multi.light-text.med > div.reversed h3, .multi.light-text.med > div.reversed h4, .multi.light-text.med > div.reversed p, .multi.light-text.med > div.reversed span, .multi.light-text.med > div.reversed li {
    color: #959595; }
  .multi.light-text.med > div.reversed .col .button {
    border-color: #959595;
    background-color: #959595; }
    .multi.light-text.med > div.reversed .col .button:hover {
      border-color: #b8a5a5;
      background-color: #b8a5a5; }
  .multi.light-text.dark .col .button {
    color: #001b57; }
  .multi.light-text.dark .row .button,
  .multi.light-text.dark .row .button.secondary:hover {
    color: #001b57; }
  .multi.light-text.dark .button:hover {
    color: #001b57; }
  .multi.light-text.dark > div.reversed a:not(.button), .multi.light-text.dark > div.reversed a:hover,
  .multi.light-text.dark > div.reversed h3, .multi.light-text.dark > div.reversed h4, .multi.light-text.dark > div.reversed p, .multi.light-text.dark > div.reversed span, .multi.light-text.dark > div.reversed li {
    color: #001b57; }
  .multi.light-text.dark > div.reversed .col .button {
    border-color: #001b57;
    background-color: #001b57; }
    .multi.light-text.dark > div.reversed .col .button:hover {
      border-color: #002b8a;
      background-color: #002b8a; }
  .multi.light-text.light .col .button {
    color: #ecf0e6; }
  .multi.light-text.light .row .button,
  .multi.light-text.light .row .button.secondary:hover {
    color: #ecf0e6; }
  .multi.light-text.light .button:hover {
    color: #ecf0e6; }
  .multi.light-text.light > div.reversed a:not(.button), .multi.light-text.light > div.reversed a:hover,
  .multi.light-text.light > div.reversed h3, .multi.light-text.light > div.reversed h4, .multi.light-text.light > div.reversed p, .multi.light-text.light > div.reversed span, .multi.light-text.light > div.reversed li {
    color: #ecf0e6; }
  .multi.light-text.light > div.reversed .col .button {
    border-color: #ecf0e6;
    background-color: #ecf0e6; }
    .multi.light-text.light > div.reversed .col .button:hover {
      border-color: white;
      background-color: white; }
  .multi.light-text.alert .col .button {
    color: #be0800; }
  .multi.light-text.alert .row .button,
  .multi.light-text.alert .row .button.secondary:hover {
    color: #be0800; }
  .multi.light-text.alert .button:hover {
    color: #be0800; }
  .multi.light-text.alert > div.reversed a:not(.button), .multi.light-text.alert > div.reversed a:hover,
  .multi.light-text.alert > div.reversed h3, .multi.light-text.alert > div.reversed h4, .multi.light-text.alert > div.reversed p, .multi.light-text.alert > div.reversed span, .multi.light-text.alert > div.reversed li {
    color: #be0800; }
  .multi.light-text.alert > div.reversed .col .button {
    border-color: #be0800;
    background-color: #be0800; }
    .multi.light-text.alert > div.reversed .col .button:hover {
      border-color: #f10a00;
      background-color: #f10a00; }
  .multi.light-text.darkest .col .button {
    color: #3f3f3f; }
  .multi.light-text.darkest .row .button,
  .multi.light-text.darkest .row .button.secondary:hover {
    color: #3f3f3f; }
  .multi.light-text.darkest .button:hover {
    color: #3f3f3f; }
  .multi.light-text.darkest > div.reversed a:not(.button), .multi.light-text.darkest > div.reversed a:hover,
  .multi.light-text.darkest > div.reversed h3, .multi.light-text.darkest > div.reversed h4, .multi.light-text.darkest > div.reversed p, .multi.light-text.darkest > div.reversed span, .multi.light-text.darkest > div.reversed li {
    color: #3f3f3f; }
  .multi.light-text.darkest > div.reversed .col .button {
    border-color: #3f3f3f;
    background-color: #3f3f3f; }
    .multi.light-text.darkest > div.reversed .col .button:hover {
      border-color: #634e4e;
      background-color: #634e4e; }
  .multi.light-text.white .col .button {
    color: #fff; }
  .multi.light-text.white .row .button,
  .multi.light-text.white .row .button.secondary:hover {
    color: #fff; }
  .multi.light-text.white .button:hover {
    color: #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 li {
    color: #fff; }
  .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: white;
      background-color: white; }
  .multi.light-text .col .button {
    color: #fff;
    border-color: #fff; }
    .multi.light-text .col .button:hover {
      border-color: #fff;
      opacity: 0.8; }
  .multi.light-text .row .button:hover {
    opacity: 0.8; }
  .multi.light-text .row .button.secondary:not(:hover) {
    color: #fff; }
  .multi.light-text .row .button.secondary:hover {
    border-color: #fff; }
  .multi.light-text h4, .multi.light-text .col p {
    color: #fff; }
  .multi.light-text div.reversed .col .button:hover {
    color: #fff; }
  .multi.light-text .col a .button {
    background-color: transparent; }
  .multi > div.reversed.light-text a, .multi > div.reversed.light-text a:after,
  .multi > div.reversed.light-text figure i:before,
  .multi > div.reversed.light-text p, .multi > div.reversed.light-text h3, .multi > div.reversed.light-text h4 {
    color: #fff; }
  .multi > div.reversed.light-text a:hover {
    text-decoration: none !important;
    opacity: 0.8;
    color: #fff; }
  .multi > div.reversed.light-text .col > span {
    padding-bottom: 30px; }
  .multi > div.reversed.light-text.center-content i {
    padding: 30px auto 0;
    text-align: center; }
  .multi > div.reversed.light-text .col .button {
    background-color: #fff;
    border-color: #fff; }
  .multi > div.reversed.light-text.primary .col .button {
    color: #4d4d4d; }
  .multi > div.reversed.light-text.secondary .col .button {
    color: #d8bb7f; }
  .multi > div.reversed.light-text.med .col .button {
    color: #959595; }
  .multi > div.reversed.light-text.dark .col .button {
    color: #001b57; }
  .multi > div.reversed.light-text.light .col .button {
    color: #ecf0e6; }
  .multi > div.reversed.light-text.alert .col .button {
    color: #be0800; }
  .multi > div.reversed.light-text.darkest .col .button {
    color: #3f3f3f; }
  .multi > div.reversed.light-text.white .col .button {
    color: #fff; }
  .multi > div.center-content {
    text-align: center; }
    .multi > div.center-content i {
      padding: 30px auto 0;
      text-align: center; }
    .multi > div.center-content .col h2, .multi > div.center-content .col h3, .multi > div.center-content .col h4 {
      text-align: center;
      margin: 0 0 20px; }
    .multi > div.center-content .col p {
      text-align: center; }
  .multi div.row {
    margin-top: 40px; }
  .multi div.col .button,
  .multi div.row .button {
    color: #fff;
    margin-top: 18px; }
    .multi div.col .button:hover,
    .multi div.row .button:hover {
      color: #fff; }
    .multi div.col .button.secondary,
    .multi div.row .button.secondary {
      background-color: transparent; }
      .multi div.col .button.secondary:hover,
      .multi div.row .button.secondary:hover {
        color: #fff; }
  .multi aside ul li {
    text-align: left; }
  .multi div.primary h2, .multi div.primary h3 {
    color: #4d4d4d; }
  .multi div.primary .button {
    background-color: #4d4d4d; }
  .multi div.primary span {
    border-color: #4d4d4d; }
  .multi div.primary figure:before {
    background-color: rgba(77, 77, 77, 0.4); }
  .multi div.primary a, .multi div.primary a:after,
  .multi div.primary figure i:before {
    color: #4d4d4d; }
  .multi div.primary a:hover {
    color: #735a5a; }
  .multi div.primary.border .col > span {
    border: 4px solid #4d4d4d; }
  .multi div.primary.border figure + span {
    border-top-width: 0;
    border-top: none; }
  .multi div.primary.reversed .col {
    background-color: #4d4d4d; }
  .multi div.primary .button {
    background-color: #4d4d4d;
    border-color: #4d4d4d; }
    .multi div.primary .button:hover {
      background-color: #735a5a;
      border-color: #735a5a; }
    .multi div.primary .button.secondary {
      border-color: #4d4d4d;
      color: #4d4d4d; }
      .multi div.primary .button.secondary:hover {
        background-color: #4d4d4d; }
  .multi div.secondary h2, .multi div.secondary h3 {
    color: #d8bb7f; }
  .multi div.secondary .button {
    background-color: #d8bb7f; }
  .multi div.secondary span {
    border-color: #d8bb7f; }
  .multi div.secondary figure:before {
    background-color: rgba(216, 187, 127, 0.4); }
  .multi div.secondary a, .multi div.secondary a:after,
  .multi div.secondary figure i:before {
    color: #d8bb7f; }
  .multi div.secondary a:hover {
    color: #ebd29f; }
  .multi div.secondary.border .col > span {
    border: 4px solid #d8bb7f; }
  .multi div.secondary.border figure + span {
    border-top-width: 0;
    border-top: none; }
  .multi div.secondary.reversed .col {
    background-color: #d8bb7f; }
  .multi div.secondary .button {
    background-color: #d8bb7f;
    border-color: #d8bb7f; }
    .multi div.secondary .button:hover {
      background-color: #ebd29f;
      border-color: #ebd29f; }
    .multi div.secondary .button.secondary {
      border-color: #d8bb7f;
      color: #d8bb7f; }
      .multi div.secondary .button.secondary:hover {
        background-color: #d8bb7f; }
  .multi div.med h2, .multi div.med h3 {
    color: #959595; }
  .multi div.med .button {
    background-color: #959595; }
  .multi div.med span {
    border-color: #959595; }
  .multi div.med figure:before {
    background-color: rgba(149, 149, 149, 0.4); }
  .multi div.med a, .multi div.med a:after,
  .multi div.med figure i:before {
    color: #959595; }
  .multi div.med a:hover {
    color: #b8a5a5; }
  .multi div.med.border .col > span {
    border: 4px solid #959595; }
  .multi div.med.border figure + span {
    border-top-width: 0;
    border-top: none; }
  .multi div.med.reversed .col {
    background-color: #959595; }
  .multi div.med .button {
    background-color: #959595;
    border-color: #959595; }
    .multi div.med .button:hover {
      background-color: #afafaf;
      border-color: #afafaf; }
    .multi div.med .button.secondary {
      border-color: #959595;
      color: #959595; }
      .multi div.med .button.secondary:hover {
        background-color: #959595; }
  .multi div.dark h2, .multi div.dark h3 {
    color: #001b57; }
  .multi div.dark .button {
    background-color: #001b57; }
  .multi div.dark span {
    border-color: #001b57; }
  .multi div.dark figure:before {
    background-color: rgba(0, 27, 87, 0.4); }
  .multi div.dark a, .multi div.dark a:after,
  .multi div.dark figure i:before {
    color: #001b57; }
  .multi div.dark a:hover {
    color: #002b8a; }
  .multi div.dark.border .col > span {
    border: 4px solid #001b57; }
  .multi div.dark.border figure + span {
    border-top-width: 0;
    border-top: none; }
  .multi div.dark.reversed .col {
    background-color: #001b57; }
  .multi div.dark .button {
    background-color: #001b57;
    border-color: #001b57; }
    .multi div.dark .button:hover {
      background-color: #002b8a;
      border-color: #002b8a; }
    .multi div.dark .button.secondary {
      border-color: #001b57;
      color: #001b57; }
      .multi div.dark .button.secondary:hover {
        background-color: #001b57; }
  .multi div.light h2, .multi div.light h3 {
    color: #ecf0e6; }
  .multi div.light .button {
    background-color: #ecf0e6; }
  .multi div.light span {
    border-color: #ecf0e6; }
  .multi div.light figure:before {
    background-color: rgba(236, 240, 230, 0.4); }
  .multi div.light a, .multi div.light a:after,
  .multi div.light figure i:before {
    color: #ecf0e6; }
  .multi div.light a:hover {
    color: white; }
  .multi div.light.border .col > span {
    border: 4px solid #ecf0e6; }
  .multi div.light.border figure + span {
    border-top-width: 0;
    border-top: none; }
  .multi div.light.reversed .col {
    background-color: #ecf0e6; }
  .multi div.light .button {
    background-color: #ecf0e6;
    border-color: #ecf0e6; }
    .multi div.light .button:hover {
      background-color: white;
      border-color: white; }
    .multi div.light .button.secondary {
      border-color: #ecf0e6;
      color: #ecf0e6; }
      .multi div.light .button.secondary:hover {
        background-color: #ecf0e6; }
  .multi div.alert h2, .multi div.alert h3 {
    color: #be0800; }
  .multi div.alert .button {
    background-color: #be0800; }
  .multi div.alert span {
    border-color: #be0800; }
  .multi div.alert figure:before {
    background-color: rgba(190, 8, 0, 0.4); }
  .multi div.alert a, .multi div.alert a:after,
  .multi div.alert figure i:before {
    color: #be0800; }
  .multi div.alert a:hover {
    color: #f10a00; }
  .multi div.alert.border .col > span {
    border: 4px solid #be0800; }
  .multi div.alert.border figure + span {
    border-top-width: 0;
    border-top: none; }
  .multi div.alert.reversed .col {
    background-color: #be0800; }
  .multi div.alert .button {
    background-color: #be0800;
    border-color: #be0800; }
    .multi div.alert .button:hover {
      background-color: #f10a00;
      border-color: #f10a00; }
    .multi div.alert .button.secondary {
      border-color: #be0800;
      color: #be0800; }
      .multi div.alert .button.secondary:hover {
        background-color: #be0800; }
  .multi div.darkest h2, .multi div.darkest h3 {
    color: #3f3f3f; }
  .multi div.darkest .button {
    background-color: #3f3f3f; }
  .multi div.darkest span {
    border-color: #3f3f3f; }
  .multi div.darkest figure:before {
    background-color: rgba(63, 63, 63, 0.4); }
  .multi div.darkest a, .multi div.darkest a:after,
  .multi div.darkest figure i:before {
    color: #3f3f3f; }
  .multi div.darkest a:hover {
    color: #634e4e; }
  .multi div.darkest.border .col > span {
    border: 4px solid #3f3f3f; }
  .multi div.darkest.border figure + span {
    border-top-width: 0;
    border-top: none; }
  .multi div.darkest.reversed .col {
    background-color: #3f3f3f; }
  .multi div.darkest .button {
    background-color: #3f3f3f;
    border-color: #3f3f3f; }
    .multi div.darkest .button:hover {
      background-color: #634e4e;
      border-color: #634e4e; }
    .multi div.darkest .button.secondary {
      border-color: #3f3f3f;
      color: #3f3f3f; }
      .multi div.darkest .button.secondary:hover {
        background-color: #3f3f3f; }
  .multi 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 > span {
    border: 4px solid #fff; }
  .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; } }

/* 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: #001b57;
  display: block;
  font-weight: bold;
  padding: 18px 22px;
  position: relative;
  text-decoration: none; }
  .faq dt a:hover {
    color: #fff;
    background-color: #4d4d4d; }
    .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: #959595; }
  .faq dt a.open {
    color: #4d4d4d; }
    .faq dt a.open:after {
      content: '\f068';
      color: #d8bb7f; }
    .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(149, 149, 149, 0.5);
  box-shadow: inset 0 5px 2px rgba(149, 149, 149, 0.5); }

.faq > div.primary h2 {
  color: #4d4d4d; }

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

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

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

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

.faq > div.primary.reversed dt a {
  background-color: #4d4d4d;
  color: white;
  -webkit-box-shadow: inset 0 5px 2px rgba(39, 39, 39, 0.5);
  box-shadow: inset 0 5px 2px rgba(39, 39, 39, 0.5); }
  .faq > div.primary.reversed dt a:hover {
    background-color: #735a5a; }

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

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

.faq > div.secondary dd {
  background-color: rgba(216, 187, 127, 0.05);
  border-top: 2px solid #d8bb7f; }
  .faq > div.secondary dd h3, .faq > div.secondary dd h4, .faq > div.secondary dd h5, .faq > div.secondary dd h6 {
    color: #d8bb7f; }

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

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

.faq > div.secondary.reversed dt a {
  background-color: #d8bb7f;
  color: white;
  -webkit-box-shadow: inset 0 5px 2px rgba(198, 156, 68, 0.5);
  box-shadow: inset 0 5px 2px rgba(198, 156, 68, 0.5); }
  .faq > div.secondary.reversed dt a:hover {
    background-color: #ebd29f; }

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

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

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

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

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

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

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

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

.faq > div.dark dd {
  background-color: rgba(0, 27, 87, 0.05);
  border-top: 2px solid #001b57; }
  .faq > div.dark dd h3, .faq > div.dark dd h4, .faq > div.dark dd h5, .faq > div.dark dd h6 {
    color: #001b57; }

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

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

.faq > div.dark.reversed dt a {
  background-color: #001b57;
  color: white;
  -webkit-box-shadow: inset 0 5px 2px rgba(0, 3, 11, 0.5);
  box-shadow: inset 0 5px 2px rgba(0, 3, 11, 0.5); }
  .faq > div.dark.reversed dt a:hover {
    background-color: #002b8a;
    background-color: #959595; }

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

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

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

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

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

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

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

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

.faq > div.alert dd {
  background-color: rgba(190, 8, 0, 0.05);
  border-top: 2px solid #be0800; }
  .faq > div.alert dd h3, .faq > div.alert dd h4, .faq > div.alert dd h5, .faq > div.alert dd h6 {
    color: #be0800; }

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

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

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

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

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

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

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

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

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

.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 > div {
  max-width: 960px; }
  section.cta > div.border, section.cta > div.reversed {
    padding: 40px 50px;
    border: 4px solid #4d4d4d; }
  section.cta > div.primary {
    border-color: #4d4d4d; }
    section.cta > div.primary h2 {
      color: #4d4d4d; }
    section.cta > div.primary .button {
      background-color: #4d4d4d;
      border-color: #4d4d4d; }
      section.cta > div.primary .button:hover {
        background-color: #5a5a5a;
        border-color: #5a5a5a; }
      section.cta > div.primary .button.secondary {
        background-color: transparent;
        color: #4d4d4d; }
        section.cta > div.primary .button.secondary:hover {
          background-color: #4d4d4d;
          border-color: #4d4d4d;
          color: #fff; }
  section.cta > div.secondary {
    border-color: #d8bb7f; }
    section.cta > div.secondary h2 {
      color: #d8bb7f; }
    section.cta > div.secondary .button {
      background-color: #d8bb7f;
      border-color: #d8bb7f; }
      section.cta > div.secondary .button:hover {
        background-color: #dec593;
        border-color: #dec593; }
      section.cta > div.secondary .button.secondary {
        background-color: transparent;
        color: #d8bb7f; }
        section.cta > div.secondary .button.secondary:hover {
          background-color: #d8bb7f;
          border-color: #d8bb7f;
          color: #fff; }
  section.cta > div.med {
    border-color: #959595; }
    section.cta > div.med h2 {
      color: #959595; }
    section.cta > div.med .button {
      background-color: #959595;
      border-color: #959595; }
      section.cta > div.med .button:hover {
        background-color: #a2a2a2;
        border-color: #a2a2a2; }
      section.cta > div.med .button.secondary {
        background-color: transparent;
        color: #959595; }
        section.cta > div.med .button.secondary:hover {
          background-color: #959595;
          border-color: #959595;
          color: #fff; }
  section.cta > div.dark {
    border-color: #001b57; }
    section.cta > div.dark h2 {
      color: #001b57; }
    section.cta > div.dark .button {
      background-color: #001b57;
      border-color: #001b57; }
      section.cta > div.dark .button:hover {
        background-color: #002371;
        border-color: #002371; }
      section.cta > div.dark .button.secondary {
        background-color: transparent;
        color: #001b57; }
        section.cta > div.dark .button.secondary:hover {
          background-color: #001b57;
          border-color: #001b57;
          color: #fff; }
  section.cta > div.light {
    border-color: #ecf0e6; }
    section.cta > div.light h2 {
      color: #ecf0e6; }
    section.cta > div.light .button {
      background-color: #ecf0e6;
      border-color: #ecf0e6; }
      section.cta > div.light .button:hover {
        background-color: #f8faf6;
        border-color: #f8faf6; }
      section.cta > div.light .button.secondary {
        background-color: transparent;
        color: #ecf0e6; }
        section.cta > div.light .button.secondary:hover {
          background-color: #ecf0e6;
          border-color: #ecf0e6;
          color: #fff; }
  section.cta > div.alert {
    border-color: #be0800; }
    section.cta > div.alert h2 {
      color: #be0800; }
    section.cta > div.alert .button {
      background-color: #be0800;
      border-color: #be0800; }
      section.cta > div.alert .button:hover {
        background-color: #d80900;
        border-color: #d80900; }
      section.cta > div.alert .button.secondary {
        background-color: transparent;
        color: #be0800; }
        section.cta > div.alert .button.secondary:hover {
          background-color: #be0800;
          border-color: #be0800;
          color: #fff; }
  section.cta > div.darkest {
    border-color: #3f3f3f; }
    section.cta > div.darkest h2 {
      color: #3f3f3f; }
    section.cta > div.darkest .button {
      background-color: #3f3f3f;
      border-color: #3f3f3f; }
      section.cta > div.darkest .button:hover {
        background-color: #4c4c4c;
        border-color: #4c4c4c; }
      section.cta > div.darkest .button.secondary {
        background-color: transparent;
        color: #3f3f3f; }
        section.cta > div.darkest .button.secondary:hover {
          background-color: #3f3f3f;
          border-color: #3f3f3f;
          color: #fff; }
  section.cta > div.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: #4d4d4d; }
      section.cta > div.reversed.primary .button {
        color: #4d4d4d; }
      section.cta > div.reversed.primary.light-text .button:hover {
        color: #fff;
        background-color: #6c6c6c;
        border-color: #6c6c6c; }
      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: #6c6c6c;
          border-color: #6c6c6c; }
    section.cta > div.reversed.secondary {
      background-color: #d8bb7f; }
      section.cta > div.reversed.secondary .button {
        color: #d8bb7f; }
      section.cta > div.reversed.secondary.light-text .button:hover {
        color: #fff;
        background-color: #e6d4ae;
        border-color: #e6d4ae; }
      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: #e6d4ae;
          border-color: #e6d4ae; }
    section.cta > div.reversed.med {
      background-color: #959595; }
      section.cta > div.reversed.med .button {
        color: #959595; }
      section.cta > div.reversed.med.light-text .button:hover {
        color: #fff;
        background-color: #b4b4b4;
        border-color: #b4b4b4; }
      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: #b4b4b4;
          border-color: #b4b4b4; }
    section.cta > div.reversed.dark {
      background-color: #001b57; }
      section.cta > div.reversed.dark .button {
        color: #001b57; }
      section.cta > div.reversed.dark.light-text .button:hover {
        color: #fff;
        background-color: #002e94;
        border-color: #002e94; }
      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: #002e94;
          border-color: #002e94; }
    section.cta > div.reversed.light {
      background-color: #ecf0e6; }
      section.cta > div.reversed.light .button {
        color: #ecf0e6; }
      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: #be0800; }
      section.cta > div.reversed.alert .button {
        color: #be0800; }
      section.cta > div.reversed.alert.light-text .button:hover {
        color: #fff;
        background-color: #fb0b00;
        border-color: #fb0b00; }
      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: #fb0b00;
          border-color: #fb0b00; }
    section.cta > div.reversed.darkest {
      background-color: #3f3f3f; }
      section.cta > div.reversed.darkest .button {
        color: #3f3f3f; }
      section.cta > div.reversed.darkest.light-text .button:hover {
        color: #fff;
        background-color: #5e5e5e;
        border-color: #5e5e5e; }
      section.cta > div.reversed.darkest.light-text .button.secondary {
        border-color: #fff;
        background-color: transparent;
        color: #fff; }
        section.cta > div.reversed.darkest.light-text .button.secondary:hover {
          color: #fff;
          background-color: #5e5e5e;
          border-color: #5e5e5e; }
    section.cta > div.reversed.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: #001b57; }
    section.cta > div.reversed .button {
      background-color: #001b57;
      border-color: #001b57; }
      section.cta > div.reversed .button:hover {
        color: #001b57;
        border-color: #001b57; }
      section.cta > div.reversed .button.secondary {
        color: #001b57; }
        section.cta > div.reversed .button.secondary:hover {
          color: #fff;
          background-color: #001b57;
          border-color: #001b57; }
    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 {
  min-width: 270px;
  margin-top: 20px; }
  section.cta .button + .button {
    margin: 15px 0 0; }

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

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

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

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

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

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

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

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

/* Carousel section ===============================================================  */
.carousel {
  width: 100%;
  height: 100%; }
  .carousel .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* 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; }
  .carousel .column-number {
    display: none; }

.banner.intro {
  text-align: left;
  background-color: #ecf0e6; }
  .banner.intro * {
    text-align: left; }
  .banner.intro span, .banner.intro h1, .banner.intro h2 {
    text-align: center; }
  .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: 1240px;
    padding: 50px 15px 40px; }
    .banner.intro > div > span {
      font-style: italic; }
  @media (max-width: 768px) {
    .banner.intro {
      padding-top: 0; } }

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

article.hentry .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.hentry .entry-content > figure {
    width: 40.67797%;
    float: left;
    margin-right: 1.69492%; }
  article.hentry .entry-content > div {
    width: 57.62712%;
    float: right;
    margin-right: 0;
    padding-left: 20px; }
  article.hentry .entry-content img {
    display: block;
    margin: 0; }
    article.hentry .entry-content img:hover {
      opacity: 0.8; }
  article.hentry .entry-content header {
    border-bottom: none;
    background-color: transparent; }
  article.hentry .entry-content h2 {
    margin: 0 0 20px;
    padding: 0; }
    article.hentry .entry-content h2 a {
      color: #001b57;
      text-transform: capitalize;
      font-weight: 900;
      font-size: 42px; }
  article.hentry .entry-content span, article.hentry .entry-content .author, article.hentry .entry-content time, article.hentry .entry-content .entry-cats a {
    font-size: 18px;
    text-transform: none; }
  article.hentry .entry-content time {
    display: inline-block; }
    article.hentry .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.hentry .entry-content .entry-cats {
    display: inline-block;
    list-style-type: none;
    margin-left: 10px; }
    article.hentry .entry-content .entry-cats li {
      display: inline-block; }
    article.hentry .entry-content .entry-cats li:not(:last-child):after {
      display: inline-block;
      content: ', '; }
    article.hentry .entry-content .entry-cats a {
      text-decoration: underline;
      color: #001b57;
      font-weight: normal;
      display: inline-block; }
    article.hentry .entry-content .entry-cats a:hover {
      color: #d8bb7f;
      text-decoration: none; }
  article.hentry .entry-content a.more {
    display: inline;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal; }
  @media (max-width: 768px) {
    article.hentry .entry-content {
      margin-bottom: 20px; }
      article.hentry .entry-content h2 a {
        font-size: 30px; }
      article.hentry .entry-content > figure,
      article.hentry .entry-content > div {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        padding: 0; }
      article.hentry .entry-content h2 {
        margin-top: 20px; } }

.main-content.grid article.post {
  padding: 20px;
  position: relative;
  z-index: 50;
  background-color: #fbf8f2;
  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: #d8bb7f;
      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: #735a5a; }
    .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: #001b57; }
    .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; }

@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 .main-content h1 {
  margin-top: -18px; }

.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: #001b57;
      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: #001b57;
        font-weight: normal;
        display: inline-block;
        font-weight: bold;
        font-size: 16px; }
      .main-content header .entry-cats a:hover {
        color: #d8bb7f;
        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; } }
  .main-content .post-author-data {
    border-top: 1px solid #4d4d4d;
    margin-bottom: 30px;
    padding-top: 30px; }
    .main-content .post-author-data .author-image {
      width: 20%;
      float: left;
      margin-right: 2%; }
      .main-content .post-author-data .author-image img {
        width: 100%;
        height: auto; }
    .main-content .post-author-data .author-detail {
      width: 78%;
      float: right; }
      .main-content .post-author-data .author-detail h4 {
        padding-top: 0;
        margin-top: 0; }

body:not(.home).single header.fixed + main {
  padding-top: 156px; }
  @media (max-width: 768px) {
    body:not(.home).single header.fixed + main {
      padding-top: 80px; } }

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

/*
          ,,        ,,          ,,
          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; }
  .sidebar div > ul > li {
    margin-bottom: 5px; }
  .sidebar h4.title,
  .sidebar h4.widgettitle {
    color: #001b57;
    font-size: 20px;
    text-transform: none; }
  .sidebar .button.alert {
    color: white; }
    .sidebar .button.alert a {
      color: inherit; }
  .sidebar .button.secondary {
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px; }
  .sidebar div.widget:not(.widget_search) {
    margin-bottom: 35px;
    background-color: transparent;
    border: 1px solid #d8bb7f;
    padding: 10px 20px 15px; }
  .sidebar ul {
    list-style-type: none;
    margin: 0; }
    .sidebar ul li:not(:last-child) {
      border-bottom: 1px solid #ecf0e6; }
    .sidebar ul li a {
      padding: 8px 0;
      font-size: 16px;
      text-transform: none;
      font-weight: bold;
      line-height: 1.2;
      color: #001b57;
      display: block;
      text-transform: capitalize; }
      .sidebar ul li a:hover {
        color: #4d4d4d;
        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 #001b57; }
  .sidebar .widget_search .input-group-btn .button {
    height: 45px;
    width: 45px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 15;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    padding-top: 12.5px;
    padding-left: 14px;
    background-color: #001b57;
    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: #4d4d4d; }
    @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: #959595;
    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 {
            font-size: 20px;
            text-align: center;
            margin: 0; }
        div.share ul li a:hover i:before {
          color: #959595;
          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: #4d4d4d;
    border: 1px solid #ccc;
    border-radius: 2px;
    text-decoration: none; }
  .custom-pagination a:hover,
  .custom-pagination span.current {
    background-color: #4d4d4d;
    border-color: #4d4d4d;
    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: #4d4d4d;
    display: block;
    padding: 10px 15px;
    text-decoration: none; }
  .pager li a:hover {
    color: #d8bb7f; }
    .pager li a:hover:before, .pager li a:hover:after {
      color: #d8bb7f; }
  .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: #4d4d4d;
    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: #d8bb7f; }
  .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 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: #001b57;
  width: 100%;
  padding: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 1000; }
  header.fixed {
    position: fixed;
    z-index: 100;
    top: 0; }
  header > div {
    display: -webkit-flex;
    display: -ms-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-content: center;
    -webkit-box-align: center;
    align-items: center; }
  header a, header nav {
    position: relative;
    z-index: 15; }
  header .top {
    background-color: #001b57;
    color: #fff;
    padding: 0;
    padding-top: 20px;
    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: #be0800; }
    header .top span.phone {
      padding: 12px 8px 0 0;
      display: inline-block;
      letter-spacing: 1px; }
    header .top .cta {
      background-color: transparent; }
      header .top .cta a {
        background-color: #4d4d4d;
        border-radius: 2px;
        padding: 12px 20px; }
        header .top .cta a:hover {
          background-color: #735a5a;
          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 .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: 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: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: 100%;
        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: #001b57;
    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(77, 77, 77, 0.5);
      font-weight: normal;
      text-align: left; }
    header input[type="search"]:-moz-placeholder {
      color: rgba(77, 77, 77, 0.5);
      font-weight: normal;
      text-align: left; }
    header input[type="search"]::-moz-placeholder {
      color: rgba(77, 77, 77, 0.5);
      font-weight: normal;
      text-align: left; }
    header input[type="search"]:-ms-input-placeholder {
      color: rgba(77, 77, 77, 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 #4d4d4d; }
  header input[type="submit"] {
    display: none; }
  header .search-trigger {
    width: 50px;
    height: 50px;
    display: block;
    float: right;
    border-radius: 2px; }
    header .search-trigger:before {
      color: #735a5a;
      margin: 0;
      position: relative;
      top: 16px;
      left: 18px; }
    header .search-trigger:hover {
      color: #001b57;
      background-color: #fff; }
    header .search-trigger.active {
      border-left: none;
      background-color: #4d4d4d;
      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: #735a5a; }

.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: #735a5a; }
    nav.main > ul > li:hover > a:after {
      color: #735a5a; }
  nav.main ul li {
    text-align: center;
    position: relative;
    display: block;
    float: left;
    line-height: 1; }
    nav.main ul li a {
      color: #fff;
      font-family: "Lora", 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: #735a5a;
        text-decoration: none; }
    nav.main ul li.cta {
      margin-left: 16px; }
      nav.main ul li.cta a {
        color: #fff;
        background-color: #4d4d4d;
        border: 4px solid #4d4d4d;
        border-radius: 2px;
        padding: 8px 30px; }
        nav.main ul li.cta a:hover, nav.main ul li.cta a:focus {
          background-color: #735a5a;
          border-color: #735a5a; }
  nav.main .dropdown-toggle.hover {
    color: #735a5a; }
    nav.main .dropdown-toggle.hover:after {
      color: #735a5a; }
  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: #001b57;
      content: "";
      display: inline-block;
      font-size: 10px;
      position: absolute;
      right: 2px;
      top: 44%;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
  nav.main .current_page_item a:after {
    color: #4d4d4d; }
  nav.main .current_page_item a, nav.main .current_page_item a:hover {
    color: #4d4d4d;
    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: #001b57;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 1000;
    top: 92px;
    left: 0;
    right: auto;
    padding-bottom: 15px;
    display: none; }
    nav.main .dropdown-menu li {
      border: none;
      display: block;
      padding: 0;
      margin: 0;
      width: 100%; }
      nav.main .dropdown-menu li a.dropdown-toggle:after {
        color: #fff;
        display: inline-block;
        position: absolute;
        right: 10px;
        top: 12px;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg); }
      nav.main .dropdown-menu li a.dropdown-toggle:hover:after,
      nav.main .dropdown-menu li a.dropdown-toggle.hover:after {
        color: #735a5a; }
      nav.main .dropdown-menu li ul.dropdown-menu {
        left: 100%;
        top: 0px; }
    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: #735a5a;
        background-color: rgba(77, 77, 77, 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: #001b57;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  padding: 80px 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: #735a5a;
      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: #4d4d4d; }
  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; } }

.subfooter {
  padding: 20px 15px; }
  .subfooter > div {
    margin: 0 auto;
    max-width: 1240px; }
  .subfooter span {
    font-size: 14px; }

.design-doc-section {
  padding-bottom: 30px;
  margin-bottom: 30px !important; }
  .design-doc-section .design_section_title {
    padding: 10px;
    border-left: 6px solid #4d4d4d;
    background: white;
    margin-bottom: 20px; }
  .design-doc-section .spacing-example {
    width: auto;
    margin-bottom: 10px;
    background: #4d4d4d;
    color: #fff; }

ul.design-section-menu {
  display: inline-block;
  margin-left: 0;
  margin-bottom: 40px; }
  ul.design-section-menu li {
    background: #4d4d4d;
    color: #fff;
    margin-right: 10px;
    float: left;
    list-style-type: none;
    border-radius: 2px; }
    ul.design-section-menu li a {
      padding: 10px;
      color: #fff;
      display: inline-block;
      line-height: 1;
      text-decoration: none; }
    ul.design-section-menu li:last-child {
      margin-right: 0; }

body {
  font-family: "Lora", serif;
  color: #001b57;
  background: #d8dccf;
  position: relative;
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Lora", serif;
  color: #4d4d4d;
  text-align: left;
  font-weight: 300; }

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: #001b57;
  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: #001b57; }
  @media (max-width: 500px) {
    h3 {
      font-size: 22px; } }

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

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

::-moz-selection {
  background: #4d4d4d;
  color: #fff;
  /* Gecko Browsers */ }

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

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

::-webkit-scrollbar-track {
  background: #001b57; }

body {
  scrollbar-face-color: #959595;
  scrollbar-track-color: #001b57; }

.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: #4d4d4d;
      font-size: 16px;
      left: 8px;
      top: 1px; }

header .top > div,
header > div,
footer > div,
main > section > div {
  max-width: 1240px;
  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; }

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

.scrolled header.fixed .top {
  height: 0 !important;
  padding-top: 0;
  overflow: hidden; }
  .scrolled header.fixed .top nav {
    overflow: hidden; }

.scrolled header.fixed .logo {
  padding: 3px 0; }
  .scrolled header.fixed .logo img {
    height: 50px; }

.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 - 781px); }
  header.fixed + main {
    min-height: 100vh;
    min-height: calc(100vh - 624px); } }

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

.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;
  margin-top: 42px; }
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    background-color: #4d4d4d;
    border-radius: 2px; }
  .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: 26px;
    position: relative;
    top: 16px;
    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: 1920px;
  background-color: #fff;
  margin: 0 auto; }
  main:before, main:after {
    display: block;
    width: 100%;
    clear: both;
    content: ''; }
  main > section {
    padding: 80px 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: #001b57; }
  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; }

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

/* Not Logged in Styles */
.logged-in:not(.home).single header.fixed + main {
  padding-top: 151px; }

.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1; }

body {
  font-family: 'Lora', serif;
  font-size: 14px;
  color: #4d4d4d; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lora', serif; }

/* List Styles */
/* Header Styles */
.admin-bar {
  padding-top: 32px; }

.scrolled header.fixed nav.main .left-menu, .scrolled header.fixed nav.main .right-menu {
  width: 41%; }

.scrolled header.fixed nav.main ul li a {
  padding: 20px 10px 15px; }

.scrolled header.fixed nav.main .dropdown-toggle:hover {
  color: #d8bb7f; }

.scrolled header.fixed nav.main .dropdown-menu {
  top: 49px;
  background: #fff;
  padding-bottom: 0; }
  .scrolled header.fixed nav.main .dropdown-menu a {
    color: #d8bb7f;
    padding: 15px; }
    .scrolled header.fixed nav.main .dropdown-menu a:hover {
      background-color: rgba(0, 0, 0, 0.1); }
  .scrolled header.fixed nav.main .dropdown-menu li a.dropdown-toggle:after {
    color: #d8bb7f; }

.scrolled header.fixed nav.main nav.main ul li a:hover, .scrolled header.fixed nav.main nav.main ul li a:hover:after {
  color: #d8bb7f; }

.scrolled header.fixed nav.main nav.main li.dd-toggle a:after, .scrolled header.fixed nav.main nav.main .dropdown-toggle:after
nav.main li.dd-toggle a:after, .scrolled header.fixed nav.main nav.main .dropdown-toggle:after {
  right: -11px;
  top: 42%; }

.scrolled header.fixed nav.main li.dd-toggle:after, .scrolled header.fixed nav.main .dropdown-toggle:after {
  top: 23px; }

.scrolled header.fixed .top {
  height: 20px !important;
  overflow: visible;
  margin-bottom: 6px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -webkit-align-content: flex-start; }
  .scrolled header.fixed .top .header-social, .scrolled header.fixed .top .header-address, .scrolled header.fixed .top .header-cta {
    display: none; }
  .scrolled header.fixed .top .scrolled-cta {
    display: inline-block;
    width: 100%; }
    .scrolled header.fixed .top .scrolled-cta .s-cta-left {
      width: 50%;
      float: left;
      text-align: left;
      font-size: 14px;
      padding: 8px 0; }
      .scrolled header.fixed .top .scrolled-cta .s-cta-left .phone-title {
        float: left;
        margin-right: 2px; }
      .scrolled header.fixed .top .scrolled-cta .s-cta-left .phone {
        float: none; }
    .scrolled header.fixed .top .scrolled-cta .s-cta-right {
      width: 50%;
      float: right; }
      .scrolled header.fixed .top .scrolled-cta .s-cta-right .cta {
        margin-top: 5px;
        border-top-right-radius: 0;
        border-top-left-radius: 0; }
        .scrolled header.fixed .top .scrolled-cta .s-cta-right .cta a {
          padding: 8px 44px; }

.scrolled header.fixed .logo {
  width: 18%;
  bottom: -25px;
  height: 100px; }
  .scrolled header.fixed .logo img {
    height: 64px;
    margin: 3px auto; }
  @media (max-width: 768px) {
    .scrolled header.fixed .logo {
      bottom: 0;
      height: auto;
      width: 68%;
      padding: 5px 0; }
      .scrolled header.fixed .logo img {
        height: auto; } }

.scrolled nav.main ul li a:hover, .scrolled nav.main ul li a:hover:after {
  color: #d8bb7f; }

.scrolled nav.main li.dd-toggle a:after, .scrolled nav.main .dropdown-toggle:after {
  right: -9px;
  top: 42%; }

nav.main ul li a:hover, nav.main ul li a:hover:after {
  color: #d8bb7f; }

nav.main li.dd-toggle a:after, nav.main .dropdown-toggle:after {
  right: -4px;
  top: 42%; }

.logged-in header.fixed {
  top: 32px !important; }

header {
  background-color: #fff; }
  @media (max-width: 768px) {
    header > div {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: start;
      -webkit-justify-content: start; } }
  header .top {
    background-color: transparent;
    color: #4d4d4d;
    font-family: 'Lora', serif;
    padding-top: 10px;
    margin-bottom: 15px; }

header .top > div {
	max-width: 1600px !important;
}

    header .top .scrolled-cta {
      display: none; }
    header .top div {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }

    header .top .cta, header .top .cta_secondary {
      margin-top: 10px; }

      header .top .cta a {
        background-color: #be0800;
        padding: 10px 44px;
        text-transform: uppercase;
        font-size: 14px; }

        header .top .cta a:hover, header .top .cta a:focus {
          background-color: #e70a00;
          border-color: #e70a00;
          color: white; }

      header .top .cta_secondary a {
        background-color: #001b57;
        padding: 10px 44px;
        text-transform: uppercase;
        font-size: 14px; }

        header .top .cta_secondary a:hover, header .top .cta_secondary a:focus {
          background-color: #334979;
          border-color: #334979;
          color: white; }


    header .top .header-social, header .top .header-address, header .top .header-cta {
      width: 33.33%; }
    header .top .header-social {
      color: #4d4d4d; }
      header .top .header-social .social-tagline {
        font-size: 16px; }
        @media (max-width: 992px) {
          header .top .header-social .social-tagline {
            font-size: 14px; } }
      header .top .header-social ul {
        float: left;
        margin-top: 10px; }
        header .top .header-social ul li {
          margin-left: 5px; }
          header .top .header-social ul li .fab {
            font-size: 30px; }
            @media (max-width: 992px) {
              header .top .header-social ul li .fab {
                font-size: 20px; } }
          header .top .header-social ul li a {
            padding: 0;
            color: #001b57; }
            header .top .header-social ul li a:before {
              margin-right: 0; }
  header .header-address {
    font-size: 16px;
    text-align: center; }
    @media (max-width: 992px) {
      header .header-address {
        font-size: 14px; } }

  header nav.header-cta {
	display: grid;
	justify-content: end;
    color: #4d4d4d;
    font-weight: bold;
    font-size: 16px;
}
    @media (max-width: 992px) {
      header nav.header-cta {
        font-size: 14px; } }

    header nav.header-cta .phone {
		text-align: right;
      padding: 0;
      color: #4d4d4d; }

      header nav.header-cta .phone a {
        color: inherit; }

header nav.header-cta ul {
	text-align: right;
}

  header nav.main {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between; }
    @media (max-width: 768px) {
      header nav.main {
        display: inline-block;
        width: 54%;
        -webkit-justify-content: start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start; }
        header nav.main .left-menu, header nav.main .right-menu {
          display: none; }
        header nav.main .logo {
          position: relative;
          width: 68%;
          margin-left: 0px; } }
    header nav.main .dropdown-menu {
      top: 66px;
      background: #fff;
      padding-bottom: 0; }
      header nav.main .dropdown-menu li a:hover {
        color: #d8bb7f; }
      header nav.main .dropdown-menu a {
        color: #d8bb7f;
        padding: 15px; }
        header nav.main .dropdown-menu a:hover {
          background-color: rgba(0, 0, 0, 0.1); }
    header nav.main li.dd-toggle a, header nav.main .dropwdown-toggle {
      padding-right: 20px; }
      header nav.main li.dd-toggle a .hover, header nav.main .dropwdown-toggle .hover {
        color: #d8bb7f; }
    header nav.main .dropdown-toggle.hover {
      color: #d8bb7f; }
      header nav.main .dropdown-toggle.hover:after {
        color: inherit; }
    header nav.main ul li a {
      font-family: 'Lora', serif;
      color: #4d4d4d;
      font-weight: normal;
      padding: 26px 10px;
      font-size: 14px; }
      header nav.main ul li a:hover {
        color: #d8bb7f; }
      @media (max-width: 992px) {
        header nav.main ul li a {
          letter-spacing: 0;
          padding: 26px 10px;
          font-size: 12px; } }
    header nav.main .current_page_item a {
      color: #d8bb7f; }
      header nav.main .current_page_item a:hover {
        color: #d8bb7f; }
    header nav.main .left-menu, header nav.main .right-menu {
      width: 37%; }
      @media (max-width: 992px) {
        header nav.main .left-menu, header nav.main .right-menu {
          width: 40%; } }
    header nav.main .left-menu {
      float: left; }
      header nav.main .left-menu ul {
        float: right; }
        header nav.main .left-menu ul li:first-child a {
          padding-left: 0; }
    header nav.main .right-menu {
      float: right; }
      header nav.main .right-menu ul {
        float: left; }
  header .logo {
    position: absolute;
    width: 23%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    header .logo img {
      max-height: 125px; }
      header .logo img:hover {
        -webkit-filter: none;
        filter: none; }
    @media (max-width: 992px) {
      header .logo {
        width: 20%;
        padding: 5px 0; } }

/* Footer Styles */
footer {
  padding: 50px 0;
  background-color: #e7e5d4; }
  footer a {
    color: #d8bb7f; }
    footer a:hover {
      color: inherit; }
  @media (max-width: 992px) {
    footer span {
      display: inline-block;
      padding: 0; } }
  footer > div {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-align-items: center; }
  footer aside.footer-left {
    color: #737373; }
    footer aside.footer-left h4, footer aside.footer-left a {
      color: inherit; }
    @media (max-width: 992px) {
      footer aside.footer-left img {
        height: 120px;
        margin-bottom: 10px; } }
    footer aside.footer-left .footer-logo {
      margin-bottom: 10px; }
  footer aside.footer-menu {
    width: 47.36842%; }
    @media (max-width: 992px) {
      footer aside.footer-menu {
        width: 100%;
        padding: 20px 0; } }
    footer aside.footer-menu ul#menu-footer-menu li {
      float: left;
      width: 50%;
      text-align: center; }
      footer aside.footer-menu ul#menu-footer-menu li a {
        color: #4d4d4d;
        font-weight: bold; }
    footer aside.footer-menu ul.social {
      display: inline-block;
      width: 100%;
      text-align: center; }
      footer aside.footer-menu ul.social a {
        color: #001b57;
        font-size: 20px; }
        footer aside.footer-menu ul.social a:before {
          font-size: 26px;
          margin-right: 0; }
  footer aside.footer-right {
    text-align: right;
    color: #d8bb7f; }
    @media (max-width: 992px) {
      footer aside.footer-right {
        text-align: center; } }
    footer aside.footer-right h4 {
      text-align: right;
      color: #be0800; }
      @media (max-width: 992px) {
        footer aside.footer-right h4 {
          text-align: center; } }
      footer aside.footer-right h4 a {
        font-size: 22px;
        font-weight: bold;
        color: inherit; }
    footer aside.footer-right .button {
      margin-top: 0; }
      footer aside.footer-right .button a {
        color: white; }
      footer aside.footer-right .button.cta {
        border-color: #be0800;
        background-color: #be0800; }
        footer aside.footer-right .button.cta:hover, footer aside.footer-right .button.cta:focus {
          background-color: #e70a00;
          border-color: #e70a00;
          color: white; }
    footer aside.footer-right .badge-list {
      margin-top: 15px; }
      footer aside.footer-right .badge-list li {
        width: 46%;
        float: right;
        margin-left: 4%; }
        footer aside.footer-right .badge-list li img {
          height: 98px; }
        footer aside.footer-right .badge-list li:first-child {
          margin-left: 0; }
  footer aside:last-child {
    margin-right: 0; }

.subfooter {
  color: #fff;
  background-color: #737373; }

@media (max-width: 992px) {
  .mcta-space {
    margin-bottom: 58px; } }

.mobile-cta {
  width: 100%;
  height: 58px;
  background-color: #be0800;
  display: none;
  text-align: center;
  position: fixed;
  bottom: 0;
  z-index: 99;
  font-size: 18px;
  text-transform: uppercase; }
  .mobile-cta a {
    padding: 20px 40px;
    display: block;
    color: #fff; }
  @media (max-width: 992px) {
    .mobile-cta {
      display: inline-block; } }

/* Blog Styles */
.blog .content {
  background-color: #edeadf; }

.blog .post .entry-content div {
  width: 100%;
  padding-left: 0; }

.blog article.hentry .entry-content {
  margin-bottom: 25px;
  border-bottom: 1px solid #001b57; }

.sidebar ul li:not(:last-child) {
  border-color: #be0800; }

/* Single Post Styles */
.single .content {
  background-color: #edeadf; }

/* Home Page Styles */
.slider .slide-light h2 {
  font-weight: bold;
  font-size: 46px;
  text-transform: uppercase;
  margin-bottom: 0; }

.slider .slide-light h4 {
  margin-bottom: 30px; }

.slider .slide-light h2, .slider .slide-light h4 {
  color: #d8bb7f;
  text-align: center; }

section.multi .title {
  font-size: 43px;
  letter-spacing: 1px; }

.grey-boxes div.col {
  background-color: #eee;
  padding: 20px; }
  .grey-boxes div.col p {
    color: #4d4d4d; }

.grey-boxes.dark {
  color: #4d4d4d; }
  .grey-boxes.dark h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 26px;
    color: #001b57;
    margin-top: 10px; }
  .grey-boxes.dark span {
    padding-bottom: 10px; }
  .grey-boxes.dark .button {
    margin-bottom: 0; }
    .grey-boxes.dark .button.secondary {
      color: #d8bb7f; }
      .grey-boxes.dark .button.secondary:hover, .grey-boxes.dark .button.secondary:focus {
        background-color: #001b57;
        border-color: #001b57; }

.home-unique h2 {
  font-size: 43px; }

.row.beige-bg {
  background-color: #e7e5d4; }

/* Room Page Styles */
.room-wrap div.col {
  padding: 20px;
  background-color: #eee; }
  .room-wrap div.col span {
    padding-bottom: 0; }
  .room-wrap div.col .button {
    margin-top: 0; }

/* Default Page Styles */
.page .has-sidebar .post-content {
  width: 74%; }
  @media (max-width: 768px) {
    .page .has-sidebar .post-content {
      width: 100%; } }

.page .post-content {
  width: 100%; }

.post-content {
  float: left; }
  .post-content figure {
    text-align: center;
    font-style: italic; }
    .post-content figure figcaption {
      margin-top: 5px; }
  .post-content .wp-caption {
    margin-bottom: .5em; }

@media (max-width: 768px) {
  .site-main img.alignleft, .site-main img.alignright, .site-main img.aligncenter {
    width: 100%;
    margin: 15px 0; } }

/* Contact page Styles */
.widget-booking {
  background-color: #fff; }

/* Side Bar Styles */
.sidebar a {
  color: #4d4d4d; }

.sidebar .button {
  width: 100%; }

/* Mobile Menu Styles */
.mobile-header-cta {
  display: none;
  width: 38%;
  float: right;
  list-style-type: none;
  text-align: right; }
  .mobile-header-cta ul {
    margin-bottom: 0;
    padding: 10px 0 10px 10px;
    line-height: 1.3; }
  .mobile-header-cta li {
    list-style-type: none;
    font-size: 12px; }
  @media (max-width: 768px) {
    .mobile-header-cta {
      display: inline-block; } }

/* Photo Pages */
.gallery-item {
  display: inline-block;
  margin-right: 18px; }

/* CTA Styles */
section.cta div.alert h2 {
  color: #001b57; }

/* header custom styles */
/* overwrite nav link, subnav link, and hover color */
.main ul li.active a {
	color: #8F2B20;
}

.main ul li a:hover,
.main ul li a.hover,
.main ul.dropdown-menu li a
{
	color: #8F2B20 !important;
}