/* nunito-sans-regular - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''), url('/assets/webfonts/nunito-sans-v11-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/assets/webfonts/nunito-sans-v11-latin-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* nunito-sans-700 - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''), url('/assets/webfonts/nunito-sans-v11-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/assets/webfonts/nunito-sans-v11-latin-700.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local(''), url('/assets/webfonts/oswald-v47-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/assets/webfonts/oswald-v47-latin-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* oswald-700 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: local(''), url('/assets/webfonts/oswald-v47-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/assets/webfonts/oswald-v47-latin-700.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ===============================================
   GLOBAL ELEMENTS
   =============================================== */
div.preview-notice-v2 {
  display: none;
}
body.is-preview div.preview-notice-v2 {
  display: flex;
}
body:after {
  display: none;
}
html {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  color: #242e42;
}
input,
textarea,
select,
button {
  font-size: inherit;
  font-family: inherit;
}
h1,
h2,
h3 {
  color: #242e42;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}
h4,
h5,
h6 {
  color: #242e42;
  font-family: 'Oswald', sans-serif;
}
h1.page-title {
  font-size: 3rem;
}
a {
  color: #2f4fb4;
}
/* ===============================================
   VANILLA THEME OVERRIDES
   =============================================== */
.addtocalendar {
  width: 100%;
}
.atc-style-blue .atcb-link,
.atc-style-blue .atcb-link:hover,
.atc-style-blue .atcb-link:active,
.atc-style-blue .atcb-link:focus {
  padding: 0.5rem 1rem;
  border: 1px solid #ff8d07;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  background: #ff8d07;
  border-radius: 5px;
  background-clip: padding-box;
  box-shadow: none;
}
.atc-style-blue .atcb-item,
.atc-style-blue .atcb-item-link {
  margin: 0;
}
button,
a.button {
  background: #ff8d07;
  border-color: #ff8d07;
  color: #fff;
}
button.blue,
a.button.blue {
  background: #2f4fb4;
  border-color: #2f4fb4;
  color: #fff;
}
button.pale-gray,
a.button.pale-gray {
  background: #cddde5;
  border-color: #cddde5;
  color: #242e42;
}
.primary-form .button-wrapper button {
  font-size: 1.5rem;
  padding: 1rem 2rem;
}
button:disabled,
.button:disabled,
button[aria-disabled="true"],
.button[aria-disabled="true"] {
  opacity: 0.8;
  cursor: not-allowed;
}
body.layout-show-button-amounts form#contribution-form .amounts .simple-amount label,
body.layout-show-button-amounts form#contribution-form .amounts .label-amount label {
  background: #2f4fb4;
  color: #fff;
  border-radius: 5px;
  background-clip: padding-box;
}
body.layout-show-button-amounts form#contribution-form .amounts .simple-amount input[name="amount"]:checked ~ label,
body.layout-show-button-amounts form#contribution-form .amounts .label-amount input[name="amount"]:checked ~ label {
  background: #ff8d07;
  color: #242e42;
}
body.layout-show-button-amounts form#contribution-form .amounts .simple-amount-other {
  background-color: #2f4fb4;
  color: #fff;
}
body.layout-show-button-amounts form#contribution-form .amounts .simple-amount-other.checked {
  background-color: #ff8d07;
  color: #242e42;
}
/* ===============================================
   PRINT STYLES
   =============================================== */
@media print {
  body {
    font-size: 12pt;
    background: none;
  }
  div,
  .preview-notice-v2 {
    display: none;
  }
  .page-container,
  #middle,
  #middle .sizer,
  #middle .sizer .container,
  #content,
  #content .story-content {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    height: auto;
    width: auto;
    background: none;
    box-shadow: none;
  }
  #content .story-content div {
    display: block;
  }
}
/* ===============================================
   MAIN STRUCTURE
   =============================================== */
.sizer,
.like-sizer {
  max-width: 1160px;
  padding: 0 20px;
  margin: 0 auto;
}
.story-content:after {
  content: "";
  display: table;
  clear: both;
}
#alert-bar {
  background-color: #ff8d07;
}
#top {
  padding: 1rem 0;
}
#top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top .logo img {
  display: block;
}
#top .sub-form h3 {
  margin-bottom: 0.25rem;
  color: #2f4fb4;
}
#top .sub-form input,
#top .sub-form button {
  height: 2.25rem;
}
#top .sub-form input[name="email"] {
  max-width: 200px;
}
#top .sub-form input[name="zip"] {
  max-width: 100px;
}
@media screen and (max-width: 1023px) {
  #top .logo {
    max-width: 70%;
  }
  #top .sub-form {
    display: none;
  }
}
#menu-toggle {
  text-align: right;
  font-size: 2rem;
}
#menu-toggle a {
  color: #2f4fb4;
  text-decoration: none;
}
#menu-toggle button {
  color: #2f4fb4;
  background: transparent;
  border: 0;
  padding: 0.5rem;
}
#menu-toggle span {
  margin-right: 0.5rem;
}
#menu-toggle .fas {
  transition: all 1s;
}
@media screen and (min-width: 1024px) {
  #menu-toggle {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  #menu-toggle span {
    display: none;
  }
}
#topnav a[href=""],
#topnav a[href="#"] {
  cursor: default;
}
@media screen and (min-width: 1024px) {
  #topnav .sizer > ul {
    display: flex;
    justify-content: space-between;
  }
  #topnav .sizer > ul > li {
    margin: 0;
    display: block;
    flex-grow: 1;
    position: relative;
    transition: background 0.2s;
  }
  #topnav .sizer > ul > li:hover {
    background: #2f4fb4;
  }
  #topnav .sizer > ul > li:hover a {
    color: #fff;
  }
  #topnav .sizer > ul > li > a {
    padding: 0 10px;
    display: block;
    color: #242e42;
    line-height: 3rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
  }
  #topnav .sizer .level2 {
    width: 250px;
    position: absolute;
    top: 3rem;
    left: -9999px;
    display: none;
    z-index: 99999;
  }
  #topnav .sizer .level2 ul {
    background: #606060;
  }
  #topnav .sizer .level2 ul li a {
    color: #fff;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
  }
  #topnav .sizer .level2 ul li a:hover {
    background: #404040;
  }
  #topnav .sizer > ul > li:hover .level2 {
    left: 0;
    display: block;
  }
  #topnav .sizer ul ul ul {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  #topnav > .sizer {
    padding: 0;
  }
  #topnav > .sizer > ul {
    display: none;
    width: 100%;
  }
  #topnav > .sizer > ul > li {
    margin: 0;
    width: 100%;
    height: auto;
    display: block;
    border-top: 1px solid #fff;
  }
  #topnav > .sizer > ul > li > a {
    display: block;
    width: 100%;
    color: #fff;
    background: #2f4fb4;
    text-align: left;
    height: auto;
    line-height: 1;
    padding: 0.5rem;
  }
  #topnav > .sizer > ul > li > a i {
    display: none;
  }
  #topnav > .sizer > ul > li > a i.fa-search {
    display: unset;
  }
  #topnav > .sizer > ul > li > div.subnav {
    float: right;
    padding: 4px 10px;
    color: #fff;
    width: auto;
    background: none;
  }
  #topnav > .sizer > ul > li > div.subnav i {
    font-size: 1rem;
  }
  #topnav > .sizer .level2 {
    display: none;
  }
  #topnav > .sizer .level2 > ul > li > a {
    line-height: 1;
    display: block;
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
    background: #2f4fb4;
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: none;
    text-decoration: none;
  }
  #topnav > .sizer .level3 {
    display: none;
  }
}
#middle {
  min-height: 200px;
}
body:not(.homepage) #middle {
  padding: 2rem 0;
}
body.is-story:not(.layout-no-sidebar) #middle .container {
  display: flex;
}
body.is-story:not(.layout-no-sidebar) #middle #content {
  width: 65%;
  margin-right: 5%;
}
body.is-story:not(.layout-no-sidebar) #middle #sidebar {
  width: 30%;
}
@media screen and (max-width: 1023px) {
  body.is-story:not(.layout-no-sidebar) #middle #content {
    width: 100%;
    margin-right: 0;
  }
  body.is-story:not(.layout-no-sidebar) #middle #sidebar {
    display: none;
  }
}
.tools-wrapper {
  padding: 0.75rem 0;
  margin: 0;
  background-color: #ebf1f4;
  box-shadow: -1px 10px 6px -3px rgba(187, 187, 187, 0.4) inset;
}
.tools-wrapper .bc-wrapper {
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
}
#sidebar .news {
  margin-bottom: 3rem;
}
#sidebar .news .source {
  font-style: italic;
}
#sidebar .news .readmore a {
  background: #ff8d07;
  border-color: #ff8d07;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  font-weight: bold;
}
#bottom-subscribe {
  background-color: #ebf1f4;
  padding: 2rem 0;
}
#bottom-subscribe .container {
  display: flex;
  justify-content: center;
}
#bottom-subscribe h3 {
  margin-bottom: 0.25rem;
  color: #2f4fb4;
}
#bottom-subscribe h3 span {
  color: #242e42;
}
#bottom-subscribe p {
  margin-bottom: 0.25rem;
}
#bottom-subscribe input,
#bottom-subscribe button {
  height: 2.25rem;
}
#bottom-subscribe input[name="email"] {
  width: 400px;
}
#bottom-subscribe input[name="zip"] {
  width: 200px;
}
#bottom-subscribe .form-item {
  margin-right: 0.5rem;
}
@media screen and (max-width: 639px) {
  #bottom-subscribe input[name="email"],
  #bottom-subscribe input[name="zip"],
  #bottom-subscribe button {
    width: 100%;
    max-width: none;
  }
  #bottom-subscribe .form-item {
    width: 100%;
    max-width: none;
  }
}
#bottom {
  padding: 2rem 0;
}
#bottom .logo {
  margin-bottom: 1.5rem;
}
#bottom .grouper {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
#bottom .social-icons {
  margin-right: 1rem;
}
#bottom .social-icons a {
  height: 3rem;
  width: 3rem;
}
#bottom .social-icons a .fab {
  font-size: 2rem;
  line-height: 3rem;
}
/* ===============================================
   HOMEPAGE
   =============================================== */
body.homepage #middle > .sizer {
  max-width: none;
  padding: 0;
}
body.homepage .hero {
  padding: 2rem 0 0;
  background-color: #ebf1f4;
  box-shadow: -1px 10px 6px -3px rgba(187, 187, 187, 0.4) inset;
}
body.homepage .hero .sizer {
  max-width: 1400px;
  padding: 0;
}
body.homepage .hero .img {
  margin: 0;
}
body.homepage .hero img {
  display: block;
}
body.homepage .support {
  padding: 2rem 0;
  background-color: #feffe6;
}
body.homepage .support h2 {
  font-size: 2.5rem;
}
body.homepage .support p {
  font-size: 1.5rem;
  font-weight: bold;
}
body.homepage .support .buttons {
  display: flex;
  gap: 1rem;
}
body.homepage .support a.button {
  border-color: #2f4fb4;
  background-color: #2f4fb4;
  color: #fff;
  font-weight: normal;
}
body.homepage .support .buttonize {
  margin-bottom: 0;
}
body.homepage .support.no-media {
  padding: 1rem 0;
}
body.homepage .support.no-media .card {
  max-width: 940px;
  margin: 0 auto;
}
body.homepage .support.no-media .card h2 {
  text-align: center;
}
body.homepage .support.no-media .card .buttons {
  justify-content: center;
}
body.homepage .prog-heading {
  padding: 2rem 0;
  text-align: center;
}
body.homepage .prog-heading h2 {
  margin-bottom: 0;
  font-size: 3rem;
}
body.homepage .prog-heading h2 span {
  color: #2f4fb4;
}
body.homepage .program > .sizer {
  max-width: 1920px;
  padding: 0;
}
body.homepage .program .card .card-content-inner {
  padding: 1rem 2rem;
}
body.homepage .program .card h2 {
  font-size: 2.25rem;
}
@media screen and (min-width: 1024px) {
  body.homepage .program .card .card-content-inner {
    max-width: 570px;
  }
  body.homepage .program .card.reversed-up .card-content-inner {
    margin-left: auto;
  }
}
body.homepage .highlights {
  padding: 2rem 0;
  background-color: #ebf1f4;
}
body.homepage .highlights h3 {
  color: #ff8d07;
}
body.homepage .highlights .leadin-card {
  background-color: #fff;
}
body.homepage .highlights .leadin-card .card-media {
  margin-bottom: 0;
}
body.homepage .highlights .leadin-card .card-content {
  padding: 1rem 3rem;
}
body.homepage .highlights .leadin-card h3.title {
  text-transform: none;
  color: #242e42;
  font-size: 1.5rem;
}
body.homepage .highlights .listed-item {
  text-align: right;
  text-transform: uppercase;
}
body.homepage .board-msg {
  padding: 2rem 0;
  background-color: #feffe6;
}
body.homepage .board-msg h2 {
  font-size: 2.5rem;
}
body.homepage .board-msg p {
  font-size: 1rem;
  font-weight: bold;
}
body.homepage .board-msg a.button {
  border-color: #2f4fb4;
  background-color: #2f4fb4;
  color: #fff;
}
body.homepage .sponsors {
  padding: 2rem 0;
}
body.homepage .sponsors h2 {
  font-size: 2.25rem;
  text-align: center;
  margin-bottom: 3rem;
}
body.homepage .sponsors h3 {
  font-size: 1.5rem;
  text-align: center;
  color: #2f4fb4;
}
body.homepage .sponsors img {
  max-width: 250px;
}
body.homepage .sponsors .auto-block-grid > div {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
body.homepage .sponsors .gold-sponsors,
body.homepage .sponsors .silver-sponsors {
  margin-bottom: 3rem;
}
