@charset "UTF-8";
/*!
Theme Name: Meridian Eyes
Theme URI: http://underscores.me/
Author: Brandworx Creative
Author URI: https://brandworxcreative.com/
Description: Brandworx Creative Custom Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: meridian_eyes
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Meridian Eyes is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> 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=Lato:wght@300&family=Raleway:wght@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-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: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: 768px) {
  .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;
}

.post,
.page {
  margin: 0 0 1.5em;
}

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

/*--------------------------------------------------------------
# Brandworx Styles
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

#cta_blocks .cta-block .cta-wrap, #masthead #primary-menu li, #masthead, .alm-btn-wrap .alm-load-more-btn span, .animate-right > .icon, #contact_page .contact-wrapper .contact-body nf-field .submit-wrap .nf-field-element > *, .animate-right > *, .share-icons .social-share .social-share-inner.fade-share > .fade, .product .product-wrap .product-image-wrap > .fade, .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li .sub-menu, #colophon #footer_menu li .sub-menu, #footer_menu_container #footer_menu li .sub-menu, #shop_page .shop-nav #shop_menu li .sub-menu, #masthead #primary-menu li .sub-menu, #masthead .site-navigation-wrap #primary_menu li .sub-menu, #masthead.lock_nav .site-navigation-wrap #primary-menu li .sub-menu, #masthead #primary_left_menu li .sub-menu, #colophon a, .mobile-nav-outer a, #colophon .mobile-nav-outer a, #masthead a, a.nav-link, #testimonials a, .site-disclaimer a, a.white-link, #contact_section .contact-body p a, .share-icons .social-share .share a, .share-icons .social-share .share, a.share-icon, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-title, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-brand, #shop_page .shop-nav #shop_menu li a, .entry-footer a, a.alt-link, a, p a, .entry-content a {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

p a, .entry-content a {
  color: #45A3B8;
  outline: none;
  text-decoration: none;
}
p a .icon, .entry-content a .icon {
  -webkit-transition: unset;
  -moz-transition: unset;
  -o-transition: unset;
  transition: unset;
}
p a:focus, .entry-content a:focus, p a:active, .entry-content a:active, p a:visited, .entry-content a:visited {
  color: #45A3B8;
}
p a:hover, .entry-content a:hover {
  cursor: pointer;
  color: #000000;
}

#contact_section .contact-body p a, .share-icons .social-share .share a, .share-icons .social-share .share, a.share-icon, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-title, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-brand, #shop_page .shop-nav #shop_menu li a, .entry-footer a, a.alt-link, a {
  color: #000000;
  outline: none;
  text-decoration: none;
}
#contact_section .contact-body p a .icon, .share-icons .social-share .share .icon, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-title .icon, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-brand .icon, #shop_page .shop-nav #shop_menu li a .icon, a .icon {
  -webkit-transition: unset;
  -moz-transition: unset;
  -o-transition: unset;
  transition: unset;
}
#contact_section .contact-body p a:focus, .share-icons .social-share .share a:focus, .share-icons .social-share .share:focus, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-title:focus, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-brand:focus, #shop_page .shop-nav #shop_menu li a:focus, a:focus, #contact_section .contact-body p a:active, .share-icons .social-share .share a:active, .share-icons .social-share .share:active, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-title:active, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-brand:active, #shop_page .shop-nav #shop_menu li a:active, a:active, #contact_section .contact-body p a:visited, .share-icons .social-share .share a:visited, .share-icons .social-share .share:visited, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-title:visited, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-brand:visited, #shop_page .shop-nav #shop_menu li a:visited, a:visited {
  color: #000000;
}
#contact_section .contact-body p a:hover, .share-icons .social-share .share a:hover, .share-icons .social-share .share:hover, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-title:hover, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-brand:hover, #shop_page .shop-nav #shop_menu li a:hover, a:hover {
  cursor: pointer;
  color: #45A3B8;
}

#testimonials a, .site-disclaimer a, a.white-link {
  color: #ffffff;
  outline: none;
  text-decoration: none;
}
#testimonials a .icon, .site-disclaimer a .icon, a.white-link .icon {
  -webkit-transition: unset;
  -moz-transition: unset;
  -o-transition: unset;
  transition: unset;
}
#testimonials a:focus, .site-disclaimer a:focus, a.white-link:focus, #testimonials a:active, .site-disclaimer a:active, a.white-link:active, #testimonials a:visited, .site-disclaimer a:visited, a.white-link:visited {
  color: #ffffff;
}
#testimonials a:hover, .site-disclaimer a:hover, a.white-link:hover {
  cursor: pointer;
  color: #45A3B8;
}

.mobile-nav-outer a, #colophon .mobile-nav-outer a, #masthead a, a.nav-link {
  color: #034966;
  outline: none;
  text-decoration: none;
}
.mobile-nav-outer a .icon, #colophon .mobile-nav-outer a .icon, #masthead a .icon, a.nav-link .icon {
  -webkit-transition: unset;
  -moz-transition: unset;
  -o-transition: unset;
  transition: unset;
}
.mobile-nav-outer a:focus, #colophon .mobile-nav-outer a:focus, #masthead a:focus, a.nav-link:focus, .mobile-nav-outer a:active, #colophon .mobile-nav-outer a:active, #masthead a:active, a.nav-link:active, .mobile-nav-outer a:visited, #colophon .mobile-nav-outer a:visited, #masthead a:visited, a.nav-link:visited {
  color: #034966;
}
.mobile-nav-outer a:hover, #colophon .mobile-nav-outer a:hover, #masthead a:hover, a.nav-link:hover {
  cursor: pointer;
  color: #034966;
}

#colophon a {
  color: #ffffff;
  outline: none;
  text-decoration: underline;
}
#colophon a .icon {
  -webkit-transition: unset;
  -moz-transition: unset;
  -o-transition: unset;
  transition: unset;
}
#colophon a:focus, #colophon a:active, #colophon a:visited {
  color: #ffffff;
}
#colophon a:hover {
  cursor: pointer;
  color: #45A3B8;
}

.mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu, #colophon #footer_menu, #footer_menu_container #footer_menu, #shop_page .shop-nav #shop_menu, #masthead #primary-menu, #masthead .site-navigation-wrap #primary_menu, #masthead.lock_nav .site-navigation-wrap #primary-menu, #masthead #primary_left_menu {
  display: -webkit-flex;
  display: flex;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
  font-size: 15px;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li, #colophon #footer_menu li, #footer_menu_container #footer_menu li, #shop_page .shop-nav #shop_menu li, #masthead #primary-menu li, #masthead .site-navigation-wrap #primary_menu li, #masthead.lock_nav .site-navigation-wrap #primary-menu li, #masthead #primary_left_menu li {
  position: relative;
  float: none;
  padding: 0 20px;
  white-space: nowrap;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li .sub-menu, #colophon #footer_menu li .sub-menu, #footer_menu_container #footer_menu li .sub-menu, #shop_page .shop-nav #shop_menu li .sub-menu, #masthead #primary-menu li .sub-menu, #masthead .site-navigation-wrap #primary_menu li .sub-menu, #masthead.lock_nav .site-navigation-wrap #primary-menu li .sub-menu, #masthead #primary_left_menu li .sub-menu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  list-style: none;
  transform: translate(-35%, 0);
  top: 100%;
  text-align: left;
  padding: 15px 30px;
  background: #ffffff;
  white-space: nowrap;
  box-shadow: unset;
  z-index: 100;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li .sub-menu li, #colophon #footer_menu li .sub-menu li, #footer_menu_container #footer_menu li .sub-menu li, #shop_page .shop-nav #shop_menu li .sub-menu li, #masthead #primary-menu li .sub-menu li, #masthead .site-navigation-wrap #primary_menu li .sub-menu li, #masthead.lock_nav .site-navigation-wrap #primary-menu li .sub-menu li, #masthead #primary_left_menu li .sub-menu li {
  padding: 5px 0;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li .sub-menu a, #colophon #footer_menu li .sub-menu a, #footer_menu_container #footer_menu li .sub-menu a, #shop_page .shop-nav #shop_menu li .sub-menu a, #masthead #primary-menu li .sub-menu a, #masthead .site-navigation-wrap #primary_menu li .sub-menu a, #masthead.lock_nav .site-navigation-wrap #primary-menu li .sub-menu a, #masthead #primary_left_menu li .sub-menu a {
  width: auto;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li:hover > a, #colophon #footer_menu li:hover > a, #footer_menu_container #footer_menu li:hover > a, #shop_page .shop-nav #shop_menu li:hover > a, #masthead #primary-menu li:hover > a, #masthead .site-navigation-wrap #primary_menu li:hover > a, #masthead.lock_nav .site-navigation-wrap #primary-menu li:hover > a, #masthead #primary_left_menu li:hover > a {
  text-decoration: underline;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li:hover .sub-menu, #colophon #footer_menu li:hover .sub-menu, #footer_menu_container #footer_menu li:hover .sub-menu, #shop_page .shop-nav #shop_menu li:hover .sub-menu, #masthead #primary-menu li:hover .sub-menu, #masthead .site-navigation-wrap #primary_menu li:hover .sub-menu, #masthead #primary_left_menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li.current-menu-item > a, #colophon #footer_menu li.current-menu-item > a, #footer_menu_container #footer_menu li.current-menu-item > a, #shop_page .shop-nav #shop_menu li.current-menu-item > a, #masthead #primary-menu li.current-menu-item > a, #masthead .site-navigation-wrap #primary_menu li.current-menu-item > a, #masthead.lock_nav .site-navigation-wrap #primary-menu li.current-menu-item > a, #masthead #primary_left_menu li.current-menu-item > a {
  font-weight: 500;
  text-decoration: underline;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li .icon, #colophon #footer_menu li .icon, #footer_menu_container #footer_menu li .icon, #shop_page .shop-nav #shop_menu li .icon, #masthead #primary-menu li .icon, #masthead .site-navigation-wrap #primary_menu li .icon, #masthead.lock_nav .site-navigation-wrap #primary-menu li .icon, #masthead #primary_left_menu li .icon {
  position: relative;
  top: -1px;
  width: 10px;
  height: 10px;
  margin-left: 4px;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li.menu-item-header > .menu-item-header, #colophon #footer_menu li.menu-item-header > .menu-item-header, #footer_menu_container #footer_menu li.menu-item-header > .menu-item-header, #shop_page .shop-nav #shop_menu li.menu-item-header > .menu-item-header, #masthead #primary-menu li.menu-item-header > .menu-item-header, #masthead .site-navigation-wrap #primary_menu li.menu-item-header > .menu-item-header, #masthead #primary_left_menu li.menu-item-header > .menu-item-header {
  font-weight: bold;
}

.container {
  width: 85%;
  max-width: 960px;
  margin: 0 auto !important;
}

.container-sm {
  width: 100%;
  max-width: 650px;
  margin: 0 auto !important;
}

.container-md {
  width: 100%;
  max-width: 960px;
  margin: 0 auto !important;
}

.page-banner .entry-header, .archive-item, .container-lg {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto !important;
}

.team-members .team-member, .pricing-wrapper .pricing-container, #content_rows .content-rows-container .content-row .content-row-inner, .cards .cards-container, .banner-cta .banner-cta-container, #testimonials .testimonials-container, .video-block .video-block-container, .container-xl {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto !important;
}

.share-icons .social-share .social-share-inner.fade-share > .fade, .product .product-wrap .product-image-wrap > .fade {
  opacity: 0;
  visibility: hidden;
}
.share-icons .social-share .social-share-inner.fade-share:hover > .fade, .product .product-wrap .product-image-wrap:hover > .fade {
  opacity: 1;
  visibility: visible;
}

a.btn, .btn, a.btn-tertiary, .btn-tertiary, a.btn-secondary, .btn-secondary, #search-modal .modal-box .modal-inner input[type=submit], .modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field .nf-field-container input[value=Submit][type=button], .modal #mc-embedded-subscribe-form input[type=submit], .modal .modal-box .modal-inner input[type=button], a.btn-primary, .btn-primary {
  display: inline-block !important;
  padding: 12px 30px !important;
  border-radius: 6px !important;
  font-family: "Raleway", sans-serif !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  white-space: nowrap;
  text-align: center !important;
  box-shadow: 0px 5px 7px 2px rgba(68, 68, 68, 0.1) !important;
}
.btn:hover, .btn-tertiary:hover, .btn-secondary:hover, #search-modal .modal-box .modal-inner input[type=submit]:hover, .modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field .nf-field-container input[value=Submit][type=button]:hover, .modal #mc-embedded-subscribe-form input[type=submit]:hover, .modal .modal-box .modal-inner input[type=button]:hover, .btn-primary:hover {
  box-shadow: 0px 5px 7px 2px rgba(68, 68, 68, 0.5) !important;
}
@media screen and (max-width: 1200px) {
  a.btn, .btn, a.btn-tertiary, .btn-tertiary, a.btn-secondary, .btn-secondary, #search-modal .modal-box .modal-inner input[type=submit], .modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field .nf-field-container input[value=Submit][type=button], .modal #mc-embedded-subscribe-form input[type=submit], .modal .modal-box .modal-inner input[type=button], a.btn-primary, .btn-primary {
    font-size: 14px !important;
    padding: 10px 20px !important;
  }
}

#search-modal .modal-box .modal-inner input[type=submit], .modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field .nf-field-container input[value=Submit][type=button], .modal #mc-embedded-subscribe-form input[type=submit], .modal .modal-box .modal-inner input[type=button], a.btn-primary, .btn-primary {
  background: #45A3B8 !important;
  border: 2px solid #45A3B8 !important;
  color: #ffffff !important;
}
#search-modal .modal-box .modal-inner input[type=submit] a, .modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field .nf-field-container input[value=Submit][type=button] a, .modal #mc-embedded-subscribe-form input[type=submit] a, .modal .modal-box .modal-inner input[type=button] a, .btn-primary a {
  color: #ffffff !important;
}
#search-modal .modal-box .modal-inner input[type=submit] .icon, .modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field .nf-field-container input[value=Submit][type=button] .icon, .modal #mc-embedded-subscribe-form input[type=submit] .icon, .modal .modal-box .modal-inner input[type=button] .icon, .btn-primary .icon, #search-modal .modal-box .modal-inner input.icon[type=submit], .modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field .nf-field-container input.icon[value=Submit][type=button], .modal #mc-embedded-subscribe-form input.icon[type=submit], .modal .modal-box .modal-inner input.icon[type=button], .icon.btn-primary {
  fill: #ffffff !important;
}
#search-modal .modal-box .modal-inner input[type=submit]:hover, .modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field .nf-field-container input[value=Submit][type=button]:hover, .modal #mc-embedded-subscribe-form input[type=submit]:hover, .modal .modal-box .modal-inner input[type=button]:hover, .btn-primary:hover {
  background: #ffffff !important;
  border: 2px solid #45A3B8 !important;
  color: #45A3B8 !important;
}
#search-modal .modal-box .modal-inner input[type=submit]:hover a, .modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field .nf-field-container input[value=Submit][type=button]:hover a, .modal #mc-embedded-subscribe-form input[type=submit]:hover a, .modal .modal-box .modal-inner input[type=button]:hover a, .btn-primary:hover a {
  color: #45A3B8 !important;
}
#search-modal .modal-box .modal-inner input[type=submit]:hover .icon, .modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field .nf-field-container input[value=Submit][type=button]:hover .icon, .modal #mc-embedded-subscribe-form input[type=submit]:hover .icon, .modal .modal-box .modal-inner input[type=button]:hover .icon, .btn-primary:hover .icon {
  fill: #45A3B8 !important;
}

a.btn-secondary, .btn-secondary {
  background: #034966 !important;
  border: 2px solid #034966 !important;
  color: #ffffff !important;
}
.btn-secondary a {
  color: #ffffff !important;
}
.btn-secondary .icon, .icon.btn-secondary {
  fill: #ffffff !important;
}
.btn-secondary:hover {
  background: #ffffff !important;
  border: 2px solid #034966 !important;
  color: #034966 !important;
}
.btn-secondary:hover a {
  color: #034966 !important;
}
.btn-secondary:hover .icon {
  fill: #034966 !important;
}

a.btn-tertiary, .btn-tertiary {
  background: #ffffff !important;
  border: 2px solid #45A3B8 !important;
  color: #45A3B8 !important;
}
.btn-tertiary a {
  color: #45A3B8 !important;
}
.btn-tertiary .icon, .icon.btn-tertiary {
  fill: #45A3B8 !important;
}
.btn-tertiary:hover {
  background: #45A3B8 !important;
  border: 2px solid #45A3B8 !important;
  color: #ffffff !important;
}
.btn-tertiary:hover a {
  color: #ffffff !important;
}
.btn-tertiary:hover .icon {
  fill: #ffffff !important;
}

#contact_page .contact-wrapper .contact-body nf-field .submit-wrap .nf-field-element, .animate-right {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  position: relative;
  -webkit-transition: unset;
  -moz-transition: unset;
  -o-transition: unset;
  transition: unset;
}
#contact_page .contact-wrapper .contact-body nf-field .submit-wrap .nf-field-element > .icon, .animate-right > .icon {
  margin-left: 5px;
}
#contact_page .contact-wrapper .contact-body nf-field .submit-wrap .nf-field-element:hover > .icon, .animate-right:hover > .icon {
  transform: translate(10px, 0);
}

.adjust-center {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: space-between !important;
  -webkit-justify-content: space-between !important;
}
.adjust-center > * {
  flex: 1;
}
.adjust-center > *:nth-child(1) {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
  margin-right: auto;
}
.adjust-center > *:nth-child(2) {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  flex: 2;
}
.adjust-center > *:nth-child(3) {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: flex-end !important;
  -webkit-justify-content: flex-end !important;
  margin-left: auto;
}

body {
  color: #000000;
}

.post, .page {
  margin: 0;
}

#page {
  position: relative;
  overflow: hidden;
}

#primary .content-wrapper {
  padding: 60px 0;
}
#primary .content-wrapper .entry-header {
  margin-bottom: 60px;
}

.no-results .page-content {
  text-align: center;
}

h1 {
  font-size: 56px;
}
@media screen and (max-width: 960px) {
  h1 {
    font-size: 36.4px;
  }
}

h2 {
  font-size: 48px;
}
@media screen and (max-width: 960px) {
  h2 {
    font-size: 31.2px;
  }
}

h3 {
  font-size: 36px;
}
@media screen and (max-width: 960px) {
  h3 {
    font-size: 23.4px;
  }
}

h4 {
  font-size: 24px;
}
@media screen and (max-width: 960px) {
  h4 {
    font-size: 15.6px;
  }
}

h5 {
  font-size: 18px;
}
@media screen and (max-width: 960px) {
  h5 {
    font-size: 11.7px;
  }
}

h6 {
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  h6 {
    font-size: 10.4px;
  }
}

a:focus {
  outline: none;
}

.entry-content {
  margin: 0;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  text-align: justify;
}
.entry-content a {
  font-weight: bold;
}

p {
  margin-top: 0;
  margin-bottom: 0.75em;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  line-height: 31px;
  letter-spacing: 0.5px;
}
p a {
  font-weight: bold;
}
p:last-child {
  margin-bottom: 0;
}

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

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 {
  border: 1px solid #034966 !important;
  border-radius: 0 !important;
  padding: 5px 10px;
  background: unset;
}

button, input, input[type=button], input[type=reset], input[type=submit] {
  box-shadow: unset !important;
  background: unset;
  border: unset;
  border-radius: 0 !important;
  padding: unset;
  font-size: 0.9rem;
}
button:focus, input:focus, input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus {
  outline: none !important;
}

.anchor {
  scroll-margin-top: 200px;
}

.site-search {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  padding: 50px 50px 20px;
}
.site-search .basic-search-form {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.site-search .basic-search-form .search-fields {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
}
.site-search .basic-search-form .search-fields input {
  flex: 1;
}
.site-search .basic-search-form .search-fields input[type=submit] {
  flex: 0;
}

.signature {
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  margin: 20px 0;
}

.script-font {
  font-family: "Raleway", sans-serif;
}

.lazy {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.lazy-contain {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.line-sep {
  position: relative;
  width: 1px;
  min-height: 10px;
  background: #034966;
  margin: 0 10px;
}

.dot-sep {
  position: relative;
}
.dot-sep::before {
  content: "·";
  font-size: 25px;
  color: #000000;
  margin: 0 10px;
}

.show {
  display: block !important;
}

.social-icon {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  margin: 0;
}

.block-full {
  width: 100%;
}

.block-half {
  width: 49%;
}

.block-fourth {
  width: 23%;
}

.block-third {
  width: 32%;
}

.block-fifth {
  width: 19%;
}

.pad-section {
  padding: 30px 0;
  margin-top: 30px;
  margin-bottom: 30px;
}

#content {
  position: relative;
  margin-top: 10vh;
}
#content .site-branding {
  padding: 65px 0;
}
#content .site-branding #logo {
  display: block;
  margin: 0 auto;
  max-width: 380px;
}

.page-title {
  position: relative;
  text-align: center;
}
.page-title.has-bar:after {
  content: "";
  position: absolute;
  top: 110%;
  left: 0;
  right: 0;
  width: 80px;
  height: 2px;
  background: #ffffff;
  margin: 0 auto;
}

.flex-wrap {
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap !important;
  -webkit-flex-wrap: wrap !important;
}

.flex-row {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
}

.flex-row-rev {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row-reverse !important;
  -webkit-flex-direction: row-reverse !important;
}

.flex-col {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
}

.flex-col-rev {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column-reverse !important;
  -webkit-flex-direction: column-reverse !important;
}

.align-start {
  display: -webkit-flex !important;
  display: flex !important;
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
}

.align-center {
  display: -webkit-flex !important;
  display: flex !important;
  align-items: center !important;
  -webkit-align-items: center !important;
}

.align-end {
  display: -webkit-flex !important;
  display: flex !important;
  align-items: flex-end !important;
  -webkit-align-items: flex-end !important;
}

.justify-start {
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
}

.justify-end {
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: flex-end !important;
  -webkit-justify-content: flex-end !important;
}

.justify-around {
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: space-around !important;
  -webkit-justify-content: space-around !important;
}

.justify-center {
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
}

.justify-between {
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: space-between !important;
  -webkit-justify-content: space-between !important;
}

.icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

a .icon {
  -webkit-transition: unset;
  -moz-transition: unset;
  -o-transition: unset;
  transition: unset;
}

.alm-btn-wrap {
  padding: 10px !important;
  margin: 50px 0 0 !important;
  border-top: 1px solid #034966 !important;
  border-bottom: 1px solid #034966 !important;
}
.alm-btn-wrap .alm-load-more-btn {
  height: auto !important;
  background: unset !important;
  color: black !important;
  font-size: 24px !important;
  text-transform: capitalize !important;
  letter-spacing: 3px !important;
  font-weight: 100 !important;
  margin: 0px !important;
  font-family: "Raleway", sans-serif !important;
}
.alm-btn-wrap .alm-load-more-btn:hover span {
  margin-left: 10px;
}

.slick-slider {
  position: relative;
}
.slick-slider .slick-arrow {
  position: absolute;
  top: 35%;
  font-size: 20px;
  color: #000000;
}
.slick-slider .slick-arrow.slick-prev {
  left: -1%;
}
.slick-slider .slick-arrow.slick-next {
  right: -1%;
}
.slick-slider .slick-arrow:hover {
  cursor: pointer;
  color: #ffffff;
}
.slick-slider .slick-dots {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  padding: 0;
  margin: 20px 0 40px;
  list-style: none;
}
.slick-slider .slick-dots li.slick-active button {
  padding: 0;
  background: #034966 !important;
}
.slick-slider .slick-dots li button {
  position: relative;
  color: transparent !important;
  width: 12px;
  height: 12px;
  background: #F2F2F2 !important;
  border: none;
  border-radius: 100% !important;
  margin: 0 7px;
  padding: 0;
}
.slick-slider .slick-dots li button:hover {
  background: #034966 !important;
}
.slick-slider .slick-dots li button:hover::after {
  background: unset !important;
}
.slick-slider .slick-dots li button::after {
  background: unset !important;
}
.slick-slider .slick-dots li button::focus {
  outline: none !important;
}
.slick-slider .slick-slide:focus {
  outline: none !important;
}

.nf-form-wrap .nf-form-fields-required {
  display: none;
}

.numbered-pagination {
  position: relative;
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  font-size: 12px;
  padding: 50px 20px;
}
.numbered-pagination > * {
  margin: 0 6px;
}
.numbered-pagination > .page-numbers {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  width: 26px;
  height: 26px;
  text-align: center;
}
.numbered-pagination > .page-numbers.current {
  background: #F2F2F2;
  border-radius: 100%;
}

blockquote {
  background: #F2F2F2;
  box-shadow: 0px 5px 7px 2px rgba(68, 68, 68, 0.1);
  margin: 0 0 20px;
  padding: 20px;
}
blockquote > p:last-child {
  margin-bottom: 0 !important;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#waypoint {
  position: relative;
  top: 10px;
}

#masthead {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px 30px;
  font-family: "Raleway", sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  background-color: #ffffff;
  z-index: 1000;
}
#masthead.lock_nav {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100000;
}
#masthead.lock_nav .site-navigation-wrap .menu-container {
  width: 100%;
}
#masthead.lock_nav .site-navigation-wrap #primary-menu {
  justify-content: center;
  -webkit-justify-content: center;
}
#masthead.lock_nav .site-navigation-wrap #primary-menu li {
  padding: 20px 0;
}
#masthead .site-navigation-wrap {
  position: relative;
}
#masthead .site-navigation-wrap #primary_menu {
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap !important;
  -webkit-flex-wrap: wrap !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
}
#masthead .site-navigation-wrap .main-navigation {
  width: unset;
}
#masthead .site-navigation-wrap .side-menu {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20%;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-size: 11px;
}
#masthead .site-navigation-wrap .side-menu .menu-suscribe {
  margin-left: 10px;
}
#masthead .header-block {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  float: none;
  flex: 1;
}
#masthead .header-block .menu-container {
  width: 100%;
}
#masthead .header-block.header-left .header-block-inner {
  margin-right: auto;
}
#masthead .header-block.header-middle {
  flex: 4;
}
#masthead .header-block.header-right .header-block-inner {
  margin-left: auto;
}
#masthead .header-block.header-right .header-block-inner .header-cta {
  margin: 0 10px;
}
@media screen and (max-width: 960px) {
  #masthead .header-block.header-right .header-block-inner .header-cta {
    display: none !important;
  }
}
#masthead #primary-menu {
  justify-content: center;
  -webkit-justify-content: center;
}
#masthead #primary-menu li {
  padding: 65px 0;
}
#masthead .menu-mobile-container {
  display: none;
}
@media screen and (max-width: 600px) {
  #masthead .menu-mobile-container {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 100000;
    background: white;
  }
  #masthead .menu-mobile-container .menu li {
    display: block;
    float: none;
    text-align: center;
    padding: 10px 0;
  }
}
@media screen and (max-width: 960px) {
  #masthead #mobile_nav_wrap {
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: row !important;
    -webkit-flex-direction: row !important;
    justify-content: flex-start !important;
    -webkit-justify-content: flex-start !important;
    width: 100%;
  }
  #masthead .site-navigation-wrap {
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: row !important;
    -webkit-flex-direction: row !important;
    align-items: center !important;
    -webkit-align-items: center !important;
    justify-content: space-between !important;
    -webkit-justify-content: space-between !important;
    height: 45px;
  }
  #masthead .site-navigation-wrap .header-left {
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: row !important;
    -webkit-flex-direction: row !important;
    align-items: center !important;
    -webkit-align-items: center !important;
    justify-content: flex-start !important;
    -webkit-justify-content: flex-start !important;
    margin-right: 20px;
  }
  #masthead .site-navigation-wrap .header-left .header-block-inner {
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: row !important;
    -webkit-flex-direction: row !important;
    align-items: center !important;
    -webkit-align-items: center !important;
    justify-content: flex-start !important;
    -webkit-justify-content: flex-start !important;
    margin-right: 0;
  }
  #masthead .site-navigation-wrap #site-navigation {
    display: none !important;
  }
  #masthead .site-navigation-wrap #site-navigation .menu-container {
    display: none;
  }
  #masthead .site-navigation-wrap #site-navigation.toggled .menu-container {
    display: block;
    position: fixed;
    top: 45px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: white;
  }
  #masthead .site-navigation-wrap #site-navigation.toggled .menu-container #primary-menu {
    display: block;
  }
  #masthead .site-navigation-wrap #site-navigation.toggled .menu-container #primary-menu li {
    padding: 8px 10px;
  }
  #masthead .site-navigation-wrap #site-navigation.toggled .menu-container #primary-menu li .posts-drop {
    display: none;
  }
}

#logo_wrap {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  position: relative;
  padding: 0;
  z-index: 1;
}
#logo_wrap img {
  max-height: 50px;
  width: auto;
}
@media screen and (max-width: 600px) {
  #logo_wrap {
    max-width: 300px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 960px) {
  body.customize-support #site-navigation.toggled .menu-container {
    top: 90px !important;
  }
  body.customize-support.lock_nav #site-navigation.toggled .menu-container {
    top: 45px !important;
  }
}
.test-container {
  display: flex;
}

.box {
  flex: 1;
  display: flex;
  justify-content: center;
}

.box:first-child > span {
  margin-right: auto;
}

.box:last-child > span {
  margin-left: auto;
}

.loop-main .loop-main-inner .loop-main-post .stacked-images {
  width: 49%;
  height: 665px;
}
.loop-main .loop-main-inner .loop-main-post .stacked-images .stacked-half {
  max-width: 325px;
  margin-right: -15%;
}
.loop-main .loop-main-inner .loop-main-post .loop-main-content {
  width: 42%;
  padding: 30px;
}
.loop-main .loop-main-inner .loop-main-post .loop-main-content .loop-main-meta {
  letter-spacing: 1px;
  font-family: "Raleway", sans-serif;
  margin-bottom: 10px;
}
.loop-main .loop-main-inner .loop-main-post .loop-main-content .loop-main-meta a.category-name {
  text-transform: uppercase;
  padding-right: 20px;
}
.loop-main .loop-main-inner .loop-main-post .loop-main-content .loop-main-meta .post-date {
  font-family: "Raleway", sans-serif;
  font-style: italic;
}
.loop-main .loop-main-inner .loop-main-post .loop-main-content .exceprt {
  font-family: "Lato", sans-serif;
  margin-bottom: 20px;
  line-height: 28px;
}
.loop-main .loop-main-inner .loop-main-post .loop-main-content a.view-post {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
}
.loop-main .loop-main-inner .loop-main-post .loop-main-content a.view-post span {
  padding-right: 10px;
}
.loop-main .loop-main-inner .loop-main-post .loop-main-content a.view-post .icon {
  width: 10px;
  fill: #7a7a7a;
}
.loop-main .loop-main-inner .loop-main-post .loop-main-content a.view-post:hover .icon {
  margin-left: 5px;
}
@media screen and (max-width: 960px) {
  .loop-main .loop-main-inner .loop-main-post .loop-main-content {
    padding: 30px;
  }
}
@media screen and (max-width: 960px) {
  .loop-main .loop-main-inner .loop-main-post .loop-main-content {
    padding: 30px;
    width: 44%;
  }
  .loop-main .loop-main-inner .loop-main-post .stacked-images {
    width: 55%;
    height: 465px;
  }
  .loop-main .loop-main-inner .loop-main-post .stacked-images .stacked-half {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .loop-main .loop-main-inner .loop-main-post {
    flex-direction: column;
  }
  .loop-main .loop-main-inner .loop-main-post .loop-main-content {
    padding: 20px;
    width: 100%;
  }
  .loop-main .loop-main-inner .loop-main-post .stacked-images {
    width: 90%;
    height: 300px;
  }
}

#featured_posts {
  background: #000000;
  color: white;
}
#featured_posts a {
  color: white !important;
}

#more_posts_home {
  border-top: 1px solid #D9D9D9;
  padding-top: 50px;
}

.archive-items, #archive_page .alm-reveal {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
  padding: 0 60px;
}

.archive-item {
  position: relative;
  width: 100%;
  padding: 15px 0;
}
.archive-item .archive-item-thumb {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .archive-item .archive-item-thumb {
    width: 100%;
  }
}
.archive-item .archive-item-body {
  width: 52%;
}
.archive-item .archive-item-body .archive-item-title {
  margin-bottom: 10px;
}
.archive-item .archive-item-body .archive-item-excerpt {
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .archive-item .archive-item-body {
    width: 100%;
  }
}
.archive-item:nth-child(2n) {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row-reverse !important;
  -webkit-flex-direction: row-reverse !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: space-between !important;
  -webkit-justify-content: space-between !important;
}
@media screen and (max-width: 768px) {
  .archive-item:nth-child(2n) {
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: column !important;
    -webkit-flex-direction: column !important;
    align-items: center !important;
    -webkit-align-items: center !important;
    justify-content: center !important;
    -webkit-justify-content: center !important;
  }
}
.archive-item:nth-child(2n+1) {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: space-between !important;
  -webkit-justify-content: space-between !important;
}
@media screen and (max-width: 768px) {
  .archive-item:nth-child(2n+1) {
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: column !important;
    -webkit-flex-direction: column !important;
    align-items: center !important;
    -webkit-align-items: center !important;
    justify-content: center !important;
    -webkit-justify-content: center !important;
  }
}

article.post,
article.snapshot {
  position: relative;
  padding: 50px 0 0;
}
article.post .entry-content,
article.snapshot .entry-content {
  width: 100%;
  padding: 0 60px;
}
article.post .entry-content ul, article.post .entry-content li,
article.snapshot .entry-content ul,
article.snapshot .entry-content li {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  line-height: 31px;
  letter-spacing: 0.5px;
}
article.post .entry-content .rs-code,
article.snapshot .entry-content .rs-code {
  text-align: center;
  margin-top: 50px;
}

.entry-header .entry-header-inner {
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap !important;
  -webkit-flex-wrap: wrap !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
}

.entry-footer {
  padding: 10px;
  margin: 50px 0 0;
  border-top: 1px solid #034966;
  border-bottom: 1px solid #034966;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
}
.entry-footer .entry-footer-actions > * {
  margin: 0 10px;
  font-family: "Raleway", sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
}
.entry-footer .entry-footer-actions span {
  margin-left: 6px;
  font-size: 10px;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .entry-footer {
    padding: 15px 0px;
    margin: 20px 0;
  }
  .entry-footer .entry-footer-actions > * {
    margin: 0px;
  }
}

/*--------------------------------------------------------------
# COMMENTS
--------------------------------------------------------------*/
#comments {
  display: none;
  max-width: 80%;
  margin: 50px auto 0;
}
#comments .comment-subtitle {
  font-family: "Raleway", sans-serif;
  letter-spacing: 2px;
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
}
#comments .container {
  max-width: 685px;
}
#comments .comments-title {
  display: none;
  text-align: center;
}
#comments .respond textarea {
  width: 100%;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: "Lato", sans-serif;
}
#comments .comment-input-half {
  width: 49%;
}
#comments input[type=text], #comments input[type=email], #comments input[type=url], #comments input[type=password], #comments input[type=search], #comments input[type=number], #comments input[type=tel], #comments input[type=range], #comments input[type=date], #comments input[type=month], #comments input[type=week], #comments input[type=time], #comments input[type=datetime], #comments input[type=datetime-local], #comments input[type=color], #comments textarea {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 7px 10px;
  border-radius: 0;
  margin-bottom: 5px;
  width: 100%;
}
#comments input#submit {
  width: 100%;
  background: #aba9a2 !important;
  color: white !important;
  border: none;
}
#comments div#respond {
  margin-bottom: 50px;
}
#comments .comment-list {
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
}
#comments .comment-list .comment .comment-meta {
  display: -webkit-flex;
  display: flex;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  padding-bottom: 20px;
}
#comments .comment-list .comment .comment-meta .avatar, #comments .comment-list .comment .comment-meta .says {
  display: none;
}
#comments .comment-list .comment .comment-meta .comment-metadata {
  display: none;
}
#comments .comment-list .comment .children {
  margin: 40px 0px;
}
#comments .comment-list .comment .reply {
  border-bottom: 1px solid #dadada;
  padding-bottom: 15px;
}
.snapshot-post-wrapper {
  padding: 50px;
}
.snapshot-post-wrapper .snapshot-post-inner {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  position: relative;
}
.snapshot-post-wrapper .snapshot-post-inner .snapshot-image {
  width: 50%;
}
.snapshot-post-wrapper .snapshot-post-inner .snapshot-body {
  position: relative;
  width: 50%;
  padding: 20px 50px;
  z-index: 1;
}
.snapshot-post-wrapper .snapshot-post-inner .snapshot-body h5.snapshot-label {
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 50px;
  line-height: 30px;
  letter-spacing: 0;
}
.snapshot-post-wrapper .snapshot-post-inner .snapshot-body .snapshot-products {
  width: 100%;
}
.snapshot-post-wrapper .snapshot-post-inner .snapshot-body .snapshot-products .product .product-image {
  max-height: 150px;
  width: auto;
}
.snapshot-post-wrapper .snapshot-post-inner .snapshot-body .snapshot-products .product .product-brand {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  font-family: "Raleway", sans-serif;
}
.snapshot-post-wrapper .snapshot-post-inner .snapshot-body .snapshot-products .product .product-link {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .snapshot-post-wrapper .snapshot-post-inner .snapshot-body {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .snapshot-post-wrapper .snapshot-post-inner {
    flex-direction: column !important;
  }
  .snapshot-post-wrapper .snapshot-post-inner .snapshot-image {
    width: 100%;
    margin-bottom: 20px;
  }
  .snapshot-post-wrapper .snapshot-post-inner .snapshot-body {
    padding: 30px;
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .snapshot-post-wrapper {
    padding: 50px 20px;
  }
  .snapshot-post-wrapper .snapshot-post-inner {
    flex-direction: column !important;
  }
  .snapshot-post-wrapper .snapshot-post-inner .snapshot-image {
    width: 100%;
    margin-bottom: 20px;
  }
  .snapshot-post-wrapper .snapshot-post-inner .snapshot-body {
    padding: 30px;
    width: 100%;
    margin-left: 0;
  }
  .snapshot-post-wrapper .snapshot-post-inner .snapshot-body h2.snapshot-title {
    line-height: 33px;
    font-size: 29px;
    margin-bottom: 15px;
  }
  .snapshot-post-wrapper .snapshot-post-inner .snapshot-body .snapshot-products .snapshot-product .snapshot-product-wrapper {
    text-align: center;
  }
  .snapshot-post-wrapper .snapshot-post-inner .snapshot-body .snapshot-products .snapshot-product .snapshot-product-wrapper .snapshot-product-brand h3 {
    font-size: 28px;
    text-align: center;
  }
}

.page-space {
  margin-top: 87px;
}

.title-banner {
  width: 100%;
  color: #ffffff;
  background: #034966;
  padding: 100px;
  text-align: center;
}

.page-banner {
  position: relative;
  width: 100%;
  padding: 30px;
  max-height: 650px;
  min-height: 300px;
}
.page-banner.text-bottom {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: flex-end !important;
  -webkit-align-items: flex-end !important;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
}
.page-banner.text-center {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
}
@media screen and (max-width: 600px) {
  .page-banner.text-center {
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: row !important;
    -webkit-flex-direction: row !important;
    align-items: flex-end !important;
    -webkit-align-items: flex-end !important;
    justify-content: flex-start !important;
    -webkit-justify-content: flex-start !important;
  }
}
.page-banner.overlay::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(106.33deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 90%);
  z-index: 0;
}
.page-banner > * {
  z-index: 1;
}
.page-banner .page-quote {
  position: relative;
  font-size: 36px;
  max-width: 500px;
  z-index: 1;
}
.page-banner .page-quote .quote-text {
  margin-bottom: 20px;
}
.page-banner .page-quote .quote-text p {
  font-size: 36px;
  text-align: left;
  line-height: 1.25em;
}
@media screen and (max-width: 768px) {
  .page-banner .page-quote .quote-text p {
    font-size: 22px;
  }
}
.page-banner .page-quote .quote-by {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .page-banner .page-quote {
    font-size: 22px;
  }
}

.entry-content {
  padding: 0 60px;
}

#about_page .about-outer {
  padding: 50px;
}
#about_page .about-inner .about-images {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: flex-end !important;
  -webkit-align-items: flex-end !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
}
#about_page .about-inner .about-images .about-image-main {
  width: 89%;
}
#about_page .about-inner .about-images .about-image-side {
  position: relative;
  width: 48%;
  margin-left: -37%;
  margin-bottom: -30px;
  border-top: 10px solid white;
  border-left: 10px solid white;
}
#about_page .about-inner .about-body .page-title {
  text-align: left;
}
#about_page #about_main .stacked-images {
  width: 49%;
  height: 665px;
}
#about_page #about_main .stacked-images .stacked-half {
  max-width: 325px;
  margin-right: -15%;
}
#about_page #about_main .loop-main-content {
  width: 42%;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  #about_page #about_main {
    flex-direction: column;
  }
  #about_page #about_main .stacked-images {
    width: 75%;
    height: 565px;
  }
  #about_page #about_main .stacked-images .stacked-half {
    display: none;
  }
  #about_page #about_main .loop-main-content {
    width: 80%;
    padding: 30px;
  }
}
#contact_page {
  padding: 50px;
}
#contact_page .contact-wrapper {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  width: 100%;
}
#contact_page .contact-wrapper .contact-image {
  width: 56%;
}
#contact_page .contact-wrapper .contact-body {
  position: relative;
  width: 54%;
  margin-left: -10%;
  background: #ffffff;
  padding: 30px;
}
#contact_page .contact-wrapper .contact-body .page-title {
  text-align: left;
}
#contact_page .contact-wrapper .contact-body p {
  margin: 0;
}
#contact_page .contact-wrapper .contact-body input {
  border: 1px solid black !important;
  border-radius: 0 !important;
}
#contact_page .contact-wrapper .contact-body textarea {
  border: 1px solid black !important;
  border-radius: 0 !important;
}
#contact_page .contact-wrapper .contact-body .nf-field-container {
  margin-bottom: 20px;
}
#contact_page .contact-wrapper .contact-body nf-field {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
  display: block;
}
#contact_page .contact-wrapper .contact-body nf-field .nf-field-container {
  width: 100%;
}
#contact_page .contact-wrapper .contact-body nf-field .nf-field-container.submit-container {
  width: auto;
}
#contact_page .contact-wrapper .contact-body nf-field:last-child {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: flex-end !important;
  -webkit-justify-content: flex-end !important;
}
#contact_page .contact-wrapper .contact-body nf-field input[value=Submit][type=button] {
  background: unset;
  border: none !important;
  color: black;
  font-size: 12px;
  letter-spacing: 2px;
  margin: 0 auto;
  font-family: "Lato", sans-serif;
  text-transform: capitalize;
}
#contact_page .contact-wrapper .contact-body .nf-field-element textarea {
  height: 106px;
}
#contact_page .contact-wrapper .contact-body .label-above .nf-field-label {
  margin: 0;
}
#contact_page .contact-wrapper .contact-body .nf-field-label label {
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
}
#contact_page .contact-wrapper .contact-body .nf-form-fields-required {
  display: none !important;
}

.home-link .icon {
  position: relative;
  top: 3px;
  margin-right: 10px;
}

#influence_slides .influence-slide {
  width: 100%;
  height: 550px;
}

#cta_blocks {
  padding: 50px;
}
#cta_blocks .cta-block {
  position: relative;
  background: #E4C7D5;
  color: white;
  width: 32%;
  margin-bottom: 2%;
  padding: 30px;
}
#cta_blocks .cta-block .cta-title-wrap {
  position: relative;
}
#cta_blocks .cta-block .cta-title-wrap .cta-block-index {
  position: relative;
  font-size: 105px;
  opacity: 0.4;
  z-index: 0;
}
#cta_blocks .cta-block .cta-title-wrap .cta-title {
  position: absolute;
  font-size: 18px;
  z-index: 1;
}
#cta_blocks .cta-block .cta-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
}
#cta_blocks .cta-block:hover .cta-wrap {
  visibility: visible;
  opacity: 1;
}

#influence_testimonials .testimonials-container {
  max-width: 950px;
  width: 85%;
  margin: 0 auto;
}
#influence_testimonials .testimonial {
  margin-bottom: 50px;
}
#influence_testimonials .testimonial .testimonial-photo {
  min-width: 250px;
  min-height: 250px;
  border-radius: 100%;
}
#influence_testimonials .testimonial .testimonial-content {
  width: 80%;
}

#shop_page {
  padding: 50px 0;
}
#shop_page .shop-search {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  padding: 50px 50px 20px;
}
#shop_page .shop-search .shop-search-form {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
#shop_page .shop-search .shop-search-form .search-fields {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
}
#shop_page .shop-search .shop-search-form .search-fields input {
  flex: 1;
}
#shop_page .shop-search .shop-search-form .search-fields input[type=submit] {
  flex: 0;
}
#shop_page section .container-xl {
  padding: 50px;
  margin: 50px 0;
  border-top: 1px solid #034966;
}
#shop_page .shop-inner {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  text-align: center;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
}
#shop_page .shop-inner > * {
  width: 100%;
}
#shop_page .shop-nav {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: space-between !important;
  -webkit-justify-content: space-between !important;
}
#shop_page .shop-nav #shop_menu {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
#shop_page .shop-nav #shop_menu ul {
  padding: 5px 0px;
}
#shop_page .shop-nav #shop_menu li {
  text-align: left;
  margin: 5px 10px;
}
#shop_page .shop-nav #shop_menu li.current-menu-item {
  border-bottom: 2px solid #45A3B8;
}
#shop_page .shop-nav #shop_menu li .sub-menu {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
#shop_page .shop-nav .shop-nav-title {
  font-size: 22px;
  font-family: "Raleway", sans-serif;
  color: black;
  padding-bottom: 12px;
}
#shop_page.index .shop-nav {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
}
#shop_page .products-grid-wrapper .product-grid-item {
  width: 25%;
  padding: 20px;
  text-align: center;
}
#shop_page .products-grid-wrapper .product-grid-item .flex-col .product-thumb {
  width: 100%;
  height: 285px;
  position: relative;
}
#shop_page .products-grid-wrapper .product-grid-item .flex-col .product-thumb .shop-btn {
  opacity: 0;
  position: absolute;
}
#shop_page .products-grid-wrapper .product-grid-item .flex-col .product-thumb:hover .shop-btn {
  opacity: 1;
}
#shop_page .products-grid-wrapper .product-grid-item .flex-col .product-brand {
  width: 100%;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  letter-spacing: 0.72px;
  padding: 10px 8px 0;
}
#shop_page .products-grid-wrapper .product-grid-item .flex-col .product-title {
  width: 100%;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  padding: 0px 8px;
}

.product .product-wrap {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
}
.product .product-wrap .product-image-wrap {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  position: relative;
  width: 100%;
  text-align: center;
}
.product .product-wrap .product-image-wrap .product-image {
  max-height: 200px;
  width: auto;
}
.product .product-wrap .product-image-wrap .shop-btn {
  position: absolute;
}
.product .product-wrap .product-link-wrap {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
}
.product .product-wrap .product-link-wrap .product-link {
  text-transform: uppercase;
}

#footer_menu_container {
  background: #F2F2F2;
  border-top: 1px solid #034966;
  padding: 15px 30px;
}
#footer_menu_container #footer_menu {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
}

.site-disclaimer {
  text-align: center;
  padding: 10px;
  background: #034966;
  color: #ffffff;
}
.site-disclaimer p {
  text-align: center;
}
.site-disclaimer a:hover {
  color: #ffffff !important;
  text-decoration: underline !important;
}

#colophon {
  position: relative;
  padding: 13px 30px;
  background: #034966;
  color: #ffffff;
}
#colophon #footer_menu_container {
  margin: 0 10px;
}
#colophon #footer_menu {
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap !important;
  -webkit-flex-wrap: wrap !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
}
#colophon .site-info {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: space-between !important;
  -webkit-justify-content: space-between !important;
}
#colophon .site-info .site-copy {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
}
#colophon .site-info .site-copy .icon {
  width: 94px;
  height: 15px;
  margin-right: 20px;
}
#colophon .site-info .site-built span {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
}
#colophon .site-info .site-built span a {
  margin-left: 5px;
}
#colophon .site-info .site-built img {
  max-height: 25px;
  margin-top: 1px;
  margin-left: 4px;
}
@media screen and (max-width: 768px) {
  #colophon .site-info {
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: column !important;
    -webkit-flex-direction: column !important;
    align-items: center !important;
    -webkit-align-items: center !important;
    justify-content: center !important;
    -webkit-justify-content: center !important;
    text-align: center !important;
  }
  #colophon .site-info .site-copy {
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: column !important;
    -webkit-flex-direction: column !important;
    align-items: center !important;
    -webkit-align-items: center !important;
    justify-content: center !important;
    -webkit-justify-content: center !important;
  }
  #colophon .site-info .site-built {
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: row !important;
    -webkit-flex-direction: row !important;
    align-items: center !important;
    -webkit-align-items: center !important;
    justify-content: center !important;
    -webkit-justify-content: center !important;
  }
}

.logo-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  z-index: -1;
}

.custom-search-form {
  width: 100%;
}
.custom-search-form .search-with-icon .search-field {
  border: none !important;
  border-radius: 0 !important;
  background-color: white !important;
  padding: 5px 5px 5px 30px;
  font-style: italic;
}

.flex_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex_row .flex_row_block, .flex_row > * {
  width: 49%;
}
.flex_row img {
  display: block;
  max-width: 49%;
  margin: 2% 0;
}
.flex_row img:nth-of-type(2n) {
  margin-left: 1%;
}
.flex_row img:nth-of-type(2n+1) {
  margin-right: 1%;
}
@media screen and (max-width: 768px) {
  .flex_row {
    flex-direction: column;
    justify-content: flex-start;
  }
  .flex_row > * {
    width: 100%;
  }
  .flex_row img {
    max-width: 100%;
    margin: 20px 0;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(200, 200, 200, 0.75);
  z-index: 150;
  display: none;
  cursor: pointer;
}
.modal a {
  color: white;
}
.modal .modal-box {
  background: #F2F2F2;
  color: #000000;
  padding: 0;
  position: relative;
  width: 90%;
  max-width: 500px !important;
  top: 50%;
  margin: auto;
  left: 0;
  right: 0;
  cursor: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.modal .modal-box #popup-close {
  position: absolute;
  top: 6px;
  right: 10px;
  max-width: 16px;
  z-index: 50;
}
.modal .modal-box #popup-close .icon {
  width: 25px;
  height: 25px;
  fill: black;
}
.modal .modal-box .modal-inner {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
.modal .modal-box .modal-inner .footer-subscribe {
  padding: 50px;
}
.modal .modal-box .modal-inner .footer-subscribe .footer-social {
  padding: 0px 0px 30px;
}
.modal .modal-box .modal-inner .footer-subscribe .subscribe-title {
  font-family: "Raleway", sans-serif;
  font-size: 70px;
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.modal .modal-box .modal-inner .footer-subscribe .subscribe-text {
  font-family: "Lato", sans-serif;
}
.modal .modal-box .modal-inner .popup-image {
  width: 100%;
}
.modal .modal-box .modal-inner .popup-text {
  width: 80%;
  margin: 0 auto;
}
.modal .modal-box .modal-inner .popup-text h3 {
  font-weight: normal;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  margin-bottom: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.modal .modal-box .modal-inner .popup-text p {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 25px;
  margin-bottom: 24px;
}
.modal .modal-box .modal-inner .popup-text #mc_embed_signup_scroll p {
  margin-bottom: -20px;
}
.modal .modal-box .modal-inner h1 {
  margin-top: 0;
  margin-bottom: 0;
  color: black;
  font-size: 28px;
  padding: 0px 40px;
  letter-spacing: 1px;
}
.modal .modal-box .modal-inner nf-field:nth-child(1) {
  float: left;
  width: 48%;
}
.modal .modal-box .modal-inner nf-field:nth-child(2) {
  float: right;
  width: 48%;
}
.modal .modal-box .modal-inner nf-field:nth-child(3) .nf-field-container {
  margin-bottom: 0;
}
.modal .modal-box .modal-inner input {
  border: none;
  padding: 8px;
  letter-spacing: 2px;
  font-family: "Raleway", sans-serif;
  font-size: 11px;
  line-height: 13px;
}
.modal .modal-box .modal-inner input[type=button] {
  padding: 7px 5%;
  margin-bottom: 30px;
}
.modal .modal-box .modal-inner textarea {
  border: none;
  padding: 8px;
  letter-spacing: 2px;
  font-family: "Raleway", sans-serif;
  font-size: 11px;
  line-height: 13px;
}
.modal #mc-embedded-subscribe-form {
  position: relative;
  padding: 0 !important;
}
.modal #mc-embedded-subscribe-form input {
  border-radius: unset !important;
  display: block;
  width: 100%;
  padding: 10px 10px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  margin: 2px;
}
.modal #mc-embedded-subscribe-form input[type=submit] {
  padding: 7px 5%;
  margin-bottom: 30px;
}
.modal #mc-embedded-subscribe-form .fa-envelope-o {
  position: absolute;
  top: 8px;
  right: 5px;
  font-size: 14px;
  z-index: 50;
}
.modal #mc_embed_signup .mc-field-group {
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 0;
  text-align: left;
  min-height: unset;
}
.modal #mc_embed_signup .mc-field-group label {
  font-size: 10px;
  margin-bottom: 5px;
}
.modal[data-trigger=contact-popup] .modal-box .modal-inner {
  text-align: center;
  margin: 50px 0;
}
.modal[data-trigger=contact-popup] .modal-box .modal-inner h1, .modal[data-trigger=contact-popup] .modal-box .modal-inner h2, .modal[data-trigger=contact-popup] .modal-box .modal-inner h3, .modal[data-trigger=contact-popup] .modal-box .modal-inner h4, .modal[data-trigger=contact-popup] .modal-box .modal-inner h5, .modal[data-trigger=contact-popup] .modal-box .modal-inner h6 {
  position: relative;
}
.modal[data-trigger=contact-popup] .modal-box .modal-inner h1::after, .modal[data-trigger=contact-popup] .modal-box .modal-inner h2::after, .modal[data-trigger=contact-popup] .modal-box .modal-inner h3::after, .modal[data-trigger=contact-popup] .modal-box .modal-inner h4::after, .modal[data-trigger=contact-popup] .modal-box .modal-inner h5::after, .modal[data-trigger=contact-popup] .modal-box .modal-inner h6::after {
  content: "";
  position: relative;
  display: block;
  width: 115px;
  height: 1px;
  background: #000000;
  margin: 10px auto 20px;
}
.modal[data-trigger=contact-popup] .modal-box .modal-inner form {
  width: 85%;
  max-width: 700px;
  margin: 0 auto;
}
.modal[data-trigger=contact-popup] .modal-box .modal-inner form .nf-form-fields-required {
  display: none !important;
}
.modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field .nf-field-container {
  margin-bottom: 20px;
}
.modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field .nf-field-container .nf-field-label label {
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
}
.modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field .nf-field-container.label-above .nf-field-label {
  margin: 0;
}
.modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field .nf-field-container textarea {
  border: 2px solid #F4F4F4;
  border-radius: 0;
  height: 106px;
}
.modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field .nf-field-container input {
  border: 2px solid #F4F4F4;
  border-radius: 0;
}
.modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field:nth-child(2), .modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field:nth-child(3) {
  float: right;
  width: 49%;
  clear: right;
}
.modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field:nth-child(1), .modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field:nth-child(4), .modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field:nth-child(5) {
  float: left;
  width: 49%;
  clear: left;
}
.modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field:nth-child(6) {
  display: block;
  width: 100%;
}
.modal[data-trigger=subscribe-popup] .modal-box {
  padding: 0;
  max-width: 820px;
}
.modal[data-trigger=subscribe-popup] .modal-box .modal-inner {
  flex-wrap: nowrap;
  padding-right: 5%;
}
.modal[data-trigger=subscribe-popup] .modal-box .modal-inner .popup-image {
  width: 50%;
}
.modal.watercolor .modal-box {
  padding: 30px 5% 20px;
  background: url("brandworx/images/watercolor.png") no-repeat bottom right/74% #F2F2F2;
  background-position-x: 145%;
  background-position-y: 165%;
}
.modal.watercolor .modal-box .modal-inner .popup-text {
  width: 100%;
}
.modal.watercolor .modal-box .modal-inner .popup-text h2, .modal.watercolor .modal-box .modal-inner .popup-text h3 {
  margin: 0 0 20px;
  font-weight: bold;
}
.modal.watercolor .modal-box .modal-inner .popup-text .nf-form-wrap .nf-form-fields-required {
  display: none;
}
.modal.watercolor .modal-box .modal-inner .popup-text .nf-form-wrap nf-field .nf-field-container {
  margin: 0 0 15px;
}
.modal.watercolor .modal-box .modal-inner .popup-text .nf-form-wrap nf-field:nth-child(1), .modal.watercolor .modal-box .modal-inner .popup-text .nf-form-wrap nf-field:nth-child(2) {
  width: 100%;
  float: none;
}
.modal.watercolor .modal-box .modal-inner .popup-text .nf-form-wrap nf-field:last-child .nf-field-container {
  margin: 0 0 0;
  text-align: left;
}
.modal.watercolor .modal-box .modal-inner input[type=button] {
  margin: 0;
}

#search-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 150000;
  display: none;
  cursor: pointer;
}
#search-modal .modal-box {
  width: 50%;
  position: absolute;
  top: 50%;
  margin: auto;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 5px;
  cursor: auto;
}
#search-modal .modal-box #search-close {
  position: absolute;
  top: -20px;
  right: -15px;
  z-index: 50;
}
#search-modal .modal-box #search-close .icon {
  width: 20px;
  height: 20px;
  padding: 3px;
  color: white;
  border-radius: 100%;
}
#search-modal .modal-box .widget {
  margin: 0;
}
#search-modal .modal-box .modal-inner {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
#search-modal .modal-box .modal-inner h1 {
  margin-top: 0;
  margin-bottom: 0;
  background-color: #ECD4C9;
  color: #fff;
  font-size: 38px;
  padding: 20px 38px;
}
#search-modal .modal-box .modal-inner label {
  width: 100%;
}
#search-modal .modal-box .modal-inner input {
  background: white;
  flex: 1;
}
#search-modal .modal-box .modal-inner input.search-field {
  width: 100%;
  padding: 24px;
  font-size: 16px;
  font-weight: 100;
  text-transform: uppercase;
  box-shadow: none;
  border: solid 1px #999999;
  border-radius: 0;
}
#search-modal .modal-box .modal-inner input[type=submit] {
  flex: 0;
}
#search-modal .modal-box .modal-inner #searchsubmit {
  background: url(../../images/search.png) center center no-repeat;
  background-color: white;
  font-size: 20px;
  color: black;
  box-shadow: none;
  border: none;
  border-radius: 0;
  vertical-align: top;
  float: left;
  padding: 20px 20px 30px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#search-modal .modal-box .modal-inner #searchsubmit:hover {
  background-color: #eaeaea;
}

.diamonds-sep {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
  position: relative;
  width: 100%;
  color: #034966;
}
.diamonds-sep .icon {
  width: 100px;
  height: 15px;
}
.diamonds-sep .diamonds-before,
.diamonds-sep .diamonds-after {
  height: 1px;
  background: #034966;
}
.diamonds-sep.align-left .diamonds-before {
  width: 50px;
}
.diamonds-sep.align-left .diamonds-after {
  width: 100%;
}
.diamonds-sep.align-center .diamonds-before {
  flex: 1;
}
.diamonds-sep.align-center .diamonds-after {
  flex: 1;
}
.diamonds-sep.align-right .diamonds-before {
  width: 100%;
}
.diamonds-sep.align-right .diamonds-after {
  width: 50px;
}

.share-icon {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
  padding: 5px;
  width: 30px;
  height: 30px;
  background: white;
  border: 1px solid #034966;
  z-index: 2;
}

input#postURL {
  position: absolute;
  right: -9999px;
}

.share-icons {
  position: relative;
}
.share-icons .social-share {
  position: relative;
}
.share-icons .social-share .social-share-inner {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  position: relative;
}
.share-icons .social-share .social-share-inner.vertical-share {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
}
.share-icons .social-share .social-share-inner.vertical-share .social-share-title {
  transform: rotate(90deg) translate(0, -167%);
  transform-origin: top left;
  margin-bottom: 60%;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 11px;
}
.share-icons .social-share .social-share-inner.vertical-share .share-icons-wrap {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
  position: relative;
  opacity: 1;
  visibility: visible;
}
.share-icons .social-share .social-share-inner.fade-share .social-share-title {
  display: block;
}
.share-icons .social-share .social-share-inner.fade-share .share-icons-wrap {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  position: absolute;
  z-index: 1;
  background: #ffffff;
  padding: 2px 20px;
}
.share-icons .social-share .social-share-inner .social-share-title {
  display: none;
}
.share-icons .social-share .social-share-inner .share-icons-wrap {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  position: relative;
}
.share-icons .social-share .share {
  margin: 8px;
}
.share-icons .social-share .share span {
  margin-left: 6px;
  font-size: 10px;
  text-transform: uppercase;
}
.social-icons {
  position: relative;
}
.social-icons .social-icons-header {
  font-size: 12px;
  letter-spacing: 1px;
  margin-right: 10px;
  text-transform: uppercase;
}

.social-icon {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  font-size: 12px;
  margin: 0 5px;
}
.social-icon span {
  margin-left: 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.video-block {
  position: relative;
  padding: 80px 50px;
}
.video-block .video-block-container .video-block-wrap {
  position: relative;
  width: 100%;
}
.video-block .video-block-container .video-block-wrap .video-block-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.video-block .video-block-container .video-block-wrap .video-block-image .video-block-image-inner {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.video-block .video-block-container .video-block-wrap .video-block-image .video-block-image-inner .icon {
  width: 55px;
  height: 55px;
  color: #ffffff;
}
.video-block .video-block-container .video-block-wrap .video-block-image .video-block-image-inner .icon:hover {
  color: #000000;
  cursor: pointer;
}
.video-block .video-block-container .video-block-wrap .video-block-image::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.video-block .video-block-container .video-block-wrap .embed-container {
  position: relative;
  z-index: 1;
}
.video-block .video-block-container .video-block-wrap .embed-container.localhost {
  padding: 0;
}
.video-block .video-block-container .video-block-wrap .embed-container.localhost .wp-video {
  width: 100% !important;
}
.video-block .video-block-container .video-block-wrap .embed-container.localhost .wp-video .wp-video-shortcode {
  width: 100% !important;
}

#mobile_nav_wrap {
  display: none;
  cursor: pointer;
}
#mobile_nav_wrap .mobile-nav-trigger-open {
  display: none;
  margin: 0px 20px;
  font-size: 18px;
}
@media screen and (max-width: 960px) {
  #mobile_nav_wrap .mobile-nav-trigger-open {
    display: block;
  }
}
#mobile_nav_wrap.toggled .mobile-nav-trigger-open {
  display: none;
}
@media screen and (min-width: 960px) {
  #mobile_nav_wrap {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  #mobile_nav_wrap {
    display: block;
  }
  body.customize-support #mobile_nav_wrap .mobile-nav-outer {
    top: 92px;
  }
  body.customize-support.lock_nav #mobile_nav_wrap .mobile-nav-outer {
    top: 46px;
  }
}

.mobile-nav-outer {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
  position: fixed;
  max-width: 355px;
  padding-top: 50px;
  width: 100%;
  top: 0;
  right: -500px;
  bottom: 0;
  background: white;
  overflow-y: scroll;
  z-index: 1000000;
}
#colophon .mobile-nav-outer {
  color: #000000;
}
.mobile-nav-outer .mobile-nav-trigger-close {
  display: block;
  font-size: 18px;
  position: absolute;
  top: 60px;
  right: 27px;
  width: 20px;
  height: 20px;
}
#masthead.lock_nav #mobile_nav_wrap .mobile-nav-trigger-close {
  top: 13px;
}

@media screen and (max-width: 960px) {
  .mobile-nav-outer .mobile-nav-trigger-close {
    top: 13px;
  }
}
.mobile-nav-outer::-webkit-scrollbar {
  width: 1px;
}
.mobile-nav-outer::-webkit-scrollbar-track {
  background: #ffffff;
  width: 1px;
}
.mobile-nav-outer::-webkit-scrollbar-thumb {
  background-color: #000000;
  width: 1px;
}
body.customize-support #mobile_nav_wrap .mobile-nav-outer {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.customize-support #mobile_nav_wrap .mobile-nav-outer {
    top: 46px;
  }
}
body.customize-support #masthead.lock_nav #mobile_nav_wrap .mobile-nav-outer {
  top: 0;
}

.mobile-nav-outer .mobile-nav-image {
  width: 100%;
}
.mobile-nav-outer .mobile-nav-body {
  width: 100%;
  padding: 30px;
}
.mobile-nav-outer .mobile-nav-body > * {
  width: 100%;
}
.mobile-nav-outer .mobile-nav-body #mobile_logo {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0;
}
.mobile-nav-outer .mobile-nav-body #mobile_logo img {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu_container {
  width: 100%;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
  width: 100%;
  text-align: left;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu .menu-item a {
  display: block;
  margin-bottom: 20px;
}
.mobile-nav-outer .mobile-nav-body .mobile-ctas {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  width: 100%;
  margin: 20px;
}
.mobile-nav-outer .mobile-nav-body .mobile-ctas .mobile-cta {
  margin: 0 0 10px;
  width: 100%;
}
.mobile-nav-outer .mobile-nav-body .mobile-ctas .mobile-cta:last-child {
  margin-bottom: 0;
}
.mobile-nav-outer .mobile-nav-body .social-icons {
  margin: 35px 0;
}
.mobile-nav-outer .mobile-nav-body #mobile_search {
  margin-bottom: 35px;
}
.mobile-nav-outer .mobile-nav-body #mobile_search .icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.mobile-nav-outer .mobile-nav-body #mobile_search .widget {
  margin: 0;
  width: 100%;
}
.mobile-nav-outer .mobile-nav-body #mobile_search .widget input {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .mobile-nav-outer {
    padding-top: 45px;
  }
}

#mobile_nav_bg {
  display: none;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
}

#testimonials {
  position: relative;
  padding: 50px;
  color: #ffffff;
  background: linear-gradient(122.62deg, #336699 0%, #000066 100%);
}
#testimonials a {
  text-decoration: underline;
}
#testimonials .testimonials-container {
  max-width: 1215px;
}
#testimonials .testimonials-container .testimonials-slider {
  width: 100%;
}
#testimonials .testimonials-container .testimonials-slider .testimonial .testimonial-inner {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
}
#testimonials .testimonials-container .testimonials-slider .testimonial .testimonial-inner .testimonial-image {
  width: 100%;
  max-width: 120px;
  border-radius: 100%;
}
#testimonials .testimonials-container .testimonials-slider .testimonial .testimonial-inner .testimonial-title {
  font-size: 36px;
  margin-top: 20px;
}
#testimonials .testimonials-container .testimonials-slider .testimonial .testimonial-inner .testimonial-rating {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  margin: 16px 0 6px;
}
#testimonials .testimonials-container .testimonials-slider .testimonial .testimonial-inner .testimonial-rating .icon {
  width: 20px;
  height: 20px;
  margin: 0 2px;
  color: #45A3B8;
}
#testimonials .testimonials-container .testimonials-slider .testimonial .testimonial-inner .testimonial-text {
  position: relative;
  width: 100%;
  margin-top: 35px;
  text-align: justify;
}
#testimonials .testimonials-container .testimonials-slider .testimonial .testimonial-inner .testimonial-text p {
  font-size: 24px;
  quotes: "“" "”" "‘" "’";
}
#testimonials .testimonials-container .testimonials-slider .testimonial .testimonial-inner .testimonial-text p::before {
  content: open-quote;
}
#testimonials .testimonials-container .testimonials-slider .testimonial .testimonial-inner .testimonial-text p::after {
  content: close-quote;
}

.banner-cta {
  position: relative;
  padding: 120px 50px;
}
.banner-cta .banner-cta-container {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: space-between !important;
  -webkit-justify-content: space-between !important;
}
.banner-cta .banner-cta-container .banner-cta-title {
  font-size: 36px;
  padding-right: 20px;
  flex: 3;
}
@media screen and (max-width: 960px) {
  .banner-cta .banner-cta-container .banner-cta-title {
    font-size: 23.4px;
  }
}
.banner-cta .banner-cta-container .banner-cta-btn {
  flex: 1;
}
@media screen and (max-width: 960px) {
  .banner-cta {
    padding: 50px;
  }
}

.cards {
  position: relative;
  padding: 80px 50px;
}
.cards .cards-container .cards-title {
  text-align: center;
  color: #034966;
}
.cards .cards-container .cards-text {
  text-align: center;
  margin: 20px;
}
.cards .cards-container .cards-wrapper {
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap !important;
  -webkit-flex-wrap: wrap !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
}
.cards .cards-container .cards-wrapper .card {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: space-between !important;
  -webkit-justify-content: space-between !important;
  width: 33%;
  padding: 20px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.cards .cards-container .cards-wrapper .card .card-image {
  display: block;
  width: 100%;
}
.cards .cards-container .cards-wrapper .card .card-body {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
  justify-content: space-between !important;
  -webkit-justify-content: space-between !important;
  background: white;
  flex: 1;
  width: 100%;
  padding: 50px;
}
.cards .cards-container .cards-wrapper .card .card-body .card-title {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  flex: 1;
}
@media screen and (max-width: 960px) {
  .cards .cards-container .cards-wrapper .card {
    width: 100%;
    max-width: 500px;
  }
}
@media screen and (max-width: 960px) {
  .cards .cards-container .cards-wrapper {
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: column !important;
    -webkit-flex-direction: column !important;
    align-items: center !important;
    -webkit-align-items: center !important;
    justify-content: center !important;
    -webkit-justify-content: center !important;
  }
}

#contact_section {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: flex-end !important;
  -webkit-align-items: flex-end !important;
  justify-content: flex-end !important;
  -webkit-justify-content: flex-end !important;
  position: relative;
  padding: 80px;
}
#contact_section .contact-body {
  max-width: 580px;
  padding: 50px;
  width: 90%;
  background: rgba(255, 255, 255, 0.95);
}
#contact_section .contact-body .contact-title {
  color: #034966;
}
@media screen and (max-width: 960px) {
  #contact_section {
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: column !important;
    -webkit-flex-direction: column !important;
    align-items: center !important;
    -webkit-align-items: center !important;
    justify-content: center !important;
    -webkit-justify-content: center !important;
    padding: 50px;
  }
}

#content_rows {
  position: relative;
}
#content_rows .content-rows-container .content-row {
  padding: 120px 60px;
}
#content_rows .content-rows-container .content-row .content-row-inner .content-row-image,
#content_rows .content-rows-container .content-row .content-row-inner .content-row-video {
  width: 50%;
  box-shadow: 5px 5px 10px -2px rgba(68, 68, 68, 0.3);
}
@media screen and (max-width: 768px) {
  #content_rows .content-rows-container .content-row .content-row-inner .content-row-image,
  #content_rows .content-rows-container .content-row .content-row-inner .content-row-video {
    width: 100%;
  }
}
#content_rows .content-rows-container .content-row .content-row-inner .content-row-body {
  width: 45%;
}
#content_rows .content-rows-container .content-row .content-row-inner .content-row-body .content-row-title {
  margin: 0;
}
#content_rows .content-rows-container .content-row .content-row-inner .content-row-body .content-row-text {
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  #content_rows .content-rows-container .content-row .content-row-inner .content-row-body {
    width: 100%;
  }
}
#content_rows .content-rows-container .content-row:nth-child(2n) {
  background: #F2F2F2;
}
#content_rows .content-rows-container .content-row:nth-child(2n) .content-row-inner {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row-reverse !important;
  -webkit-flex-direction: row-reverse !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: space-between !important;
  -webkit-justify-content: space-between !important;
}
@media screen and (max-width: 768px) {
  #content_rows .content-rows-container .content-row:nth-child(2n) .content-row-inner {
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: column !important;
    -webkit-flex-direction: column !important;
    align-items: center !important;
    -webkit-align-items: center !important;
    justify-content: center !important;
    -webkit-justify-content: center !important;
  }
}
#content_rows .content-rows-container .content-row:nth-child(2n+1) .content-row-inner {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: space-between !important;
  -webkit-justify-content: space-between !important;
}
@media screen and (max-width: 768px) {
  #content_rows .content-rows-container .content-row:nth-child(2n+1) .content-row-inner {
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: column !important;
    -webkit-flex-direction: column !important;
    align-items: center !important;
    -webkit-align-items: center !important;
    justify-content: center !important;
    -webkit-justify-content: center !important;
  }
}
@media screen and (max-width: 768px) {
  #content_rows .content-rows-container .content-row {
    padding: 60px;
  }
}

#faq-module .page-faq-wrapper {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
  justify-content: space-between !important;
  -webkit-justify-content: space-between !important;
  position: relative;
}
#faq-module .page-faq-wrapper .faq-col {
  width: 48%;
}
#faq-module .page-faq-wrapper .faq-col .faq-item {
  margin-bottom: 20px;
}
#faq-module .page-faq-wrapper .faq-col .faq-item .faq-title {
  background: #ffffff;
  text-align: left;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  border: 2px solid #034966;
  padding: 10px;
}
#faq-module .page-faq-wrapper .faq-col .faq-item .faq-title span {
  width: 90%;
}
#faq-module .page-faq-wrapper .faq-col .faq-item .faq-title .icon {
  width: 25px;
  height: 25px;
  padding: 5px;
  cursor: pointer;
}
#faq-module .page-faq-wrapper .faq-col .faq-item .faq-text {
  display: none;
  background: #F2F2F2;
  padding: 0 10px 10px;
  text-align: left;
  font-weight: 100;
  letter-spacing: 1.2px;
  color: #7d7d7d;
  box-shadow: 0px 5px 7px 2px rgba(68, 68, 68, 0.1);
}
#faq-module .page-faq-wrapper .faq-col .faq-item.toggled .faq-title .icon {
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  #faq-module .page-faq-wrapper {
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: column !important;
    -webkit-flex-direction: column !important;
    align-items: center !important;
    -webkit-align-items: center !important;
    justify-content: flex-start !important;
    -webkit-justify-content: flex-start !important;
    padding: 0 60px;
  }
  #faq-module .page-faq-wrapper .faq-col {
    width: 100%;
  }
  #faq-module .page-faq-wrapper .faq-col .faq-item .faq-title {
    font-size: 14px;
  }
}

#hero_section {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  position: relative;
  height: 90vh;
  padding: 90px;
}
#hero_section::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.65);
  z-index: 0;
}
#hero_section .hero-body {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  position: relative;
  text-align: center;
  z-index: 1;
}
#hero_section .hero-body .hero-title {
  color: #034966;
}
#hero_section .hero-body .hero-text {
  font-size: 36px;
  margin: 20px;
}
@media screen and (max-width: 960px) {
  #hero_section .hero-body .hero-text {
    font-size: 23.4px;
  }
}
#hero_section .hero-body .hero-ctas {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
}
#hero_section .hero-body .hero-ctas .hero-cta {
  margin: 10px;
}

.pricing-wrapper {
  padding: 0 50px 50px;
}
.pricing-wrapper .pricing-container .pricing-options {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  padding-bottom: 50px;
  border-bottom: 1px solid #034966;
}
.pricing-wrapper .pricing-container .pricing-options .pricing-option {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: space-between !important;
  -webkit-justify-content: space-between !important;
  width: 33%;
  padding: 50px 20px;
  background: #ffffff;
}
.pricing-wrapper .pricing-container .pricing-options .pricing-option .pricing-option-inner {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: space-between !important;
  -webkit-justify-content: space-between !important;
  flex: 1;
  width: 100%;
  position: relative;
  padding: 50px;
  border: 2px solid #034966;
  box-sizing: border-box;
  box-shadow: 5px 5px 10px -3px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.pricing-wrapper .pricing-container .pricing-options .pricing-option .pricing-option-inner .pricing-option-header {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
}
.pricing-wrapper .pricing-container .pricing-options .pricing-option .pricing-option-text {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
  flex: 1;
  margin-bottom: 20px;
}
.pricing-wrapper .pricing-container .pricing-options .pricing-option .pricing-option-text ul {
  padding: 15px;
}
.pricing-wrapper .pricing-container .pricing-options .pricing-option .pricing-option-cta {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .pricing-wrapper .pricing-container .pricing-options .pricing-option {
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: column !important;
    -webkit-flex-direction: column !important;
    align-items: center !important;
    -webkit-align-items: center !important;
    justify-content: center !important;
    -webkit-justify-content: center !important;
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .pricing-wrapper .pricing-container .pricing-options {
    display: -webkit-flex !important;
    display: flex !important;
    flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
    align-items: center !important;
    -webkit-align-items: center !important;
    justify-content: center !important;
    -webkit-justify-content: center !important;
  }
}
.pricing-wrapper:last-child .pricing-container .pricing-options {
  border-bottom: none;
  margin-bottom: 0;
}

.services {
  padding: 50px;
}
.services .services-title {
  padding: 50px;
}
.services .services-container {
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap !important;
  -webkit-flex-wrap: wrap !important;
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
}
.services .services-container .service {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
  width: 50%;
  padding: 50px;
}
@media screen and (max-width: 960px) {
  .services .services-container .service {
    width: 100%;
  }
}

.team-members {
  position: relative;
}
.team-members .team-member {
  position: relative;
  padding: 100px 50px;
  border-bottom: 1px solid #034966;
}
.team-members .team-member:last-child {
  border-bottom: none;
}
.team-members .team-member .team-member-intro {
  font-size: 36px;
}
@media screen and (max-width: 960px) {
  .team-members .team-member .team-member-intro {
    font-size: 23.4px;
  }
}
.team-members .team-member .team-member-body {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
  justify-content: space-between !important;
  -webkit-justify-content: space-between !important;
  margin-top: 80px;
}
.team-members .team-member .team-member-body .team-member-bio {
  padding-right: 50px;
  flex: 1;
}
.team-members .team-member .team-member-body .team-member-image {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .team-members .team-member .team-member-body .team-member-image {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .team-members .team-member .team-member-body {
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: column-reverse !important;
    -webkit-flex-direction: column-reverse !important;
    align-items: center !important;
    -webkit-align-items: center !important;
    justify-content: center !important;
    -webkit-justify-content: center !important;
    margin-top: 20px;
  }
  .team-members .team-member .team-member-body > * {
    flex: unset !important;
    width: 100%;
  }
}