@charset "UTF-8";
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   Additions
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;0,900;1,400;1,700&display=swap");
* {
  margin: 0;
  padding: 0;
}

a, a img, img {
  text-decoration: none;
  outline: 0;
}

a img {
  border: none;
  outline: none;
}

ul {
  list-style: none;
}

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: 0;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*=====COLORS=====*/
/*ex: @include transition(color, 0.1s); */
/**
 * Start Vanilla CSS 1.0.2 
 */
em, i, dfn {
  font-style: italic;
}

dfn {
  font-weight: bold;
}

p, code, pre, kbd {
  margin: 0 0 1em 0;
}

blockquote {
  margin: 0 1em 1em 1em;
}

cite {
  font-style: italic;
}

li ul, li ol {
  margin: 0 1em;
}

ul, ol {
  margin: 0 1em 1em 2em;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

dl {
  margin: 0 0 1em 0;
}

dl dt {
  font-weight: bold;
}

dd {
  margin-left: 1em;
}

table {
  margin-bottom: 1.4em;
  width: 100%;
}

th {
  font-weight: bold;
}

th, td, caption {
  padding: 4px 10px 4px 5px;
}

tfoot {
  font-style: italic;
}

abbr, acronym {
  border-bottom: 1px dotted;
}

address {
  margin: 0 0 1em;
  font-style: italic;
}

del {
  text-decoration: line-through;
}

pre {
  margin: 1em 0;
  white-space: pre;
}

img.centered, .aligncenter, div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  display: inline;
}

img.alignleft {
  display: inline;
}

.alignright {
  float: right;
  margin-left: 10px;
}

.alignleft {
  float: left;
  margin-right: 10px;
}

img {
  max-width: 100%;
  height: auto;
}

* html .clearfix {
  height: 1%;
}

* + html .clearfix {
  display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html .group {
  height: 1%;
}

* + html .group {
  display: inline-block;
}

.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/**
* End Vanilla CSS
*/
/*=======================
	CLEARS
=========================*/
.clear {
  clear: both;
}

/*=======================
	STRUCTURE
=========================*/
html, body {
  height: 100%;
}

#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -320px;
}

#page {
  height: 100%;
  font-size: 22px;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
}

#footer, #push {
  height: 320px;
}

.upper-footer, .lower-footer {
  width: 100%;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}

.upper-footer {
  max-width: 1400px;
}

.lower-footer {
  max-width: 1600px;
}

.content-wrapper {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
  clear: both;
  display: block;
}
.content-wrapper.small {
  max-width: 1400px;
}

#main {
  padding-top: 130px;
  overflow: hidden;
  clear: both;
}

#primary, #secondary-content {
  width: 100%;
  padding: 100px 0;
  float: left;
  overflow: hidden;
}

#secondary {
  width: 340px;
  float: right;
  padding: 100px 0 100px 80px;
  margin-right: -420px;
}

.primary-secondary-wrapper {
  margin-right: 420px;
  position: relative;
}
.primary-secondary-wrapper:before {
  content: "";
  position: absolute;
  top: 100px;
  bottom: 100px;
  right: -40px;
  border-right: 1px solid #bfbfbf;
}

/*=======================
	PAGE
=========================*/
/*=======================
	HEADER
=========================*/
#site-title {
  margin-top: 0;
  margin-bottom: 12px;
}

#branding {
  padding: 10px 0;
  position: fixed;
  left: 0;
  right: 0;
  background-color: white;
  z-index: 9991;
}
#branding.active .site-logo {
  width: 210px;
}
#branding.active .site-logo img {
  max-height: 80px;
}
#branding.active .secondary-logo img {
  max-height: 80px;
}
#branding .content-wrapper {
  overflow: visible;
}
#branding .site-logo {
  width: 330px;
  margin-right: 40px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
#branding .site-logo img {
  max-height: 110px;
  width: auto;
  -webkit-transition: max-height 0.3s ease;
  -moz-transition: max-height 0.3s ease;
  -o-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
#branding .secondary-logo {
  margin-right: 40px;
  display: inline-block;
  vertical-align: middle;
}
#branding .secondary-logo img {
  max-height: 110px;
  width: auto;
  -webkit-transition: max-height 0.3s ease;
  -moz-transition: max-height 0.3s ease;
  -o-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
#branding .mobile-menu-button-wrapper {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
#branding .mobile-menu-button-wrapper .mobile-menu-button {
  padding: 10px 10px;
  display: inline-block;
  position: relative;
  color: #15284c;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#branding .mobile-menu-button-wrapper .mobile-menu-button:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  width: 0;
  bottom: 0px;
  background: #36b4e5;
  height: 4px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  pointer-events: none;
}
#branding .mobile-menu-button-wrapper .mobile-menu-button:hover:after {
  left: 0;
  right: auto;
  width: 100%;
}
#branding .mobile-menu-button-wrapper .mobile-menu-button .mobile-menu-button-icon {
  margin-right: 5px;
  margin-bottom: 1px;
  display: inline-block;
  vertical-align: middle;
}
#branding .mobile-menu-button-wrapper .mobile-menu-button .mobile-menu-button-icon div {
  width: 16px;
  height: 2px;
  background-color: #15284c;
}
#branding .mobile-menu-button-wrapper .mobile-menu-button .mobile-menu-button-icon div:nth-child(2) {
  margin: 3px 0;
}
#branding .mobile-menu-button-wrapper .mobile-menu-button span {
  display: inline-block;
  vertical-align: middle;
}
#branding .logo-nav-wrapper {
  padding-right: 240px;
}
#branding .member-nav-mobile {
  display: none;
}
#branding .member-nav-mobile ul li.button {
  padding: 0;
  background-color: transparent;
  color: #15284c;
}
#branding .member-nav-mobile ul li.button:hover {
  background-color: transparent;
}
#branding .member-nav {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -20px;
}
#branding .member-nav ul {
  margin: 0;
}
#branding .member-nav ul li {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
#branding .member-nav ul li:last-child {
  margin-right: 0;
}
#branding .member-nav ul li.button {
  padding: 0;
  background-color: transparent;
}
#branding .member-nav ul li.button:hover {
  background-color: transparent;
}
#branding .member-nav ul li.button a {
  background-color: #15284c;
  color: white;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
#branding .member-nav ul li.button a:after {
  display: none;
}
#branding .member-nav ul li.button a:hover {
  background-color: #36b4e5;
}
#branding .member-nav ul li a {
  padding: 10px 10px;
  display: block;
  position: relative;
  color: #15284c;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#branding .member-nav ul li a:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  width: 0;
  bottom: 0px;
  background: #36b4e5;
  height: 4px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  pointer-events: none;
}
#branding .member-nav ul li a:hover:after, #branding .member-nav ul li a:focus:after, #branding .member-nav ul li a:active:after {
  left: 0;
  right: auto;
  width: 100%;
}

/*=======================
	NAV
=========================*/
#primary-nav {
  width: 100%;
  padding: 20px;
  position: absolute;
  top: 100%;
  right: 100%;
  opacity: 0;
  overflow: auto;
  background-color: white;
  -webkit-transition: opacity 0.3s, right 0s 0.3s;
  -moz-transition: opacity 0.3s, right 0s 0.3s;
  -o-transition: opacity 0.3s, right 0s 0.3s;
  transition: opacity 0.3s, right 0s 0.3s;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#primary-nav.active {
  opacity: 1;
  right: 0;
  -webkit-transition: opacity 0.3s, right 0s 0s;
  -moz-transition: opacity 0.3s, right 0s 0s;
  -o-transition: opacity 0.3s, right 0s 0s;
  transition: opacity 0.3s, right 0s 0s;
}
#primary-nav ul {
  margin: 0;
}
#primary-nav ul li {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
#primary-nav ul li:last-child {
  margin-right: 0;
}
#primary-nav ul li a {
  padding: 10px 10px;
  display: block;
  position: relative;
  color: #15284c;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#primary-nav ul li a:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  width: 0;
  bottom: 0px;
  background: #36b4e5;
  height: 4px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  pointer-events: none;
  z-index: 0;
}
#primary-nav ul li a:hover:after {
  left: 0;
  right: auto;
  width: 100%;
}
#primary-nav ul li.current-menu-item > a, #primary-nav ul li.current_page_ancestor > a, #primary-nav ul li.current_page_parent > a, #primary-nav ul li.current-page-ancestor > a, #primary-nav ul li.current-page-item > a, #primary-nav ul li.current_page_item > a, #primary-nav ul li.current-menu-parent > a {
  color: #36b4e5;
}
#primary-nav ul li.menu-item-has-children {
  position: relative;
}
#primary-nav ul li.menu-item-has-children .sub-menu {
  max-height: 0;
  position: absolute;
  opacity: 0;
  z-index: 10000;
  overflow: hidden;
  -webkit-transition: opacity 0.3s, max-height 0s 0.3s;
  -moz-transition: opacity 0.3s, max-height 0s 0.3s;
  -o-transition: opacity 0.3s, max-height 0s 0.3s;
  transition: opacity 0.3s, max-height 0s 0.3s;
}
#primary-nav ul li.menu-item-has-children .sub-menu li {
  min-width: 200px;
  float: none;
}
#primary-nav ul li.menu-item-has-children .sub-menu li .sub-menu {
  left: 100%;
  top: 0;
  opacity: 0;
}
#primary-nav ul li.menu-item-has-children .sub-menu li:hover {
  opacity: 1;
}
#primary-nav ul li.menu-item-has-children:after {
  content: "▼";
  font-size: 0.5em;
  display: block;
  position: absolute;
  top: 38%;
  right: 12%;
}
#primary-nav ul li:hover .sub-menu {
  max-height: 5000px;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/*=======================
	BANNER
=========================*/
/*=======================
	CONTENT
=========================*/
/*====TYPOGRAPHY====*/
h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  color: #36b4e5;
}
h1.no-bottom-margin, h2.no-bottom-margin, h3.no-bottom-margin, h4.no-bottom-margin, h5.no-bottom-margin, h6.no-bottom-margin {
  margin-bottom: 0;
}

h1, h2 {
  margin-bottom: 20px;
  font-weight: bold;
}

h3, h4, h5, h6 {
  margin-bottom: 20px;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 38px;
}

h4 {
  font-size: 31px;
}

h5, h6 {
  font-size: 24px;
}

a {
  text-decoration: none;
}

.content-wrapper {
  overflow: hidden;
  position: relative;
}
.content-wrapper .attachment-featured {
  width: 100%;
}
.content-wrapper .post-thumbnail {
  max-width: 35%;
  margin-right: 40px;
  margin-bottom: 10px;
  float: left;
  font-size: 0;
}
.content-wrapper .entry-content h2, .content-wrapper .entry-content h3, .content-wrapper .entry-content h4, .content-wrapper .entry-content h5, .content-wrapper .entry-content h6, .content-wrapper .page-content h2, .content-wrapper .page-content h3, .content-wrapper .page-content h4, .content-wrapper .page-content h5, .content-wrapper .page-content h6 {
  margin-top: 40px;
}
.content-wrapper .entry-content h2:first-child, .content-wrapper .entry-content h3:first-child, .content-wrapper .entry-content h4:first-child, .content-wrapper .entry-content h5:first-child, .content-wrapper .entry-content h6:first-child, .content-wrapper .page-content h2:first-child, .content-wrapper .page-content h3:first-child, .content-wrapper .page-content h4:first-child, .content-wrapper .page-content h5:first-child, .content-wrapper .page-content h6:first-child {
  margin-top: 0;
}
.content-wrapper .entry-content h2.no-top-margin, .content-wrapper .entry-content h3.no-top-margin, .content-wrapper .entry-content h4.no-top-margin, .content-wrapper .entry-content h5.no-top-margin, .content-wrapper .entry-content h6.no-top-margin, .content-wrapper .page-content h2.no-top-margin, .content-wrapper .page-content h3.no-top-margin, .content-wrapper .page-content h4.no-top-margin, .content-wrapper .page-content h5.no-top-margin, .content-wrapper .page-content h6.no-top-margin {
  margin-top: 0;
}
.content-wrapper .entry-content p:last-child, .content-wrapper .entry-content ol:last-child, .content-wrapper .entry-content ul:last-child, .content-wrapper .page-content p:last-child, .content-wrapper .page-content ol:last-child, .content-wrapper .page-content ul:last-child {
  margin-bottom: 0;
}
.content-wrapper .entry-content li, .content-wrapper .page-content li {
  padding-bottom: 20px;
}
.content-wrapper .entry-content li:last-child, .content-wrapper .page-content li:last-child {
  padding-bottom: 0;
}
.content-wrapper .entry-content a, .content-wrapper .page-content a {
  position: relative;
  color: #36b4e5;
}
.content-wrapper .entry-content a:after, .content-wrapper .page-content a:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  width: 0;
  bottom: 0px;
  background: #36b4e5;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  pointer-events: none;
}
.content-wrapper .entry-content a:hover:after, .content-wrapper .entry-content a:focus:after, .content-wrapper .entry-content a:active:after, .content-wrapper .page-content a:hover:after, .content-wrapper .page-content a:focus:after, .content-wrapper .page-content a:active:after {
  left: 0;
  right: auto;
  width: 100%;
}
.content-wrapper .entry-content a.button, .content-wrapper .entry-content a.ld-button, .content-wrapper .page-content a.button, .content-wrapper .page-content a.ld-button {
  color: white;
}
.content-wrapper .entry-content a.button:after, .content-wrapper .entry-content a.ld-button:after, .content-wrapper .page-content a.button:after, .content-wrapper .page-content a.ld-button:after {
  display: none;
}
.content-wrapper .article-wrapper {
  margin-bottom: -55px;
}
.content-wrapper .article-wrapper article {
  margin-bottom: 65px;
  padding-bottom: 55px;
  padding-top: 10px;
  overflow: hidden;
  opacity: 0;
  border-bottom: 1px solid #bfbfbf;
  -webkit-transition: opacity 0.3s, padding-top 0.3s, padding-bottom 0.3s;
  -moz-transition: opacity 0.3s, padding-top 0.3s, padding-bottom 0.3s;
  -o-transition: opacity 0.3s, padding-top 0.3s, padding-bottom 0.3s;
  transition: opacity 0.3s, padding-top 0.3s, padding-bottom 0.3s;
}
.content-wrapper .article-wrapper article:last-of-type {
  margin-bottom: 0;
  border-bottom: 0px solid white;
}
.content-wrapper .article-wrapper article .entry-title {
  margin-bottom: 33px;
}
.content-wrapper .article-wrapper article .entry-summary p {
  margin-bottom: 33px;
}
.content-wrapper .article-wrapper article .entry-summary .button {
  font-size: 18px;
  font-weight: bold;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.content-wrapper .article-wrapper article p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.content-wrapper .article-wrapper article.active {
  opacity: 1;
  padding-top: 0;
  padding-bottom: 65px;
}
.content-wrapper .article-wrapper .post-thumbnail {
  margin-bottom: 0;
}
.content-wrapper .article-wrapper .article-content {
  overflow: hidden;
}
.content-wrapper .article-wrapper .entry-title {
  font-size: 36px;
}
.content-wrapper .article-wrapper .entry-title a {
  color: #36b4e5;
}
.content-wrapper .article-wrapper .entry-title a:before {
  display: none;
}

.entry-date {
  font-size: 20px;
  font-weight: bold;
  color: #939393;
}

.page-header {
  padding: 100px 0;
  background-color: #0d192f;
  background-image: url("../images/Header-Background.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.page-header h1 {
  margin-bottom: 0;
  padding: 0 20px;
  font-weight: 900;
  font-size: 90px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

#home-slideshow {
  position: relative;
}
#home-slideshow .slide {
  height: 650px;
  background-size: cover;
  background-position: center center;
}
#home-slideshow .slideshow-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
}
#home-slideshow .slideshow-content:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 60%;
  background: black;
  background: -moz-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
#home-slideshow .slideshow-content:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
#home-slideshow .slideshow-content .content-wrapper {
  width: 100%;
  max-width: 1400px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  z-index: 99;
}
#home-slideshow .slideshow-content .small-text {
  font-weight: 900;
  font-size: 46px;
  line-height: 1;
  color: white;
  text-transform: uppercase;
}
#home-slideshow .slideshow-content .large-text {
  font-weight: 900;
  font-size: 90px;
  line-height: 1;
  color: #36b4e5;
  text-transform: uppercase;
}
#home-slideshow .slideshow-content .slideshow-button {
  margin-top: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
#home-slideshow .slideshow-content .slideshow-button .button {
  position: relative;
  border: 3px solid white;
  font-size: 20px;
}
#home-slideshow .slideshow-content .slideshow-button .button:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  background-color: #15284c;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  z-index: 1;
  -webkit-transition: right 0.3s ease;
  -moz-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
#home-slideshow .slideshow-content .slideshow-button .button span {
  position: relative;
  z-index: 2;
}
#home-slideshow .slideshow-content .slideshow-button .button:hover {
  background-color: #36b4e5;
}
#home-slideshow .slideshow-content .slideshow-button .button:hover:before {
  right: 0;
}

#home-content {
  padding: 100px 0;
}
#home-content .home-content-wrapper {
  font-size: 0;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
#home-content .home-content-wrapper.active {
  opacity: 1;
}
#home-content .home-content-wrapper.active .home-content-image {
  margin-left: 0;
  margin-right: 0;
  opacity: 1;
}
#home-content .home-content-image {
  width: 45%;
  padding-right: 50px;
  margin-right: 20px;
  margin-left: -20px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: margin-left 0.6s, margin-right 0.6s, opacity 0.6s;
  -moz-transition: margin-left 0.6s, margin-right 0.6s, opacity 0.6s;
  -o-transition: margin-left 0.6s, margin-right 0.6s, opacity 0.6s;
  transition: margin-left 0.6s, margin-right 0.6s, opacity 0.6s;
}
#home-content .home-inner-content {
  width: 55%;
  padding-left: 50px;
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#home-content .home-inner-content :last-child {
  margin-bottom: 0;
}

#home-information-slideshow {
  padding: 100px 0;
  background-image: url("../images/Blue-Background.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  text-align: center;
}
#home-information-slideshow .content-wrapper {
  max-width: 1300px;
}
#home-information-slideshow h2 {
  margin-bottom: 30px;
  color: white;
  font-size: 48px;
}
#home-information-slideshow .information-slide-content {
  font-size: 30px;
}
#home-information-slideshow .information-slide-content :last-child {
  margin-bottom: 0;
}
#home-information-slideshow .slick-list {
  padding-bottom: 50px;
}
#home-information-slideshow .slick-dots {
  bottom: 0;
}
#home-information-slideshow .slick-dots li {
  height: 14px;
  width: 14px;
}
#home-information-slideshow .slick-dots li.slick-active button:before {
  background-color: #15284c;
}
#home-information-slideshow .slick-dots li button {
  height: 14px;
  width: 14px;
}
#home-information-slideshow .slick-dots li button:before {
  height: 14px;
  width: 14px;
  font-size: 0;
  line-height: 0;
  background-color: white;
  opacity: 1;
  border: 1px solid #15284c;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

#home-secondary-content {
  padding: 100px 0;
  position: relative;
}
#home-secondary-content h1, #home-secondary-content h2, #home-secondary-content h3, #home-secondary-content h4, #home-secondary-content h5 {
  color: #15284c;
}
#home-secondary-content.active .secondary-content-image {
  right: 0;
  opacity: 1;
}
#home-secondary-content.active .secondary-content-wrapper {
  opacity: 1;
}
#home-secondary-content .secondary-content-image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  opacity: 0;
  text-align: right;
  z-index: 1;
  -webkit-transition: opacity 0.6s, right 0.6s;
  -moz-transition: opacity 0.6s, right 0.6s;
  -o-transition: opacity 0.6s, right 0.6s;
  transition: opacity 0.6s, right 0.6s;
}
#home-secondary-content .secondary-content-image img {
  max-height: 100%;
  width: auto;
}
#home-secondary-content .secondary-content-wrapper {
  padding-right: 620px;
  position: relative;
  z-index: 2;
  font-size: 30px;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
#home-secondary-content .secondary-content-wrapper .button-wrapper {
  margin-top: 30px;
}
#home-secondary-content .secondary-content-wrapper .button {
  margin-bottom: 4px;
  background-color: #15284c;
  font-size: 24px;
  box-shadow: 4px 4px 0px 0px #2983ae;
  -moz-box-shadow: 4px 4px 0px 0px #2983ae;
  -webkit-box-shadow: 4px 4px 0px 0px #2983ae;
}
#home-secondary-content .secondary-content-wrapper .button:hover {
  background-color: #36b4e5;
}

#home-news {
  padding: 100px 0;
  background-color: #e5e5e5;
}
#home-news h2 {
  text-align: center;
  color: #15284c;
}
#home-news .news-wrapper {
  margin: -20px;
  margin-top: 20px;
  font-size: 0;
}
#home-news .news-wrapper a {
  color: #15284c;
}
#home-news .news-wrapper a:hover .news-image {
  background-size: 110%;
}
#home-news .news-wrapper .news-item {
  width: 33.33%;
  padding: 20px;
  padding-top: 30px;
  padding-bottom: 10px;
  display: inline-block;
  vertical-align: top;
  opacity: 0;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: opacity 0.3s, padding 0.3s;
  -moz-transition: opacity 0.3s, padding 0.3s;
  -o-transition: opacity 0.3s, padding 0.3s;
  transition: opacity 0.3s, padding 0.3s;
}
#home-news .news-wrapper .news-item.active {
  opacity: 1;
  padding-top: 20px;
  padding-bottom: 20px;
}
#home-news .news-wrapper .news-item .news-image {
  margin-bottom: 10px;
  border: 12px solid white;
  background-position: center center;
  background-size: 101%;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: background-size 0.3s ease;
  -moz-transition: background-size 0.3s ease;
  -o-transition: background-size 0.3s ease;
  transition: background-size 0.3s ease;
}
#home-news .news-wrapper .news-item .news-image img {
  opacity: 0;
}
#home-news .news-wrapper .news-item .news-title {
  font-size: 24px;
}

#partners {
  margin-top: 40px;
  font-size: 0;
}
#partners .partners-with-logos {
  margin: -15px;
  margin-bottom: -7px;
}
#partners .partners-with-logos .partner-wrapper {
  width: 20%;
  padding: 25px 15px 5px;
  display: inline-block;
  vertical-align: top;
  opacity: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: padding-top 0.3s, padding-bottom 0.3s, opacity 0.3s;
  -moz-transition: padding-top 0.3s, padding-bottom 0.3s, opacity 0.3s;
  -o-transition: padding-top 0.3s, padding-bottom 0.3s, opacity 0.3s;
  transition: padding-top 0.3s, padding-bottom 0.3s, opacity 0.3s;
}
#partners .partners-with-logos .partner-wrapper.active {
  opacity: 1;
  padding-top: 15px;
  padding-bottom: 15px;
}
#partners .partners-with-logos .partner-wrapper .partner {
  padding: 15px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}
#partners .partners-with-logos .partner-wrapper .partner:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
#partners .partners-with-logos .partner-wrapper .partner:hover .partner-image {
  background-size: 100%;
}
#partners .partners-with-logos .partner-wrapper .partner.no-popup {
  cursor: default;
}
#partners .partners-with-logos .partner-wrapper .partner.no-popup .partner-image {
  background-size: 100%;
}
#partners .partners-with-logos .partner-wrapper .partner .partner-image {
  display: inline-block;
  vertical-align: middle;
  background-size: 90%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.3s ease;
  -moz-transition: background-size 0.3s ease;
  -o-transition: background-size 0.3s ease;
  transition: background-size 0.3s ease;
}
#partners .partners-with-logos .partner-wrapper .partner img {
  opacity: 0;
}
#partners .partners-without-logos {
  margin: -5px;
  margin-top: 40px;
}
#partners .partners-without-logos:first-child {
  margin-top: -5px;
}
#partners .partners-without-logos .partner-wrapper {
  width: 25%;
  padding: 5px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#partners .partners-without-logos .partner-wrapper .partner {
  padding-right: 6px;
  padding-left: 0;
  cursor: pointer;
  overflow: hidden;
  color: #36b4e5;
  font-size: 22px;
  -webkit-transition: padding 0.3s ease;
  -moz-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}
#partners .partners-without-logos .partner-wrapper .partner span {
  overflow: hidden;
}
#partners .partners-without-logos .partner-wrapper .partner:before {
  content: "";
  height: 14px;
  width: 14px;
  margin-right: 10px;
  margin-top: 8px;
  float: left;
  background-color: #36b4e5;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
#partners .partners-without-logos .partner-wrapper .partner.no-popup {
  color: #2d2d2d;
  cursor: default;
}
#partners .partners-without-logos .partner-wrapper .partner.no-popup:hover {
  padding-left: 0;
  padding-right: 6px;
}
#partners .partners-without-logos .partner-wrapper .partner:hover {
  padding-left: 6px;
  padding-right: 0;
}
#partners .partner-popups .partner-contact {
  margin-top: 20px;
}
#partners .partner-popups .partner-contact:first-child {
  margin-bottom: 0;
}
#partners .partner-popups .partner-contact .partner-contact-label {
  float: left;
  margin-right: 10px;
  font-weight: bold;
}
#partners .partner-popups .partner-contact .partner-contact-details {
  overflow: hidden;
}

#resources {
  margin: -40px;
  margin-top: 10px;
  text-align: center;
}
#resources .resource {
  max-width: 250px;
  padding: 40px;
  display: inline-block;
  vertical-align: top;
}
#resources .resource a:hover .resource-image img {
  opacity: 0.65;
}
#resources .resource .resource-image {
  margin-bottom: 12px;
  overflow: hidden;
  font-size: 0;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  background-color: #000000;
}
#resources .resource .resource-image img {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#resources .resource .resource-title {
  font-weight: bold;
  color: #15284c;
  font-size: 16px;
}

#trauma-box {
  clear: both;
}
#trauma-box .box {
  padding: 80px 50px;
  color: white;
  text-align: center;
  background-color: #15284c;
}

#trauma-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  clear: both;
}
#trauma-columns .video-outer-wrapper {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#trauma-columns .column {
  padding: 50px;
  display: grid;
  align-content: center;
  justify-content: center;
  color: white;
  text-align: center;
}
#trauma-columns .left-column {
  background-color: #36b4e5;
}
#trauma-columns .right-column {
  background-color: #15284c;
}

#presenters .presenter {
  margin-left: -10px;
  margin-right: 10px;
  margin-bottom: 40px;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.3s, margin-left 0.3s, margin-right 0.3s;
  -moz-transition: opacity 0.3s, margin-left 0.3s, margin-right 0.3s;
  -o-transition: opacity 0.3s, margin-left 0.3s, margin-right 0.3s;
  transition: opacity 0.3s, margin-left 0.3s, margin-right 0.3s;
}
#presenters .presenter.active {
  margin-left: 0;
  margin-right: 0;
  opacity: 1;
}
#presenters .presenter:last-child {
  margin-bottom: 0;
}
#presenters .presenter .presenter-image {
  width: 250px;
  max-width: 25%;
  float: left;
  margin-right: 20px;
}
#presenters .presenter .presenter-content {
  overflow: hidden;
}
#presenters .presenter .presenter-lesson-details {
  margin-bottom: 10px;
}
#presenters .presenter .presenter-release-date {
  font-size: 18px;
}
#presenters .presenter .presenter-lesson-name {
  font-size: 26px;
  font-weight: bold;
}
#presenters .presenter .presenter-name {
  font-weight: bold;
}
#presenters .presenter .presenter-time {
  margin-top: 10px;
  font-weight: bold;
}

#community-stories {
  padding: 100px 0;
  background-color: #e6e6e6;
  clear: both;
}

.directory-filter-wrapper {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  font-size: 16px;
}
.directory-filter-wrapper .directory-login-notice {
  justify-self: end;
}

#directory-filter {
  max-width: 100%;
  width: 350px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
}
#directory-filter > span:first-child {
  white-space: nowrap;
}
#directory-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-right: 30px !important;
  padding-left: 10px !important;
  color: black !important;
  line-height: 36px !important;
  font-size: 16px !important;
}
#directory-filter .select2-container .select2-selection--single {
  height: 36px !important;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border: 1px solid #b7b8b9 !important;
  padding-left: 0 !important;
  background-color: white !important;
}
#directory-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px !important;
  position: absolute !important;
  top: 0px !important;
  right: 0px !important;
  width: 30px !important;
}
#directory-filter .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  display: none !important;
}

#directory {
  display: grid;
  grid-template-columns: auto auto auto auto 1fr;
  overflow: auto;
}
#directory .directory-header {
  display: contents;
  color: #36b4e5;
  font-weight: bold;
  font-size: 22px;
}
#directory .directory-header > div {
  padding: 10px 15px;
}
#directory .directory-header .sortable {
  cursor: pointer;
}
#directory .directory-body {
  display: contents;
}
#directory .directory-row {
  display: contents;
  font-size: 16px;
}
#directory .directory-row > div {
  padding: 10px 15px;
  position: relative;
}
#directory .directory-row .open, #directory .directory-row .close {
  height: 20px;
  width: 20px;
  text-align: center;
}
#directory .directory-row .close {
  position: absolute;
  top: 10px;
  left: 15px;
  opacity: 0;
}
#directory .directory-row.active .open {
  opacity: 0;
}
#directory .directory-row.active .close {
  opacity: 1;
}
#directory .directory-row.active > div {
  color: white;
  background-color: #15284c !important;
}
#directory .directory-row.has-extra-info:hover > div {
  color: white;
  background-color: #15284c;
}
#directory .directory-row.has-extra-info > div {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#directory .directory-row.has-extra-info > div.extra-info {
  padding: 0;
  cursor: inherit;
  color: #2d2d2d !important;
  background-color: white !important;
}
#directory .directory-row:nth-child(even) > div {
  background-color: #f5f6f6;
}
#directory .directory-row:nth-child(even) > div.extra-info {
  background-color: #f5f6f6 !important;
}
#directory .directory-row .extra-info {
  height: 0;
  overflow: hidden;
  grid-column: span 5;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
#directory .directory-row .extra-info.active {
  height: auto;
}
#directory .directory-row .extra-info .extra-info-content {
  padding: 10px 15px;
  display: grid;
  gap: 20px;
  grid-template-columns: auto auto 1fr;
}
#directory .directory-row .extra-info i {
  margin-right: 5px;
}
#directory .directory-row .extra-info span, #directory .directory-row .extra-info a, #directory .directory-row .extra-info i {
  vertical-align: middle;
}

/*=======================
	SIDEBAR
=========================*/
#secondary .advocacy-materials .advocacy-material {
  margin-bottom: 20px;
  text-align: center;
}
#secondary .advocacy-materials .advocacy-material:last-child {
  margin-bottom: 0;
}
#secondary .advocacy-materials .advocacy-material a:hover .advocacy-material-image img {
  opacity: 0.65;
}
#secondary .advocacy-materials .advocacy-material .advocacy-material-image {
  margin-bottom: 8px;
  display: inline-block;
  overflow: hidden;
  font-size: 0;
  border: 1px solid #bfbfbf;
  background-color: #000000;
}
#secondary .advocacy-materials .advocacy-material .advocacy-material-image img {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#secondary .advocacy-materials .advocacy-material .advocacy-material-title {
  font-size: 22px;
  color: #2d2d2d;
}
#secondary .widget {
  margin-bottom: 40px;
}
#secondary .widget .menu {
  list-style: none;
  margin-left: 0;
}
#secondary .widget .menu li {
  margin-bottom: 5px;
}
#secondary .widget .menu li a {
  display: inline-block;
  font-size: 26px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#secondary .widget .menu li a:before {
  content: "▶";
  width: 0;
  height: 18px;
  display: inline-block;
  overflow: hidden;
  font-size: 20px;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
#secondary .widget .menu li a:hover {
  text-decoration: none;
}
#secondary .widget .menu li a:hover:before {
  width: 20px;
}
#secondary .widget .menu li.current-menu-item a:before {
  width: 20px;
}

/*=======================
	FOOTER
=========================*/
#footer {
  font-size: 0;
  text-align: center;
}
#footer .upper-footer-wrapper {
  height: 240px;
  padding: 0 20px;
  background-color: #15284c;
}
#footer .upper-footer-wrapper:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
#footer .lower-footer-wrapper {
  height: 80px;
  padding: 0 20px;
  background-color: #0d192f;
}
#footer .lower-footer-wrapper:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

#footer-form {
  margin-top: 30px;
}
#footer-form .footer-form-text {
  margin-right: 40px;
  margin-top: -32px;
  float: left;
  line-height: 1;
  color: white;
  text-align: left;
}
#footer-form .footer-form-text .small-text {
  font-size: 20px;
}
#footer-form .footer-form-text .large-text {
  font-size: 60px;
  font-weight: 900;
}
#footer-form .footer-form-wrapper {
  overflow: hidden;
  font-size: 20px;
}

#copyright {
  width: 55%;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: white;
  text-align: left;
}

#social-nav {
  width: 45%;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}
#social-nav ul li {
  margin-left: 15px;
  display: inline-block;
}
#social-nav ul li:first-child {
  margin-left: 0;
}
#social-nav ul li a {
  display: block;
  position: relative;
}
#social-nav ul li a:hover .social-icon {
  opacity: 0;
}
#social-nav ul li a:hover .social-icon-hover {
  opacity: 1;
}
#social-nav ul li a .social-icon {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#social-nav ul li a .social-icon-hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

/* =======================================
   WP EDITOR
======================================= */
/* =======================================
	Custom
======================================= */
.learndash-wrapper .ld-modal {
  z-index: 99999;
}

.learndash-wrapper .ld-login-modal .ld-login-modal-form .login-username:before, .learndash-wrapper .ld-login-modal .ld-login-modal-form .login-password:before {
  top: auto;
  bottom: 1.35em;
}

.learndash-wrapper .ld-video {
  margin-bottom: 20px;
}
.learndash-wrapper .ld-video:last-child {
  margin-bottom: 0;
}

.learndash-wrapper .ld-tab-content ul li {
  padding-bottom: 10px;
}

.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview {
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview:after {
  display: none;
}

.wp-block-embed-youtube {
  max-width: 1000px;
  margin: 80px auto;
}
.wp-block-embed-youtube:last-child {
  margin-bottom: 0;
}
.wp-block-embed-youtube:first-child {
  margin-top: 0;
}

.wp-block-embed.is-type-video {
  border: 1px solid #bcbcbc;
}

.wp-block-columns {
  gap: 30px;
}
.wp-block-columns:last-child {
  margin-bottom: 0;
}

.button-wrapper {
  margin-top: 30px;
}
.button-wrapper:first-child {
  margin-top: 0;
}

.button {
  padding: 10px 20px;
  display: inline-block;
  vertical-align: middle;
  color: white;
  background-color: #36b4e5;
  border: 0px solid white;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.button:hover {
  background-color: #15284c;
}

#pagination {
  margin-top: 55px;
  padding-top: 65px;
  border-top: 1px solid #bfbfbf;
  text-align: center;
  font-size: 0;
}
#pagination a:hover {
  text-decoration: underline;
}
#pagination .page-numbers {
  min-width: 26px;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #939393;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#pagination .page-numbers:after {
  display: none;
}
#pagination .page-numbers.current {
  color: white;
  background-color: #36b4e5;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
#pagination .page-numbers.current:hover {
  text-decoration: none;
}
#pagination .page-numbers.prev {
  margin-right: 10px;
}
#pagination .page-numbers.next {
  margin-left: 10px;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.popup {
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 100%;
  opacity: 0;
  z-index: 9996;
  font-size: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition: opacity 0.3s, right 0s 0.3s;
  -moz-transition: opacity 0.3s, right 0s 0.3s;
  -o-transition: opacity 0.3s, right 0s 0.3s;
  transition: opacity 0.3s, right 0s 0.3s;
}
.popup.active {
  right: 0;
  opacity: 1;
  -webkit-transition: opacity 0.3s, right 0s 0s;
  -moz-transition: opacity 0.3s, right 0s 0s;
  -o-transition: opacity 0.3s, right 0s 0s;
  transition: opacity 0.3s, right 0s 0s;
}
.popup:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.popup .popup-outer-content-wrapper {
  max-width: 90%;
  max-height: 90%;
  min-width: 600px;
  display: inline-block;
  vertical-align: middle;
  overflow: auto;
  text-align: left;
}
.popup .popup-outer-content-wrapper .popup-content-wrapper {
  padding: 30px;
  position: relative;
  background-color: white;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.popup .popup-outer-content-wrapper .popup-content-wrapper .popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #2d2d2d;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.popup .popup-outer-content-wrapper .popup-content-wrapper .popup-close:hover {
  color: #36b4e5;
}
.popup .popup-outer-content-wrapper .popup-content-wrapper .popup-inner-content {
  font-size: 20px;
  word-wrap: break-word;
}

/* =======================================
	Gravity Forms
======================================= */
.gform_wrapper input[type=email], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper input[type=tel], .gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#main .gform_wrapper {
  padding: 40px;
  margin: 40px 0;
  border: 1px solid #b7b8b9;
  background-color: #f0f0f0;
}
#main .gform_wrapper.no-bottom-margin_wrapper {
  margin-bottom: 0;
}
#footer .gform_confirmation_wrapper {
  color: white;
}
#footer .gform_wrapper {
  margin-top: 0;
  margin-bottom: 0;
}
#footer .gform_wrapper div.validation_error {
  display: none;
}
#footer .gform_wrapper .gform_body {
  padding-right: 160px !important;
}
#footer .gform_wrapper .gform_body li.gfield {
  margin-bottom: 0;
}
#footer .gform_wrapper .gform_footer {
  width: auto;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
}
#footer .gform_wrapper .gform_footer .button {
  margin-bottom: 0;
  margin-right: 0;
  line-height: 1.1;
  background-color: #36b4e5;
}
#footer .gform_wrapper .gform_footer .button:hover {
  background-color: #0d192f;
}

#main .gform_wrapper .top_label input.large, #main .gform_wrapper .top_label select.large, #main .gform_wrapper .hidden_label input.large, #main .gform_wrapper .hidden_label select.large, #footer .gform_wrapper .top_label input.large, #footer .gform_wrapper .top_label select.large, #footer .gform_wrapper .hidden_label input.large, #footer .gform_wrapper .hidden_label select.large {
  width: 100%;
}
#main .gform_wrapper div.validation_error, #footer .gform_wrapper div.validation_error {
  font-size: 18px;
}
#main .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description, #footer .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  font-size: 16px;
}
#main .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, #main .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label, #footer .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, #footer .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  margin-bottom: 0;
}
#main .gform_wrapper table.gfield_list thead th, #footer .gform_wrapper table.gfield_list thead th {
  font-weight: normal;
}
#main .gform_confirmation_wrapper.thin_form_wrapper, #footer .gform_confirmation_wrapper.thin_form_wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#main .gform_confirmation_wrapper.no-top-margin_wrapper, #footer .gform_confirmation_wrapper.no-top-margin_wrapper {
  margin-top: 0;
}
#main .gform_confirmation_wrapper.no-bottom-margin_wrapper, #footer .gform_confirmation_wrapper.no-bottom-margin_wrapper {
  margin-bottom: 0;
}
#main .gform_wrapper, #footer .gform_wrapper {
  /* Hide the checkbox */
  /* Prepare the label */
  /* Checkboxes aspect */
  /* :before is for the box */
  /* Check symbol aspect */
  /* if "not checked" */
  /* If "checked" */
  /* Hide the radio */
  /* Prepare the label */
  /* radios aspect */
  /* :before is for the box */
  /* Check symbol aspect */
  /* if "not checked" */
  /* If "checked" */
}
#main .gform_wrapper.required-beside-title_wrapper .gform_heading, #footer .gform_wrapper.required-beside-title_wrapper .gform_heading {
  padding-right: 180px;
}
#main .gform_wrapper.required-beside-title_wrapper .gfield_required, #footer .gform_wrapper.required-beside-title_wrapper .gfield_required {
  display: none;
}
#main .gform_wrapper.login_form_wrapper, #main .gform_wrapper.thin_form_wrapper, #footer .gform_wrapper.login_form_wrapper, #footer .gform_wrapper.thin_form_wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#main .gform_wrapper.no-top-margin_wrapper, #footer .gform_wrapper.no-top-margin_wrapper {
  margin-top: 0;
}
#main .gform_wrapper.no-bottom-margin_wrapper, #footer .gform_wrapper.no-bottom-margin_wrapper {
  margin-bottom: 0;
}
#main .gform_wrapper.captcha-beside-submit_wrapper .gform_footer, #footer .gform_wrapper.captcha-beside-submit_wrapper .gform_footer {
  margin-top: 40px;
  margin-bottom: 10px;
  text-align: right;
}
#main .gform_wrapper.captcha-beside-submit_wrapper .gform_body .beside-submit, #footer .gform_wrapper.captcha-beside-submit_wrapper .gform_body .beside-submit {
  margin-bottom: 0 !important;
  position: absolute;
  bottom: -15px;
  left: auto;
  right: 150px;
}
#main .gform_wrapper:first-child, #footer .gform_wrapper:first-child {
  margin-top: 0;
}
#main .gform_wrapper:last-child, #footer .gform_wrapper:last-child {
  margin-bottom: 0;
}
#main .gform_wrapper form, #footer .gform_wrapper form {
  position: relative;
}
#main .gform_wrapper li.gfield, #footer .gform_wrapper li.gfield {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 25px;
}
#main .gform_wrapper li.gfield:before, #footer .gform_wrapper li.gfield:before {
  display: none;
}
#main .gform_wrapper li.gfield.beside-title, #footer .gform_wrapper li.gfield.beside-title {
  position: absolute;
  top: 10px;
  right: 0px;
}
#main .gform_wrapper li.gfield.gf_left_half, #footer .gform_wrapper li.gfield.gf_left_half {
  padding-right: 10px;
  padding-bottom: 0px;
  float: left;
  clear: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#main .gform_wrapper li.gfield.gf_right_half, #footer .gform_wrapper li.gfield.gf_right_half {
  padding-left: 10px;
  padding-bottom: 0px;
  float: right;
  clear: right;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#main .gform_wrapper li.gfield.gf_left_third, #footer .gform_wrapper li.gfield.gf_left_third {
  padding-right: 13px;
  padding-bottom: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#main .gform_wrapper li.gfield.gf_middle_third, #footer .gform_wrapper li.gfield.gf_middle_third {
  padding-right: 7px;
  padding-left: 7px;
  padding-bottom: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#main .gform_wrapper li.gfield.gf_right_third, #footer .gform_wrapper li.gfield.gf_right_third {
  padding-left: 13px;
  padding-bottom: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#main .gform_wrapper li.gfield .address_line_1, #main .gform_wrapper li.gfield .address_line_2, #footer .gform_wrapper li.gfield .address_line_1, #footer .gform_wrapper li.gfield .address_line_2 {
  display: block;
  margin-bottom: 25px;
}
#main .gform_wrapper li.gfield .address_line_1 input, #main .gform_wrapper li.gfield .address_line_2 input, #footer .gform_wrapper li.gfield .address_line_1 input, #footer .gform_wrapper li.gfield .address_line_2 input {
  margin-bottom: 0;
}
#main .gform_wrapper li.gfield .address_city, #footer .gform_wrapper li.gfield .address_city {
  padding-right: 10px;
  margin: 0;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
#main .gform_wrapper li.gfield .address_city input, #footer .gform_wrapper li.gfield .address_city input {
  margin-bottom: 0;
}
#main .gform_wrapper li.gfield .address_state, #footer .gform_wrapper li.gfield .address_state {
  width: 25%;
  margin: 0;
  padding-right: 5px;
  padding-left: 10px;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
#main .gform_wrapper li.gfield .address_state input, #footer .gform_wrapper li.gfield .address_state input {
  margin-bottom: 0 !important;
}
#main .gform_wrapper li.gfield .address_zip, #footer .gform_wrapper li.gfield .address_zip {
  width: 25%;
  padding-left: 15px;
  padding-right: 0 !important;
  margin: 0;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
#main .gform_wrapper li.gfield .address_zip input, #footer .gform_wrapper li.gfield .address_zip input {
  margin-bottom: 0;
}
#main .gform_wrapper li.gfield .ginput_cardinfo_left, #footer .gform_wrapper li.gfield .ginput_cardinfo_left {
  width: 65%;
  padding-right: 20px;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
#main .gform_wrapper li.gfield .ginput_cardinfo_right, #footer .gform_wrapper li.gfield .ginput_cardinfo_right {
  width: 35%;
}
#main .gform_wrapper li.gfield .ginput_card_expiration_container .select2-container, #footer .gform_wrapper li.gfield .ginput_card_expiration_container .select2-container {
  width: 49% !important;
  float: left;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
#main .gform_wrapper li.gfield .ginput_card_expiration_container .select2-container:nth-child(2), #footer .gform_wrapper li.gfield .ginput_card_expiration_container .select2-container:nth-child(2) {
  margin-right: 1% !important;
}
#main .gform_wrapper li.gfield .ginput_card_expiration_container .select2-container:nth-child(4), #footer .gform_wrapper li.gfield .ginput_card_expiration_container .select2-container:nth-child(4) {
  margin-left: 1% !important;
}
#main .gform_wrapper li.gfield .ginput_card_expiration_container label, #footer .gform_wrapper li.gfield .ginput_card_expiration_container label {
  clear: both;
}
#main .gform_wrapper li.gfield .ginput_container_creditcard, #footer .gform_wrapper li.gfield .ginput_container_creditcard {
  margin-bottom: 20px;
  display: block;
}
#main .gform_wrapper li.gfield .ginput_container_creditcard input, #main .gform_wrapper li.gfield .ginput_container_creditcard select, #footer .gform_wrapper li.gfield .ginput_container_creditcard input, #footer .gform_wrapper li.gfield .ginput_container_creditcard select {
  margin-bottom: 0px;
}
#main .gform_wrapper li.gfield .ginput_container_creditcard .ginput_full, #footer .gform_wrapper li.gfield .ginput_container_creditcard .ginput_full {
  margin-bottom: 20px;
  display: block;
}
#main .gform_wrapper li.gfield .ginput_container_creditcard .ginput_full:last-child, #footer .gform_wrapper li.gfield .ginput_container_creditcard .ginput_full:last-child {
  margin-bottom: 0;
}
#main .gform_wrapper li.gfield .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon, #footer .gform_wrapper li.gfield .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
  top: -2px;
}
#main .gform_wrapper li.gfield .grecaptcha-badge, #footer .gform_wrapper li.gfield .grecaptcha-badge {
  right: -300px !important;
}
#main .gform_wrapper .top_label div.ginput_container, #footer .gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
}
#main .gform_wrapper li.hidden_label input, #footer .gform_wrapper li.hidden_label input {
  margin-top: 0;
}
#main .gform_wrapper .gfield_list_cell input.currency, #main .gform_wrapper .gfield_list_cell input.decimal_comma, #main .gform_wrapper .gfield_list_cell input.decimal_dot, #footer .gform_wrapper .gfield_list_cell input.currency, #footer .gform_wrapper .gfield_list_cell input.decimal_comma, #footer .gform_wrapper .gfield_list_cell input.decimal_dot {
  text-align: left;
}
#main .gform_wrapper input[type=email], #main .gform_wrapper input[type=number], #main .gform_wrapper input[type=password], #main .gform_wrapper input[type=tel], #main .gform_wrapper input[type=text], #main .gform_wrapper input[type=url], #main .gform_wrapper textarea, #footer .gform_wrapper input[type=email], #footer .gform_wrapper input[type=number], #footer .gform_wrapper input[type=password], #footer .gform_wrapper input[type=tel], #footer .gform_wrapper input[type=text], #footer .gform_wrapper input[type=url], #footer .gform_wrapper textarea {
  width: 100%;
  padding: 8px;
  font-size: 20px;
  font-weight: 300;
  border: 1px solid #b7b8b9;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background-color: white;
}
#main .gform_wrapper input[type=email].gf_coupon_code, #main .gform_wrapper input[type=number].gf_coupon_code, #main .gform_wrapper input[type=password].gf_coupon_code, #main .gform_wrapper input[type=tel].gf_coupon_code, #main .gform_wrapper input[type=text].gf_coupon_code, #main .gform_wrapper input[type=url].gf_coupon_code, #main .gform_wrapper textarea.gf_coupon_code, #footer .gform_wrapper input[type=email].gf_coupon_code, #footer .gform_wrapper input[type=number].gf_coupon_code, #footer .gform_wrapper input[type=password].gf_coupon_code, #footer .gform_wrapper input[type=tel].gf_coupon_code, #footer .gform_wrapper input[type=text].gf_coupon_code, #footer .gform_wrapper input[type=url].gf_coupon_code, #footer .gform_wrapper textarea.gf_coupon_code {
  width: auto;
}
#main .gform_wrapper .gfield_label, #footer .gform_wrapper .gfield_label {
  margin-bottom: 2px;
  font-weight: normal;
  font-size: 20px;
}
#main .gform_wrapper .gform_heading, #footer .gform_wrapper .gform_heading {
  padding: 0;
  margin-top: 0;
}
#main .gform_wrapper .gform_heading .gform_title, #footer .gform_wrapper .gform_heading .gform_title {
  font-size: 40px;
}
#main .gform_wrapper .gform_body, #footer .gform_wrapper .gform_body {
  padding: 0;
}
#main .gform_wrapper .gform_footer, #footer .gform_wrapper .gform_footer {
  padding: 0;
}
#main .gform_wrapper .select2-container--default .select2-selection--single .select2-selection__rendered, #footer .gform_wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-right: 30px !important;
  padding-left: 10px !important;
  color: black !important;
  line-height: 42px !important;
  font-size: 20px !important;
}
#main .gform_wrapper .select2-container .select2-selection--single, #footer .gform_wrapper .select2-container .select2-selection--single {
  height: 42px !important;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border: 1px solid #b7b8b9 !important;
  padding-left: 0 !important;
  background-color: white !important;
}
#main .gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow, #footer .gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px !important;
  position: absolute !important;
  top: 0px !important;
  right: 0px !important;
  width: 30px !important;
}
#main .gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow:before, #footer .gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  display: none !important;
}
#main .gform_wrapper [type=checkbox]:not(:checked),
#main .gform_wrapper [type=checkbox]:checked, #footer .gform_wrapper [type=checkbox]:not(:checked),
#footer .gform_wrapper [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
#main .gform_wrapper [type=checkbox]:not(:checked) + label,
#main .gform_wrapper [type=checkbox]:checked + label, #footer .gform_wrapper [type=checkbox]:not(:checked) + label,
#footer .gform_wrapper [type=checkbox]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  line-height: 20px;
  font-size: 18px;
  max-width: 100%;
  width: 100%;
}
#main .gform_wrapper [type=checkbox]:not(:checked) + label:before,
#main .gform_wrapper [type=checkbox]:checked + label:before, #footer .gform_wrapper [type=checkbox]:not(:checked) + label:before,
#footer .gform_wrapper [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 20px;
  height: 20px;
  border: 1px solid #c3c3c3;
  background: #ffffff;
}
#main .gform_wrapper [type=checkbox]:not(:checked) + label:after,
#main .gform_wrapper [type=checkbox]:checked + label:after, #footer .gform_wrapper [type=checkbox]:not(:checked) + label:after,
#footer .gform_wrapper [type=checkbox]:checked + label:after {
  content: "X";
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  color: #15284c;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main .gform_wrapper [type=checkbox]:not(:checked) + label:after, #footer .gform_wrapper [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  /* invisible */
}
#main .gform_wrapper [type=checkbox]:checked + label:after, #footer .gform_wrapper [type=checkbox]:checked + label:after {
  opacity: 1;
  /* visible */
}
#main .gform_wrapper [type=radio]:not(:checked),
#main .gform_wrapper [type=radio]:checked, #footer .gform_wrapper [type=radio]:not(:checked),
#footer .gform_wrapper [type=radio]:checked {
  position: absolute;
  left: -9999px;
}
#main .gform_wrapper [type=radio]:not(:checked) + label,
#main .gform_wrapper [type=radio]:checked + label, #footer .gform_wrapper [type=radio]:not(:checked) + label,
#footer .gform_wrapper [type=radio]:checked + label {
  position: relative;
  padding-left: 30px;
  margin-left: 4px;
  display: block;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.2;
  max-width: 100%;
  width: 100%;
}
#main .gform_wrapper [type=radio]:not(:checked) + label:before,
#main .gform_wrapper [type=radio]:checked + label:before, #footer .gform_wrapper [type=radio]:not(:checked) + label:before,
#footer .gform_wrapper [type=radio]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 1px solid #c3c3c3;
  background: #ffffff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
#main .gform_wrapper [type=radio]:not(:checked) + label:after,
#main .gform_wrapper [type=radio]:checked + label:after, #footer .gform_wrapper [type=radio]:not(:checked) + label:after,
#footer .gform_wrapper [type=radio]:checked + label:after {
  content: "";
  width: 12px;
  height: 12px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  left: 3px;
  font-size: 0px;
  background-color: #15284c;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main .gform_wrapper [type=radio]:not(:checked) + label:after, #footer .gform_wrapper [type=radio]:not(:checked) + label:after {
  opacity: 0;
  /* invisible */
}
#main .gform_wrapper [type=radio]:checked + label:after, #footer .gform_wrapper [type=radio]:checked + label:after {
  opacity: 1;
  /* visible */
}
#main .gform_confirmation_wrapper, #footer .gform_confirmation_wrapper {
  margin: 40px 0;
  padding: 40px;
  border: 1px solid #b7b8b9;
  background-color: #f0f0f0;
}
#main .gform_confirmation_wrapper:first-child, #footer .gform_confirmation_wrapper:first-child {
  margin-top: 0;
}
#main .gform_confirmation_wrapper:last-child, #footer .gform_confirmation_wrapper:last-child {
  margin-bottom: 0;
}
#main .gform_wrapper.gf_browser_chrome .gform_body, #main .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half), #footer .gform_wrapper.gf_browser_chrome .gform_body, #footer .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
  width: 100%;
}

body img.gform_ajax_spinner {
  display: none !important;
}

/* =======================================
	Responsiveness
======================================= */
@media screen and (max-width: 1280px) {
  #home-secondary-content .secondary-content-wrapper {
    font-size: 22px;
  }

  #home-secondary-content {
    padding: 60px 0;
  }
  #home-secondary-content .secondary-content-wrapper {
    padding-right: 500px;
  }
  #home-secondary-content h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1024px) {
  #home-slideshow .slide {
    height: 400px;
  }

  #home-secondary-content .secondary-content-wrapper {
    padding-right: 0px;
  }
  #home-secondary-content .secondary-content-image {
    display: none;
  }

  .page-header h1 {
    font-size: 80px;
  }

  #partners .partners-with-logos .partner-wrapper {
    width: 25%;
  }

  #primary-nav ul li {
    max-width: 400px;
    margin: 0 auto !important;
    display: block;
    text-align: center;
  }

  #branding .logo-nav-wrapper {
    padding-right: 0;
  }

  #branding .member-nav {
    display: none;
  }

  #branding .member-nav-mobile {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  #home-content .home-content-wrapper .home-content-image {
    width: 100%;
    display: block;
    padding-right: 0;
    margin-bottom: 30px;
  }

  #home-content .home-inner-content {
    width: 100%;
    padding-left: 0;
    display: block;
  }

  #home-news .news-wrapper {
    text-align: center;
  }
  #home-news .news-wrapper .news-item {
    width: 50%;
  }

  .primary-secondary-wrapper {
    margin-right: 0;
  }
  .primary-secondary-wrapper:before {
    display: none;
  }

  #branding .site-logo {
    max-width: 35%;
    margin-right: 20px;
  }

  #branding .secondary-logo {
    max-width: 15%;
    margin-right: 20px;
  }

  #secondary {
    width: auto;
    padding-left: 0;
    margin-right: 0;
    float: none;
    clear: both;
    border-top: 1px solid #bfbfbf;
    text-align: center;
  }

  #footer-form {
    margin-top: 0;
  }
  #footer-form .footer-form-text {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: center;
  }

  #trauma-columns {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 800px) {
  #branding .site-logo {
    width: 230px;
  }

  #main {
    padding-top: 100px;
  }

  #home-content, #home-information-slideshow, #home-news, #primary, #secondary-content, #secondary, .page-header, #community-stories {
    padding: 60px 0;
  }

  .wp-block-embed-youtube {
    margin: 30px 0;
  }

  .page-header {
    background-attachment: scroll;
  }

  #home-information-slideshow h2 {
    font-size: 36px;
  }

  #home-information-slideshow .information-slide-content {
    font-size: 24px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  .page-header h1 {
    font-size: 60px;
  }

  #partners .partners-with-logos .partner-wrapper {
    width: 33.33%;
  }

  #resources {
    margin: -20px;
  }
  #resources .resource {
    padding: 20px;
  }

  .content-wrapper .post-thumbnail {
    max-width: 100%;
    width: 500px;
    margin: 0px auto 30px;
    float: none;
  }

  .content-wrapper .article-wrapper .post-thumbnail {
    margin-bottom: 30px;
  }

  .popup .popup-outer-content-wrapper {
    min-width: 0;
  }

  #partners .partner-popups .partner-contact .partner-contact-label {
    margin-right: 0;
    margin-bottom: 10px;
    float: none;
  }

  #presenters .presenter .presenter-image {
    float: none;
    margin: 0 auto 20px;
    text-align: center;
  }

  .directory-filter-wrapper {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 641px) {
  #main .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]), #footer .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1.2;
    min-height: 0;
  }

  #main .gform_wrapper .ginput_container span:not(.ginput_price) {
    margin-bottom: 0;
  }

  #main .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio .gfield_radio li, #main .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio .gfield_radio li, .gpnf-modal .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio .gfield_radio li, .gpnf-modal .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio .gfield_radio li, .gpnf-edit-form .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio .gfield_radio li, .gpnf-edit-form .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio .gfield_radio li {
    display: block;
  }

  #main .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio [type=radio]:not(:checked) + label, #main .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio [type=radio]:not(:checked) + label, .gpnf-modal .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio [type=radio]:not(:checked) + label, .gpnf-modal .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio [type=radio]:not(:checked) + label, .gpnf-edit-form .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio [type=radio]:not(:checked) + label, .gpnf-edit-form .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio [type=radio]:not(:checked) + label {
    width: 100%;
  }

  #main .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio [type=radio]:checked + label, #main .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio [type=radio]:checked + label, .gpnf-modal .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio [type=radio]:checked + label, .gpnf-modal .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio [type=radio]:checked + label, .gpnf-edit-form .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio [type=radio]:checked + label, .gpnf-edit-form .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio [type=radio]:checked + label {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #main .gform_wrapper {
    padding: 20px;
  }

  #main .gform_wrapper .gform_body .top_label li.gfield.gf_left_half, .gpnf-modal .gform_wrapper .gform_body .top_label li.gfield.gf_left_half, .gpnf-edit-form .gform_wrapper .gform_body .top_label li.gfield.gf_left_half {
    width: 100%;
    padding-right: 0;
  }

  #footer .gform_wrapper .gform_body .top_label li.gfield.gf_left_half, .gpnf-modal .gform_wrapper .gform_body .top_label li.gfield.gf_left_half, .gpnf-edit-form .gform_wrapper .gform_body .top_label li.gfield.gf_left_half {
    width: 100%;
    padding-right: 0;
  }

  #main .gform_wrapper .gform_body .top_label li.gfield.gf_right_half, .gpnf-modal .gform_wrapper .gform_body .top_label li.gfield.gf_right_half, .gpnf-edit-form .gform_wrapper .gform_body .top_label li.gfield.gf_right_half {
    width: 100%;
    padding-left: 0;
  }

  #footer .gform_wrapper .gform_body .top_label li.gfield.gf_right_half, .gpnf-modal .gform_wrapper .gform_body .top_label li.gfield.gf_right_half, .gpnf-edit-form .gform_wrapper .gform_body .top_label li.gfield.gf_right_half {
    width: 100%;
    padding-left: 0;
  }

  #main .gform_wrapper.login_form_wrapper .gform_footer, .gpnf-modal .gform_wrapper.login_form_wrapper .gform_footer, .gpnf-edit-form .gform_wrapper.login_form_wrapper .gform_footer {
    padding-bottom: 40px;
  }

  #main .gform_wrapper.login_form_wrapper .gform_body .beside-submit, .gpnf-modal .gform_wrapper.login_form_wrapper .gform_body .beside-submit, .gpnf-edit-form .gform_wrapper.login_form_wrapper .gform_body .beside-submit {
    bottom: -110px;
    left: 0;
  }

  #main .gform_wrapper.captcha-beside-submit_wrapper .gform_body .beside-submit, .gpnf-modal .gform_wrapper.captcha-beside-submit_wrapper .gform_body .beside-submit, .gpnf-edit-form .gform_wrapper.captcha-beside-submit_wrapper .gform_body .beside-submit {
    margin-bottom: 20px !important;
    position: relative;
    bottom: auto;
    right: auto;
  }

  #main .gform_wrapper.captcha-beside-submit_wrapper .gform_footer, .gpnf-modal .gform_wrapper.captcha-beside-submit_wrapper .gform_footer, .gpnf-edit-form .gform_wrapper.captcha-beside-submit_wrapper .gform_footer {
    margin-top: 0;
  }

  #main .gform_wrapper .gform_body .address_line_1, #main .gform_wrapper .gform_body .address_line_2, .gpnf-modal .gform_wrapper .gform_body .address_line_1, .gpnf-modal .gform_wrapper .gform_body .address_line_2, .gpnf-edit-form .gform_wrapper .gform_body .address_line_1, .gpnf-edit-form .gform_wrapper .gform_body .address_line_2 {
    margin-bottom: 20px !important;
  }

  #main .gform_wrapper li.gfield .address_city {
    padding-right: 0;
  }

  #main .gform_wrapper li.gfield .address_city, #main .gform_wrapper li.gfield .address_state {
    margin-bottom: 20px !important;
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }

  #main .gform_wrapper li.gfield .address_zip {
    width: auto;
    padding-left: 0;
  }

  #main .gform_wrapper .gform_body .ginput_cardinfo_right, .gpnf-modal .gform_wrapper .gform_body .ginput_cardinfo_right, .gpnf-edit-form .gform_wrapper .gform_body .ginput_cardinfo_right {
    margin-bottom: 0;
  }

  #main .gform_wrapper li.gfield.auto-width input[type=email], #main .gform_wrapper li.gfield.auto-width input[type=number], #main .gform_wrapper li.gfield.auto-width input[type=password], #main .gform_wrapper li.gfield.auto-width input[type=tel], #main .gform_wrapper li.gfield.auto-width input[type=text], #main .gform_wrapper li.gfield.auto-width input[type=url], #main .gform_wrapper li.gfield.auto-width textarea {
    width: 100%;
  }

  #main .gform_wrapper .gfield_checkbox li, #main .gform_wrapper .gfield_radio li {
    margin-bottom: 8px;
  }

  #main .gform_wrapper .gform_body .ginput_card_expiration_container .select2-container, .gpnf-modal .gform_wrapper .gform_body .ginput_card_expiration_container .select2-container, .gpnf-edit-form .gform_wrapper .gform_body .ginput_card_expiration_container .select2-container {
    width: 100% !important;
    margin-bottom: 20px !important;
  }

  #main .gform_wrapper .gform_body .ginput_card_expiration_container .select2-container:nth-child(2), .gpnf-modal .gform_wrapper .gform_body .ginput_card_expiration_container .select2-container:nth-child(2), .gpnf-edit-form .gform_wrapper .gform_body .ginput_card_expiration_container .select2-container:nth-child(2) {
    margin-right: 0 !important;
  }

  #main .gform_wrapper .gform_body .ginput_card_expiration_container .select2-container:nth-child(4), .gpnf-modal .gform_wrapper .gform_body .ginput_card_expiration_container .select2-container:nth-child(4), .gpnf-edit-form .gform_wrapper .gform_body .ginput_card_expiration_container .select2-container:nth-child(4) {
    margin-left: 0 !important;
  }

  #main .gform_wrapper .gform_body .ginput_cardinfo_left, .gpnf-modal .gform_wrapper .gform_body .ginput_cardinfo_left, .gpnf-edit-form .gform_wrapper .gform_body .ginput_cardinfo_left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }

  #main .gform_wrapper .gform_body .ginput_cardinfo_right, .gpnf-modal .gform_wrapper .gform_body .ginput_cardinfo_right, .gpnf-edit-form .gform_wrapper .gform_body .ginput_cardinfo_right {
    width: 100%;
    padding-left: 0;
  }

  #home-slideshow .slideshow-content .small-text {
    font-size: 28px;
  }

  #home-slideshow .slideshow-content .large-text {
    font-size: 55px;
  }

  #home-slideshow .slide {
    height: 300px;
  }

  #wrapper {
    margin-bottom: 0;
  }

  #footer, #push {
    height: auto;
  }

  #footer .upper-footer-wrapper {
    height: auto;
    padding: 20px;
  }

  #footer .lower-footer-wrapper {
    height: auto;
    padding: 20px;
  }

  #footer .gform_wrapper .gform_body li.gfield {
    margin-bottom: 10px;
  }

  #footer .gform_wrapper .gform_body {
    padding-right: 0 !important;
  }

  #footer .gform_wrapper .gform_footer {
    position: relative;
  }

  #copyright, #social-nav {
    width: 100%;
    display: block;
    padding: 0;
  }

  #copyright {
    margin-bottom: 20px;
    text-align: center;
  }

  #social-nav {
    text-align: center;
  }

  h1, .page-header h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 580px) {
  #home-news .news-wrapper .news-item {
    width: 100%;
  }

  #partners .partners-with-logos .partner-wrapper {
    width: 50%;
  }

  #trauma-box .box #trauma-columns .column {
    padding: 30px;
  }
}
@media screen and (max-width: 480px) {
  #home-slideshow .slideshow-content .small-text {
    font-size: 26px;
  }

  #home-slideshow .slideshow-content .large-text {
    font-size: 51px;
  }

  #footer-form .footer-form-text .large-text {
    font-size: 46px;
  }

  #home-slideshow .slideshow-content .small-text {
    font-size: 17px;
  }

  #home-slideshow .slideshow-content .large-text {
    font-size: 35px;
  }

  #home-slideshow .slideshow-content .slideshow-button .button {
    font-size: 16px;
  }

  #branding .site-logo {
    max-width: 60%;
  }

  #branding .secondary-logo {
    max-width: 20%;
  }

  #branding .mobile-menu-button-wrapper {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 360px) {
  #partners .partners-with-logos .partner-wrapper {
    width: 100%;
  }
}

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