/*
Theme Name: CATCH 2020 Theme
Theme URI: http://creativepickle.com/
Description: Custom Theme for CATCH
Author: CreativePickle
Version: 1.0
Tags: 
*/
/* apply a natural box layout model to all elements */



@font-face {
  font-family: 'Bitter';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/bitter/v16/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6c4PzOWA.ttf) format('truetype');
}
@font-face {
  font-family: 'Bitter';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/bitter/v16/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cB_vOWA.ttf) format('truetype');
}
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/bitter/v16/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8fbfCL8.ttf) format('truetype');
}
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/bitter/v16/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8XbYCL8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm45xW4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v35/TK3_WkUHHAIjg75cFRf3bXL8LICs169vgUE.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v35/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvgUE.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v35/TK3_WkUHHAIjg75cFRf3bXL8LICs1y9ogUE.ttf) format('truetype');
}
/***COLORS*****/
/********BODY FONT*******/
/*****DIMENSIONS*****/
/******MIXINS*******/
.content-box {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.scaler {
  position: relative;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
}
.central {
  width: 100%;
  max-width: 1280px !important;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px 0 10px;
  position: relative;
}
.central.narrow {
  max-width: 1100px!important;
}
.central.x-narrow {
  max-width: 880px!important;
}
.centered {
  text-align: center;
}
.fixed-bg {
  background-attachment: fixed;
}
/*************FONTS***********/
.serif {
  font-family: 'Bitter', 'Georgia', serif;
}
.sans-serif {
  font-family: 'Montserrat', 'Arial', 'Helvetica', sans-serif;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0em;
}
.site {
  display: flex;
  height: 100vh;
  flex-direction: column;
}
.site-content {
  flex: 1 0 auto;
  /* 2 */
}
section {
  position: relative;
  padding: 80px 0 80px 0;
}
section.tiled {
  color: #fff;
  background: #025da1 url(images/pattern.svg) repeat 0 0;
  background-size: 600px auto;
}
section.purple-bg {
  background: #724b8a;
  color: #fff;
}
section.no-pad {
  padding: 0;
}
h5.section-head {
  font-family: 'Bitter', serif !important;
  font-size: 75px !important;
  color: #5e9900;
  font-weight: 600;
  margin: 0 0 20px 0;
}
h5.section-head.white {
  color: #fff;
}
h6.subtitle {
  color: #ffbe02;
  font-family: 'Oswald', sans-serif !important;
  font-size: 32px !important;
  text-transform: uppercase;
  margin: 0px 0 20px 0;
  font-weight: 400;
}
h6.subtitle.blue {
  color: #04386f;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-family: 'Bitter', serif;
  font-size: 50px;
  font-size: 2em;
  margin: 0.67em 0;
}
h2,
h3,
h4,
h5 {
  font-family: 'Bitter', serif;
  font-size: 50px;
  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: #04386f;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  letter-spacing: 0em;
  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 #04386f;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #04386f;
  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: #0370c2;
}
a:visited {
  color: #0370c2;
}
a:hover:not(.button),
a:focus:not(.button),
a:active:not(.button) {
  opacity: .8;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  text-align: right;
}
.mobile-nav ul.menu {
  margin: 0;
  padding: 0;
  background: #f1f1f1;
}
.mobile-nav ul.menu > li {
  opacity: 0;
  transform: translateX(20px);
}
.mobile-nav ul.menu > li a {
  display: block;
  padding: 8px;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.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
--------------------------------------------------------------*/
.no-pad {
  padding: 0!important;
}
#primary.has-sidebar {
  padding-right: 40px;
}
#secondary {
  padding-left: 40px;
}
.widget-area {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0em;
}
.widget-title {
  font-family: 'Bitter', serif;
  font-size: 30px;
}
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
  padding: 0 0 40px 0;
}
.widget ul {
  padding: 10px 0 0 0;
  margin: 0;
  list-style-type: none;
}
.widget ul > li {
  padding: 0;
  margin: 0;
}
.widget ul > li > a {
  display: block;
  padding: 5px 5px 5px 0;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  text-decoration: none;
  font-family: 'Bitter', serif;
  font-size: 16px;
}
.widget ul > li > a:hover {
  background: rgba(0, 0, 0, 0.1);
  padding-left: 5px;
}
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.hentry {
  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;
}
/*******CP STYLES*******/
a.block {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 100;
}
#overlay-wrap {
  perspective: 200em;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99990;
  display: none;
}
#nav-overlay {
  transform-origin: 50% 100%;
  transform: rotateX(90deg);
  width: 100%;
  height: 100vh;
  opacity: 0.6;
  overflow: hidden;
  text-align: center;
  border-bottom: 15px solid #04386f;
  padding: 30px 0 30px 0;
}
#nav-overlay #nav-wrap #primary-menu {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
#nav-overlay #nav-wrap #primary-menu > li {
  display: block;
  margin: 0;
  padding: 0 380px 0 30px;
  text-align: right;
  opacity: 0;
  transform: translateY(-500px);
  position: relative;
}
#nav-overlay #nav-wrap #primary-menu > li.active {
  overflow: visible;
  z-index: 1000;
}
#nav-overlay #nav-wrap #primary-menu > li.active > ul.sub-menu {
  display: block!important;
}
#nav-overlay #nav-wrap #primary-menu > li > ul.sub-menu {
  display: none!important;
  height: 0;
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  background: rgba(4, 56, 111, 0.5);
  width: 350px;
  border-radius: 0 30px 30px 0;
  padding: 10px 30px 10px 30px;
  border-left: 3px solid #ffbe02;
}
#nav-overlay #nav-wrap #primary-menu > li > ul.sub-menu:before {
  content: '';
  width: 30px;
  height: 1px;
  border-top: 3px dashed #fff;
  position: absolute;
  top: 30px;
  left: -30px;
}
#nav-overlay #nav-wrap #primary-menu > li > ul.sub-menu > li {
  display: block;
  opacity: 0;
  transform: translateX(20px);
  background: transparent;
}
#nav-overlay #nav-wrap #primary-menu > li > ul.sub-menu > li:last-child > a {
  border-bottom: none;
}
#nav-overlay #nav-wrap #primary-menu > li > ul.sub-menu > li > ul.sub-menu {
  display: none;
}
#nav-overlay #nav-wrap #primary-menu > li > ul.sub-menu > li > a {
  display: block;
  text-align: left;
  background: transparent;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  text-decoration: none;
  color: #fff;
  padding: 8px 10px 8px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#nav-overlay #nav-wrap #primary-menu > li > ul.sub-menu > li > a i {
  color: #ffbe02;
  position: absolute;
  top: 10px;
  left: 0;
}
#nav-overlay #nav-wrap #primary-menu > li > ul.sub-menu > li > a:hover {
  color: #ffbe02;
  padding-left: 25px;
}
#nav-overlay #nav-wrap #primary-menu > li > a {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  text-align: right;
  padding: 8px 30px 0 0px;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
}
#nav-overlay #nav-wrap #primary-menu > li > a:hover {
  color: #ffbe02;
}
#nav-overlay #nav-wrap #primary-menu > li:nth-child(2) > ul.sub-menu {
  transform: translateY(-10%);
}
#nav-overlay #nav-wrap #primary-menu > li:nth-child(2) > ul.sub-menu:before {
  top: 20%;
}
#nav-overlay #nav-wrap #primary-menu > li:nth-child(3) > ul.sub-menu,
#nav-overlay #nav-wrap #primary-menu > li:nth-child(4) > ul.sub-menu {
  transform: translateY(-50%);
  top: 50%;
}
#nav-overlay #nav-wrap #primary-menu > li:nth-child(3) > ul.sub-menu:before,
#nav-overlay #nav-wrap #primary-menu > li:nth-child(4) > ul.sub-menu:before {
  top: 50%;
  transform: translateY(-50%);
}
#nav-overlay #nav-wrap #primary-menu > li:nth-child(5) > ul.sub-menu,
#nav-overlay #nav-wrap #primary-menu > li:nth-child(6) > ul.sub-menu {
  bottom: 0;
  top: auto!important;
}
#nav-overlay #nav-wrap #primary-menu > li:nth-child(5) > ul.sub-menu:before,
#nav-overlay #nav-wrap #primary-menu > li:nth-child(6) > ul.sub-menu:before {
  bottom: 30px;
  top: auto;
}
#nav-overlay #nav-footer {
  position: absolute;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  left: 0%;
  bottom: 0;
  padding: 50px;
  transform: translateY(110%);
  opacity: 0.5;
}
#nav-overlay #nav-footer:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -50%;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 200%;
  height: 1000px;
}
#nav-overlay #nav-footer > div {
  position: relative;
  z-index: 10;
  transform: translateY(30px);
  opacity: 0;
}
#nav-overlay #nav-footer #nav-logo {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 260px;
}
#nav-overlay a#nav-close {
  color: #fff;
  font-size: 40px;
  position: absolute;
  top: 30px;
  right: 30px;
  transform: translateY(-100px);
  outline: none;
}
ul.social-menu {
  display: inline-block;
  vertical-align: top;
  margin: 20px;
  padding: 0;
  vertical-align: middle;
}
ul.social-menu li {
  display: inline-block;
  vertical-align: top;
  color: #ffbe02;
  font-size: 20px;
  padding: 0;
  position: relative;
  margin: 10px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
}
ul.social-menu li:hover {
  color: #5e9900;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
ul.social-menu li a {
  display: block;
  text-align: left;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
ul.standard-menu {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  margin: 20px;
  padding: 0;
}
ul.standard-menu > li {
  margin: 0 10px 0 10px;
  padding: 0;
  vertical-align: middle!important;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
}
ul.standard-menu > li:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
ul.standard-menu > li > a {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #025da1;
  text-decoration: none;
}
ul.standard-menu > li.search-toggle {
  position: relative;
  color: #025da1;
}
ul.standard-menu > li.search-toggle > a {
  display: block;
  text-align: left;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.site-header {
  padding: 20px 0 20px 0;
  position: absolute;
  width: 100%;
  background: transparent;
  color: #fff;
  z-index: 9000;
}
.site-header .standard-menu,
.site-header .social-menu,
.site-header .nav-toggle {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  margin: 0 10px 0 10px;
}
.site-header .standard-menu > li {
  color: #fff!important;
}
.site-header .standard-menu > li > a {
  color: #fff;
}
.site-header .nav-toggle {
  color: #fff!important;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  font-size: 30px;
  outline: none;
}
.site-header .nav-toggle:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.banner-section {
  position: absolute;
}
.banner-section:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 76, 148, 0.66);
}
.banner-section .banner-content {
  position: relative;
  z-index: 5;
}
.banner-section .banner-content h1 {
  color: #fff;
  margin: 10px 0 10px 0!important;
}
.banner-section .banner-content span.subtitle {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 400;
}
.banner-section .banner-content span.subtitle.small {
  font-size: 28px;
  color: #ffbe02;
  margin-top: 5px;
}
.banner-section.homepage {
  height: 100vh;
  overflow: hidden;
}
.banner-section.homepage .banner-content {
  width: 100%;
  max-width: 1280px !important;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px 0 10px;
  z-index: 10;
  text-align: left;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
}
.banner-section.homepage .banner-content.narrow {
  max-width: 1100px!important;
}
.banner-section.homepage .banner-content.x-narrow {
  max-width: 880px!important;
}
.banner-section.homepage .banner-content h1.banner-title {
  font-family: 'Bitter', serif;
  font-size: 50px;
  font-weight: 700!important;
  margin-top: 0;
  line-height: 1.2;
}
.banner-section.homepage .banner-content div.banner-text {
  width: 50%;
  max-width: 500px;
}
.banner-section.subpage {
  height: 450px;
}
.banner-section.subpage .banner-content {
  width: 100%;
  max-width: 1280px !important;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px 0 10px;
  z-index: 10;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 16px;
}
.banner-section.subpage .banner-content.narrow {
  max-width: 1100px!important;
}
.banner-section.subpage .banner-content.x-narrow {
  max-width: 880px!important;
}
.banner-section.subpage .banner-content h1 {
  font-family: 'Bitter', serif;
  font-size: 60px;
  font-weight: 700!important;
  margin-top: 0;
  line-height: 1.2;
}
.banner-section.spotlight .spotlight-title {
  display: inline-block;
  vertical-align: top;
  background: #ffbe02;
  padding: 5px 10px 5px 10px;
  margin-bottom: 10px;
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #025da1;
}
.banner-section.spotlight h1 {
  margin-bottom: 10px!important;
}
.banner-section.spotlight h5.subtitle {
  font-family: 'Oswald', sans-serif;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0 0 15px 0;
}
.banner-section.spotlight .share .title {
  display: inline-block;
  vertical-align: top;
  font-family: 'Bitter', serif;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  margin: 0 10px 0 10px;
}
.banner-button-wrap {
  position: absolute;
  overflow: visible;
  margin-top: 50px;
}
.banner-button-wrap #banner-button-arrow {
  width: 280px;
  display: block;
  position: absolute;
  left: 90%;
  top: -40px;
}
.banner-button-wrap #banner-button-arrow g {
  opacity: 0;
}
a.banner-button {
  outline: none;
  position: relative;
  z-index: 10;
  display: inline-block;
  vertical-align: top;
  background: #ffbe02;
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 33px;
  -webkit-border-radius: 33px;
  -moz-border-radius: 33px;
  text-decoration: none;
  padding: 15px 50px 15px 50px;
  -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  line-height: 1;
}
a.banner-button:hover {
  background: #ffc51c;
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.4) !important;
  -moz-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.4) !important;
  -webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.4) !important;
}
.banner-links {
  text-align: right;
  width: 50%;
  max-width: 600px;
  position: absolute;
  z-index: 200;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.banner-links .banner-link-item {
  text-align: center;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  width: 90%;
  display: inline-block;
  vertical-align: top;
  margin: 10px 0 10px 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 30px;
  -webkit-border-top-left-radius: 30px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 30px;
  -moz-border-radius-topleft: 30px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transform: translateY(20px) scale(1.05);
  opacity: 0;
}
.banner-links .banner-link-item:hover {
  transform-origin: 100% 50%;
  transform: translateY(0px) scale(1.05);
}
.banner-links .banner-link-item h5 {
  margin: 10px 0 10px 0;
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}
.banner-links .banner-link-item h6 {
  color: inherit;
  font-family: 'Bitter', serif;
  font-size: 20px;
  margin: 10px 0 10px 0;
}
.banner-links .banner-link-item h6 a {
  color: inherit;
  text-decoration: none;
}
.banner-links .banner-link-item.red-bg {
  background: #a52f2e;
  color: #a52f2e;
}
.banner-links .banner-link-item.green-bg {
  background: #5e9900;
  color: #04386F;
}
.banner-links .banner-link-item.purple-bg {
  background: #4c407f;
  color: #4c407f;
}
.banner-links .banner-link-item .text {
  background: #fff;
  width: 100%;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 100px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 100px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px 20px 10px 20px;
}
.banner-links .banner-link-item .text a.readmore {
  color: inherit;
  font-size: 14px;
}
a.readmore {
  display: inline-block;
  vertical-align: top;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: .05em;
  text-decoration: none;
}
a.readmore i {
  color: #ffbe02;
  margin-left: 8px;
}
#search-modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  opacity: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
}
#search-modal #search-modal-box {
  width: 90%;
  max-width: 600px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  background: #fff;
  background-size: 60% auto;
  position: relative;
  top: 45%;
  transform: translateY(-50%) scale(0.75);
  opacity: 0;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  padding: 30px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #04386f;
}
#search-modal #search-modal-box form.blogsearch {
  position: relative;
  width: 100%;
}
#search-modal #search-modal-box form.blogsearch input[type=text] {
  border: 1px solid #f1f1f1;
  background: rgba(0, 0, 0, 0.05);
  display: block;
  font-weight: 400!important;
  outline: none;
  width: 100%;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px !important;
  padding: 15px;
  color: #025da1 !important;
}
#search-modal #search-modal-box form.blogsearch input[type=text]:focus {
  background: rgba(0, 0, 0, 0.09);
  color: #025da1 !important;
}
#search-modal #search-modal-box form.blogsearch input[type=text]:focus::-webkit-input-placeholder {
  color: #025da1 !important;
}
#search-modal #search-modal-box form.blogsearch input[type=text]:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #025da1 !important;
}
#search-modal #search-modal-box form.blogsearch input[type=text]:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #025da1 !important;
}
#search-modal #search-modal-box form.blogsearch input[type=text]:focus:-ms-input-placeholder {
  color: #025da1 !important;
}
#search-modal #search-modal-box form.blogsearch button {
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  color: #a52f2e;
  border: none;
  font-size: 24px;
}
#search-modal #search-modal-box form.blogsearch button:hover {
  color: #025da1;
  cursor: pointer;
}
#search-modal #search-modal-box h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  color: #5e9900;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 300;
}
#search-modal #search-modal-box h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 26px;
  color: #5e9900;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  font-weight: 300;
}
#search-modal #search-modal-box img.logo {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
  width: 50%;
  height: auto;
}
#search-modal #search-modal-box a.button {
  margin-top: 15px;
}
#search-modal #search-modal-box .round-close {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px!important;
  border: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #5e9900;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  font-size: 18px;
  top: 20px;
  right: 20px;
  outline: none;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
#search-modal #search-modal-box .round-close:hover {
  cursor: pointer;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  color: #fff;
  background: #a52f2e;
}
.content-wrap {
  padding-top: 50px;
}
.content-wrap.no-pad {
  padding: 0;
}
.site-footer {
  background: #004c93;
}
.shadowed {
  -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.footer-form {
  overflow: hidden;
  position: relative;
  padding: 200px 0 200px 0!important;
  background: #004c93 url(images/footer.svg) no-repeat center bottom;
  background-size: 140% auto;
}
.footer-form:before {
  content: '';
  display: block;
  width: 200%;
  background: #fff;
  clip-path: ellipse(50% 20% at 50% 50%);
  width: 140%;
  height: 600px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-300px) translateX(-50%);
  z-index: 10;
}
.footer-content {
  padding: 40px 0 40px 0;
  position: relative;
  z-index: 10;
  background: #04386f;
}
.footer-content .footer-branding img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 240px;
}
.footer-content ul.social-menu {
  margin-top: 0;
}
.footer-content ul.social-menu > li {
  font-size: 40px;
}
.footer-content .footer-contact {
  padding-top: 0px!important;
}
.footer-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  color: #fff;
  line-height: 1.2;
}
.site-info {
  background: #04386f;
  color: #fff;
  position: relative;
}
.site-info:before {
  content: '';
  display: block;
  width: 100%;
  background: #04386f;
  height: 71px;
  position: absolute;
  top: -71px;
  left: 0;
  z-index: 1;
}
.site-info .footer-bottom {
  background: #002752;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: 12px;
  border-top: 1px solid #395b7d;
}
.site-info .footer-bottom a {
  color: #fff;
  text-decoration: none;
}
.site-info .footer-bottom a:hover {
  text-decoration: underline;
}
/*******Content STYLES*******/
a.button,
button.submit {
  background: #5f9802;
  display: inline-block;
  vertical-align: top;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  color: #fff!important;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: .05em;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  overflow: hidden;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 15px 60px 15px 30px!important;
  line-height: 1;
}
a.button span,
button.submit span {
  width: 40px;
  height: 100%;
  background: #94c34a;
  text-align: center;
  position: absolute;
  top: 0;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  right: 0;
  border-left: 2px dashed #fff;
}
a.button span i,
button.submit span i {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%) scale(0.8);
  color: #fff;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
}
a.button:hover,
button.submit:hover {
  cursor: pointer;
  background: #4f7f02;
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.4) !important;
  -moz-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.4) !important;
  -webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.4) !important;
}
a.button:hover span,
button.submit:hover span {
  background: #5f9802;
}
a.button:hover span i,
button.submit:hover span i {
  transform: translateY(-50%) scale(1);
}
a.button.orange-bg,
button.submit.orange-bg {
  background: #ff9001;
}
a.button.orange-bg span,
button.submit.orange-bg span {
  background: #ffbe02;
}
a.button.orange-bg:hover,
button.submit.orange-bg:hover {
  background: #e78200;
}
a.button.orange-bg:hover span,
button.submit.orange-bg:hover span {
  background: #ff9001;
}
a.button.small,
button.submit.small {
  font-size: 15px!important;
}
.callout {
  display: block;
  position: relative;
  letter-spacing: 0em;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  text-align: center;
  color: #04386f;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border: 3px solid #ff9001;
}
.callout span.quotes {
  display: block;
  background: #fff url(images/quotes.svg) no-repeat center center;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -10px;
  left: -10px;
}
.callout.left {
  width: 100%;
  max-width: 340px;
  float: left;
  margin: 0 20px 15px 15px;
  text-align: right;
  background: #fff;
  line-height: 1.3;
  padding: 30px 40px 30px 60px;
}
.callout.right {
  width: 100%;
  max-width: 340px;
  float: right;
  margin: 0 0 15px 20px;
  text-align: left;
  padding: 30px 40px 30px 60px;
}
.callout.center {
  width: 100%;
  border-top: 2px solid #5e9900;
  border-bottom: 2px solid #5e9900;
  padding: 15px 20px 15px 20px;
  margin: 20px 0 20px 0;
}
.callout.center .quote {
  display: none!important;
}
.toggler {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 2px;
  width: 100%;
}
.toggler .trigger {
  background: transparent;
  position: relative;
  padding: 20px 40px 20px 20px;
  margin-bottom: 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
}
.toggler .trigger i {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  right: 15px;
  top: 20px;
  color: #a52f2e;
  font-size: 24px;
}
.toggler .trigger.low-pad {
  padding-bottom: 30px;
}
.toggler .trigger:hover,
.toggler .trigger.active {
  cursor: pointer;
}
.toggler .trigger:hover h4,
.toggler .trigger.active h4 {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.toggler .trigger h4 {
  margin-top: 0;
  line-height: 1.2;
  margin-bottom: 0!important;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  transform-origin: 0 50%;
  letter-spacing: .05em;
}
.toggler .toggle_container {
  overflow: hidden;
  background: transparent;
  height: 0;
  text-align: left;
}
.toggler .toggle_container .block {
  opacity: 0;
  color: inherit;
  padding: 10px 30px 10px 30px;
}
.toggler .toggle_container .block h2,
.toggler .toggle_container .block h3,
.toggler .toggle_container .block h4,
.toggler .toggle_container .block h5 {
  color: #fff;
}
.toggler .toggle_container .block h5 {
  font-family: 'Bitter', serif;
  font-size: 22px;
}
.top-curve {
  position: relative;
  padding-top: 200px;
  overflow: hidden;
}
.top-curve:before {
  content: '';
  display: block;
  width: 200%;
  background: #fff;
  clip-path: ellipse(50% 20% at 50% 50%);
  width: 140%;
  height: 600px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-300px) translateX(-50%);
  z-index: 10;
}
.bottom-curve {
  position: relative;
  padding-bottom: 200px;
  overflow: hidden;
}
.bottom-curve:after {
  content: '';
  display: block;
  width: 200%;
  background: #fff;
  clip-path: ellipse(50% 20% at 50% 50%);
  width: 140%;
  height: 600px;
  top: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateY(300px) translateX(-50%) rotate(180deg);
  z-index: 10;
}
#primary a {
  color: #5e9900;
}
#primary a:hover {
  color: #025da1;
}
#primary h1 {
  font-family: 'Bitter', serif;
  font-size: 42px;
  color: #221f1f;
  margin: 0 0 25px 0;
}
#primary h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
  color: #025da1;
  margin: 0 0 25px 0;
  text-transform: uppercase;
  font-weight: 400;
}
#primary h3 {
  font-family: 'Bitter', serif;
  font-size: 32px;
  color: #5e9900;
  margin: 0 0 25px 0;
}
#primary h4 {
  font-family: 'Oswald', sans-serif;
  font-size: 26px;
  color: #ffbe02;
  margin: 0 0 25px 0;
  text-transform: uppercase;
}
#primary h5 {
  font-family: 'Bitter', serif;
  font-size: 22px;
  color: #04386f;
  margin: 0 0 25px 0;
}
#primary h6 {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  color: #04386f;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0 0 15px 0;
}
#primary ol {
  list-style-type: none;
  counter-reset: my-counter;
  padding-left: 0!important;
  margin-left: 0;
}
#primary ol > li {
  position: relative;
  padding-left: 30px!important;
  margin-bottom: 20px;
  padding-top: 5px;
}
#primary ol > li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  width: 20px!important;
  height: 20px!important;
  line-height: 1!important;
  display: block;
  background: #025da1;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  line-height: 20px!important;
  position: absolute;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: bold;
  top: 6px;
  left: 0;
}
#primary ul {
  padding-left: 0;
  margin-left: 0;
  list-style-type: none;
}
#primary ul > li {
  position: relative;
  padding-left: 25px;
  margin: 0 0 12px 0;
}
#primary ul > li i.fa-arrow-circle-right {
  position: absolute;
  left: 0;
  top: 2px;
  color: #025da1;
}
#primary ul.page-nav {
  padding: 0;
  margin: 0;
}
#primary ul.page-nav li {
  padding: 0;
  margin: 0;
}
#primary ul.page-nav li i {
  display: none;
}
#primary ul.page-nav li a {
  text-decoration: none;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
}
#primary ul.page-nav li a:hover {
  padding-left: 8px;
}
#primary ul.page-nav > li > a {
  font-family: 'Bitter', serif;
  font-size: 45px;
  font-weight: bold;
  display: block;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #8db7db;
}
#primary ul.page-nav > li > ul {
  padding: 30px 0 0 20px;
}
#primary ul.page-nav > li > ul > li > a {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #025da1;
}
#primary ul.page-nav > li > ul > li > ul {
  padding: 0 0 0 20px;
}
#primary ul.page-nav > li > ul > li > ul > li > a {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  color: #a52f2e;
  text-transform: uppercase;
}
#primary ul.link-list {
  padding: 0;
  margin: 30px 0 30px 0;
}
#primary ul.link-list > li {
  padding: 0;
  margin: 0;
}
#primary ul.link-list > li i.fa-arrow-circle-right {
  display: none;
}
#primary ul.link-list > li:first-child > a {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#primary ul.link-list > li > a {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #025da1;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
}
#primary ul.link-list > li > a:hover {
  background: rgba(0, 0, 0, 0.1);
}

/********HOMEPAGE********/
#about-section #about-video,
#about-section #about-text {
  padding: 30px!important;
}
#action-rotator-wrap {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px 0 50px 0;
  border-top: 2px solid #024a81;
  border-bottom: 2px solid #024a81;
}
#action-rotator {
  padding: 0 50px 0 50px!important;
}
.action-rotator-item {
  overflow: hidden;
  width: 280px;
  height: 280px;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
  display: inline-block;
  vertical-align: top;
  border: 2px solid #fff;
  position: relative;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.action-rotator-item .title {
  width: 100%;
  padding: 20px 10px 20px 10px;
  font-family: 'Oswald', sans-serif;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: normal;
  position: relative;
  z-index: 15;
}
.action-rotator-item .title svg {
  position: absolute;
  top: 0;
  left: -5%;
  width: 110%;
  z-index: -1;
}
.action-rotator-item .title.red-bg svg .actionst1 {
  fill: #a52f2e;
}
.action-rotator-item .title.blue-bg svg .actionst1 {
  fill: #025da1;
}
.action-rotator-item .title.green-bg svg .actionst1 {
  fill: #5e9900;
}
.action-rotator-item .title.orange-bg svg .actionst1 {
  fill: #ff9001;
}
.action-rotator-item .title.yellow-bg svg .actionst1 {
  fill: #ffbe02;
}
.action-rotator-item .title.purple-bg svg .actionst1 {
  fill: #4c407f;
}
.action-rotator-item .fader {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  top: 0;
  left: 0;
}
.action-rotator-item .fader > div {
  position: relative;
  top: 55%;
  transform: translateY(-50%);
}
.action-rotator-item .fader > div h6 {
  margin: 0 0 8px 0;
  font-family: 'Bitter', serif;
  font-size: 24px;
  font-weight: 400;
}
.action-rotator-item .fader > div span.subtitle {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
}
.action-rotator-item .fader > div span.subtitle i {
  margin-right: 8px;
}
.action-rotator-item .icon {
  display: inline-block;
  vertical-align: top;
  font-size: 42px;
  color: #fff;
  position: absolute;
  z-index: 12;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  top: 55%;
  left: 50%;
  opacity: 1;
  transform: translateY(-50%) translateX(-50%);
}
.action-rotator-item:hover .icon {
  opacity: 0;
}
.action-rotator-item:hover .fader {
  opacity: 1;
}
.video-image {
  position: relative;
  width: 100%;
  padding: 0;
}
.video-image img {
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border: 2px solid #fff;
  display: block;
  -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.video-image i {
  color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  transform: translateY(-50%) translateX(-50%) scale(1);
  z-index: 10;
  font-size: 80px;
}
.video-image:hover i {
  transform: translateY(-50%) translateX(-50%) scale(1.2);
  color: #fff;
}
.slick-dots {
  position: absolute;
  display: inline-block;
  vertical-align: top;
  width: auto;
  bottom: -30px !important;
  left: 50%;
  transform: translateX(-50%);
}
.slick-dots > li {
  text-align: center;
  margin: 2px!important;
}
.slick-dots > li button {
  display: inline-block;
  vertical-align: top;
  width: 10px!important;
  height: 10px!important;
  background: #025da1 !important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.slick-dots > li button:hover {
  background: #ffbe02 !important;
}
.slick-dots > li button:before {
  display: none!important;
}
.slick-dots li.slick-active button {
  background: #ffbe02 !important;
}
button.slick-arrow {
  padding: 0;
  height: auto;
  width: auto;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  margin: 0;
  display: inline-block !important;
  vertical-align: top !important;
  color: #ffbe02 !important;
  font-size: 40px;
  z-index: 900;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  transform-origin: 50% 50%!important;
  transform: translateY(-50%) scale(1) !important;
}
button.slick-arrow:before {
  display: none;
}
button.slick-arrow.slick-prev {
  left: 0!important;
}
button.slick-arrow.slick-next {
  right: 0!important;
}
button.slick-arrow:hover {
  transform-origin: 50% 50%!important;
  transform: translateY(-50%) scale(1.3) !important;
}
.slick-slide {
  outline: none;
}
.slick-slide:nth-of-type(3n+2) .data-item .text {
  background: #5e9900;
}
.slick-slide:nth-of-type(3n+3) .data-item .text {
  background: #a52f2e;
}
.slick-slide:nth-of-type(3n+4) .data-item .text {
  background: #ff9001;
}
.data-item {
  outline: none;
  display: inline-block;
  vertical-align: top;
  width: 80%;
  padding: 0;
  text-align: left;
  min-height: 380px;
  overflow: visible;
  position: relative;
}
.data-item .icon {
  display: block;
  position: relative;
  height: 350px;
  width: auto;
  z-index: 10;
}
.data-item .text {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 40px 30px 40px 250px;
  text-align: left;
  color: #fff;
  font-family: 'Bitter', serif;
  font-size: 24px;
  background: #04386f;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
.data-item:nth-of-type(even) .text {
  background: #a52f2e !important;
}
#get-started svg#purple-arrow {
  position: absolute;
  width: 100%;
  left: 0;
  top: 300px;
  z-index: 1;
}
#get-started svg#purple-arrow path {
  opacity: 0;
}
.central {
  position: relative;
  z-index: 10;
}
.icon-item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 320px;
  margin: 20px 40px 20px 40px;
}
.icon-item h6 {
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  font-weight: 400;
  margin: 15px 0 0 0;
  padding: 0 20px 0 20px;
  line-height: 1.2;
}
.partners-item {
  padding: 30px 0 30px 0;
  border-top: 2px solid #d9e4ee;
}
.partners-item:first-of-type {
  border: none;
}
.partner-logo-gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
}
.partner-logo {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 200px;
  padding: 30px;
}
.partner-logo img {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: none!important;
}
.partner-logo.module {
  border: 1px solid #f1f1f1;
  -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  margin: 10px;
  background: #fff;
}
.slide-in {
  opacity: 0;
  transform: translateY(20px);
}
.spotlight-item {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border: 5px solid #04386f;
  overflow: hidden;
  padding: 0 0px 40px 0px;
}
.spotlight-item .title {
  position: relative;
  background: url(images/title-bg.svg) no-repeat bottom center;
  background-size: 100% auto;
  padding: 50px 0 120px 0;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.spotlight-item .title a {
  color: #fff!important;
  text-decoration: none!important;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.spotlight-item .title a:hover {
  -webkit-transform: scale(1.03) !important;
  -moz-transform: scale(1.03) !important;
  -ms-transform: scale(1.03) !important;
  -o-transform: scale(1.03) !important;
}
.spotlight-item h5.section-head {
  font-size: 50px!important;
  margin-bottom: 15px;
}
.spotlight-item h6.subtitle {
  color: #04386f;
  font-size: 26px;
}
.spotlight-item h6.subtitle i {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  position: relative;
  top: 4px;
}
.spotlight-item .content {
  text-align: left;
  padding: 40px;
}
.spotlight-item .content .image {
  display: inline-block;
  vertical-align: top;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.spotlight-item.small {
  background: #fff;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  border: 2px solid #04386f;
  position: relative;
  padding-top: 70px;
}
.spotlight-item.small .image {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  width: 100%;
  height: 320px;
  position: relative;
  margin-bottom: 40px;
  z-index: 5;
  left: 0;
}
.spotlight-item.small .title {
  padding: 20px 20px 50px 20px!important;
  font-size: 28px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.spotlight-item.small h5.section-head {
  color: #5e9900 !important;
  font-size: 36px!important;
  line-height: 1.2;
  margin: 0 0 10px 0!important;
  padding: 0 20px 0 20px!important;
}
.spotlight-item.small .content {
  padding: 0 20px 0 20px!important;
}
.spotlight-item.small .content > div {
  padding: 0!important;
}
.stats {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  background: #e8f1f8;
  padding: 40px 25px 40px 25px;
}
.stats .text {
  display: block;
  font-family: 'Bitter', serif;
  font-size: 24px;
  color: #5e9900;
  margin: 0 0 10px 0;
}
.stats .number {
  display: block;
  color: #025da1;
  font-family: 'Oswald', sans-serif;
  font-size: 42px;
}
.stats > div {
  padding: 10px 20px 10px 20px;
}
.stats > div:nth-child(even) {
  border-right: 2px solid #025da1;
  border-left: 2px solid #025da1;
}
.spotlight-container .spotlight-wrap {
  padding: 15px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 620px;
}
.spotlight-container .spotlight-wrap:nth-child(odd) {
  clear: both!important;
}
#spotlight-rotator {
  padding: 40px 80px 60px 80px;
}
#spotlight-rotator ul.slick-dots {
  bottom: 0!important;
}
.central.top-border {
  border-top: 2px solid #d9e4ee;
  margin-top: 80px;
  padding-top: 80px!important;
}
.border-section-wrap .central.top-border:first-of-type {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}
.vid-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.vid-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.testimonial-widget {
  font-family: 'Bitter', serif;
  font-size: 20px;
  font-style: italic;
}
.testimonial-widget span.citation {
  display: block;
  font-style: normal;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #5e9900;
}
.press-item {
  padding-top: 20px;
  padding-bottom: 20px;
}
.press-item img {
  -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
.press-item.left {
  padding-right: 50px!important;
  border-right: 1px solid #025da1;
}
.press-item.right {
  padding-left: 50px!important;
}
ul.post-list {
  margin: 20px 0 20px 0;
  padding: 0!important;
  list-style-type: none;
}
ul.post-list li {
  position: relative;
  padding-left: 35px;
  border-bottom: 1px solid #d2e2f1;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
ul.post-list li a {
  color: #5e9900;
  text-decoration: none;
}
ul.post-list li a:hover {
  color: #3f6600 !important;
}
ul.post-list li i.fa-arrow-alt-right {
  position: absolute;
  top: 0;
  left: 0;
  color: #ffbe02;
  font-size: 24px;
}
ul.post-list li i.fa-arrow-circle-right {
  font-size: 18px;
}
ul.post-list li .title {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 1.2;
}
ul.post-list li .date {
  display: block;
  font-family: 'Bitter', serif;
  font-size: 18px;
  color: #025da1;
  margin-top: 5px;
}
ul.post-list.page li {
  border-bottom: 1px solid #d2e2f1;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
img.no-border {
  border: none!important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.spotlight-logo-item {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #d2e2f1;
}
.spotlight-logo-item:last-of-type {
  padding-bottom: 0;
  border: none;
}
/*******BLOG****/
#blog-filters {
  background: #04386f;
  border-top: 3px solid #fff;
  padding: 30px 0 30px 0!important;
  -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
}
#blog-filters .grid-50 {
  padding: 10px 40px 10px 40px!important;
}
#filter-menu-wrap {
  text-align: left;
  position: relative;
  z-index: 9990;
}
#filter-menu-wrap .filter-item {
  margin: 0!important;
  position: relative;
  text-align: left;
}
#filter-menu-wrap a.filter-menu-toggle {
  position: relative;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 45px 15px 55px;
  color: #025da1;
  line-height: normal;
  background: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
#filter-menu-wrap a.filter-menu-toggle:hover,
#filter-menu-wrap a.filter-menu-toggle.active {
  cursor: pointer;
  background: #5e9900;
  color: #fff;
}
#filter-menu-wrap a.filter-menu-toggle:hover i,
#filter-menu-wrap a.filter-menu-toggle.active i {
  color: #fff;
}
#filter-menu-wrap a.filter-menu-toggle i {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  font-size: 24px;
  color: #5e9900;
}
#filter-menu-wrap a.filter-menu-toggle i.left-icon {
  left: 13px;
  top: 12px;
}
#filter-menu-wrap a.filter-menu-toggle i.right-icon {
  right: 13px;
  top: 12px;
}
#filter-menu-wrap .filter-menu {
  background: #e9e9e9;
  width: 100%;
  height: 0!important;
  position: absolute;
  z-index: 9999!important;
  top: 45px;
  left: 0px;
  padding: 0 10px 0 10px!important;
  overflow: hidden;
  list-style-type: none!important;
  margin: 0!important;
}
#filter-menu-wrap .filter-menu.active {
  overflow: visible;
}
#filter-menu-wrap .filter-menu > li {
  margin: 0!important;
  padding: 0!important;
}
#filter-menu-wrap .filter-menu > li i.fa-chevron-right {
  display: none!important;
}
#filter-menu-wrap .filter-menu > li > a {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #f1f1f1;
  color: #025da1;
  font-family: 'Bitter', serif;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  position: relative;
  padding: 13px!important;
  margin: 0!important;
  text-decoration: none;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  padding-right: 20px;
}
#filter-menu-wrap .filter-menu > li > a:hover {
  color: #fff;
  background: #5e9900;
}
.blogsearch {
  position: relative;
}
.blogsearch input[type=text] {
  position: relative;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  color: #025da1;
  padding: 15px 50px 15px 15px;
  border: none;
  line-height: normal;
  background: #fff;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  outline: none;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
}
.blogsearch input[type=text]::-webkit-input-placeholder {
  color: #025da1;
}
.blogsearch input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: #025da1;
}
.blogsearch input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #025da1;
}
.blogsearch input[type=text]:-ms-input-placeholder {
  color: #025da1;
}
.blogsearch input[type=text]:focus {
  cursor: pointer;
  background: #5e9900;
  color: #fff;
}
.blogsearch input[type=text]:focus::-webkit-input-placeholder {
  color: #fff;
}
.blogsearch input[type=text]:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.blogsearch input[type=text]:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.blogsearch input[type=text]:focus:-ms-input-placeholder {
  color: #fff;
}
.blogsearch button.submit {
  border: none!important;
  font-size: 13px!important;
  color: #5e9900 !important;
  background: none!important;
  position: absolute;
  font-size: 18px!important;
  top: 6px!important;
  right: 5px!important;
  padding: 8px!important;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.blogsearch button.submit:hover {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  color: #fff!important;
}
.blogsearch:focus-within button.submit {
  color: #fff!important;
}
.blogsearch:focus-within button.submit input {
  color: #fff;
}
.blog-item {
  overflow: hidden;
  background: #f1f1f1;
  margin-bottom: 30px;
  padding: 0!important;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.blog-item .image {
  position: relative;
  height: 300px;
}
.blog-item .image:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 76, 148, 0.66);
}
.blog-item .image a.cat-link {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  vertical-align: top;
  background: #ffbe02;
  z-index: 100;
  text-decoration: none;
  padding: 5px 20px 5px 20px;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #025da1 !important;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
}
.blog-item .image a.cat-link:hover {
  background: #ffcb35;
}
.blog-item .image h5 {
  color: #fff!important;
  font-size: 36px!important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 20px 30px 20px 30px;
  position: relative;
  z-index: 200;
  top: 50%;
  transform: translateY(-50%);
}
.blog-item .details {
  padding: 40px;
}
.blog-item .details h6.date {
  margin: 0 0 12px 0;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #025da1;
  font-weight: 400;
}
.nav-links a {
  background: #025da1;
  display: inline-block;
  vertical-align: top;
  padding: 5px 20px 5px 20px;
  color: #fff!important;
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  border-radius: 44px;
  -webkit-border-radius: 44px;
  -moz-border-radius: 44px;
  text-decoration: none;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
}
.nav-links a:hover {
  background: #04386f;
}
.program-item {
  height: 420px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  overflow: hidden;
  -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}
.program-item:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 76, 148, 0.66);
}
.program-item .title {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  padding: 30px;
  width: 100%;
  color: #fff;
  font-family: 'Bitter', serif;
  font-size: 28px;
  background: #ffbe02;
  -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  font-weight: bold;
}
.program-item .details {
  padding: 25px;
  position: relative;
  text-align: center;
  top: 60%;
  transform: translateY(-50%);
  z-index: 200;
  color: #fff;
}
.program-wrap {
  padding: 30px!important;
}
.program-wrap:nth-of-type(3n+2) .program-item .title {
  background: #5e9900 !important;
}
.program-wrap:nth-of-type(3n+3) .program-item .title {
  background: #a52f2e;
}
.program-wrap:nth-of-type(3n+4) .program-item .title {
  background: #ff9001;
}
.program-wrap:nth-of-type(3n+5) .program-item .title {
  background: #025da1;
}
.standard-item-wrap {
  padding: 30px!important;
}
.standard-item-wrap:nth-of-type(odd) {
  clear: both;
}
.standard-item {
  border-bottom: 2px solid #d2e2f1;
  padding-bottom: 60px!important;
  margin-bottom: 0px;
}
.standard-item .image {
  height: 240px;
  -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  margin-bottom: 25px;
}
.standard-item h5 {
  font-family: 'Oswald', sans-serif !important;
  font-size: 30px !important;
  text-transform: uppercase;
  line-height: 1.2!important;
  font-weight: 400;
  margin-bottom: 15px!important;
}
.standard-item h6 {
  color: #ffbe02 !important;
}
.standard-item h6.green {
  color: #5e9900 !important;
}
.standard-item ul.item-details li {
  font-family: 'Bitter', serif;
  font-size: 20px;
  font-style: italic;
}
.staff-item {
  padding: 20px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 300px;
  margin: 20px 0 20px 0;
  text-align: center;
}
.staff-item .image {
  height: 400px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
.staff-item .details h5 {
  color: #025da1 !important;
}
.staff-image {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 400px;
  max-width: 300px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  margin: 0 30px 30px 0px;
  float: left;
}
.box-details {
  background: #f1f1f1;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  padding: 30px;
  font-size: 18px!important;
  margin-bottom: 30px;
  color: #04386f;
}
.box-details h6 {
  font-size: 30px!important;
  font-weight: 400!important;
}
#grant-selections {
  background: #04386f;
  padding: 40px 0 40px 0;
}
form#state-selector {
  outline: none;
}
form#state-selector input[type=radio] {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 4px;
  padding: 10px;
}
form#state-selector label {
  color: #fff;
  vertical-align: middle;
  display: inline-block;
  vertical-align: top;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

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