@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;700&family=Roboto:wght@400;500&family=Vollkorn:wght@600&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}

a:hover, a:focus, a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

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

.site-main .comment-navigation, .site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

html, body {
  overflow-x: hidden !important;
}

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

body.theme-style-1 .container {
  margin: 0 auto !important;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}
body.theme-style-2 .container {
  margin: 0 auto !important;
  /*max-width:1660px;*/
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}
body.theme-style-3 .container {
  margin: 0 auto !important;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

.columns {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 767px) {
  .columns {
    display: block;
  }
}

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 15px;
}

@media screen and (max-width: 767px) {
  .flipped-row {
    flex-direction: column-reverse;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .flex-column > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.flex-column > .vc_column-inner > .wpb_wrapper {
  display: flex;
}
.flex-column > .vc_column-inner > .wpb_wrapper .flex-image-right {
  margin-left: 1.5rem;
  width: 30%;
  flex: none;
}

@media screen and (max-width: 767px) {
  .mobile-padding-reset .wpb_column > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.grey-icon {
  height: 160px;
  background: #f9f9f9;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 160px;
}

@media screen and (max-width: 767px) {
  body .mobile-padding-top-reset {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  body .mobile-padding-bottom-reset {
    padding-bottom: 0 !important;
  }
}

body.theme-style-1 .row-style-secondary {
  background: #002A4E;
  color: #fff;
}
body.theme-style-1 .row-style-secondary h1, body.theme-style-1 .row-style-secondary h2, body.theme-style-1 .row-style-secondary h3, body.theme-style-1 .row-style-secondary h4, body.theme-style-1 .row-style-secondary h5, body.theme-style-1 .row-style-secondary h6, body.theme-style-1 .row-style-secondary p {
  color: #fff;
}

#hero {
  padding: 175px 0;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #hero {
    padding: 90px 0;
  }
}
#hero .hero-column {
  z-index: 2;
  position: relative;
  max-width: 560px;
  padding: 30px 0px 30px 45px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #hero .hero-column {
    max-width: none;
    width: 100%;
    padding: 30px 15px;
  }
}
#hero .hero-column h1, #hero .hero-column h2, #hero .hero-column h3, #hero .hero-column h4, #hero .hero-column h5, #hero .hero-column h6, #hero .hero-column p {
  color: #fff;
}
#hero .hero-column .button-group .button-group-inner .button-group-button.button-group-button-primary a {
  padding: 1rem 2rem;
}
#hero .hero-column .button-group .button-group-inner .button-group-button.button-group-button-classic a {
  color: #fff;
}
#hero .hero-column:before {
  width: 100%;
  height: 100%;
  background: #002A4E;
  opacity: 0.85;
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 8px;
  left: 30px;
  top: 0;
}
@media screen and (max-width: 767px) {
  #hero .hero-column:before {
    left: 0;
  }
}

body.blog #hero {
  padding: 90px 0;
  margin-bottom: 4rem;
}
body.blog #hero p {
  margin-bottom: 0;
}

.callout {
  padding: 100px 0;
}
.callout .callout-column {
  z-index: 2;
  position: relative;
  max-width: 560px;
  padding: 30px 0px 30px 45px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .callout .callout-column {
    max-width: none;
    width: 100%;
    padding: 30px 15px;
  }
}
.callout .callout-column h1, .callout .callout-column h2, .callout .callout-column h3, .callout .callout-column h4, .callout .callout-column h5, .callout .callout-column h6, .callout .callout-column p {
  color: #fff;
}
.callout .callout-column .button-group .button-group-inner .button-group-button.button-group-button-primary a {
  padding: 1rem 2rem;
}
.callout .callout-column .button-group .button-group-inner .button-group-button.button-group-button-classic a {
  color: #fff;
}
.callout .callout-column:before {
  width: 100%;
  height: 100%;
  background: #002A4E;
  opacity: 0.85;
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 8px;
  left: 30px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .callout .callout-column:before {
    left: 0;
  }
}

#primary {
  padding-top: 115px;
}
#primary.normal {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  #primary .entry-content .vc_row.vc_column-gap-35 > .vc_column_container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 768px) {
  #primary .entry-content .vc_row .container:not(.container-slim) {
    padding: 0;
  }
}
@media (min-width: 768px) {
  #primary .entry-content > .vc_row > .vc_column_container > .vc_column-inner > .wpb_wrapper {
    /*
    .vc_row-fluid{
         > .vc_column-inner{
            padding-left: 40px;
            padding-right: 40px;

            > .wpb_wrapper{
                margin-left:-25px;
                margin-right:-25px;
            }
        }
    }
    */
  }
}

.h2-line h2:before {
  content: "";
  width: 80px;
  height: 3px;
  display: block;
  background: #009FBF;
  margin-bottom: 0.5rem;
}

.h2-line-centered h2:before {
  content: "";
  margin: 0 auto 0.5rem;
  width: 80px;
  height: 3px;
  display: block;
  background: #009FBF;
}

@media (min-width: 768px) {
  .visible-sm {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .visible-lg {
    display: none !important;
  }
}
.icon-right {
  position: absolute;
  top: -58px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .icon-right {
    display: none;
  }
}

@media (min-width: 768px) {
  .copy-right {
    padding-top: 4rem;
  }
}
@media (min-width: 992px) {
  .copy-right h2 {
    max-width: calc(100% - 160px);
  }
}

body.theme-style-1 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5em;
  color: #000;
}
body.theme-style-1 button, body.theme-style-1 input, body.theme-style-1 select, body.theme-style-1 optgroup, body.theme-style-1 textarea {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #000;
}
body.theme-style-1 p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}
body.theme-style-1 h1, body.theme-style-1 h2, body.theme-style-1 h3, body.theme-style-1 h4 {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  color: #002A4E;
  margin: 0 0 1.5rem;
}
body.theme-style-1 h1, body.theme-style-1 h2 {
  font-size: 36px;
  line-height: 1.1em;
}
body.theme-style-2 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  color: #313131;
}
body.theme-style-2 button, body.theme-style-2 input, body.theme-style-2 select, body.theme-style-2 optgroup, body.theme-style-2 textarea {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #313131;
}
body.theme-style-2 p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
body.theme-style-2 h1, body.theme-style-2 h2, body.theme-style-2 h3, body.theme-style-2 h4 {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  color: #000;
  margin: 0 0 1.5rem;
}
body.theme-style-2 h1, body.theme-style-2 h2 {
  line-height: 1.1em;
}
body.theme-style-2 h1, body.theme-style-2 h2 {
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  body.theme-style-2 h1, body.theme-style-2 h2 {
    font-size: calc(28px + 4 * ((100vw - 768px) / 432));
  }
}
@media screen and (min-width: 1200px) {
  body.theme-style-2 h1, body.theme-style-2 h2 {
    font-size: 32px;
  }
}
body.theme-style-3 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  color: #313131;
}
body.theme-style-3 button, body.theme-style-3 input, body.theme-style-3 select, body.theme-style-3 optgroup, body.theme-style-3 textarea {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #313131;
}
body.theme-style-3 p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
body.theme-style-3 h1, body.theme-style-3 h2, body.theme-style-3 h3, body.theme-style-3 h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #000;
  margin: 0 0 1.5rem;
}
body.theme-style-3 h1 {
  line-height: 1.1em;
  font-family: "Vollkorn", serif;
  font-weight: 600;
  color: #009FBF;
}
body.theme-style-3 h1 {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  body.theme-style-3 h1 {
    font-size: calc(32px + 26 * ((100vw - 768px) / 432));
  }
}
@media screen and (min-width: 1200px) {
  body.theme-style-3 h1 {
    font-size: 58px;
  }
}
body.theme-style-3 .hero-carousel h2 {
  line-height: 1.1em;
  font-family: "Vollkorn", serif;
  font-weight: 600;
  color: #009FBF;
}
body.theme-style-3 .hero-carousel h2 {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  body.theme-style-3 .hero-carousel h2 {
    font-size: calc(32px + 26 * ((100vw - 768px) / 432));
  }
}
@media screen and (min-width: 1200px) {
  body.theme-style-3 .hero-carousel h2 {
    font-size: 58px;
  }
}
body.theme-style-3 h2 {
  line-height: 1.1em;
  font-family: "Vollkorn", serif;
  font-weight: 600;
}
body.theme-style-3 h2 {
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  body.theme-style-3 h2 {
    font-size: calc(28px + 4 * ((100vw - 768px) / 432));
  }
}
@media screen and (min-width: 1200px) {
  body.theme-style-3 h2 {
    font-size: 32px;
  }
}

.fa-icon a:before {
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-icon.phone a:before {
  content: "";
  font-weight: 900;
}

.fa-icon.mail_outline a:before {
  content: "";
  font-weight: 400;
}

/*
h3{
    margin-bottom:1rem;
    @include fluid-type(768px, 1200px, 21px, 28px);
    @media screen and (max-width:767px){
        font-size:21px;
    }
}

h4{
    @include fluid-type(768px, 1200px, 14px, 21px);
    @media screen and (max-width:767px){
        font-size:18px;
    }
}
*/
.read-more-widget .read-more .read-more-button {
  font-family: "Roboto", sans-serif;
}
.read-more-widget .read-more .read-more-button {
  font-size: 14px;
}
@media screen and (min-width: 1200px) {
  .read-more-widget .read-more .read-more-button {
    font-size: calc(14px + 7 * ((100vw - 1200px) / 460));
  }
}
@media screen and (min-width: 1660px) {
  .read-more-widget .read-more .read-more-button {
    font-size: 21px;
  }
}
.read-more-widget .read-more .read-less-button {
  font-family: "Roboto", sans-serif;
}
.read-more-widget .read-more .read-less-button {
  font-size: 14px;
}
@media screen and (min-width: 1200px) {
  .read-more-widget .read-more .read-less-button {
    font-size: calc(14px + 7 * ((100vw - 1200px) / 460));
  }
}
@media screen and (min-width: 1660px) {
  .read-more-widget .read-more .read-less-button {
    font-size: 21px;
  }
}
.callout {
  position: relative;
}

body.theme-style-1 .single-post-content {
  position: relative;
}
body.theme-style-1 .single-post-content .single-post-image-wrapper {
  position: relative;
}
body.theme-style-1 .single-post-content .single-post-image-wrapper .color-thumbnail {
  width: 100%;
  height: 100%;
  top: auto;
  position: absolute;
  mix-blend-mode: soft-light;
  display: block;
  overflow: hidden;
  background: #BFBF00;
}
body.theme-style-1 .post-loop-single:not(.post-loop-single-featured) {
  position: relative;
}
body.theme-style-1 .post-loop-single:not(.post-loop-single-featured) .color-thumbnail {
  background: #BFBF00;
  margin-left: -0.5rem;
  margin-top: -0.5rem;
  width: calc(100% + 1rem);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  top: auto;
  position: absolute;
  mix-blend-mode: soft-light;
  display: block;
  overflow: hidden;
  height: 130px;
}
body.theme-style-1 .post-loop-single.post-loop-single-featured a {
  position: relative;
}
body.theme-style-1 .post-loop-single.post-loop-single-featured a .color-thumbnail {
  width: 100%;
  height: 100%;
  top: auto;
  position: absolute;
  mix-blend-mode: soft-light;
  display: block;
  overflow: hidden;
  background: #BFBF00;
}

.color-row {
  position: relative;
}
.color-row:before {
  width: 100%;
  height: 100%;
  position: absolute;
  mix-blend-mode: soft-light;
  overflow: hidden;
  background: #BFBF00;
  top: 0;
  left: 0;
  content: "";
}

.cards .columns .card {
  background: #F7F7F7;
  padding: 3rem;
  margin: 1rem;
  border-radius: 15px;
}
.cards .columns .card img {
  height: 300px;
  object-fit: cover;
  margin: 0 auto 1.5rem;
  display: block;
}
.cards .columns .card h3 {
  margin-bottom: 1.5rem;
}
.cards .columns .card .button {
  margin-bottom: 1rem;
}
.cards .columns .card p a {
  color: #BFBF00;
  text-decoration: none;
}

.cta-buttons {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .cta-buttons a {
    margin-right: 1rem;
  }
}

body.theme-style-1 .contact .columns .column {
  position: relative;
}
body.theme-style-1 .contact .columns .column img {
  height: 250px;
  object-fit: cover;
  margin-bottom: 1.5rem;
}
body.theme-style-1 .contact .columns .column .form-phone-button {
  position: absolute;
  right: 16px;
  margin-top: -72px;
  font-size: 1em;
}
@media screen and (max-width: 640px) {
  body.theme-style-1 .contact .columns .column .form-phone-button {
    position: relative;
    width: 100%;
    display: block;
    margin-top: -1rem;
    margin-left: 16px;
    text-align: center;
  }
}
body.theme-style-1 .contact .columns .column .groups {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}
body.theme-style-1 .contact .columns .column .groups .group {
  width: 50%;
  padding: 0.5rem 1rem 2rem;
  line-height: 1.4em;
}
body.theme-style-1 .contact .columns .column .groups .group p {
  margin-bottom: 0;
}
body.theme-style-1 .contact .columns .column .groups .group a {
  display: inline-block;
  margin-top: 1rem;
  color: #009FBF;
  text-decoration: none;
}
body.theme-style-1 .quote .columns .column {
  position: relative;
}
body.theme-style-1 .quote .columns .column img {
  height: 250px;
  object-fit: cover;
  margin-bottom: 1.5rem;
}
body.theme-style-1 .quote .columns .column h2 {
  margin-bottom: 0;
}
body.theme-style-1 .quote .columns .column .groups {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}
body.theme-style-1 .quote .columns .column .groups .group {
  width: 50%;
  padding: 0.5rem 1rem 2rem;
  line-height: 1.4em;
}
body.theme-style-1 .quote .columns .column .groups .group p {
  margin-bottom: 0;
}
body.theme-style-1 .quote .columns .column .groups .group a {
  display: inline-block;
  margin-top: 1rem;
  color: #009FBF;
  text-decoration: none;
}
body.theme-style-1 .quote .columns .column .form-phone-button {
  position: absolute;
  right: 16px;
  margin-top: -72px;
  font-size: 1em;
}
body.theme-style-1 .quote .columns .column .form-phone-button span {
  color: #000;
}
@media (min-width: 768px) and (max-width: 815px) {
  body.theme-style-1 .quote .columns .column .form-phone-button span {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  body.theme-style-1 .quote .columns .column .form-phone-button {
    position: relative;
    width: 100%;
    display: block;
    margin-top: -1rem;
    margin-left: 16px;
    text-align: center;
  }
}
body.theme-style-1 .quote .columns .column.left {
  flex: none;
}
@media (min-width: 768px) {
  body.theme-style-1 .quote .columns .column.left {
    padding-right: 3rem;
    max-width: 50%;
  }
}
body.theme-style-2 .contact .columns .column {
  position: relative;
}
body.theme-style-2 .contact .columns .column img {
  height: 250px;
  object-fit: cover;
  margin-bottom: 1.5rem;
}
body.theme-style-2 .contact .columns .column .form-phone-button {
  position: absolute;
  right: 16px;
  margin-top: -72px;
  font-size: 1em;
}
@media screen and (max-width: 640px) {
  body.theme-style-2 .contact .columns .column .form-phone-button {
    position: relative;
    width: 100%;
    display: block;
    margin-top: -1rem;
    margin-left: 16px;
    text-align: center;
  }
}
body.theme-style-2 .contact .columns .column .groups {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}
body.theme-style-2 .contact .columns .column .groups .group {
  width: 50%;
  padding: 0.5rem 1rem 2rem;
  line-height: 1.4em;
}
body.theme-style-2 .contact .columns .column .groups .group p {
  margin-bottom: 0;
}
body.theme-style-2 .contact .columns .column .groups .group a {
  color: #BFBF00;
  text-decoration: none;
}
body.theme-style-2 .quote:before {
  content: "";
}
body.theme-style-2 .quote .columns .column {
  position: relative;
}
body.theme-style-2 .quote .columns .column img {
  height: 250px;
  object-fit: cover;
  margin-bottom: 1.5rem;
}
body.theme-style-2 .quote .columns .column h2 {
  margin-bottom: 0;
}
body.theme-style-2 .quote .columns .column .groups {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}
body.theme-style-2 .quote .columns .column .groups .group {
  width: 50%;
  padding: 0.5rem 1rem 2rem;
  line-height: 1.4em;
}
body.theme-style-2 .quote .columns .column .groups .group p {
  margin-bottom: 0;
}
body.theme-style-2 .quote .columns .column .groups .group a {
  color: #BFBF00;
  text-decoration: none;
}
body.theme-style-2 .quote .columns .column .form-phone-button {
  position: absolute;
  right: 16px;
  margin-top: -72px;
  font-size: 1em;
}
body.theme-style-2 .quote .columns .column .form-phone-button span {
  color: #000;
}
@media (min-width: 768px) and (max-width: 815px) {
  body.theme-style-2 .quote .columns .column .form-phone-button span {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  body.theme-style-2 .quote .columns .column .form-phone-button {
    position: relative;
    width: 100%;
    display: block;
    margin-top: -1rem;
    margin-left: 16px;
    text-align: center;
  }
}
body.theme-style-2 .quote .columns .column.left {
  flex: none;
}
@media (min-width: 768px) {
  body.theme-style-2 .quote .columns .column.left {
    padding-right: 3rem;
    max-width: 50%;
  }
}
body.theme-style-3 .message .columns .left {
  flex: none;
  padding-right: 3rem;
}
body.theme-style-3 .message .columns .left img {
  height: auto;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  body.theme-style-3 .message .columns .left {
    display: none;
  }
}
body.theme-style-3 .message .columns .right {
  text-align: center;
}
body.theme-style-3 .message .columns .right h2 {
  text-align: left;
}
body.theme-style-3 .message .columns .right h2:before {
  content: "";
  display: block;
  margin-bottom: 0.75rem;
  width: 68px;
  height: 4px;
  background: #009FBF;
}
body.theme-style-3 .message .columns .form-phone-button {
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
}
@media (min-width: 1030px) {
  body.theme-style-3 .message .columns .form-phone-button {
    position: absolute;
    bottom: 48px;
    right: 0;
    margin: 0;
  }
}
body.theme-style-3 .message .columns .form-phone-button span {
  color: #797979;
}
body.theme-style-3 .single-post-contact {
  padding-top: 4rem;
  padding-bottom: 8vmin;
  position: relative;
}
body.theme-style-3 .single-post-contact:before {
  content: "";
  width: 30%;
  height: 200px;
  position: absolute;
  background: #f9f9f9;
  left: 0;
  top: -5rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  body.theme-style-3 .single-post-contact:before {
    display: none;
  }
}
body.theme-style-3 .single-post-contact:after {
  content: "";
  width: 10%;
  height: 200px;
  position: absolute;
  background: #f9f9f9;
  right: 0;
  top: -5rem;
  z-index: -1;
}
.grey-background-hero > .wpb_column {
  position: relative;
}
.grey-background-hero > .wpb_column .wpb_column:first-child:before {
  content: "";
  position: absolute;
  background: #f9f9f9;
  z-index: -1;
  width: 400px;
  left: -90px;
  height: 220px;
  bottom: -50px;
}
@media screen and (max-width: 767px) {
  .grey-background-hero > .wpb_column .wpb_column:first-child:before {
    display: none;
  }
}
.grey-background-hero > .wpb_column .wpb_column:last-child:before {
  content: "";
  position: absolute;
  background: #f9f9f9;
  z-index: -1;
  width: 500px;
  right: -90px;
  height: 280px;
  bottom: -50px;
}
@media screen and (max-width: 767px) {
  .grey-background-hero > .wpb_column .wpb_column:last-child:before {
    display: none;
  }
}

.hero-carousel:before {
  content: "";
  position: absolute;
  background: #f9f9f9;
  z-index: -1;
  width: 400px;
  left: -35px;
  height: 220px;
  top: -20px;
}
@media screen and (max-width: 767px) {
  .hero-carousel:before {
    display: none;
  }
}
.hero-carousel:after {
  content: "";
  position: absolute;
  background: #f9f9f9;
  z-index: -1;
  width: 300px;
  right: 100px;
  height: 150px;
  bottom: -50px;
}
@media screen and (max-width: 767px) {
  .hero-carousel:after {
    display: none;
  }
}

.grey-background-hero-2 > .wpb_column {
  position: relative;
}
.grey-background-hero-2 > .wpb_column .wpb_column:first-child:before {
  content: "";
  position: absolute;
  background: #f9f9f9;
  z-index: -1;
  width: 400px;
  left: -90px;
  height: 300px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .grey-background-hero-2 > .wpb_column .wpb_column:first-child:before {
    display: none;
  }
}
.grey-background-hero-2 > .wpb_column .wpb_column:last-child:before {
  content: "";
  position: absolute;
  background: #f9f9f9;
  z-index: -1;
  width: 500px;
  right: -90px;
  height: 280px;
  bottom: -50px;
}
@media screen and (max-width: 767px) {
  .grey-background-hero-2 > .wpb_column .wpb_column:last-child:before {
    display: none;
  }
}

.grey-background-1 > .wpb_column {
  position: relative;
}
.grey-background-1 > .wpb_column:before {
  content: "";
  width: 30%;
  height: 200px;
  position: absolute;
  background: #f9f9f9;
  left: 0;
  top: -5rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .grey-background-1 > .wpb_column:before {
    display: none;
  }
}
.grey-background-1 > .wpb_column:after {
  content: "";
  width: 10%;
  height: 200px;
  position: absolute;
  background: #f9f9f9;
  right: 0;
  top: -5rem;
  z-index: -1;
}

.grey-background-2 > .wpb_column {
  position: relative;
}
.grey-background-2 > .wpb_column:before {
  content: "";
  width: 30%;
  height: 100px;
  position: absolute;
  background: #f9f9f9;
  left: 0;
  top: -3rem;
  z-index: -1;
}
.grey-background-3 > .wpb_column {
  position: relative;
}
.grey-background-3 > .wpb_column:before {
  content: "";
  width: 33.3%;
  height: 120%;
  position: absolute;
  background: #f9f9f9;
  left: 33.3%;
  top: -10%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .grey-background-3 > .wpb_column:before {
    height: 108%;
    top: -5%;
  }
}
.grey-background-4 > .wpb_column {
  position: relative;
}
.grey-background-4 > .wpb_column:before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  background: #f9f9f9;
  left: calc(50% - 100px + 2rem);
  top: -4rem;
  z-index: -1;
}
.grey-background-4 > .wpb_column:after {
  content: "";
  width: 20%;
  height: calc(100% - 2rem);
  position: absolute;
  background: #f9f9f9;
  right: 0;
  top: -2rem;
  z-index: -1;
}

.grey-background-5 > .wpb_column:first-child {
  position: relative;
}
.grey-background-5 > .wpb_column:first-child:before {
  content: none;
}
.grey-background-5 > .wpb_column {
  position: relative;
}
.grey-background-5 > .wpb_column:before {
  content: "";
  height: 250%;
  position: absolute;
  background: #f9f9f9;
  left: 33.3%;
  top: -85%;
  z-index: -1;
  width: 600px;
  left: -80%;
}

.grey-background-6 > .wpb_column {
  position: relative;
}
.grey-background-6 > .wpb_column:before {
  content: "";
  width: 25%;
  height: 320px;
  position: absolute;
  background: #f9f9f9;
  left: 0;
  top: -3rem;
  z-index: -1;
}

.grey-background-7 > .wpb_column {
  position: relative;
}
.grey-background-7 > .wpb_column:before {
  content: "";
  width: 25%;
  height: 220px;
  position: absolute;
  background: #f9f9f9;
  left: 0;
  top: -3rem;
  z-index: -1;
}

.grey-background-8 > .wpb_column:first-child {
  position: relative;
}
.grey-background-8 > .wpb_column:first-child:before {
  content: "";
  height: 160px;
  position: absolute;
  background: #f9f9f9;
  z-index: -1;
  width: 160px;
  display: block;
  top: -80px;
  left: -80px;
}

.grey-background-9 > .wpb_column {
  position: relative;
}
.grey-background-9 > .wpb_column .wpb_column:last-child:before {
  content: "";
  position: absolute;
  background: #f9f9f9;
  z-index: -1;
  width: 1000px;
  right: -90px;
  height: 200px;
  bottom: -50px;
}
@media screen and (max-width: 767px) {
  .grey-background-9 > .wpb_column .wpb_column:last-child:before {
    display: none;
  }
}

.h2-grey-bg-centered {
  text-align: center;
}
.h2-grey-bg-centered h2 {
  position: relative;
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none;
  margin-left: auto;
  min-width: 300px;
  background: #f9f9f9;
  display: inline-block;
  padding: 2rem 5rem;
  max-width: 100%;
}

.button-group-background {
  position: relative;
}
.button-group-background:before {
  content: "";
  width: 1000%;
  height: 120%;
  position: absolute;
  background: #f9f9f9;
  left: -50%;
  top: -10%;
  z-index: -1;
}

.locations-section-template {
  position: relative;
  padding-bottom: 3vmin;
}
.locations-section-template h2 {
  text-align: center;
}
.locations-section-template h2:before {
  margin-left: auto;
  margin-right: auto;
}
.locations-section-template:before {
  content: "";
  width: 30%;
  height: 100px;
  position: absolute;
  background: #f9f9f9;
  left: 0;
  top: -3rem;
  z-index: -1;
}

.message .columns .column img {
  height: 250px;
  object-fit: cover;
  margin-bottom: 1.5rem;
}
.message .columns .column h2 {
  margin-bottom: 0;
}
.message .columns .column.left {
  flex: none;
}
@media (min-width: 768px) {
  .message .columns .column.left {
    padding-right: 3rem;
    max-width: 50%;
  }
}

.visit .columns .column img {
  height: 250px;
  object-fit: cover;
  margin-bottom: 1.5rem;
}
.visit .columns .column h2 {
  margin-bottom: 0;
}
.visit .columns .column .groups {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}
.visit .columns .column .groups .group {
  width: 50%;
  padding: 0.5rem 1rem;
  line-height: 1.4em;
}
.visit .columns .column .groups .group a {
  color: #BFBF00;
  text-decoration: none;
}
.visit .columns .column.left {
  flex: none;
}
@media (min-width: 768px) {
  .visit .columns .column.left {
    padding-right: 3rem;
    max-width: 50%;
  }
}

.vc_btn3-container .vc_btn3.vc_btn3-size-md {
  font-size: 16px;
  padding: 14px 60px;
}
.vc_btn3-container .vc_btn3.vc_btn3-color-info, .vc_btn3-container .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat {
  color: #fff;
}
body.theme-style-1 a {
  color: #009FBF;
  text-decoration: none;
}
body.theme-style-1 a:hover, body.theme-style-1 a:active, body.theme-style-1 a:focus {
  color: #009FBF;
}
body.theme-style-1 .button,
body.theme-style-1 a.button {
  background: #009FBF;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  padding: 1rem 2rem;
  border-radius: 2em;
  display: inline-block;
  border-radius: 5px;
  font-family: "Roboto Slab", serif;
}
body.theme-style-1 .button:hover, body.theme-style-1 .button:active, body.theme-style-1 .button:focus,
body.theme-style-1 a.button:hover,
body.theme-style-1 a.button:active,
body.theme-style-1 a.button:focus {
  color: #fff;
}
body.theme-style-1 .button i,
body.theme-style-1 a.button i {
  margin-right: 0.25rem;
}
body.theme-style-1 .button.btn-clear,
body.theme-style-1 a.button.btn-clear {
  background: none;
  color: #009FBF;
  box-shadow: none;
  font-family: "Roboto", sans-serif;
}
body.theme-style-1 .button.btn-clear:hover, body.theme-style-1 .button.btn-clear:active, body.theme-style-1 .button.btn-clear:focus,
body.theme-style-1 a.button.btn-clear:hover,
body.theme-style-1 a.button.btn-clear:active,
body.theme-style-1 a.button.btn-clear:focus {
  color: #009FBF;
}
body.theme-style-1 .button.btn-secondary,
body.theme-style-1 a.button.btn-secondary {
  background: #002A4E;
  color: #009FBF;
  box-shadow: none;
}
body.theme-style-1 .button.btn-secondary:hover, body.theme-style-1 .button.btn-secondary:active, body.theme-style-1 .button.btn-secondary:focus,
body.theme-style-1 a.button.btn-secondary:hover,
body.theme-style-1 a.button.btn-secondary:active,
body.theme-style-1 a.button.btn-secondary:focus {
  color: #009FBF;
}
body.theme-style-2 a {
  color: #BFBF00;
  text-decoration: none;
}
body.theme-style-2 a:hover, body.theme-style-2 a:active, body.theme-style-2 a:focus {
  color: #BFBF00;
}
body.theme-style-2 .button,
body.theme-style-2 a.button {
  background: #BFBF00;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  padding: 14px 2vw;
  border-radius: 2em;
  display: inline-block;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
}
body.theme-style-2 .button:hover, body.theme-style-2 .button:active, body.theme-style-2 .button:focus,
body.theme-style-2 a.button:hover,
body.theme-style-2 a.button:active,
body.theme-style-2 a.button:focus {
  color: #fff;
}
body.theme-style-2 .button i,
body.theme-style-2 a.button i {
  margin-right: 0.25rem;
}
body.theme-style-2 .button.btn-clear,
body.theme-style-2 a.button.btn-clear {
  background: none;
  color: #BFBF00;
  box-shadow: none;
}
body.theme-style-2 .button.btn-clear:hover, body.theme-style-2 .button.btn-clear:active, body.theme-style-2 .button.btn-clear:focus,
body.theme-style-2 a.button.btn-clear:hover,
body.theme-style-2 a.button.btn-clear:active,
body.theme-style-2 a.button.btn-clear:focus {
  color: #BFBF00;
}
body.theme-style-2 .button.btn-secondary,
body.theme-style-2 a.button.btn-secondary {
  background: #F7F7F7;
  color: #BFBF00;
  box-shadow: none;
}
body.theme-style-2 .button.btn-secondary:hover, body.theme-style-2 .button.btn-secondary:active, body.theme-style-2 .button.btn-secondary:focus,
body.theme-style-2 a.button.btn-secondary:hover,
body.theme-style-2 a.button.btn-secondary:active,
body.theme-style-2 a.button.btn-secondary:focus {
  color: #BFBF00;
}
body.theme-style-3 a {
  color: #009FBF;
  text-decoration: none;
}
body.theme-style-3 a:hover, body.theme-style-3 a:active, body.theme-style-3 a:focus {
  color: #009FBF;
  text-decoration: underline;
}
body.theme-style-3 .button,
body.theme-style-3 a.button {
  background: #009FBF;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  padding: 1rem 3rem;
  border-radius: 2em;
  display: inline-block;
  border-radius: 0px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
body.theme-style-3 .button:hover, body.theme-style-3 .button:active, body.theme-style-3 .button:focus,
body.theme-style-3 a.button:hover,
body.theme-style-3 a.button:active,
body.theme-style-3 a.button:focus {
  color: #fff;
}
body.theme-style-3 .button i,
body.theme-style-3 a.button i {
  margin-right: 0.25rem;
}
body.theme-style-3 .button.btn-clear,
body.theme-style-3 a.button.btn-clear {
  background: none;
  color: #009FBF;
  box-shadow: none;
  font-family: "Roboto", sans-serif;
}
body.theme-style-3 .button.btn-clear:hover, body.theme-style-3 .button.btn-clear:active, body.theme-style-3 .button.btn-clear:focus,
body.theme-style-3 a.button.btn-clear:hover,
body.theme-style-3 a.button.btn-clear:active,
body.theme-style-3 a.button.btn-clear:focus {
  color: #009FBF;
}
body.theme-style-3 .button.btn-secondary,
body.theme-style-3 a.button.btn-secondary {
  background: #002A4E;
  color: #009FBF;
  box-shadow: none;
}
body.theme-style-3 .button.btn-secondary:hover, body.theme-style-3 .button.btn-secondary:active, body.theme-style-3 .button.btn-secondary:focus,
body.theme-style-3 a.button.btn-secondary:hover,
body.theme-style-3 a.button.btn-secondary:active,
body.theme-style-3 a.button.btn-secondary:focus {
  color: #009FBF;
}
body.theme-style-3 .simple-button.classic-link {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: #009FBF;
  margin-bottom: 35px;
}
body.theme-style-3 .simple-button.classic-link:after {
  transform: translateX(0);
  position: absolute;
  top: 3px;
  right: -25px;
  opacity: 0;
  transition: 0.4s all;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
body.theme-style-3 .simple-button.classic-link:hover {
  text-decoration: underline;
}
body.theme-style-3 .simple-button.classic-link:hover:after {
  opacity: 1;
  transition: 0.2s all;
  transform: translateX(5px);
}
body.theme-style-3 .simple-button:not(.classic-link) {
  margin-bottom: 35px;
}
body.theme-style-3 .simple-button:not(.classic-link) a {
  background: #009FBF;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  padding: 1rem 3rem;
  border-radius: 2em;
  display: inline-block;
  border-radius: 0px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
body.theme-style-3 .simple-button:not(.classic-link) a:hover, body.theme-style-3 .simple-button:not(.classic-link) a:active, body.theme-style-3 .simple-button:not(.classic-link) a:focus {
  color: #fff;
}

body .vc_btn3-container .vc_btn3.vc_btn3-size-md {
  padding: 1rem 2rem;
  background-image: none;
}

.arrow-button {
  position: relative;
  display: inline-block;
  font-weight: bold;
}
.arrow-button:after {
  transform: translateX(0);
  position: absolute;
  top: 3px;
  right: -25px;
  opacity: 0;
  transition: 0.4s all;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.arrow-button:hover {
  text-decoration: underline;
}
.arrow-button:hover:after {
  opacity: 1;
  transition: 0.2s all;
  transform: translateX(5px);
}

a.btn-clear {
  transition: color 0.3s ease;
}

body.theme-style-1 #colophon {
  padding: 4.5rem 0 2.5rem;
  position: relative;
  background: #002A4E;
  color: #fff;
}
@media screen and (max-width: 767px) {
  body.theme-style-1 #colophon {
    padding: 4rem 0 2rem;
  }
}
body.theme-style-1 #colophon #main-footer .container {
  padding-left: 30px;
  padding-right: 30px;
}
body.theme-style-1 #colophon #main-footer .container .columns {
  flex-wrap: wrap;
  display: flex;
}
body.theme-style-1 #colophon #main-footer .container .columns .logo-outside {
  display: block;
  width: 100%;
  flex: none;
}
body.theme-style-1 #colophon #main-footer .container .columns .column {
  margin-bottom: 1.5rem;
}
body.theme-style-1 #colophon #main-footer .container .columns .column h2 {
  color: #009FBF;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0rem 0rem 1.75rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  body.theme-style-1 #colophon #main-footer .container .columns .column h2 {
    margin: 0rem 0rem 1.25rem;
  }
}
body.theme-style-1 #colophon #main-footer .container .columns .column .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.theme-style-1 #colophon #main-footer .container .columns .column .menu li a {
  text-decoration: none;
  font-weight: 400;
  color: #EEF5FA;
  display: inline-block;
  padding: 5px 0;
  margin: 0;
  font-size: 16px;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  body.theme-style-1 #colophon #main-footer .container .columns .column .menu li a {
    font-size: 15px;
    margin: 0.5rem 0;
  }
}
body.theme-style-1 #colophon #main-footer .container .columns .column .menu li a:hover, body.theme-style-1 #colophon #main-footer .container .columns .column .menu li a:active, body.theme-style-1 #colophon #main-footer .container .columns .column .menu li a:focus {
  color: #009FBF;
}
body.theme-style-1 #colophon #main-footer .container .columns .column .menu li.view-all a {
  color: #009FBF;
}
body.theme-style-1 #colophon #main-footer .container .columns .column.columns {
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  flex-grow: 1.2;
}
body.theme-style-1 #colophon #main-footer .container .columns .column.columns .column.first {
  flex: none;
  width: 100%;
  max-width: none;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  body.theme-style-1 #colophon #main-footer .container .columns .column.columns .column.first {
    display: none;
  }
}
@media (min-width: 768px) {
  body.theme-style-1 #colophon #main-footer .container .columns .column.columns .column {
    max-width: 185px;
  }
}
@media screen and (max-width: 767px) {
  body.theme-style-1 #colophon #main-footer .container .columns .column.columns .column {
    flex: none;
    width: 100%;
  }
}
body.theme-style-1 #colophon #main-footer .container .columns .column.aside {
  flex-grow: 0.5;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  body.theme-style-1 #colophon #main-footer .container .columns .column.aside {
    justify-content: flex-end;
  }
}
body.theme-style-1 #colophon #main-footer .container .columns .column.aside .footer-buttons {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 5rem;
  flex-direction: column;
  align-items: flex-start;
}
body.theme-style-1 #colophon #main-footer .container .columns .column.aside .footer-buttons .location-phone {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 950px) {
  body.theme-style-1 #colophon #main-footer .container .columns .column.aside .footer-buttons .location-phone {
    justify-content: center;
    margin-left: 0;
  }
}
body.theme-style-1 #colophon #main-footer .container .columns .column.aside .footer-buttons .location-phone .phone-col-left {
  margin-right: 0.6rem;
}
body.theme-style-1 #colophon #main-footer .container .columns .column.aside .footer-buttons .location-phone .phone-col-right a {
  margin: 0;
  padding: 0;
  transition: color 0.3s ease;
  text-decoration: none;
  font-weight: 700;
}
body.theme-style-1 #colophon #main-footer .container .columns .column.aside .footer-buttons a.btn-primary {
  margin-bottom: 2rem;
  width: 100%;
  text-align: center;
}
body.theme-style-1 #colophon #main-footer .container .columns .column.aside .footer-buttons a.btn-clear {
  color: #EEF5FA;
  padding: 0 0 1rem;
  font-size: 18px;
  transition: color 0.3s ease;
}
body.theme-style-1 #colophon #main-footer .container .columns .column.aside .footer-buttons a.btn-clear:hover, body.theme-style-1 #colophon #main-footer .container .columns .column.aside .footer-buttons a.btn-clear:active, body.theme-style-1 #colophon #main-footer .container .columns .column.aside .footer-buttons a.btn-clear:focus {
  color: #009FBF;
}
body.theme-style-1 #colophon #main-footer .container .columns .column.aside .footer-buttons a.btn-clear i {
  margin-right: 0.75rem;
}
body.theme-style-1 #colophon #main-footer .container .columns .column.aside .social-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  body.theme-style-1 #colophon #main-footer .container .columns .column.aside .social-links {
    margin-top: auto;
    margin-bottom: 3rem;
  }
}
body.theme-style-1 #colophon #main-footer .container .columns .column.aside .social-links li {
  margin-right: 1.5rem;
}
body.theme-style-1 #colophon #main-footer .container .columns .column.aside .social-links li a {
  color: #EEF5FA;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 28px;
}
body.theme-style-1 #colophon #main-footer .container .columns .column.aside .social-links li a:hover, body.theme-style-1 #colophon #main-footer .container .columns .column.aside .social-links li a:active, body.theme-style-1 #colophon #main-footer .container .columns .column.aside .social-links li a:focus {
  color: #009FBF;
}
@media (min-width: 768px) {
  body.theme-style-1 #colophon #main-footer .container .columns .column.aside .footer-logo-secondary {
    margin-top: 2.5rem;
  }
}
body.theme-style-1 #colophon #sub-footer .container {
  padding-left: 30px;
  padding-right: 30px;
}
body.theme-style-1 #colophon #sub-footer .container .columns {
  align-items: center;
}
body.theme-style-1 #colophon #sub-footer .container .columns .column.first .copyright {
  margin-bottom: 0.25rem;
  font-weight: bold;
  color: #009FBF;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 10px;
}
body.theme-style-1 #colophon #sub-footer .container .columns .column.first .privacy {
  font-size: 10px;
  color: #006593;
}
@media screen and (max-width: 767px) {
  body.theme-style-1 #colophon #sub-footer .container .columns .column.first .privacy {
    font-size: 15px;
    margin: 0.5rem 0;
  }
}
body.theme-style-1 #colophon #sub-footer .container .columns .column.first .privacy a {
  text-decoration: underline;
  color: #EEF5FA;
}
@media screen and (max-width: 767px) {
  body.theme-style-1 #colophon #sub-footer .container .columns .column.first .privacy a {
    font-weight: normal;
  }
}
body.theme-style-1 #colophon #sub-footer .container .columns .column.second {
  flex: none;
  text-align: center;
}
body.theme-style-2 #colophon {
  padding: 6vmin 0 0;
  position: relative;
  background: #F7F7F7;
}
body.theme-style-2 #colophon #main-footer .container {
  padding-left: 30px;
  padding-right: 30px;
}
body.theme-style-2 #colophon #main-footer .container .columns {
  flex-wrap: wrap;
  display: flex;
}
body.theme-style-2 #colophon #main-footer .container .columns .column {
  width: 25%;
  flex: none;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 950px) {
  body.theme-style-2 #colophon #main-footer .container .columns .column {
    width: 50%;
    order: 2;
  }
}
body.theme-style-2 #colophon #main-footer .container .columns .column h2 {
  margin: 0.5rem 0rem;
}
body.theme-style-2 #colophon #main-footer .container .columns .column h2 {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  body.theme-style-2 #colophon #main-footer .container .columns .column h2 {
    font-size: calc(18px + 4 * ((100vw - 768px) / 892));
  }
}
@media screen and (min-width: 1660px) {
  body.theme-style-2 #colophon #main-footer .container .columns .column h2 {
    font-size: 22px;
  }
}
body.theme-style-2 #colophon #main-footer .container .columns .column .footer-buttons {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 3rem;
}
@media screen and (max-width: 950px) {
  body.theme-style-2 #colophon #main-footer .container .columns .column .footer-buttons {
    justify-content: center;
    margin-bottom: 0;
    display: inline-flex;
    flex-direction: column-reverse;
  }
}
body.theme-style-2 #colophon #main-footer .container .columns .column .footer-buttons .location-phone {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 950px) {
  body.theme-style-2 #colophon #main-footer .container .columns .column .footer-buttons .location-phone {
    justify-content: center;
    margin-left: 0;
  }
}
body.theme-style-2 #colophon #main-footer .container .columns .column .footer-buttons .location-phone .phone-col-left {
  margin-right: 0.6rem;
}
body.theme-style-2 #colophon #main-footer .container .columns .column .footer-buttons .location-phone .phone-col-right a {
  margin: 0;
  padding: 0;
  transition: color 0.3s ease;
  text-decoration: none;
  font-weight: 700;
}
body.theme-style-2 #colophon #main-footer .container .columns .column .footer-buttons a {
  margin-left: 1.5rem;
}
@media screen and (max-width: 950px) {
  body.theme-style-2 #colophon #main-footer .container .columns .column .footer-buttons a {
    margin: 0 0 1rem;
    text-align: center;
    display: inline-block;
    width: auto;
    padding: 14px 8vw;
  }
}
body.theme-style-2 #colophon #main-footer .container .columns .column .social-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 950px) {
  body.theme-style-2 #colophon #main-footer .container .columns .column .social-links {
    justify-content: center;
  }
}
body.theme-style-2 #colophon #main-footer .container .columns .column .social-links li {
  margin-left: 1rem;
}
body.theme-style-2 #colophon #main-footer .container .columns .column .social-links li a {
  color: #9D9D9D;
  text-decoration: none;
  transition: color 0.3s ease;
}
body.theme-style-2 #colophon #main-footer .container .columns .column .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.theme-style-2 #colophon #main-footer .container .columns .column .menu li a {
  text-decoration: none;
  font-weight: 500;
  color: #717171;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 0;
  margin: 0.75rem 0;
  font-size: 16px;
  transition: color 0.3s ease;
}
body.theme-style-2 #colophon #main-footer .container .columns .column .menu li.view-all a {
  color: #BFBF00;
}
body.theme-style-2 #colophon #main-footer .container .columns .column.third {
  width: 50%;
}
@media screen and (max-width: 950px) {
  body.theme-style-2 #colophon #main-footer .container .columns .column.third {
    order: 1;
    width: 100%;
    text-align: center;
  }
}
body.theme-style-2 #colophon #sub-footer .container {
  padding-left: 30px;
  padding-right: 30px;
}
body.theme-style-2 #colophon #sub-footer .container .columns {
  align-items: center;
}
body.theme-style-2 #colophon #sub-footer .container .columns .column.first .copyright {
  text-transform: uppercase;
  color: #717171;
  margin-bottom: 0.25rem;
  font-weight: bold;
}
body.theme-style-2 #colophon #sub-footer .container .columns .column.first .privacy {
  font-size: 12px;
}
body.theme-style-2 #colophon #sub-footer .container .columns .column.first .privacy a {
  font-weight: bold;
  text-decoration: underline;
  color: #000;
}
body.theme-style-2 #colophon #sub-footer .container .columns .column.second {
  flex: none;
  text-align: center;
}
body.theme-style-3 #colophon {
  padding: 6vmin 0 0;
  position: relative;
  background: #F7F7F7;
}
body.theme-style-3 #colophon #main-footer .container {
  padding-left: 30px;
  padding-right: 30px;
}
body.theme-style-3 #colophon #main-footer .container .columns {
  flex-wrap: wrap;
  display: flex;
}
body.theme-style-3 #colophon #main-footer .container .columns .column {
  width: 20%;
  flex: none;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 950px) {
  body.theme-style-3 #colophon #main-footer .container .columns .column {
    width: 50%;
    order: 2;
  }
}
body.theme-style-3 #colophon #main-footer .container .columns .column h2 {
  margin: 0.5rem 0rem;
}
body.theme-style-3 #colophon #main-footer .container .columns .column h2 {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  body.theme-style-3 #colophon #main-footer .container .columns .column h2 {
    font-size: calc(18px + 4 * ((100vw - 768px) / 892));
  }
}
@media screen and (min-width: 1660px) {
  body.theme-style-3 #colophon #main-footer .container .columns .column h2 {
    font-size: 22px;
  }
}
body.theme-style-3 #colophon #main-footer .container .columns .column .footer-buttons {
  display: block;
}
body.theme-style-3 #colophon #main-footer .container .columns .column .footer-buttons .location-phone {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 950px) {
  body.theme-style-3 #colophon #main-footer .container .columns .column .footer-buttons .location-phone {
    justify-content: center;
    margin-left: 0;
  }
}
body.theme-style-3 #colophon #main-footer .container .columns .column .footer-buttons .location-phone .phone-col-left {
  margin-right: 0.6rem;
}
body.theme-style-3 #colophon #main-footer .container .columns .column .footer-buttons .location-phone .phone-col-right a {
  margin: 0;
  padding: 0;
  transition: color 0.3s ease;
  text-decoration: none;
  font-weight: 700;
}
body.theme-style-3 #colophon #main-footer .container .columns .column .footer-buttons a {
  margin-left: 1rem;
  margin-bottom: 1rem;
  display: block;
  width: auto;
  clear: both;
  padding: 0;
}
@media screen and (max-width: 950px) {
  body.theme-style-3 #colophon #main-footer .container .columns .column .footer-buttons a {
    margin: 0 0 1rem;
    text-align: center;
    display: block;
    width: auto;
    padding: 14px 8vw;
  }
}
body.theme-style-3 #colophon #main-footer .container .columns .column .social-links {
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 950px) {
  body.theme-style-3 #colophon #main-footer .container .columns .column .social-links {
    justify-content: center;
  }
}
body.theme-style-3 #colophon #main-footer .container .columns .column .social-links li {
  margin-left: 1rem;
}
body.theme-style-3 #colophon #main-footer .container .columns .column .social-links li a {
  color: #9D9D9D;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 24px;
}
body.theme-style-3 #colophon #main-footer .container .columns .column .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.theme-style-3 #colophon #main-footer .container .columns .column .menu li a {
  text-decoration: none;
  font-weight: 700;
  color: #717171;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 0;
  margin: 0.75rem 0 0;
  font-size: 12px;
  transition: color 0.3s ease;
}
body.theme-style-3 #colophon #main-footer .container .columns .column .menu li.view-all a {
  color: #BFBF00;
}
body.theme-style-3 #colophon #main-footer .container .columns .column.fourth {
  flex: none;
  width: auto;
  margin-left: auto;
}
@media screen and (max-width: 950px) {
  body.theme-style-3 #colophon #main-footer .container .columns .column.fourth {
    order: 1;
    width: 100%;
    text-align: center;
  }
}
body.theme-style-3 #colophon #main-footer .container .columns .column.logo-outside {
  width: 50%;
}
@media screen and (max-width: 767px) {
  body.theme-style-3 #colophon #main-footer .container .columns .column.logo-outside {
    display: none;
  }
}
body.theme-style-3 #colophon #main-footer .container .columns .column.footer-buttons-outside {
  width: 50%;
  text-align: right;
  align-self: center;
}
@media screen and (max-width: 767px) {
  body.theme-style-3 #colophon #main-footer .container .columns .column.footer-buttons-outside {
    display: none;
  }
}
body.theme-style-3 #colophon #sub-footer .container {
  padding-left: 30px;
  padding-right: 30px;
}
body.theme-style-3 #colophon #sub-footer .container .columns {
  align-items: center;
}
body.theme-style-3 #colophon #sub-footer .container .columns .column.first .copyright {
  color: #717171;
  margin-bottom: 0.25rem;
  font-family: "Vollkorn", serif;
  font-weight: 600;
  font-size: 12px;
}
body.theme-style-3 #colophon #sub-footer .container .columns .column.first .privacy {
  font-size: 12px;
  font-weight: bold;
  color: #000;
}
body.theme-style-3 #colophon #sub-footer .container .columns .column.first .privacy a {
  font-weight: bold;
  text-decoration: underline;
  color: #000;
}
body.theme-style-3 #colophon #sub-footer .container .columns .column.second {
  flex: none;
  text-align: center;
}

.icon img {
  max-width: 80px !important;
}
@media screen and (max-width: 767px) {
  .icon img {
    margin-top: 1.5rem;
  }
}

.gform_wrapper li.gfield.gfield_error {
  padding-top: 0 !important;
}

body.theme-style-1 .gform_wrapper.label-overlay_wrapper {
  margin-top: 2rem !important;
}
body.theme-style-1 .gform_wrapper.label-overlay_wrapper form .gform_body .gform_fields .gfield {
  position: relative;
}
body.theme-style-1 .gform_wrapper.label-overlay_wrapper form .gform_body .gform_fields .gfield label.gfield_label {
  position: absolute;
  top: 16px;
  left: 30px;
  font-size: 16px;
}
body.theme-style-1 .gform_wrapper.label-overlay_wrapper form .gform_body .gform_fields .gfield label.gfield_label .gfield_required {
  display: none;
}
body.theme-style-1 .gform_wrapper.label-overlay_wrapper form .gform_body .gform_fields .gfield .ginput_container ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #E5E5E5;
  opacity: 1;
  /* Firefox */
}
body.theme-style-1 .gform_wrapper.label-overlay_wrapper form .gform_body .gform_fields .gfield .ginput_container :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #E5E5E5;
}
body.theme-style-1 .gform_wrapper.label-overlay_wrapper form .gform_body .gform_fields .gfield .ginput_container ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #E5E5E5;
}
body.theme-style-1 .gform_wrapper.label-overlay_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
  border-radius: 30px;
  transition: all 0.3s ease;
  padding: 0.75rem 2rem 0.75rem 120px;
  border: solid 1px #E5E5E5;
  height: auto;
  box-shadow: none;
  background: none;
  margin-top: 0;
  height: 120px;
  line-height: 1.5em;
  font-size: 16px;
}
body.theme-style-1 .gform_wrapper.label-overlay_wrapper form .gform_body .gform_fields .gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border-radius: 50px;
  transition: all 0.3s ease;
  padding: 0.75rem 2rem 0.75rem 120px;
  border: solid 1px #E5E5E5;
  height: auto;
  box-shadow: none;
  background: none;
  font-weight: 300;
  line-height: 1.5em;
  font-size: 16px;
  min-height: 50px;
}
body.theme-style-1 .gform_wrapper.label-overlay_wrapper form .gform_body .gform_fields .gfield .ginput_container select {
  border-radius: 50px;
  transition: all 0.3s ease;
  padding: 0.8rem 2rem 0.75rem 120px;
  border: solid 1px #E5E5E5;
  height: auto;
  box-shadow: none;
  background: none;
  font-weight: 300;
  line-height: 1.5em;
  font-size: 16px;
  min-height: 50px;
}
body.theme-style-1 .gform_wrapper.label-overlay_wrapper form .gform_footer {
  margin-top: 0.5rem !important;
}
body.theme-style-1 .gform_wrapper.label-overlay_wrapper form .gform_footer .gform_button {
  font-weight: 400;
  border-radius: 50px;
  transition: all 0.3s ease;
  padding: 1rem 4rem;
  height: auto;
  background: #009FBF;
  color: #fff !important;
  text-align: center;
  border: none !important;
  cursor: pointer;
  text-transform: uppercase;
  /*
  @media (min-width:641px){
      width: calc(100% - 16px);
  }
  */
}
body.theme-style-1 .gform_wrapper.label-overlay_wrapper form .gform_footer .gform_ajax_spinner {
  display: none;
}
body.theme-style-1 .gform_wrapper:not(.label-overlay_wrapper) {
  margin-top: 2rem !important;
}
body.theme-style-1 .gform_wrapper:not(.label-overlay_wrapper) form .gform_body .gform_fields .gfield {
  margin-bottom: 2.5rem;
  position: relative;
}
body.theme-style-1 .gform_wrapper:not(.label-overlay_wrapper) form .gform_body .gform_fields .gfield .gfield_label {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0.25rem;
}
body.theme-style-1 .gform_wrapper:not(.label-overlay_wrapper) form .gform_body .gform_fields .gfield.field_sublabel_below label {
  margin-top: 0.5rem;
}
body.theme-style-1 .gform_wrapper:not(.label-overlay_wrapper) form .gform_body .gform_fields .gfield label.gfield_label .gfield_required {
  display: none;
}
body.theme-style-1 .gform_wrapper:not(.label-overlay_wrapper) form .gform_body .gform_fields .gfield .ginput_container ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #DDE9F0;
  opacity: 1;
  /* Firefox */
}
body.theme-style-1 .gform_wrapper:not(.label-overlay_wrapper) form .gform_body .gform_fields .gfield .ginput_container :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #DDE9F0;
}
body.theme-style-1 .gform_wrapper:not(.label-overlay_wrapper) form .gform_body .gform_fields .gfield .ginput_container ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #DDE9F0;
}
body.theme-style-1 .gform_wrapper:not(.label-overlay_wrapper) form .gform_body .gform_fields .gfield .ginput_container textarea {
  border-radius: 7px;
  transition: all 0.3s ease;
  padding: 1rem;
  border: solid 1px #DDE9F0;
  background: #FAFDFF;
  box-shadow: none;
  margin-top: 0;
  height: 157px;
  line-height: 1.5em;
  font-size: 20px;
  font-weight: 400;
}
body.theme-style-1 .gform_wrapper:not(.label-overlay_wrapper) form .gform_body .gform_fields .gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border-radius: 7px;
  transition: all 0.3s ease;
  padding: 1rem;
  border: solid 1px #DDE9F0;
  background: #FAFDFF;
  height: auto;
  box-shadow: none;
  font-weight: 300;
  line-height: 1.5em;
  font-size: 20px;
}
body.theme-style-1 .gform_wrapper:not(.label-overlay_wrapper) form .gform_body .gform_fields .gfield .ginput_container select {
  border-radius: 7px;
  transition: all 0.3s ease;
  padding: 1rem;
  border: solid 1px #DDE9F0;
  background: #FAFDFF;
  height: auto;
  box-shadow: none;
  font-weight: 300;
  line-height: 1.5em;
  font-size: 20px;
}
body.theme-style-1 .gform_wrapper:not(.label-overlay_wrapper) form .gform_footer {
  padding-top: 0;
}
body.theme-style-1 .gform_wrapper:not(.label-overlay_wrapper) form .gform_footer .gform_button {
  transition: all 0.3s ease;
  height: auto;
  background: #009FBF;
  color: #fff !important;
  text-align: center;
  border: none !important;
  cursor: pointer;
  font-size: 21px;
  font-weight: 400;
  padding: 1.5rem;
  display: inline-block;
  border-radius: 5px;
  min-width: 260px;
  /*
  @media (min-width:641px){
      width: calc(100% - 16px);
  }
  */
}
body.theme-style-1 .gform_wrapper:not(.label-overlay_wrapper) form .gform_footer .gform_ajax_spinner {
  display: none;
}
body.theme-style-2 .gform_wrapper.label-overlay_wrapper {
  margin-top: 2rem !important;
}
body.theme-style-2 .gform_wrapper.label-overlay_wrapper form .gform_body .gform_fields .gfield {
  position: relative;
}
body.theme-style-2 .gform_wrapper.label-overlay_wrapper form .gform_body .gform_fields .gfield label.gfield_label {
  position: absolute;
  top: 16px;
  left: 30px;
  font-size: 16px;
}
body.theme-style-2 .gform_wrapper.label-overlay_wrapper form .gform_body .gform_fields .gfield label.gfield_label .gfield_required {
  display: none;
}
body.theme-style-2 .gform_wrapper.label-overlay_wrapper form .gform_body .gform_fields .gfield .ginput_container ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #E5E5E5;
  opacity: 1;
  /* Firefox */
}
body.theme-style-2 .gform_wrapper.label-overlay_wrapper form .gform_body .gform_fields .gfield .ginput_container :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #E5E5E5;
}
body.theme-style-2 .gform_wrapper.label-overlay_wrapper form .gform_body .gform_fields .gfield .ginput_container ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #E5E5E5;
}
body.theme-style-2 .gform_wrapper.label-overlay_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
  border-radius: 30px;
  transition: all 0.3s ease;
  padding: 0.75rem 2rem 0.75rem 120px;
  border: solid 1px #E5E5E5;
  height: auto;
  box-shadow: none;
  background: none;
  margin-top: 0;
  height: 120px;
  line-height: 1.5em;
  font-size: 16px;
}
body.theme-style-2 .gform_wrapper.label-overlay_wrapper form .gform_body .gform_fields .gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border-radius: 50px;
  transition: all 0.3s ease;
  padding: 0.75rem 2rem 0.75rem 120px;
  border: solid 1px #E5E5E5;
  height: auto;
  box-shadow: none;
  background: none;
  font-weight: 300;
  line-height: 1.5em;
  font-size: 16px;
  min-height: 50px;
}
body.theme-style-2 .gform_wrapper.label-overlay_wrapper form .gform_body .gform_fields .gfield .ginput_container select {
  border-radius: 50px;
  transition: all 0.3s ease;
  padding: 0.8rem 2rem 0.75rem 120px;
  border: solid 1px #E5E5E5;
  height: auto;
  box-shadow: none;
  background: none;
  font-weight: 300;
  line-height: 1.5em;
  font-size: 16px;
  min-height: 50px;
}
body.theme-style-2 .gform_wrapper.label-overlay_wrapper form .gform_footer {
  margin-top: 0.5rem !important;
}
body.theme-style-2 .gform_wrapper.label-overlay_wrapper form .gform_footer .gform_button {
  font-weight: 400;
  border-radius: 50px;
  transition: all 0.3s ease;
  padding: 1rem 4rem;
  height: auto;
  background: #BFBF00;
  color: #fff !important;
  text-align: center;
  border: none !important;
  cursor: pointer;
  text-transform: uppercase;
  /*
  @media (min-width:641px){
      width: calc(100% - 16px);
  }
  */
}
body.theme-style-2 .gform_wrapper.label-overlay_wrapper form .gform_footer .gform_ajax_spinner {
  display: none;
}
body.theme-style-2 .gform_wrapper:not(.label-overlay_wrapper) {
  margin-top: 2rem !important;
}
body.theme-style-2 .gform_wrapper:not(.label-overlay_wrapper) form .gform_body .gform_fields .gfield {
  position: relative;
}
body.theme-style-2 .gform_wrapper:not(.label-overlay_wrapper) form .gform_body .gform_fields .gfield.field_sublabel_below label {
  margin-top: 0.5rem;
}
body.theme-style-2 .gform_wrapper:not(.label-overlay_wrapper) form .gform_body .gform_fields .gfield label.gfield_label .gfield_required {
  display: none;
}
body.theme-style-2 .gform_wrapper:not(.label-overlay_wrapper) form .gform_body .gform_fields .gfield .ginput_container ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #E5E5E5;
  opacity: 1;
  /* Firefox */
}
body.theme-style-2 .gform_wrapper:not(.label-overlay_wrapper) form .gform_body .gform_fields .gfield .ginput_container :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #E5E5E5;
}
body.theme-style-2 .gform_wrapper:not(.label-overlay_wrapper) form .gform_body .gform_fields .gfield .ginput_container ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #E5E5E5;
}
body.theme-style-2 .gform_wrapper:not(.label-overlay_wrapper) form .gform_body .gform_fields .gfield .ginput_container textarea {
  border-radius: 3px;
  transition: all 0.3s ease;
  padding: 0.25rem;
  border: solid 1px #E5E5E5;
  height: auto;
  box-shadow: none;
  background: none;
  margin-top: 0;
  height: 120px;
  line-height: 1.5em;
  font-size: 16px;
}
body.theme-style-2 .gform_wrapper:not(.label-overlay_wrapper) form .gform_body .gform_fields .gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border-radius: 3px;
  transition: all 0.3s ease;
  padding: 0.25rem;
  border: solid 1px #E5E5E5;
  height: auto;
  box-shadow: none;
  background: none;
  font-weight: 300;
  line-height: 1.5em;
  font-size: 16px;
}
body.theme-style-2 .gform_wrapper:not(.label-overlay_wrapper) form .gform_body .gform_fields .gfield .ginput_container select {
  border-radius: 3px;
  transition: all 0.3s ease;
  padding: 0.25rem;
  border: solid 1px #E5E5E5;
  height: auto;
  box-shadow: none;
  background: none;
  font-weight: 300;
  line-height: 1.5em;
  font-size: 16px;
}
body.theme-style-2 .gform_wrapper:not(.label-overlay_wrapper) form .gform_footer {
  margin-top: 0.5rem !important;
}
body.theme-style-2 .gform_wrapper:not(.label-overlay_wrapper) form .gform_footer .gform_button {
  font-weight: 400;
  border-radius: 50px;
  transition: all 0.3s ease;
  padding: 1rem 4rem;
  height: auto;
  background: #BFBF00;
  color: #fff !important;
  text-align: center;
  border: none !important;
  cursor: pointer;
  text-transform: uppercase;
  /*
  @media (min-width:641px){
      width: calc(100% - 16px);
  }
  */
}
body.theme-style-2 .gform_wrapper:not(.label-overlay_wrapper) form .gform_footer .gform_ajax_spinner {
  display: none;
}
body.theme-style-3 .quote .columns .left {
  flex: none;
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  body.theme-style-3 .quote .columns .left {
    display: none;
  }
}
body.theme-style-3 .quote .columns .right {
  text-align: center;
}
body.theme-style-3 .quote .columns .right h2 {
  text-align: left;
}
body.theme-style-3 .quote .columns .right h2:before {
  content: "";
  display: block;
  margin-bottom: 0.75rem;
  width: 68px;
  height: 4px;
  background: #009FBF;
}
body.theme-style-3 .quote .columns .form-phone-button {
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
}
@media (min-width: 1030px) {
  body.theme-style-3 .quote .columns .form-phone-button {
    position: absolute;
    bottom: 48px;
    right: 0;
    margin: 0;
  }
}
body.theme-style-3 .quote .columns .form-phone-button span {
  color: #797979;
}
body.theme-style-3 .gform_wrapper.label-overlay_wrapper {
  margin-top: 2rem !important;
}
body.theme-style-3 .gform_wrapper.label-overlay_wrapper form .gform_body .gform_fields .gfield {
  position: relative;
}
body.theme-style-3 .gform_wrapper.label-overlay_wrapper form .gform_body .gform_fields .gfield label.gfield_label {
  position: absolute;
  top: 16px;
  left: 30px;
  font-size: 16px;
}
body.theme-style-3 .gform_wrapper.label-overlay_wrapper form .gform_body .gform_fields .gfield label.gfield_label .gfield_required {
  display: none;
}
body.theme-style-3 .gform_wrapper.label-overlay_wrapper form .gform_body .gform_fields .gfield .ginput_container ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #E5E5E5;
  opacity: 1;
  /* Firefox */
}
body.theme-style-3 .gform_wrapper.label-overlay_wrapper form .gform_body .gform_fields .gfield .ginput_container :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #E5E5E5;
}
body.theme-style-3 .gform_wrapper.label-overlay_wrapper form .gform_body .gform_fields .gfield .ginput_container ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #E5E5E5;
}
body.theme-style-3 .gform_wrapper.label-overlay_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
  border-radius: 30px;
  transition: all 0.3s ease;
  padding: 0.75rem 2rem 0.75rem 120px;
  border: solid 1px #E5E5E5;
  height: auto;
  box-shadow: none;
  background: none;
  margin-top: 0;
  height: 120px;
  line-height: 1.5em;
  font-size: 16px;
}
body.theme-style-3 .gform_wrapper.label-overlay_wrapper form .gform_body .gform_fields .gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border-radius: 50px;
  transition: all 0.3s ease;
  padding: 0.75rem 2rem 0.75rem 120px;
  border: solid 1px #E5E5E5;
  height: auto;
  box-shadow: none;
  background: none;
  font-weight: 300;
  line-height: 1.5em;
  font-size: 16px;
  min-height: 50px;
}
body.theme-style-3 .gform_wrapper.label-overlay_wrapper form .gform_body .gform_fields .gfield .ginput_container select {
  border-radius: 50px;
  transition: all 0.3s ease;
  padding: 0.8rem 2rem 0.75rem 120px;
  border: solid 1px #E5E5E5;
  height: auto;
  box-shadow: none;
  background: none;
  font-weight: 300;
  line-height: 1.5em;
  font-size: 16px;
  min-height: 50px;
}
body.theme-style-3 .gform_wrapper.label-overlay_wrapper form .gform_footer {
  margin-top: 0.5rem !important;
}
body.theme-style-3 .gform_wrapper.label-overlay_wrapper form .gform_footer .gform_button {
  font-weight: 400;
  border-radius: 50px;
  transition: all 0.3s ease;
  padding: 1rem 4rem;
  height: auto;
  background: #009FBF;
  color: #fff !important;
  text-align: center;
  border: none !important;
  cursor: pointer;
  text-transform: uppercase;
  /*
  @media (min-width:641px){
      width: calc(100% - 16px);
  }
  */
}
body.theme-style-3 .gform_wrapper.label-overlay_wrapper form .gform_footer .gform_ajax_spinner {
  display: none;
}
body.theme-style-3 .gform_wrapper:not(.label-overlay_wrapper) {
  margin-top: 2rem !important;
}
body.theme-style-3 .gform_wrapper:not(.label-overlay_wrapper) form .gform_body .gform_fields .gfield {
  position: relative;
}
body.theme-style-3 .gform_wrapper:not(.label-overlay_wrapper) form .gform_body .gform_fields .gfield .gfield_label {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0.25rem;
}
body.theme-style-3 .gform_wrapper:not(.label-overlay_wrapper) form .gform_body .gform_fields .gfield.field_sublabel_below label {
  margin-top: 0.5rem;
}
body.theme-style-3 .gform_wrapper:not(.label-overlay_wrapper) form .gform_body .gform_fields .gfield label.gfield_label .gfield_required {
  display: none;
}
body.theme-style-3 .gform_wrapper:not(.label-overlay_wrapper) form .gform_body .gform_fields .gfield .ginput_container ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #C1C1C1;
  opacity: 1;
  /* Firefox */
}
body.theme-style-3 .gform_wrapper:not(.label-overlay_wrapper) form .gform_body .gform_fields .gfield .ginput_container :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #C1C1C1;
}
body.theme-style-3 .gform_wrapper:not(.label-overlay_wrapper) form .gform_body .gform_fields .gfield .ginput_container ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #C1C1C1;
}
body.theme-style-3 .gform_wrapper:not(.label-overlay_wrapper) form .gform_body .gform_fields .gfield .ginput_container textarea {
  border-radius: 0px;
  transition: all 0.3s ease;
  padding: 1rem;
  border: solid 1px #E5E5E5;
  background: #FFF;
  box-shadow: none;
  margin-top: 0;
  height: 157px;
  line-height: 1.5em;
  font-size: 20px;
  font-weight: 300;
}
body.theme-style-3 .gform_wrapper:not(.label-overlay_wrapper) form .gform_body .gform_fields .gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border-radius: 0px;
  transition: all 0.3s ease;
  padding: 1rem;
  border: solid 1px #E5E5E5;
  background: #FFF;
  height: auto;
  box-shadow: none;
  font-weight: 300;
  line-height: 1.5em;
  font-size: 20px;
}
body.theme-style-3 .gform_wrapper:not(.label-overlay_wrapper) form .gform_body .gform_fields .gfield .ginput_container select {
  border-radius: 0px;
  transition: all 0.3s ease;
  padding: 1rem;
  border: solid 1px #E5E5E5;
  background: #FFF;
  height: auto;
  box-shadow: none;
  font-weight: 300;
  line-height: 1.5em;
  font-size: 20px;
}
body.theme-style-3 .gform_wrapper:not(.label-overlay_wrapper) form .gform_footer {
  padding-top: 0;
}
body.theme-style-3 .gform_wrapper:not(.label-overlay_wrapper) form .gform_footer .gform_button {
  transition: all 0.3s ease;
  height: auto;
  background: #fff;
  color: #009FBF;
  text-align: center;
  border: solid 2px #009FBF;
  cursor: pointer;
  font-size: 21px;
  font-weight: 700;
  padding: 1.5rem;
  display: inline-block;
  border-radius: 0px;
  min-width: 260px;
  text-transform: uppercase;
  border-radius: 0px;
  outline: none;
  /*
  @media (min-width:641px){
      width: calc(100% - 16px);
  }
  */
}
body.theme-style-3 .gform_wrapper:not(.label-overlay_wrapper) form .gform_footer .gform_ajax_spinner {
  display: none;
}

.business-icon > a:before {
  background-image: url(../images/business.svg);
  content: "" !important;
  margin-right: 1rem !important;
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}

.benefits-icon > a:before {
  background-image: url(../images/benefits.svg);
  content: "" !important;
  margin-right: 1rem !important;
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}

.personal-icon > a:before {
  background-image: url(../images/personal.svg);
  content: "" !important;
  margin-right: 1rem !important;
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}

.view-all-icon > a:before {
  background-image: url(../images/view-all.svg);
  content: "" !important;
  margin-right: 1rem !important;
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}

body.theme-style-1.admin-bar #masthead:not(.normal) {
  top: 32px;
}
body.theme-style-1 #masthead {
  z-index: 9999;
  background: #fff;
  width: 100%;
}
body.theme-style-1 #masthead.fixed {
  top: 0;
  position: fixed;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
body.theme-style-1 #masthead.fixed.headroom--not-top {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.07);
}
body.theme-style-1 #masthead.fixed.headroom--not-top .menu .menu-item a {
  transition: color 0.3s ease;
}
body.theme-style-1 #masthead.fixed-slim {
  top: 0;
  position: fixed;
  transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
body.theme-style-1 #masthead.fixed-slim #main-header {
  transition: padding 0.3s ease;
}
body.theme-style-1 #masthead.fixed-slim.headroom--not-top {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.07);
}
@media (min-width: 1081px) {
  body.theme-style-1 #masthead.fixed-slim.headroom--not-top {
    transform: translateY(-40px);
  }
}
@media (min-width: 1081px) {
  body.theme-style-1 #masthead.fixed-slim.headroom--not-top #main-header {
    padding: 6px 0;
  }
}
body.theme-style-1 #masthead.fixed-slim.headroom--not-top .menu .menu-item a {
  transition: color 0.3s ease;
}
body.theme-style-1 #masthead #top-bar {
  padding: 12px 0;
}
@media screen and (max-width: 1080px) {
  body.theme-style-1 #masthead #top-bar {
    display: none;
  }
}
body.theme-style-1 #masthead #top-bar .container .top-bar-menu {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
}
body.theme-style-1 #masthead #top-bar .container .top-bar-menu li {
  margin-left: 1rem;
}
body.theme-style-1 #masthead #top-bar .container .top-bar-menu li a {
  display: inline-flex;
  text-decoration: none;
  align-items: center;
  color: #009FBF;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  font-size: 17px;
  transition: color 0.3s ease;
}
body.theme-style-1 #masthead #top-bar .container .top-bar-menu li a:hover, body.theme-style-1 #masthead #top-bar .container .top-bar-menu li a:focus, body.theme-style-1 #masthead #top-bar .container .top-bar-menu li a:active {
  color: #006593;
}
body.theme-style-1 #masthead #top-bar .container .top-bar-menu li a:before {
  margin-right: 0.5rem;
}
body.theme-style-1 #masthead #top-bar .container .top-bar-menu li i {
  margin-right: 0.25rem;
}
body.theme-style-1 #masthead .container {
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.theme-style-1 #masthead #main-header {
  padding: 0 0 12px 0;
}
@media screen and (max-width: 1080px) {
  body.theme-style-1 #masthead #main-header {
    padding-top: 12px;
  }
}
body.theme-style-1 #masthead #main-header .site-branding {
  padding-right: 3rem;
}
body.theme-style-1 #masthead #main-header .site-branding .site-logo img {
  display: block;
  width: 201px;
}
@media (min-width: 1081px) {
  body.theme-style-1 #masthead #main-header .site-branding .site-logo.has-mobile-logo .header-logo-mobile {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  body.theme-style-1 #masthead #main-header .site-branding .site-logo.has-mobile-logo .header-logo {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  body.theme-style-1 #masthead #main-header #site-navigation {
    display: none;
  }
}
body.theme-style-1 #masthead #main-header #site-navigation .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  position: relative;
}
body.theme-style-1 #masthead #main-header #site-navigation .menu .menu-item {
  position: relative;
}
body.theme-style-1 #masthead #main-header #site-navigation .menu .menu-item a {
  padding: 0.75rem 1.5rem 0.75rem 1rem;
  margin: 0 0 0 0.5rem;
  font-size: 16px;
  font-weight: 400;
  transition: color 0.3s ease;
  text-decoration: none;
  color: #009FBF;
  display: flex;
  align-items: center;
  font-family: "Roboto Slab", serif;
}
body.theme-style-1 #masthead #main-header #site-navigation .menu .menu-item a:hover, body.theme-style-1 #masthead #main-header #site-navigation .menu .menu-item a:focus, body.theme-style-1 #masthead #main-header #site-navigation .menu .menu-item a:active {
  color: #006593;
}
body.theme-style-1 #masthead #main-header #site-navigation .menu .menu-item a:before {
  margin-right: 0.5rem;
  font-size: 16px;
}
body.theme-style-1 #masthead #main-header #site-navigation .menu .menu-item .sub-menu li a:before {
  content: none;
}
body.theme-style-1 #masthead #main-header #site-navigation .menu .menu-item-has-children .sub-menu {
  float: left;
  position: absolute;
  top: auto;
  z-index: 99999;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.15);
  padding: 0;
  margin: 0;
  list-style: none;
  visibility: hidden;
  opacity: 0;
  transition-property: opacity, visibility, transform;
  transition-duration: 0.4s, 0s;
  transition-delay: 0s, 0.4s;
  width: 300px;
  transform: translate(-50%, 10%);
  left: 50%;
}
body.theme-style-1 #masthead #main-header #site-navigation .menu .menu-item-has-children .sub-menu:after {
  content: "";
  width: 50px;
  height: 50px;
  background: #fff;
  transform: rotate(45deg);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  top: 0;
  left: calc(50% - 25px);
  z-index: -1;
  position: absolute;
}
body.theme-style-1 #masthead #main-header #site-navigation .menu .menu-item-has-children .sub-menu li:first-child {
  padding-top: 1.5rem;
  background: #fff;
}
body.theme-style-1 #masthead #main-header #site-navigation .menu .menu-item-has-children .sub-menu li:last-child {
  padding-bottom: 1.5rem;
}
body.theme-style-1 #masthead #main-header #site-navigation .menu .menu-item-has-children .sub-menu li a {
  padding: 1rem 2rem;
  background: #fff;
  border-radius: 0px;
  width: 100%;
  margin: 0;
}
body.theme-style-1 #masthead #main-header #site-navigation .menu .menu-item-has-children .sub-menu li a:hover {
  background: #EEF5FA;
}
body.theme-style-1 #masthead #main-header #site-navigation .menu .menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s, 0s;
  transform: translate(-50%, 0%);
}
body.theme-style-1 #masthead #main-header #site-navigation .menu .menu-item.cta-button a {
  background: #009FBF;
  color: #fff;
  border-radius: 5px;
  padding: 0.75rem 2rem;
  transition: background-color 0.3s ease;
}
body.theme-style-1 #masthead #main-header #site-navigation .menu .menu-item.cta-button a:hover, body.theme-style-1 #masthead #main-header #site-navigation .menu .menu-item.cta-button a:focus, body.theme-style-1 #masthead #main-header #site-navigation .menu .menu-item.cta-button a:active {
  background-color: #006593;
}
body.theme-style-1 #masthead #main-header #site-navigation .menu .menu-spacer {
  margin-right: auto;
}
body.theme-style-1 #masthead #main-header #site-navigation .menu .main-menu-btn a {
  font-weight: 600;
  border-radius: 100px;
  padding: 13px 50px;
  margin-left: 10px;
}
@media (min-width: 1081px) {
  body.theme-style-1 #masthead .mobile-menu-button {
    display: none;
  }
}
body.theme-style-1 #masthead .mobile-menu-button button {
  background: none;
  padding: 13px 22px;
  color: #009FBF;
  font-size: 32px;
  transition: color 0.3s ease;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
body.theme-style-1 #masthead .mobile-menu-button button .menu-text {
  font-size: 18px;
  text-transform: none;
  color: #002A4E;
  margin-left: 0.75rem;
}
body.theme-style-1 #masthead .close-trigger {
  display: none;
}
body.theme-style-2.admin-bar #masthead:not(.normal) {
  top: 32px;
}
body.theme-style-2 #masthead {
  z-index: 9999;
  background: #fff;
  width: 100%;
}
body.theme-style-2 #masthead.fixed {
  top: 0;
  position: fixed;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
body.theme-style-2 #masthead.fixed.headroom--not-top {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.07);
}
body.theme-style-2 #masthead.fixed.headroom--not-top .menu .menu-item a {
  transition: color 0.3s ease;
}
body.theme-style-2 #masthead.fixed-slim {
  top: 0;
  position: fixed;
  transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
body.theme-style-2 #masthead.fixed-slim #main-header {
  transition: padding 0.3s ease;
}
body.theme-style-2 #masthead.fixed-slim.headroom--not-top {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.07);
}
@media (min-width: 1081px) {
  body.theme-style-2 #masthead.fixed-slim.headroom--not-top {
    transform: translateY(-40px);
  }
}
@media (min-width: 1081px) {
  body.theme-style-2 #masthead.fixed-slim.headroom--not-top #main-header {
    padding: 6px 0;
  }
}
body.theme-style-2 #masthead.fixed-slim.headroom--not-top .menu .menu-item a {
  transition: color 0.3s ease;
}
body.theme-style-2 #masthead #top-bar {
  padding: 12px 0;
}
@media screen and (max-width: 1080px) {
  body.theme-style-2 #masthead #top-bar {
    display: none;
  }
}
body.theme-style-2 #masthead #top-bar .container .top-bar-menu {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
}
body.theme-style-2 #masthead #top-bar .container .top-bar-menu li {
  margin-left: 1.5rem;
}
body.theme-style-2 #masthead #top-bar .container .top-bar-menu li i {
  margin-right: 0.25rem;
}
body.theme-style-2 #masthead #top-bar .container .top-bar-menu li a {
  transition: color 0.3s ease;
  display: inline-flex;
  text-decoration: none;
  align-items: center;
  color: #BFBF00;
}
body.theme-style-2 #masthead #top-bar .container .top-bar-menu li a:before {
  margin-right: 0.5rem;
}
body.theme-style-2 #masthead .container {
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.theme-style-2 #masthead #main-header {
  padding: 0 0 12px 0;
}
@media screen and (max-width: 1080px) {
  body.theme-style-2 #masthead #main-header {
    padding-top: 12px;
  }
}
body.theme-style-2 #masthead #main-header .site-branding {
  padding-right: 3rem;
}
body.theme-style-2 #masthead #main-header .site-branding .site-logo img {
  display: block;
  width: 201px;
}
@media (min-width: 1081px) {
  body.theme-style-2 #masthead #main-header .site-branding .site-logo.has-mobile-logo .header-logo-mobile {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  body.theme-style-2 #masthead #main-header .site-branding .site-logo.has-mobile-logo .header-logo {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  body.theme-style-2 #masthead #main-header #site-navigation {
    display: none;
  }
}
body.theme-style-2 #masthead #main-header #site-navigation .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  position: relative;
}
body.theme-style-2 #masthead #main-header #site-navigation .menu .menu-item {
  position: relative;
}
body.theme-style-2 #masthead #main-header #site-navigation .menu .menu-item a {
  padding: 0.75rem 1.5rem 0.75rem 1rem;
  margin: 0 0 0 0.5rem;
  font-weight: 500;
  transition: background 0.3s ease;
  text-decoration: none;
  text-transform: uppercase;
  color: #717171;
  border-radius: 200px;
  display: flex;
  align-items: center;
}
body.theme-style-2 #masthead #main-header #site-navigation .menu .menu-item a {
  font-size: 8px;
}
@media screen and (min-width: 768px) {
  body.theme-style-2 #masthead #main-header #site-navigation .menu .menu-item a {
    font-size: calc(8px + 8 * ((100vw - 768px) / 432));
  }
}
@media screen and (min-width: 1200px) {
  body.theme-style-2 #masthead #main-header #site-navigation .menu .menu-item a {
    font-size: 16px;
  }
}
body.theme-style-2 #masthead #main-header #site-navigation .menu .menu-item a:hover, body.theme-style-2 #masthead #main-header #site-navigation .menu .menu-item a:focus, body.theme-style-2 #masthead #main-header #site-navigation .menu .menu-item a:active {
  background: #F7F7F7;
}
body.theme-style-2 #masthead #main-header #site-navigation .menu .menu-item a:before {
  margin-right: 0.5rem;
  font-size: 16px;
}
body.theme-style-2 #masthead #main-header #site-navigation .menu .menu-item .sub-menu li a:before {
  content: none;
}
body.theme-style-2 #masthead #main-header #site-navigation .menu .menu-item-has-children .sub-menu {
  float: left;
  position: absolute;
  top: auto;
  z-index: 99999;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.15);
  padding: 0;
  margin: 0;
  list-style: none;
  visibility: hidden;
  opacity: 0;
  transition-property: opacity, visibility, transform;
  transition-duration: 0.4s, 0s;
  transition-delay: 0s, 0.4s;
  width: 300px;
  transform: translate(-50%, 10%);
  left: 50%;
}
body.theme-style-2 #masthead #main-header #site-navigation .menu .menu-item-has-children .sub-menu:after {
  content: "";
  width: 50px;
  height: 50px;
  background: #fff;
  transform: rotate(45deg);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  top: 0;
  left: calc(50% - 25px);
  z-index: -1;
  position: absolute;
}
body.theme-style-2 #masthead #main-header #site-navigation .menu .menu-item-has-children .sub-menu li:first-child {
  padding-top: 1.5rem;
  background: #fff;
}
body.theme-style-2 #masthead #main-header #site-navigation .menu .menu-item-has-children .sub-menu li:last-child {
  padding-bottom: 1.5rem;
}
body.theme-style-2 #masthead #main-header #site-navigation .menu .menu-item-has-children .sub-menu li a {
  padding: 1rem 2rem;
  background: #fff;
  border-radius: 0px;
  width: 100%;
  margin: 0;
}
body.theme-style-2 #masthead #main-header #site-navigation .menu .menu-item-has-children .sub-menu li a:hover {
  background: #F7F7F7;
}
body.theme-style-2 #masthead #main-header #site-navigation .menu .menu-item-has-children:hover > a {
  background: #F7F7F7;
}
body.theme-style-2 #masthead #main-header #site-navigation .menu .menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s, 0s;
  transform: translate(-50%, 0%);
}
body.theme-style-2 #masthead #main-header #site-navigation .menu .menu-item.cta-button a {
  background: #BFBF00;
  color: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
  padding: 0.75rem 1.5rem;
}
body.theme-style-2 #masthead #main-header #site-navigation .menu .menu-spacer {
  margin-right: auto;
}
body.theme-style-2 #masthead #main-header #site-navigation .menu .main-menu-btn a {
  font-weight: 600;
  border-radius: 100px;
  padding: 13px 50px;
  margin-left: 10px;
}
@media (min-width: 1081px) {
  body.theme-style-2 #masthead .mobile-menu-button {
    display: none;
  }
}
body.theme-style-2 #masthead .mobile-menu-button button {
  background: none;
  padding: 13px 22px;
  color: #BFBF00;
  font-size: 32px;
  transition: color 0.3s ease;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}
body.theme-style-2 #masthead .mobile-menu-button button .menu-text {
  display: none;
}
body.theme-style-2 #masthead .close-trigger {
  display: none;
}
body.theme-style-3.admin-bar #masthead:not(.normal) {
  top: 32px;
}
body.theme-style-3 #masthead {
  z-index: 9999;
  background: #fff;
  width: 100%;
}
body.theme-style-3 #masthead.fixed {
  top: 0;
  position: fixed;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
body.theme-style-3 #masthead.fixed.headroom--not-top {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.07);
}
body.theme-style-3 #masthead.fixed.headroom--not-top .menu .menu-item a {
  transition: color 0.3s ease;
}
body.theme-style-3 #masthead.fixed-slim {
  top: 0;
  position: fixed;
  transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
body.theme-style-3 #masthead.fixed-slim #main-header {
  transition: padding 0.3s ease;
}
body.theme-style-3 #masthead.fixed-slim.headroom--not-top {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.07);
}
@media (min-width: 1081px) {
  body.theme-style-3 #masthead.fixed-slim.headroom--not-top #alert-message {
    transform: translateY(-100%);
    transition: transform 0.3s ease;
  }
}
@media (min-width: 1081px) {
  body.theme-style-3 #masthead.fixed-slim.headroom--not-top {
    transform: translateY(-40px);
  }
}
@media (min-width: 1081px) {
  body.theme-style-3 #masthead.fixed-slim.headroom--not-top #main-header {
    padding: 13px 0;
  }
}
body.theme-style-3 #masthead.fixed-slim.headroom--not-top .menu .menu-item a {
  transition: color 0.3s ease;
}
body.theme-style-3 #masthead #top-bar {
  padding: 12px 0;
}
@media screen and (max-width: 1080px) {
  body.theme-style-3 #masthead #top-bar {
    display: none;
  }
}
body.theme-style-3 #masthead #top-bar .container .top-bar-menu {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
}
body.theme-style-3 #masthead #top-bar .container .top-bar-menu li {
  margin-left: 1.5rem;
}
body.theme-style-3 #masthead #top-bar .container .top-bar-menu li i {
  margin-right: 0.25rem;
}
body.theme-style-3 #masthead #top-bar .container .top-bar-menu li a {
  transition: color 0.3s ease;
  display: inline-flex;
  text-decoration: none;
  align-items: center;
  color: #009FBF;
}
body.theme-style-3 #masthead #top-bar .container .top-bar-menu li a:before {
  margin-right: 0.5rem;
}
body.theme-style-3 #masthead .container {
  padding: 0 30px;
  display: flex;
  align-items: center;
}
body.theme-style-3 #masthead #main-header {
  padding: 0 0 12px 0;
}
@media screen and (max-width: 1080px) {
  body.theme-style-3 #masthead #main-header {
    padding-top: 12px;
  }
}
body.theme-style-3 #masthead #main-header .site-branding {
  padding-right: 3rem;
}
body.theme-style-3 #masthead #main-header .site-branding .site-logo img {
  display: block;
  width: 201px;
}
@media (min-width: 1081px) {
  body.theme-style-3 #masthead #main-header .site-branding .site-logo.has-mobile-logo .header-logo-mobile {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  body.theme-style-3 #masthead #main-header .site-branding .site-logo.has-mobile-logo .header-logo {
    display: none;
  }
}
body.theme-style-3 #masthead #main-header #site-navigation {
  width: 100%;
}
@media screen and (max-width: 1080px) {
  body.theme-style-3 #masthead #main-header #site-navigation {
    display: none;
  }
}
body.theme-style-3 #masthead #main-header #site-navigation > div {
  width: 100%;
}
body.theme-style-3 #masthead #main-header #site-navigation .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  position: relative;
}
body.theme-style-3 #masthead #main-header #site-navigation .menu .menu-item {
  position: relative;
}
body.theme-style-3 #masthead #main-header #site-navigation .menu .menu-item i._mi {
  margin-top: 0;
  transition: none;
}
body.theme-style-3 #masthead #main-header #site-navigation .menu .menu-item a {
  padding: 0.75rem 1.5rem 0.75rem 1rem;
  margin: 0 0 0 0.5rem;
  font-weight: 700;
  transition: color 0.3s ease;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  border-radius: 200px;
  display: flex;
  align-items: center;
  letter-spacing: 1.5px;
}
body.theme-style-3 #masthead #main-header #site-navigation .menu .menu-item a {
  font-size: 8px;
}
@media screen and (min-width: 768px) {
  body.theme-style-3 #masthead #main-header #site-navigation .menu .menu-item a {
    font-size: calc(8px + 8 * ((100vw - 768px) / 432));
  }
}
@media screen and (min-width: 1200px) {
  body.theme-style-3 #masthead #main-header #site-navigation .menu .menu-item a {
    font-size: 16px;
  }
}
body.theme-style-3 #masthead #main-header #site-navigation .menu .menu-item a:hover, body.theme-style-3 #masthead #main-header #site-navigation .menu .menu-item a:focus, body.theme-style-3 #masthead #main-header #site-navigation .menu .menu-item a:active {
  color: #009FBF;
  text-decoration: underline;
}
body.theme-style-3 #masthead #main-header #site-navigation .menu .menu-item a:before {
  margin-right: 0.5rem;
  font-size: 16px;
}
body.theme-style-3 #masthead #main-header #site-navigation .menu .menu-item .sub-menu li a:before {
  content: none;
}
body.theme-style-3 #masthead #main-header #site-navigation .menu .menu-item-has-children .sub-menu {
  float: left;
  position: absolute;
  top: auto;
  z-index: 99999;
  border-radius: 0px;
  background: #fff;
  border: solid 1px #009FBF;
  padding: 0;
  margin: 0;
  list-style: none;
  visibility: hidden;
  opacity: 0;
  transition-property: opacity, visibility, transform;
  transition-duration: 0.1s, 0s;
  transition-delay: 0s, 0.1s;
  width: 400px;
  transform: translate(-50%, 10%);
  left: 50%;
  /*
  &:after{
      content: "";
      width: 50px;
      height: 50px;
      background: #fff;
      transform: rotate(45deg);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
      top: 0;
      left: calc(50% - 25px);
      z-index: -1;
      position: absolute;
  }
  */
}
body.theme-style-3 #masthead #main-header #site-navigation .menu .menu-item-has-children .sub-menu li {
  background: linear-gradient(90deg, #f7f7f7 0%, #f7f7f7 28.5%, white 28.5%, white 100%);
  margin: 1rem;
}
body.theme-style-3 #masthead #main-header #site-navigation .menu .menu-item-has-children .sub-menu li a {
  padding: 1rem 2rem;
  background: none;
  border-radius: 0px;
  width: 100%;
  margin: 0;
  text-decoration: none;
}
body.theme-style-3 #masthead #main-header #site-navigation .menu .menu-item-has-children .sub-menu li a:after {
  transform: translateX(0);
  position: relative;
  right: -25px;
  opacity: 0;
  transition: 0.4s all;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #009FBF;
}
body.theme-style-3 #masthead #main-header #site-navigation .menu .menu-item-has-children .sub-menu li a:hover:after {
  opacity: 1;
  transition: 0.2s all;
  transform: translateX(5px);
}
body.theme-style-3 #masthead #main-header #site-navigation .menu .menu-item-has-children .sub-menu li.clear-link {
  background: none;
}
body.theme-style-3 #masthead #main-header #site-navigation .menu .menu-item-has-children .sub-menu li.clear-link a {
  background: none;
  color: #009FBF;
}
body.theme-style-3 #masthead #main-header #site-navigation .menu .menu-item-has-children .sub-menu li.clear-link a:after {
  content: none;
}
body.theme-style-3 #masthead #main-header #site-navigation .menu .menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s, 0s;
  transform: translate(-50%, 0%);
}
body.theme-style-3 #masthead #main-header #site-navigation .menu .menu-item.cta-button {
  margin-left: auto;
}
body.theme-style-3 #masthead #main-header #site-navigation .menu .menu-item.cta-button a {
  background: #009FBF;
  color: #fff;
  border-radius: 0;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
}
body.theme-style-3 #masthead #main-header #site-navigation .menu .menu-spacer {
  margin-right: auto;
}
body.theme-style-3 #masthead #main-header #site-navigation .menu .main-menu-btn a {
  font-weight: 600;
  border-radius: 100px;
  padding: 13px 50px;
  margin-left: 10px;
}
body.theme-style-3 #masthead .mobile-menu-button {
  margin-left: auto;
}
@media (min-width: 1081px) {
  body.theme-style-3 #masthead .mobile-menu-button {
    display: none;
  }
}
body.theme-style-3 #masthead .mobile-menu-button button {
  background: none;
  padding: 13px 22px;
  color: #009FBF;
  font-size: 32px;
  transition: color 0.3s ease;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}
body.theme-style-3 #masthead .mobile-menu-button button .menu-text {
  display: none;
}
body.theme-style-3 #masthead .close-trigger {
  display: none;
}

.mobile-menu {
  position: relative;
  float: left;
  width: 100%;
  display: block;
}

body.theme-style-1 .mean-container {
  background: #009FBF;
}
body.theme-style-1 .mean-container .mean-bar .mean-nav {
  background: #009FBF;
}
body.theme-style-1 .mean-container .mean-bar .mean-nav .menu {
  padding-top: 1rem;
}
body.theme-style-1 .mean-container .mean-bar .mean-nav .menu li a {
  color: #EEF5FA;
  font-family: "Roboto Slab", serif;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 24px;
  border: none;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
body.theme-style-1 .mean-container .mean-bar .mean-nav .menu li a:before {
  margin-right: 10px;
}
body.theme-style-1 .mean-container .mean-bar .mean-nav .menu li a.mean-expand {
  text-align: center;
  display: inline-flex;
  justify-content: center;
  border: none !important;
  background: none;
}
body.theme-style-1 .mean-container .mean-bar .mean-nav .menu li a.mean-expand:before {
  content: none;
}
body.theme-style-1 .mean-container .mean-bar .mean-nav .menu li a.mean-expand:hover {
  background: none;
}
body.theme-style-1 .mean-container .mean-bar .mean-nav .menu li .sub-menu li a {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
body.theme-style-1 .mean-container .mean-bar .mean-nav .menu li .sub-menu li a:before {
  content: none;
}
body.theme-style-1 .mean-container .mean-bar .mean-nav .menu .menu-item.cta-button a {
  background: none;
}
body.theme-style-1 .mean-container .mobile-menu-options {
  display: none;
  padding: 30px 30px 0;
  width: 100%;
  position: relative;
  float: left;
}
body.theme-style-1 .mean-container .mobile-menu-options .mobile-menu-button-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -0.5rem;
}
body.theme-style-1 .mean-container .mobile-menu-options .mobile-menu-button-group #search-form {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0.75rem;
  position: relative;
}
body.theme-style-1 .mean-container .mobile-menu-options .mobile-menu-button-group #search-form:before {
  content: "";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 19px;
  left: 19px;
  color: #009FBF;
}
body.theme-style-1 .mean-container .mobile-menu-options .mobile-menu-button-group #search-form ::placeholder {
  color: #009FBF;
  opacity: 1;
}
body.theme-style-1 .mean-container .mobile-menu-options .mobile-menu-button-group #search-form :-ms-input-placeholder {
  color: #009FBF;
}
body.theme-style-1 .mean-container .mobile-menu-options .mobile-menu-button-group #search-form ::-ms-input-placeholder {
  color: #009FBF;
}
body.theme-style-1 .mean-container .mobile-menu-options .mobile-menu-button-group #search-form .search-field {
  width: 100%;
  font-size: 16px;
  padding: 14px 2vw;
  border-radius: 2em;
  display: inline-block;
  text-align: center;
  color: #009FBF;
  background: #fff;
  border: none;
}
body.theme-style-1 .mean-container .mobile-menu-options .mobile-menu-button-group .mobile-mail-button {
  display: block;
  align-items: center;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0.75rem;
}
body.theme-style-1 .mean-container .mobile-menu-options .mobile-menu-button-group .mobile-mail-button a {
  display: flex;
  align-items: center;
  width: 100%;
  text-transform: uppercase;
  justify-content: center;
  color: #fff;
  background: none !important;
}
body.theme-style-1 .mean-container .mobile-menu-options .mobile-menu-button-group .mobile-mail-button a:before {
  margin-right: 0.5rem;
  top: -1px;
  position: relative;
}
body.theme-style-1 .mean-container .mobile-menu-options .mobile-phone-button {
  display: block;
  text-align: center;
  padding: 0.25rem 0 1.5rem;
}
body.theme-style-1 .mean-container .mobile-menu-options .mobile-phone-button a {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  justify-content: center;
  color: #fff;
}
body.theme-style-1 .mean-container .mobile-menu-options .mobile-phone-button a:before {
  margin-right: 0.5rem;
  top: -1px;
  position: relative;
}
body.theme-style-2 .mean-container .mean-bar .mean-nav {
  background: #fff;
}
body.theme-style-2 .mean-container .mean-bar .mean-nav .menu li a {
  color: #717171;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-weight: 500;
}
body.theme-style-2 .mean-container .mean-bar .mean-nav .menu li a:before {
  margin-right: 10px;
}
body.theme-style-2 .mean-container .mean-bar .mean-nav .menu li a.mean-expand {
  text-align: center;
  display: inline-flex;
  justify-content: center;
}
body.theme-style-2 .mean-container .mean-bar .mean-nav .menu li a.mean-expand:before {
  content: none;
}
body.theme-style-2 .mean-container .mean-bar .mean-nav .menu li a.mean-expand:hover {
  background: none;
}
body.theme-style-2 .mean-container .mean-bar .mean-nav .menu li .sub-menu li a:before {
  content: none;
}
body.theme-style-2 .mean-container .mean-bar .mean-nav .menu .menu-item.cta-button a {
  background: #BFBF00;
  color: #fff !important;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
  padding: 0.75rem 1.5rem 0.75rem 1rem;
  margin: 0 0 30px;
  font-weight: 500;
  transition: background 0.3s ease;
  border-radius: 200px;
  width: auto;
  display: inline-block;
  display: inline-flex;
  margin-left: 35px;
}
body.theme-style-2 .mean-container .mobile-menu-options {
  display: none;
  padding: 30px 30px 0;
  width: 100%;
  position: relative;
  float: left;
}
body.theme-style-2 .mean-container .mobile-menu-options .mobile-menu-button-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -0.5rem;
}
body.theme-style-2 .mean-container .mobile-menu-options .mobile-menu-button-group #search-form {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0.75rem;
  position: relative;
}
body.theme-style-2 .mean-container .mobile-menu-options .mobile-menu-button-group #search-form:before {
  content: "";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 19px;
  left: 19px;
  color: #BFBF00;
}
body.theme-style-2 .mean-container .mobile-menu-options .mobile-menu-button-group #search-form ::placeholder {
  color: #BFBF00;
  opacity: 1;
}
body.theme-style-2 .mean-container .mobile-menu-options .mobile-menu-button-group #search-form :-ms-input-placeholder {
  color: #BFBF00;
}
body.theme-style-2 .mean-container .mobile-menu-options .mobile-menu-button-group #search-form ::-ms-input-placeholder {
  color: #BFBF00;
}
body.theme-style-2 .mean-container .mobile-menu-options .mobile-menu-button-group #search-form .search-field {
  width: 100%;
  font-size: 16px;
  padding: 14px 2vw;
  border-radius: 2em;
  display: inline-block;
  text-align: center;
  color: #BFBF00;
  background: #F7F7F7;
  border: none;
}
body.theme-style-2 .mean-container .mobile-menu-options .mobile-menu-button-group .mobile-mail-button {
  display: block;
  align-items: center;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0.75rem;
}
body.theme-style-2 .mean-container .mobile-menu-options .mobile-menu-button-group .mobile-mail-button a {
  display: flex;
  align-items: center;
  width: 100%;
  text-transform: uppercase;
  justify-content: center;
}
body.theme-style-2 .mean-container .mobile-menu-options .mobile-menu-button-group .mobile-mail-button a:before {
  margin-right: 0.5rem;
  top: -1px;
  position: relative;
}
body.theme-style-2 .mean-container .mobile-menu-options .mobile-phone-button {
  display: block;
  text-align: center;
  padding: 0.25rem 0 1.5rem;
}
body.theme-style-2 .mean-container .mobile-menu-options .mobile-phone-button a {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  justify-content: center;
}
body.theme-style-2 .mean-container .mobile-menu-options .mobile-phone-button a:before {
  margin-right: 0.5rem;
  top: -1px;
  position: relative;
}
body.theme-style-3 .mean-container {
  background: #fff;
  background: linear-gradient(90deg, #f7f7f7 0%, #f7f7f7 50%, white 50%, white 100%);
  padding: 0 10%;
}
body.theme-style-3 .mean-container .mean-bar .mean-nav {
  background: #fff;
  background: linear-gradient(90deg, #f7f7f7 0%, #f7f7f7 18.5%, white 18.5%, white 100%);
}
body.theme-style-3 .mean-container .mean-bar .mean-nav .menu {
  padding-top: 1rem;
}
body.theme-style-3 .mean-container .mean-bar .mean-nav .menu:before {
  content: "Menu";
  display: inline-block;
  font-size: 28px;
  color: #000;
  padding: 0rem 0 3rem;
  margin: 1.5rem 5% 0 5%;
  border-top: solid 2px #000;
  border-color: #009FBF;
}
body.theme-style-3 .mean-container .mean-bar .mean-nav .menu:after {
  content: "";
  display: block;
  width: 104px;
  height: 104px;
  position: absolute;
  left: calc(100% - 104px);
  background: #f7f7f7;
  top: 0;
}
body.theme-style-3 .mean-container .mean-bar .mean-nav .menu li i._mi {
  margin-top: 0;
  transition: none;
}
body.theme-style-3 .mean-container .mean-bar .mean-nav .menu li a {
  color: #797979;
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 12px;
  border: none;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
body.theme-style-3 .mean-container .mean-bar .mean-nav .menu li a:before {
  margin-right: 10px;
}
body.theme-style-3 .mean-container .mean-bar .mean-nav .menu li a.mean-expand {
  text-align: center;
  display: inline-flex;
  justify-content: center;
  border: none !important;
  background: none;
}
body.theme-style-3 .mean-container .mean-bar .mean-nav .menu li a.mean-expand:before {
  content: none;
}
body.theme-style-3 .mean-container .mean-bar .mean-nav .menu li a.mean-expand:hover {
  background: none;
}
body.theme-style-3 .mean-container .mean-bar .mean-nav .menu li .sub-menu li a {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 1;
}
body.theme-style-3 .mean-container .mean-bar .mean-nav .menu li .sub-menu li a:before {
  content: none;
}
body.theme-style-3 .mean-container .mobile-menu-options {
  display: none;
  padding: 30px 0 0;
  width: 100%;
  position: relative;
  float: left;
  background: #fff;
}
body.theme-style-3 .mean-container .mobile-menu-options:before {
  content: "";
  background: #ffffff;
  position: absolute;
  height: 100%;
  top: 0;
  width: 200vw;
  left: -100%;
}
body.theme-style-3 .mean-container .mobile-menu-options .mobile-menu-button-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -0.5rem;
  position: relative;
}
body.theme-style-3 .mean-container .mobile-menu-options .mobile-menu-button-group #search-form {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0.75rem;
  position: relative;
}
body.theme-style-3 .mean-container .mobile-menu-options .mobile-menu-button-group #search-form:before {
  content: "";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 19px;
  left: 19px;
  color: #009FBF;
}
body.theme-style-3 .mean-container .mobile-menu-options .mobile-menu-button-group #search-form ::placeholder {
  color: #009FBF;
  opacity: 1;
}
body.theme-style-3 .mean-container .mobile-menu-options .mobile-menu-button-group #search-form :-ms-input-placeholder {
  color: #009FBF;
}
body.theme-style-3 .mean-container .mobile-menu-options .mobile-menu-button-group #search-form ::-ms-input-placeholder {
  color: #009FBF;
}
body.theme-style-3 .mean-container .mobile-menu-options .mobile-menu-button-group #search-form .search-field {
  width: 100%;
  font-size: 16px;
  padding: 14px 2vw;
  border-radius: 2em;
  display: inline-block;
  text-align: center;
  color: #009FBF;
  background: #fff;
  border: none;
}
body.theme-style-3 .mean-container .mobile-menu-options .mobile-menu-button-group .mobile-mail-button {
  display: block;
  align-items: center;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0.75rem;
}
body.theme-style-3 .mean-container .mobile-menu-options .mobile-menu-button-group .mobile-mail-button a {
  display: flex;
  align-items: center;
  width: 100%;
  text-transform: uppercase;
  justify-content: center;
  text-decoration: none;
  background: none !important;
}
body.theme-style-3 .mean-container .mobile-menu-options .mobile-menu-button-group .mobile-mail-button a:before {
  margin-right: 0.5rem;
  top: -1px;
  position: relative;
}
body.theme-style-3 .mean-container .mobile-menu-options .mobile-phone-button {
  display: block;
  text-align: center;
  padding: 0.25rem 0 1.5rem;
  position: relative;
}
body.theme-style-3 .mean-container .mobile-menu-options .mobile-phone-button a {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  justify-content: center;
  color: #fff !important;
  background: #009FBF;
  text-decoration: none;
  padding: 0.75rem;
}
body.theme-style-3 .mean-container .mobile-menu-options .mobile-phone-button a:before {
  margin-right: 0.5rem;
  top: -1px;
  position: relative;
}

body.single-members.theme-style-1 .single-member-wrapper .container .columns {
  margin: 0;
  align-items: center;
}
body.single-members.theme-style-1 .single-member-wrapper .container .columns .portrait {
  flex: none;
}
@media (min-width: 768px) {
  body.single-members.theme-style-1 .single-member-wrapper .container .columns .portrait {
    max-width: 50%;
    min-width: 40%;
    padding-right: 4rem;
  }
}
body.single-members.theme-style-1 .single-member-wrapper .container .columns .portrait img {
  width: 100%;
  border-radius: 16px;
}
body.single-members.theme-style-1 .single-member-wrapper .container .columns .single-member-content .member-title {
  font-size: 16px;
  color: #009FBF;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0.5rem;
}
body.single-members.theme-style-1 .single-member-wrapper .container .columns .single-member-content .single-post-title {
  color: #009FBF;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1rem;
}
body.single-members.theme-style-1 .single-member-wrapper .container .columns .single-member-content .member-full-bio p {
  line-height: 1.8em;
}
body.single-members.theme-style-1 .single-member-wrapper .container .columns .single-member-content .member-links {
  margin: 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
body.single-members.theme-style-1 .single-member-wrapper .container .columns .single-member-content .member-links li {
  margin-bottom: 0.5rem;
  margin-right: 2.5rem;
  display: inline-block;
}
body.single-members.theme-style-1 .single-member-wrapper .container .columns .single-member-content .member-links li a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #009FBF;
}
body.single-members.theme-style-1 .single-member-wrapper .container .columns .single-member-content .member-links li a i {
  margin-right: 1rem;
  font-size: 32px;
}
body.single-members.theme-style-1 .single-post-contact {
  padding-top: 4rem;
}
body.single-members.theme-style-2 .single-member-wrapper .container .columns {
  margin: 0;
  align-items: center;
}
body.single-members.theme-style-2 .single-member-wrapper .container .columns .portrait {
  flex: none;
}
@media (min-width: 768px) {
  body.single-members.theme-style-2 .single-member-wrapper .container .columns .portrait {
    max-width: 50%;
    min-width: 40%;
    padding-right: 4rem;
  }
}
body.single-members.theme-style-2 .single-member-wrapper .container .columns .portrait img {
  width: 100%;
  border-radius: 16px;
}
body.single-members.theme-style-2 .single-member-wrapper .container .columns .single-member-content .member-title {
  font-size: 20px;
  color: #313131;
  font-family: "Roboto", sans-serif;
  margin-bottom: 1rem;
}
body.single-members.theme-style-2 .single-member-wrapper .container .columns .single-member-content .member-full-bio p {
  line-height: 1.8em;
}
body.single-members.theme-style-2 .single-member-wrapper .container .columns .single-member-content .member-links {
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}
body.single-members.theme-style-2 .single-member-wrapper .container .columns .single-member-content .member-links li {
  margin-bottom: 1.5rem;
  display: block;
}
body.single-members.theme-style-2 .single-member-wrapper .container .columns .single-member-content .member-links li a {
  text-decoration: none;
  color: #BFBF00;
  text-transform: uppercase;
}
body.single-members.theme-style-2 .single-member-wrapper .container .columns .single-member-content .member-links li a i {
  margin-right: 0.25rem;
}
body.single-members.theme-style-2 .single-post-contact {
  padding-top: 4rem;
}
body.single-members.theme-style-3 .single-member-wrapper {
  padding-top: 1.5rem;
}
body.single-members.theme-style-3 .single-member-wrapper .container .columns {
  margin: 0;
  align-items: center;
}
body.single-members.theme-style-3 .single-member-wrapper .container .columns .portrait {
  flex: none;
}
@media (min-width: 768px) {
  body.single-members.theme-style-3 .single-member-wrapper .container .columns .portrait {
    max-width: 50%;
    min-width: 40%;
    padding-right: 4rem;
  }
}
body.single-members.theme-style-3 .single-member-wrapper .container .columns .portrait img {
  width: 100%;
}
body.single-members.theme-style-3 .single-member-wrapper .container .columns .single-member-content .member-title {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.5px;
}
body.single-members.theme-style-3 .single-member-wrapper .container .columns .single-member-content .single-post-title {
  color: #000;
  font-size: 32px;
  font-weight: bold;
  margin: 1rem 0 0;
}
body.single-members.theme-style-3 .single-member-wrapper .container .columns .single-member-content .member-full-bio p {
  line-height: 1.8em;
}
body.single-members.theme-style-3 .single-member-wrapper .container .columns .single-member-content .member-links {
  margin: 0 0 0;
  padding: 0;
  list-style: none;
  display: block;
}
body.single-members.theme-style-3 .single-member-wrapper .container .columns .single-member-content .member-links li {
  margin-bottom: 1rem;
  display: block;
}
body.single-members.theme-style-3 .single-member-wrapper .container .columns .single-member-content .member-links li a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #009FBF;
}
body.single-members.theme-style-3 .single-member-wrapper .container .columns .single-member-content .member-links li a i {
  margin-right: 1rem;
  font-size: 32px;
}

body.theme-style-1 #teams .team {
  padding-top: 3rem;
}
@media (min-width: 768px) {
  body.theme-style-1 #teams .team h2 {
    margin-left: 1rem;
  }
}
body.theme-style-1 #teams .team .members {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  body.theme-style-1 #teams .team .members {
    margin: 0 -1.5rem;
  }
}
@media screen and (max-width: 767px) {
  body.theme-style-1 #teams .team .members {
    display: block;
  }
}
body.theme-style-1 #teams .team .members .member {
  flex: none;
  width: 33.3%;
  width: calc(33.3% - 5rem);
  margin: 0.75rem 2.5rem;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  body.theme-style-1 #teams .team .members .member {
    width: 100%;
    margin: 1.5rem 0;
  }
}
body.theme-style-1 #teams .team .members .member .member-thumbnail-link {
  margin-bottom: 2.5rem;
  display: block;
}
body.theme-style-1 #teams .team .members .member .member-thumbnail-link img {
  height: 400px;
  object-fit: cover;
  width: 100%;
  display: block;
}
body.theme-style-1 #teams .team .members .member .member-title {
  font-size: 16px;
  color: #009FBF;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0.5rem;
}
body.theme-style-1 #teams .team .members .member .member-name-link {
  text-decoration: none;
  display: inline-block;
  margin-bottom: 0.5rem;
}
body.theme-style-1 #teams .team .members .member .member-name-link .member-name {
  color: #009FBF;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}
body.theme-style-1 #teams .team .members .member .member-short-bio {
  margin-bottom: 1.5rem;
}
body.theme-style-1 #teams .team .members .member .member-links {
  margin: 0 0 0;
  padding: 0;
  list-style: none;
}
body.theme-style-1 #teams .team .members .member .member-links li {
  margin-bottom: 1rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  body.theme-style-1 #teams .team .members .member .member-links li {
    display: block;
  }
}
@media (min-width: 768px) {
  body.theme-style-1 #teams .team .members .member .member-links li:first-child {
    margin-right: 2.5rem;
  }
}
body.theme-style-1 #teams .team .members .member .member-links li a {
  text-decoration: none;
  color: #009FBF;
  display: inline-flex;
  align-items: center;
  font-weight: bold;
}
body.theme-style-1 #teams .team .members .member .member-links li a i {
  margin-right: 0.75rem;
  font-size: 32px;
}
body.theme-style-2 #teams .team {
  padding-top: 3rem;
}
@media (min-width: 768px) {
  body.theme-style-2 #teams .team h2 {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 767px) {
  body.theme-style-2 #teams .team h2 {
    margin-left: 0.5rem;
  }
}
body.theme-style-2 #teams .team .members {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  body.theme-style-2 #teams .team .members {
    display: block;
  }
}
body.theme-style-2 #teams .team .members .member {
  flex: none;
  width: 33.3%;
  width: calc(33.3% - 1rem);
  padding: 0.5rem;
  margin: 1.5rem 0.5rem;
  text-decoration: none;
  transition: background-color 0.3s ease;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  body.theme-style-2 #teams .team .members .member {
    width: 100%;
    margin: 1.5rem 0;
  }
}
body.theme-style-2 #teams .team .members .member:hover {
  background-color: #F7F7F7;
}
body.theme-style-2 #teams .team .members .member .member-thumbnail-link {
  margin-bottom: 1.5rem;
  display: block;
}
body.theme-style-2 #teams .team .members .member .member-thumbnail-link img {
  height: 400px;
  object-fit: cover;
  width: 100%;
  border-radius: 16px;
}
body.theme-style-2 #teams .team .members .member .member-title {
  font-size: 20px;
  color: #313131;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0.25rem;
}
body.theme-style-2 #teams .team .members .member .member-name-link {
  text-decoration: none;
  display: inline-block;
  margin-bottom: 1rem;
}
body.theme-style-2 #teams .team .members .member .member-name-link .member-name {
  font-size: 21px;
}
@media screen and (min-width: 768px) {
  body.theme-style-2 #teams .team .members .member .member-name-link .member-name {
    font-size: calc(21px + 21 * ((100vw - 768px) / 892));
  }
}
@media screen and (min-width: 1660px) {
  body.theme-style-2 #teams .team .members .member .member-name-link .member-name {
    font-size: 42px;
  }
}
body.theme-style-2 #teams .team .members .member .member-links {
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}
body.theme-style-2 #teams .team .members .member .member-links li {
  margin-bottom: 1rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  body.theme-style-2 #teams .team .members .member .member-links li {
    display: block;
  }
}
@media (min-width: 768px) {
  body.theme-style-2 #teams .team .members .member .member-links li:first-child {
    margin-right: 2.5rem;
  }
}
body.theme-style-2 #teams .team .members .member .member-links li a {
  text-decoration: none;
  color: #BFBF00;
  text-transform: uppercase;
}
body.theme-style-2 #teams .team .members .member .member-links li a i {
  margin-right: 0.25rem;
}
body.theme-style-3 #teams .team {
  padding-top: 3rem;
  text-align: center;
}
body.theme-style-3 #teams .team h2 {
  position: relative;
  text-align: center;
  margin: 0 auto 4rem;
  display: inline-block;
  float: none;
  margin-left: auto;
  min-width: 300px;
}
body.theme-style-3 #teams .team h2:before {
  content: "";
  width: 80px;
  height: 3px;
  display: block;
  background: #009FBF;
  margin: 0 auto 0.5rem;
}
body.theme-style-3 #teams .team h2:after {
  content: "";
  height: 250%;
  position: absolute;
  background: #f9f9f9;
  top: -85%;
  z-index: -1;
  width: 125%;
  left: -12.5%;
}
body.theme-style-3 #teams .team .members {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
@media (min-width: 768px) {
  body.theme-style-3 #teams .team .members {
    margin: 0 -1.5rem;
  }
}
@media screen and (max-width: 767px) {
  body.theme-style-3 #teams .team .members {
    display: block;
  }
}
body.theme-style-3 #teams .team .members .member {
  flex: none;
  width: 50%;
  width: calc(50% - 5rem);
  margin: 0.75rem 2.5rem;
  text-decoration: none;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  body.theme-style-3 #teams .team .members .member {
    width: 100%;
    margin: 1.5rem 0;
  }
}
body.theme-style-3 #teams .team .members .member .member-thumbnail-link {
  margin-bottom: 2.5rem;
  display: block;
  flex: none;
  width: 33%;
  margin-right: 1.5rem;
}
body.theme-style-3 #teams .team .members .member .member-thumbnail-link img {
  height: 400px;
  object-fit: cover;
  width: 100%;
  display: block;
}
body.theme-style-3 #teams .team .members .member .member-info-wrapper {
  padding-top: 1.5rem;
}
body.theme-style-3 #teams .team .members .member .member-title {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.5px;
}
body.theme-style-3 #teams .team .members .member .member-name-link {
  text-decoration: none;
  display: inline-block;
  margin: 0;
}
body.theme-style-3 #teams .team .members .member .member-name-link .member-name {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  margin: 0.25rem 0 0.75rem;
  transition: color 0.2s ease;
}
body.theme-style-3 #teams .team .members .member .member-name-link .member-name:after {
  transform: translateX(0);
  position: relative;
  right: -5px;
  top: 3px;
  opacity: 0;
  transition: 0.4s all;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #009FBF;
}
body.theme-style-3 #teams .team .members .member .member-name-link:not(.member-name-no-link):hover .member-name {
  color: #009FBF;
}
body.theme-style-3 #teams .team .members .member .member-name-link:not(.member-name-no-link):hover .member-name:after {
  opacity: 1;
  transition: 0.2s all;
  transform: translateX(5px);
}
body.theme-style-3 #teams .team .members .member .member-short-bio {
  margin-bottom: 1.5rem;
}
body.theme-style-3 #teams .team .members .member .member-short-bio p:first-child {
  margin-top: 0;
}
body.theme-style-3 #teams .team .members .member .member-links {
  margin: 0 0 0;
  padding: 0;
  list-style: none;
}
body.theme-style-3 #teams .team .members .member .member-links li {
  margin-bottom: 1rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  body.theme-style-3 #teams .team .members .member .member-links li {
    display: block;
  }
}
@media (min-width: 768px) {
  body.theme-style-3 #teams .team .members .member .member-links li:first-child {
    margin-right: 2.5rem;
  }
}
body.theme-style-3 #teams .team .members .member .member-links li a {
  text-decoration: none;
  color: #009FBF;
  display: inline-flex;
  align-items: center;
  font-weight: bold;
}
body.theme-style-3 #teams .team .members .member .member-links li a i {
  margin-right: 0.75rem;
  font-size: 32px;
}

.page-header {
  padding: 3rem 0;
}
.page-header .container {
  padding: 0 30px;
}
.page-header .container .columns .column h1 {
  text-align: center;
  margin-bottom: 0;
}

.search-box {
  margin: 0.75rem 0 0;
}
.search-box .blog-search-form {
  display: inline-flex;
}
.search-box .blog-search-form .search-field {
  border-radius: 4px 0 0 4px;
  border-right: none;
  padding: 0.5rem;
  border: none;
}
.search-box .blog-search-form .search-submit {
  background: #009FBF;
  color: #fff;
  border-radius: 0 4px 4px 0;
  border: none;
  font-family: FontAwesome;
}

.search-results {
  padding: 0 0 3rem;
}
.search-results .container {
  padding: 0 30px;
}
.search-results .container .columns .column article {
  position: relative;
  margin-bottom: 3rem;
}
.search-results .container .columns .column article h2.entry-title a {
  color: #000;
  text-decoration: none;
}

body.theme-style-1 #posts-wrapper .container {
  max-width: 1188px;
  padding: 0 30px;
}
body.theme-style-1 #posts-wrapper .container .columns {
  flex-wrap: wrap;
}
body.theme-style-1 #posts-wrapper .container .columns article {
  flex: none;
  width: 33.3%;
  width: calc(33.3% - 1rem);
  padding: 0.5rem;
  margin: 0.5rem;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
body.theme-style-1 #posts-wrapper .container .columns article:not(.post-loop-single-featured) {
  flex: none;
  width: 33.3%;
  width: calc(33.3% - 1rem);
  padding: 0.5rem;
  margin: 0.5rem 0.5rem 3rem;
  text-decoration: none;
  transition: background-color 0.3s ease;
  box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.16);
  border: solid 1px #D8D8D8;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
body.theme-style-1 #posts-wrapper .container .columns article:not(.post-loop-single-featured) img {
  display: block;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 130px;
  object-fit: cover;
  margin-bottom: 1rem;
  width: 100%;
  width: calc(100% + 1rem);
  max-width: none;
  margin-left: -0.5rem;
  margin-top: -0.5rem;
}
body.theme-style-1 #posts-wrapper .container .columns article:not(.post-loop-single-featured) .post-loop-single-data {
  padding: 0.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
body.theme-style-1 #posts-wrapper .container .columns article:not(.post-loop-single-featured) .post-loop-single-data .post-loop-single-data-title {
  transition: color 0.3s ease;
  text-decoration: none;
}
body.theme-style-1 #posts-wrapper .container .columns article:not(.post-loop-single-featured) .post-loop-single-data .post-loop-single-data-title h2 {
  transition: color 0.3s ease;
  font-size: 24px;
  color: #009FBF;
  margin-bottom: 1rem;
}
body.theme-style-1 #posts-wrapper .container .columns article:not(.post-loop-single-featured) .post-loop-single-data .excerpt {
  margin: 0.25rem 0 0.5rem;
}
body.theme-style-1 #posts-wrapper .container .columns article:not(.post-loop-single-featured) .post-loop-single-data .excerpt p {
  margin-top: 0;
}
body.theme-style-1 #posts-wrapper .container .columns article:not(.post-loop-single-featured) .post-loop-single-data .button {
  text-align: center;
  margin: auto 0 0;
  width: 100%;
}
body.theme-style-1 #posts-wrapper .container .columns article.post-loop-single-featured {
  width: 100%;
  margin: 0.5rem 0;
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  body.theme-style-1 #posts-wrapper .container .columns article.post-loop-single-featured {
    margin-bottom: 3rem;
  }
}
body.theme-style-1 #posts-wrapper .container .columns article.post-loop-single-featured a.post-loop-single-thumbnail-anchor {
  display: block;
  width: 100%;
  flex: none;
  width: 50%;
}
body.theme-style-1 #posts-wrapper .container .columns article.post-loop-single-featured a.post-loop-single-thumbnail-anchor img {
  max-height: 380px;
  object-fit: cover;
  height: auto;
  margin: 0;
  display: block;
}
body.theme-style-1 #posts-wrapper .container .columns article.post-loop-single-featured .post-loop-single-data {
  padding: 1.5rem 6.25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.theme-style-1 #posts-wrapper .container .columns article.post-loop-single-featured .post-loop-single-data .post-loop-single-data-title {
  transition: color 0.3s ease;
  text-decoration: none;
}
body.theme-style-1 #posts-wrapper .container .columns article.post-loop-single-featured .post-loop-single-data .post-loop-single-data-title h2 {
  font-size: 24px;
  color: #009FBF;
  margin-bottom: 0.5rem;
}
body.theme-style-1 #posts-wrapper .container .columns article.post-loop-single-featured .post-loop-single-data .excerpt {
  margin-bottom: 0.5rem;
}
body.theme-style-1 #posts-wrapper .container .columns article.post-loop-single-featured .post-loop-single-data a.button {
  background: #009FBF;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  padding: 1rem 2rem;
  border-radius: 2em;
  display: inline-block;
  border-radius: 5px;
  font-family: "Roboto Slab", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.theme-style-1 #posts-wrapper .container .columns article:not(.post-loop-single-featured) {
    width: calc(100% - 1rem);
  }
}
body.theme-style-2 #posts-wrapper .container .columns {
  flex-wrap: wrap;
}
body.theme-style-2 #posts-wrapper .container .columns article {
  flex: none;
  width: 33.3%;
  width: calc(33.3% - 1rem);
  padding: 0.5rem;
  margin: 0.5rem;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
body.theme-style-2 #posts-wrapper .container .columns article a.post-loop-single-thumbnail-anchor img {
  display: block;
  border-radius: 12px;
  height: 40vmin;
  max-height: 250px;
  object-fit: cover;
  width: 100%;
  margin-bottom: 1rem;
}
body.theme-style-2 #posts-wrapper .container .columns article .post-loop-single-data .post-loop-single-data-title {
  transition: color 0.3s ease;
  text-decoration: none;
}
body.theme-style-2 #posts-wrapper .container .columns article .post-loop-single-data .post-loop-single-data-title h2 {
  transition: color 0.3s ease;
}
body.theme-style-2 #posts-wrapper .container .columns article:not(.post-loop-single-featured) .post-loop-single-data .post-loop-single-data-title h2 {
  font-size: 21px;
}
body.theme-style-2 #posts-wrapper .container .columns article:not(.post-loop-single-featured):hover {
  background-color: #F7F7F7;
  border-radius: 12px;
}
body.theme-style-2 #posts-wrapper .container .columns article:not(.post-loop-single-featured):hover .post-loop-single-data .post-loop-single-data-title h2 {
  color: #BFBF00;
}
body.theme-style-2 #posts-wrapper .container .columns article.post-loop-single-featured {
  width: calc(100% - 1rem);
  display: flex;
  align-items: center;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  body.theme-style-2 #posts-wrapper .container .columns article.post-loop-single-featured {
    margin-bottom: 3rem;
  }
}
body.theme-style-2 #posts-wrapper .container .columns article.post-loop-single-featured a.post-loop-single-thumbnail-anchor {
  flex: none;
  width: 43%;
}
body.theme-style-2 #posts-wrapper .container .columns article.post-loop-single-featured a.post-loop-single-thumbnail-anchor img {
  max-height: 680px;
  height: auto;
}
body.theme-style-2 #posts-wrapper .container .columns article.post-loop-single-featured .post-loop-single-data {
  padding-left: 7%;
}
body.theme-style-2 #posts-wrapper .container .columns article.post-loop-single-featured .post-loop-single-data .post-loop-single-data-title:hover h2 {
  color: #BFBF00;
}
body.theme-style-2 #posts-wrapper .container .columns article.post-loop-single-featured .post-loop-single-data a.read-more-button {
  color: #BFBF00;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  body.theme-style-2 #posts-wrapper .container .columns article:not(.post-loop-single-featured) {
    width: calc(100% - 1rem);
  }
}
body.theme-style-3 #blog-heading {
  padding: 3rem 0 0;
  position: relative;
}
body.theme-style-3 #blog-heading:before {
  content: "";
  width: 33.3%;
  height: 290%;
  position: absolute;
  background: #f9f9f9;
  left: 33.3%;
  top: -10%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  body.theme-style-3 #blog-heading:before {
    content: none;
  }
}
body.theme-style-3 #blog-heading .container {
  position: relative;
}
body.theme-style-3 #blog-heading .container:before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  background: #f9f9f9;
  left: 0;
  top: 25px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  body.theme-style-3 #blog-heading .container:before {
    content: none;
  }
}
body.theme-style-3 #posts-wrapper .container {
  max-width: 1188px;
  padding: 0 30px;
}
body.theme-style-3 #posts-wrapper .container .columns {
  flex-wrap: wrap;
}
body.theme-style-3 #posts-wrapper .container .columns .pagination {
  flex: none;
  width: 100%;
  display: block;
  margin-top: 1.5rem;
  text-align: center;
}
body.theme-style-3 #posts-wrapper .container .columns .pagination .next.page-numbers {
  margin: 0 0 0 1.5rem;
}
body.theme-style-3 #posts-wrapper .container .columns .pagination .prev.page-numbers {
  margin: 0 1.5rem 0 0;
}
body.theme-style-3 #posts-wrapper .container .columns article {
  flex: none;
  width: 33.3%;
  width: calc(33.3% - 1rem);
  padding: 0.5rem;
  margin: 0.5rem;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
body.theme-style-3 #posts-wrapper .container .columns article:not(.post-loop-single-featured) {
  flex: none;
  width: 50%;
  width: calc(50% - 1rem);
  margin: 0.5rem 0.5rem 1rem;
  text-decoration: none;
  border: solid 1px #CCECF2;
  display: flex;
  flex-direction: row;
  padding: 0;
}
body.theme-style-3 #posts-wrapper .container .columns article:not(.post-loop-single-featured):not(.has-thumbnail) .post-loop-single-data {
  width: 100%;
  text-align: center;
}
body.theme-style-3 #posts-wrapper .container .columns article:not(.post-loop-single-featured) .post-loop-single-thumbnail-anchor {
  width: 40%;
}
body.theme-style-3 #posts-wrapper .container .columns article:not(.post-loop-single-featured) .post-loop-single-thumbnail-anchor img {
  display: block;
  min-height: 160px;
  object-fit: cover;
}
body.theme-style-3 #posts-wrapper .container .columns article:not(.post-loop-single-featured) .post-loop-single-data {
  display: block;
  width: 60%;
  padding: 1.5rem;
}
body.theme-style-3 #posts-wrapper .container .columns article:not(.post-loop-single-featured) .post-loop-single-data .blog-post-date {
  color: #797979;
  font-size: 16px;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.5px;
}
body.theme-style-3 #posts-wrapper .container .columns article:not(.post-loop-single-featured) .post-loop-single-data .post-loop-single-data-title {
  transition: color 0.3s ease;
  text-decoration: none;
}
body.theme-style-3 #posts-wrapper .container .columns article:not(.post-loop-single-featured) .post-loop-single-data .post-loop-single-data-title h2 {
  transition: color 0.3s ease;
  font-size: 24px;
  margin: 0;
}
body.theme-style-3 #posts-wrapper .container .columns article:not(.post-loop-single-featured) .post-loop-single-data .excerpt {
  margin: 0.25rem 0 0.5rem;
  display: none;
}
body.theme-style-3 #posts-wrapper .container .columns article:not(.post-loop-single-featured) .post-loop-single-data .excerpt p {
  margin-top: 0;
}
body.theme-style-3 #posts-wrapper .container .columns article:not(.post-loop-single-featured) .post-loop-single-data .button {
  text-align: center;
  margin: auto 0 0;
  width: 100%;
}
body.theme-style-3 #posts-wrapper .container .columns article.post-loop-single-featured {
  width: 100%;
  margin: 0.5rem 0;
  display: flex;
  align-items: center;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  body.theme-style-3 #posts-wrapper .container .columns article.post-loop-single-featured {
    margin-bottom: 3rem;
  }
}
body.theme-style-3 #posts-wrapper .container .columns article.post-loop-single-featured a.post-loop-single-thumbnail-anchor {
  display: block;
  flex: none;
  width: 50%;
}
body.theme-style-3 #posts-wrapper .container .columns article.post-loop-single-featured a.post-loop-single-thumbnail-anchor img {
  max-height: 380px;
  object-fit: cover;
  height: auto;
  margin: 0;
  display: block;
  width: 100%;
}
body.theme-style-3 #posts-wrapper .container .columns article.post-loop-single-featured .post-loop-single-data {
  padding: 1.5rem 6.25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.theme-style-3 #posts-wrapper .container .columns article.post-loop-single-featured .post-loop-single-data .blog-post-date {
  color: #797979;
  font-size: 16px;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.5px;
}
body.theme-style-3 #posts-wrapper .container .columns article.post-loop-single-featured .post-loop-single-data .post-loop-single-data-title {
  transition: color 0.3s ease;
  text-decoration: none;
}
body.theme-style-3 #posts-wrapper .container .columns article.post-loop-single-featured .post-loop-single-data .post-loop-single-data-title h2 {
  font-size: 24px;
  margin-bottom: 0;
}
body.theme-style-3 #posts-wrapper .container .columns article.post-loop-single-featured .post-loop-single-data .excerpt {
  margin-bottom: 0.5rem;
}
body.theme-style-3 #posts-wrapper .container .columns article.post-loop-single-featured .post-loop-single-data a.button {
  background: #009FBF;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  padding: 1rem 2rem;
  border-radius: 2em;
  display: inline-block;
  border-radius: 5px;
  font-family: "Roboto Slab", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.theme-style-3 #posts-wrapper .container .columns article:not(.post-loop-single-featured) {
    width: calc(100% - 1rem);
  }
}

.archive-quote {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.archive-quote .container .columns {
  margin: 0;
}

.nav-links a {
  color: #BFBF00;
  text-decoration: none;
}

body.single.theme-style-1 #primary .single-post-wrapper {
  padding-bottom: 4rem;
}
body.single.theme-style-1 #primary .single-post-wrapper .container {
  max-width: 700px;
  margin: auto;
}
body.single.theme-style-1 #primary .single-post-wrapper .container .columns {
  margin: 0;
}
body.single.theme-style-1 #primary .single-post-wrapper .container .columns .column .single-post-content .single-post-thumbnail {
  margin: auto;
  display: block;
  max-height: 500px;
  object-fit: cover;
  width: 100%;
  margin-bottom: 1.5rem;
}
body.single.theme-style-1 #primary .single-post-wrapper .container .columns .column .single-post-content p {
  line-height: 1.6em;
}
body.single.theme-style-1 #primary .single-post-wrapper .container .columns .column .single-post-content h1 {
  color: #009FBF;
  margin: 2.5rem 0;
}
body.single.theme-style-1 #primary .single-post-wrapper .container .columns .column .post-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3rem;
}
body.single.theme-style-1 #primary .single-post-wrapper .container .columns .column .post-links .button {
  margin: 0 1.5rem 1.5rem 0;
}
body.single.theme-style-1 #primary .single-post-wrapper .container .columns .column .post-links .share-post {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 1.5rem;
}
body.single.theme-style-1 #primary .single-post-wrapper .container .columns .column .post-links .share-post .share-post-title {
  margin-right: 1rem;
  font-size: 21px;
  font-weight: bold;
}
body.single.theme-style-1 #primary .single-post-wrapper .container .columns .column .post-links .share-post ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
}
body.single.theme-style-1 #primary .single-post-wrapper .container .columns .column .post-links .share-post ul li {
  margin-right: 1.5rem;
}
body.single.theme-style-1 #primary .single-post-wrapper .container .columns .column .post-links .share-post ul li a {
  color: #009FBF;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 28px;
}
body.single.theme-style-1 #primary .single-post-quote {
  padding-bottom: 4rem;
}
body.single.theme-style-1 #primary .single-post-quote .container .columns {
  margin: 0;
}
body.single.theme-style-1 #primary .single-post-contact .container .columns {
  margin: 0;
}
body.single.theme-style-2 #primary .single-post-wrapper {
  padding-bottom: 4rem;
}
body.single.theme-style-2 #primary .single-post-wrapper .container {
  max-width: 560px;
  margin: auto;
}
body.single.theme-style-2 #primary .single-post-wrapper .container .columns {
  margin: 0;
}
body.single.theme-style-2 #primary .single-post-wrapper .container .columns .column .single-post-content .single-post-thumbnail {
  border-radius: 30px;
  margin: auto;
  display: block;
  max-height: 500px;
  object-fit: cover;
  width: 100%;
  margin-bottom: 1.5rem;
}
body.single.theme-style-2 #primary .single-post-wrapper .container .columns .column .single-post-content p {
  line-height: 1.6em;
}
body.single.theme-style-2 #primary .single-post-quote {
  padding-bottom: 4rem;
}
body.single.theme-style-2 #primary .single-post-quote .container .columns {
  margin: 0;
}
body.single.theme-style-2 #primary .single-post-contact .container .columns {
  margin: 0;
}
body.single.theme-style-3 #primary .single-post-wrapper {
  padding-bottom: 4rem;
}
body.single.theme-style-3 #primary .single-post-wrapper .container {
  max-width: 700px;
  margin: auto;
}
body.single.theme-style-3 #primary .single-post-wrapper .container .columns {
  margin: 0;
}
body.single.theme-style-3 #primary .single-post-wrapper .container .columns .column .single-post-content {
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  body.single.theme-style-3 #primary .single-post-wrapper .container .columns .column .single-post-content {
    padding: 0;
  }
}
body.single.theme-style-3 #primary .single-post-wrapper .container .columns .column .single-post-content .blog-post-date {
  color: #797979;
  font-size: 16px;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.5px;
}
body.single.theme-style-3 #primary .single-post-wrapper .container .columns .column .single-post-content .single-post-thumbnail {
  margin: auto;
  display: block;
  max-height: 500px;
  object-fit: cover;
  width: 100%;
  margin-bottom: 1.5rem;
}
body.single.theme-style-3 #primary .single-post-wrapper .container .columns .column .single-post-content .single-post-title {
  margin-bottom: 0;
}
body.single.theme-style-3 #primary .single-post-wrapper .container .columns .column .single-post-content p {
  line-height: 1.6em;
}
body.single.theme-style-3 #primary .single-post-quote {
  padding-bottom: 4rem;
}
body.single.theme-style-3 #primary .single-post-quote .container .columns {
  margin: 0;
}
body.single.theme-style-3 #primary .single-post-contact .container .columns {
  margin: 0;
}

.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/*--------------------------------------------------------------
# Mobile Menu
--------------------------------------------------------------*/
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
  display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  background: #0c1923;
  padding: 4px 0;
  min-height: 42px;
  z-index: 400;
}

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #0c1923;
  margin-top: 44px;
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}

.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #fff;
  border-top: 1px solid #383838;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
}

.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 1em 10%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, 0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 32px;
  padding: 12px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border: none !important;
  border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(0, 0, 0, 0.9);
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.mean-remove {
  display: none !important;
}

.meanmenu-reveal {
  margin: 0 auto !important;
  right: auto !important;
  position: relative !important;
}

.mean-container .mean-nav {
  background: #F2685E;
  margin: 0px !important;
}

.mean-container .mean-bar {
  background: #F2685E;
  padding: 0px;
}

/* custom menu stuff */
/* look for duplicates of all these classes */
#main-navigation {
  float: right;
}

#main-navigation > ul > li a {
  text-decoration: none;
  padding: 40px 15px;
  display: block;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #F19992;
}

.mean-container .mean-bar {
  background: #afbfc7;
}

.mean-container .mean-nav {
  background: #afbfc7;
}

.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-bar {
  min-height: 0px !important;
  padding: 0;
}

.mean-container .mean-nav {
  margin: 0px !important;
}

/*
.mean-container .mean-nav {
    background: #8a1a9b;
}
*/
.mean-container .mean-nav ul li:first-child a {
  border-top: none;
}

.mean-container .mean-nav ul li a {
  text-transform: none;
}

@media (min-width: 1111px) {
  .mobile-menu-button {
    display: none;
  }
}
.mobile-menu-button button {
  background: none;
  border: none;
  color: #F7F7F7;
  font-size: 30px;
  padding: 5px;
}

body.theme-style-1 .recent-posts-sc {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
body.theme-style-1 .recent-posts-sc .single-recent-post {
  flex: none;
  width: 33.3%;
  width: calc(33.3% - 1rem);
  padding: 0.5rem;
  margin: 0.5rem;
  text-decoration: none;
  transition: background-color 0.3s ease;
  box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.16);
  border: solid 1px #D8D8D8;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
body.theme-style-1 .recent-posts-sc .single-recent-post .single-recent-post-date {
  color: #000;
  font-size: 16px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 500;
}
body.theme-style-1 .recent-posts-sc .single-recent-post .recent-post-image {
  display: block;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 130px;
  object-fit: cover;
  margin-bottom: 1rem;
  width: 100%;
  width: calc(100% + 1rem);
  max-width: none;
  margin-left: -0.5rem;
  margin-top: -0.5rem;
}
body.theme-style-1 .recent-posts-sc .single-recent-post .recent-post-title {
  margin: 0.5rem 0.5rem;
  color: #009FBF;
}
body.theme-style-1 .recent-posts-sc .single-recent-post .excerpt {
  margin: 0 0.5rem 1.5rem;
}
body.theme-style-1 .recent-posts-sc .single-recent-post .button {
  text-align: center;
  margin: auto 0.5rem 0.5rem;
}
@media screen and (max-width: 991px) {
  body.theme-style-1 .recent-posts-sc .single-recent-post:first-child {
    width: 100%;
  }
  body.theme-style-1 .recent-posts-sc .single-recent-post:first-child .recent-post-image {
    height: 40vmin;
  }
  body.theme-style-1 .recent-posts-sc .single-recent-post {
    width: calc(50% - 1rem);
  }
  body.theme-style-1 .recent-posts-sc .single-recent-post .recent-post-image {
    height: 30vmin;
  }
}
@media screen and (max-width: 767px) {
  body.theme-style-1 .recent-posts-sc.desktop {
    display: none;
  }
}
body.theme-style-1 .recent-posts-sc.mobile {
  width: calc(100% + 70px);
  margin: 0 -40px;
}
@media (min-width: 768px) {
  body.theme-style-1 .recent-posts-sc.mobile {
    display: none;
  }
}
body.theme-style-1 .recent-posts-sc.mobile .owl-stage {
  padding-bottom: 3rem;
  display: flex;
  flex-direction: row;
}
body.theme-style-1 .recent-posts-sc.mobile .owl-stage .item {
  height: 100%;
}
body.theme-style-1 .recent-posts-sc.mobile .owl-controls {
  width: 100%;
  margin: 0 15px;
}
body.theme-style-1 .recent-posts-sc.mobile .owl-controls .owl-nav [class*=owl-] {
  background: #009FBF;
  color: #fff;
}
body.theme-style-1 .recent-posts-sc.mobile .owl-controls .owl-dots .owl-dot span {
  background: #002A4E;
}
body.theme-style-1 .recent-posts-sc.mobile .owl-controls .owl-dots .owl-dot.active span,
body.theme-style-1 .recent-posts-sc.mobile .owl-controls .owl-dots .owl-dot:hover span {
  background: #009FBF;
}
body.theme-style-2 .recent-posts-sc {
  display: flex;
  flex-wrap: wrap;
}
body.theme-style-2 .recent-posts-sc .single-recent-post {
  flex: none;
  width: 33.3%;
  width: calc(33.3% - 1rem);
  padding: 0.5rem;
  margin: 0.5rem;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
body.theme-style-2 .recent-posts-sc .single-recent-post .single-recent-post-date {
  color: #000;
  font-size: 16px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 500;
}
body.theme-style-2 .recent-posts-sc .single-recent-post:hover {
  background-color: #F7F7F7;
  border-radius: 12px;
}
body.theme-style-2 .recent-posts-sc .single-recent-post:hover .recent-post-title {
  color: #BFBF00;
}
body.theme-style-2 .recent-posts-sc .single-recent-post .recent-post-image {
  display: block;
  border-radius: 12px;
  height: 40vmin;
  max-height: 250px;
  object-fit: cover;
  width: 100%;
  margin-bottom: 1rem;
}
body.theme-style-2 .recent-posts-sc .single-recent-post .recent-post-title {
  transition: color 0.3s ease;
}
@media screen and (max-width: 991px) {
  body.theme-style-2 .recent-posts-sc .single-recent-post:first-child {
    width: 100%;
  }
  body.theme-style-2 .recent-posts-sc .single-recent-post:first-child .recent-post-image {
    height: 40vmin;
  }
  body.theme-style-2 .recent-posts-sc .single-recent-post {
    width: calc(50% - 1rem);
  }
  body.theme-style-2 .recent-posts-sc .single-recent-post .recent-post-image {
    height: 30vmin;
  }
}
body.theme-style-3 .recent-posts-sc {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 2rem);
  margin-left: -1rem;
  /*
  @media screen and (max-width:991px){
      .single-recent-post:first-child{
          width:100%;
          .recent-post-image{
              height:40vmin;
          }
      }
      .single-recent-post{
          width:calc(50% - 1rem);

          .recent-post-image{
              height:30vmin;
          }
      }
  }
  */
}
body.theme-style-3 .recent-posts-sc .latest-articles-mobile {
  display: none;
  margin: 0 1.5rem 1.5rem;
}
@media screen and (max-width: 1080px) {
  body.theme-style-3 .recent-posts-sc .latest-articles-mobile {
    display: block;
  }
}
body.theme-style-3 .recent-posts-sc .latest-articles-mobile h2 {
  color: #000;
  margin-bottom: 0.5rem;
}
body.theme-style-3 .recent-posts-sc .latest-articles-mobile p {
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  letter-spacing: 1.5px;
  color: #009FBF;
}
body.theme-style-3 .recent-posts-sc .single-recent-post {
  flex: none;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
body.theme-style-3 .recent-posts-sc .single-recent-post.single-recent-post-1 {
  width: 100%;
  width: calc(100% - 1rem);
  display: flex;
  margin-bottom: 1.5rem;
  margin-left: 1rem;
  margin-right: 1rem;
}
@media screen and (max-width: 1080px) {
  body.theme-style-3 .recent-posts-sc .single-recent-post.single-recent-post-1 {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
body.theme-style-3 .recent-posts-sc .single-recent-post.single-recent-post-1 .recent-post-image {
  width: 50%;
  margin-right: 1rem;
  max-height: 470px;
}
@media screen and (max-width: 1080px) {
  body.theme-style-3 .recent-posts-sc .single-recent-post.single-recent-post-1 .recent-post-image {
    width: 100%;
    margin: 0;
    max-height: none;
  }
}
body.theme-style-3 .recent-posts-sc .single-recent-post.single-recent-post-1 .single-recent-post-inner {
  width: 46%;
  margin-left: 4%;
}
@media screen and (max-width: 1080px) {
  body.theme-style-3 .recent-posts-sc .single-recent-post.single-recent-post-1 .single-recent-post-inner {
    width: 100%;
    margin: 1.5rem 0 0;
  }
}
body.theme-style-3 .recent-posts-sc .single-recent-post.single-recent-post-1 .single-recent-post-inner .latest-articles {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1080px) {
  body.theme-style-3 .recent-posts-sc .single-recent-post.single-recent-post-1 .single-recent-post-inner .latest-articles {
    display: none;
  }
}
body.theme-style-3 .recent-posts-sc .single-recent-post.single-recent-post-1 .single-recent-post-inner .latest-articles h2 {
  color: #000;
  margin-bottom: 0.5rem;
}
body.theme-style-3 .recent-posts-sc .single-recent-post.single-recent-post-1 .single-recent-post-inner .latest-articles p {
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  letter-spacing: 1.5px;
}
body.theme-style-3 .recent-posts-sc .single-recent-post.single-recent-post-1 .single-recent-post-inner .recent-post-title {
  color: #000;
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 32px;
  font-family: "Vollkorn", serif;
  font-weight: 600;
}
body.theme-style-3 .recent-posts-sc .single-recent-post.single-recent-post-1 .single-recent-post-inner .single-recent-post-date {
  margin-bottom: 0;
}
body.theme-style-3 .recent-posts-sc .single-recent-post.single-recent-post-1 .single-recent-post-inner .single-recent-post-excerpt p {
  color: #000;
  font-family: "Vollkorn", serif;
  font-weight: 600;
  margin-top: 0.5rem;
}
body.theme-style-3 .recent-posts-sc .single-recent-post.single-recent-post-2, body.theme-style-3 .recent-posts-sc .single-recent-post.single-recent-post-3 {
  display: flex;
  border: solid 1px #ccecf2;
  background: #fff;
  width: 50%;
  width: calc(50% - 2rem);
  margin: 1rem;
}
@media screen and (max-width: 1080px) {
  body.theme-style-3 .recent-posts-sc .single-recent-post.single-recent-post-2, body.theme-style-3 .recent-posts-sc .single-recent-post.single-recent-post-3 {
    width: calc(100% - 2rem);
  }
}
body.theme-style-3 .recent-posts-sc .single-recent-post.single-recent-post-2 .recent-post-image, body.theme-style-3 .recent-posts-sc .single-recent-post.single-recent-post-3 .recent-post-image {
  width: 200px;
  height: 100%;
  margin: 0;
  min-height: 150px;
  object-fit: cover;
}
body.theme-style-3 .recent-posts-sc .single-recent-post.single-recent-post-2 .single-recent-post-inner, body.theme-style-3 .recent-posts-sc .single-recent-post.single-recent-post-3 .single-recent-post-inner {
  margin: 1.5rem;
}
body.theme-style-3 .recent-posts-sc .single-recent-post.single-recent-post-2 .recent-post-title, body.theme-style-3 .recent-posts-sc .single-recent-post.single-recent-post-3 .recent-post-title {
  font-size: 24px;
  line-height: 1.1em;
  font-family: "Vollkorn", serif;
  font-weight: 600;
  margin-top: 0.5rem;
}
body.theme-style-3 .recent-posts-sc .single-recent-post .single-recent-post-date {
  color: #797979;
  font-size: 16px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.5px;
}
body.theme-style-3 .recent-posts-sc .single-recent-post .recent-post-title {
  transition: color 0.3s ease;
  color: #000;
}

#testimonials blockquote {
  position: relative;
  margin-left: 40px;
  padding-left: 60px;
  padding-top: 20px;
  color: #fff;
  /*
  &:after{
      content: ""; 
      background-repeat: no-repeat!important;
      top:0;
      left:0;
      width:41px; 
      height: 36px; 
      display: block; 
      position: absolute; 
      background: url("../images/quote.png");
  }
  */
}
#testimonials blockquote h1,
#testimonials blockquote h2,
#testimonials blockquote h3,
#testimonials blockquote h4,
#testimonials blockquote h5,
#testimonials blockquote h6,
#testimonials blockquote p {
  color: #fff;
}
#testimonials blockquote h3 {
  font-size: 36px;
  line-height: 1.1em;
}
#testimonials blockquote .testimony-info {
  margin-top: 1rem;
}
#testimonials blockquote:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  top: 0;
  left: 0;
  font-size: 41px;
  display: block;
  position: absolute;
}
#testimonials .owl-nav [class*=owl-] {
  background: #009FBF;
  color: #fff;
}
#testimonials .owl-dots .owl-dot span {
  background: #EEF5FA;
}
#testimonials .owl-dots .owl-dot.active span,
#testimonials .owl-dots .owl-dot:hover span {
  background: #009FBF;
}

.locations-section .groups {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2rem;
  margin-right: -2rem;
  justify-content: center;
}
.locations-section .groups .group {
  padding: 0.5rem 2rem 2rem;
  line-height: 1.4em;
}
.locations-section .groups .group p {
  margin-bottom: 0;
}
.locations-section .groups .group a {
  display: inline-block;
  margin-top: 1rem;
  color: #009FBF;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

.quote {
  position: relative;
}

.icon-right {
  float: right;
}
.icon-right img {
  /*
  position: absolute;
  right: -90px;
  top: 0;
  */
}
