/*!
Theme Name: VH2
Author: Stable Design
Author URI: https://www.stabledesign.co.uk
Description: Custom theme for VH2
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: base
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.

base 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
--------------------------------------------------------------*/
/* ---------------------------------------------------------------------------------------------------------- 
Typography ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/* Font Weights */
/* Padding & Margins */
/* ---------------------------------------------------------------------------------------------------------- 
Header Heights ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- 
Breakpoints ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/*--------------------------------------------------------------
# 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.
 */
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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

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

/**
 * 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: #111f42;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 0;
}

h1 {
  font-size: 2.75rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

h2 {
  font-weight: 300;
  font-size: 2rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
h2:first-of-type {
  margin-top: 0;
}

h3 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  margin-top: 2rem;
}

h4 {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}
h4:first-of-type {
  margin-top: 0;
}

h5 {
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

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

blockquote {
  font-family: adobe-garamond-pro, serif;
  font-size: 2.125rem;
  max-width: 66.667%;
  margin: 2rem auto;
  line-height: 1.3;
}
blockquote p {
  margin-bottom: 0;
}
blockquote cite {
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
}

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.5rem 1.5rem;
  padding: 0;
  line-height: 1.5;
}

ul.menu li:before, div.menu ul li:before {
  display: none;
}

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

ul#wp-admin-bar-root-default {
  margin: 0 !important;
}

/*--------------------------------------------------------------
# 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: #111f42;
}
a:hover, a:focus, a:active {
  color: #acd25a;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: none;
}

.button,
a.button,
.wp-block-button__link,
.forminator-ui#forminator-module-4582.forminator-design--flat .forminator-button-submit {
  background-color: transparent;
  padding: 0.75rem 2rem;
  color: #fff;
  display: inline-block;
  transition: all 0.3s;
  line-height: 1.2;
  border-radius: 0;
  font-weight: normal;
  font-size: 1rem;
  letter-spacing: 0.5px;
  border: 2px solid #acd25a;
  text-decoration: none;
  border-radius: 50px;
}
.button:hover,
a.button:hover,
.wp-block-button__link:hover,
.forminator-ui#forminator-module-4582.forminator-design--flat .forminator-button-submit:hover {
  background-color: #acd25a;
  color: #ffffff !important;
  border-color: #acd25a;
}

.forminator-ui#forminator-module-4582.forminator-design--flat .forminator-button-submit {
  background-color: #acd25a !important;
}
.forminator-ui#forminator-module-4582.forminator-design--flat .forminator-button-submit:hover {
  background-color: #111f42 !important;
  box-shadow: none;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  border-color: #3058bc;
  color: #3058bc;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  margin-left: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
}
.main-navigation .menu-main-menu-container {
  display: flex;
  height: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0 !important;
  padding: 0;
  position: relative;
  height: 100%;
}
.main-navigation ul li {
  margin: 0;
  position: relative;
  font-family: "Montserrat", sans-serif;
  display: flex;
  height: 100%;
}
.main-navigation ul li:last-of-type {
  margin-right: 0;
}
.main-navigation ul li.current_page_item > a, .main-navigation ul li.current-menu-item > a, .main-navigation ul li.current_page_ancestor > a, .main-navigation ul li.current-menu-ancestor > a {
  background-color: #acd25a;
  color: #fff;
}
.main-navigation ul li.current_page_item > a:hover, .main-navigation ul li.current-menu-item > a:hover, .main-navigation ul li.current_page_ancestor > a:hover, .main-navigation ul li.current-menu-ancestor > a:hover {
  color: #fff;
}
.main-navigation ul li:hover > a {
  color: #acd25a;
}
.main-navigation ul li a {
  color: #111f42;
  text-decoration: none;
  text-transform: lowercase;
  padding: 2rem 1rem;
  font-weight: 300;
  transition: all 0.3s;
  position: relative;
  font-size: 1.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-navigation ul ul.sub-menu {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 41px;
  left: -999em;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.95);
  flex-direction: column;
  min-width: 220px;
  padding: 1rem 0.5rem;
}
.main-navigation ul ul.sub-menu ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul.sub-menu li {
  padding: 0;
  margin: 0 !important;
}
.main-navigation ul ul.sub-menu li:hover > ul, .main-navigation ul ul.sub-menu li.focus > ul {
  left: 100%;
}
.main-navigation ul ul.sub-menu li:last-of-type a {
  border-bottom: none;
}
.main-navigation ul ul.sub-menu a {
  min-width: 220px;
  color: #fff;
  padding: 0.5rem 0;
  margin: 0 1rem;
  text-transform: uppercase;
  display: block;
  font-size: 1rem;
}
.main-navigation ul ul.sub-menu a:before {
  display: none;
}
.main-navigation ul ul.sub-menu a:hover,
.main-navigation ul ul.sub-menu a.focus {
  color: #acd25a;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

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

@media screen and (min-width: 1024px) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}
.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%;
}

.menu__toggler {
  position: fixed;
  z-index: 999;
  height: 28px;
  width: 28px;
  right: 1rem;
  top: 1rem;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
@media (min-width: 1024px) {
  .menu__toggler {
    display: none;
  }
}
.menu__toggler span,
.menu__toggler span::before,
.menu__toggler span::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 2.5px;
  background: #111f42;
  transition: 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
.menu__toggler span::before {
  top: -8px;
}
.menu__toggler span::after {
  top: 8px;
}
.menu__toggler.active > span {
  background: transparent;
}
.menu__toggler.active > span::before, .menu__toggler.active > span::after {
  background: #acd25a;
  top: 0px;
}
.menu__toggler.active > span::before {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}
.menu__toggler.active > span::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

/*
 * SLIDING MENU PANEL
 */
.menu.offcanvas {
  position: fixed;
  top: -100%;
  z-index: 998;
  background: #111f42;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 800ms top cubic-bezier(0.77, 0, 0.175, 1);
  text-align: center;
}
.menu.offcanvas.active {
  top: 0;
}
.menu.offcanvas p {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.menu.offcanvas ul {
  color: #111f42;
  margin: 0;
  padding: 0;
  font-size: 2rem;
  list-style: none;
  text-align: center;
}
.menu.offcanvas ul li {
  padding: 0.5rem 0;
  transition: ease-out 0.3s;
}
.menu.offcanvas li > a {
  color: #acd25a;
  font-weight: 200;
  text-decoration: none;
}
.menu.offcanvas li.current_page_item > a, .menu.offcanvas li.current-menu-item > a, .menu.offcanvas li.current_page_ancestor > a, .menu.offcanvas li.current-menu-ancestor > a {
  color: #fff !important;
}
.menu.offcanvas li.current_page_item > a:before, .menu.offcanvas li.current-menu-item > a:before, .menu.offcanvas li.current_page_ancestor > a:before, .menu.offcanvas li.current-menu-ancestor > a:before {
  display: none;
}
.menu.offcanvas .site-branding {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.menu.offcanvas .site-branding .logo {
  height: 30px;
  width: 81px;
  background-size: cover;
  background-image: url("images/logo-white.png");
  transition: all 0.3s;
}
.menu.offcanvas .site-branding .logo span {
  visibility: hidden;
}
.menu.offcanvas .social {
  font-size: 1.25rem;
  margin-top: 2rem;
}
.menu.offcanvas .social a {
  color: #fff;
  margin: 0 0.25rem;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          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;
  -webkit-clip-path: none;
          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
--------------------------------------------------------------*/
#top-bar {
  display: none;
  height: 35px;
  align-items: center;
  font-size: 0.9rem;
}
@media (min-width: 1024px) {
  #top-bar {
    display: flex;
  }
}
#top-bar i {
  font-size: 1rem;
}
#top-bar .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top-bar #tb-contact {
  margin-left: 1rem;
  margin-right: auto;
}
#top-bar #tb-contact i:nth-of-type(2) {
  margin-left: 0.5rem;
}
#top-bar .social a:first-of-type > i {
  margin-left: 1rem;
}
#top-bar .social i {
  margin: 0 0.25rem;
  font-size: 1.125rem;
}
#top-bar .social a:hover i {
  opacity: 0.4;
  color: #111f42;
}

header {
  background-color: #fff;
  padding: 0;
  position: fixed;
  width: 100%;
  z-index: 10;
  transition: all 0.3s;
  height: 60px;
  /*--------------------------------------------------------------
  # LOGOS AND BRANDING
  --------------------------------------------------------------*/
}
header .wrap {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (min-width: 768px) {
  header {
    height: 85px;
  }
}
@media (min-width: 1024px) {
  header {
    height: 110px;
  }
}
header .site-branding {
  display: flex;
}
header .site-branding .logo {
  height: 30px;
  width: 81px;
  background-size: cover;
  background-image: url("images/logo.png");
  transition: all 0.3s;
}
@media (min-width: 1024px) {
  header .site-branding .logo {
    height: 56px;
    width: 150px;
  }
}
header .site-branding .logo span {
  visibility: hidden;
}

.scrolled header {
  position: fixed;
  top: 0;
  height: 40px;
  align-items: center;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.scrolled header .logo {
  height: 25px;
  width: 67px;
}
@media (min-width: 1024px) {
  .scrolled header {
    height: 70px;
  }
  .scrolled header .logo {
    height: 40px;
    width: 107px;
  }
}
.scrolled .menu__toggler {
  top: 0.4rem;
}
.scrolled #content {
  padding-top: 0;
}

#banner {
  height: 90vh;
  min-height: 300px;
  background-color: #111f42;
  background-size: cover;
  background-position: bottom right -220px;
  display: flex;
  position: relative;
}
#banner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgb(17, 31, 66) 0%, rgba(17, 31, 66, 0) 75%);
  z-index: 0;
}
@media (min-width: 1024px) {
  #banner:before {
    background: linear-gradient(135deg, rgb(17, 31, 66) 0%, rgba(17, 31, 66, 0) 75%);
  }
}
@media (min-width: 768px) {
  #banner {
    background-position: bottom right;
    height: 70vh;
  }
}
@media (min-width: 1024px) {
  #banner {
    background-position: center center;
    height: 70vh;
  }
}
@media (min-width: 1600px) {
  #banner {
    background-position: top center;
    height: 100vh;
  }
}
#banner * {
  color: #fff;
}
#banner span {
  color: #acd25a;
}
#banner .wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 3rem;
}
@media (min-width: 1024px) {
  #banner .wrap {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
  }
}
#banner #banner-content {
  position: relative;
  z-index: 1;
  display: flex;
  text-align: left;
  font-size: 1rem;
  flex-direction: column;
}
#banner #banner-content h1 {
  font-size: 2rem;
}
@media (min-width: 1024px) {
  #banner #banner-content {
    width: 50%;
    font-size: 1.5rem;
  }
}
#banner #banner-content .button.banner-btn {
  margin-right: auto;
  background-color: #acd25a;
  border-color: #acd25a;
  color: #111f42;
}
#banner #banner-content .button.banner-btn:hover {
  background-color: #97c435;
  border-color: #97c435;
  color: #ffffff !important;
}

.page-template-2-column-page #banner {
  display: none;
}
.page-template-2-column-page #banner .wrap {
  justify-content: center;
}
.page-template-2-column-page #banner #banner-content {
  width: 66.667%;
  text-align: center;
}
.page-template-2-column-page #banner #banner-content .button {
  margin: 0 auto;
}

footer {
  background-color: #111f42;
  padding: 2rem 0;
}
footer .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer div.col {
  text-align: center;
  color: #fff;
  flex: 0 0 100%;
  font-size: 0.9rem;
  display: block;
}
@media (min-width: 1024px) {
  footer div.col {
    flex: 0 0 45%;
    text-align: left;
  }
}
footer div.col p {
  margin: 0 auto;
  width: auto;
}
@media (min-width: 1024px) {
  footer div.col p {
    margin: 0;
  }
}
footer div.col a {
  color: #fff;
  text-decoration: none;
}
footer div.col:nth-of-type(2) img {
  width: 100px;
  margin: 1rem auto;
}
@media (min-width: 1024px) {
  footer div.col:nth-of-type(2) {
    flex: 0 0 10%;
    margin: 0 auto;
  }
}
footer div.col:nth-of-type(3) {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  footer div.col:nth-of-type(3) {
    flex-direction: row;
    margin-left: auto;
    margin-right: 0;
    text-align: right;
    justify-content: flex-end;
  }
}
footer div.col .social {
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  footer div.col .social {
    margin-top: 0;
    margin-left: 1rem;
  }
}
footer div.col .social i {
  font-size: 1.25rem;
  margin-left: 0.25rem;
}

#copyright {
  display: none;
}

.error404 #content > main {
  text-align: center;
  height: 80vh;
  background-color: #acd25a;
  background-size: cover;
}
.error404 #content > main .wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 1;
}
.error404 #content > main .wrap * {
  color: #111f42;
}
.error404 #content > main .wrap .button {
  color: #fff;
}
.error404 #content > main .wrap span.pre-head {
  font-size: 1.75rem;
}
.error404 #content > main .wrap h1 {
  font-size: 104px;
  font-weight: bold;
  margin-bottom: -20px;
}
.error404 #content > main .wrap p {
  font-size: 44px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0;
}

#logo-slider-holder {
  margin-bottom: 5rem;
}
#logo-slider-holder .slick-slide {
  background-color: transparent;
  margin: 0 3rem;
}
#logo-slider-holder .slick-slide img {
  max-height: 116px;
}
#logo-slider-holder .slick-prev::before,
#logo-slider-holder .slick-next::before {
  color: #111f42;
  font-size: 2rem;
  font-weight: bold;
}
#logo-slider-holder .slick-next:before {
  content: "\f054";
}
#logo-slider-holder .slick-prev:before {
  content: "\f053";
}
#logo-slider-holder .slick-track {
  display: flex;
}
#logo-slider-holder .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  #logo-slider-holder .slick-prev {
    left: 0px;
  }
  #logo-slider-holder .slick-next {
    right: 0px;
  }
}

#logo-slider {
  position: relative;
}
#logo-slider .wrap {
  position: relative;
}
#logo-slider .wrap:before {
  content: "";
  position: absolute;
  width: 200px;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
#logo-slider .wrap:after {
  content: "";
  position: absolute;
  width: 200px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  height: 100%;
  z-index: 1;
  right: 0;
  top: 0;
}

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

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
.site-content {
  overflow: hidden;
}

body {
  margin: 0 !important;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
}

.wrap {
  max-width: 1200px;
}
@media (min-width: 1024px) {
  .wrap {
    margin: 0 auto;
  }
}

.container {
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 1024px) {
  .container {
    padding: 0 1rem;
  }
}
@media (min-width: 1216px) {
  .container {
    padding: 0;
  }
}

.wp-block-image img {
  width: 100%;
}

.flex-h {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-v {
  display: flex;
  flex-direction: column;
}

a {
  color: #acd25a;
  text-decoration: none;
}
a:hover {
  color: #111f42;
}

/*--------------------------------------------------------------
# COLUMNS
--------------------------------------------------------------*/
.col50 {
  flex: 0 0 100%;
}
@media (min-width: 1024px) {
  .col50 {
    flex: 0 0 calc(50% - 1rem);
  }
}

/*--------------------------------------------------------------
# Default template
--------------------------------------------------------------*/
#content {
  padding-top: 60px;
}
@media (min-width: 768px) {
  #content {
    padding-top: 85px;
  }
}
@media (min-width: 1024px) {
  #content {
    padding-top: 110px;
  }
}
#content > main {
  padding: 5rem 0 0 0;
}
#content > main > .wrap {
  display: block;
}

/*--------------------------------------------------------------
# Flexible/Standard Page template
--------------------------------------------------------------*/
.page-template-standard-page .title h1,
.blog .title h1,
.single .title h1 {
  margin: 0;
}
.page-template-standard-page .section-title,
.blog .section-title,
.single .section-title {
  max-width: 1200px;
  margin: 0 auto 1.5rem auto;
  text-align: center;
  padding: 0 2rem;
}
@media (min-width: 1024px) {
  .page-template-standard-page .section-title,
.blog .section-title,
.single .section-title {
    padding: 0 1rem;
  }
}
@media (min-width: 1216px) {
  .page-template-standard-page .section-title,
.blog .section-title,
.single .section-title {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# BANNER
--------------------------------------------------------------*/
.banner-container picture {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}
.banner-container picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
.banner-container .slick-slide {
  background-size: cover;
  background-position: bottom center;
  height: 100vh;
}
@media (min-width: 1024px) {
  .banner-container .slick-slide {
    height: 90vh;
    max-height: 720px;
  }
}
.banner-container .slick-dots li.slick-active button::before {
  color: #acd25a;
}
.banner-container .slick-dots li button::before {
  color: #111f42;
}
.banner-container .slick-prev, .banner-container .slick-next {
  display: none !important;
  background-color: #acd25a;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .banner-container .slick-prev, .banner-container .slick-next {
    display: block !important;
  }
}
.banner-container .slick-prev:hover, .banner-container .slick-next:hover {
  background-color: #111f42;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  top: 47.5%;
}
.banner-container .slick-prev:hover:before, .banner-container .slick-next:hover:before {
  color: #fff;
}
.banner-container .slick-prev:before, .banner-container .slick-next:before {
  color: #111f42;
}

.banner-container,
.slick-slide {
  position: relative;
  background-color: #111f42;
  overflow: hidden;
}
.banner-container .wrap,
.slick-slide .wrap {
  height: 100%;
  justify-content: flex-end;
  align-items: flex-end;
  z-index: 2;
  position: relative;
  display: flex;
}
.banner-container .container,
.slick-slide .container {
  padding: 0;
}
.banner-container p,
.slick-slide p {
  color: #fff;
  margin-top: 0;
}
.banner-container p:first-of-type,
.slick-slide p:first-of-type {
  margin-bottom: 0;
}
.banner-container .banner-text,
.slick-slide .banner-text {
  justify-content: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 100%;
  background-color: rgba(24, 51, 70, 0.8);
}
@media (min-width: 1024px) {
  .banner-container .banner-text,
.slick-slide .banner-text {
    flex: 0 0 50%;
    margin-right: 0;
    padding: 2rem;
    font-size: 1.1rem;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  }
}
.banner-container .banner-text .heading-alt,
.slick-slide .banner-text .heading-alt {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  color: #111f42;
  margin-left: 5px;
}
.banner-container .banner-text h1,
.slick-slide .banner-text h1 {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}
.banner-container .banner-text *,
.slick-slide .banner-text * {
  color: #fff;
}
.banner-container .banner-text p,
.slick-slide .banner-text p {
  width: 75%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .banner-container .banner-text,
.slick-slide .banner-text {
    margin-left: 8.33%;
    flex: 0 0 50%;
  }
}
.banner-container .banner-text .button,
.slick-slide .banner-text .button {
  display: inline-block;
  text-align: center;
  margin: 2rem auto;
}

.flexible-page .slick-slide .banner-text {
  text-align: center;
  margin: 0 auto;
}
.flexible-page .slick-slide .banner-text h1:after {
  display: none;
}

.banner-container .slick-slide {
  display: none;
}

/*--------------------------------------------------------------
# HOME
--------------------------------------------------------------*/
.home #home-2-col {
  background-color: #111f42;
  padding: 3rem 0;
}
@media (min-width: 1024px) {
  .home #home-2-col {
    padding: 6rem 0;
  }
}
.home #home-2-col .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home #home-2-col .col {
  flex: 0 0 100%;
  flex-direction: column;
  text-align: center;
  margin-bottom: 2rem;
  display: flex;
  color: #fff;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .home #home-2-col .col {
    text-align: center;
    flex: 0 0 calc(50% - 3rem);
    flex-direction: row;
  }
}
.home #home-2-col .col .icon {
  flex: 0 0 calc(25% - 1rem);
}
.home #home-2-col .col .icon img {
  width: 25%;
}
@media (min-width: 1024px) {
  .home #home-2-col .col .icon img {
    width: 100%;
  }
}
.home #home-2-col .col .col-content {
  flex: 0 0 calc(75% - 1rem);
  font-size: 1rem;
  line-height: 1.5;
}
.home #home-2-col .col .col-content h2 span {
  color: #acd25a;
}
.home #home-2-col .col:last-of-type {
  margin-bottom: 0;
}
.home #home-2-col .disclaimer {
  color: #fff;
  font-size: 0.9rem;
  text-align: center;
  margin: 0 auto;
  margin-top: 1rem;
}
.home #home-2-col .disclaimer p {
  margin: 0;
}
@media (min-width: 1024px) {
  .home #home-2-col .disclaimer {
    margin-bottom: -3rem;
  }
}
.home #home-3-col {
  padding: 3rem 0;
}
@media (min-width: 1024px) {
  .home #home-3-col {
    padding: 6rem 0;
  }
}
.home #home-3-col .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home #home-3-col .col {
  text-align: center;
  flex: 0 0 100%;
}
@media (min-width: 1024px) {
  .home #home-3-col .col {
    flex: 0 0 calc(33.33% - 2rem);
  }
  .home #home-3-col .col p:last-of-type {
    margin-bottom: 0;
  }
}
.home #home-3-col .col img {
  height: 110px;
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .home #home-3-col .col img {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}

/*--------------------------------------------------------------
# NEWS
--------------------------------------------------------------*/
#news {
  padding-top: 4rem;
}
#news h2:first-of-type {
  margin-top: 0;
}
#news .wrap {
  align-items: flex-start;
}
@media (min-width: 1024px) {
  #news .wrap {
    align-items: center;
  }
}
#news article {
  flex: 0 0 100%;
  margin-bottom: 1rem;
  background: #FFFFFF;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
}
@media (min-width: 1024px) {
  #news article {
    flex: 0 0 calc(33.33% - 1rem);
  }
}
#news article .post-image {
  position: relative;
}
#news article .post-image img {
  display: block;
}
#news article .post-image span.date {
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  background-color: #acd25a;
  padding: 1rem;
}
#news article .post-content {
  font-weight: 400;
  padding: 1rem;
}
@media (min-width: 1024px) {
  #news article .post-content {
    padding: 2rem 1rem;
  }
}
#news .news-feed {
  padding-top: 0;
}

/*--------------------------------------------------------------
# Banners 
--------------------------------------------------------------*/
.banner {
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner h1 {
  font-size: 3.5rem;
  color: #fff;
  z-index: 1;
  margin: 0;
}
.banner picture {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}
.banner picture img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
}
.banner:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  position: absolute;
  z-index: 0;
}

/*--------------------------------------------------------------
# Page
--------------------------------------------------------------*/
.page-template-default #page-heading {
  background-color: #111f42;
  padding: 2rem 0;
}
.page-template-default #page-heading .wrap {
  text-align: center;
}
.page-template-default #page-heading .wrap h1 {
  color: #fff;
  margin: 0;
  font-size: 2.5rem;
}

.error404 #page-heading {
  background-color: #111f42;
  padding: 3rem 0;
  text-align: center;
}
.error404 #page-heading h1 {
  color: #fff;
}
.error404 #content > main > .wrap {
  text-align: center;
  height: 40vh;
}

section.title {
  background-color: #111f42;
  color: #fff;
  padding: 1rem 0;
  margin-top: 80px;
}
@media (min-width: 1024px) {
  section.title {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  section.title {
    padding: 3rem 0;
  }
}

/*--------------------------------------------------------------
# PAGE BANNERS
--------------------------------------------------------------*/
.page-banner .banner-text, .flexible-page .banner-text {
  text-align: center;
  margin: 0 auto;
}
.page-banner .banner-text h1:after, .flexible-page .banner-text h1:after {
  display: none;
}
.page-banner .banner-text h2, .flexible-page .banner-text h2 {
  font-size: 1.5rem;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Banners
--------------------------------------------------------------*/
.banner.page-banner {
  background-size: cover;
  background-position: center;
  height: 500px;
  display: flex;
  align-items: center;
  color: #fff;
}
.banner.page-banner h1, .banner.page-banner h2 {
  color: #fff;
}
.banner.page-banner .banner-text {
  z-index: 2;
}
.banner.page-banner .banner-text h1 {
  margin-bottom: 0;
}
.banner.page-banner .banner-text h2 {
  font-size: 1.25rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
BRANDS PAGE
--------------------------------------------------------------*/
.page-template-brands-page #content > main {
  padding: 0;
}
.page-template-brands-page #page-top {
  padding: 3rem 0;
  font-size: 1.25rem;
}
@media (min-width: 1024px) {
  .page-template-brands-page #page-top {
    padding: 6rem 0;
  }
}
.page-template-brands-page #page-top .wrap {
  margin: 2rem auto;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .page-template-brands-page #page-top .wrap {
    max-width: 900px;
    margin: 0 auto;
  }
}
.page-template-brands-page #brand-row .wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page-template-brands-page #brand-row .wrap > div {
  flex: 0 0 90%;
  text-align: center;
  display: flex;
  flex-direction: column;
  margin: 2rem 1rem;
}
@media (min-width: 1024px) {
  .page-template-brands-page #brand-row .wrap > div {
    flex: 0 0 calc(50% - 2rem);
    margin: 1rem;
  }
}
.page-template-brands-page #brand-row .wrap > div h2 {
  font-size: 1.25rem;
  font-weight: 600;
}
.page-template-brands-page #brand-row .wrap > div p {
  font-size: 1.25rem;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .page-template-brands-page #brand-row .wrap > div {
    flex: 0 0 calc(33.33% - 6rem);
    margin: 0rem 3rem 5rem 3rem;
  }
}
.page-template-brands-page #brand-row .wrap .button {
  background-color: #111f42;
  border-color: #111f42;
  width: 200px;
  margin: auto auto 0 auto;
  color: #fff;
}
.page-template-brands-page #brand-row .wrap .button:hover {
  background-color: #acd25a;
  border-color: #acd25a;
}

/*--------------------------------------------------------------
# 2 COL PAGE
--------------------------------------------------------------*/
@media (min-width: 1024px) {
  .page-template-2-column-page #banner {
    max-height: 500px;
  }
}
.page-template-2-column-page #content > main > .wrap {
  display: flex;
  justify-content: space-between;
}
.page-template-2-column-page #content > main > .wrap > div {
  flex: 0 0 100%;
}
@media (min-width: 1024px) {
  .page-template-2-column-page #content > main > .wrap > div {
    flex: 0 0 calc(50% - 3rem);
  }
}

/*--------------------------------------------------------------
# Flexible Content
--------------------------------------------------------------*/
.page-template-standard-page #page-heading {
  background-color: #111f42;
  padding: 2rem 0;
}
.page-template-standard-page #page-heading .wrap {
  text-align: center;
}
.page-template-standard-page #page-heading .wrap h1 {
  color: #fff;
}
.page-template-standard-page ul.slick-dots {
  display: none !important;
}

.col-1 h2,
.col-2 h2,
.col-3 h2,
.col-4 h2 {
  font-size: 1.75rem;
}
.col-1 img,
.col-2 img,
.col-3 img,
.col-4 img {
  display: inline;
  margin: 0 1rem;
}
.col-1 .section-title,
.col-2 .section-title,
.col-3 .section-title,
.col-4 .section-title {
  text-align: center;
  margin: 0 auto;
  color: #111f42;
  margin-bottom: 1rem;
  font-size: 2.25rem;
}
.col-1 .wrap,
.col-2 .wrap,
.col-3 .wrap,
.col-4 .wrap {
  display: block;
}
@media (min-width: 768px) {
  .col-1 .wrap,
.col-2 .wrap,
.col-3 .wrap,
.col-4 .wrap {
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
  }
}
.col-1 p,
.col-2 p,
.col-3 p,
.col-4 p {
  margin-bottom: 1.4rem;
  margin-top: 0;
}
.col-1 p:last-child,
.col-2 p:last-child,
.col-3 p:last-child,
.col-4 p:last-child {
  margin-bottom: 0;
}
.col-1 p a,
.col-1 a,
.col-2 p a,
.col-2 a,
.col-3 p a,
.col-3 a,
.col-4 p a,
.col-4 a {
  color: #111f42;
  font-weight: bold;
}
.col-1 p a:hover,
.col-1 a:hover,
.col-2 p a:hover,
.col-2 a:hover,
.col-3 p a:hover,
.col-3 a:hover,
.col-4 p a:hover,
.col-4 a:hover {
  text-decoration: underline;
}
.col-1 figure,
.col-2 figure,
.col-3 figure,
.col-4 figure {
  border: 10px solid #fff;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
  font-size: 0.9rem;
  margin: 0 0 2rem 0;
  background-color: #fff;
  color: #111f42;
}
.col-1 figure img,
.col-2 figure img,
.col-3 figure img,
.col-4 figure img {
  border: 0;
  box-shadow: none;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: auto;
}

/*--------------------------------------------------------------
# 1 COL
--------------------------------------------------------------*/
.col-1 .wrap {
  justify-content: space-between;
}
.col-1 > div > div {
  justify-content: space-between;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .col-1 > div > div {
    flex: 0 0 calc(75% - 1rem);
  }
}

/*--------------------------------------------------------------
# 2 COL
--------------------------------------------------------------*/
.col-2 {
  padding: 3rem 0;
}
.col-2 .wrap {
  justify-content: space-between;
}
.col-2 > div > div {
  flex: 0 0 100%;
  margin-bottom: 2rem;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .col-2 > div > div {
    flex: 0 0 calc(50% - 2rem);
    margin-bottom: 0;
    padding: 1rem 0;
  }
}
@media (min-width: 1200px) {
  .col-2 > div > div {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .col-2:nth-of-type(2n) > div > div:nth-of-type(1) {
    order: 2;
  }
  .col-2:nth-of-type(2n) > div > div:nth-of-type(2) {
    order: 1;
  }
}
/*--------------------------------------------------------------
# 3 COL
--------------------------------------------------------------*/
.col-3 {
  padding: 3rem 0;
}
.col-3 .wrap {
  justify-content: space-between;
}
.col-3 .wrap div:nth-of-type(2) > table th {
  background-color: #acd25a;
}
.col-3 .wrap div:nth-of-type(2) > table tr {
  background-color: #deedbe;
}
.col-3 .wrap div:nth-of-type(2) > table tr:nth-child(2n+1) {
  background-color: #fff;
  color: #111f42;
}
.col-3 .wrap div:nth-of-type(3) > table th {
  background-color: #213c7f;
}
.col-3 .wrap div:nth-of-type(3) > table tr {
  background-color: #8ba3e1;
}
.col-3 .wrap div:nth-of-type(3) > table tr:nth-child(2n+1) {
  background-color: #fff;
  color: #111f42;
}
.col-3 table {
  text-align: center;
  border-collapse: collapse;
  margin-bottom: 0;
}
.col-3 table th {
  background-color: #acd25a;
  color: #fff;
  padding: 0.5rem;
  font-size: 1.2rem;
}
.col-3 table tr {
  background-color: #deedbe;
  color: #111f42;
}
.col-3 table tr td {
  padding: 0.5rem;
}
.col-3 table tr:nth-child(2n+1) {
  background-color: #fff;
  color: #111f42;
}
.col-3 > div > div {
  margin-bottom: 1rem;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .col-3 > div > div {
    flex: 0 0 calc(33.33% - 2rem);
    margin-bottom: 0;
  }
}
.col-3 > div > div img {
  width: 100%;
}

/*--------------------------------------------------------------
# 4 COL
--------------------------------------------------------------*/
.col-4 {
  padding: 3rem 0;
}
.col-4 .wrap {
  justify-content: space-between;
}
.col-4 > div > div {
  justify-content: space-between;
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  .col-4 > div > div {
    flex: 0 0 calc(50% - 2rem);
  }
}
@media (min-width: 1024px) {
  .col-4 > div > div {
    flex: 0 0 calc(25% - 2rem);
    padding: 1rem 0;
  }
}
.col-4 > div > div img {
  width: 50%;
  border: 5px solid #fff;
  border-radius: 50%;
}
@media (min-width: 1024px) {
  .col-4 > div > div img {
    width: 75%;
  }
}

/*--------------------------------------------------------------
# Posts
--------------------------------------------------------------*/
.blog article {
  margin-bottom: 2rem;
  border: 1px solid #dbdbdb;
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  height: auto;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .blog article {
    flex: 0 0 calc(50% - 1rem);
  }
}
.blog article .post-content {
  padding: 0rem 1.5rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
}
.blog article a.button {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  background-color: #111f42;
  margin-right: auto;
  margin-top: auto;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.blog article a.button:hover {
  background-color: #acd25a;
  color: #fff;
}

.search-form {
  display: flex;
  margin: 1rem 0;
  width: 100%;
}
.search-form button.search-submit {
  width: 25%;
  background-color: #111f42;
  border-radius: 0;
  border: 0;
  color: #fff;
}
.search-form button.search-submit:hover {
  cursor: pointer;
  background-color: #acd25a;
}
.search-form input[type=search] {
  height: 45px;
  background-color: #d1cece;
  border: 0;
  padding: 0 10px;
  border-radius: 0;
  flex: 0 0 75%;
  font-size: 0.8rem;
  font-weight: normal !important;
}

.single-post #content > main .default-content .section-title,
.blog #content > main .default-content .section-title,
.archive #content > main .default-content .section-title,
.single #content > main .default-content .section-title {
  text-align: left;
}
.single-post #content > main .default-content .section-title h1,
.blog #content > main .default-content .section-title h1,
.archive #content > main .default-content .section-title h1,
.single #content > main .default-content .section-title h1 {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .single-post #content > main .default-content .wrap,
.blog #content > main .default-content .wrap,
.archive #content > main .default-content .wrap,
.single #content > main .default-content .wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .single-post #content > main .default-content .wrap .col10,
.blog #content > main .default-content .wrap .col10,
.archive #content > main .default-content .wrap .col10,
.single #content > main .default-content .wrap .col10 {
    width: 66.667%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.single-post #content > main .default-content .wrap .col10 a.button,
.blog #content > main .default-content .wrap .col10 a.button,
.archive #content > main .default-content .wrap .col10 a.button,
.single #content > main .default-content .wrap .col10 a.button {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  background-color: #111f42;
  margin-right: auto;
  margin-top: auto;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.single-post #content > main .default-content .wrap .col10 a.button:hover,
.blog #content > main .default-content .wrap .col10 a.button:hover,
.archive #content > main .default-content .wrap .col10 a.button:hover,
.single #content > main .default-content .wrap .col10 a.button:hover {
  background-color: #acd25a;
  color: #fff;
}
.single-post #content > main .default-content .wrap .sidebar,
.blog #content > main .default-content .wrap .sidebar,
.archive #content > main .default-content .wrap .sidebar,
.single #content > main .default-content .wrap .sidebar {
  width: 100%;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .single-post #content > main .default-content .wrap .sidebar,
.blog #content > main .default-content .wrap .sidebar,
.archive #content > main .default-content .wrap .sidebar,
.single #content > main .default-content .wrap .sidebar {
    width: 32%;
    margin-top: -3rem;
  }
}
@media (min-width: 1024px) {
  .single-post #content > main .default-content .wrap .sidebar,
.blog #content > main .default-content .wrap .sidebar,
.archive #content > main .default-content .wrap .sidebar,
.single #content > main .default-content .wrap .sidebar {
    width: 22%;
  }
}
.single-post .sidebar aside h2,
.blog .sidebar aside h2,
.archive .sidebar aside h2,
.single .sidebar aside h2 {
  font-family: "Montserrat", sans-serif;
  margin: 0 !important;
  color: #fff !important;
  background-color: #111f42;
  padding: 0.75rem;
  font-size: 1.2rem;
  border-bottom: 3px solid #acd25a;
  width: 100%;
  font-weight: 600;
}
.single-post .sidebar aside ul,
.blog .sidebar aside ul,
.archive .sidebar aside ul,
.single .sidebar aside ul {
  list-style: none !important;
  background-color: #fff;
  padding: 0.25rem 1rem 1rem 1rem;
  margin: 0 !important;
}
.single-post .sidebar aside ul li,
.blog .sidebar aside ul li,
.archive .sidebar aside ul li,
.single .sidebar aside ul li {
  font-size: 0.9rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid #f6f5f5;
  line-height: 1.2;
  list-style: none;
}
.single-post .sidebar aside ul li a,
.blog .sidebar aside ul li a,
.archive .sidebar aside ul li a,
.single .sidebar aside ul li a {
  color: #111f42;
}
.single-post .sidebar aside ul li a:hover,
.blog .sidebar aside ul li a:hover,
.archive .sidebar aside ul li a:hover,
.single .sidebar aside ul li a:hover {
  text-decoration: underline;
}

.single #content > main .default-content .wrap .col10 a.button {
  margin-top: 2rem;
  margin-left: 0;
}

/*--------------------------------------------------------------
# FORMINATOR
--------------------------------------------------------------*/

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