@charset "UTF-8";
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Normalize
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> 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/css?family=Poppins:400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500&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-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: .6em 1em .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:visited {
  color: purple; }

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

a:focus {
  outline: thin dotted; }

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0; }

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999; }

.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%; }

.main-navigation ul ul a {
  width: 200px; }

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto; }

.main-navigation li {
  float: left;
  position: relative; }

.main-navigation a {
  display: block;
  text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.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-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

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

/*--------------------------------------------------------------
## Grid
--------------------------------------------------------------*/
.container {
  margin: 0 auto !important;
  max-width: 1200px; }

.vc_row {
  margin: auto !important; }

.columns {
  display: flex;
  margin-left: -15px;
  margin-right: -15px; }

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

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

@media screen and (max-width: 767px) {
  .visible-lg {
    display: none !important; } }

body .vc_column_container > .vc_column-inner {
  padding-left: 30px;
  padding-right: 30px; }

/*
This mixin helps with fonts that could potentially get TOO small while scaling off of the general design.
 */
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 1.7em; }

p {
  font-size: 14px;
  color: #666666;
  margin: 0 0 20px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin: 0 0 20px;
  line-height: normal;
  color: #000000; }

h1 {
  font-size: 28px; }
  @media screen and (min-width: 500px) {
    h1 {
      font-size: calc(28px + 6 * ((100vw - 500px) / 700)); } }
  @media screen and (min-width: 1200px) {
    h1 {
      font-size: 34px; } }

h2 {
  font-size: 22px; }
  @media screen and (min-width: 500px) {
    h2 {
      font-size: calc(22px + 4 * ((100vw - 500px) / 700)); } }
  @media screen and (min-width: 1200px) {
    h2 {
      font-size: 26px; } }

h3 {
  font-size: 18px; }
  @media screen and (min-width: 500px) {
    h3 {
      font-size: calc(18px + 3 * ((100vw - 500px) / 700)); } }
  @media screen and (min-width: 1200px) {
    h3 {
      font-size: 21px; } }

h4 {
  font-size: 16px; }
  @media screen and (min-width: 500px) {
    h4 {
      font-size: calc(16px + 0 * ((100vw - 500px) / 700)); } }
  @media screen and (min-width: 1200px) {
    h4 {
      font-size: 16px; } }

h5 {
  font-size: 14px; }
  @media screen and (min-width: 500px) {
    h5 {
      font-size: calc(14px + 0 * ((100vw - 500px) / 700)); } }
  @media screen and (min-width: 1200px) {
    h5 {
      font-size: 14px; } }

h6 {
  font-size: 11px; }
  @media screen and (min-width: 500px) {
    h6 {
      font-size: calc(11px + 0 * ((100vw - 500px) / 700)); } }
  @media screen and (min-width: 1200px) {
    h6 {
      font-size: 11px; } }

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
body.admin-bar #masthead {
  top: 32px; }

#masthead {
  z-index: 9999999999;
  background: #fff;
  width: 100%;
  top: 0;
  padding: 12px 0;
  position: fixed;
  -webkit-box-shadow: -20px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -20px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); }
  #masthead .container {
    padding: 0 30px;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 991px) {
      #masthead .container {
        justify-content: space-between; } }
  #masthead .site-branding {
    flex: none;
    padding-right: 1.5rem; }
    #masthead .site-branding .site-logo a img {
      display: block;
      width: 100px; }
  @media screen and (max-width: 991px) {
    #masthead #site-navigation {
      display: none; } }
  #masthead #site-navigation > div {
    float: right; }
  #masthead #site-navigation .menu {
    display: flex;
    align-items: center; }
    #masthead #site-navigation .menu .menu-item a {
      color: #0064BC;
      padding: 5px 10px;
      font-size: 14px;
      font-weight: 500;
      font-family: "Poppins", sans-serif;
      transition: color 0.3s ease; }
      #masthead #site-navigation .menu .menu-item a:hover, #masthead #site-navigation .menu .menu-item a:focus, #masthead #site-navigation .menu .menu-item a:active {
        color: #04379A; }
    #masthead #site-navigation .menu .menu-item.menu-button a {
      text-decoration: none;
      display: inline-block;
      color: #0064BC;
      background: #FAD442;
      font-size: 12px;
      padding: 6px 15px;
      margin-left: 10px; }

/*
body.admin-bar{
    #masthead{
        top:32px;
    }
}

body.admin-area{
    margin-top:0!important;
}
*/
html {
  margin-top: 0 !important; }

/*--------------------------------------------------------------
# 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: #1C75C4; }

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

.mean-container .mean-nav {
  background: #0064BC; }

@media (min-width: 992px) {
  .mobile-menu-button {
    display: none; } }

.mobile-menu-button button {
  background: none;
  border: none;
  color: #000000;
  font-size: 30px;
  padding: 5px; }

.mobile-menu {
  position: relative;
  top: 12px; }
  .mobile-menu .mean-bar .mean-nav .menu {
    height: calc(100vh - 90px);
    overflow-y: auto; }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#colophon {
  position: relative;
  float: left;
  width: 100%;
  background: #fff;
  padding: 3rem 0; }
  #colophon .container {
    padding: 0 30px; }
    @media screen and (max-width: 767px) {
      #colophon .container .columns {
        flex-wrap: wrap; }
        #colophon .container .columns .column {
          width: 100%;
          flex: none; } }
    #colophon .container p {
      font-size: 13px; }
    #colophon .container h2 {
      font-size: 16px;
      color: #454345;
      margin-bottom: 10px; }
    #colophon .container .h-line {
      display: block;
      width: 40px;
      height: 2px;
      background: #0064BC;
      margin-bottom: 1.5rem; }
    #colophon .container .first .custom-logo-link {
      margin-bottom: 2rem; }
    #colophon .container .first p {
      margin-bottom: 2rem; }
    #colophon .container .first .copyright p {
      margin: 0;
      font-size: 10px;
      color: #9B9B9B;
      line-height: 1.4em; }
    @media screen and (max-width: 767px) {
      #colophon .container .second, #colophon .container .third {
        display: none; } }

.recent-posts .recent-post {
  display: flex;
  border-bottom: solid 1px #CFD1D2;
  margin-bottom: 10px;
  padding-bottom: 10px; }
  .recent-posts .recent-post .post-thumbnail {
    display: block;
    width: 70px;
    height: 70px;
    flex: none;
    margin-right: 1.5rem;
    background-color: #CFD1D2; }
    .recent-posts .recent-post .post-thumbnail img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .recent-posts .recent-post .post-excerpt {
    font-size: 13px;
    margin-top: -3px; }

.recent-posts .recent-post:last-child {
  border-bottom: none; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#post-container {
  max-width: 880px;
  padding: 0 2rem;
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto; }
  #post-container .inner {
    background: #fff;
    margin-top: -160px;
    padding: 2rem; }
    @media screen and (max-width: 767px) {
      #post-container .inner {
        padding: 2rem 0.75rem; } }

#post-meta {
  text-align: center;
  margin-top: -100px;
  padding-bottom: 70px;
  position: relative;
  z-index: 10; }
  #post-meta .post-meta-image {
    border-radius: 100%;
    display: inline-block; }
  #post-meta .post-meta-info {
    text-transform: uppercase;
    color: #BBBDC5; }

#post-share {
  position: absolute;
  left: -50px;
  top: 230px; }
  @media screen and (max-width: 1050px) {
    #post-share {
      position: relative;
      left: 0;
      top: -50px; } }
  #post-share .post-share {
    margin: 0;
    padding: 0;
    list-style: none; }
    @media screen and (max-width: 1050px) {
      #post-share .post-share {
        display: flex;
        align-items: center;
        justify-content: center; } }
    #post-share .post-share li.post-share-title {
      color: #0064BC; }
      @media screen and (max-width: 1050px) {
        #post-share .post-share li.post-share-title {
          display: none; } }
    #post-share .post-share li {
      display: block;
      text-align: center; }
      #post-share .post-share li a {
        background: #0064BC;
        color: #fff;
        text-decoration: none;
        width: 32px;
        height: 32px;
        display: flex;
        align-self: center;
        justify-content: center;
        margin: 15px auto;
        border-radius: 100%; }
        @media screen and (max-width: 1050px) {
          #post-share .post-share li a {
            margin: 5px; } }
        #post-share .post-share li a i {
          display: flex;
          align-items: center; }

.bullet-ul ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .bullet-ul ul li {
    margin-bottom: 5px;
    display: flex; }
  .bullet-ul ul li:before {
    -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 Pro";
    content: "\f192";
    color: #0064BC;
    font-weight: 900;
    margin-right: 1rem;
    position: relative;
    top: 5px; }

.bullet-ul-columns ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .bullet-ul-columns ul li {
    margin-bottom: 5px;
    display: flex; }
    @media (min-width: 768px) {
      .bullet-ul-columns ul li {
        width: 50%;
        width: calc(50% - 1rem);
        margin-right: 1rem;
        float: left; } }
  .bullet-ul-columns ul li:before {
    -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 Pro";
    content: "\f192";
    color: #0064BC;
    font-weight: 900;
    margin-right: 1rem;
    position: relative;
    top: 5px; }

@media (min-width: 768px) {
  .shadow-panel {
    margin-top: -200px;
    padding-top: 200px;
    box-shadow: 0px -25px 15px #e6e6e6;
    padding-right: 7% !important;
    margin-right: 7%;
    width: 43% !important; }
  .shadow-panel:before {
    content: '';
    background: #fff;
    height: 100%;
    width: 10px;
    position: absolute;
    left: -10px;
    top: 0; }
  #shadow-row {
    max-width: 880px; } }

#hero {
  z-index: 9;
  position: relative; }

.blog-feed {
  border-top: solid 1px #CFD1D2;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
  justify-content: flex-end; }
  .blog-feed .blog-posts .blog-post {
    display: flex;
    padding: 2rem 0; }
    @media screen and (max-width: 550px) {
      .blog-feed .blog-posts .blog-post {
        flex-wrap: wrap; } }
    .blog-feed .blog-posts .blog-post .post-thumbnail {
      display: block;
      width: 250px;
      height: 200px;
      flex: none;
      margin-right: 1.5rem;
      background-color: #CFD1D2; }
      @media screen and (max-width: 550px) {
        .blog-feed .blog-posts .blog-post .post-thumbnail {
          margin-bottom: 1.5rem; } }
      .blog-feed .blog-posts .blog-post .post-thumbnail img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
    .blog-feed .blog-posts .blog-post .blog-post-content .blog-post-meta {
      color: #BBBDC5;
      text-transform: uppercase;
      margin-bottom: 1rem; }
    .blog-feed .blog-posts .blog-post .blog-post-content .post-title {
      font-size: 16px;
      font-weight: 600; }
      .blog-feed .blog-posts .blog-post .blog-post-content .post-title a {
        color: #454345;
        text-decoration: none; }
    .blog-feed .blog-posts .blog-post .blog-post-content .read-more {
      margin-top: 1.5rem; }
  .blog-feed .blog-cta {
    flex: none;
    margin-left: 1.5rem;
    margin-top: 2rem; }
    @media screen and (max-width: 850px) {
      .blog-feed .blog-cta {
        display: none; } }

#featured-post .post-thumbnail {
  display: block;
  margin-bottom: 2rem; }
  #featured-post .post-thumbnail img {
    object-fit: cover;
    width: 100%;
    height: 300px; }

#featured-post .blog-post-content .blog-post-meta {
  color: #BBBDC5;
  text-transform: uppercase;
  margin-bottom: 1rem; }

#featured-post .blog-post-content .post-title {
  font-size: 16px;
  font-weight: 600; }
  #featured-post .blog-post-content .post-title a {
    color: #454345;
    text-decoration: none; }

#featured-post .blog-post-content .read-more {
  margin-top: 2rem; }

body.single #hero .container {
  max-width: 600px; }
  body.single #hero .container h2 {
    padding-top: 7rem;
    padding-bottom: 12rem;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1; }

body.single #hero .blog-single-clip {
  position: relative;
  z-index: 2;
  top: 10px;
  left: -1%;
  width: 102%;
  max-width: none; }

body.single #contact {
  background: #0064bc;
  color: #fff;
  padding: 3rem 0;
  text-align: center; }
  body.single #contact .container {
    max-width: 800px;
    padding: 0 35px; }
    body.single #contact .container .heading-line {
      margin-bottom: 25px; }
    body.single #contact .container h2 {
      color: #fff;
      margin-bottom: 2rem; }

/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
/*
404
*/
.error-404 {
  text-align: center;
  padding: 8rem 0 4rem; }

/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Homepage
--------------------------------------------------------------*/
.hero-clip {
  width: 100%; }
  @media screen and (max-width: 1199px) {
    .hero-clip {
      display: none; } }
  .hero-clip figure {
    width: 100%; }
    .hero-clip figure div {
      width: 100%; }
      .hero-clip figure div img {
        width: 100%; }
        @media (min-width: 1400px) {
          .hero-clip figure div img {
            margin-top: -7vw; } }
        @media (min-width: 1550px) {
          .hero-clip figure div img {
            margin-top: -10vw; } }
        @media (min-width: 1700px) {
          .hero-clip figure div img {
            margin-top: -15vw; } }
        @media (min-width: 1900px) {
          .hero-clip figure div img {
            margin-top: -20vw; } }
        @media (min-width: 2200px) {
          .hero-clip figure div img {
            margin-top: -25vw; } }

.clip-1 {
  width: 100%; }
  .clip-1 figure {
    width: 100%; }
    .clip-1 figure div {
      width: 100%; }
      .clip-1 figure div img {
        width: 100%; }

.clip-2 {
  width: 100%; }
  .clip-2 figure {
    width: 100%; }
    .clip-2 figure div {
      width: 100%; }
      .clip-2 figure div img {
        width: 100%; }

.hero-clip-internal {
  width: 100%; }
  .hero-clip-internal figure {
    width: 100%; }
    .hero-clip-internal figure div {
      width: 100%; }
      .hero-clip-internal figure div img {
        width: 101%;
        max-width: none;
        margin-left: -2px;
        display: block;
        margin-bottom: -1px; }

.clip-white {
  width: 100%; }
  @media (min-width: 1200px) {
    .clip-white {
      display: none; } }
  .clip-white figure {
    width: 100%; }
    .clip-white figure div {
      width: 100%; }
      .clip-white figure div img {
        width: 101%;
        max-width: none;
        margin-left: -2px;
        display: block;
        margin-bottom: -1px; }

#hero-heading {
  display: flex;
  color: #fff;
  padding: 6.3rem 0 3rem; }
  @media screen and (max-width: 1199px) {
    #hero-heading {
      display: block;
      padding: 3.5rem 0 3rem; } }
  #hero-heading .hero-heading-content {
    text-align: right;
    padding-right: 1.5rem; }
    @media screen and (max-width: 1199px) {
      #hero-heading .hero-heading-content {
        text-align: center;
        padding: 0; } }
    #hero-heading .hero-heading-content h1 {
      color: #fff;
      font-size: 11px;
      font-weight: 400;
      letter-spacing: 2px;
      margin-bottom: 10px; }
      @media screen and (max-width: 1199px) {
        #hero-heading .hero-heading-content h1 {
          margin-bottom: 15px; } }
    #hero-heading .hero-heading-content h2 {
      color: #fff;
      font-weight: 500; }
      #hero-heading .hero-heading-content h2 {
        font-size: 26px; }
        @media screen and (min-width: 500px) {
          #hero-heading .hero-heading-content h2 {
            font-size: calc(26px + 8 * ((100vw - 500px) / 700)); } }
        @media screen and (min-width: 1200px) {
          #hero-heading .hero-heading-content h2 {
            font-size: 34px; } }
      @media screen and (max-width: 1199px) {
        #hero-heading .hero-heading-content h2 {
          font-weight: 400; } }
  #hero-heading .hero-heading-image {
    flex: none; }
    @media screen and (max-width: 1199px) {
      #hero-heading .hero-heading-image {
        display: none; } }

@media screen and (max-width: 1199px) {
  #home-cta {
    display: none; } }

#home-cta .cta-title {
  padding: 0.75rem 3rem;
  background: #fff; }
  #home-cta .cta-title p {
    display: flex;
    align-items: center; }
    #home-cta .cta-title p .fas {
      margin-right: 0.75rem;
      color: #04379A;
      font-size: 23px; }
    #home-cta .cta-title p .span {
      font-weight: 500; }

#home-cta .cta-columns {
  display: flex; }
  #home-cta .cta-columns .first {
    background: #EDEBEB;
    max-width: 360px;
    padding: 3rem; }
    @media (min-width: 1200px) and (max-width: 1399px) {
      #home-cta .cta-columns .first {
        padding: 1.5rem 3rem; } }
    #home-cta .cta-columns .first .column-content {
      margin-bottom: 1.5rem; }
      #home-cta .cta-columns .first .column-content h2 {
        margin-bottom: 10px; }
  #home-cta .cta-columns .additional-columns {
    display: flex;
    background: #FAD442;
    padding: 0; }
    #home-cta .cta-columns .additional-columns .additional-column {
      -webkit-box-shadow: -20px 0px 20px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: -20px 0px 20px 0px rgba(0, 0, 0, 0.1);
      box-shadow: -20px 0px 20px 0px rgba(0, 0, 0, 0.1);
      flex: 1; }
      #home-cta .cta-columns .additional-columns .additional-column .column-inner {
        padding: 1.5rem 1.5rem 3rem;
        height: 100%;
        display: flex;
        flex-direction: column; }
        #home-cta .cta-columns .additional-columns .additional-column .column-inner img {
          margin-top: auto; }
        #home-cta .cta-columns .additional-columns .additional-column .column-inner .content {
          margin-top: auto; }
          #home-cta .cta-columns .additional-columns .additional-column .column-inner .content h2 {
            font-size: 14px;
            color: #0064BC;
            margin-bottom: 0.75rem;
            font-weight: 700; }
          #home-cta .cta-columns .additional-columns .additional-column .column-inner .content .button .fas {
            margin-left: 5px; }

#home-cta-mobile {
  display: none; }
  @media screen and (max-width: 1199px) {
    #home-cta-mobile {
      display: block; } }
  #home-cta-mobile .cta-title {
    padding: 0.75rem 1.5rem;
    background: #fff; }
    #home-cta-mobile .cta-title p {
      display: flex;
      align-items: center; }
      #home-cta-mobile .cta-title p .fas {
        margin-right: 0.75rem;
        color: #04379A;
        font-size: 23px; }
      #home-cta-mobile .cta-title p .span {
        font-weight: 500; }
  #home-cta-mobile .cta-columns {
    display: block; }
    #home-cta-mobile .cta-columns .first {
      background: #EDEBEB;
      width: 100%;
      padding: 2.5rem; }
      #home-cta-mobile .cta-columns .first .column-content {
        margin-bottom: 1.5rem; }
        #home-cta-mobile .cta-columns .first .column-content h2 {
          margin-bottom: 10px; }
    #home-cta-mobile .cta-columns .additional-columns {
      display: flex;
      flex-wrap: wrap;
      padding: 0; }
      #home-cta-mobile .cta-columns .additional-columns .additional-column {
        flex: none;
        width: 100%; }
        #home-cta-mobile .cta-columns .additional-columns .additional-column .column-inner {
          padding: 1.5rem;
          height: 100%;
          display: flex;
          flex-direction: row;
          align-items: center;
          background: #FAD442;
          justify-content: space-between; }
          #home-cta-mobile .cta-columns .additional-columns .additional-column .column-inner img {
            margin: auto;
            width: 50%;
            max-width: 200px; }
          #home-cta-mobile .cta-columns .additional-columns .additional-column .column-inner .content {
            width: 50%;
            justify-content: center;
            display: flex;
            flex-direction: column;
            padding-left: 3rem;
            align-items: baseline; }
            #home-cta-mobile .cta-columns .additional-columns .additional-column .column-inner .content h2 {
              font-size: 14px;
              color: #0064BC;
              margin-bottom: 0.75rem;
              font-weight: 700; }
            #home-cta-mobile .cta-columns .additional-columns .additional-column .column-inner .content .button .fas {
              margin-left: 5px; }
      #home-cta-mobile .cta-columns .additional-columns .owl-controls {
        width: 100%;
        margin-top: 15px; }
        #home-cta-mobile .cta-columns .additional-columns .owl-controls .owl-dots .owl-dot span {
          width: 10px;
          height: 10px;
          margin: 5px 7px;
          background: #D6D6D6;
          display: block;
          -webkit-backface-visibility: visible;
          transition: opacity .2s ease;
          border-radius: 30px;
          border: solid 2px #BCBDBE;
          background: none; }
        #home-cta-mobile .cta-columns .additional-columns .owl-controls .owl-dots .owl-dot.active span, #home-cta-mobile .cta-columns .additional-columns .owl-controls .owl-dots .owl-dot:hover span {
          background: #FAD442;
          border: none; }
        #home-cta-mobile .cta-columns .additional-columns .owl-controls .owl-dots .owl-dot span {
          width: 18px;
          height: 18px; }

.button {
  font-size: 13px;
  color: #fff !important;
  text-decoration: none;
  background: #0064BC;
  padding: 12px 22px;
  display: inline-block;
  transition: background 0.3s ease; }
  .button:hover, .button:focus, .button:active {
    background: #04379A; }
  .button .fas {
    margin-left: 5px; }

.button.yellow {
  font-size: 13px;
  color: #0064BC !important;
  text-decoration: none;
  background: #FAD442;
  padding: 12px 22px;
  display: inline-block;
  transition: background 0.3s ease;
  font-weight: bold; }
  .button.yellow:hover, .button.yellow:focus, .button.yellow:active {
    background: #FAD442; }

@media screen and (max-width: 1199px) {
  #home-hero {
    background: #053296;
    background: linear-gradient(0deg, #214DAF 0%, #4D90D3 100%); } }

#home-hero #hero-content {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -600px !important; }
  @media screen and (max-width: 1199px) {
    #home-hero #hero-content {
      left: 0;
      margin-left: 0 !important;
      position: relative; } }

@media screen and (max-width: 767px) {
  #industries-wrapper {
    overflow-x: hidden; } }

@media screen and (max-width: 767px) {
  #industries-wrapper .vc_column-inner {
    padding: 0 !important; } }

#industries {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    #industries {
      margin-left: -5px;
      margin-right: -5px; } }
  #industries .single-industry {
    background-size: cover;
    padding: 1.5rem;
    position: relative;
    width: 48%;
    width: calc(50% - 3px);
    height: 338px;
    margin: 1px;
    background-position: center; }
    @media (min-width: 1150px) {
      #industries .single-industry {
        background-size: 100%;
        transition: background-size 0.3s ease-in, background-color 0.3s ease-in;
        background-blend-mode: overlay; }
        #industries .single-industry:hover {
          background-size: 115%;
          background-color: #666666; } }
    @media screen and (max-width: 767px) {
      #industries .single-industry {
        /*width: calc(50% - 10px);*/
        width: 100%;
        margin: 5px; } }
    #industries .single-industry h2 {
      color: #fff;
      position: absolute;
      font-weight: 500;
      font-size: 16px;
      bottom: 3rem;
      left: 3rem; }

#learn-more {
  display: flex;
  justify-content: center;
  text-align: center; }
  @media (min-width: 768px) and (max-width: 1075px) {
    #learn-more {
      flex-wrap: wrap; } }
  @media screen and (max-width: 767px) {
    #learn-more {
      display: none; } }
  #learn-more .single-learn-more {
    flex: 1; }
    @media (min-width: 768px) and (max-width: 1075px) {
      #learn-more .single-learn-more {
        flex: none;
        width: 50%; } }
    #learn-more .single-learn-more .inner {
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 1.5rem 3rem; }
      #learn-more .single-learn-more .inner img {
        margin-bottom: 1.5rem;
        max-width: 190px; }
      #learn-more .single-learn-more .inner p {
        margin-bottom: 2.5rem; }
      #learn-more .single-learn-more .inner h2 {
        color: #454345;
        font-size: 16px; }
      #learn-more .single-learn-more .inner .button {
        margin-top: auto;
        padding: 6px 33px; }

@media screen and (max-width: 767px) {
  #learn-more-row {
    padding-bottom: 1.5rem !important; } }

@media (min-width: 768px) {
  #learn-more-mobile {
    display: none; } }

#learn-more-mobile .owl-controls {
  width: 100%;
  margin-top: 15px; }
  #learn-more-mobile .owl-controls .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    border: solid 2px #BCBDBE;
    background: none; }
  #learn-more-mobile .owl-controls .owl-dots .owl-dot.active span, #learn-more-mobile .owl-controls .owl-dots .owl-dot:hover span {
    background: #FAD442;
    border: none; }
  #learn-more-mobile .owl-controls .owl-dots .owl-dot span {
    width: 18px;
    height: 18px; }

#learn-more-mobile .single-learn-more {
  display: block;
  width: 100%; }
  #learn-more-mobile .single-learn-more .inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem;
    text-align: center; }
    #learn-more-mobile .single-learn-more .inner img {
      margin-bottom: 1.5rem;
      max-width: 190px; }
    #learn-more-mobile .single-learn-more .inner p {
      margin-bottom: 2.5rem; }
    #learn-more-mobile .single-learn-more .inner h2 {
      color: #454345;
      font-size: 16px; }
    #learn-more-mobile .single-learn-more .inner .button {
      margin-top: auto;
      padding: 6px 33px; }

.gform_wrapper .gform_footer {
  width: 100%;
  text-align: center; }
  .gform_wrapper .gform_footer input[type=submit] {
    background: #FAD442 !important;
    border: none;
    color: #0064bc !important;
    font-weight: 500;
    height: auto;
    padding: 15px 60px;
    text-align: center;
    margin: auto;
    cursor: pointer;
    border-radius: 0 !important; }

.gform_wrapper .gform_body .top_label li.gfield .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container) {
  margin-top: 0 !important; }

.gform_wrapper .gform_body ::placeholder {
  color: #8F9193;
  opacity: 1; }

.gform_wrapper .gform_body :-ms-input-placeholder {
  color: #8F9193; }

.gform_wrapper .gform_body ::-ms-input-placeholder {
  color: #8F9193; }

.gform_wrapper .gform_body .top_label .gfield_label {
  display: none; }

.gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border: solid 1px #8F9193;
  padding: 15px;
  color: #8F9193; }

.gform_wrapper .gform_body textarea.medium {
  border: solid 1px #8F9193;
  padding: 15px;
  color: #8F9193; }

#contact h2 {
  font-weight: 400; }

.heading-line {
  width: 40px !important; }

body .vc_separator.vc_sep_color_blue .vc_sep_line {
  border-color: #04379A; }

.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 .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .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 .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 .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: .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 .2s ease;
  border-radius: 30px; }

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

.cc-card-link-title {
  font-size: 18px; }
  @media screen and (min-width: 500px) {
    .cc-card-link-title {
      font-size: calc(18px + 8 * ((100vw - 500px) / 700)); } }
  @media screen and (min-width: 1200px) {
    .cc-card-link-title {
      font-size: 26px; } }

#hero h1 {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 20px; }

#hero h2 {
  color: #fff;
  font-weight: normal; }
  #hero h2 {
    font-size: 22px; }
    @media screen and (min-width: 500px) {
      #hero h2 {
        font-size: calc(22px + 12 * ((100vw - 500px) / 700)); } }
    @media screen and (min-width: 1200px) {
      #hero h2 {
        font-size: 34px; } }

#hero h2.post-title {
  text-align: center; }

#punchout-tool {
  color: #fff; }
  @media screen and (max-width: 1199px) {
    #punchout-tool {
      display: none; } }
  #punchout-tool .cta-columns {
    display: flex; }
    #punchout-tool .cta-columns .first {
      max-width: 360px;
      padding: 3rem; }
      #punchout-tool .cta-columns .first .column-content {
        margin-bottom: 1.5rem; }
        #punchout-tool .cta-columns .first .column-content h2 {
          margin-bottom: 10px;
          color: #fff; }
        #punchout-tool .cta-columns .first .column-content p {
          color: #fff; }
    #punchout-tool .cta-columns .additional-columns {
      display: flex;
      padding: 0; }
      #punchout-tool .cta-columns .additional-columns .additional-column {
        flex: 1; }
        #punchout-tool .cta-columns .additional-columns .additional-column .column-inner {
          padding: 1.5rem 1.5rem 3rem;
          height: 100%;
          display: flex;
          flex-direction: column;
          text-align: center; }
          #punchout-tool .cta-columns .additional-columns .additional-column .column-inner img {
            margin-top: auto; }
          #punchout-tool .cta-columns .additional-columns .additional-column .column-inner .content {
            margin-top: auto; }
            #punchout-tool .cta-columns .additional-columns .additional-column .column-inner .content h2 {
              font-size: 14px;
              color: #fff;
              margin-bottom: 0.75rem;
              font-weight: 700; }
            #punchout-tool .cta-columns .additional-columns .additional-column .column-inner .content .button .fas {
              margin-left: 5px; }

#punchout-tool-mobile {
  display: none;
  padding: 3rem 0; }
  @media screen and (max-width: 1199px) {
    #punchout-tool-mobile {
      display: block; } }
  #punchout-tool-mobile .cta-columns {
    display: block; }
    #punchout-tool-mobile .cta-columns .first {
      width: 100%;
      padding: 2.5rem 0;
      text-align: center; }
      #punchout-tool-mobile .cta-columns .first .column-content {
        margin-bottom: 1.5rem; }
        #punchout-tool-mobile .cta-columns .first .column-content h2 {
          margin-bottom: 10px;
          color: #fff; }
        #punchout-tool-mobile .cta-columns .first .column-content p {
          color: #fff; }
    #punchout-tool-mobile .cta-columns .additional-columns {
      display: flex;
      flex-wrap: wrap;
      padding: 0; }
      #punchout-tool-mobile .cta-columns .additional-columns .additional-column {
        flex: none;
        width: 100%; }
        #punchout-tool-mobile .cta-columns .additional-columns .additional-column .column-inner {
          padding: 0 0 1.5rem;
          height: 100%;
          display: flex;
          flex-direction: column;
          align-items: center;
          text-align: center; }
          #punchout-tool-mobile .cta-columns .additional-columns .additional-column .column-inner img {
            margin-top: auto;
            width: 50%;
            max-width: 200px; }
          #punchout-tool-mobile .cta-columns .additional-columns .additional-column .column-inner .content {
            width: 100%;
            justify-content: center;
            display: flex;
            flex-direction: column;
            align-items: center; }
            #punchout-tool-mobile .cta-columns .additional-columns .additional-column .column-inner .content h2 {
              font-size: 14px;
              color: #fff;
              margin-bottom: 0.75rem;
              font-weight: 700; }
            #punchout-tool-mobile .cta-columns .additional-columns .additional-column .column-inner .content .button {
              margin-top: 1rem; }
              #punchout-tool-mobile .cta-columns .additional-columns .additional-column .column-inner .content .button .fas {
                margin-left: 5px; }
      #punchout-tool-mobile .cta-columns .additional-columns .owl-controls {
        width: 100%;
        margin-top: 15px; }
        #punchout-tool-mobile .cta-columns .additional-columns .owl-controls .owl-dots .owl-dot span {
          width: 10px;
          height: 10px;
          margin: 5px 7px;
          display: block;
          -webkit-backface-visibility: visible;
          transition: opacity .2s ease;
          border-radius: 30px;
          background: none;
          border: solid 2px #BCBDBE; }
        #punchout-tool-mobile .cta-columns .additional-columns .owl-controls .owl-dots .owl-dot.active span, #punchout-tool-mobile .cta-columns .additional-columns .owl-controls .owl-dots .owl-dot:hover span {
          background: #FAD442;
          border: none; }
        #punchout-tool-mobile .cta-columns .additional-columns .owl-controls .owl-dots .owl-dot span {
          width: 18px;
          height: 18px; }

.contact-row-wrapper .contact-row:last-child {
  border-bottom: 0; }

.contact-row-wrapper .contact-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: solid 1px #CFD1D2;
  padding: 0.75rem 0; }
  .contact-row-wrapper .contact-row .contact-column:first-child {
    padding-left: 0; }
  .contact-row-wrapper .contact-row .contact-column {
    padding: 1.5rem;
    width: 33.3%;
    color: #666; }
    @media screen and (max-width: 767px) {
      .contact-row-wrapper .contact-row .contact-column {
        font-size: 11px; } }
    @media screen and (max-width: 551px) {
      .contact-row-wrapper .contact-row .contact-column {
        width: 100%;
        padding: 0.75rem 0.75rem 0.75rem 0 !important; } }
    .contact-row-wrapper .contact-row .contact-column p {
      font-size: 13px;
      margin: 0; }
      @media screen and (max-width: 767px) {
        .contact-row-wrapper .contact-row .contact-column p {
          font-size: 11px; } }
    .contact-row-wrapper .contact-row .contact-column a {
      font-size: 13px;
      margin: 0; }
      @media screen and (max-width: 767px) {
        .contact-row-wrapper .contact-row .contact-column a {
          font-size: 11px; } }
    .contact-row-wrapper .contact-row .contact-column h2 {
      font-size: 16px;
      color: #454345; }
      @media screen and (max-width: 767px) {
        .contact-row-wrapper .contact-row .contact-column h2 {
          font-size: 14px; } }
    @media screen and (max-width: 551px) {
      .contact-row-wrapper .contact-row .contact-column h2.blank {
        display: none; } }
    .contact-row-wrapper .contact-row .contact-column h2:not(.blank):after {
      display: block;
      width: 40px;
      height: 2px;
      background: #0064BC;
      content: '';
      margin-top: 0.75rem; }
    .contact-row-wrapper .contact-row .contact-column h2.heading-line-color-blue:not(.blank):after {
      background: #0064BC; }
    .contact-row-wrapper .contact-row .contact-column h2.heading-line-color-green:not(.blank):after {
      background: #50913f; }
    .contact-row-wrapper .contact-row .contact-column h2.heading-line-color-red:not(.blank):after {
      background: #d60616; }
    .contact-row-wrapper .contact-row .contact-column h2.heading-line-color-yellow:not(.blank):after {
      background: #f9cc2b; }
    .contact-row-wrapper .contact-row .contact-column h2.heading-line-color-orange:not(.blank):after {
      background: #ed9d00; }
    .contact-row-wrapper .contact-row .contact-column .person {
      font-weight: bold; }
    .contact-row-wrapper .contact-row .contact-column .phone-options {
      margin: 0;
      padding: 0;
      list-style: none; }
      .contact-row-wrapper .contact-row .contact-column .phone-options li:after {
        content: '•';
        display: inline-block;
        margin: 0 5px; }
      .contact-row-wrapper .contact-row .contact-column .phone-options li:last-child:after {
        content: none; }
      .contact-row-wrapper .contact-row .contact-column .phone-options .phone {
        color: #0064BC;
        display: inline-block; }
      .contact-row-wrapper .contact-row .contact-column .phone-options .cell {
        color: #0064BC;
        display: inline-block; }
    .contact-row-wrapper .contact-row .contact-column .fax {
      color: #0064BC; }

.contact-main h3 {
  font-size: 16px;
  color: #1261AB;
  margin: 1.5rem 0 0.75rem; }

.contact-main p {
  margin: 0; }

.contact-main .social-contact .social-share {
  margin: 0;
  padding: 0;
  list-style: none; }
  .contact-main .social-contact .social-share li {
    display: inline-block;
    margin-right: 3px;
    position: relative; }
    .contact-main .social-contact .social-share li a {
      width: 18px;
      height: 18px;
      background: #908F90;
      display: inline-block;
      text-align: center;
      color: #fff;
      border-radius: 100%;
      font-size: 10px;
      position: relative; }
      .contact-main .social-contact .social-share li a i {
        position: relative;
        top: -2px; }

html {
  overflow-x: hidden; }
  html body {
    overflow-x: hidden; }

.vc_btn3.vc_btn3-color-warning, .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat {
  color: #0064BC !important;
  text-decoration: none;
  background: #FAD442 !important;
  font-weight: 500;
  background-image: none !important; }

.vc_btn3.vc_btn3-color-primary, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat {
  background-color: #0064BC !important;
  background-image: none !important; }

blockquote {
  margin: 0;
  border-left: solid 4px #0064bc;
  padding: 0 0 0 1.5rem;
  font-style: italic; }

#content {
  margin-top: 58px; }

.pagination .pages-total {
  display: inline-block;
  margin-right: 15px;
  font-weight: bold;
  color: #454345; }

.pagination a {
  color: #0064bc;
  text-decoration: none;
  margin: 0 2px; }

.pagination .current {
  margin: 0 2px; }

.fb-comments {
  width: 100%;
  background: #F9F9F9;
  padding: 1.5rem; }

.case-studies-image {
  max-width: 100px; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
