/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local(''), url('/assets/webfonts/poppins-v20-latin-regular.woff2') format('woff2'), url('/assets/webfonts/poppins-v20-latin-regular.woff') format('woff');
}
/* poppins-700 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: local(''), url('/assets/webfonts/poppins-v20-latin-700.woff2') format('woff2'), url('/assets/webfonts/poppins-v20-latin-700.woff') format('woff');
}
/* poppins-900 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  src: local(''), url('/assets/webfonts/poppins-v20-latin-900.woff2') format('woff2'), url('/assets/webfonts/poppins-v20-latin-900.woff') format('woff');
}
/* ===============================================
   GLOBAL ELEMENTS
   =============================================== */
div.preview-notice-v2 {
  display: none;
}
body.is-preview div.preview-notice-v2 {
  display: flex;
}
body:after {
  display: none;
}
:root {
  accent-color: auto;
}
html {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #451f0c;
  background-color: #fbfbfb;
}
input,
textarea,
select,
button {
  font-size: inherit;
  font-family: inherit;
}
h1,
h2,
h3 {
  color: #451f0c;
  font-family: 'Poppins', sans-serif;
}
h4,
h5,
h6 {
  color: #451f0c;
  font-family: 'Poppins', sans-serif;
}
h1 {
  font-size: 3.5rem;
}
a {
  color: #f94615;
}
body:not(.homepage) #content h1 > a,
body:not(.homepage) #content h2 > a,
body:not(.homepage) #content h3 > a,
body:not(.homepage) #content h4 > a,
body:not(.homepage) #content h5 > a,
body:not(.homepage) #content h6 > a {
  color: #f94615;
}
span.req {
  color: #f94615;
}
/* ===============================================
   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 #f94615;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  background: #f94615;
  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 {
  color: #fff;
  background-color: #f94615;
  border-color: #f94615;
  text-transform: uppercase;
}
button.white,
a.button.white {
  color: #f94615;
  background-color: #fff;
  border-color: #fff;
}
button.white-tp,
a.button.white-tp {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  border-width: 2px;
}
.primary-form .button-wrapper button[type="submit"]:not(.secondary) {
  font-size: 1.5rem;
  padding: 1rem 2rem;
}
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: #451f0c;
  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: #f94615;
  color: #fff;
}
body.layout-show-button-amounts form#contribution-form .amounts .simple-amount-other {
  background-color: #451f0c;
  color: #fff;
}
body.layout-show-button-amounts form#contribution-form .amounts .simple-amount-other.checked {
  background-color: #f94615;
  color: #fff;
}
/* ===============================================
   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: calc(1360px + (20px * 2));
  padding: 0 20px;
  margin: 0 auto;
}
.story-content:after {
  content: "";
  display: table;
  clear: both;
}
#alert-bar {
  background-color: #30807b;
  color: #fff;
}
#alert-bar .container {
  padding: 10px 0;
}
#alert-bar a {
  color: #fff !important;
}
@media screen and (max-width: 639px) {
  #alert-bar {
    padding: 0;
  }
  #alert-bar .container div.alert-text p {
    font-size: 1rem;
  }
}
#top {
  padding: 1rem 0;
  background-color: #f94615;
  color: #fff;
}
#top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top .logo img {
  display: block;
}
#menu-toggle {
  text-align: right;
  font-size: 2rem;
}
#menu-toggle a {
  color: #fff;
  text-decoration: none;
}
#menu-toggle button {
  color: #fff;
  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;
  }
  #topnav .sizer > ul > li {
    margin: 0 0 0 2rem;
    display: block;
    flex-grow: 1;
    position: relative;
    transition: background 0.2s;
  }
  #topnav .sizer > ul > li > a {
    padding: 0;
    display: block;
    color: #fff;
    line-height: 3rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
  }
  #topnav .sizer > ul > li.donate > a {
    padding: 0 1rem;
    background-color: #fff;
    color: #f94615;
  }
  #topnav .sizer .level2 {
    position: absolute;
    top: 3rem;
    left: -9999px;
    display: none;
    z-index: 99999;
  }
  #topnav .sizer .level2 ul {
    background: #451f0c;
  }
  #topnav .sizer .level2 ul li a {
    width: 250px;
    color: #fff;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
  }
  #topnav .sizer .level2 ul li a:hover {
    background: #f94615;
  }
  #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 {
    width: 100%;
    overflow: hidden;
  }
  #topnav > .sizer > ul:not(.active) {
    height: 0;
  }
  #topnav > .sizer > ul > li {
    margin: 0;
    width: 100%;
    height: auto;
    display: block;
    border-top: 1px solid #fff;
  }
  #topnav > .sizer > ul > li:first-child {
    margin-top: 1rem;
  }
  #topnav > .sizer > ul > li:last-child {
    padding-bottom: 0.5rem;
  }
  #topnav > .sizer > ul > li.has-subnav {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  #topnav > .sizer > ul > li.has-subnav > a {
    flex-grow: 1;
  }
  #topnav > .sizer > ul > li > a {
    display: block;
    color: #fff;
    text-align: left;
    height: auto;
    line-height: 1;
    padding: 0.5rem;
    text-decoration: none;
  }
  #topnav > .sizer > ul > li > a i {
    display: none;
  }
  #topnav > .sizer > ul > li > div.subnav {
    padding: 0 0.5rem;
    color: #fff;
  }
  #topnav > .sizer > ul > li > div.subnav i {
    font-size: 1rem;
  }
  #topnav > .sizer .level2 {
    display: none;
    width: 100%;
  }
  #topnav > .sizer .level2 > ul > li > a {
    line-height: 1;
    display: block;
    padding: 0.5rem 0.5rem 0.5rem 2rem;
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: none;
    text-decoration: none;
  }
  #topnav > .sizer .level3 {
    display: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  #topnav .sizer > ul {
    display: flex;
  }
  #topnav .sizer > ul > li {
    margin: 0 0 0 1rem;
  }
}
#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;
  }
}
#signup {
  padding: 0 0 2rem;
  background-color: #f94615;
  color: #fff;
}
#signup > .sizer {
  max-width: 1920px;
  padding: 0;
}
#signup .header-img {
  margin-bottom: 1.5rem;
}
#signup .blurb {
  text-align: center;
}
#signup .full-width-form .form-inner .fw-form-item {
  flex-grow: 1;
  padding-right: 1rem;
}
#signup .full-width-form .form-inner .fw-form-item input {
  width: 100%;
  height: 3rem;
  border-color: #fff;
}
#signup .full-width-form .form-inner .fw-form-item button {
  width: 100%;
  height: 3rem;
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  #signup .like-sizer {
    width: 80%;
  }
}
#bottom {
  padding: 3rem 0;
  text-align: center;
}
#bottom .logo {
  margin-bottom: 1.5rem;
}
#bottom .social-icons {
  margin-bottom: 1.5rem;
}
#bottom .social-icons ul {
  justify-content: center;
}
#bottom .social-icons ul a {
  height: 3rem;
  width: 3rem;
  background-color: #451f0c;
  color: #fff;
  border-radius: 10rem;
}
#bottom .social-icons ul a .fab {
  font-size: 1.5rem;
  line-height: 3rem;
}
#bottom nav {
  margin-bottom: 1.5rem;
}
#bottom nav ul {
  display: flex;
  justify-content: center;
}
#bottom nav ul li {
  margin: 0;
}
#bottom nav ul li a {
  padding: 0 1rem;
  text-transform: uppercase;
  color: #451f0c;
  font-weight: bold;
  text-decoration: none;
}
#bottom nav ul .level2,
#bottom nav ul .level3 {
  display: none;
}
#bottom .contact,
#bottom .misc-1,
#bottom .misc-2 {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1023px) {
  #bottom nav ul {
    flex-direction: column;
  }
  #bottom nav ul li {
    margin-bottom: 0.5rem;
  }
}
/* ===============================================
   HOMEPAGE
   =============================================== */
body.homepage #middle > .sizer {
  max-width: none;
  padding: 0;
}
body.homepage .hero {
  padding-top: 4rem;
  background: #42200f url(/images/hp_hero_bg.jpg) center center;
  background-size: cover;
}
body.homepage .hero .sizer {
  max-width: 1800px;
}
body.homepage .hero .container {
  display: flex;
}
body.homepage .hero .img {
  margin: 0 0 0 auto;
}
body.homepage .hero .img img {
  display: block;
}
@media screen and (max-width: 639px) {
  body.homepage .hero {
    padding-top: 2rem;
  }
}
body.homepage .join {
  padding: 2rem 0;
  background-color: #f94615;
  color: #fff;
}
body.homepage .join h2 {
  color: #fff;
  text-align: center;
}
body.homepage .join .full-width-form .form-inner .fw-form-item {
  flex-grow: 1;
  padding-right: 1rem;
}
body.homepage .join .full-width-form .form-inner .fw-form-item input {
  width: 100%;
  height: 3rem;
  border-color: #fff;
}
body.homepage .join .full-width-form .form-inner .fw-form-item button {
  width: 100%;
  height: 3rem;
}
body.homepage .sign-up {
  padding: 2rem 0;
  background: #ebcd4e url(/images/yellow_speckled_bg.jpg) top left repeat;
}
body.homepage .sign-up > .sizer {
  max-width: 1160px;
}
body.homepage .sign-up h2 {
  font-weight: 900;
  margin-bottom: 0.5rem;
}
body.homepage .sign-up input,
body.homepage .sign-up button {
  height: 3rem;
}
body.homepage .challenge {
  padding: 2rem 0;
  background: #ebcd4e url(/images/yellow_speckled_bg.jpg) top left repeat;
}
body.homepage .challenge .container {
  padding: 0 20px;
  background-image: url(/images/challenge_bg_top.jpg), url(/images/challenge_bg_btm.jpg);
  background-position: top left, bottom left;
  background-repeat: no-repeat, no-repeat;
}
body.homepage .challenge .grid-block-grid {
  gap: 1rem 3rem;
}
body.homepage .challenge .woman .img {
  margin-bottom: 0;
}
body.homepage .challenge .woman .img img {
  display: block;
}
body.homepage .challenge .info {
  color: #fff;
}
body.homepage .challenge .info h2 {
  font-weight: 900;
  color: #fff;
}
body.homepage .challenge .info .img {
  margin-bottom: 0;
}
body.homepage .challenge .info a {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  body.homepage .challenge .container {
    padding-bottom: 0;
    background: url(/images/challenge_bg_top.jpg) top left no-repeat, url(/images/orange_speckled_bg.jpg) top left;
  }
  body.homepage .challenge .grid-block-grid {
    align-items: flex-end !important;
  }
  body.homepage .challenge .info {
    padding: 0 0 2rem;
    align-self: center;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  body.homepage .challenge {
    padding: 2rem 0;
  }
  body.homepage .challenge .container {
    padding-bottom: 2rem;
    background: url(/images/orange_speckled_bg.jpg) top left;
  }
  body.homepage .challenge .woman .img {
    border-bottom: 0.5rem solid #ebcd4e;
  }
}
@media screen and (max-width: 639px) {
  body.homepage .challenge {
    padding-bottom: 2rem;
  }
  body.homepage .challenge .container {
    padding-bottom: 2rem;
    background: url(/images/challenge_bg_top.jpg) top left no-repeat, url(/images/orange_speckled_bg.jpg) top left;
  }
  body.homepage .challenge .woman .img {
    border-bottom: 0.5rem solid #ebcd4e;
  }
}
body.homepage .topics {
  background: #ebcd4e url(/images/yellow_speckled_bg.jpg) top left repeat;
}
body.homepage .topics > .sizer {
  max-width: 1920px;
  padding: 0;
}
body.homepage .topics .card-content-inner {
  padding: 0 1rem;
}
body.homepage .topics h3.title {
  font-size: 1.75rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
}
body.homepage .topics h3.title a {
  text-underline-offset: 3px;
}
@media screen and (max-width: 1279px) {
  body.homepage .topics h3.title {
    font-size: 1.5rem;
  }
}
body.homepage .save-date {
  padding: 3rem 0;
  background-color: #f94615;
  background-image: url(/images/hp_savedate_w.jpg), url(/images/orange_speckled_bg.jpg);
  background-position: top right, top left;
  background-repeat: no-repeat, repeat;
  background-size: 55%, auto;
  color: #fff;
}
body.homepage .save-date .container {
  max-width: 800px;
}
body.homepage .save-date .img {
  margin-bottom: 0.5rem;
}
body.homepage .save-date h2 {
  color: #fff;
  font-size: 8rem;
  font-weight: 900;
}
body.homepage .save-date .appeal {
  font-weight: bold;
  font-size: 1.4em;
}
@media screen and (max-width: 639px) {
  body.homepage .save-date {
    background-size: 100% auto;
  }
  body.homepage .save-date h2 {
    font-size: 4rem;
  }
}
body.homepage .speakers {
  padding: 2rem 0;
  background: #f94615 url(/images/orange_speckled_bg.jpg) top left repeat;
  color: #fff;
}
body.homepage .speakers h2 {
  color: #fff;
}
body.homepage .speakers .grid-block-grid {
  gap: 1rem 5%;
}
body.homepage .speakers .leadin-card {
  max-width: 290px;
}
body.homepage .speakers .leadin-card .card-content-inner {
  text-align: center;
}
body.homepage .speakers .leadin-card h3.title {
  color: #fff;
}
