/* ===============================================
   GLOBAL ELEMENTS
   =============================================== */
html,
body {
  width: 100%;
}
div.preview-notice {
  display: none;
}
body:after {
  display: none;
}
html {
  font-family: 'Maven Pro', sans-serif;
  font-size: 16px;
  color: #333;
}
input,
textarea,
select,
button {
  font-size: inherit;
  font-family: inherit;
}
h1,
h2,
h3 {
  color: #f06f60;
  font-family: 'Oswald', sans-serif;
}
h1 {
  font-size: 40px;
}
h4,
h5,
h6 {
  color: #000;
  font-family: 'Oswald', sans-serif;
}
a {
  color: #f06f60;
  font-weight: bold;
}
a.button,
button {
  background: #f06f60;
  color: #fff;
  border-radius: 0;
  background-clip: padding-box;
  border: 2px solid #f89d93;
  font-family: 'Oswald', sans-serif;
}
a.button.blue,
button.blue {
  background: #19375b;
}
.formrow.submit button,
.form-item.submit button {
  margin-bottom: 0.75rem;
  margin-right: 1rem;
  padding: 15px 30px;
  font-size: 1.25rem;
}
.blue-box {
  padding: 20px;
  margin-bottom: 1.5rem;
  background: #19375b;
  color: #fff;
}
.blue-box h1,
.blue-box h2,
.blue-box h3,
.blue-box h4 {
  color: #fff;
}
.blue-box > :last-child {
  margin-bottom: 0;
}
.uline {
  text-decoration: underline;
}
.rtl {
  direction: rtl;
}
/* ===============================================
   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: 5px 10px;
  border: 2px solid #f89d93;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  background: #f06f60;
  border-radius: 0;
  background-clip: padding-box;
  box-shadow: none;
}
.atc-style-blue .atcb-item,
.atc-style-blue .atcb-item-link {
  margin: 0;
}
/***** TOOPTIPSY *****/
.tooltipsy:empty {
  display: none !important;
}
.tooltipsy {
  padding: 5px 10px;
  max-width: 300px;
  color: #fff;
  background-color: #19375b;
}
.flex-two-cols {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
body.no-flexbox-forms #address2 {
  margin-left: 120px;
}
body.flexbox-forms textarea.wide {
  max-width: none;
}
body.flexbox-forms-v2 .form-item.checkbox.guest-register-checkbox > label {
  font-weight: bold;
  font-size: 1.2rem;
}
/* ===============================================
   MAIN STRUCTURE
   =============================================== */
/***** TOP ALERT *****/
#top-alert {
  background: #159bbc;
  color: #fff;
  font-size: 18px;
}
#top-alert .sizer {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
#top-alert .sizer div.alert-text {
  padding-left: 20px;
  background: left center no-repeat;
  vertical-align: middle;
  flex-grow: 1;
}
#top-alert .sizer div.alert-text p {
  margin: 0;
}
#top-alert .sizer div.alert-text p a {
  color: #fff;
  text-decoration: underline;
}
#top-alert .sizer div.close {
  flex-shrink: 1;
  justify-content: center;
  margin: 0 0 0 5%;
  white-space: nowrap;
}
#top-alert .sizer div.close a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
#top-alert .sizer div.close a i {
  color: #159bbc;
  background-color: #fff;
  display: inline-block;
  border-radius: 100px;
  background-clip: padding-box;
  font-size: 14px;
  line-height: 20px;
  width: 20px;
  text-align: center;
}
#top-alert .sizer div.close span {
  text-transform: uppercase;
  font-size: 0.8em;
}
@media screen and (max-width: 639px) {
  #top-alert {
    padding: 0 10px;
    font-size: 14px;
  }
}
/***** TOP *****/
#top {
  background-color: #19375b;
}
#top .signup h4 {
  font-size: 24px;
  margin-bottom: 0.25rem;
  color: #a7c3e6;
  font-weight: normal;
}
#top .signup input {
  border-radius: 0;
  background-clip: padding-box;
  box-shadow: none;
  height: 35px;
  border: 0;
}
#top .signup input[name="email"] {
  width: 230px;
}
#top .signup input[name="zip"] {
  width: 130px;
  margin-right: 10px;
}
#top .signup button {
  width: 90px;
  height: 35px;
  text-transform: uppercase;
}
#top .misc a {
  font-weight: normal;
}
@media screen and (min-width: 640px) {
  body.layout-no-top-tools #top .logo {
    float: none;
    width: 377px;
    margin-left: auto;
    margin-right: auto;
  }
  #top {
    padding: 35px 0 25px;
  }
  #top:after {
    content: "";
    display: table;
    clear: both;
  }
  #top .sizer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #top .user-login {
    text-align: center;
    font-size: 16px;
  }
  #top .user-login ul {
    margin: 0;
    list-style: none;
    list-style-image: none;
    color: #a7c3e6;
  }
  #top .user-login ul li {
    display: inline-block;
    margin: 0 1rem 0 0;
  }
  #top .user-login ul li:last-child {
    margin-right: 0;
  }
  #top .user-login ul a {
    color: #a7c3e6;
    text-decoration: underline;
    font-weight: normal;
  }
  #top .desktop-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #top .desktop-wrapper .signup {
    padding-right: 40px;
    border-right: 1px solid #a7c3e6;
  }
  #top .desktop-wrapper .misc {
    padding-left: 40px;
  }
  #top .desktop-wrapper .misc .events {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    font-size: 16px;
  }
  #top .desktop-wrapper .misc .events a {
    color: #a7c3e6;
    text-decoration: underline;
    text-align: center;
  }
  #top .desktop-wrapper .misc .donate-btn {
    margin-bottom: 0.5rem;
    position: relative;
  }
  #top .desktop-wrapper .misc .donate-btn a.button {
    padding: 15px 35px;
    text-transform: uppercase;
    font-size: 28px !important;
  }
  #top .desktop-wrapper .misc .donate-btn .dropdown {
    width: 100%;
    position: absolute;
    left: 0;
    top: 64px;
    z-index: 9999;
    background: #f06f60;
    border: 1px solid #f89d93;
  }
  #top .desktop-wrapper .misc .donate-btn .dropdown ul {
    margin: 0;
  }
  #top .desktop-wrapper .misc .donate-btn .dropdown ul li {
    margin: 0;
    border-bottom: 1px solid #f89d93;
  }
  #top .desktop-wrapper .misc .donate-btn .dropdown ul li:last-child {
    border: 0;
  }
  #top .desktop-wrapper .misc .donate-btn .dropdown ul li a {
    padding: 5px 10px;
    display: block;
    color: #fff;
    text-decoration: none;
  }
}
@media screen and (max-width: 639px) {
  #top {
    padding: 10px;
  }
  #top .mobile-wrapper {
    display: table;
    width: 100%;
  }
  #top .mobile-wrapper .logo {
    display: table-cell;
    width: 80%;
    vertical-align: middle;
  }
  #top .mobile-wrapper #menu-toggle {
    display: table-cell;
    width: 20%;
    vertical-align: middle;
    text-align: right;
    font-size: 24px;
  }
  #top .mobile-wrapper #menu-toggle a {
    color: #fff;
  }
}
/***** TOP NAV *****/
#topnav {
  font-family: 'Oswald', sans-serif;
}
@media screen and (min-width: 640px) {
  #topnav {
    height: 60px;
    background: #f06f60;
  }
  #topnav > .sizer > ul {
    display: flex;
  }
  #topnav > .sizer > ul > li {
    flex: 1 1 auto;
    text-align: center;
    background-image: url(/images/topnav_divider.png);
    background-position: right center;
    background-repeat: no-repeat;
    position: relative;
  }
  #topnav > .sizer > ul > li > a {
    color: #fff;
    font-size: 22px;
    line-height: 60px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    font-weight: normal;
  }
  #topnav > .sizer > ul > li:last-of-type {
    background-image: none;
  }
  #topnav > .sizer > ul > li:nth-last-of-type(2) {
    background-image: none;
  }
  #topnav > .sizer > ul > li:hover {
    background-color: #d35345;
    background-image: none;
  }
  #topnav > .sizer .level2 {
    width: 100%;
    min-width: 200px;
    position: absolute;
    top: 60px;
    left: -9999px;
    display: none;
    z-index: 99999;
  }
  #topnav > .sizer .level2 > ul {
    background: #19375b;
  }
  #topnav > .sizer .level2 > ul > li {
    line-height: 1.2;
    text-align: left;
  }
  #topnav > .sizer .level2 > ul > li > a {
    color: #fff;
    display: block;
    padding: 10px;
    text-decoration: none;
    text-transform: none;
    font-weight: normal;
  }
  #topnav > .sizer .level2 > ul > li > a:hover {
    background: #f06f60;
    color: #fff;
  }
  #topnav > .sizer > ul > li:hover .level2 {
    left: 0;
    display: block;
  }
  #topnav > .sizer ul ul ul {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  #topnav > .sizer > ul {
    display: none;
    float: none;
    width: 100%;
  }
  #topnav > .sizer > ul:after {
    content: "";
    display: table;
    clear: both;
  }
  #topnav > .sizer > ul > li {
    float: none;
    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: #f06f60;
    text-align: left;
    height: auto;
    line-height: 1;
    font-size: 16px;
    font-weight: bold;
    border-radius: 0;
    background-clip: padding-box;
    padding: 10px;
  }
  #topnav > .sizer > ul > li > a i {
    display: none;
  }
  #topnav > .sizer > ul > li > a i.fa-search {
    display: inline-block;
  }
  #topnav > .sizer > ul > li > div.subnav {
    float: right;
    padding: 6px 10px;
    color: #fff;
    width: auto;
    background: none;
  }
  #topnav > .sizer > ul > li > div.subnav i {
    font-size: 16px;
  }
  #topnav > .sizer .level2 {
    display: none;
  }
  #topnav > .sizer .level2 > ul > li > a {
    display: block;
    line-height: 1;
    padding: 8px 10px 8px 25px;
    color: #fff;
    background: #808080;
    border-top: 1px solid #fff;
    border-bottom: none;
    text-decoration: none;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  }
  #topnav > .sizer ul ul ul {
    display: none;
  }
}
/***** SEARCH ******/
#search {
  position: relative;
  z-index: 10;
  background: #f06f60;
  padding: 10px 0;
}
#search.reveal {
  display: block;
}
#search .sizer {
  padding: 0 100px;
}
#search form {
  display: flex;
  align-items: center;
}
#search form span {
  margin-right: 20px;
  flex: 0 0 auto;
  color: #fff;
}
#search form input[name="keywords"] {
  height: 40px;
  width: auto;
  flex: 1 0 auto;
  margin-right: 20px;
  max-width: none;
}
#search form button {
  height: 40px;
  flex: 0 1 auto;
  background-color: #19375b;
}
@media screen and (max-width: 639px) {
  #search .sizer {
    padding: 10px;
  }
  #search span {
    display: none;
  }
}
/***** MIDDLE *****/
#middle:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 640px) {
  .is-form #middle {
    padding: 25px 0;
  }
  .is-form #middle #content {
    padding: 0;
  }
  .is-home #middle #content {
    padding: 0;
  }
  .is-story #middle,
  .is-form.journal-form #middle {
    padding: 25px 0;
  }
  .is-story #middle .container,
  .is-form.journal-form #middle .container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .is-story #middle #content,
  .is-form.journal-form #middle #content {
    width: 67%;
  }
  .is-story #middle #sidebar,
  .is-form.journal-form #middle #sidebar {
    width: 30%;
  }
  .layout-no-sidebar #middle #content,
  .is-story.layout-no-sidebar #middle #content {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 639px) {
  #middle {
    padding: 10px;
  }
  #middle #content {
    width: auto;
    margin: 0 0 2rem;
  }
  #middle #sidebar {
    width: 100%;
  }
}
/***** BREADCRUMBS *****/
.bc-wrapper {
  font-size: 18px;
  font-weight: bold;
  color: #f06f60;
}
/***** PAGE TOOLS *****/
.pt-wrapper {
  font-size: 18px;
  font-weight: bold;
  color: #f06f60;
}
.pt-wrapper ul.pt-list li {
  padding: 5px 10px;
  height: auto;
  border-radius: 3px;
  background-clip: padding-box;
}
.pt-wrapper ul.pt-list li a {
  color: #fff;
  font-size: 16px;
}
.pt-wrapper ul.pt-list li a .fa {
  color: #fff !important;
  font-size: 100% !important;
}
.pt-wrapper ul.pt-list li.email {
  background: #19375b;
  color: #fff;
  padding: 5px 10px;
}
.pt-wrapper ul.pt-list li.print {
  background: #19375b;
  color: #fff;
  padding: 5px 10px;
}
.pt-wrapper ul.pt-list li.fb-share {
  background: #3b5998;
  color: #fff;
}
.pt-wrapper ul.pt-list li.tw-share {
  background: #00aced;
  color: #fff;
}
/***** SIDEBAR *****/
#sidebar,
body.cp-home .sidebar {
  background: #f7f7f7;
}
#sidebar .box h2,
body.cp-home .sidebar .box h2 {
  font-size: 30px;
  margin: 0;
  line-height: 1;
  padding: 25px;
  border-bottom: 2px solid #d9d9d9;
}
#sidebar .box .list-box,
body.cp-home .sidebar .box .list-box,
#sidebar .box .eb-loader,
body.cp-home .sidebar .box .eb-loader,
#sidebar .box .padded,
body.cp-home .sidebar .box .padded {
  padding: 25px 25px 0;
  margin: 0;
}
#sidebar .box .list-box .listed-item h3.title,
body.cp-home .sidebar .box .list-box .listed-item h3.title,
#sidebar .box .eb-loader .listed-item h3.title,
body.cp-home .sidebar .box .eb-loader .listed-item h3.title,
#sidebar .box .padded .listed-item h3.title,
body.cp-home .sidebar .box .padded .listed-item h3.title {
  font-size: 18px;
  color: #19375b;
}
#sidebar .ads .listed-item,
body.cp-home .sidebar .ads .listed-item {
  padding: 0 25px;
}
/***** GLOBAL STORIES *****/
@media screen and (min-width: 640px) {
  #global-stories .listed-item .display-wrapper {
    flex-direction: column;
  }
  #global-stories .listed-item .display-wrapper .img {
    max-width: none;
    margin: 0 0 0.25rem;
  }
}
@media screen and (max-width: 639px) {
  #global-stories {
    padding: 10px;
  }
}
/***** SIGNUP *****/
#signup {
  background-color: #19375b;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
#signup h4 {
  color: #fff;
  font-size: 50px;
  margin-bottom: 0;
}
@media screen and (min-width: 640px) {
  #signup {
    padding: 60px 0 40px;
    margin-top: 40px;
    position: relative;
  }
  #signup .bg-image {
    height: 86px;
    width: 100%;
    background: url(/images/logo_signup.png) no-repeat center top;
    position: absolute;
    left: 0;
    top: -43px;
  }
  #signup form input {
    height: 50px;
    width: 350px;
  }
  #signup form button {
    height: 50px;
    line-height: 46px;
    padding: 0 30px;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 639px) {
  #signup {
    padding: 10px 20px;
  }
  #signup form input,
  #signup form button {
    width: 100%;
    margin-bottom: 5px;
  }
  #signup form button {
    height: auto;
    max-width: 300px;
  }
}
/***** BOTTOM *****/
#bottom .logo img {
  margin-bottom: 0.5rem;
}
#bottom .donate {
  margin-bottom: 1.5rem;
}
#bottom .donate a.button {
  text-transform: uppercase;
  font-size: 28px;
}
#bottom .social {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}
#bottom .social a {
  font-size: 3rem;
  color: #19375b;
}
#bottom .security {
  display: flex;
  justify-content: center;
  align-items: center;
}
#bottom .security img {
  margin: 0 10px;
}
#bottom .contact h4 {
  font-size: 22px;
  color: #f06f60;
}
#bottom .contact .fa {
  padding-right: 0.5rem;
}
#bottom .links {
  padding-top: 1rem;
  border-top: 1px solid #d9d9d9;
  margin-bottom: 3rem;
}
#bottom .links li {
  margin-bottom: 0.5rem;
}
#bottom .links li a {
  color: #19375b;
  font-weight: normal;
}
#bottom .nav-list {
  color: #19375b;
  margin-bottom: 0.5rem;
}
#bottom .nav-list a {
  color: #19375b;
  font-weight: normal;
}
@media screen and (min-width: 640px) {
  #bottom {
    padding: 20px 0;
  }
  #bottom .column-1 {
    width: 66%;
    margin-right: 8%;
  }
  #bottom .column-2 {
    width: 26%;
  }
}
@media screen and (max-width: 639px) {
  #bottom {
    padding: 10px;
  }
}
/* ===============================================
   HOMEPAGE
   =============================================== */
body.is-home .subfeatures {
  background: #f7f7f7;
  padding: 30px 0;
}
body.is-home .subfeatures .listed-item h3.title {
  font-size: 28px;
  color: #19375b;
}
body.is-home .subfeatures .listed-item .readmore a {
  color: #19375b;
  font-weight: bold;
}
body.is-home .subfeatures .listed-item .readmore a i {
  color: #f06f60;
}
body.is-home .subfeatures .info .logo img {
  margin-bottom: 0.5rem;
}
body.is-home .subfeatures .info .rsvp,
body.is-home .subfeatures .info .donate {
  margin-bottom: 1rem;
}
body.is-home .subfeatures .info .rsvp a.button,
body.is-home .subfeatures .info .donate a.button {
  padding: 10px;
}
body.is-home .subfeatures .info .social {
  display: flex;
  justify-content: space-between;
}
body.is-home .subfeatures .info .social a {
  font-size: 1.5rem;
}
body.is-home .dollars {
  background-color: #f7f7f7;
}
body.is-home .dollars .intro {
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
}
body.is-home .dollars .intro h2 {
  font-size: 40px;
  color: #19375b;
}
@media screen and (min-width: 640px) {
  body.is-home #middle > .sizer {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  body.is-home .slideshow .listed-item {
    display: block;
    height: 450px;
    position: relative;
    margin: 0;
    background-size: cover;
    background-position: center;
  }
  body.is-home .slideshow .listed-item .overlay {
    height: 450px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  }
  body.is-home .slideshow .listed-item .wrap {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 50px;
  }
  body.is-home .slideshow .listed-item .wrap .inner {
    max-width: 960px;
    margin: 0 auto;
  }
  body.is-home .slideshow .listed-item .txt {
    width: 100%;
  }
  body.is-home .slideshow .listed-item h3.title {
    margin-bottom: 0.5rem;
    color: #fff;
    font-size: 40px;
    text-align: center;
    text-shadow: 0 0 2px rgba(66, 66, 66, 0.4);
  }
  body.is-home .slideshow .listed-item h3.title a {
    text-decoration: none;
  }
  body.is-home .slideshow .listed-item .teaser {
    margin-bottom: 0.5rem;
    color: #fff;
    font-size: 20px;
    text-align: center;
    text-shadow: 0 0 1px rgba(33, 33, 33, 0.8);
  }
  body.is-home .slideshow .listed-item .readmore {
    text-align: center;
  }
  body.is-home .slideshow .listed-item.blue h3.title,
  body.is-home .slideshow .listed-item.blue .teaser {
    color: #19375b;
  }
  body.is-home .slideshow .listed-item.blue h3.title span,
  body.is-home .slideshow .listed-item.blue .teaser span {
    color: #f06f60;
  }
  body.is-home .slideshow .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 10px;
  }
  body.is-home .slideshow .owl-dots .owl-dot span {
    height: 14px;
    width: 14px;
    background: rgba(255, 255, 255, 0.7);
  }
  body.is-home .slideshow .owl-dots .owl-dot.active span {
    background: #fff;
  }
  body.is-home .slideshow .owl-nav {
    position: absolute;
    width: 100%;
    top: 48%;
    left: 0;
    margin: 0;
  }
  body.is-home .slideshow .owl-nav .owl-next {
    position: absolute;
    right: -100px;
    font-size: 3rem;
    padding: 20px 10px;
    color: #fff;
    background: none;
    border-radius: 0;
  }
  body.is-home .slideshow .owl-nav .owl-prev {
    position: absolute;
    left: -100px;
    font-size: 3rem;
    padding: 20px 10px;
    color: #fff;
    background: none;
    border-radius: 0;
  }
  body.is-home .slideshow:hover .owl-nav .owl-next {
    right: 20px;
  }
  body.is-home .slideshow:hover .owl-nav .owl-prev {
    left: 20px;
  }
  .subfeatures .info .wrapper {
    width: 176px;
  }
  .subfeatures .info .donate {
    display: none;
  }
  .global-stories {
    padding: 40px 0;
  }
  .text-scroll {
    width: 960px;
    padding: 50px 0;
    height: 550px;
    margin: 0 auto;
    background-color: #f7f7f7;
    margin-bottom: 2rem;
  }
  .text-scroll .scroll-wrapper {
    padding: 0 50px;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .text-scroll .scroll-content {
    width: 860px;
    height: 450px;
    font-size: 28px;
    position: absolute;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-animation: scroll-up 30s linear infinite;
    animation: scroll-up 30s linear infinite;
  }
  .vid {
    padding: 0 150px !important;
  }
  .dollars {
    padding: 30px 0;
    margin-bottom: 2rem;
  }
  .dollars .intro {
    max-width: 1180px;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (max-width: 639px) {
  body.is-home #middle {
    padding: 0;
  }
  body.is-home #middle > .sizer .sizer {
    padding: 10px;
  }
  body.is-home .slideshow .listed-item {
    display: block;
    height: 350px;
    position: relative;
    margin: 0;
    background-size: cover;
    background-position: center;
  }
  body.is-home .slideshow .listed-item .wrap {
    width: 100%;
    padding: 10px;
    position: absolute;
    left: 0;
    bottom: 10px;
  }
  body.is-home .slideshow .listed-item .wrap .inner {
    width: 100%;
    margin: 0 auto;
  }
  body.is-home .slideshow .listed-item h3.title {
    margin-bottom: 0.5rem;
    color: #fff;
    font-size: 24px;
    text-align: center;
    text-shadow: 0 0 2px rgba(66, 66, 66, 0.4);
  }
  body.is-home .slideshow .listed-item h3.title a {
    text-decoration: none;
  }
  body.is-home .slideshow .listed-item .teaser {
    margin-bottom: 0.5rem;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-shadow: 0 0 1px rgba(33, 33, 33, 0.8);
  }
  body.is-home .slideshow .listed-item .readmore {
    text-align: center;
  }
  body.is-home .slideshow .listed-item.blue h3.title,
  body.is-home .slideshow .listed-item.blue .teaser {
    color: #19375b;
  }
  body.is-home .slideshow .listed-item.blue h3.title span,
  body.is-home .slideshow .listed-item.blue .teaser span {
    color: #f06f60;
  }
  body.is-home .slideshow .owl-dots {
    display: none;
  }
  body.is-home .slideshow .owl-nav {
    display: none;
  }
  body.is-home .subfeatures .info .logo {
    display: none;
  }
  body.is-home .dollars {
    padding: 10px 0;
  }
  body.is-home .dollars .intro {
    padding: 10px;
  }
}
/* ===============================================
   CATEGORY ARCHIVES
   =============================================== */
@media screen and (min-width: 640px) {
  body.category-archive .archive-list .listed-item .img {
    max-width: 150px;
  }
}
/* ===============================================
   EVENTS
   =============================================== */
.event-listing.screen-event-details .pt-wrapper {
  display: none;
}
.event-listing .tmpl-event-details .event-info-summary table th {
  color: #19375b;
  border-right: 1px solid #808080;
}
.event-listing .tmpl-event-details .buttons-wrapper {
  display: flex;
  margin-bottom: 1.5rem;
}
.event-listing .tmpl-event-details .buttons-wrapper > div {
  margin-right: 10px;
}
.event-listing .tmpl-event-details .buttons-wrapper > div.fb-share a {
  background: #3b5998;
  color: #fff;
}
.event-listing .tmpl-event-details .buttons-wrapper > div.tw-share a {
  background: #00aced;
  color: #fff;
}
.event-listing .tmpl-event-details .buttons-wrapper .button {
  padding: 5px 10px;
  border: 0;
  font-size: 16px;
  height: 30px;
  text-align: center;
  border-radius: 0;
  background-clip: padding-box;
  color: #fff;
}
.event-listing .tmpl-event-details .buttons-wrapper .register .button {
  padding: 0 10px;
  border: 0;
  font-size: 16px;
  height: 30px;
  text-align: center;
  border-radius: 0;
  background-clip: padding-box;
}
.event-listing .tmpl-event-details .column-2 .related h4 {
  font-size: 20px;
  color: #e0ebec;
  padding: 10px 25px;
  margin: 0;
  background-color: #19375b;
}
.event-listing .tmpl-event-details .column-2 .related .events-wrapper {
  padding: 25px;
  background-color: #f6faff;
}
.event-listing .tmpl-event-search .title-wrapper,
.event-listing .tmpl-event-calendar .title-wrapper,
.event-listing .tmpl-event-form .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.event-listing .tmpl-event-search form .categories,
.event-listing .tmpl-event-calendar form .categories,
.event-listing .tmpl-event-form form .categories {
  display: flex;
}
.event-listing .tmpl-event-search form .categories .label,
.event-listing .tmpl-event-calendar form .categories .label,
.event-listing .tmpl-event-form form .categories .label {
  flex: 0 0 33.333%;
  max-width: 200px;
  padding-right: 1rem;
  margin-bottom: 0;
}
.event-listing .tmpl-event-search form .categories .block-grid,
.event-listing .tmpl-event-calendar form .categories .block-grid,
.event-listing .tmpl-event-form form .categories .block-grid {
  flex: 0 0 66.667%;
  max-width: 66.667%;
  font-size: 1.1rem;
}
.event-listing .tmpl-event-search .search-results .event-item,
.event-listing .tmpl-event-calendar .search-results .event-item,
.event-listing .tmpl-event-form .search-results .event-item {
  display: flex;
  /*
                .dt {
                    margin-right: 30px;

                    span {
                        padding: 5px 20px;
                        display: block;
                        text-align: center;
                        font-weight: bold;
                        font-size: 20px;
                        color: @white;
                        background-color: @teal;
                    }
                }

                h3.title {
                    margin-bottom: @baseline/4;
                }
                .location,
                .date {
                    font-style: italic;
                }
*/
}
.event-listing .tmpl-event-search .search-results .event-item .dt,
.event-listing .tmpl-event-calendar .search-results .event-item .dt,
.event-listing .tmpl-event-form .search-results .event-item .dt {
  flex: 0 0 7%;
  max-width: 7%;
  margin-right: 3%;
}
.event-listing .tmpl-event-search .search-results .event-item .dt span,
.event-listing .tmpl-event-calendar .search-results .event-item .dt span,
.event-listing .tmpl-event-form .search-results .event-item .dt span {
  padding: 5px 20px;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  background-color: #19375b;
}
.event-listing .tmpl-event-search .search-results .event-item .info,
.event-listing .tmpl-event-calendar .search-results .event-item .info,
.event-listing .tmpl-event-form .search-results .event-item .info {
  flex: 0 0 75%;
  max-width: 75%;
  padding-right: 50px;
}
.event-listing .tmpl-event-search .search-results .event-item .info h3.title,
.event-listing .tmpl-event-calendar .search-results .event-item .info h3.title,
.event-listing .tmpl-event-form .search-results .event-item .info h3.title {
  margin-bottom: 6px;
}
.event-listing .tmpl-event-search .search-results .event-item .deets,
.event-listing .tmpl-event-calendar .search-results .event-item .deets,
.event-listing .tmpl-event-form .search-results .event-item .deets {
  flex: 0 0 15%;
  max-width: 15%;
  margin-top: 2rem;
}
.event-listing .tmpl-event-search .search-results .event-item .deets .tm,
.event-listing .tmpl-event-calendar .search-results .event-item .deets .tm,
.event-listing .tmpl-event-form .search-results .event-item .deets .tm {
  margin-bottom: 0.5rem;
}
.event-listing .tmpl-event-search .cal-next-prev,
.event-listing .tmpl-event-calendar .cal-next-prev,
.event-listing .tmpl-event-form .cal-next-prev {
  padding: 10px;
  background: #19375b;
  align-items: center;
}
.event-listing .tmpl-event-search .cal-next-prev h2,
.event-listing .tmpl-event-calendar .cal-next-prev h2,
.event-listing .tmpl-event-form .cal-next-prev h2 {
  margin: 0;
  color: #fff;
}
.event-listing .tmpl-event-search .cal-next-prev a,
.event-listing .tmpl-event-calendar .cal-next-prev a,
.event-listing .tmpl-event-form .cal-next-prev a {
  color: #fff;
}
.event-listing .tmpl-event-search .cal-header,
.event-listing .tmpl-event-calendar .cal-header,
.event-listing .tmpl-event-form .cal-header {
  padding: 5px 0;
  background: #159bbc;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.event-listing .tmpl-event-search .cal-event,
.event-listing .tmpl-event-calendar .cal-event,
.event-listing .tmpl-event-form .cal-event {
  line-height: 1.3;
  font-size: 0.75rem;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid #a0a0a0 !important;
  padding: 0 0 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.event-listing .tmpl-event-search .cal-event:last-of-type,
.event-listing .tmpl-event-calendar .cal-event:last-of-type,
.event-listing .tmpl-event-form .cal-event:last-of-type {
  border: 0 !important;
}
.event-listing .tmpl-event-search .cal-event a,
.event-listing .tmpl-event-calendar .cal-event a,
.event-listing .tmpl-event-form .cal-event a {
  font-weight: normal;
  color: #19375b;
}
@media screen and (max-width: 639px) {
  .event-listing .tmpl-event-search .search-results .event-item {
    flex-direction: column;
  }
  .event-listing .tmpl-event-search .search-results .event-item .dt {
    flex: 1 0 auto;
    max-width: none;
    width: auto;
    margin-right: 0;
    background-color: #19375b;
    margin-bottom: 0.75rem;
  }
  .event-listing .tmpl-event-search .search-results .event-item .dt span {
    padding: 5px;
    display: inline-block;
    text-align: left;
    font-weight: bold;
    font-size: 1rem !important;
    color: #fff;
    background-color: #19375b;
  }
  .event-listing .tmpl-event-search .search-results .event-item .info {
    flex: 1 0 auto;
    max-width: none;
    width: auto;
    padding-right: 50px;
  }
  .event-listing .tmpl-event-search .search-results .event-item .info h3.title {
    margin-bottom: 6px;
  }
  .event-listing .tmpl-event-search .search-results .event-item .deets {
    flex: 1 0 auto;
    max-width: none;
    width: auto;
    margin-top: 0;
  }
  .event-listing .tmpl-event-search .search-results .event-item .deets .tm {
    margin-bottom: 0.5rem;
  }
}
/* ===============================================
   REUSED COMPONENTS
   =============================================== */
.global-stories .listed-item h3.title {
  font-size: 28px;
}
.global-stories .listed-item .readmore a {
  font-weight: bold;
  color: #19375b;
}
.global-stories .listed-item .readmore a i {
  color: #f06f60;
}
/* ===============================================
   DESKTOP ONLY
   =============================================== */
@media screen and (min-width: 640px) {
  .sizer {
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* ===============================================
   TABLET PORTRAIT ONLY
   =============================================== */
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .sizer {
    padding-left: 10px;
    padding-right: 10px;
  }
  #top .logo {
    margin-right: 20px;
  }
  #top .desktop-wrapper .signup {
    padding-right: 20px;
  }
  #top .desktop-wrapper .signup h4 {
    font-size: 16px;
  }
  #top .desktop-wrapper .signup input[name="email"] {
    width: 160px;
  }
  #top .desktop-wrapper .signup input[name="zip"] {
    width: 70px;
  }
  #top .desktop-wrapper .signup button {
    width: 80px;
  }
  #top .desktop-wrapper .misc {
    padding-left: 20px;
  }
  #top .desktop-wrapper .misc .events,
  #top .desktop-wrapper .misc .user-login {
    font-size: 13px;
  }
  #top .desktop-wrapper .misc .donate-btn a.button {
    padding: 10px 20px;
    font-size: 18px !important;
  }
  #topnav > .sizer > ul > li > a {
    font-size: 16px;
  }
  #bottom .security {
    justify-content: space-between;
  }
  #bottom .security img {
    margin: 0;
  }
}
/* ===============================================
   MOBILE ONLY
   =============================================== */
@media screen and (max-width: 639px) {
  .bc-wrapper,
  .pt-wrapper .email,
  .pt-wrapper .print,
  .pt-wrapper .share,
  .pt-wrapper .plusone,
  #sidebar {
    display: none;
  }
  .preview-notice {
    background: #c00;
    padding: 5px 10px;
    min-height: 0;
  }
  .preview-notice p {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  #content input.text,
  #content select,
  #content textarea {
    width: 175px;
  }
}
/* ===============================================
   ANIMATIONS
   =============================================== */
@-webkit-keyframes scroll-up {
  0% {
    -webkit-transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
  }
}
@keyframes scroll-up {
  0% {
    -webkit-transform: translateY(100%);
    /* Browser bug fix */
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    /* Browser bug fix */
    transform: translateY(-100%);
  }
}
/* ===============================================
   COMMUNITY PETITIONS
   =============================================== */
body.community-petition-form .petition-progress .value {
  background-color: #19375b;
}
body.community-petition-form .circle-stats {
  display: flex;
  align-items: center;
  align-content: center;
  line-height: 1.2;
}
body.community-petition-form .circle-stats span.count {
  font-size: 2rem;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
}
body.community-petition-form .circle-stats span.goal {
  font-size: 1.4rem;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
}
body.community-petition-form .circle-stats > div {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 8rem;
  width: 8rem;
  border-radius: 1000px;
  background-clip: padding-box;
  margin-right: 2rem;
}
body.community-petition-form .circle-stats > div.raw-count {
  background-color: #159bbc;
  color: #333;
}
body.community-petition-form .circle-stats > div.pct-count {
  background-color: #333;
  color: #fff;
  text-align: center;
}
body.community-petition-form #community-petition-sign .formrow.text label {
  display: none;
}
body.community-petition-form #community-petition-sign .formrow.text input {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: 100%;
}
body.community-petition-form #community-petition-sign .formrow.submit {
  padding-left: 0;
  margin-top: 0;
}
body.community-petition-form #community-petition-sign .formrow.submit button {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: 100%;
}
body.community-petition-form .tmpl-community-petition-search .two-columns .column-1 {
  width: 60%;
  margin-right: 5%;
}
body.community-petition-form .tmpl-community-petition-search .two-columns .column-2 {
  width: 35%;
}
body.community-petition-form .tmpl-community-petition-search .two-columns .column-2 .formrow.submit {
  padding-left: 0;
}
body.community-petition-form .tmpl-community-petition-search .add-petition {
  border: 1px solid #c0c0c0;
  padding: 10px 10px 0;
  border-radius: 5px;
  background-clip: padding-box;
}
/* ===============================================
   PROFILE MANAGER
   =============================================== */
body.profile-form .tabs-wrapper.profile-nav ul.tabs {
  margin-bottom: 1.5rem;
  border-bottom: 2px solid #19375b;
}
body.profile-form .tabs-wrapper.profile-nav ul.tabs li {
  background-color: #19375b;
  color: #fff;
}
body.profile-form .tabs-wrapper.profile-nav ul.tabs li a {
  color: #fff;
}
body.profile-form .tabs-wrapper.profile-nav ul.tabs li.active {
  background-color: #f06f60;
}
/* ===============================================
   CONTRIBUTION FORM
   =============================================== */
body.layout-show-button-amounts form#contribution-form .amounts .simple-amount input[name="amount"],
body.layout-show-button-amounts form#contribution-form .amounts .label-amount input[name="amount"] {
  position: absolute;
  left: -9999px;
}
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-color: #159bbc;
  display: block;
  color: #fff;
  padding: 10px 0;
  font-size: 20px;
  text-align: center;
  width: 80px;
  border-radius: 5px;
  background-clip: padding-box;
  cursor: pointer;
}
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,
body.layout-show-button-amounts form#contribution-form .amounts .simple-amount input[name="amount"]:checked ~ .label-wrapper label,
body.layout-show-button-amounts form#contribution-form .amounts .label-amount input[name="amount"]:checked ~ .label-wrapper label {
  background-color: #f06f60;
}
body.layout-show-button-amounts form#contribution-form .amounts .simple-amount-other {
  width: auto;
}
form#contribution-form .amounts .label-amount .label-wrapper {
  margin-left: 0;
}
form#contribution-form .amounts .label-amount div.label {
  margin-left: 2em;
  width: auto;
}
form#contribution-form #dedicate-fields {
  display: block;
}
/* ===============================================
   MAIN CONTACT US FORM
   =============================================== */
body#story-3932 .story-content iframe {
  width: 100%;
  height: 400px;
  margin-bottom: 1.5rem;
}
body#story-3932 .story-content input#subject,
body#story-3932 .story-content textarea#message {
  width: 350px;
  max-width: 100%;
}
/* ===============================================
   DIRECTORIES
   =============================================== */
body.directory-listing p.addr span {
  display: block;
}
/* ===============================================
   PAC CONTRIBUTION FORMS
   =============================================== */
body.pac-contribution-form form#contribution-form .amounts {
  display: block;
}
body.pac-contribution-form form#contribution-form .amounts label {
  width: 70%;
}
/* ===============================================
   SEARCH FORM
   =============================================== */
.pinned-search-wrapper {
  background: #f7f7f7;
  padding: 20px;
  margin-bottom: 1.5rem;
}
.pinned-search-wrapper .pinned-search-item {
  margin: 0 0 1.5rem;
  display: flex;
}
.pinned-search-wrapper .pinned-search-item .icon {
  padding-right: 1rem;
}
/* ===============================================
   COMMUNITY POST
   =============================================== */
/***** REGION NAV *****/
#cp-region-nav {
  background: #f06f60;
  font-family: 'Oswald', sans-serif;
}
#cp-region-nav ul {
  display: flex;
  justify-content: center;
}
#cp-region-nav ul li {
  flex: 0 0 auto;
  text-align: center;
  background-image: url(/images/topnav_divider_short.png);
  background-position: right center;
  background-repeat: no-repeat;
  position: relative;
}
#cp-region-nav ul li a {
  padding: 0 10px;
  color: #fff;
  font-size: 22px;
  line-height: 48px;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  font-weight: normal;
}
#cp-region-nav ul li:last-of-type {
  background-image: none;
}
#cp-region-nav ul li:hover {
  background-color: #d35345;
  background-image: none;
}
@media screen and (max-width: 639px) {
  #cp-region-nav {
    padding: 10px 0;
  }
  #cp-region-nav ul li a {
    font-size: 14px;
    line-height: 18px;
  }
}
/***** TOP *****/
body.communitypost #top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.communitypost #top .container .add-event a.button {
  padding: 15px 35px;
  font-size: 150%;
}
@media screen and (max-width: 639px) {
  body.communitypost #top .container .fed-logo,
  body.communitypost #top .container .add-event {
    display: none;
  }
  body.communitypost #top .container .cp-logo {
    flex: 1 0 80%;
    max-width: 80%;
  }
  body.communitypost #top .container #menu-toggle {
    flex: 1 0 20%;
    max-width: 20%;
    text-align: right;
    font-size: 24px;
  }
  body.communitypost #top .container #menu-toggle a {
    color: #fff;
  }
}
/***** TITLE WRAPPER *****/
@media screen and (max-width: 639px) {
  body.journal-form .title-tools .top-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  body.journal-form .title-tools .top-wrapper h1.page-title {
    margin-bottom: 0.75rem;
  }
}
/***** SECTION COVER *****/
body.cp-home .story-content > div {
  margin-bottom: 1.5rem;
}
body.cp-home .features .main .heading {
  background: #c0c0c0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
}
body.cp-home .features .main .heading h2,
body.cp-home .features .main .heading a {
  color: #19375b;
  margin: 0;
}
body.cp-home .help-line {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: #f06f60;
  color: #fff;
}
body.cp-home .help-line > * {
  padding: 0 30px;
}
body.cp-home .help-line .callout h2 {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 60px;
  font-style: italic;
  letter-spacing: 2px;
}
body.cp-home .help-line .callout a {
  color: #fff;
}
body.cp-home .help-line .info {
  text-align: center;
}
body.cp-home .help-line .info p {
  margin: 0;
  font-size: 1.25rem;
}
body.cp-home .help-line .info p.num {
  font-size: 1.75rem;
  font-weight: bold;
}
body.cp-home .posts-sidebar .posts .img {
  display: none;
}
body.cp-home .posts-sidebar .sidebar .signup {
  padding: 25px;
  background: #19375b;
}
body.cp-home .posts-sidebar .sidebar .signup h4 {
  color: #a7c3e6;
  font-size: 20px;
  margin: 0 0 0.5rem;
}
body.cp-home .posts-sidebar .sidebar .signup input {
  height: 30px;
  display: block;
}
body.cp-home .posts-sidebar .sidebar .signup .row1 {
  margin-bottom: 0.5rem;
}
body.cp-home .posts-sidebar .sidebar .signup .row1 input {
  width: 100%;
}
body.cp-home .posts-sidebar .sidebar .signup .row2 {
  display: flex;
  justify-content: space-between;
}
body.cp-home .posts-sidebar .sidebar .signup .row2 input {
  width: 60%;
}
body.cp-home .posts-sidebar .sidebar .signup .row2 button {
  width: 30%;
}
body.cp-home .more-news {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: #19375b;
  color: #fff;
}
body.cp-home .more-news > * {
  padding: 0 30px;
}
body.cp-home .more-news .callout {
  text-align: center;
}
body.cp-home .more-news .callout * {
  margin: 0;
}
body.cp-home .more-news h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 40px;
}
body.cp-home .more-news .button {
  padding: 15px 50px;
  text-transform: uppercase;
}
@media screen and (min-width: 640px) {
  body.cp-home .features {
    display: flex;
  }
  body.cp-home .features .main {
    flex: 0 0 70%;
    max-width: 70%;
    margin-right: 5%;
  }
  body.cp-home .features .main.only {
    flex: 1 0 100%;
    max-width: 100%;
    margin-right: 0;
  }
  body.cp-home .features .main .listed-item {
    margin: 0;
  }
  body.cp-home .features .main .listed-item .display-wrapper {
    position: relative;
  }
  body.cp-home .features .main .listed-item .txt {
    padding: 20px 50px;
    background-color: #19375b;
    background-color: hsla(212.72727273, 56.89655172%, 22.74509804%, 0.5);
    color: #fff;
  }
  body.cp-home .features .main .listed-item .txt h3.title {
    color: #fff;
  }
  body.cp-home .features .main .listed-item .txt .readmore a {
    color: #fff;
  }
  body.cp-home .features .main .listed-item .img {
    margin: 0;
  }
  body.cp-home .features .main .listed-item .img img {
    display: block;
    width: 100%;
  }
  body.cp-home .features .subs {
    flex: 0 0 25%;
    max-width: 25%;
  }
  body.cp-home .features .subs .listed-item h3.title {
    font-size: 1rem;
    color: #333;
  }
  body.cp-home .posts-sidebar:after {
    content: "";
    display: table;
    clear: both;
  }
  body.cp-home .posts-sidebar .posts {
    float: left;
    width: 67%;
    margin-right: 3%;
  }
  body.cp-home .posts-sidebar .posts .listed-item h3.title {
    font-size: 1.25rem;
    color: #19375b;
  }
  body.cp-home .posts-sidebar .sidebar {
    float: left;
    width: 30%;
  }
}
@media screen and (max-width: 639px) {
  body.cp-home .help-line {
    flex-direction: column;
    padding: 10px;
  }
  body.cp-home .help-line > * {
    padding: 0;
  }
  body.cp-home .help-line .callout h2 {
    font-size: 24px;
    letter-spacing: normal;
    text-align: center;
  }
  body.cp-home .more-news {
    flex-direction: column;
    padding: 10px;
  }
  body.cp-home .more-news > * {
    padding: 0;
    text-align: center;
  }
  body.cp-home .more-news .callout {
    margin-bottom: 0.75rem;
  }
}
/***** JOURNAL FORM *****/
body.communitypost-happening .tmpl-journal-form form .tags {
  display: flex;
}
body.communitypost-happening .tmpl-journal-form form .tags .label {
  flex: 0 0 33.333%;
  max-width: 200px;
  padding-right: 1rem;
  margin-bottom: 0;
}
body.communitypost-happening .tmpl-journal-form form .tags .block-grid {
  flex: 0 0 66.667%;
  max-width: 66.667%;
}
body.journal-form .journal-item .post-wrapper .post-info {
  border-left: 0;
  padding: 0;
}
body.journal-form .journal-item .footer .tags {
  margin-bottom: 0.5rem;
}
/***** JOURNAL SIDEBAR *****/
body.communitypost-happening #sidebar .sb-box {
  padding: 10px 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #d9d9d9;
}
body.communitypost-happening #sidebar .sb-box h2 {
  margin: 0 0 0.5rem;
}
body.communitypost-happening #sidebar .sb-box ul {
  margin: 0;
  padding: 0;
}
body.communitypost-happening #sidebar .sb-box ul li {
  margin: 4px 0 4px 1.25rem;
  color: #19375b;
}
body.communitypost-happening #sidebar .sb-box ul li a {
  color: #19375b;
}
body.communitypost-happening #sidebar .sb-box .listed-item {
  margin-bottom: 0.75rem;
}
body.communitypost-happening #sidebar .sb-box .listed-item h3.title {
  font-size: 1rem;
}
body.communitypost-happening #sidebar .sb-box:nth-child(4) {
  border-bottom: 0;
  margin-bottom: 0;
}
body.communitypost-happening #sidebar .sb-happening .readmore {
  margin-bottom: 0;
}
body.sacredconversation #top .container {
  display: flex;
  align-items: center;
}
body.sacredconversation #top .container .logo {
  flex: 0 0 377px;
}
body.sacredconversation #top .container .saccon-logo {
  padding: 0 30px;
}
body.sacredconversation #top .container .mishkin-logo {
  flex: 0 0 231px;
}
@media screen and (max-width: 639px) {
  body.sacredconversation #top .container {
    flex-direction: column;
  }
  body.sacredconversation #top .container .saccon-logo,
  body.sacredconversation #top .container .mishkin-logo,
  body.sacredconversation #top .container .logo {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.sacredconversation #top .container .logo,
  body.sacredconversation #top .container .saccon-logo {
    padding: 0 0 1rem;
  }
}
/* ===============================================
   HIGH HOLY DAYS EVENTS
   =============================================== */
body.hh2019 .tmpl-event-details .two-columns .column-1 .description p {
  margin-bottom: 1.5rem;
}
body.hh2019 .tmpl-event-details .two-columns .column-1 .event-info-summary table {
  margin: 0;
}
body.hh2019 .tmpl-event-details .two-columns .column-1 .buttons {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #a0a0a0;
}
body.hh2019 .tmpl-event-details #messages .event_rsvped_yes {
  color: #f06f60;
  font-weight: bold;
}
body.hh2019 .tmpl-event-rsvp .guest {
  margin-bottom: 1.5rem;
}
body.hh2019 .tmpl-event-rsvp .cap-notice {
  color: #19375b;
  font-weight: bold;
  font-size: 1.25rem;
}
body.hh2019 .tmpl-event-rsvp .date-picker button {
  display: none;
}
body.hh2019 .tmpl-event-rsvp .date-picker input {
  max-width: 300px;
  border-radius: 3px;
  background-clip: padding-box;
}
body.hh2019 .tmpl-event-rsvp .two-columns .column-1 {
  width: 64%;
  margin-right: 6%;
}
body.hh2019 .tmpl-event-rsvp .two-columns .column-2 {
  width: 30%;
}
body.hh2019 .tmpl-event-rsvp .two-columns .column-2 .box {
  border: 1px solid #c0c0c0;
  padding: 10px 10px 0;
  border-radius: 5px;
  background-clip: padding-box;
}
/* ===============================================
   BLACKBAUD
   =============================================== */
body.blackbaud-integration .formrow.multiple > .fieldset {
  flex: 0 0 66.667%;
  max-width: 300px;
}
body.blackbaud-integration.contribution-form textarea#additional-comment {
  height: 60px;
  min-height: 0;
}
/* ===============================================
   COVID-19
   =============================================== */
body.covid19 #top .misc .events,
body.covid19 #top .misc .user-login,
body.covid19 #top .misc .donate-btn .dropdown,
body.covid19 #top .misc .donate-btn i.fa {
  display: none !important;
}
body.covid19 #sidebar {
  display: block;
}
body.covid19 #bottom {
  padding-bottom: 40px;
}
body.covid19 #bottom-alert {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 5px 0;
  background: #f06f60;
  color: #fff;
  text-align: center;
}
body.covid19 #bottom-alert p {
  margin: 0;
}
body.covid19 #bottom-alert a {
  color: #fff;
}
body.covid19.section-landing #middle .hero {
  background-image: url(/images/covid_landing_banner.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
body.covid19.section-landing #middle .hero .text-overlay {
  max-width: 960px;
  padding: 20px 30px;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  color: #fff;
}
body.covid19.section-landing #middle .hero .text-overlay h2 {
  margin-bottom: 0;
}
body.covid19.section-landing #middle .section-intro {
  padding: 2rem 0 0.5rem;
  background-color: #19375b;
  color: #fff;
}
body.covid19.section-landing #middle .section-intro .sizer {
  display: flex;
  justify-content: space-between;
}
body.covid19.section-landing #middle .section-intro .img {
  margin-bottom: 0;
  width: 40%;
}
body.covid19.section-landing #middle .section-intro .txt {
  width: 60%;
  padding-left: 60px;
}
body.covid19.section-landing #middle .button-bar {
  padding: 20px 0;
  background-color: #f06f60;
}
body.covid19.section-landing #middle .button-bar .btns {
  display: flex;
  justify-content: space-between;
}
body.covid19.section-landing #middle .button-bar .btns a.button {
  border-color: #fff;
}
body.covid19.section-landing #middle .sections {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
body.covid19.section-landing #middle .sections .listed-item .media {
  margin-bottom: 0.5rem;
}
body.covid19.section-landing #middle .updates {
  padding: 2rem 0 0.5rem;
}
body.covid19.section-landing #middle .here-to-help {
  margin-top: 2em;
  margin-bottom: 2em;
  display: flex;
}
body.covid19.section-landing #middle .here-to-help .img {
  width: 40%;
  margin: 0;
}
body.covid19.section-landing #middle .here-to-help .img img {
  display: block;
}
body.covid19.section-landing #middle .here-to-help .help-content {
  width: 60%;
  padding: 20px 40px;
  background: #19375b;
  color: #fff;
}
body.covid19.section-landing #middle .here-to-help .help-content h2 {
  color: #fff;
}
body.covid19.section-landing #middle .zebra {
  background-color: #e0e0e0;
}
@media screen and (min-width: 640px) {
  body.covid19 #top .sizer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body.covid19 #top .sizer .mobile-wrapper .logo {
    width: auto;
    float: none;
  }
  body.covid19 #top .sizer .desktop-wrapper {
    width: auto;
    float: none;
  }
  body.covid19 #top .sizer .desktop-wrapper .signup {
    width: auto;
  }
  body.covid19 #topnav > .sizer > ul > li:nth-last-of-type(2) {
    background-image: url(/images/topnav_divider.png);
  }
  body.covid19 #bottom-alert {
    padding: 10px 0;
  }
  body.covid19.section-landing #middle {
    padding-top: 0;
  }
  body.covid19.section-landing #middle > .sizer {
    max-width: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  body.covid19.section-landing #middle .hero {
    min-height: 450px;
    padding: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body.covid19.section-landing #middle .hero .text-overlay h2 {
    font-size: 3rem;
    color: #fff;
  }
  body.covid19.section-landing #middle .hero .text-overlay h3 {
    font-size: 2rem;
    color: #fff;
  }
  body.covid19.section-landing #middle .slideshow .listed-item {
    display: block;
    height: 450px;
    position: relative;
    margin: 0;
    background-size: cover;
    background-position: center;
  }
  body.covid19.section-landing #middle .slideshow .listed-item .overlay {
    height: 450px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  }
  body.covid19.section-landing #middle .slideshow .listed-item .wrap {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 50px;
  }
  body.covid19.section-landing #middle .slideshow .listed-item .wrap .inner {
    max-width: 960px;
    margin: 0 auto;
  }
  body.covid19.section-landing #middle .slideshow .listed-item .txt {
    width: 100%;
  }
  body.covid19.section-landing #middle .slideshow .listed-item h3.title {
    margin-bottom: 0.5rem;
    color: #fff;
    font-size: 40px;
    text-align: center;
    text-shadow: 0 0 2px rgba(66, 66, 66, 0.4);
  }
  body.covid19.section-landing #middle .slideshow .listed-item h3.title a {
    text-decoration: none;
  }
  body.covid19.section-landing #middle .slideshow .listed-item .teaser {
    margin-bottom: 0.5rem;
    color: #fff;
    font-size: 20px;
    text-align: center;
    text-shadow: 0 0 1px rgba(33, 33, 33, 0.8);
  }
  body.covid19.section-landing #middle .slideshow .listed-item .readmore {
    text-align: center;
  }
  body.covid19.section-landing #middle .slideshow .listed-item.blue h3.title,
  body.covid19.section-landing #middle .slideshow .listed-item.blue .teaser {
    color: #19375b;
  }
  body.covid19.section-landing #middle .slideshow .listed-item.blue h3.title span,
  body.covid19.section-landing #middle .slideshow .listed-item.blue .teaser span {
    color: #f06f60;
  }
  body.covid19.section-landing #middle .slideshow .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 10px;
  }
  body.covid19.section-landing #middle .slideshow .owl-dots .owl-dot span {
    height: 14px;
    width: 14px;
    background: rgba(255, 255, 255, 0.7);
  }
  body.covid19.section-landing #middle .slideshow .owl-dots .owl-dot.active span {
    background: #fff;
  }
  body.covid19.section-landing #middle .slideshow .owl-nav {
    position: absolute;
    width: 100%;
    top: 48%;
    left: 0;
    margin: 0;
  }
  body.covid19.section-landing #middle .slideshow .owl-nav .owl-next {
    position: absolute;
    right: -100px;
    font-size: 3rem;
    padding: 20px 10px;
    color: #fff;
    background: none;
    border-radius: 0;
  }
  body.covid19.section-landing #middle .slideshow .owl-nav .owl-prev {
    position: absolute;
    left: -100px;
    font-size: 3rem;
    padding: 20px 10px;
    color: #fff;
    background: none;
    border-radius: 0;
  }
  body.covid19.section-landing #middle .slideshow:hover .owl-nav .owl-next {
    right: 20px;
  }
  body.covid19.section-landing #middle .slideshow:hover .owl-nav .owl-prev {
    left: 20px;
  }
  body.covid19.section-landing #middle .section-intro h2 {
    font-size: 3rem;
  }
  body.covid19.section-landing #middle .section-intro h3 {
    font-size: 2rem;
  }
  body.covid19.section-landing #middle .here-to-help .help-content h2 {
    font-size: 2rem;
    color: #fff;
  }
}
@media screen and (max-width: 639px) {
  body.covid19 #sidebar {
    display: block !important;
  }
  body.covid19.section-landing #middle {
    padding: 0;
  }
  body.covid19.section-landing #middle .sections,
  body.covid19.section-landing #middle .updates,
  body.covid19.section-landing #middle .here-to-help {
    padding-left: 10px;
    padding-right: 10px;
  }
  body.covid19.section-landing #middle .hero {
    padding: 60px 10px;
  }
  body.covid19.section-landing #middle .hero .text-overlay h2 {
    font-size: 2rem;
    color: #fff;
  }
  body.covid19.section-landing #middle .hero .text-overlay h3 {
    font-size: 1.5rem;
    color: #fff;
  }
  body.covid19.section-landing #middle .slideshow .listed-item {
    display: block;
    height: 350px;
    position: relative;
    margin: 0;
    background-size: cover;
    background-position: center;
  }
  body.covid19.section-landing #middle .slideshow .listed-item .wrap {
    width: 100%;
    padding: 10px;
    position: absolute;
    left: 0;
    bottom: 10px;
  }
  body.covid19.section-landing #middle .slideshow .listed-item .wrap .inner {
    width: 100%;
    margin: 0 auto;
  }
  body.covid19.section-landing #middle .slideshow .listed-item h3.title {
    margin-bottom: 0.5rem;
    color: #fff;
    font-size: 24px;
    text-align: center;
    text-shadow: 0 0 2px rgba(66, 66, 66, 0.4);
  }
  body.covid19.section-landing #middle .slideshow .listed-item h3.title a {
    text-decoration: none;
  }
  body.covid19.section-landing #middle .slideshow .listed-item .teaser {
    margin-bottom: 0.5rem;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-shadow: 0 0 1px rgba(33, 33, 33, 0.8);
  }
  body.covid19.section-landing #middle .slideshow .listed-item .readmore {
    text-align: center;
  }
  body.covid19.section-landing #middle .slideshow .listed-item.blue h3.title,
  body.covid19.section-landing #middle .slideshow .listed-item.blue .teaser {
    color: #19375b;
  }
  body.covid19.section-landing #middle .slideshow .listed-item.blue h3.title span,
  body.covid19.section-landing #middle .slideshow .listed-item.blue .teaser span {
    color: #f06f60;
  }
  body.covid19.section-landing #middle .slideshow .owl-dots {
    display: none;
  }
  body.covid19.section-landing #middle .slideshow .owl-nav {
    display: none;
  }
  body.covid19.section-landing #middle .section-intro {
    padding-left: 10px;
    padding-right: 10px;
  }
  body.covid19.section-landing #middle .section-intro .sizer {
    flex-direction: column;
  }
  body.covid19.section-landing #middle .section-intro .img,
  body.covid19.section-landing #middle .section-intro .txt {
    width: 100%;
    margin: 0 0 1rem;
    padding: 0;
  }
  body.covid19.section-landing #middle .section-intro h2 {
    font-size: 2rem;
  }
  body.covid19.section-landing #middle .section-intro h3 {
    font-size: 1.5rem;
  }
  body.covid19.section-landing #middle .button-bar {
    padding-left: 10px;
    padding-right: 10px;
  }
  body.covid19.section-landing #middle .button-bar .btns {
    flex-direction: column;
  }
  body.covid19.section-landing #middle .button-bar .btns a.button {
    margin-bottom: 1.5rem;
  }
  body.covid19.section-landing #middle .button-bar .btns a.button:last-child {
    margin-bottom: 0;
  }
  body.covid19.section-landing #middle .here-to-help {
    flex-direction: column;
  }
  body.covid19.section-landing #middle .here-to-help .img {
    width: 100%;
  }
  body.covid19.section-landing #middle .here-to-help .help-content {
    width: 100%;
  }
  body.covid19.section-landing #middle .here-to-help .help-content h2 {
    font-size: 2rem;
    color: #fff;
  }
}
/* ===============================================
   YOM HASHOAH 2020
   =============================================== */
body.yomhashoah2020 h1,
body.yomhashoah2020 h2,
body.yomhashoah2020 h3 {
  color: #3f5c58;
}
body.yomhashoah2020 a {
  color: #3f5c58;
}
body.yomhashoah2020 a.button {
  color: #fff;
}
body.yomhashoah2020 #top-alert {
  background-color: #f06f60;
  font-size: 125%;
  font-weight: bold;
}
body.yomhashoah2020 #top {
  background: #fff;
}
body.yomhashoah2020 #top > .sizer {
  display: block;
}
body.yomhashoah2020 #top .shoah-logos {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
body.yomhashoah2020 #top .shoah-logos > div {
  padding-right: 50px;
}
body.yomhashoah2020 #top .shoah-logos > div:last-child {
  padding-right: 0;
}
body.yomhashoah2020 #bottom {
  text-align: center;
}
body.yomhashoah2020 #bottom h2 {
  text-transform: uppercase;
}
body.yomhashoah2020 #bottom .shoah-partners {
  border-bottom: 2px solid #3f5c58;
  padding: 1rem 0;
}
body.yomhashoah2020 #bottom .shoah-credits {
  padding: 1rem 0;
}
body.yomhashoah2020 #bottom .bottom-logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.yomhashoah2020 #bottom .bottom-logos > div {
  flex-grow: 0;
}
body.yomhashoah2020.section-landing #middle .sizer {
  padding-left: 10px;
  padding-right: 10px;
}
body.yomhashoah2020.section-landing #middle h2 {
  text-align: center;
}
body.yomhashoah2020.section-landing #middle .hero {
  background-image: url(/images/shoah_hero_candles.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
body.yomhashoah2020.section-landing #middle .hero .text-overlay {
  max-width: 960px;
  padding: 20px 30px;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  color: #fff;
}
body.yomhashoah2020.section-landing #middle .hero .text-overlay h2 {
  margin-bottom: 0;
  text-align: center;
}
body.yomhashoah2020.section-landing #middle .hero .text-overlay h3 {
  margin-bottom: 0;
  text-align: center;
}
body.yomhashoah2020.section-landing #middle .sponsors {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3f5c58;
  color: #fff;
}
body.yomhashoah2020.section-landing #middle .sponsors p {
  font-size: 1.25rem;
  text-align: center;
}
body.yomhashoah2020.section-landing #middle .sponsors p:last-child {
  margin-bottom: 0;
}
body.yomhashoah2020.section-landing #middle .introduction {
  background-color: #bbcfcd;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1.25rem;
  text-align: center;
}
body.yomhashoah2020.section-landing #middle .introduction p:last-child {
  margin-bottom: 0;
}
body.yomhashoah2020.section-landing #middle .films {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
body.yomhashoah2020.section-landing #middle .films .sizer > h3 {
  text-align: center;
}
body.yomhashoah2020.section-landing #middle .other-ways {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #bbcfcd;
}
body.yomhashoah2020.letter .sigs img {
  display: block;
  float: left;
  margin-right: 2rem;
}
@media screen and (min-width: 640px) {
  body.yomhashoah2020.section-landing #middle {
    padding-top: 0;
  }
  body.yomhashoah2020.section-landing #middle > .sizer {
    max-width: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  body.yomhashoah2020.section-landing #middle h2 {
    font-size: 3rem;
  }
  body.yomhashoah2020.section-landing #middle .hero {
    min-height: 450px;
    padding: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body.yomhashoah2020.section-landing #middle .hero .text-overlay h2 {
    font-size: 3rem;
    color: #fff;
  }
  body.yomhashoah2020.section-landing #middle .hero .text-overlay h3 {
    font-size: 2rem;
    color: #fff;
  }
  body.yomhashoah2020.section-landing #middle .other-ways .img {
    float: right;
    margin: 1rem 0 0 1rem;
  }
}
@media screen and (max-width: 639px) {
  body.yomhashoah2020 #top .shoah-logos {
    flex-wrap: wrap;
  }
  body.yomhashoah2020 #top .shoah-logos > div {
    padding-right: 0;
    padding-bottom: 1rem;
    width: 45%;
  }
  body.yomhashoah2020 #bottom .bottom-logos {
    flex-direction: column;
  }
  body.yomhashoah2020 #bottom .bottom-logos > div {
    margin-bottom: 0.5rem;
  }
  body.yomhashoah2020.section-landing #middle {
    padding: 0;
  }
  body.yomhashoah2020.section-landing #middle > .sizer {
    padding-left: 0;
    padding-right: 0;
  }
  body.yomhashoah2020.section-landing #middle h2 {
    font-size: 2rem;
  }
  body.yomhashoah2020.section-landing #middle .hero {
    padding: 60px 10px;
  }
  body.yomhashoah2020.section-landing #middle .hero .text-overlay h2 {
    font-size: 2rem;
    color: #fff;
  }
  body.yomhashoah2020.section-landing #middle .hero .text-overlay h3 {
    font-size: 1.5rem;
    color: #fff;
  }
}
/* ===============================================
   YOM HASHOAH 2020
   =============================================== */
body.yomhashoah h1,
body.yomhashoah h2,
body.yomhashoah h3 {
  color: #3f5c58;
}
body.yomhashoah a {
  color: #3f5c58;
}
body.yomhashoah a.button {
  color: #fff;
}
body.yomhashoah #top-alert {
  background-color: #f06f60;
  font-size: 125%;
  font-weight: bold;
}
body.yomhashoah #top {
  background: #fff;
}
body.yomhashoah #top > .sizer {
  display: block;
}
body.yomhashoah #top .shoah-logos {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
body.yomhashoah #top .shoah-logos > div {
  padding-right: 50px;
}
body.yomhashoah #top .shoah-logos > div:last-child {
  padding-right: 0;
}
body.yomhashoah #bottom {
  text-align: center;
}
body.yomhashoah #bottom h2 {
  text-transform: uppercase;
}
body.yomhashoah #bottom .shoah-partners {
  border-bottom: 2px solid #3f5c58;
  padding: 1rem 0;
}
body.yomhashoah #bottom .shoah-credits {
  padding: 1rem 0;
}
body.yomhashoah #bottom .bottom-logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.yomhashoah #bottom .bottom-logos > div {
  flex-grow: 0;
}
body.yomhashoah.section-landing #middle .sizer {
  padding-left: 10px;
  padding-right: 10px;
}
body.yomhashoah.section-landing #middle h2 {
  text-align: center;
}
body.yomhashoah.section-landing #middle .hero {
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
body.yomhashoah.section-landing #middle .hero .text-overlay {
  max-width: 960px;
  padding: 20px 30px;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  color: #fff;
}
body.yomhashoah.section-landing #middle .hero .text-overlay h2 {
  margin-bottom: 0;
  text-align: center;
}
body.yomhashoah.section-landing #middle .hero .text-overlay h3 {
  margin-bottom: 0;
  text-align: center;
}
body.yomhashoah.section-landing #middle .sponsors {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3f5c58;
  color: #fff;
}
body.yomhashoah.section-landing #middle .sponsors p {
  font-size: 1.25rem;
  text-align: center;
}
body.yomhashoah.section-landing #middle .sponsors p:last-child {
  margin-bottom: 0;
}
body.yomhashoah.section-landing #middle .sponsors a {
  color: #fff;
}
body.yomhashoah.section-landing #middle .introduction {
  background-color: #bbcfcd;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1.25rem;
  text-align: center;
}
body.yomhashoah.section-landing #middle .introduction p:last-child {
  margin-bottom: 0;
}
body.yomhashoah.section-landing #middle .films {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
body.yomhashoah.section-landing #middle .films .sizer > h3 {
  text-align: center;
}
body.yomhashoah.section-landing #middle .other-ways {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #bbcfcd;
}
body.yomhashoah.letter .sigs img {
  display: block;
  float: left;
  margin-right: 2rem;
}
@media screen and (min-width: 640px) {
  body.yomhashoah.section-landing #middle {
    padding-top: 0;
  }
  body.yomhashoah.section-landing #middle > .sizer {
    max-width: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  body.yomhashoah.section-landing #middle h2 {
    font-size: 3rem;
  }
  body.yomhashoah.section-landing #middle .hero {
    min-height: 450px;
    padding: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body.yomhashoah.section-landing #middle .hero .text-overlay h2 {
    font-size: 3rem;
    color: #fff;
  }
  body.yomhashoah.section-landing #middle .hero .text-overlay h3 {
    font-size: 2rem;
    color: #fff;
  }
  body.yomhashoah.section-landing #middle .other-ways .img {
    float: right;
    margin: 1rem 0 0 1rem;
  }
}
@media screen and (max-width: 639px) {
  body.yomhashoah #top .shoah-logos {
    flex-wrap: wrap;
  }
  body.yomhashoah #top .shoah-logos > div {
    padding-right: 0;
    padding-bottom: 1rem;
    width: 45%;
  }
  body.yomhashoah #bottom .bottom-logos {
    flex-direction: column;
  }
  body.yomhashoah #bottom .bottom-logos > div {
    margin-bottom: 0.5rem;
  }
  body.yomhashoah.section-landing #middle {
    padding: 0;
  }
  body.yomhashoah.section-landing #middle > .sizer {
    padding-left: 0;
    padding-right: 0;
  }
  body.yomhashoah.section-landing #middle h2 {
    font-size: 2rem;
  }
  body.yomhashoah.section-landing #middle .hero {
    padding: 60px 10px;
  }
  body.yomhashoah.section-landing #middle .hero .text-overlay h2 {
    font-size: 2rem;
    color: #fff;
  }
  body.yomhashoah.section-landing #middle .hero .text-overlay h3 {
    font-size: 1.5rem;
    color: #fff;
  }
}
body#story-7851 {
  background-color: #bbcfcd;
}
body#story-7851 .vid {
  margin: 2rem 0;
}
body#story-7851 .embed-wrapper {
  margin-bottom: 1.5rem;
}
body#story-7851 .instructions {
  font-weight: bold;
}
body#story-7851 .instructions h2 {
  color: #fff;
}
body#story-7851 .instructions img {
  width: 25px;
  height: auto;
  vertical-align: middle;
}
body#story-7851 .live-logo {
  margin: 2rem 0;
}
body#story-7851 .live-logo .img {
  max-width: 300px;
  height: auto;
}
/* ===============================================
   KRISTALLNACHT 2020
   =============================================== */
body.kristallnacht h1,
body.kristallnacht h2,
body.kristallnacht h3 {
  color: #00353c;
}
body.kristallnacht a {
  color: #00353c;
}
body.kristallnacht a.button {
  color: #fff;
}
body.kristallnacht .film-video .media {
  margin-bottom: 0.25rem;
}
body.kristallnacht .film-video .fullscreen-info {
  font-style: italic;
  font-size: 0.9rem;
  text-align: right;
}
body.kristallnacht #top-alert {
  background-color: #f06f60;
  font-size: 125%;
  font-weight: bold;
}
body.kristallnacht #top {
  padding: 10px 0;
  background: #00353c;
  color: #fff;
}
body.kristallnacht #top > .sizer {
  display: block;
}
body.kristallnacht #top .container {
  font-size: 2.5rem;
  font-size: clamp(1rem, 4vw, 3rem);
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
body.kristallnacht #bottom {
  text-align: center;
}
body.kristallnacht #bottom h2 {
  text-transform: uppercase;
}
body.kristallnacht #bottom .shoah-partners {
  padding: 1rem 0;
}
body.kristallnacht #bottom .shoah-credits {
  padding: 1rem 0;
}
body.kristallnacht #bottom .bottom-logos h2 {
  font-size: 2rem;
  text-transform: uppercase;
  text-align: center;
}
body.kristallnacht #bottom .bottom-logos .logo-row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
}
body.kristallnacht #bottom .bottom-logos .logo-row > div {
  flex-grow: 0;
  padding: 0 20px;
}
body.kristallnacht.section-landing #middle .sizer {
  padding-left: 10px;
  padding-right: 10px;
}
body.kristallnacht.section-landing #middle .alternate-top {
  padding: 10px 0;
  background: #00353c;
  color: #ffcd37;
}
body.kristallnacht.section-landing #middle .alternate-top > .sizer {
  display: block;
}
body.kristallnacht.section-landing #middle .alternate-top .container {
  display: block;
  font-size: 2.5rem;
  font-size: clamp(1rem, 4vw, 3rem);
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
body.kristallnacht.section-landing #middle .hero1 {
  background-image: url(/images/kristallnacht-hero-slider.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
body.kristallnacht.section-landing #middle .hero1 .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.kristallnacht.section-landing #middle .hero1 .img {
  margin: 0 3rem 0 0;
}
body.kristallnacht.section-landing #middle .hero1 .img img {
  display: block;
}
body.kristallnacht.section-landing #middle .hero1 .text-overlay {
  padding: 20px 30px;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 5px;
  color: #fff;
}
body.kristallnacht.section-landing #middle .hero1 .text-overlay h1 {
  margin-bottom: 0;
  font-size: 2.5rem;
  font-size: clamp(2rem, 4vw, 4rem);
  color: #f9a325;
}
body.kristallnacht.section-landing #middle .hero1 .text-overlay h2 {
  margin-bottom: 0;
  font-size: 2rem;
  font-size: clamp(1.5rem, 3.5vw, 2.5rem);
  color: #fff;
  text-align: left;
  font-style: italic;
}
body.kristallnacht.section-landing #middle .hero1 .text-overlay h3 {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-size: clamp(1.25rem, 3vw, 2rem);
  color: #fff;
}
@media screen and (min-width: 640px) {
  body.kristallnacht.section-landing #middle .hero1 {
    padding-top: 30px;
  }
  body.kristallnacht.section-landing #middle .hero1 .img {
    margin-right: 15%;
  }
  body.kristallnacht.section-landing #middle .hero1 .img img {
    height: 400px;
    width: auto;
  }
  body.kristallnacht.section-landing #middle .hero1 .text-overlay {
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 639px) {
  body.kristallnacht.section-landing #middle .hero1 {
    padding: 60px 10px;
  }
  body.kristallnacht.section-landing #middle .hero1 .container {
    flex-direction: column;
  }
  body.kristallnacht.section-landing #middle .hero1 .img {
    display: none;
  }
  body.kristallnacht.section-landing #middle .hero1 .img img {
    height: 200px;
    width: auto;
  }
}
body.kristallnacht.section-landing #middle .hero1-blurb {
  padding-top: 2rem;
  padding-bottom: calc(2rem + 86px);
  text-align: center;
  background-color: #00353c;
  background-image: url(/images/filmstrip_divider.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  color: #fff;
}
body.kristallnacht.section-landing #middle .hero1-blurb h3 {
  font-size: 2rem;
  color: #fff;
}
body.kristallnacht.section-landing #middle .hero1-blurb a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #fff;
  color: #00353c;
  font-size: 1.5rem;
  text-transform: uppercase;
}
body.kristallnacht.section-landing #middle .hero1-blurb p {
  font-size: 1.25rem;
}
body.kristallnacht.section-landing #middle .hero1-blurb p:last-child {
  margin-bottom: 0;
}
body.kristallnacht.section-landing #middle .hero2 {
  background-image: url(/images/shoah_hero_candles.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
body.kristallnacht.section-landing #middle .hero2 .text-overlay {
  max-width: 960px;
  padding: 20px 30px;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  color: #fff;
}
body.kristallnacht.section-landing #middle .hero2 .text-overlay p.dt {
  color: #fff;
  font-size: 1.5rem;
}
body.kristallnacht.section-landing #middle .hero2 .text-overlay p.closing {
  color: #fff;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
}
body.kristallnacht.section-landing #middle .hero2 .text-overlay h2 {
  font-size: 2rem;
  text-align: left;
}
body.kristallnacht.section-landing #middle .hero2 .text-overlay h2 .intro {
  color: #fff;
}
body.kristallnacht.section-landing #middle .hero2 .text-overlay h2 .title {
  color: #92e0d4;
  font-size: 3rem;
  font-style: italic;
}
body.kristallnacht.section-landing #middle .hero2 .text-overlay h2 .tagline {
  color: #ffcd37;
  font-style: italic;
}
body.kristallnacht.section-landing #middle .hero2-blurb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
}
body.kristallnacht.section-landing #middle .hero2-blurb h3 {
  font-size: 2rem;
  color: #f90;
}
body.kristallnacht.section-landing #middle .hero2-blurb a {
  font-size: 1.5rem;
  color: #92e0d4;
  text-transform: uppercase;
}
body.kristallnacht.section-landing #middle .hero2-blurb p {
  font-size: 1.25rem;
}
body.kristallnacht.section-landing #middle .hero2-blurb p:last-child {
  margin-bottom: 0;
}
body.kristallnacht.section-landing #middle .hero3 {
  background-image: url(/images/bg_rope.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-top: 4px solid #b38b21;
  border-bottom: 4px solid #b38b21;
}
body.kristallnacht.section-landing #middle .hero3 .text-overlay {
  max-width: 960px;
  padding: 20px 30px;
  color: #fff;
  border-radius: 5px;
  font-size: 1.5rem;
  text-align: center;
}
body.kristallnacht.section-landing #middle .hero3 .text-overlay h3.white {
  font-size: 1.75rem;
  color: #fff;
}
body.kristallnacht.section-landing #middle .hero3 .text-overlay h3.tan {
  font-size: 2.25rem;
  text-shadow: 1px 1px 1px #000;
  color: #b38b21;
  font-style: italic;
  text-transform: uppercase;
}
body.kristallnacht.section-landing #middle .hero3 .text-overlay a {
  padding: 5px 10px;
  display: inline-block;
  background-color: #b38b21;
  color: #fff;
  text-transform: uppercase;
}
body.kristallnacht.section-landing #middle .introduction {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #373637;
  color: #fff;
  font-size: 1.25rem;
  text-align: center;
}
body.kristallnacht.section-landing #middle .introduction h2 {
  font-size: 2.5rem;
  font-size: clamp(1.75rem, 4vw, 3.25rem);
  text-transform: uppercase;
  color: #ffcd37;
}
body.kristallnacht.section-landing #middle .introduction h3 {
  font-size: 2rem;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  color: #fff;
}
body.kristallnacht.section-landing #middle .introduction a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ffcd37;
  color: #373637;
  font-size: 1.5rem;
  text-transform: uppercase;
}
body.kristallnacht.section-landing #middle .introduction p {
  font-size: 1.25rem;
}
body.kristallnacht.section-landing #middle .introduction p:last-child {
  margin-bottom: 0;
}
body.kristallnacht.section-landing #middle .films {
  padding-top: 2rem;
  padding-bottom: calc(2rem + 86px);
  background-image: url(/images/filmstrip_divider.png);
  background-repeat: repeat-x;
  background-position: left bottom;
}
body.kristallnacht.section-landing #middle .films .sizer > h2 {
  text-align: center;
  font-size: 2.5rem;
}
body.kristallnacht.section-landing #middle .more-info {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #00353c;
  color: #fff;
  font-size: 1.25rem;
  text-align: center;
}
body.kristallnacht.section-landing #middle .more-info p {
  margin: 0;
}
body.kristallnacht.section-landing #middle .more-info a {
  color: #fff;
  font-weight: bold;
}
body.kristallnacht.section-landing #middle .more-info a.uc {
  text-transform: uppercase;
}
body.kristallnacht.section-landing #middle .other-ways {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #bbcfcd;
}
body.kristallnacht.letter .sigs img {
  display: block;
  float: left;
  margin-right: 2rem;
}
@media screen and (min-width: 640px) {
  body.kristallnacht.section-landing #middle {
    padding-top: 0;
  }
  body.kristallnacht.section-landing #middle > .sizer {
    max-width: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  body.kristallnacht.section-landing #middle .hero2 {
    min-height: 450px;
    padding: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body.kristallnacht.section-landing #middle .hero3 {
    min-height: 450px;
    padding: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body.kristallnacht.section-landing #middle .other-ways .img {
    float: right;
    margin: 1rem 0 0 1rem;
  }
}
@media screen and (max-width: 639px) {
  body.kristallnacht #top .shoah-logos {
    justify-content: space-between;
  }
  body.kristallnacht #top .shoah-logos > div {
    width: 30.5%;
    padding: 0;
  }
  body.kristallnacht #bottom .bottom-logos {
    flex-direction: column;
  }
  body.kristallnacht #bottom .bottom-logos > div {
    margin-bottom: 0.5rem;
  }
  body.kristallnacht.section-landing #middle {
    padding: 0;
  }
  body.kristallnacht.section-landing #middle > .sizer {
    padding-left: 0;
    padding-right: 0;
  }
  body.kristallnacht.section-landing #middle h2 {
    font-size: 2rem;
  }
  body.kristallnacht.section-landing #middle .hero2 {
    padding: 60px 10px;
  }
  body.kristallnacht.section-landing #middle .hero3 {
    padding: 60px 10px;
  }
}
/* ===============================================
   KRISTALLNACHT 2021
   =============================================== */
body.kristallnacht.simple-2021-landing {
  background-color: #00353c;
}
body.kristallnacht.simple-2021-landing .logos {
  margin-bottom: 3rem;
}
body.kristallnacht.simple-2021-landing .logos .flex-container {
  justify-content: center;
  align-items: flex-end;
}
body.kristallnacht.simple-2021-landing .logos .flex-container > .img {
  max-width: 225px;
  margin: 0 2rem;
}
body.kristallnacht.simple-2021-landing .vid {
  padding: 0 !important;
}
body.kristallnacht.simple-2021-landing .embed-wrapper {
  margin-bottom: 1.5rem;
}
body.kristallnacht.simple-2021-landing .instructions {
  font-weight: bold;
  color: #fff;
}
body.kristallnacht.simple-2021-landing .instructions h2 {
  color: #fff;
}
body.kristallnacht.simple-2021-landing .instructions img {
  width: 25px;
  height: auto;
  vertical-align: middle;
}
/* ===============================================
   SUNSHINE 2021
   =============================================== */
body.sunshinestream.simple-2021-landing {
  background: #f7f387 url(/images/sunshine2021/sunshine_bg.jpg) no-repeat bottom center;
  min-height: 100vh;
}
body.sunshinestream.simple-2021-landing .logos {
  margin-bottom: 3rem;
}
body.sunshinestream.simple-2021-landing .logos .flex-container {
  justify-content: center;
  align-items: flex-end;
}
body.sunshinestream.simple-2021-landing .logos .flex-container > .img {
  max-width: 225px;
  margin: 0 2rem;
}
body.sunshinestream.simple-2021-landing .vid {
  padding: 0 !important;
}
body.sunshinestream.simple-2021-landing .embed-wrapper {
  margin-bottom: 1.5rem;
}
body.sunshinestream.simple-2021-landing .instructions {
  font-weight: bold;
  color: #000;
}
body.sunshinestream.simple-2021-landing .instructions h2 {
  color: #000;
}
body.sunshinestream.simple-2021-landing .instructions img {
  width: 25px;
  height: auto;
  vertical-align: middle;
}
body.pledge-sunshine.pledge-card-form .tmpl-subscribe-form h2 {
  background-color: #ca0b89;
}
body.pledge-sunshine.pledge-card-form .tmpl-subscribe-form .hilite {
  background: #fdd4ef;
}
body.pledge-sunshine.pledge-card-form .tmpl-subscribe-form .hilite.darker {
  background: #fdd4ef;
}
body.pledge-sunshine.pledge-card-form .tmpl-subscribe-form .buttons {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}
body.pledge-sunshine.pledge-card-form .tmpl-subscribe-form .buttons button {
  max-width: 300px;
  margin-bottom: 0.5rem;
  background-color: #ca0b89;
  border-color: #fff;
}
body.pledge-sunshine.pledge-card-form .tmpl-subscribe-form button[type="submit"] {
  background-color: #ca0b89;
  border-color: #ca0b89;
}
/* ===============================================
   GIVING TUESDAY MAY 2020
   =============================================== */
body#story-7186 #contact-us-form label {
  display: block;
  max-width: 300px;
}
body#story-7186 #tc-bottom {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 2px solid #19375b;
}
/* ===============================================
   BAR MITZVAH CONTRIBUTE
   =============================================== */
body#story-7266 {
  background-image: linear-gradient(to bottom, #c0c0c0, #07245e);
}
body#story-7266 #top-alert,
body#story-7266 #top,
body#story-7266 #topnav {
  display: none;
}
body#story-7266 #content {
  padding: 0 30px 30px;
  background-color: #fff;
}
/* ===============================================
   DELIVERY RSVPS WITHOUT DELIVERY
   =============================================== */
body#story-7247 #content .fieldset.delivery-address,
body#story-7249 #content .fieldset.delivery-address,
body#story-7247 #content .formrow.delivery-instructions,
body#story-7249 #content .formrow.delivery-instructions {
  display: none;
}
/* ===============================================
   40 DAYS 40 NIGHTS AUGUST 2020
   =============================================== */
body.fortydays #middle {
  background-color: #ebe9da;
  color: #142035;
}
body.fortydays #middle #content {
  margin-bottom: 0;
}
body.fortydays #banner {
  background: #11243a;
  border-top: 1px solid #f06f60;
}
body.fortydays #banner img {
  display: block;
  margin: 0 auto;
}
body.fortydays #sidebar {
  background: #e4e2d3;
}
body.fortydays #sidebar h2 {
  color: #19375b;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
body.fortydays #sidebar > .events {
  padding-top: 55px;
  background: url(/images/40days/bg_sidebar_events.png) no-repeat top center;
}
body.fortydays #sidebar > .events h3.title {
  font-weight: normal !important;
}
body.fortydays #sidebar > .events p.date {
  font-size: 14px;
}
body.fortydays #bottom {
  background-color: #19375b;
  color: #fff;
}
body.fortydays #bottom a {
  color: #fff;
}
body.fortydays #bottom .container .logo {
  margin-bottom: 1.5rem;
}
body.fortydays #bottom .container .addr-links {
  margin-bottom: 1.5rem;
  font-size: 14px;
}
body.fortydays #bottom .container .addr-links .nav-list {
  color: #fff;
}
body.fortydays #bottom .container .donate-social .donate a.button {
  font-weight: normal;
}
body.fortydays #bottom .container .donate-social .social a {
  font-size: 2rem;
}
body.fortydays #forty-signup {
  background-color: #19375b;
  color: #fff;
}
body.fortydays #forty-signup .sizer {
  padding-left: 10px;
  padding-right: 10px;
}
body.fortydays #forty-signup h2 {
  color: #fff;
  font-size: 32px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
body.fortydays #forty-signup p {
  margin-bottom: 0.75rem;
}
body.fortydays #forty-signup input {
  height: 50px;
  box-shadow: none;
  border-radius: 0;
  background-clip: padding-box;
  max-width: none;
}
body.fortydays #forty-signup input[name="email"] {
  width: 100%;
}
body.fortydays #forty-signup input[name="zip"] {
  width: 65%;
  margin-right: 5%;
}
body.fortydays #forty-signup button {
  height: 50px;
  width: 30%;
  text-transform: uppercase;
}
body.fortydays h1.page-title {
  color: #19375b;
  text-transform: uppercase;
  font-weight: normal;
}
@media screen and (min-width: 640px) {
  body.fortydays #topnav {
    background: #19375b;
  }
  body.fortydays #topnav > .sizer > ul > li:hover {
    background-color: transparent;
    background-image: url(/images/topnav_divider.png);
  }
  body.fortydays #topnav > .sizer > ul > li:nth-last-of-type(1) {
    background-image: none !important;
  }
  body.fortydays #topnav > .sizer > ul > li:nth-last-of-type(2) {
    background-image: url(/images/topnav_divider.png);
  }
  body.fortydays #forty-signup {
    padding: 40px 0;
  }
  body.fortydays #forty-signup .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body.fortydays #forty-signup .container .img {
    width: 47%;
  }
  body.fortydays #forty-signup .container .form-wrapper {
    width: 47%;
  }
}
@media screen and (min-width: 1024px) {
  body.fortydays #bottom .container {
    display: flex;
    justify-content: space-between;
  }
  body.fortydays #bottom .container .logo {
    max-width: 270px;
  }
  body.fortydays #bottom .container .addr-links {
    padding: 0 40px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  body.fortydays #bottom .container .donate-social .social {
    max-width: 50%;
  }
}
@media screen and (max-width: 639px) {
  body.fortydays #forty-signup {
    padding: 20px 0;
  }
}
body.fortydays.landing-page #middle {
  padding: 0;
}
body.fortydays.landing-page #middle .sizer {
  padding: 0 10px;
}
body.fortydays.landing-page #middle > .sizer {
  max-width: none;
  padding: 0;
}
body.fortydays.landing-page #middle button,
body.fortydays.landing-page #middle a.button {
  background: #f06f60;
  border: 0;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
}
body.fortydays.landing-page #middle .hero {
  background-color: #19375b;
  color: #fff;
}
body.fortydays.landing-page #middle .hero h1 {
  color: #fff;
  text-transform: uppercase;
}
body.fortydays.landing-page #middle .about h2 {
  color: #19375b;
  text-align: center;
  font-size: 36px;
  font-weight: normal;
  text-transform: uppercase;
}
body.fortydays.landing-page #middle .about h2 span {
  font-weight: 600;
}
body.fortydays.landing-page #middle .about .btns {
  text-align: center;
}
body.fortydays.landing-page #middle .events {
  background-color: #19375b;
  color: #fff;
}
body.fortydays.landing-page #middle .events .heading-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
body.fortydays.landing-page #middle .events .heading-group h3 {
  margin-bottom: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.75rem;
}
body.fortydays.landing-page #middle .events .heading-group a.button {
  border: 2px solid #f06f60;
  background: transparent;
  color: #f06f60;
}
body.fortydays.landing-page #middle .events .event-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.fortydays.landing-page #middle .events .event-row .eb-item {
  padding-right: 40px;
}
body.fortydays.landing-page #middle .events .event-row .eb-item p.date {
  color: #5390e1;
}
body.fortydays.landing-page #middle .events .event-row .eb-item h3.title {
  font-size: 1.5rem;
  font-weight: normal;
  color: #fff;
}
body.fortydays.landing-page #middle .events .event-row .readmore a {
  white-space: nowrap;
  color: #fff;
}
body.fortydays.landing-page #middle .wisdom h2 {
  color: #19375b;
  text-align: center;
  font-size: 36px;
  font-weight: normal;
  text-transform: uppercase;
}
body.fortydays.landing-page #middle .wisdom .quote .img img {
  display: block;
  margin: 0 auto 0.5rem;
}
body.fortydays.landing-page #middle .sponsors {
  background: #fff;
  color: #19375b;
}
body.fortydays.landing-page #middle .sponsors p {
  text-align: center;
}
body.fortydays.landing-page #middle .sponsors .flex-block-grid {
  align-items: center;
}
body.fortydays.landing-page #middle .partners {
  background-color: #19375b;
  color: #fff;
}
body.fortydays.landing-page #middle .partners h2 {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: normal;
  text-transform: uppercase;
}
body.fortydays.landing-page #middle .partners p {
  text-align: center;
}
body.fortydays.landing-page #middle .partners .partner-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.fortydays.landing-page #middle .partners .partner-list li {
  margin: 0 0 0.5rem;
  padding: 0;
}
body.fortydays.landing-page #middle .partners .partner-list li::before {
  content: "\2022";
  color: #f06f60;
  display: inline-block;
  width: 1em;
  margin-left: -0.9em;
  font-weight: bold;
  font-size: 1.1rem;
}
@media screen and (min-width: 640px) {
  body.fortydays.landing-page #middle .hero,
  body.fortydays.landing-page #middle .events,
  body.fortydays.landing-page #middle .wisdom,
  body.fortydays.landing-page #middle .sponsors,
  body.fortydays.landing-page #middle .partners {
    padding: 40px 0;
  }
  body.fortydays.landing-page #middle .hero .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body.fortydays.landing-page #middle .hero .txt {
    padding-right: 30px;
  }
  body.fortydays.landing-page #middle .hero h1 {
    line-height: 1.2;
    font-size: 4em;
    white-space: nowrap;
  }
  body.fortydays.landing-page #middle .hero h1 span {
    display: block;
  }
  body.fortydays.landing-page #middle .hero h1 span.line-1 {
    font-size: 60%;
    font-weight: normal;
  }
  body.fortydays.landing-page #middle .hero h1 span.line-3 {
    font-weight: normal;
  }
  body.fortydays.landing-page #middle .about {
    background-image: url(/images/40days/bg_about_top.png), url(/images/40days/bg_about_bottom.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center top 40px, center bottom 50px;
    padding-top: 130px;
    padding-bottom: 100px;
  }
  body.fortydays.landing-page #middle .about .flex-block-grid {
    padding-left: 10%;
    padding-right: 10%;
  }
  body.fortydays.landing-page #middle .wisdom .heading-group {
    display: flex;
    margin-bottom: 30px;
  }
  body.fortydays.landing-page #middle .wisdom .heading-group .left-bg {
    background-image: url(/images/40days/bg_wisdom_left.png);
    background-repeat: no-repeat;
    background-position: right center;
    flex-grow: 1;
  }
  body.fortydays.landing-page #middle .wisdom .heading-group h2 {
    padding: 0 20px;
    margin-bottom: 0;
  }
  body.fortydays.landing-page #middle .wisdom .heading-group .right-bg {
    background-image: url(/images/40days/bg_wisdom_right.png);
    background-repeat: no-repeat;
    background-position: left center;
    flex-grow: 1;
  }
  body.fortydays.landing-page #middle .sponsors p {
    padding-left: 20%;
    padding-right: 20%;
  }
  body.fortydays.landing-page #middle .partners {
    background-image: url(/images/40days/bg_partners_bottom.png);
    background-repeat: no-repeat;
    background-position: bottom 40px center;
    padding-bottom: 80px;
  }
  body.fortydays.landing-page #middle .partners .heading-group {
    display: flex;
    margin-bottom: 30px;
  }
  body.fortydays.landing-page #middle .partners .heading-group .left-bg {
    background-image: url(/images/40days/bg_partners_left.png);
    background-repeat: no-repeat;
    background-position: right center;
    flex-grow: 1;
  }
  body.fortydays.landing-page #middle .partners .heading-group h2 {
    padding: 0 20px;
    margin-bottom: 0;
  }
  body.fortydays.landing-page #middle .partners .heading-group .right-bg {
    background-image: url(/images/40days/bg_partners_right.png);
    background-repeat: no-repeat;
    background-position: left center;
    flex-grow: 1;
  }
  body.fortydays.landing-page #middle .partners p {
    padding-left: 20%;
    padding-right: 20%;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  body.fortydays.landing-page #middle .events .display-wrapper {
    display: flex;
  }
  body.fortydays.landing-page #middle .events .display-wrapper .bg-symbols {
    background-image: url(/images/40days/calendar_symbols.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 30%;
    margin-right: 5%;
  }
  body.fortydays.landing-page #middle .events .display-wrapper .event-list {
    width: 65%;
  }
}
@media screen and (max-width: 639px) {
  body.fortydays.landing-page #middle .hero,
  body.fortydays.landing-page #middle .about,
  body.fortydays.landing-page #middle .events,
  body.fortydays.landing-page #middle .wisdom,
  body.fortydays.landing-page #middle .sponsors,
  body.fortydays.landing-page #middle .partners {
    padding: 20px 0;
  }
}
body.fortydays-events .tmpl-event-search div.sponsor {
  font-style: italic;
}
/* ===============================================
   DIGITAL ASSETS
   =============================================== */
body#story-7348 .listed-item.button {
  background-color: #19375b;
  border-color: #19375b;
  color: #fff;
}
body#story-7348 .listed-item.button a {
  color: #fff;
}
/* ===============================================
   WOMEN'S EVENT 2021
   =============================================== */
body.give-pledge-womens-event .page-container {
  max-width: 768px;
  margin: 0 auto;
}
body.give-pledge-womens-event #top,
body.give-pledge-womens-event #middle,
body.give-pledge-womens-event #bottom {
  padding: 0;
}
body.give-pledge-womens-event .sizer {
  padding: 0 10px;
}
body.give-pledge-womens-event #top {
  background-color: transparent;
}
body.give-pledge-womens-event #top > .sizer {
  padding: 0;
}
body.give-pledge-womens-event #top img {
  display: block;
}
body.give-pledge-womens-event #banner > .sizer,
body.give-pledge-womens-event #thanks > .sizer {
  padding: 0;
}
body.give-pledge-womens-event #banner img,
body.give-pledge-womens-event #thanks img {
  display: block;
}
body.give-pledge-womens-event #middle {
  padding: 20px 0;
}
body.give-pledge-womens-event #middle h1,
body.give-pledge-womens-event #middle h2,
body.give-pledge-womens-event #middle h3,
body.give-pledge-womens-event #middle h4 {
  line-height: 1.2;
  margin-bottom: 1.2rem;
}
body.give-pledge-womens-event #middle p,
body.give-pledge-womens-event #middle li {
  line-height: 1.2;
  margin-bottom: 1.2rem;
}
body.give-pledge-womens-event #bottom {
  padding: 20px 0 10px;
}
body.give-pledge-womens-event #bottom .container > div {
  margin-bottom: 1.5rem;
}
body.give-pledge-womens-event #bottom .container .disclaimer {
  text-transform: uppercase;
  font-size: 0.8rem;
}
body.give-pledge-womens-event .tmpl-subscribe-form h1 {
  color: #000 !important;
  font-size: 28px;
}
body.give-pledge-womens-event .tmpl-subscribe-form h2 {
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background-color: #c80a87;
  padding: 5px 10px;
}
body.give-pledge-womens-event .tmpl-subscribe-form h3 {
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}
body.give-pledge-womens-event .tmpl-subscribe-form .hilite {
  background: #fdd4ef;
  padding: 10px;
  margin-bottom: 1.5rem;
}
body.give-pledge-womens-event .tmpl-subscribe-form .hilite.darker {
  background: #faa4dd;
}
body.give-pledge-womens-event .tmpl-subscribe-form .hilite .hdr em {
  font-size: 1.2em;
}
body.give-pledge-womens-event .tmpl-subscribe-form .hilite .expl {
  font-size: 0.9em;
}
body.give-pledge-womens-event .tmpl-subscribe-form .giving-history {
  margin-bottom: 1.5rem;
}
body.give-pledge-womens-event .tmpl-subscribe-form .giving-history .past-giving {
  display: flex;
}
body.give-pledge-womens-event .tmpl-subscribe-form .giving-history .past-giving .yr {
  margin-right: 10px;
  font-weight: bold;
}
body.give-pledge-womens-event .tmpl-subscribe-form .form-item {
  max-width: none;
}
body.give-pledge-womens-event .tmpl-subscribe-form button[type="submit"] {
  padding: 15px 30px;
  font-size: 200%;
  background-color: #c80a87;
  border-color: #c80a87;
  background-clip: border-box;
}
@media only screen and (max-width: 320px) {
  body.give-pledge-womens-event #content input.text,
  body.give-pledge-womens-event #content select,
  body.give-pledge-womens-event #content textarea {
    width: auto;
  }
}
.form-item input.text {
  box-shadow: none;
}
.form-item .input-group {
  display: flex;
  align-items: center;
}
.form-item .input-group .input-prepend {
  height: 2rem;
  min-height: 25px;
  background: #fff;
  line-height: 2rem;
  padding: 0 0.25rem;
  border: 1px solid #aaa;
  border-right-width: 0;
  border-radius: 3px 0 0 3px;
}
.form-item .input-group input.text {
  border-left-width: 0;
  border-radius: 0 3px 3px 0;
  flex-shrink: 1;
  min-width: 0;
}
#story-7477 #thanks .container img:first-child {
  display: none;
}
/* ===============================================
   PLEDGE CARD
   =============================================== */
body.pledge-card-form .page-container {
  max-width: 768px;
  margin: 0 auto;
}
body.pledge-card-form #top,
body.pledge-card-form #middle,
body.pledge-card-form #bottom {
  padding: 0;
}
body.pledge-card-form .sizer {
  padding: 0 10px;
}
body.pledge-card-form #top {
  background-color: transparent;
}
body.pledge-card-form #top > .sizer {
  padding: 0;
}
body.pledge-card-form #top img {
  display: block;
}
body.pledge-card-form #banner > .sizer,
body.pledge-card-form #thanks > .sizer,
body.pledge-card-form .extra-bottom-image > .sizer {
  padding: 0;
}
body.pledge-card-form #banner img,
body.pledge-card-form #thanks img,
body.pledge-card-form .extra-bottom-image img {
  display: block;
}
body.pledge-card-form #middle {
  padding: 20px 0;
}
body.pledge-card-form #middle h1,
body.pledge-card-form #middle h2,
body.pledge-card-form #middle h3,
body.pledge-card-form #middle h4 {
  line-height: 1.2;
  margin-bottom: 1.2rem;
}
body.pledge-card-form #middle p,
body.pledge-card-form #middle li {
  line-height: 1.2;
  margin-bottom: 1.2rem;
}
body.pledge-card-form #bottom {
  padding: 20px 0 10px;
}
body.pledge-card-form #bottom .container > div {
  margin-bottom: 1.5rem;
}
body.pledge-card-form #bottom .container .disclaimer {
  text-transform: uppercase;
  font-size: 0.8rem;
}
body.pledge-card-form .tmpl-subscribe-form h1 {
  color: #000 !important;
  font-size: 26px;
}
body.pledge-card-form .tmpl-subscribe-form h2 {
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background-color: #19375b;
  padding: 5px 10px;
}
body.pledge-card-form .tmpl-subscribe-form h3 {
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}
body.pledge-card-form .tmpl-subscribe-form .hilite {
  background: #e0e0e0;
  padding: 10px;
  margin-bottom: 1.5rem;
}
body.pledge-card-form .tmpl-subscribe-form .hilite.darker {
  background: #e0e0e0;
}
body.pledge-card-form .tmpl-subscribe-form .hilite .hdr em {
  font-size: 1.2em;
}
body.pledge-card-form .tmpl-subscribe-form .hilite .expl {
  font-size: 0.9em;
}
body.pledge-card-form .tmpl-subscribe-form .giving-history {
  margin-bottom: 1.5rem;
}
body.pledge-card-form .tmpl-subscribe-form .giving-history .past-giving {
  display: flex;
}
body.pledge-card-form .tmpl-subscribe-form .giving-history .past-giving .yr {
  margin-right: 10px;
  font-weight: bold;
}
body.pledge-card-form .tmpl-subscribe-form .form-item {
  max-width: none;
}
body.pledge-card-form .tmpl-subscribe-form button[type="submit"] {
  padding: 15px 30px;
  font-size: 200%;
  background-clip: border-box;
}
@media only screen and (max-width: 320px) {
  body.pledge-card-form #content input.text,
  body.pledge-card-form #content select,
  body.pledge-card-form #content textarea {
    width: auto;
  }
}
/* ===============================================
   FLEXBOX FORMS V2 (copied from vanilla 10/8/2020)
   =============================================== */
body.flexbox-forms-v2 .form-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  max-width: 400px;
}
body.flexbox-forms-v2 .form-item > label {
  font-weight: bold;
  margin-bottom: 0.25rem;
}
body.flexbox-forms-v2 .form-item.checkbox,
body.flexbox-forms-v2 .form-item.radio {
  flex-direction: row;
}
body.flexbox-forms-v2 .form-item.checkbox > label,
body.flexbox-forms-v2 .form-item.radio > label {
  font-weight: normal;
  font-size: 1rem;
  margin-left: 0.5rem;
  order: 99;
}
body.flexbox-forms-v2 .form-row {
  margin-bottom: 1rem;
  max-width: 400px;
}
body.flexbox-forms-v2 .form-row .form-item {
  margin-bottom: 0;
}
body.flexbox-forms-v2 input.text,
body.flexbox-forms-v2 textarea,
body.flexbox-forms-v2 select,
body.flexbox-forms-v2 select[multiple] {
  margin: 0;
  padding: 3px 5px;
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-clip: padding-box;
}
body.flexbox-forms-v2 input.text:focus,
body.flexbox-forms-v2 textarea:focus,
body.flexbox-forms-v2 select:focus,
body.flexbox-forms-v2 select[multiple]:focus {
  background-color: #f9f9f9;
  border: 1px solid #aaa !important;
  outline: none;
}
body.flexbox-forms-v2 input.text,
body.flexbox-forms-v2 select {
  height: 2rem;
  min-height: 25px;
}
body.flexbox-forms-v2 select[multiple] {
  height: auto;
  min-height: 25px;
}
body.flexbox-forms-v2 textarea {
  min-height: 150px;
}
body.flexbox-forms-v2 input[type="radio"],
body.flexbox-forms-v2 input[type="checkbox"] {
  margin: 3px;
  vertical-align: middle;
}
body.flexbox-forms-v2 .radio-group .radio-group-horz {
  display: flex;
  padding: 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-clip: padding-box;
}
body.flexbox-forms-v2 .radio-group .radio-group-horz .radio-item {
  display: flex;
  flex-direction: row;
  margin-right: 2rem;
}
body.flexbox-forms-v2 .radio-group .radio-group-horz .radio-item:last-child {
  margin-right: 0;
}
body.flexbox-forms-v2 .radio-group .radio-group-horz .radio-item > label {
  margin-left: 0.5rem;
  order: 99;
}
body.flexbox-forms-v2 .radio-group .radio-group-vert {
  display: flex;
  flex-direction: column;
  padding: 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-clip: padding-box;
}
body.flexbox-forms-v2 .radio-group .radio-group-vert .radio-item {
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: row;
}
body.flexbox-forms-v2 .radio-group .radio-group-vert .radio-item:last-child {
  margin-bottom: 0;
}
body.flexbox-forms-v2 .radio-group .radio-group-vert .radio-item > label {
  margin-left: 0.5rem;
  order: 99;
}
body.flexbox-forms-v2 .checkbox-group .checkbox-group-horz {
  display: flex;
  padding: 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-clip: padding-box;
}
body.flexbox-forms-v2 .checkbox-group .checkbox-group-horz .checkbox-item {
  display: flex;
  flex-direction: row;
  margin-right: 2rem;
}
body.flexbox-forms-v2 .checkbox-group .checkbox-group-horz .checkbox-item:last-child {
  margin-right: 0;
}
body.flexbox-forms-v2 .checkbox-group .checkbox-group-horz .checkbox-item > label {
  margin-left: 0.5rem;
  order: 99;
}
body.flexbox-forms-v2 .checkbox-group .checkbox-group-vert {
  display: flex;
  flex-direction: column;
  padding: 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-clip: padding-box;
}
body.flexbox-forms-v2 .checkbox-group .checkbox-group-vert .checkbox-item {
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: row;
}
body.flexbox-forms-v2 .checkbox-group .checkbox-group-vert .checkbox-item:last-child {
  margin-bottom: 0;
}
body.flexbox-forms-v2 .checkbox-group .checkbox-group-vert .checkbox-item > label {
  margin-left: 0.5rem;
  order: 99;
}
body.flexbox-forms-v2 #address1 + #address2 {
  margin-top: 0.25rem;
}
body.flexbox-forms-v2 .form-item.date-picker input.text {
  width: calc(100% - 30px);
  border-radius: 3px 0 0 3px;
  background-clip: padding-box;
}
body.flexbox-forms-v2 .form-item.date-picker button.trigger {
  height: 2rem;
  width: 30px;
  padding: 4px 8px;
  font-size: 14px;
  color: #fff;
  border-radius: 0 3px 3px 0;
  background-clip: padding-box;
}
body.flexbox-forms-v2 .form-item.simple-multiple {
  display: flex;
  flex-direction: row;
  align-items: center;
}
body.flexbox-forms-v2 .form-item.simple-multiple > * {
  margin-right: 1rem;
}
body.flexbox-forms-v2 .form-item.submit {
  max-width: none;
}
body.flexbox-forms-v2 .form-item.submit .button-wrapper {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
}
body.flexbox-forms-v2 .form-item.submit .button-wrapper button {
  margin-right: 2rem;
}
body.flexbox-forms-v2 .form-item.submit .button-wrapper button:last-child {
  margin-right: 0;
}
body.flexbox-forms-v2 .form-item.submit .button-wrapper button.secondary {
  margin-left: 2rem;
}
body.flexbox-forms-v2 .form-row.expires {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
body.flexbox-forms-v2 .form-row.expires > div {
  width: 48%;
}
body.flexbox-forms-v2 .form-row.expires.with-code {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
body.flexbox-forms-v2 .form-row.expires.with-code > div {
  width: 30.5%;
}
@media screen and (min-width: 640px) {
  body.flexbox-forms-v2 .form-row.two-up,
  body.flexbox-forms-v2 .form-row.first-last {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  body.flexbox-forms-v2 .form-row.two-up > div,
  body.flexbox-forms-v2 .form-row.first-last > div {
    width: 48%;
  }
  body.flexbox-forms-v2 .form-row.three-up,
  body.flexbox-forms-v2 .form-row.city-state-zip {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  body.flexbox-forms-v2 .form-row.three-up > div,
  body.flexbox-forms-v2 .form-row.city-state-zip > div {
    width: 30.5%;
  }
  body.flexbox-forms-v2 .form-row.multiple-inline {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  body.flexbox-forms-v2 .form-row.multiple-inline > div {
    margin-right: 1rem;
  }
}
/* ===============================================
   PACESETTER EVENT 2020
   =============================================== */
body.pacesetter {
  min-height: 100vh;
  background-image: url(/images/pacesetter/bg_pacesetter.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
body.pacesetter #top {
  background: transparent;
}
body.pacesetter #top .sizer {
  display: block;
}
body.pacesetter #top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.pacesetter #welcome-bar {
  min-height: 86px;
  background-image: url(/images/pacesetter/bg_gold_bar.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  font-family: 'Oswald', sans-serif;
  color: #353d74;
}
body.pacesetter #welcome-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 86px;
}
body.pacesetter #welcome-bar .welcome {
  font-size: 36px;
  font-weight: bold;
}
body.pacesetter #welcome-bar .help {
  font-size: 36px;
}
body.pacesetter #content {
  width: 100% !important;
  margin: 0 !important;
}
body.pacesetter #bottom {
  color: #fff;
  text-align: center;
}
body.pacesetter #bottom .container {
  margin-top: 4rem;
  padding-top: 1rem;
  border-top: 2px solid #fff;
}
body.pacesetter #bottom a {
  color: #fff;
}
body.pacesetter #bottom .nav-list {
  color: #fff;
  justify-content: center;
}
@media screen and (max-width: 639px) {
  body.pacesetter #top .container .pacesetter-logo {
    margin-right: 5%;
  }
  body.pacesetter #top .container .jm-logo {
    margin-left: 5%;
  }
  body.pacesetter #welcome-bar .container {
    padding: 10px 20px;
    flex-direction: column;
    line-height: 1.5;
    text-align: center;
  }
  body.pacesetter #welcome-bar .welcome,
  body.pacesetter #welcome-bar .help {
    font-size: 24px;
  }
}
body.pacesetter-landing .story-content {
  color: #fff;
}
body.pacesetter-landing .chat iframe {
  width: 100%;
  height: 400px;
}
body.pacesetter-landing .embed-wrapper {
  margin-bottom: 1.5rem;
}
body.pacesetter-landing .instructions {
  font-size: 1.5rem;
  text-align: center;
}
body.pacesetter-landing .fullscreen-info {
  font-style: italic;
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 639px) {
  body.pacesetter-landing .instructions,
  body.pacesetter-landing .fullscreen-info {
    font-size: 1.25rem;
  }
}
body.pacesetter-guests .btn-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
body.pacesetter-guests .btn-wrapper a {
  text-decoration: none;
}
body.pacesetter-guests .btn {
  border: 4px solid #bebecd;
  border-radius: 5px;
  background-clip: padding-box;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
body.pacesetter-guests .btn .step-num {
  flex: 0 1 auto;
  background-color: #cdb87e;
  color: #353d74;
  height: 4rem;
  width: 4rem;
  line-height: 4rem;
  font-size: 2rem;
  text-align: center;
  border-radius: 100px;
  background-clip: padding-box;
}
body.pacesetter-guests .btn .step-desc {
  flex: 1 1 80%;
  padding: 0 4rem;
  font-size: 2rem;
  color: #fff;
}
body.pacesetter-guests .btn .step-desc strong {
  font-size: 2.5rem;
}
body.pacesetter-guests .btn .arrow {
  flex: 0 1 auto;
}
@media screen and (max-width: 639px) {
  body.pacesetter-guests .btn .step-num {
    height: 3rem;
    width: 3rem;
    line-height: 3rem;
  }
  body.pacesetter-guests .btn .step-desc {
    font-size: 1rem;
    padding: 0 2rem;
  }
  body.pacesetter-guests .btn .step-desc strong {
    font-size: 1.25rem;
  }
}
body.pledge-pacesetter .tmpl-subscribe-form button[type="submit"] {
  padding: 15px 30px;
  font-size: 200%;
  background-color: #19375b;
  border-color: #19375b;
  background-clip: border-box;
}
/* ===============================================
   10 DAYS OF COMMUNITY  FEBRUARY 2021
   =============================================== */
body.tendays h1,
body.tendays h2,
body.tendays h3 {
  color: #19375b;
}
body.tendays a {
  color: #19375b;
}
body.tendays a.button {
  color: #fff;
}
body.tendays #top-alert {
  display: none;
}
body.tendays #top {
  background: #fff;
  padding: 0;
}
body.tendays #top > .sizer {
  display: block;
}
body.tendays #top .shoah-logos {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
body.tendays #top .shoah-logos > div {
  padding-right: 50px;
}
body.tendays #top .shoah-logos > div:last-child {
  padding-right: 0;
}
body.tendays #bottom {
  text-align: center;
}
body.tendays #bottom h2 {
  text-transform: uppercase;
}
body.tendays #bottom .shoah-partners {
  border-bottom: 2px solid #3f5c58;
  padding: 1rem 0;
}
body.tendays #bottom .shoah-credits {
  padding: 1rem 0;
}
body.tendays #bottom .bottom-logos {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.tendays #bottom .bottom-logos > div {
  flex-grow: 0;
}
body.tendays.section-landing #middle .sizer {
  padding-left: 10px;
  padding-right: 10px;
}
body.tendays.section-landing #middle h2 {
  text-align: center;
}
body.tendays.section-landing #middle .hero {
  background-image: url(/images/shoah_hero_candles.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
body.tendays.section-landing #middle .hero .text-overlay {
  max-width: 960px;
  padding: 20px 30px;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  color: #fff;
}
body.tendays.section-landing #middle .hero .text-overlay h2 {
  margin-bottom: 0;
  text-align: center;
}
body.tendays.section-landing #middle .hero .text-overlay h3 {
  margin-bottom: 0;
  text-align: center;
}
body.tendays.section-landing #middle .sponsors {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3f5c58;
  color: #fff;
}
body.tendays.section-landing #middle .sponsors p {
  font-size: 1.25rem;
  text-align: center;
}
body.tendays.section-landing #middle .sponsors p:last-child {
  margin-bottom: 0;
}
body.tendays.section-landing #middle .introduction {
  background-color: #bbcfcd;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1.25rem;
  text-align: center;
}
body.tendays.section-landing #middle .introduction p:last-child {
  margin-bottom: 0;
}
body.tendays.section-landing #middle .films {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
body.tendays.section-landing #middle .films .sizer > h3 {
  text-align: center;
}
body.tendays.section-landing #middle .other-ways {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e1ecf4;
  color: #19375b;
}
body.tendays.letter .sigs img {
  display: block;
  float: left;
  margin-right: 2rem;
}
@media screen and (min-width: 640px) {
  body.tendays.section-landing #middle {
    padding-top: 0;
  }
  body.tendays.section-landing #middle > .sizer {
    max-width: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  body.tendays.section-landing #middle h2 {
    font-size: 3rem;
  }
  body.tendays.section-landing #middle .hero {
    min-height: 450px;
    padding: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body.tendays.section-landing #middle .hero .text-overlay h2 {
    font-size: 3rem;
    color: #fff;
  }
  body.tendays.section-landing #middle .hero .text-overlay h3 {
    font-size: 2rem;
    color: #fff;
  }
  body.tendays.section-landing #middle .other-ways .img {
    float: right;
    margin: 1rem 0 0 1rem;
  }
}
@media screen and (max-width: 639px) {
  body.tendays #top .shoah-logos {
    flex-wrap: wrap;
  }
  body.tendays #top .shoah-logos > div {
    padding-right: 0;
  }
  body.tendays #bottom .bottom-logos {
    flex-direction: column;
  }
  body.tendays #bottom .bottom-logos > div {
    margin-bottom: 0.5rem;
  }
  body.tendays.section-landing #middle {
    padding: 0;
  }
  body.tendays.section-landing #middle > .sizer {
    padding-left: 0;
    padding-right: 0;
  }
  body.tendays.section-landing #middle h2 {
    font-size: 2rem;
  }
  body.tendays.section-landing #middle .hero {
    padding: 60px 10px;
  }
  body.tendays.section-landing #middle .hero .text-overlay h2 {
    font-size: 2rem;
    color: #fff;
  }
  body.tendays.section-landing #middle .hero .text-overlay h3 {
    font-size: 1.5rem;
    color: #fff;
  }
}
/* ===============================================
   MAIN EVENT RSVP/PLEDGE FEBRUARY 2021
   =============================================== */
body#story-7675.pac-contribution-form form#contribution-form .amounts label,
body#story-7753.pac-contribution-form form#contribution-form .amounts label,
body#story-7778.pac-contribution-form form#contribution-form .amounts label {
  width: auto;
  margin-right: 3rem;
}
body.pledge-tme .tmpl-subscribe-form button[type="submit"] {
  background-color: #19375b;
  border-color: #19375b;
}
/* ===============================================
   MAIN EVENT PROGRAM  MARCH 2021
   =============================================== */
body.tme {
  min-height: 100vh;
  background-image: url(/images/tme/tme_2021_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
body.tme .page-container {
  background-image: url(/images/tme/tme_2021_gold.png);
  background-repeat: no-repeat;
  background-position: top center;
}
body.tme #top {
  background: transparent;
  padding: 37px 0 50px;
}
body.tme #top .sizer {
  display: block;
}
body.tme #top .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.tme #content {
  width: 100% !important;
  margin: 0 !important;
  color: #fff;
}
body.tme #gmjf-logo {
  margin: 2rem 0;
  text-align: center;
}
body.tme #bottom {
  color: #fff;
  text-align: center;
  margin-top: 2rem;
}
body.tme #bottom .container {
  padding-top: 1rem;
  border-top: 2px solid #fff;
}
body.tme #bottom a {
  color: #fff;
}
body.tme #bottom .nav-list {
  color: #fff;
  justify-content: center;
}
@media screen and (max-width: 850px) {
  body.tme .page-container {
    background-image: none;
  }
}
body.tme-checkin .intro {
  color: #fff;
  text-align: center;
}
body.tme-checkin .intro h1 {
  color: #fff;
  font-family: TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
  font-size: 4rem;
  text-transform: uppercase;
  font-weight: normal;
}
body.tme-checkin .intro p {
  font-size: 1.5rem;
}
body.tme-checkin .sub-form-wrapper {
  display: flex;
  justify-content: center;
}
body.tme-checkin #subscribe-form {
  width: 300px;
  margin: 0 auto;
  color: #fff;
}
body.tme-checkin #subscribe-form .formrow {
  flex-direction: column;
}
body.tme-checkin #subscribe-form .formrow .label-wrapper,
body.tme-checkin #subscribe-form .formrow .input-wrapper {
  flex: 0 0 auto;
  max-width: none;
}
body.tme-checkin #subscribe-form label {
  color: #fff;
}
body.tme-checkin #subscribe-form input {
  height: 35px;
}
body.tme-checkin #subscribe-form span.req {
  color: #fff;
}
body.tme-checkin #subscribe-form button {
  border-color: #dfbc66;
  background-color: #dfbc66;
  text-transform: uppercase;
  width: 100%;
}
body.tme-placeholder .story-content {
  color: #fff;
  text-align: center;
  font-size: 2rem;
}
body.tme-live .story-content {
  color: #fff;
}
body.tme-live .video-chat {
  display: flex;
  font-size: 1.25rem;
}
body.tme-live .vid-embed {
  flex-shrink: 0;
  width: 75%;
  margin-right: 0%;
}
body.tme-live .chat {
  flex-shrink: 0;
  width: 25%;
}
body.tme-live .chat iframe {
  margin-bottom: 1.5rem;
}
body.tme-live .chat h3 {
  font-size: 2rem;
  color: #fff;
  text-align: center;
}
body.tme-live .embed-wrapper {
  margin-bottom: 1.5rem;
}
body.tme-live .instructions h2 {
  color: #fff;
}
body.tme-live .instructions img {
  width: 25px;
  height: auto;
  vertical-align: middle;
}
@media screen and (max-width: 1023px) {
  body.tme-live .video-chat {
    flex-direction: column;
  }
  body.tme-live .vid-embed {
    width: 100%;
    margin: 0 0 1.5rem;
  }
  body.tme-live .chat {
    width: 100%;
  }
  body.tme-live .chat iframe {
    width: 100%;
  }
  body.tme-live .chat h3 {
    text-align: left;
  }
}
/* ===============================================
   RT 22930 MARCH 2021
   =============================================== */
body.gift.screen-contribution-form .pt-wrapper {
  display: none;
}
body.gift #contribution-form .two-columns {
  display: flex;
  flex-direction: column;
}
body.gift #contribution-form .two-columns .column-1 {
  margin-right: 0;
}
body.gift #contribution-form .two-columns .column-2 {
  order: -1;
  margin-bottom: 1.5rem;
}
.formrow.email-type .fieldset,
.formrow.email-type .fieldset .formrow,
.formrow.address-home-or-business .fieldset,
.formrow.address-home-or-business .fieldset .formrow,
.formrow .input-wrapper .fieldset,
.formrow .input-wrapper .fieldset .child-formrow {
  margin-bottom: 0;
}
/* ===============================================
   UNSTOPPABLE VIDEO
   =============================================== */
body.unstoppable.video-landing {
  background-color: #bbcfcd;
}
body.unstoppable.video-landing .vid {
  margin: 2rem 0;
}
body.unstoppable.video-landing .embed-wrapper {
  margin-bottom: 1.5rem;
}
body.unstoppable.video-landing .instructions {
  font-weight: bold;
}
body.unstoppable.video-landing .instructions h2 {
  color: #fff;
}
body.unstoppable.video-landing .instructions img {
  width: 25px;
  height: auto;
  vertical-align: middle;
}
body.unstoppable.video-landing .live-logo {
  margin: 2rem 0;
}
body.unstoppable.video-landing .live-logo .img {
  max-width: 300px;
  height: auto;
}
/* ===============================================
   GENERIC LIVE STREAM SECTION COVER
   =============================================== */
body.live-stream.section-landing {
  background-color: #02284f;
  color: #fff;
}
body.live-stream.section-landing .embed-wrapper {
  margin-bottom: 1.5rem;
}
body.live-stream.section-landing .instructions {
  font-weight: bold;
}
body.live-stream.section-landing .instructions .bigger {
  font-size: 1.25em;
}
body.live-stream.section-landing .instructions h2 {
  color: #fff;
}
body.live-stream.section-landing .instructions img {
  width: 25px;
  height: auto;
  vertical-align: middle;
}
body.live-stream.section-landing .live-logo .img {
  margin-bottom: 0;
  max-width: 860px;
  height: auto;
}
/* ===============================================
   PACESETTER 2022 RSVP
   =============================================== */
body#story-8279 .formrow.guest-register-checkbox,
body#story-8328 .formrow.guest-register-checkbox {
  padding: 10px;
  background-color: #e0e0e0;
}
body#story-8484 .story-content {
  color: #fff;
}
body#story-8484 .story-content #messages {
  color: #333;
}
body#story-8484 .story-content h1,
body#story-8484 .story-content h2,
body#story-8484 .story-content h3 {
  color: #fff;
}
body#story-8484 .story-content span.req {
  color: #fff;
}
/* ===============================================
   PACESETTER 2022 PLEDGE
   =============================================== */
body.pledge-pacesetter .extra-bottom-image {
  margin-bottom: 1rem;
}
/* ===============================================
   PACESETTER 2022 VIDEO LANDING
   =============================================== */
body#story-8485 .important-msg {
  padding: 1rem 2rem;
  border: 1px solid #fff;
  text-align: center;
}
body#story-8485 .important-msg :last-child {
  margin-bottom: 0;
}
/* ===============================================
   BRIAN SCHWARTZ 2022
   =============================================== */
body#story-8482 fieldset.guests h2:last-of-type {
  display: none;
}
/* ===============================================
   ISRAELI DIVISION 2022
   =============================================== */
body#story-8539 .slideshow {
  background-color: #f7f7f7;
}
body#story-8539 .slideshow .listed-item {
  max-width: 1920px;
  margin: 0 auto;
}
body#story-8539 .global-stories .listed-item .display-wrapper {
  flex-direction: column-reverse;
}
@media screen and (max-width: 639px) {
  body#story-8539 .slideshow .listed-item {
    height: 200px;
  }
}
/* ===============================================
   ANNUAL MEETING 2022
   =============================================== */
body.annualmeeting {
  background: url(/images/2022/2022_annual_mtg_bg.jpg) center;
  color: #fff;
}
body.annualmeeting .logo {
  text-align: center;
  margin-bottom: 3rem;
}
body.annualmeeting .logo img {
  max-width: 400px;
  height: auto;
}
body.annualmeeting h1 {
  color: #fff;
}
body.annualmeeting .story-content {
  max-width: 898px;
  margin: 0 auto;
}
/* ===============================================
   BING SEARCH
   =============================================== */
body.bing-search .bing-search-wrapper {
  margin: 2rem 0;
  min-height: 300px;
}
body.bing-search .bing-search-wrapper .bcs-container-searchbox {
  background-color: #fff;
}
body.bing-search .bing-search-wrapper #bcs-results-div {
  font-family: 'Maven Pro', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
body.bing-search .bing-search-wrapper #bcs-results-div h2 {
  color: #19375b;
  font-family: 'Maven Pro', sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
}
body.bing-search .bing-search-wrapper #bcs-results-div h2 a {
  color: #19375b;
}
body.bing-search .bing-search-wrapper #bcs-results-div .bcs-caption {
  line-height: 1.5;
}
