/*!
Theme Name: yes-for-healthy-future
Theme URI: http://underscores.me/
Author: Christina Leikam
Author URI: https://www.winningmark.com/
Description: Custom Wordpress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: yfhf
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.

yes-for-healthy-future is based on Underscores https://underscores.me/, (C) 2012-2020 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
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@import url("//hello.myfonts.net/count/3b932d");
@import url("https://use.typekit.net/loh5bls.css");
@font-face {
  font-family: 'AmsiProNormal-Ultra';
  src: url("webfonts/AmsiProNormal-Ultra/font.woff2") format("woff2"), url("webfonts/AmsiProNormal-Ultra/font.woff") format("woff");
}

/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("webfonts/fontawesome/fa-solid-900.eot");
  src: url("webfonts/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("webfonts/fontawesome/fa-solid-900.woff2") format("woff2"), url("webfonts/fontawesome/fa-solid-900.woff") format("woff"), url("webfonts/fontawesome/fa-solid-900.ttf") format("truetype"), url("webfonts/fontawesome/fa-solid-900.svg#fontawesome") format("svg");
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("webfonts/fontawesome/fa-brands-400.eot");
  src: url("webfonts/fontawesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("webfonts/fontawesome/fa-brands-400.woff2") format("woff2"), url("webfonts/fontawesome/fa-brands-400.woff") format("woff"), url("webfonts/fontawesome/fa-brands-400.ttf") format("truetype"), url("webfonts/fontawesome/fa-brands-400.svg#fontawesome") format("svg");
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("webfonts/fontawesome/fa-regular-400.eot");
  src: url("webfonts/fontawesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("webfonts/fontawesome/fa-regular-400.woff2") format("woff2"), url("webfonts/fontawesome/fa-regular-400.woff") format("woff"), url("webfonts/fontawesome/fa-regular-400.ttf") format("truetype"), url("webfonts/fontawesome/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fab {
  font-family: 'Font Awesome 5 Brands';
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-times:before {
  content: "\f00d";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-check:before {
  content: "\f00c";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.grid-container {
  padding-left: 25px;
  padding-right: 25px;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | 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;
  -webkit-text-size-adjust: 100%;
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * 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;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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: #0e1428;
  font-family: soleil, "Helvetica Neue", Helvetica, Arial, sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "AmsiProNormal-Ultra", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #0e1428;
  line-height: 1.2em;
}

h1 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 36px;
  margin: 0 0 25px;
}

h2 {
  text-transform: uppercase;
  font-size: 32px;
  margin: 0 0 25px;
}

h2 span {
  color: #ff6c00;
}

@media only screen and (min-width: 1024px) {
  h1 {
    font-size: 42px;
  }
  h1 .page-title {
    font-size: 40px;
  }
  h2 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  h1.page-title {
    font-size: 45px;
  }
  h2 {
    font-size: 45px;
  }
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
  color: #ff6c00;
  font-weight: 600;
  border-left: 0;
  line-height: 1.4em;
}

blockquote p {
  line-height: 1.4em;
  color: #ff6c00;
  font-weight: 800;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  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: 0.9375rem;
}

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

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

big {
  font-size: 125%;
}

strong {
  font-weight: 800;
}

sup:focus, sup:active {
  outline: none;
  border: none;
}

@media only screen and (min-width: 1200px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 1.1rem;
  }
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

body {
  background: #fff;
}

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: none;
  counter-reset: facts-counter;
  margin-left: 25px;
  margin-bottom: 35px;
}

ol li {
  margin: 0 0 10px 0;
  counter-increment: facts-counter;
  position: relative;
}

ol li::before {
  font-family: "AmsiProNormal-Ultra", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  left: -25px;
  line-height: 1.5em;
  width: 25px;
  height: 25px;
  content: counter(facts-counter) ". ";
  color: #ff6c00;
  font-weight: 800;
  font-size: 1.2em;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

figure {
  margin: 1em 0;
}

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: 0.75rem;
  line-height: 1;
  padding: 0.6em 25px 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;
}

.btn-mrg {
  margin: 35px 0;
}

.btn, .org-btn,
.wp-block-button__link {
  height: 40px;
  background-color: #dde7ff;
  color: #0e1428;
  padding: 5px 25px;
  text-transform: uppercase;
  border-radius: 0;
  border: 2px solid #fff;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 1px;
  -webkit-box-shadow: -4px 4px 0 0 #ff6c00;
  box-shadow: -4px 4px 0 0 #ff6c00;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.btn:visited, .org-btn:visited,
.wp-block-button__link:visited {
  color: #0e1428;
}

.btn:hover, .org-btn:hover,
.wp-block-button__link:hover {
  background-color: #0e1428;
  color: #fff;
}

.wp-block-button__link {
  display: initial !important;
}

.org-btn {
  background-color: #ff6c00;
  -webkit-box-shadow: -4px 4px 0 0 #0e1428;
  box-shadow: -4px 4px 0 0 #0e1428;
  color: #fff;
}

.org-btn:visited {
  color: #fff;
}

.org-btn:hover {
  background-color: #dde7ff;
  color: #0e1428;
}

.alm-btn-wrap .alm-load-more-btn {
  height: 40px !important;
  background-color: #dde7ff !important;
  color: #0e1428 !important;
  padding: 5px 25px !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  border: 2px solid #fff !important;
  font-weight: 800 !important;
  font-size: 14px !important;
  letter-spacing: 1px !important;
  -webkit-box-shadow: -4px 4px 0 0 #ff6c00 !important;
  box-shadow: -4px 4px 0 0 #ff6c00 !important;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.alm-btn-wrap .alm-load-more-btn:hover {
  background-color: #0e1428 !important;
  color: #fff !important;
}

.alm-btn-wrap .alm-load-more-btn.loading {
  padding-left: 50px !important;
}

@media only screen and (min-width: 375px) {
  .btn, .org-btn,
  .wp-block-button__link {
    font-size: 14px;
  }
}

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: #0e1428;
  padding: 3px 10px;
  height: 50px;
  border: 1px solid #0e1428;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.at input[type="text"],
.at input[type="email"],
.at input[type="url"],
.at input[type="password"],
.at input[type="search"],
.at input[type="number"],
.at input[type="tel"],
.at input[type="range"],
.at input[type="date"],
.at input[type="month"],
.at input[type="week"],
.at input[type="time"],
.at input[type="datetime"],
.at input[type="datetime-local"],
.at input[type="color"],
.at textarea {
  color: #0e1428 !important;
  padding: 3px 10px !important;
  height: 50px !important;
  border: 1px solid #0e1428 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.at input[type="text"]:focus,
.at input[type="email"]:focus,
.at input[type="url"]:focus,
.at input[type="password"]:focus,
.at input[type="search"]:focus,
.at input[type="number"]:focus,
.at input[type="tel"]:focus,
.at input[type="range"]:focus,
.at input[type="date"]:focus,
.at input[type="month"]:focus,
.at input[type="week"]:focus,
.at input[type="time"]:focus,
.at input[type="datetime"]:focus,
.at input[type="datetime-local"]:focus,
.at input[type="color"]:focus,
.at textarea:focus {
  color: #111 !important;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

input[type="submit"],
.at input[type="submit"] {
  font-family: soleil, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  height: 35px;
  background-color: #dde7ff;
  color: #0e1428;
  text-transform: uppercase;
  border-radius: 0;
  border: 2px solid #fff;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-box-shadow: -4px 4px 0 0 #ff6c00;
  box-shadow: -4px 4px 0 0 #ff6c00;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

input[type="submit"]:hover,
.at input[type="submit"]:hover {
  background-color: #0e1428;
  color: #fff;
  -webkit-box-shadow: -4px 4px 0 0 white;
  box-shadow: -4px 4px 0 0 white;
  border-color: #ccc #bbb #aaa;
}

.at input[type="submit"] {
  padding-top: 0;
  padding-bottom: 0;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #0e1428 !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #0e1428 !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #0e1428 !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #0e1428 !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

.wpcf7-list-item input[type="radio"] {
  width: 20px;
  height: 20px;
  -webkit-transition: background-color .15s;
  transition: background-color .15s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: text-bottom;
  outline: 0;
  cursor: pointer;
  box-shadow: inset 0 0 0 2px #0e1428;
  border-radius: 10em;
  background: #fff;
  margin-bottom: 0;
}

.wpcf7-list-item input[type="radio"]:checked {
  background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);
  background-size: 50% 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #0e1428;
}

.wpcf7-list-item input[type="radio"] + .wpcf7-list-item-label {
  margin-left: 5px;
}

.wpcf7-mail-sent-ok {
  border: none !important;
}

div.wpcf7-response-output {
  text-align: center !important;
  padding: 0 10px;
}

.ngp-form .at-form,
.ngp-form .at-inner {
  background-color: transparent;
}

.ngp-form .at-inner .at-title,
.ngp-form .at-inner .HeaderHtml {
  display: none;
}

.ngp-form .at-legend {
  display: none;
}

.at-markup.FastAction {
  display: none !important;
}

.at fieldset:last-of-type {
  padding: 0;
}

.at label {
  margin: 0 !important;
}

.at .intl-tel-input.allow-dropdown input[type="tel"] {
  padding-left: 50px !important;
}

.at-markup.UpdateMyProfile {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#share-your-story .at .at-fieldset {
  padding-left: 0;
  padding-right: 0;
}

#share-your-story .at textarea {
  height: 200px !important;
  padding: 15px !important;
}

#share-your-story .at-form-submit {
  text-align: center;
}

#share-your-story .at-form-submit .at-submit {
  float: none;
}

#share-your-story .at-form form {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.at input[type="checkbox"] + span {
  padding-left: 35px !important;
}

.at input[type="checkbox"] + span:before {
  border-radius: 15px !important;
  border: 2px solid #0e1428 !important;
  width: 20px !important;
  height: 20px !important;
}

.at input[type="checkbox"] + span:after {
  font-size: 16px !important;
}

.at-row label.at-check {
  font-size: 18px !important;
  line-height: 1.2em;
  color: #0e1428 !important;
  font-weight: 500;
}

.at input[type="checkbox"]:checked + span:before {
  background-color: #0e1428 !important;
  border-color: #0e1428 !important;
}

.CustomFormFieldQuestion_8794449611024589_CustomFormFieldQuestion_671674070229881,
.CustomFormFieldQuestion_8794449611024589_CustomFormFieldQuestion_7178880555160897 {
  display: inline-block !important;
  width: 90px !important;
}

@media only screen and (min-width: 480px) {
  #share-your-story .at-text.FirstName,
  #share-your-story .at-text.EmailAddress,
  #add-your-name .at-text.FirstName,
  #add-your-name .at-text.EmailAddress {
    padding-right: 10px !important;
  }
  #share-your-story .at-text.LastName,
  #share-your-story .at-text.HomePhone,
  #share-your-story .at-text.MobilePhone,
  #add-your-name .at-text.LastName,
  #add-your-name .at-text.HomePhone,
  #add-your-name .at-text.MobilePhone {
    padding-left: 10px !important;
  }
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #4169e1;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -ms-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

a:visited {
  color: #800080;
}

a:hover, a:focus, a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  width: 100%;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  justify-content: flex-end;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation li.join-us > a {
  padding: .7rem 25px !important;
  background-color: #ff6c00;
  color: #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.main-navigation li.join-us > a:visited {
  color: #fff;
}

.main-navigation li.join-us > a:hover {
  background-color: #dde7ff !important;
  color: #0e1428 !important;
}

.main-navigation li.join-us.home-only {
  display: none;
}

.main-navigation li.join-us.home-only > a {
  color: #0e1428;
  background-color: #dde7ff;
}

.main-navigation li.join-us.home-only > a:visited {
  color: #0e1428;
}

.main-navigation li.join-us.home-only > a:hover {
  background-color: #fff !important;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  color: #fff;
  border-bottom: 2px solid transparent;
}

.main-navigation a:visited {
  color: #fff;
}

.main-navigation a:hover {
  color: #ff6c00;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  border-color: #ff6c00;
}

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

#primary-menu {
  font-size: 14px;
  letter-spacing: 2px;
}

#primary-menu li {
  margin-right: 25px;
}

#primary-menu li:last-child {
  margin-right: 0;
}

#primary-menu a {
  padding: .7rem 0;
}

#primary-menu a:hover {
  color: #ff6c00;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

#mob-menu {
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#mob-menu li {
  display: block;
  width: 100%;
  margin-bottom: 0;
}

#mob-menu li.join-us a {
  text-align: center;
  color: #ff6c00;
  padding: .7rem 15px;
  background-color: #ff6c00;
  color: #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#mob-menu li.join-us a:visited {
  color: #fff;
}

#mob-menu li.join-us a:hover {
  background-color: #0e1428;
}

#mob-menu li.join-us.home-only {
  display: none;
  margin-top: 15px;
  margin-bottom: 15px;
}

#mob-menu li.join-us.home-only > a {
  color: #fff;
  background-color: #0e1428;
}

#mob-menu li.join-us.home-only > a:visited {
  color: #fff;
}

#mob-menu li.join-us.home-only > a:hover {
  background-color: #fff !important;
  color: #0e1428;
}

#mob-menu li.has-submenu-toggle > a {
  margin-right: 15px;
}

#mob-menu li.join-us {
  margin-top: 35px;
}

#mob-menu .submenu-toggle {
  background-color: transparent;
  padding: 0;
  border: none;
  width: 100%;
  text-align: right;
}

#mob-menu .submenu-toggle::after {
  margin: 0 0 0 auto;
}

#mob-menu .submenu {
  margin-left: 15px;
}

#mob-menu .submenu li {
  margin-bottom: 0;
  text-transform: none;
  font-weight: normal;
}

#mob-menu .submenu li a {
  padding: 6px 1rem;
}

.home .main-navigation li.join-us.home-only {
  display: block;
}

.home #mob-menu li.join-us.home-only {
  display: block;
}

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

.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: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

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

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Owl Carousel
--------------------------------------------------------------*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

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

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 25px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #dde7ff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #0e1428;
}

.owl-carousel {
  width: calc(100% - 50px);
  margin-right: 25px;
  margin-left: 25px;
  position: relative;
}

.owl-dots {
  margin-top: 25px;
}

.owl-nav {
  font-size: 3em;
  color: #0e1428;
  width: 100%;
  position: absolute;
  top: calc(50% - 73px);
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: absolute;
}

.owl-nav .owl-prev:active, .owl-nav .owl-prev:focus,
.owl-nav .owl-next:active,
.owl-nav .owl-next:focus {
  outline: none;
}

.owl-nav .owl-prev {
  left: -45px;
}

.owl-nav .owl-next {
  right: -45px;
}

@media only screen and (min-width: 768px) {
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 50px;
  }
}

/*--------------------------------------------------------------
# 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;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

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

.post,
.page {
  margin: 0;
}

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

@-moz-document url-prefix() {
  .grid-margin-x > .cell {
    margin-right: .9374rem;
  }
}

.js-off-canvas-overlay {
  background: rgba(255, 255, 255, 0);
}

.off-canvas {
  background-color: #dde7ff;
  color: #0e1428;
  padding: 100px 25px 25px;
}

.off-canvas .close {
  background-color: transparent;
  padding: 0;
  border: none;
  color: #0e1428;
  font-size: 2em;
  position: relative;
  top: -25px;
  left: -15px;
  margin-bottom: -40px;
  opacity: .3;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.off-canvas .close:hover {
  cursor: pointer;
  opacity: 1;
}

.off-canvas .close:focus, .off-canvas .close:active {
  outline: none;
}

.off-canvas a {
  color: #0e1428;
}

.off-canvas a:visited {
  color: #0e1428;
}

.off-canvas a:hover {
  color: #ff6c00;
}

.off-canvas .social {
  margin-top: 50px;
}

.off-canvas.banner-mrg {
  margin-top: 90px;
}

.social {
  text-align: center;
}

.social a {
  display: inline-block;
  margin-right: 15px;
}

.social a .far,
.social a .fab {
  background-color: #dde7ff;
  color: #0e1428;
  font-size: 1.65em;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.social a:last-of-type {
  margin-right: 0;
}

.social a:hover .far,
.social a:hover .fab {
  background-color: #0e1428;
  color: #dde7ff;
}

.off-canvas.is-transition-overlap.is-open {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.position-right {
  width: 300px;
  -webkit-transform: translateX(300px);
  -ms-transform: translateX(300px);
  transform: translateX(300px);
}

.custom-logo {
  max-width: 170px;
  height: auto;
}

#masthead {
  background-color: #0e1428;
  padding: 10px;
  z-index: 100;
  position: relative;
}

#masthead .grid-x {
  align-items: center;
}

#masthead .open-button {
  background-color: transparent;
  color: #fff;
  border: none;
  padding: 0;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: bold;
}

#masthead .open-button:hover {
  cursor: pointer;
}

#masthead .open-button:focus, #masthead .open-button:active {
  outline: none;
}

#masthead .small-2 {
  text-align: right;
  display: flex;
  align-items: center;
}

#masthead .small-2 .main-navigation {
  margin-right: 25px;
}

#hm-hero {
  padding: 50px 0;
  background-size: contain !important;
  background-repeat: no-repeat;
  background-color: #0e1428;
}

#hm-hero .grid-container {
  margin-top: 100px;
}

#hm-hero h1 {
  font-family: soleil, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 1.3em;
  font-size: 22px;
  text-align: center;
  text-transform: none;
}

#hm-hero h1 span {
  background-color: #ff6c00;
  display: block;
  font-family: "AmsiProNormal-Ultra", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 15px;
  padding: 5px;
  text-transform: uppercase;
}

#hm-hero .medium-3 {
  text-align: center;
}

#hm-hero div.wpcf7-response-output {
  color: #fff !important;
}

#hm-hero .at-text.HomePhone, #hm-hero .at-text.MobilePhone {
  display: none !important;
}

#hm-hero .at-form-submit {
  text-align: center;
  padding: 0;
  margin-top: 15px;
}

#hm-hero .at-form-submit .at-submit {
  float: none;
}

#hm-hero .at .content.thankYou {
  color: #fff;
  text-align: center;
}

#hm-hero .at label {
  color: #fff;
}

#hm-hero .at input[type="checkbox"] + span:before {
  background-color: #dde7ff;
  border-color: #dde7ff;
}

#hm-hero .at input[type="checkbox"]:checked + span:after {
  color: #0e1428;
}

.site-footer {
  background-color: #0e1428;
  padding: 50px 0;
  color: #fff;
}

.site-footer .social .fab,
.site-footer .social .far {
  width: 50px;
  height: 50px;
  font-size: 1.75em;
}

.site-footer .site-info {
  margin-top: 35px;
  font-size: .8em;
  text-align: center;
}

#hm-sec1 {
  padding: 50px 0;
}

#hm-sec1 .large-6 p:last-of-type {
  margin-bottom: 0;
}

#hm-sec2 {
  background-color: #0e1428;
  color: #fff;
  overflow: hidden;
}

#hm-sec2 .large-6:first-of-type {
  padding-top: 50px;
  padding-bottom: 50px;
}

#hm-sec2 .large-6:first-of-type p:last-of-type {
  margin-bottom: 0;
}

#hm-sec2 .large-6:last-of-type img {
  width: calc(100% + 50px);
  min-width: calc(100% + 50px);
  position: relative;
  left: -25px;
}

#hm-sec3 {
  padding: 50px 0;
}

#hm-sec3 h2 {
  text-align: center;
}

#hm-sec3 .logos {
  margin: 35px 0 0;
  text-align: center;
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  align-items: center;
  justify-content: center;
}

#hm-sec3 .small-6 {
  margin-bottom: 35px;
}

#hm-sec3 .btn-mrg {
  margin: 50px 0 15px;
}

#hm-sec4 {
  background-color: #ff6c00;
  color: #fff;
  padding: 50px 0;
  text-align: center;
}

#hm-sec4 p:last-of-type {
  margin-bottom: 0;
}

#hm-sec4 a {
  color: #fff;
  font-weight: 700;
}

#hm-sec4 a:visited {
  color: #fff;
}

#hm-sec4 a:hover {
  color: #0e1428;
}

.reveal-overlay {
  background-color: rgba(0, 0, 0, 0.9);
}

#join-us.reveal {
  background-color: #0e1428;
  color: #dde7ff;
  padding: 50px 35px;
}

#join-us.reveal .close-button {
  padding: 0;
  background-color: transparent;
  border: none;
  color: #ff6c00;
  top: -10px;
  right: 10px;
  font-size: 60px;
}

#join-us.reveal h2 {
  color: #ff6c00;
  font-size: 48px;
  margin-bottom: 15px;
}

#join-us.reveal p {
  margin-bottom: 25px;
}

#join-us.reveal input[type="submit"] {
  margin-top: 15px;
}

#join-us.reveal .at-text.HomePhone {
  display: none !important;
}

#join-us.reveal .at-text.MobilePhone:before {
  content: 'Phone';
  color: #dde7ff;
  font-family: soleil, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#join-us.reveal .at-row.UpdateMyProfile {
  margin-top: 10px;
  color: #fff;
  margin-left: 0;
}

#join-us.reveal .at .content.thankYou {
  color: #fff;
  text-align: center;
}

#join-us.reveal .at label {
  color: #fff;
}

#join-us.reveal .at input[type="checkbox"] + span:before {
  background-color: #dde7ff;
  border-color: #dde7ff;
}

#join-us.reveal .at input[type="checkbox"]:checked + span:after {
  color: #0e1428;
}

#join-us.reveal .at-form-submit {
  text-align: center;
  padding: 0;
  margin-top: 15px;
}

#join-us.reveal .at-form-submit .at-submit {
  float: none;
}

#hero {
  background-color: #f3f1ee;
  background-position: center center;
  background-size: cover;
  min-height: 200px;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
}

#primary {
  padding: 35px 0;
}

.logos {
  margin: 50px 0 15px;
}

.logos .grid-x {
  align-items: center;
  justify-content: center;
}

.logos .small-4 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logos img {
  max-width: 100%;
}

#wwa-logos .owl-carousel .owl-item img {
  width: auto !important;
  display: block;
  margin: 0 auto;
}

#wwa-logos .owl-carousel .owl-item .small-12 {
  display: flex;
  align-items: center;
  justify-content: center;
}

#wwa-logos .owl-carousel .owl-item .small-12 img {
  padding-right: 5px;
  padding-left: 5px;
}

.orgsbus {
  background-color: #fff;
  padding: 50px 0;
  text-align: center;
  font-size: 15px;
}

.orgsbus h2 {
  margin-bottom: 35px;
}

.orgsbus ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  font-weight: 600;
  margin: 0;
}

.orgsbus li {
  margin-bottom: 10px;
  line-height: 1.3em;
}

.orgsbus .large-6:last-of-type li:last-of-type {
  margin-bottom: 0;
}

#small-businesses {
  background-color: #dde7ff;
}

#wwa-join {
  padding: 50px 0;
  background-color: #dde7ff;
}

#wwa-join h2 {
  text-align: center;
  margin: 0 auto 35px;
}

#wwa-join .form-wrap {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

#wwa-join .choices {
  text-align: center;
  margin-bottom: 35px;
}

#wwa-join .choices label {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 15px;
  text-align: left;
}

#wwa-join .choices .wpcf7-list-item-label {
  color: #0e1428;
}

#wwa-join .choices span.wpcf7-list-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 0;
}

#wwa-join input[type="submit"] {
  margin-top: 15px;
  background-color: #0e1428;
  color: #fff;
}

#wwa-join input[type="submit"]:hover {
  background-color: #ff6c00;
  border-color: #fff;
  color: #fff;
  -webkit-box-shadow: -4px 4px 0 0 #0e1428;
  box-shadow: -4px 4px 0 0 #0e1428;
}

#wwa-join .ngp-form {
  max-width: 600px;
}

#wwa-join form p.text-center {
  margin-bottom: 0;
}

#wwa-join form .at-text.HomePhone {
  display: none !important;
}

#wwa-join .at .content.thankYou {
  text-align: center;
}

#wwa-join .at .at-fieldset {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#wwa-join .at .at-fieldset.ContactInformation {
  padding-bottom: 0;
}

#wwa-join .at .LegalHeaderHtml {
  margin: 0;
}

#wwa-join .at .LegalHeaderHtml p {
  margin-bottom: 10px;
  font-size: 12px;
}

#wwa-join .at fieldset.EmployerInformation {
  display: none !important;
}

#wwa-join .at .at-row.EmailAddress > [class^="at-"] {
  -webkit-flex: 0 1 auto !important;
  -moz-flex: 0 1 auto !important;
  -ms-flex: 0 1 auto !important;
  flex: 0 1 auto !important;
  width: 100% !important;
}

#wwa-join .at-markup.UpdateMyProfile {
  margin-bottom: 10px;
  margin-top: 10px;
}

#wwa-join input[type="checkbox"] + span:before {
  background-color: #0e1428;
  border-color: #0e1428;
}

#wwa-join input[type="checkbox"]:checked + span:after {
  color: #fff;
}

#wwa-join .at-text.MobilePhone:before {
  content: 'PHONE';
  font-weight: 700;
  color: #0e1428;
  font-family: soleil, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#alert {
  background-color: #dde7ff;
  padding: 15px 0;
  margin-bottom: 0;
  font-weight: 800;
  text-align: center;
}

#alert .medium-5 {
  margin-top: 15px;
  margin-bottom: 10px;
}

.admin-bar #offCanvas {
  margin-top: 46px;
}

.admin-bar #join-us.reveal {
  top: 46px;
  z-index: 2;
}

#foot-menu {
  text-align: center;
  font-size: .8em;
  margin-top: 35px;
}

#foot-menu .menu {
  justify-content: center;
}

#foot-menu a {
  color: #dde7ff;
}

#foot-menu a:visited {
  color: #dde7ff;
}

#foot-menu a:hover {
  color: #ff6c00;
}

.UpdateMyProfile {
  display: none !important;
}

.page-template-default #primary,
.page-template-page-facts #primary {
  padding: 50px 0;
}

.page-template-default h1.entry-title,
.page-template-page-facts h1.entry-title {
  font-size: 32px;
}

ol.facts-list {
  margin-left: 3em;
}

ol.facts-list li {
  margin: 0 0 25px 0;
}

ol.facts-list li::before {
  --size: 35px;
  left: calc(-1 * var(--size) - 10px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  font-size: 2em;
}

.tooltip {
  background-color: #dde7ff;
  color: #0e1428;
  line-height: 1.2em;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.45);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.45);
  width: auto;
  max-width: 850px;
}

.tooltip:focus, .tooltip:active {
  border: none !important;
  outline: none !important;
}

.tooltip.top::before {
  display: none;
  width: 0;
  height: 0;
  border: none;
}

.has-tip {
  border: none;
}

#the-facts {
  padding-bottom: 35px;
}

#the-facts .tooltip {
  background-color: #fff !important;
}

#the-facts .btn, #the-facts .org-btn {
  font-size: 18px;
}

#the-truth {
  background-color: #dde7ff;
  padding: 50px 0;
}

#the-truth .large-5 img {
  display: block;
  margin: 25px auto 0;
}

#the-truth ul {
  list-style-image: url("img/bullet.png");
  margin: 0;
}

#the-truth ul li {
  margin-bottom: 25px;
  padding-left: 15px;
}

.share-story {
  margin-bottom: 65px;
}

.post-type-archive-stories .fimg {
  min-height: 300px;
}

.post-type-archive-stories .entry-date {
  display: none;
}

.post-type-archive-stories .hentry {
  margin-bottom: 50px;
}

.post-type-archive-stories .hentry h3 {
  text-transform: uppercase;
  font-size: 20px;
}

.post-type-archive-stories .hentry h3 a {
  color: #0e1428;
  text-decoration: none;
}

.post-type-archive-stories .hentry h3 a:visited {
  color: #0e1428;
}

.post-type-archive-stories .hentry h3 a:hover {
  color: #ff6c00;
}

.post-type-archive-stories .hentry .medium-7 p, .post-type-archive-stories .hentry .medium-7 a {
  display: inline;
}

.post-type-archive-stories .hentry .medium-7 p {
  line-height: 1.2em;
}

.post-type-archive-stories .hentry .medium-7 .rm {
  color: #ff6c00;
  text-decoration: underline;
  font-weight: bold;
}

.post-type-archive-stories .hentry .medium-7 .rm:visited {
  color: #ff6c00;
}

.post-type-archive-stories .hentry .medium-7 .rm:hover {
  color: #0e1428;
}

#share-your-story {
  margin-top: 50px;
}

.page-template-page-take-action #primary h3 {
  text-transform: uppercase;
  font-size: 22px;
  margin: 0 0 15px;
}

.graphics {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

h1.entry-title {
  font-size: 36px;
}

.download {
  margin-top: 10px;
  font-size: 15px;
  color: #0e1428;
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.download a {
  margin-left: 8px;
  font-weight: normal;
}

.download a:first-of-type {
  margin-left: 15px;
}

.download a .fab:before {
  background-color: #ff6c00;
  color: #fff;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 14px;
}

.download a:hover .fab:before {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #0e1428;
}

.coalition-graphics {
  padding: 50px 0;
}

.coalition-graphics .btn, .coalition-graphics .org-btn {
  padding: 5px;
}

#add-your-name form {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

#add-your-name .AdditionalInformation {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

#add-your-name .checkbox-list-label {
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 500;
  color: #0e1428;
}

#add-your-name .at-form-submit {
  text-align: center;
}

#add-your-name .at-form-submit .at-submit {
  float: none;
}

.single h1.entry-title {
  margin-bottom: 0;
}

.single .entry-date {
  font-weight: 600;
}

.single .post-thumbnail {
  margin-top: 25px;
}

.single .head-cont {
  margin-top: 25px;
}

.news-posts .fimg {
  min-height: 200px;
}

.news-posts h2 {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.news-posts h3 {
  text-transform: uppercase;
  margin: 0;
  font-size: 20px;
}

.news-posts h3 a {
  color: #0e1428;
}

.news-posts h3 a:visited {
  color: #0e1428;
}

.news-posts h3 a:hover {
  color: #ff6c00;
}

.news-posts .entry-date {
  font-weight: 700;
  margin: 0 0 15px;
}

.news-posts .rm {
  color: #ff6c00;
  font-weight: 700;
  display: inline;
  margin-left: 5px;
  text-decoration: underline;
}

.news-posts .medium-7 p {
  display: inline;
}

.news-posts .hentry {
  padding: 25px 0;
}

.news-posts .hentry:nth-of-type(odd) {
  background-color: #dde7ff;
}

.in-the-news {
  margin-top: 35px;
}

@media only screen and (max-width: 600px) {
  .is-reveal-open #wpadminbar {
    z-index: 1;
  }
}

.page-template-page-flex #primary {
  padding: 0;
}

.page-template-page-flex .post-password-form {
  max-width: 800px;
  margin: 50px auto;
}

.flex-section {
  padding: 50px 0;
}

.flex-section .at-form-submit {
  text-align: center;
}

.flex-section input[type="submit"] {
  float: none;
}

.flex-section .at .at-fieldset {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.flex-section .ngp-form {
  max-width: 600px;
}

.flex-section.dark input[type="checkbox"] + span:before {
  background-color: #0e1428 !important;
  border-color: #0e1428 !important;
}

.flex-section.dark input[type="checkbox"]:checked + span:after {
  color: #fff !important;
}

.flex-section.dark input[type="submit"] {
  margin-top: 15px;
  background-color: #0e1428;
  color: #fff;
  float: none;
}

.flex-section.dark input[type="submit"]:hover {
  background-color: #ff6c00;
}

.flex-section.light h1, .flex-section.light h2, .flex-section.light h3, .flex-section.light h4, .flex-section.light h5, .flex-section.light h6, .flex-section.light p {
  color: #fff;
}

.flex-section.light input[type="checkbox"] + span:before {
  background-color: #dde7ff !important;
  border-color: #dde7ff !important;
}

.flex-section.light input[type="checkbox"]:checked + span:after {
  color: #0e1428 !important;
}

.flex-section.light .at-row label.at-check {
  color: #fff !important;
}

.flex-section.light .at label {
  color: rgba(255, 255, 255, 0.5);
}

.ta-popup .sticky {
  text-align: center;
  background-color: #fff;
  border: 10px solid #0e1428;
  padding: 50px 25px 25px;
  max-width: 500px !important;
  margin-bottom: 0 !important;
  right: 0 !important;
  z-index: 10000;
}

.ta-popup .sticky .close-button {
  font-size: 15px;
  right: 15px;
  background-color: transparent;
  border: 3px solid #0e1428;
  height: 25px;
  width: 25px;
  padding: 0;
  color: #0e1428;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ta-popup .sticky .close-button:active, .ta-popup .sticky .close-button:focus {
  outline: none;
}

.ta-popup .sticky .close-button span {
  position: relative;
  top: -3px;
  font-size: 28px;
}

.ta-popup .sticky .pu-cont {
  font-weight: 900;
}

.ta-popup .sticky .btn, .ta-popup .sticky .org-btn {
  background-color: #0e1428;
  color: #fff;
  padding: 10px 25px;
  border: none;
  -webkit-box-shadow: -10px 10px 0 0 #ff6c00;
  box-shadow: -10px 10px 0 0 #ff6c00;
  display: block;
  min-height: 65px;
}

.ta-popup .sticky .btn:visited, .ta-popup .sticky .org-btn:visited {
  color: #fff;
}

.ta-popup .sticky .btn:hover, .ta-popup .sticky .org-btn:hover {
  background-color: #dde7ff;
  color: #0e1428;
  -webkit-box-shadow: -10px 10px 0 0 #0e1428;
  box-shadow: -10px 10px 0 0 #0e1428;
}

.hm-banner {
  background-color: #ff6c00;
  color: #fff;
  padding: 10px 25px;
  z-index: 1000;
  position: relative;
}

.hm-banner a {
  display: block;
  color: #fff;
}

.hm-banner a:visited {
  color: #fff;
}

.hm-banner p {
  margin: 0;
  line-height: 1.2em;
}

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

.bypostauthor {
  display: block;
}

@media only screen and (max-width: 480px) {
  .page-id-243 #hero {
    background-position: left -376px center;
  }
}

@media only screen and (min-width: 640px) {
  #masthead .medium-8 {
    justify-content: flex-end;
  }
  #hm-hero h1 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  #hm-hero h1 span {
    margin-bottom: 25px;
    font-size: 29px;
  }
  #hm-hero .grid-margin-x {
    margin-left: -.5rem;
    margin-right: -.5rem;
  }
  #hm-hero .grid-margin-x > .cell {
    margin-left: .5rem;
    margin-right: .5rem;
  }
  #hm-hero .medium-5 {
    width: calc(41.66667% - 1rem);
  }
  #hm-hero .medium-4 {
    width: calc(33.33333% - 1rem);
  }
  #hm-hero .medium-3 {
    width: calc(25% - 1rem);
  }
  .position-right {
    width: 350px;
    -webkit-transform: translateX(350px);
    -ms-transform: translateX(350px);
    transform: translateX(350px);
  }
  #join-us.reveal {
    padding: 50px;
    border: 3px solid #fff;
    -webkit-box-shadow: -7px 7px 0 0 #ff6c00;
    box-shadow: -7px 7px 0 0 #ff6c00;
    max-width: 500px;
  }
  #join-us.reveal h2 {
    font-size: 60px;
  }
  #join-us.reveal .grid-margin-x {
    margin-left: -.5rem;
    margin-right: -.5rem;
  }
  #join-us.reveal .grid-margin-x > .cell {
    margin-left: .5rem;
    margin-right: .5rem;
  }
  #join-us.reveal .medium-12 {
    width: calc(100% - 1rem);
  }
  #join-us.reveal .medium-5 {
    width: calc(41.66667% - 1rem);
  }
  #join-us.reveal .medium-7 {
    width: calc(58.33333% - 1rem);
  }
  .logos .grid-x .small-4 {
    width: calc(16.6667% - 1.875rem);
  }
  #wwa-join .grid-margin-x {
    margin-left: -.5rem;
    margin-right: -.5rem;
  }
  #wwa-join .grid-margin-x > .cell {
    margin-left: .5rem;
    margin-right: .5rem;
  }
  #wwa-join .medium-6 {
    width: calc(50% - 1rem);
  }
  #wwa-join .medium-12 {
    width: calc(100% - 1rem);
  }
  #wwa-join .at-row .at-text.FirstName {
    margin-right: 10px !important;
  }
  #wwa-join .at-row .at-text:LastName {
    margin-left: 10px !important;
  }
  #wwa-join .at-form-submit {
    text-align: center;
  }
  #wwa-join .at-form-submit .at-submit {
    float: none;
  }
  #wwa-join .choices label {
    text-align: center;
  }
  #wwa-join .choices span.wpcf7-list-item {
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 0;
  }
  #alert {
    padding: 20px 0;
    text-align: right;
  }
  #alert .grid-x {
    align-items: center;
  }
  #alert .medium-5 {
    margin: 0 0 0 15px;
    text-align: left;
  }
  #hm-sec3 .small-6 {
    width: calc(33.333% - 1.875rem);
  }
  .page-template-default h1.entry-title,
  .page-template-page-facts h1.entry-title {
    font-size: 32px;
  }
  .post-type-archive-stories .hentry h3 {
    font-size: 24px;
  }
  .coalition-graphics .btn, .coalition-graphics .org-btn {
    padding: 5px 25px;
  }
  .news-posts h3 {
    font-size: 24px;
  }
  .news-posts p {
    line-height: 1.2em;
  }
  .news-posts .fimg {
    min-height: 98px;
    max-height: 98px;
  }
  .news-posts .large-3 {
    width: calc(35% - 1.875rem);
  }
  .news-posts .large-9 {
    width: calc(65% - 1.875rem);
  }
  .flex-section .at-row .at-text.FirstName {
    margin-right: 10px !important;
  }
  .flex-section .at-row.EmailAddress > [class^="at-"] {
    -webkit-flex: 0 1 auto !important;
    -moz-flex: 0 1 auto !important;
    -ms-flex: 0 1 auto !important;
    flex: 0 1 auto !important;
    width: 100% !important;
  }
  .ta-popup .sticky {
    padding: 50px 50px 25px;
  }
  .ta-popup .sticky h2 {
    font-size: 36px;
  }
}

@media only screen and (min-width: 768px) {
  .site-footer .social .far,
  .site-footer .social .fab {
    font-size: 2em;
    width: 55px;
    height: 55px;
  }
  .off-canvas.banner-mrg {
    margin-top: 50px;
  }
  #hm-hero {
    background-size: cover !important;
    background-position: center center;
    padding-bottom: 35px;
  }
  #hm-hero .grid-container {
    margin-top: 0;
    min-height: 450px;
    height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }
  #hm-hero h1 {
    max-width: 625px;
    font-size: 28px;
    margin-bottom: 0;
  }
  #hm-hero h1 span {
    max-width: 590px;
    margin-left: auto;
    margin-right: auto;
    font-size: 38px;
    padding: 12px;
    font-size: 37px;
  }
  #hm-hero .medium-5 {
    width: calc(45% - 1rem);
  }
  #hm-hero .medium-4 {
    width: calc(35% - 1rem);
  }
  #hm-hero .medium-3 {
    width: calc(20% - 1rem);
  }
  #hm-hero .hero-form {
    width: 650px;
  }
  #hm-hero .at form {
    display: flex;
  }
  #hm-hero .at fieldset:last-of-type {
    width: 75%;
    min-width: 0;
    margin-bottom: 25px;
  }
  #hm-hero .at .at-form-submit {
    width: 25%;
    margin-top: 0;
  }
  #hm-hero .at input[type="submit"] {
    margin: 0 0 0 10px;
  }
  #hm-hero .at-fields {
    display: flex !important;
    flex-direction: row-reverse;
    position: relative;
    align-items: center;
  }
  #hm-hero .at-row.PostalCode {
    width: 38%;
    margin-left: 2%;
  }
  #hm-hero .at-row.EmailAddress {
    width: 60%;
  }
  #hm-hero .at-row.UpdateMyProfile {
    margin-top: 35px;
    position: absolute;
    bottom: -25px;
    width: 100%;
    margin-left: 0;
  }
  #hero {
    min-height: 300px;
  }
  .page-template-default h1.entry-title,
  .page-template-page-facts h1.entry-title {
    font-size: 32px;
  }
  .graphics {
    max-width: 550px;
  }
  .news-posts .fimg {
    min-height: 121px;
    max-height: 121px;
  }
  .ta-popup .sticky {
    padding: 50px 65px 25px;
    max-width: 600px !important;
    margin-bottom: 50px !important;
  }
  .ta-popup .sticky h2 {
    font-size: 43px;
  }
  .ta-popup .sticky .pu-cont {
    font-size: 18px;
  }
  .ta-popup .sticky.is-anchored {
    right: auto !important;
    left: auto !important;
    bottom: -10px !important;
    top: auto !important;
    margin: 0 auto !important;
  }
  .ta-popup .sticky .close-button {
    width: 35px;
    height: 35px;
    top: 15px;
    font-size: 24px;
  }
  .ta-popup .sticky .close-button span {
    font-size: 42px;
  }
  .ta-popup .sticky .btn, .ta-popup .sticky .org-btn {
    display: initial;
    height: auto;
  }
}

@media only screen and (min-width: 1024px) {
  #hm-hero .grid-container {
    min-height: 550px;
    height: 550px;
  }
  #hm-hero .hero-form {
    width: 700px;
    max-width: 700px;
  }
  #hm-hero h1 {
    max-width: 675px;
  }
  #hm-hero h1 span {
    max-width: 675px;
  }
  #hm-hero .at fieldset:last-of-type {
    width: 80%;
  }
  #hm-hero .at .at-form-submit {
    width: 20%;
  }
  h1 {
    font-size: 34px;
    max-width: 900px;
  }
  h1 span {
    max-width: 800px;
    font-size: 54px;
  }
  .medium-5 {
    width: calc(45% - 1rem);
  }
  .medium-4 {
    width: calc(40% - 1rem);
  }
  .medium-3 {
    width: calc(15% - 1rem);
  }
  #hm-sec1 {
    padding: 65px 0;
  }
  #hm-sec1 .grid-x {
    align-items: center;
  }
  #hm-sec1 h2 {
    margin-bottom: 0;
  }
  #primary {
    padding: 50px 0;
  }
  #hm-sec2 {
    padding: 0;
    overflow: visible;
  }
  #hm-sec2 .large-6:first-of-type {
    padding: 50px 25px 50px 0;
  }
  #hm-sec2 .large-6:last-of-type {
    position: relative;
  }
  #hm-sec2 .large-6:last-of-type img {
    min-width: 100%;
    position: relative;
    top: -15px;
    margin-bottom: -30px;
    left: 37px;
  }
  #hm-sec3 {
    padding: 65px 0;
  }
  #hm-sec3 h2 {
    text-align: left;
  }
  #hm-sec3 .small-6 {
    width: calc(20% - 1.875rem);
  }
  #hero {
    min-height: 350px;
  }
  .orgsbus {
    padding-bottom: 75px;
  }
  .orgsbus h2 {
    margin-bottom: 50px;
  }
  .orgsbus li {
    margin-bottom: 20px;
  }
  .orgsbus li:last-child {
    margin-bottom: 0;
  }
  #wwa-join {
    padding: 65px 0;
  }
  #wwa-join .choices {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #wwa-join .choices label {
    text-align: left;
    margin-bottom: 0;
    margin-right: 25px;
  }
  #wwa-join .choices span.wpcf7-list-item {
    margin-left: 25px;
  }
  .site-footer {
    padding: 65px 0;
  }
  .page-template-default #primary,
  .page-template-page-facts #primary {
    padding: 65px 0;
  }
  .page-template-default h1.entry-title,
  .page-template-page-facts h1.entry-title {
    font-size: 40px;
  }
  #the-truth {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dde7ff+0,dde7ff+78,ffffff+78,ffffff+100 */
    background: #dde7ff;
    /* Old browsers */
    background: -moz-linear-gradient(left, #dde7ff 0%, #dde7ff 78%, #ffffff 78%, #ffffff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #dde7ff 0%, #dde7ff 78%, #ffffff 78%, #ffffff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #dde7ff 0%, #dde7ff 78%, #ffffff 78%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dde7ff', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */
  }
  #the-truth h2 {
    max-width: 500px;
  }
  #the-truth .large-5 img {
    max-width: 400px;
    margin: 0;
    position: relative;
    right: -15px;
    top: -200px;
  }
  .post-type-archive-stories .hentry {
    margin-bottom: 35px;
  }
  .post-type-archive-stories .hentry .large-9 {
    padding-top: 15px;
    padding-left: 35px;
  }
  .post-type-archive-stories .fimg {
    min-height: 215px;
  }
  #share-your-story {
    margin-top: 65px;
  }
  #share-your-story h2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 850px;
  }
  .graphics {
    max-width: 850px;
  }
  #social-graphics h3 {
    font-size: 24px;
  }
  h1.entry-title {
    font-size: 42px;
  }
  .news-posts .grid-x {
    align-items: center;
  }
  .news-posts .fimg {
    min-height: 148px;
    height: 148px;
  }
  .news-posts .large-3 {
    width: calc(32% - 1.875rem);
  }
  .news-posts .large-9 {
    width: calc(68% - 1.875rem);
  }
  .flex-section {
    padding: 65px 0;
  }
}

@media only screen and (min-width: 1200px) {
  #hm-hero .grid-container {
    min-height: 500px;
    height: 500px;
  }
  #hm-hero .hero-form {
    max-width: 800px;
    width: 800px;
  }
  #hm-hero h1 {
    max-width: 775px;
  }
  #hm-hero h1 span {
    max-width: 850px;
    font-size: 52px;
  }
  #hm-hero .medium-5 {
    width: calc(46% - 1rem);
  }
  #hm-hero .medium-4 {
    width: calc(37% - 1rem);
  }
  #hm-hero .medium-3 {
    width: calc(17% - 1rem);
  }
  #hm-hero .at fieldset:last-of-type {
    width: 83.5%;
  }
  #hm-hero .at .at-form-submit {
    width: 16.5%;
  }
  #hm-hero .at input[type="submit"] {
    margin-left: 15px;
  }
  #hm-sec1 {
    padding: 65px 0;
  }
  #hm-sec1 .grid-x {
    align-items: center;
  }
  #hm-sec1 h2 {
    margin-bottom: 0;
  }
  #hm-sec1 .large-6:last-of-type {
    padding-left: 50px;
  }
  #hm-sec2 .large-6:last-of-type img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    position: relative;
    top: 11px;
    margin-bottom: -30px;
    left: 65px;
  }
  .page-template-default h1.entry-title,
  .page-template-page-facts h1.entry-title {
    font-size: 45px;
  }
  #the-truth .large-5 img {
    max-width: 525px;
    top: -215px;
    right: -18px;
  }
  .news-posts .fimg {
    min-height: 164px;
    height: 164px;
  }
  .news-posts .large-3 {
    width: calc(35% - 1.875rem);
  }
  .news-posts .large-9 {
    padding-left: 50px;
    width: calc(65% - 1.875rem);
  }
  .news-posts .alm-btn-wrap {
    margin-top: 50px;
  }
  .owl-carousel .owl-nav .owl-prev {
    left: -60px;
  }
  .owl-carousel .owl-nav .owl-next {
    right: -60px;
  }
}

@media only screen and (min-width: 1366px) {
  #hm-sec2 .large-6:first-of-type {
    padding-right: 0;
  }
  #hm-sec2 .large-6:last-of-type img {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    position: relative;
    top: 10px;
    left: 125px;
  }
  #the-truth .large-5 img {
    max-width: 565px;
    right: -18px;
  }
}

@media only screen and (min-width: 1600px) {
  #hm-hero {
    background-position: top center;
  }
  #hm-hero .grid-container {
    min-height: 700px;
    height: 700px;
  }
  #hm-sec2 .large-6:last-of-type img {
    left: 175px;
  }
}

@media only screen and (min-width: 1920px) {
  #hero {
    min-height: 500px;
  }
  #the-truth {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dde7ff+0,dde7ff+78,ffffff+78,ffffff+100 */
    background: #dde7ff;
    /* Old browsers */
    background: -moz-linear-gradient(left, #dde7ff 0%, #dde7ff 65%, #ffffff 65%, #ffffff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #dde7ff 0%, #dde7ff 65%, #ffffff 65%, #ffffff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #dde7ff 0%, #dde7ff 65%, #ffffff 65%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dde7ff', endColorstr='#ffffff',GradientType=1 );
    /* IE6-9 */
  }
}

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