/*!
Theme Name: dash
Theme URI: http://underscores.me/
Author: Justin LaFountain
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dash
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.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

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

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

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

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

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

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

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

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

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

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

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

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

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

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

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

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

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

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

.bypostauthor {
  display: block;
}

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

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

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

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

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

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Utility Classes
--------------------------------------------------------------*/
.text-capitalize {
  text-transform: capitalize;
}

.icon-20 {
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
  vertical-align: middle;
  top: -2px;
}
.icon-20 img {
  display: inline-block;
  height: 100%;
}
.icon-20 + span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.b-300 {
  font-weight: 300;
}

.b-400 {
  font-weight: 400;
}

.b-500 {
  font-weight: 500;
}

.m-auto {
  margin: 0 auto;
}

.mt--60 {
  margin-top: -60px;
}

.mb--60 {
  margin-bottom: -60px;
}

.ml--60 {
  margin-left: -60px;
}

.mr--60 {
  margin-right: -60px;
}

.pb--60 {
  padding-bottom: -60px;
}

.pt--60 {
  padding-top: -60px;
}

.pl--60 {
  padding-left: -60px;
}

.pr--60 {
  padding-right: -60px;
}

.mt--50 {
  margin-top: -50px;
}

.mb--50 {
  margin-bottom: -50px;
}

.ml--50 {
  margin-left: -50px;
}

.mr--50 {
  margin-right: -50px;
}

.pb--50 {
  padding-bottom: -50px;
}

.pt--50 {
  padding-top: -50px;
}

.pl--50 {
  padding-left: -50px;
}

.pr--50 {
  padding-right: -50px;
}

.mt--40 {
  margin-top: -40px;
}

.mb--40 {
  margin-bottom: -40px;
}

.ml--40 {
  margin-left: -40px;
}

.mr--40 {
  margin-right: -40px;
}

.pb--40 {
  padding-bottom: -40px;
}

.pt--40 {
  padding-top: -40px;
}

.pl--40 {
  padding-left: -40px;
}

.pr--40 {
  padding-right: -40px;
}

.mt--30 {
  margin-top: -30px;
}

.mb--30 {
  margin-bottom: -30px;
}

.ml--30 {
  margin-left: -30px;
}

.mr--30 {
  margin-right: -30px;
}

.pb--30 {
  padding-bottom: -30px;
}

.pt--30 {
  padding-top: -30px;
}

.pl--30 {
  padding-left: -30px;
}

.pr--30 {
  padding-right: -30px;
}

.mt--20 {
  margin-top: -20px;
}

.mb--20 {
  margin-bottom: -20px;
}

.ml--20 {
  margin-left: -20px;
}

.mr--20 {
  margin-right: -20px;
}

.pb--20 {
  padding-bottom: -20px;
}

.pt--20 {
  padding-top: -20px;
}

.pl--20 {
  padding-left: -20px;
}

.pr--20 {
  padding-right: -20px;
}

.mt--15 {
  margin-top: -15px;
}

.mb--15 {
  margin-bottom: -15px;
}

.ml--15 {
  margin-left: -15px;
}

.mr--15 {
  margin-right: -15px;
}

.pb--15 {
  padding-bottom: -15px;
}

.pt--15 {
  padding-top: -15px;
}

.pl--15 {
  padding-left: -15px;
}

.pr--15 {
  padding-right: -15px;
}

.mt--10 {
  margin-top: -10px;
}

.mb--10 {
  margin-bottom: -10px;
}

.ml--10 {
  margin-left: -10px;
}

.mr--10 {
  margin-right: -10px;
}

.pb--10 {
  padding-bottom: -10px;
}

.pt--10 {
  padding-top: -10px;
}

.pl--10 {
  padding-left: -10px;
}

.pr--10 {
  padding-right: -10px;
}

.mt--5 {
  margin-top: -5px;
}

.mb--5 {
  margin-bottom: -5px;
}

.ml--5 {
  margin-left: -5px;
}

.mr--5 {
  margin-right: -5px;
}

.pb--5 {
  padding-bottom: -5px;
}

.pt--5 {
  padding-top: -5px;
}

.pl--5 {
  padding-left: -5px;
}

.pr--5 {
  padding-right: -5px;
}

.p-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.ph-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.p-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.ph-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.mt-5 {
  margin-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.p-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ph-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.p-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.ph-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.p-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ph-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.p-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.ph-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.p-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ph-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.p-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ph-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.p-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.ph-45 {
  padding-left: 45px;
  padding-right: 45px;
}

.mt-45 {
  margin-top: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pt-45 {
  padding-top: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.p-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ph-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.p-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ph-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.p-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.ph-70 {
  padding-left: 70px;
  padding-right: 70px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.ml-70 {
  margin-left: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pl-70 {
  padding-left: 70px;
}

.pr-70 {
  padding-right: 70px;
}

.ph-80 {
  padding-left: 80px;
  padding-right: 80px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.p-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}

.ph-85 {
  padding-left: 85px;
  padding-right: 85px;
}

.mt-85 {
  margin-top: 85px;
}

.mb-85 {
  margin-bottom: 85px;
}

.ml-85 {
  margin-left: 85px;
}

.mr-85 {
  margin-right: 85px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pt-85 {
  padding-top: 85px;
}

.pl-85 {
  padding-left: 85px;
}

.pr-85 {
  padding-right: 85px;
}

.p-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.ph-90 {
  padding-left: 90px;
  padding-right: 90px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.ml-90 {
  margin-left: 90px;
}

.mr-90 {
  margin-right: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pt-90 {
  padding-top: 90px;
}

.pl-90 {
  padding-left: 90px;
}

.pr-90 {
  padding-right: 90px;
}

.p-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ph-100 {
  padding-left: 100px;
  padding-right: 100px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.p-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.ph-110 {
  padding-left: 110px;
  padding-right: 110px;
}

.mt-110 {
  margin-top: 110px;
}

.mb-110 {
  margin-bottom: 110px;
}

.ml-110 {
  margin-left: 110px;
}

.mr-110 {
  margin-right: 110px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pt-110 {
  padding-top: 110px;
}

.pl-110 {
  padding-left: 110px;
}

.pr-110 {
  padding-right: 110px;
}

.p-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.ph-120 {
  padding-left: 120px;
  padding-right: 120px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.ml-120 {
  margin-left: 120px;
}

.mr-120 {
  margin-right: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-120 {
  padding-top: 120px;
}

.pl-120 {
  padding-left: 120px;
}

.pr-120 {
  padding-right: 120px;
}

.p-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.ph-130 {
  padding-left: 130px;
  padding-right: 130px;
}

.mt-130 {
  margin-top: 130px;
}

.mb-130 {
  margin-bottom: 130px;
}

.ml-130 {
  margin-left: 130px;
}

.mr-130 {
  margin-right: 130px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pt-130 {
  padding-top: 130px;
}

.pl-130 {
  padding-left: 130px;
}

.pr-130 {
  padding-right: 130px;
}

.p-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.ph-140 {
  padding-left: 140px;
  padding-right: 140px;
}

.mt-140 {
  margin-top: 140px;
}

.mb-140 {
  margin-bottom: 140px;
}

.ml-140 {
  margin-left: 140px;
}

.mr-140 {
  margin-right: 140px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pt-140 {
  padding-top: 140px;
}

.pl-140 {
  padding-left: 140px;
}

.pr-140 {
  padding-right: 140px;
}

.p-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.ph-150 {
  padding-left: 150px;
  padding-right: 150px;
}

.mt-150 {
  margin-top: 150px;
}

.mb-150 {
  margin-bottom: 150px;
}

.ml-150 {
  margin-left: 150px;
}

.mr-150 {
  margin-right: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pt-150 {
  padding-top: 150px;
}

.pl-150 {
  padding-left: 150px;
}

.pr-150 {
  padding-right: 150px;
}

.p-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.ph-160 {
  padding-left: 160px;
  padding-right: 160px;
}

.mt-160 {
  margin-top: 160px;
}

.mb-160 {
  margin-bottom: 160px;
}

.ml-160 {
  margin-left: 160px;
}

.mr-160 {
  margin-right: 160px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pt-160 {
  padding-top: 160px;
}

.pl-160 {
  padding-left: 160px;
}

.pr-160 {
  padding-right: 160px;
}

.p-170 {
  padding-top: 170px;
  padding-bottom: 170px;
}

.ph-170 {
  padding-left: 170px;
  padding-right: 170px;
}

.mt-170 {
  margin-top: 170px;
}

.mb-170 {
  margin-bottom: 170px;
}

.ml-170 {
  margin-left: 170px;
}

.mr-170 {
  margin-right: 170px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pt-170 {
  padding-top: 170px;
}

.pl-170 {
  padding-left: 170px;
}

.pr-170 {
  padding-right: 170px;
}

.p-180 {
  padding-top: 180px;
  padding-bottom: 180px;
}

.ph-180 {
  padding-left: 180px;
  padding-right: 180px;
}

.mt-180 {
  margin-top: 180px;
}

.mb-180 {
  margin-bottom: 180px;
}

.ml-180 {
  margin-left: 180px;
}

.mr-180 {
  margin-right: 180px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pt-180 {
  padding-top: 180px;
}

.pl-180 {
  padding-left: 180px;
}

.pr-180 {
  padding-right: 180px;
}

.p-190 {
  padding-top: 190px;
  padding-bottom: 190px;
}

.ph-190 {
  padding-left: 190px;
  padding-right: 190px;
}

.mt-190 {
  margin-top: 190px;
}

.mb-190 {
  margin-bottom: 190px;
}

.ml-190 {
  margin-left: 190px;
}

.mr-190 {
  margin-right: 190px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pt-190 {
  padding-top: 190px;
}

.pl-190 {
  padding-left: 190px;
}

.pr-190 {
  padding-right: 190px;
}

.p-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.ph-200 {
  padding-left: 200px;
  padding-right: 200px;
}

.mt-200 {
  margin-top: 200px;
}

.mb-200 {
  margin-bottom: 200px;
}

.ml-200 {
  margin-left: 200px;
}

.mr-200 {
  margin-right: 200px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pt-200 {
  padding-top: 200px;
}

.pl-200 {
  padding-left: 200px;
}

.pr-200 {
  padding-right: 200px;
}

.p-220 {
  padding-top: 220px;
  padding-bottom: 220px;
}

.ph-220 {
  padding-left: 220px;
  padding-right: 220px;
}

.mt-220 {
  margin-top: 220px;
}

.mb-220 {
  margin-bottom: 220px;
}

.ml-220 {
  margin-left: 220px;
}

.mr-220 {
  margin-right: 220px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pt-220 {
  padding-top: 220px;
}

.pl-220 {
  padding-left: 220px;
}

.pr-220 {
  padding-right: 220px;
}

.p-240 {
  padding-top: 240px;
  padding-bottom: 240px;
}

.ph-240 {
  padding-left: 240px;
  padding-right: 240px;
}

.mt-240 {
  margin-top: 240px;
}

.mb-240 {
  margin-bottom: 240px;
}

.ml-240 {
  margin-left: 240px;
}

.mr-240 {
  margin-right: 240px;
}

.pb-240 {
  padding-bottom: 240px;
}

.pt-240 {
  padding-top: 240px;
}

.pl-240 {
  padding-left: 240px;
}

.pr-240 {
  padding-right: 240px;
}

.p-260 {
  padding-top: 260px;
  padding-bottom: 260px;
}

.ph-260 {
  padding-left: 260px;
  padding-right: 260px;
}

.mt-260 {
  margin-top: 260px;
}

.mb-260 {
  margin-bottom: 260px;
}

.ml-260 {
  margin-left: 260px;
}

.mr-260 {
  margin-right: 260px;
}

.pb-260 {
  padding-bottom: 260px;
}

.pt-260 {
  padding-top: 260px;
}

.pl-260 {
  padding-left: 260px;
}

.pr-260 {
  padding-right: 260px;
}

.h-40 {
  height: 40px;
}

.w-40 {
  width: 40px;
}

.h-42 {
  height: 42px;
}

.w-42 {
  width: 42px;
}

.h-50 {
  height: 50px;
}

.w-50 {
  width: 50px;
}

.h-70 {
  height: 70px;
}

.w-70 {
  width: 70px;
}

.h-80 {
  height: 80px;
}

.w-80 {
  width: 80px;
}

.h-90 {
  height: 90px;
}

.w-90 {
  width: 90px;
}

.h-100 {
  height: 100px;
}

.w-100 {
  width: 100px;
}

.h-240 {
  height: 240px;
}

.w-240 {
  width: 240px;
}

.h-260 {
  height: 260px;
}

.w-260 {
  width: 260px;
}

.h-300 {
  height: 300px;
}

.w-300 {
  width: 300px;
}

.h-310 {
  height: 310px;
}

.w-310 {
  width: 310px;
}

.h-340 {
  height: 340px;
}

.w-340 {
  width: 340px;
}

.h-360 {
  height: 360px;
}

.w-360 {
  width: 360px;
}

.h-400 {
  height: 400px;
}

.w-400 {
  width: 400px;
}

.h-450 {
  height: 450px;
}

.w-450 {
  width: 450px;
}

.h-540 {
  height: 540px;
}

.w-540 {
  width: 540px;
}

.h-555 {
  height: 555px;
}

.w-555 {
  width: 555px;
}

.h-600 {
  height: 600px;
}

.w-600 {
  width: 600px;
}

.h-700 {
  height: 700px;
}

.w-700 {
  width: 700px;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.h-50v {
  min-height: 100vw;
}

.bt {
  border-top: 1px solid #e4f1fd;
}

.br {
  border-right: 1px solid #e4f1fd;
}

.bb {
  border-bottom: 1px solid #e4f1fd;
}

.bb-light {
  border-bottom: 1px solid #9dd0fb;
}

@font-face {
  font-family: "Redemption";
  src: url("./sass/fonts/perfect-redemption/otf/perfect-redemption-extra-regular.otf");
  /* IE9 Compat Modes */
  src: url("./sass/fonts/perfect-redemption/woff/perfect-redemption-regular.woff") format("woff2"), url("./sass/fonts/perfect-redemption/woff/perfect-redemption-regular.woff2") format("woff");
}
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

.blue-text {
  color: #0A5989 !important;
}

.phone {
  color: #0A5989 !important;
  font-weight: 500;
}

.color-1 {
  color: #0A5989;
}

.color-2 {
  color: #05B1E2;
}

.color-3 {
  color: #367AB1;
}

.color-4 {
  color: #67C1C5;
}

.color-5 {
  color: #B01F5E;
}

.color-6 {
  color: #6F0543;
}

.style-tile .color-1 p {
  color: #0A5989;
}
.style-tile .color-1-bg {
  width: 100%;
  height: 150px;
  background-color: #0A5989;
}
.style-tile .color-2 p {
  color: #05B1E2;
}
.style-tile .color-2-bg {
  width: 100%;
  height: 150px;
  background-color: #05B1E2;
}
.style-tile .color-3 p {
  color: #367AB1;
}
.style-tile .color-3-bg {
  width: 100%;
  height: 150px;
  background-color: #367AB1;
}
.style-tile .color-4 p {
  color: #67C1C5;
}
.style-tile .color-4-bg {
  width: 100%;
  height: 150px;
  background-color: #67C1C5;
}
.style-tile .color-5 p {
  color: #B01F5E;
}
.style-tile .color-5-bg {
  width: 100%;
  height: 150px;
  background-color: #B01F5E;
}
.style-tile .color-6 p {
  color: #6F0543;
}
.style-tile .color-6-bg {
  width: 100%;
  height: 150px;
  background-color: #6F0543;
}

.blue-text {
  color: #0A5989;
}

.gray-bg {
  background: rgba(0, 0, 0, 0.015);
}

.bold {
  font-weight: 500;
}

.color-1-bg {
  background: #0A5989;
}

.color-2-bg {
  background: #05B1E2;
}

.color-3-bg {
  background: #367AB1;
}

.color-4-bg {
  background: #67C1C5;
}

.color-5-bg {
  background: #B01F5E;
}

.color-6-bg {
  background: #6F0543;
}

.color-1-text {
  color: #0A5989;
}

.color-2-text {
  color: #05B1E2;
}

.color-3-text {
  color: #367AB1;
}

.color-4-text {
  color: #67C1C5;
}

.color-5-text {
  color: #B01F5E;
}

.color-6-text {
  color: #6F0543;
}

body {
  color: #6D7278;
  font-size: 16px;
  line-height: 1.5;
}

a {
  color: #0A5989;
}
a:hover {
  color: #05B1E2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: alternate-gothic-condensed-a, sans-serif;
  font-weight: 400;
}
h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white {
  color: #fff;
}
h1.red,
h2.red,
h3.red,
h4.red,
h5.red,
h6.red {
  color: #0A5989;
}
h1.upper,
h2.upper,
h3.upper,
h4.upper,
h5.upper,
h6.upper {
  text-transform: uppercase;
}

.upper {
  text-transform: uppercase;
}

h1,
h2 {
  line-height: 1.2;
}

h3,
h4 {
  line-height: 1.3;
}

h1 {
  font-size: 200%;
  color: #0A5989;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
h1.secondary-page-title {
  font-size: 200%;
  color: #0A5989;
  font-weight: 500;
  font-family: alternate-gothic-condensed-a, sans-serif;
  margin: 0;
  line-height: 1em;
}
h1.large {
  font-size: 400%;
  margin-bottom: 10px;
}
h1 strong {
  font-weight: 500;
}

input[type=submit] {
  background: #0A5989 !important;
  border: 2px solid #0A5989 !important;
  transition: 0.2s !important;
  color: #fff !important;
  font-family: alternate-gothic-condensed-a, sans-serif !important;
  display: inline-block;
  font-size: 1.1em;
  padding: 10px 25px;
  font-weight: 500;
  text-align: center;
  border-radius: 10px;
}
input[type=submit]:hover {
  background: transparent !important;
  transition: 0.2s !important;
  color: #0A5989 !important;
}

h2 {
  font-size: 200%;
  color: #0A5989;
  font-family: alternate-gothic-condensed-a, sans-serif;
  font-weight: 400;
}
@media all and (max-width: 61.9375em) {
  h2 {
    font-size: 160%;
  }
}

h3 {
  font-size: 170%;
  color: #414042;
  font-family: alternate-gothic-condensed-a, sans-serif;
  font-weight: 400;
}

h4 {
  font-size: 140%;
  color: #0A5989;
  font-family: "Redemption", sans-serif;
  font-weight: 400;
}

h5 {
  font-size: 1.6em;
  color: #0A5989;
  font-weight: 500;
  font-family: alternate-gothic-condensed-a, sans-serif;
}

h6 {
  font-size: 115%;
  color: #0A5989;
  font-weight: 500;
  font-family: alternate-gothic-condensed-a, sans-serif;
  margin: 10px 0;
}

.medium {
  font-weight: 500 !important;
}

p {
  font-family: "Montserrat", sans-serif;
  line-height: 140%;
  color: #777777;
  font-size: 1.3em;
  font-weight: 500;
}
p a {
  font-weight: 600;
}
@media all and (min-width: 62em) {
  p {
    font-size: 1.2em;
    font-weight: 400;
  }
}

.white {
  color: #fff;
}

.wp-block-separator {
  max-width: 1110px;
}

.center {
  text-align: center;
}

.btn {
  font-family: alternate-gothic-condensed-a, sans-serif;
  display: inline-block;
  font-size: 1.1em;
  padding: 5px 25px;
  font-weight: 500;
  text-align: center;
  border: none;
  width: 100%;
  border-radius: 0px;
}
@media all and (min-width: 62em) {
  .btn {
    width: auto;
  }
}
.btn.btn-round {
  border-radius: 10px;
}
.btn.btn-1 {
  background-image: url(./img/button-bg.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  transition: 0.2s;
  color: #fff;
}
.btn.btn-1:hover {
  opacity: 0.8;
  transition: 0.2s;
}
.btn.btn-2 {
  background: transparent;
  border: 1px solid #fff;
  transition: 0.2s;
  color: #fff;
}
.btn.btn-2:hover {
  background: #fff;
  transition: 0.2s;
  color: #0A5989;
}
.btn.btn-3 {
  background: #0A5989;
  border: 2px solid #0A5989;
  transition: 0.2s;
  color: #fff;
  text-transform: initial;
}
.btn.btn-3:hover {
  background: transparent;
  transition: 0.2s;
  color: #0A5989;
}
.btn.btn-white {
  background: #fff;
  border: 1px solid #fff;
  transition: 0.2s;
  color: #0A5989;
  margin-top: 0px;
  font-size: 1em;
  padding: 5px 25px;
  text-transform: initial;
  border-radius: 10px;
}
.btn.btn-white:hover {
  background: transparent;
  transition: 0.2s;
  color: #fff;
}

.main-header {
  background: #fff;
  position: relative;
  z-index: 9999;
  transition: background 0.4s;
  padding: 20px 0;
}
.main-header .header-container {
  width: 95%;
  margin: 0 auto;
  max-width: 1300px;
}
.main-header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  transition: background 0.4s;
}

.utility-nav {
  padding: 8px 0px 0px 0px;
  display: none;
  background: green;
}
@media all and (min-width: 62em) {
  .utility-nav {
    display: block;
    padding: 8px 15px 10px 0px;
  }
}
.utility-nav ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  text-align: right;
}
.utility-nav ul li {
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #0A5989;
}
.utility-nav ul li a {
  color: #05B1E2;
  font-weight: 600;
  font-size: 0.8em;
}
.utility-nav ul li .search img {
  width: 15px;
  height: 15px;
}
.utility-nav .search {
  max-width: 15px;
}

.search-link {
  padding: 0;
}
.search-link a {
  display: inline-block;
  padding: 0;
  border-left: 1px solid #000;
  padding-left: 10px;
}
.search-link a img {
  width: 20px;
}

.search-box {
  display: none !important;
}
.search-box form {
  display: none;
}
.search-box.open {
  display: inline-block !important;
}
.search-box.open form {
  display: block;
}
.search-box .search-field {
  border: none;
  padding: 0px 8px;
  height: 30px;
  outline: none !important;
  margin: 0px;
  background: #f6f6f6;
  vertical-align: bottom;
}
.search-box .search-submit {
  margin: 0px;
  margin-left: -4px;
  outline: 0px;
  border: none;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  background: #0A5989;
  border-radius: 0px;
  color: #fff;
}

.main-logo img {
  max-width: 150px;
}
@media all and (min-width: 62em) {
  .main-logo img {
    max-width: 200px;
  }
}
@media all and (min-width: 75em) {
  .main-logo img {
    max-width: 200px;
  }
}

.border-left {
  border-left: 1px solid #979797 !important;
}
@media all and (max-width: 61.9375em) {
  .border-left {
    border: none !important;
  }
}

.border-right {
  border-right: 1px solid #979797 !important;
}
@media all and (max-width: 61.9375em) {
  .border-right {
    border: none !important;
  }
}

.hamburger-menu {
  transform: translateY(5px);
}
.hamburger-menu > a {
  text-indent: 99999px;
  width: 53px;
  overflow: hidden;
  height: 32px;
  border-left: 1px solid rgba(10, 89, 137, 0.4);
  background-repeat: no-repeat;
  background-image: url(img/menu-btn.png);
  background-repeat: no-repeat;
  background-size: 28px;
  vertical-align: bottom;
  background-position: right center;
}

.header-navigation {
  display: none;
}
@media all and (min-width: 62em) {
  .header-navigation {
    display: block;
  }
}
.header-navigation-top ul {
  list-style: none;
  position: relative;
  margin: 0px;
  text-align: right;
  padding: 0;
}
.header-navigation-top ul li {
  display: inline-block;
  position: relative;
  padding: 0 5px;
  display: inline-flex;
}
.header-navigation-top ul li a {
  color: #6D7278;
  text-decoration: none;
  display: inline-block;
  font-size: 1em;
  font-weight: 500;
  font-family: alternate-gothic-condensed-a, sans-serif;
  outline: none;
  transition: 0.3s;
  position: relative;
}
.header-navigation-top ul li a:hover {
  color: #05B1E2;
}
.header-navigation-top ul li a.current-menu-item {
  color: #05B1E2;
}
.header-navigation-bottom ul {
  list-style: none;
  position: relative;
  margin: 0px;
  text-align: right;
  padding: 0;
}
.header-navigation-bottom ul li {
  display: inline-block;
  position: relative;
  padding: 0 5px;
}
.header-navigation-bottom ul li.menu-item-has-children:hover .sub-menu {
  display: inline-block;
}
.header-navigation-bottom ul li.current-menu-parent a {
  color: #05B1E2;
}
.header-navigation-bottom ul li.current-menu-item a {
  color: #0A5989;
  position: relative;
}
.header-navigation-bottom ul li.current-menu-item a:after {
  position: absolute;
  content: "";
  top: 100%;
  width: 80%;
  height: 3px;
  background: #0A5989;
  left: 50%;
  transform: translateX(-50%);
}
.header-navigation-bottom ul li .sub-menu {
  position: absolute;
  display: none;
  top: 100%;
  min-width: 100%;
  right: 0px;
  background: white;
  text-align: center;
  transition: 0.3s;
  box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.1);
  padding: 10px 10px 30px;
  margin: 0;
}
.header-navigation-bottom ul li .sub-menu li {
  display: block;
  position: relative;
  text-align: left;
}
.header-navigation-bottom ul li .sub-menu li a {
  color: #6D7278;
  font-weight: 400;
  font-size: 1em;
  white-space: nowrap;
  border-left: none;
  padding: 0px 10px;
}
.header-navigation-bottom ul li .sub-menu li a:hover {
  color: #05B1E2;
  transition: 0.3s;
  cursor: pointer;
}
.header-navigation-bottom ul li .sub-menu li a:hover:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 2px;
  transition: 0.3s;
  background: transparent;
}
.header-navigation-bottom ul li a {
  color: #6D7278;
  text-decoration: none;
  display: inline-block;
  font-family: alternate-gothic-condensed-a, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  padding: 5px 15px 5px 8px;
  margin-top: 20px;
  outline: none;
  text-transform: uppercase;
  transition: 0.3s;
  position: relative;
}
.header-navigation-bottom ul li a:last-of-type {
  padding-right: 0px;
}
.header-navigation-bottom ul li a:hover {
  color: #05B1E2;
  transition: 0.3s;
}

.mobile-btn {
  display: inline-block;
  position: absolute;
  display: block;
  right: 30px;
  top: 50px;
}
@media all and (min-width: 62em) {
  .mobile-btn {
    display: none;
  }
}
.mobile-btn svg {
  fill: #6D7278;
  height: 30px;
  width: 30px;
}

.close-btn {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0px;
  display: inline-block;
  right: 0px;
  text-align: center;
  padding: 10px;
  z-index: 9999;
}
.close-btn img {
  width: 100%;
  max-width: 15px;
}

@media all and (min-width: 62em) {
  .show-mobile {
    display: none !important;
  }
}

.hide-mobile {
  display: none !important;
}
@media all and (min-width: 62em) {
  .hide-mobile {
    display: inline-block !important;
  }
}

.mobile-nav {
  padding-left: 0px;
}

label {
  font-family: alternate-gothic-condensed-a, sans-serif;
}

.mobile-navigation {
  position: fixed;
  width: 275px;
  background: #fff;
  left: 0px;
  transform: translateX(-100%);
  transition: 0.4s;
  top: 0px;
  z-index: 9999;
  padding: 20px 0px;
  height: 100%;
}
.mobile-navigation li.menu-item-has-children .sub-menu {
  transition: 0.6s;
}
.mobile-navigation li.menu-item-has-children:hover .sub-menu {
  max-height: 700px;
  transition: 0.6s;
}
.mobile-navigation li.menu-item-has-children:hover .sub-menu a {
  background: #084a71;
}
.mobile-navigation.open {
  transform: translateX(0%);
  transition: 0.4s;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
.mobile-navigation .mobile-logo {
  width: 100%;
  padding-left: 10px;
  padding-bottom: 20px;
}
.mobile-navigation .mobile-logo a {
  display: inline-block;
}
.mobile-navigation .mobile-logo img {
  width: 70%;
}
.mobile-navigation .mobile-utility-nav ul {
  margin: 0;
  padding: 0;
}
.mobile-navigation .mobile-utility-nav ul li {
  margin: 0;
  padding: 0;
}
.mobile-navigation .mobile-utility-nav ul li a {
  margin: 0 5%;
  padding: 12px 3px;
  text-align: center;
  font-size: 1em;
  display: block;
  color: #fff;
  width: 90%;
  border-radius: 10px;
  margin-bottom: 20px;
  background: #05B1E2;
  font-family: alternate-gothic-condensed-a, sans-serif;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.mobile-navigation .mobile-utility-nav ul li:last-of-type a {
  border-right: none;
}
.mobile-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.mobile-navigation ul li.menu-item-has-children > a {
  position: relative;
}
.mobile-navigation ul li.menu-item-has-children > a:after {
  content: " ";
  width: 8px;
  height: 11px;
  position: absolute;
  right: 15px;
  top: 18px;
  background-image: url(img/white-arrow-more.png);
  transform-origin: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
}
.mobile-navigation ul li.menu-item-has-children > a:hover:after {
  right: 10px;
  transition: 0.3s;
}
.mobile-navigation ul li a {
  display: inline-block;
  text-align: center;
  color: #6D7278;
  width: 100%;
  font-family: alternate-gothic-condensed-a, sans-serif;
  padding: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.mobile-navigation ul li ul {
  max-height: 0px;
  overflow: hidden;
}

@media all and (max-width: 61.9375em) {
  .center-small {
    text-align: center;
  }
}

.healthcare-animation svg {
  max-width: 90%;
  transform: translateY(-10px);
}
@media all and (max-width: 61.9375em) {
  .healthcare-animation svg {
    height: 250px;
    margin-left: 5%;
  }
}
.healthcare-animation svg .top-bar {
  transition: 1s;
}
.healthcare-animation svg .middle-bar {
  transition: 1s;
}
.healthcare-animation svg .bottom-bar {
  transition: 1s;
}
.healthcare-animation svg:hover {
  cursor: pointer;
}
.healthcare-animation svg:hover .top-bar {
  transform: translate(132px, 84.888px);
  transition: 1s;
}
.healthcare-animation svg:hover .middle-bar {
  transform: translate(266px, 156.569px);
  transition: 1s;
}
.healthcare-animation svg:hover .bottom-bar {
  transform: translate(132px, 228.25px);
  transition: 1s;
}

.hero-1 {
  position: relative;
  z-index: 1;
}
.hero-1 img {
  width: 100%;
  height: auto;
}
.hero-1-caption {
  position: absolute;
  top: 50%;
  left: 100px;
  text-shadow: 0px 0px 20px #000;
  transform: translateY(-50%);
  z-index: 2;
}
.hero-1 h2 {
  font-size: 550%;
  color: #fff;
  font-family: "Redemption", sans-serif;
  margin: 0;
  margin-bottom: 0;
}
@media all and (max-width: 61.9375em) {
  .hero-1 h2 {
    font-size: 1.9em;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  }
}
.hero-1 h4 {
  color: #fff;
  font-size: 3em;
  font-family: alternate-gothic-condensed-a, sans-serif;
  margin-top: -20px;
}
@media all and (max-width: 61.9375em) {
  .hero-1 h4 {
    font-size: 2em;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  }
}

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

.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  background: yellow;
  transform: translateY(-50%);
  z-index: 1;
}
.owl-nav span {
  font-size: 100px;
  font-weight: lighter;
  color: #fff;
  line-height: 150px;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
}
.owl-nav .owl-prev {
  left: 0px;
  display: block;
  padding: 20px;
  position: absolute;
  display: block;
  transform: translateY(-60%);
}
.owl-nav .owl-next {
  right: 0px;
  display: block;
  padding: 20px;
  position: absolute;
  display: block;
  transform: translateY(-60%);
}

@media all and (min-width: 62em) {
  .owl-carousel .owl-item img.hide-desktop {
    display: none !important;
  }
}

.partner-logos-logo {
  margin-bottom: 20px;
}
.partner-logos img {
  max-width: 150px;
  max-height: 125px;
  padding: 13px;
  height: auto;
}
.partner-logos-healthcare img {
  max-width: 200px;
  max-height: 150px;
  padding: 0;
  height: auto;
}

.community-partners-featured img {
  max-height: 150px;
  width: auto;
  max-width: 80%;
  margin-bottom: 20px;
}

.callout-1 {
  padding: 80px 0;
}
.callout-1 img {
  border-radius: 50%;
}
@media all and (max-width: 61.9375em) {
  .callout-1 .icon {
    text-align: center;
    margin-bottom: 40px;
  }
}
.callout-1 .icon:hover img {
  cursor: pointer;
  transition: 1s;
  transform: rotate(360deg);
}
.callout-1 .icon img {
  transition: 1s;
  transform: rotate(0deg);
}
@media all and (max-width: 61.9375em) {
  .callout-1 .icon img {
    max-width: 70%;
  }
}

ul {
  margin: 0;
}

.callout-2 {
  background: url(./img/callout-2.png);
  background-size: cover;
  background-position: center center;
}
.callout-2-special {
  padding-top: 40px;
  padding-bottom: 20px;
  background-position: center right;
}
.callout-2-caption-top {
  padding: 30px 40px 10px;
  background: rgba(255, 255, 255, 0.9);
}
.callout-2-caption-top ul {
  margin: 0;
  padding-bottom: 20px;
}
.callout-2-caption-bottom {
  padding-top: 20px;
}
.callout-2-caption-bottom p {
  color: #fff;
  font-size: 0.9em;
}

.callout-3 {
  padding: 80px 0 80px;
}

.callout-4 h2 {
  margin-right: 20px;
  text-transform: uppercase;
}
@media all and (max-width: 61.9375em) {
  .callout-4 h2 {
    text-align: center;
    margin-right: 0px;
  }
}

.col-3-images {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media all and (max-width: 61.9375em) {
  .col-3-images img {
    margin-bottom: 30px;
  }
}
.col-3-images h2 {
  margin-bottom: 40px;
}
.col-3-images h5 {
  margin-top: 20px;
}

@media all and (max-width: 61.9375em) {
  .mt-md-30 {
    margin-top: 30px;
  }
}

.arrow-right {
  display: inline-block;
  width: 6px;
  height: 10px;
  transform: translateY(-2px);
  margin-left: 7px;
  background-image: url(./img/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.col-4-links a {
  color: #fff;
  font-family: alternate-gothic-condensed-a, sans-serif;
  font-size: 1.5em;
  text-transform: uppercase;
  display: inline-block;
  padding: 50px 0;
}

.gi-col-3-links .gi-col-3-link {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
}
.gi-col-3-links .gi-col-3-link:hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.6;
  transition: 0.3s;
  z-index: 0;
}
.gi-col-3-links .gi-col-3-link img {
  max-width: 80px;
}
.gi-col-3-links .gi-col-3-link h3 {
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 25px;
  font-family: alternate-gothic-condensed-a, sans-serif;
  color: #fff;
}
.gi-col-3-links .gi-col-3-link p {
  color: #fff;
  font-size: 0.9em;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
.gi-col-3-links .gi-col-3-link a {
  color: #fff;
  font-family: alternate-gothic-condensed-a, sans-serif;
  font-size: 1.5em;
  text-transform: uppercase;
  display: inline-block;
  z-index: 1;
  position: relative;
}
.gi-col-3-links .gi-col-3-link a:hover {
  text-decoration: none;
}
.gi-col-3-links .gi-col-3-link-1 {
  background: url(./img/get-involved-1.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.gi-col-3-links .gi-col-3-link-1:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #05B1E2;
  opacity: 0.8;
  z-index: 0;
}
.gi-col-3-links .gi-col-3-link-2 {
  background: url(./img/get-involved-2.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.gi-col-3-links .gi-col-3-link-2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #67C1C5;
  opacity: 0.8;
  z-index: 0;
}
.gi-col-3-links .gi-col-3-link-3 {
  background: url(./img/get-involved-3.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.gi-col-3-links .gi-col-3-link-3:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #B01F5E;
  opacity: 0.8;
  z-index: 0;
}

.main-search {
  text-align: center;
}
.main-search input[type=text] {
  width: 100%;
  margin-bottom: 50px;
}

.col-3-links .col-3-link {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
}
.col-3-links .col-3-link a {
  color: #fff;
  font-family: alternate-gothic-condensed-a, sans-serif;
  font-size: 1.5em;
  text-transform: uppercase;
  display: inline-block;
  z-index: 1;
  position: relative;
}
.col-3-links .col-3-link a:hover {
  text-decoration: none;
}
.col-3-links .col-3-link-1 {
  background: url(./img/col-link-1.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.col-3-links .col-3-link-1:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #05B1E2;
  opacity: 0.8;
  z-index: 0;
}
.col-3-links .col-3-link-2 {
  background: url(./img/col-link-2.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.col-3-links .col-3-link-2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #67C1C5;
  opacity: 0.8;
  z-index: 0;
}
.col-3-links .col-3-link-3 {
  background: url(./img/col-link-3.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.col-3-links .col-3-link-3:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #B01F5E;
  opacity: 0.8;
  z-index: 0;
}

.stats-section-number {
  margin-top: 40px;
}
.stats-section-number img {
  height: 100px;
  width: auto;
}
.stats-section-number h3 {
  font-size: 400%;
  font-weight: 500;
  word-break: keep-all;
}
.stats-section-number-bottom {
  padding-left: 20px;
  padding-right: 20px;
}

.blue-bg {
  background-color: rgba(91, 137, 181, 0.15);
}

.leaf-bg {
  position: relative;
}
.leaf-bg:before {
  content: "";
  background-image: url(./img/dots.svg);
  background-position: center center;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.1;
}

.b-col-3-header {
  margin-bottom: 50px;
}
.b-col-3-header h2 {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0;
  font-family: "Redemption", sans-serif;
}
@media all and (min-width: 62em) {
  .b-col-3-header h2 {
    font-size: 4em;
  }
}
.b-col-3-header-inner {
  border-top: 1px solid #0A5989;
  border-bottom: 1px solid #0A5989;
  padding-top: 30px;
  padding-bottom: 20px;
}
.b-col-3-header h3 {
  font-size: 1.2em;
}
@media all and (min-width: 62em) {
  .b-col-3-header h3 {
    font-size: 2.5em;
  }
}
.b-col-3-col-inner {
  height: 100%;
  padding-top: 30px;
}
.b-col-3-col-inner h5 {
  color: #fff;
}
.b-col-3-col-inner p {
  color: #fff;
}

.icon-list-item {
  margin-top: 50px;
}
.icon-list-item img {
  max-width: 75px;
  max-height: 100px;
  margin-bottom: 20px;
}
.icon-list-item p {
  color: #6D7278;
}
@media all and (max-width: 61.9375em) {
  .icon-list-item {
    border: none;
  }
}
.icon-list-item:nth-child(3n+2) {
  border-left: 1px solid #979797;
  border-right: 1px solid #979797;
}
.icon-list-item:last-of-type {
  border-right: none;
}

.stories-carousel .owl-nav {
  margin: 0 !important;
  outline: none !important;
}
.stories-carousel .owl-prev, .stories-carousel .owl-next {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  outline: none !important;
  transform: translateY(-50%);
  display: block !important;
  border: none;
}
@media all and (min-width: 62em) {
  .stories-carousel .owl-prev, .stories-carousel .owl-next {
    width: 10px;
    height: 10px;
  }
}
.stories-carousel .owl-prev {
  left: -14px;
}
@media all and (min-width: 62em) {
  .stories-carousel .owl-prev {
    left: -60px;
  }
}
.stories-carousel .owl-next {
  right: -10px;
}
@media all and (min-width: 62em) {
  .stories-carousel .owl-next {
    right: -60px;
  }
}
.stories-carousel .owl-theme .owl-nav [class*=owl-]:hover {
  background: none !important;
}
@media all and (max-width: 61.9375em) {
  .stories-carousel .owl-item {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.our-people-tile {
  margin-top: 30px;
}
.our-people-tile h5 {
  padding: 10px 0 0;
  margin-bottom: 0;
  font-size: 1.3em;
  color: #4A4A4A;
}
.our-people-tile p {
  margin-bottom: 5px;
}
.our-people-tile a {
  font-size: 1.1em;
  font-weight: 600;
}

.divider-image {
  position: relative;
}
.divider-image img {
  width: 100%;
}
.divider-image .cutline {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 50px;
  background: rgba(0, 0, 0, 0.3);
}
.divider-image .cutline p {
  margin: 0;
  color: #fff;
}

.hide-mobile {
  display: none;
}
@media all and (min-width: 62em) {
  .hide-mobile {
    display: block;
  }
}

@media all and (min-width: 62em) {
  .hide-desktop {
    display: none;
  }
}

.column-2-icons img {
  height: 60px;
  width: auto;
  margin-top: 20px;
  margin-bottom: 10px;
}

.faq-accordion h3 {
  background: #67C1C5;
  text-align: center;
  color: #fff;
  font-size: 1.2em;
  padding: 10px 0;
  outline: 0 !important;
  margin-bottom: 20px;
  position: relative;
}
@media all and (max-width: 61.9375em) {
  .faq-accordion h3 {
    padding: 10px 30px;
  }
}
.faq-accordion h3.ui-state-active {
  margin-bottom: 0;
}
.faq-accordion h3:hover {
  cursor: pointer;
}
.faq-accordion div {
  margin: 0;
  border: 2px solid #67C1C5;
  margin-bottom: 20px;
  padding: 20px;
}

.ui-icon-plus {
  height: 10px;
  width: 10px;
  background-image: url(./img/acc-open.png);
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 17px;
}

.ui-icon-minus {
  height: 10px;
  width: 10px;
  background-image: url(./img/acc-close.png);
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 17px;
}

.our-stories-single h1 {
  margin-top: 0px;
}
.our-stories-single img {
  padding-top: 10px;
}

@media all and (min-width: 62em) {
  .events-section .event {
    padding: 50px;
  }
}
.events-section .event h6 {
  margin-top: 20px;
}
.events-section .event h6 a {
  font-size: 180%;
  color: #B01F5E;
  font-weight: 400;
}
.events-section .event h6 a:hover {
  text-decoration: none;
}

.topics-section p {
  color: #6D7278;
  margin-bottom: 10px;
  font-family: alternate-gothic-condensed-a, sans-serif;
}
.topics-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.topics-section ul li a {
  color: #4A4A4A;
  display: block;
  margin-bottom: 10px;
  font-family: alternate-gothic-condensed-a, sans-serif;
}
.topics-section-main .topic {
  padding: 30px 45px 30px 15px;
}
@media all and (max-width: 61.9375em) {
  .topics-section-main .topic {
    padding: 30px 15px 30px 15px;
  }
}
.topics-section-main h6 a {
  color: #414042;
  font-weight: 400;
  font-size: 1.2em;
}
.topics-section-main p a {
  font-size: 1em;
  font-weight: 400;
}

.cat-special img {
  max-width: 60px;
}

.secondary-header {
  position: relative;
  height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f2f2f2;
  background-position: center;
  z-index: 1;
}
.secondary-header:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.secondary-header-caption {
  width: 100%;
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 3;
}
.secondary-header-caption h1 {
  font-size: 2em;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
@media all and (min-width: 62em) {
  .secondary-header-caption h1 {
    font-size: 4em;
  }
}

.secondary-nav {
  background: #0A5989;
}
.secondary-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.secondary-nav ul li {
  display: inline-block;
}
.secondary-nav ul li a {
  display: inline-block;
  color: #fff;
  padding: 20px 10px;
  font-family: "Montserrat", sans-serif;
}

.secondary-sub-header {
  margin-top: 80px;
  margin-bottom: 30px;
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}
.secondary-sub-header h2 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
}

.card-columns {
  column-count: 1;
  margin: 20px;
}
@media all and (min-width: 62em) {
  .card-columns {
    column-count: 3;
  }
}
.card-columns .card {
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 0rem;
  margin-bottom: 20px;
  display: inline-block;
}

.listing-tile-inner {
  padding: 25px;
}
.listing-tile-inner img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.listing-tile-inner h5 {
  margin-bottom: 20px;
}
.listing-tile-inner ul {
  margin: 0 0 10px 0;
  padding-left: 20px;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: alternate-gothic-condensed-a, sans-serif;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-family: alternate-gothic-condensed-a, sans-serif;
}

:-ms-input-placeholder {
  /* IE 10+ */
  font-family: alternate-gothic-condensed-a, sans-serif;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-family: alternate-gothic-condensed-a, sans-serif;
}

.email-signup {
  padding: 80px 0;
  background-color: #67C1C5;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.email-signup .ginput_container {
  margin-top: 0px !important;
}
.email-signup #gform_confirmation_message_1 {
  color: #fff;
  font-family: alternate-gothic-condensed-a, sans-serif;
  font-size: 2em;
}
.email-signup form {
  width: 450px;
  height: 45px;
  position: relative;
}
@media all and (max-width: 61.9375em) {
  .email-signup form {
    width: 350px;
  }
}
.email-signup form .gform_footer {
  width: 150px !important;
  position: absolute;
  left: 300px;
  top: 0px;
  margin: 0;
  height: 45px !important;
}
@media all and (max-width: 61.9375em) {
  .email-signup form .gform_footer {
    left: 200px;
  }
}
.email-signup form .gform_body {
  width: 300px !important;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0px;
  height: 45px !important;
}
.email-signup form .gform_body ul li {
  margin-top: 0 !important;
}
@media all and (max-width: 61.9375em) {
  .email-signup form .gform_body {
    width: 250px !important;
  }
}
.email-signup form #input_1_1 {
  height: 45px;
  margin: 0;
  border: none;
  outline: none;
  border-radius: 10px 0px 0px 10px;
  font-size: 16px;
  width: 300px;
  text-align: center;
  color: #4A4A4A;
}
@media all and (max-width: 61.9375em) {
  .email-signup form #input_1_1 {
    width: 200px;
    font-size: 13px;
    padding-left: 0px;
  }
}
.email-signup form #gform_submit_button_1 {
  margin: 0;
  height: 45px;
  border: none;
  outline: none;
  border-radius: 0px 10px 10px 0px;
  position: absolute;
  top: 0px;
  font-size: 16px;
  background: #0A5989;
  color: #fff;
  font-family: #font-1;
  padding: 0px 30px;
}
@media all and (max-width: 61.9375em) {
  .email-signup form #gform_submit_button_1 {
    padding: 0px 10px;
    font-size: 13px;
  }
}
.email-signup .gform_wrapper div.validation_error {
  color: #790000;
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 25px;
  border-top: 0px solid #790000;
  border-bottom: 0px solid #790000;
  border: 2px solid red;
  border-radius: 10px;
  padding: 20px 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  clear: both;
  width: 100%;
  text-align: center;
  z-index: 100;
  position: absolute;
  color: red;
  background: #fff;
  bottom: 100%;
  font-family: alternate-gothic-condensed-a, sans-serif;
  font-size: 1.2em;
}
.email-signup .gform_wrapper .field_description_below .gfield_description {
  padding-top: 0px;
  position: absolute;
  bottom: -50px;
}
.email-signup .gform_wrapper li.gfield.gfield_error, .email-signup .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: rgba(255, 223, 224, 0.25);
  margin-bottom: 6px !important;
  border-top: 1px solid #c89797;
  border-bottom: 1px solid #c89797;
  padding-bottom: 0px;
  padding-top: 0px;
  box-sizing: border-box;
}
.email-signup .gform_wrapper .validation_message {
  color: #fff;
  font-family: alternate-gothic-condensed-a, sans-serif;
  font-weight: 400;
  font-size: 1.1em;
}

.p-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media all and (max-width: 61.9375em) {
  .p-80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.footer {
  background: #0A5989;
  color: #fff;
}
.footer-logo img {
  max-width: 250px;
}
.footer-copyright {
  background: #0A5989;
  padding: 10px 0;
}
.footer-copyright .container {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
}
.footer-copyright p {
  margin-bottom: 0px;
  font-size: 1em;
  color: #fff;
}
.footer-copyright ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-copyright ul li {
  display: inline-block;
  margin-left: 20px;
  padding-right: 10px;
  font-size: 1em;
  font-family: alternate-gothic-condensed-a, sans-serif;
}
@media all and (max-width: 61.9375em) {
  .footer-copyright ul li {
    padding-right: 10px;
  }
}
.footer-copyright ul li a {
  color: #fff;
}
.footer-copyright ul li a .arrow-right {
  width: 4px;
  height: 10px;
  transform: translateY(0px);
  margin-left: 4px;
}
.footer-copyright ul li:last-of-type {
  border-right: none;
}
.footer-copyright .copy-info-img {
  max-width: 150px;
}
.footer .footer-widget-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .footer-widget-menu ul li {
  padding-bottom: 15px;
}
.footer .footer-widget-menu ul li a {
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.footer .footer-widget-menu ul li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.footer .footer-widget-menu ul li .sub-menu li {
  padding-bottom: 5px;
}
.footer .footer-widget-menu ul li .sub-menu li a {
  font-weight: 400;
  font-size: 1.2em;
  text-transform: initial;
}
.footer .footer-widget-menu ul li .sub-menu li a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.footer-info a {
  font-family: alternate-gothic-condensed-a, sans-serif;
}
.footer-info .btn {
  color: #fff !important;
}
.footer-info .footer-icons a {
  color: #fff;
  font-family: alternate-gothic-condensed-a, sans-serif;
  display: inline-block;
  padding-right: 20px;
  padding-top: 20px;
}
.footer-info .footer-icons a i {
  color: #fff;
}
@media all and (max-width: 61.9375em) {
  .footer-info .footer-icons {
    margin-bottom: 25px;
  }
}
.footer-info .footer-phone {
  font-size: 1.3em;
  padding-top: 15px;
  display: inline-block;
}
.footer-info .footer-phone p {
  margin-bottom: 0px;
}

.date-plate-hero .caption-right {
  text-align: center;
}
.date-plate-hero .caption-right img {
  max-width: 200px;
  margin-bottom: 20px;
}
.date-plate-hero .caption-right .btn {
  margin: 15px 0;
}
@media all and (max-width: 61.9375em) {
  .date-plate-hero-left {
    margin-bottom: 30px;
  }
}

.date-plate-hero-new {
  background-image: url(./img/dwp-hero-after-desktop.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.date-plate-hero-new .caption {
  padding-top: 50px;
  padding-bottom: 50px;
}
.date-plate-hero-new .caption img {
  max-width: 300px;
  margin-bottom: 30px;
}

.thanks-for-attending h1.large {
  font-size: 300%;
  margin-top: 10px;
}

.honorees .honoree img {
  margin-bottom: 20px;
  width: 80%;
}

.next-prev-post-container a {
  font-weight: 600;
}
.next-prev-post-container .next-link {
  text-align: right;
}

.event-share-btns i {
  display: block;
  color: #6D7278;
  margin-bottom: 10px;
}
@media all and (max-width: 61.9375em) {
  .event-share-btns i {
    margin-top: 20px;
  }
}

.share-btns i {
  display: block;
  color: #fff;
  margin-bottom: 10px;
}
@media all and (max-width: 61.9375em) {
  .share-btns i {
    margin-top: 20px;
  }
}
.share-btns a {
  display: block;
}
.share-btns a:hover {
  color: #fff;
  text-decoration: none;
}

.fork-bg {
  background-image: url(./img/fork-3.png);
  background-position: bottom right;
  background-size: 50% auto;
  background-repeat: no-repeat;
  background-color: #fafafa;
}
@media all and (min-width: 30em) {
  .fork-bg {
    background-size: 40% auto;
  }
}
@media all and (min-width: 62em) {
  .fork-bg {
    background-size: 20% auto;
  }
}
@media all and (min-width: 75em) {
  .fork-bg {
    background-size: 25% auto;
  }
}

.auction {
  background: #fafafa;
}
.auction-item {
  position: relative;
  opacity: 0.5;
}
.auction-item-description {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 5px 10px;
  margin: 0;
  width: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}

.sponsors-top img {
  max-height: 40px;
}
.sponsors-top p {
  margin-top: 20px;
  margin-bottom: 5px;
}
.sponsors-middle img {
  max-height: 85px;
}
@media all and (max-width: 61.9375em) {
  .sponsors-middle img {
    margin-bottom: 20px;
  }
}
.sponsors-bottom img {
  max-height: 40px;
}
@media all and (max-width: 61.9375em) {
  .sponsors-bottom img {
    margin-bottom: 20px;
  }
}

body.post-type-archive-our_stories .stories-carousel {
  display: none !important;
}

body.single-our_stories .stories-carousel {
  display: none !important;
}

.lesson-video-image {
  position: relative;
}
.lesson-video-image img {
  width: 100%;
}
.lesson-video-image-button {
  position: absolute;
  width: calc(100% - 30px);
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.lesson-video-image-button .btn {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.lesson-video-image-button .btn:hover {
  background: #0A5989;
  color: #fff;
}

.lesson-materials-link {
  margin-bottom: 20px;
}

.lessons-by-topics-tile {
  text-align: center;
  margin-bottom: 20px;
}
.lessons-by-topics-tile img {
  margin-bottom: 15px;
}

.lessons-by-age-tile {
  text-align: center;
  margin-bottom: 20px;
}
.lessons-by-age-tile img {
  max-height: 150px;
  margin-bottom: 15px;
}

hr {
  background-color: rgba(88, 89, 91, 0.2);
  border: 0;
  height: 2px;
  margin-bottom: 1.5em;
}

.secondary-intro h1 {
  font-size: 3em;
  color: #58595B;
  line-height: 100%;
  margin-bottom: 10px;
  font-weight: 500;
  margin-top: 20px;
  text-transform: uppercase;
}
.secondary-intro h4 {
  color: #58595B;
}
.secondary-intro .secondary-intro-bottom {
  margin-top: 40px;
  border-top: 2px solid rgba(88, 89, 91, 0.2);
  padding-top: 30px;
  border-bottom: 2px solid rgba(88, 89, 91, 0.2);
  padding-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px;
}
.secondary-intro h2 {
  font-size: 2em;
  color: #0A5989;
}
.secondary-intro img {
  max-width: 120px;
}

@media all and (min-width: 62em) {
  .event {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.event img {
  border: 1px solid #333;
}

._3-col-container {
  background: #67C1C5;
}
._3-col-container .bl {
  border-left: 1px solid #fff;
}
._3-col-container .br {
  border-right: 1px solid #fff;
}
._3-col-container.col-3-blue {
  background: #fff;
}
._3-col-container.col-3-blue .bl {
  border-left: 1px solid #0A5989;
}
._3-col-container.col-3-blue .br {
  border-right: 1px solid #0A5989;
}
._3-col-container.col-3-blue strong {
  color: #0A5989;
}
._3-col-container.col-3-blue p {
  color: #0A5989;
  font-weight: bold;
}
._3-col-container.col-3-blue ._3-col-inner p {
  font-weight: normal;
  color: #777777;
}

h3 {
  color: #0A5989;
}

.pb-80 {
  padding-bottom: 80px;
}

._3-col-inner {
  height: 100%;
  padding: 40px;
}
._3-col-inner p {
  color: #fff;
}

@media all and (min-width: 62em) {
  .climb {
    margin-left: 50px;
  }
}
.climb span {
  font-size: 2em;
  margin-right: 10px;
}

.secondary-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999999;
}

.secondary-sticky + .fake-space {
  padding-top: 64px;
}

.site-content ul li {
  font-family: "Montserrat", sans-serif;
  line-height: 140%;
  color: #777777;
  font-size: 1.2rem;
  font-weight: 400;
}

.bcap-title {
  font-family: "Redemption", sans-serif;
  font-size: 2.35em;
  margin: 0 0 -4px -7px;
  line-height: 1;
  color: #093662;
}
@media (min-width: 576px) {
  .bcap-title {
    margin: 0 0 -4px -12px;
    font-size: 3.5em;
  }
}
@media (min-width: 768px) {
  .bcap-title {
    font-size: 3.8em;
  }
}
@media (min-width: 992px) {
  .bcap-title {
    font-size: 4em;
  }
}
.bcap-subtitle {
  font-family: alternate-gothic-condensed-a, sans-serif;
  color: #377db3;
  line-height: 1.1;
  font-weight: 700;
  font-size: 1.3em;
  margin: 0;
}
@media (min-width: 576px) {
  .bcap-subtitle {
    font-size: 1.4em;
  }
}
@media (min-width: 768px) {
  .bcap-subtitle {
    font-size: 1.6em;
  }
}
@media (min-width: 992px) {
  .bcap-subtitle {
    font-size: 1.7em;
  }
}
.bcap-subtitle-credit {
  font-weight: 400;
}
.bcap-contact {
  font-family: alternate-gothic-condensed-a, sans-serif;
  color: #0A5989;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.1;
  margin: 0 0 20px;
}
@media (min-width: 1200px) {
  .bcap-contact {
    margin: 0;
  }
}
.bcap-logo {
  max-width: 170px;
}
@media (min-width: 1200px) {
  .bcap-logo {
    margin-left: auto;
  }
}
.bcap-logo-subtitle {
  font-family: alternate-gothic-condensed-a, sans-serif;
  color: #377db3;
  text-transform: uppercase;
  font-weight: 700;
  margin: 5px 0 8px;
  font-size: 0.8rem;
}
.bcap .col-5th {
  width: calc(50% - 6px);
  margin: 3px;
}
.bcap .col-5th:nth-child(2n+1) .bcap-card {
  border-radius: 18px 0 0 18px;
}
.bcap .col-5th:nth-child(2n) .bcap-card {
  border-radius: 0 18px 18px 0;
}
@media (min-width: 576px) {
  .bcap .col-5th {
    width: calc(20% - 6px);
  }
  .bcap .col-5th:nth-child(2n+1) .bcap-card {
    border-radius: 0;
  }
  .bcap .col-5th:nth-child(2n) .bcap-card {
    border-radius: 0;
  }
  .bcap .col-5th:nth-child(5n+1) .bcap-card {
    border-radius: 18px 0 0 18px;
  }
  .bcap .col-5th:nth-child(5n) .bcap-card {
    border-radius: 0 18px 18px 0;
  }
}
.bcap .col-4th {
  width: calc(50% - 6px);
  margin: 3px;
}
.bcap .col-4th:nth-child(2n+1) .bcap-card {
  border-radius: 18px 0 0 18px;
}
.bcap .col-4th:nth-child(2n) .bcap-card {
  border-radius: 0 18px 18px 0;
}
@media (min-width: 992px) {
  .bcap .col-4th {
    width: calc(25% - 6px);
  }
  .bcap .col-4th:nth-child(2n+1) .bcap-card {
    border-radius: 0;
  }
  .bcap .col-4th:nth-child(2n) .bcap-card {
    border-radius: 0;
  }
  .bcap .col-4th:nth-child(4n+1) .bcap-card {
    border-radius: 18px 0 0 18px;
  }
  .bcap .col-4th:nth-child(4n) .bcap-card {
    border-radius: 0 18px 18px 0;
  }
}
.bcap-card {
  background: #01325b;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}
.bcap-card-title {
  color: #fff;
  font-weight: 700;
  width: calc(100% - 16px);
  margin: 8px 8px 2px;
  font-family: alternate-gothic-condensed-a, sans-serif;
  border-bottom: 1px solid #fff;
  font-size: 1.06rem;
}
.bcap-card-img {
  height: 80px;
  margin: 0 auto;
  display: block;
  padding: 5px;
}
.bcap-card-img-2 {
  height: 50px;
  padding: 5px 8px;
}
.bcap-card-img-2-double-size {
  height: 94px;
}
.bcap-card-top {
  width: 100%;
}
.bcap-card-info {
  background: rgba(255, 255, 255, 0.84);
  width: 100%;
  flex: 1;
}
.bcap-card-info p {
  font-family: alternate-gothic-condensed-a, sans-serif;
  margin: 0;
  line-height: 1.1;
  font-size: 0.86rem;
}
.bcap-card-info-stats {
  color: #0A5989;
  padding-bottom: 8px;
}
.bcap-card-info-title {
  font-weight: 700;
  color: #0A5989;
  padding-top: 8px;
}
.bcap-card-info-choices {
  background: #0b9446;
  color: #fff;
  padding: 8px;
}
.bcap-card-info-warnings {
  background: #d1242a;
  color: #fff;
  padding: 8px;
}
.bcap-card-info-notes {
  color: #0A5989;
  padding: 8px;
}
.bcap-card-info-notes-extra {
  color: #0A5989;
  padding: 0 8px 8px;
  font-weight: 300;
}
.bcap-choices {
  background: #115b8a;
}
.bcap-choices .bcap-card-info p {
  font-size: 0.9rem;
}
.bcap-footnotes-top {
  font-family: alternate-gothic-condensed-a, sans-serif;
  color: #0A5989;
  font-weight: 400;
  margin: 10px 0 0;
  font-size: 0.9rem;
}
.bcap-footnotes-top span {
  display: block;
}
@media (min-width: 576px) {
  .bcap-footnotes-top span {
    display: inline;
  }
}
.bcap-footnotes-top-title {
  color: #377db3;
  text-transform: uppercase;
  font-weight: 700;
}
.bcap-footnotes-bottom-left {
  width: calc(100% - 6px);
  margin: 3px;
}
.bcap-footnotes-bottom-left-note-1, .bcap-footnotes-bottom-left-note-2 {
  font-family: alternate-gothic-condensed-a, sans-serif;
  color: #0A5989;
  padding-left: 14px;
  position: relative;
  font-size: 0.9rem;
  line-height: 1;
  margin-bottom: 5px;
}
.bcap-footnotes-bottom-left-note-1:before {
  content: "*";
  position: absolute;
  left: 0;
  font-size: 1rem;
  font-weight: 700;
}
.bcap-footnotes-bottom-left-note-2:before {
  content: "**";
  position: absolute;
  left: 0;
  font-size: 1rem;
  font-weight: 700;
}
@media (min-width: 576px) {
  .bcap-footnotes-bottom-left {
    width: calc(25% - 6px);
  }
}
.bcap-footnotes-bottom-right {
  width: 100%;
  font-family: alternate-gothic-condensed-a, sans-serif;
  color: #0A5989;
}
.bcap-footnotes-bottom-right-title {
  font-family: alternate-gothic-condensed-a, sans-serif;
  font-size: 0.9rem;
  color: #377db3;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}
.bcap-footnotes-bottom-right-note {
  font-family: alternate-gothic-condensed-a, sans-serif;
  color: #000;
  font-size: 0.7rem;
  line-height: 1;
  margin-bottom: 0;
  position: relative;
  padding-left: 5px;
}
.bcap-footnotes-bottom-right-note sup {
  position: absolute;
  left: 0;
  top: 3px;
}
@media (min-width: 576px) {
  .bcap-footnotes-bottom-right {
    width: 75%;
    padding-left: 10px;
    background-image: linear-gradient(black 33%, rgba(255, 255, 255, 0) 0%);
    background-position: left;
    background-size: 2px 6px;
    background-repeat: repeat-y;
  }
}

.page-id-466 .site-title {
  display: none;
}

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