#main #container-inner {
  background-color: white;
}

.misc a {
  text-decoration: underline;
}

.top-popular h1 a {
  color: white;
}

.entry-body, .misc-body {
  overflow: hidden;
}

.entry-body .image img, .misc-body .image img {
  width: 100%;
}

#entry .entry-body .image, .misc-body .image {
  padding-bottom: 10px;
  padding-top: 10px;
}

#entry .entry-body .image figcaption,
#entry .entry-body .image figcaption *,
.misc-body .image figcaption,
.misc-body .image figcaption * {
  color: #666;
  font-size: 11px;
  font-style: italic;
}

.entry-body .image.align-left,
.misc-body .image.align-left {
  float: left;
  padding-right: 20px;
  width: 50%;
}

.entry-body .image.align-right,
.misc-body .image.align-right {
  float: right;
  padding-left: 20px;
  width: 50%;
}

.entry-body .image.align-center,
.misc-body .image.align-center {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.entry-body .mce-insert_html.align-left > * {
  float: left;
  padding-right: 20px;
  width: 50%;
}

.entry-body .mce-insert_html.align-right > * {
  float: right;
  padding-left: 20px;
  width: 50%;
}

.entry-body .mce-insert_html.align-center > * {
  margin-left: auto;
  margin-right: auto;
}

.entry-body p img,
.misc-body p img {
  width: 100%;
}

.entry-body .image.align-center img,
.entry-body .image.align-center figcaption,
.misc-body .image.align-center img,
.misc-body .image.align-center figcaption {
  align-self: center;
  width: 50%;
}

.blog .content-inner > #search-results {
  margin: 0;
}

.embed__nbc {
  height: 0px;
  padding-bottom: 56.25%;
  position: relative;
}

.embed__nbc iframe {
  position: absolute;
}

.entry-strip-label {
  align-items: center;
  box-sizing: border-box;
  color: white;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  height: 40px;
  justify-content: flex-end;
  margin-bottom: 15px;
  max-width: 640px;
  padding-right: 15px;
  width: 100%;
}

#entry .content-inner .entry-strip-label__link:link {
  text-decoration: none;
}

.entry-strip-label--grey {
  background-color: #888888;
}

.entry-strip-label--blue {
  background-color: #3375fa;
}

#entry .content-inner a:visited, .misc #misc-content-inner a:visited,
.misc-content-inner a:visited, .misc #misc-content-inner a:visited {
  color: #6C7579;
}

.in-house-promos__promo--single {
  display: block;
  margin: 0 auto;
}

.in-house-promos__promo--single img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.in-house-promos__promo--pair {
  margin-top: 8px;
  height: 160px;
  width: 300px;
}

.sponsored-element {
  background-color: #f6f6f6;
  margin: 10px 0;
  padding: 5px 15px 15px 15px;
}

.sponsored-element__tag {
  align-items: center;
  background-color: #808080;
  color: white;
  content: "SPONSORED";
  display: flex;
  font-family: ArialNarrow, "Arial Narrow";
  font-size: 13px;
  height: 17px;
  justify-content: center;
  margin-top: 15px;
  padding-top: 1.5px;
  width: 80px;
}

#entry .top-popular img {
  display: none;
}

#member-testimonial:not(:empty) {
  background-position: center;
  background-size: cover;
  color: white;
  height: 90px;
  margin: 15px;
  position: relative;
  text-align: center;
}

#member-testimonial #member-testimonial__text {
  font-size: 18px;
  left: 3%;
  object-fit: cover;
  position: absolute;
  top: 45%;
}

#dynoFooterDivider {
  margin: 0px;
  border: 0px;
  border-bottom: 1px solid #969696;
}

#dynoFooter:not(:empty) {
  background-color: rgb(253, 243, 223);
  font-family: HelveticaNeue, Helvetica;
  font-size: 15px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 22px;
  margin-top: 20px;
  padding: 11px 10px 10px 10px;
}

#dynoFooter b {
  font-style: normal;
}

#search-results {
  margin-bottom: 25px;
}

#member-testimonial {
  display: none;
}

/* Donation Progress Meter Styles */
.progress-meter-container {
  color: rgb(26, 26, 26);
  font-family: HelveticaNeue, "Helvetica Neue", Helvetica, "Arial Narrow";
  padding: 25px 45px 20px 40px;
}

.progress-meter-container a:link, .progress-meter-container a:visited {
  color: rgb(78, 78, 78);
  text-decoration: underline;
}

.progress-meter-container .progress-meter__message {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 24px;
}

.progress-meter-container .progress-meter__message h1 {
  color: rgb(255, 255, 255);
  font-family: HelveticaNeue, "Helvetica Neue", Helvetica, "Arial Narrow";
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 5px;
}

.progress-meter-container .progress-meter__message mark {
  color: rgb(78, 78, 78);
}

.progress-meter-row {
  align-items: center;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 30px;
  -webkit-align-items: center;
  -webkit-flex-direction: column;
  -webkit-justify-content: space-between;
}

.progress-meter-row .progress-meter {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  width: 100%;
  -webkit-flex-direction: column;
}

.progress-meter-row .progress-meter .progress-meter__members-container {
  color: rgb(255, 255, 255);
  display: flex;
  display: -webkit-flex;
  font-size: 19px;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.progress-meter-row .progress-meter .progress-meter__members-container .progress-meter__members {
  font-weight: 600;
}

.progress-meter-row .progress-meter .progress-meter__meter {
  -webkit-box-shadow: inset 0px 1px 6px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0px 1px 6px 0px rgba(0,0,0,0.5);
  box-shadow: inset 0px 1px 6px 0px rgba(0,0,0,0.5);
}

.progress-meter-row .progress-meter .progress-meter__meter[value] {
  background-color: rgb(255, 255, 255);
  border: 0;
  border-radius: 25px;
  border: 3px solid rgb(255, 255, 255);
  height: 45px;
  margin-top: 4px;
  overflow: hidden;
  width: 100%;
  -webkit-appearance: none;
}

.progress-meter-row .progress-meter .progress-meter__meter[value]::-webkit-progress-value {
  background-color: rgb(255, 187, 65);
  border-radius: 20px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.progress-meter-row .progress-meter .progress-meter__meter[value]::-webkit-progress-bar {
  border-radius: 20px;
  background-color: transparent;
}

.progress-meter-row .progress-meter ::-moz-progress-bar {
  background-color: rgb(255, 187, 65);
  border-radius: 20px;
}

.progress-meter-row .progress-meter progress::-ms-fill {
  border: none;
}

.progress-meter-row .progress-meter progress[value]::-ms-fill {
  background-color: rgb(255, 187, 65);
  border-radius: 20px;
}

.progress-meter-row .progress-meter .progress-meter__row2 {
  color: rgb(255, 255, 255);
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  margin-top: 9px;
}

.progress-meter-row .progress-meter .progress-meter__dollars-raised {
  font-family: HelveticaNeue, "Helvetica Neue", Helvetica, "Arial Narrow";
  font-size: 13px;
  letter-spacing: -0.04px;
  width: 50%;
}

.progress-meter-row .progress-meter__social-icons {
  align-items: center;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.progress-meter-row .progress-meter__social-icons img {
  padding-bottom: 0px;
}

.progress-meter-row .progress-meter .progress-meter__social-icons--desktop {
  margin-left: 15px;
  width: 114px;
}

.progress-meter-row .progress-meter__social-icons--mobile {
  display: none;
}

.progress-meter-row .progress-meter__cta-button {
  align-items: center;
  background-color: rgb(0,0,0);
  box-sizing: border-box;
  color: white;
  display: flex;
  display: -webkit-flex;
  font-size: 20px;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0.27px;
  margin-left: 40px;
  max-width: 350px;
  min-height: 50px;
  min-width: 160px;
  padding: 12px 20px;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

#donation-progress-meter .progress-meter-row .progress-meter__cta-button:link {
  color: white;
  text-decoration: none;
}

#donation-progress-meter .progress-meter-row .progress-meter__cta-button:visited {
  color: white;
}

/* Homepage Donation Progress Meter Styles */
.donation-progress-meter--homepage.donation-progress-meter--desktop {
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.5);
  position: relative;
  right: 19px;
  width: 1040px;
  z-index: 1;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.5);
}

.donation-progress-meter--homepage.donation-progress-meter--desktop .progress-meter-container {
  background-image: linear-gradient(to bottom, rgba(180, 42, 119, 1),  rgba(231, 98, 65, 1));
}

.donation-progress-meter--homepage.donation-progress-meter--desktop .progress-meter-container::after {
  border-right: 21px solid transparent;
  border-top: 34px solid rgb(0, 0, 0);
  bottom: -34px;
  content: "";
  height: 0px;
  position: absolute;
  right: 0px;
  width: 0px;
}

.donation-progress-meter--homepage.donation-progress-meter--desktop .progress-meter-container .progress-meter-row {
  flex-direction: row;
  margin-top: 15px;
  -webkit-flex-direction: row;
}

.donation-progress-meter--homepage.donation-progress-meter--desktop .progress-meter-container .progress-meter-row .progress-meter {
  width: 657px;
}

.donation-progress-meter--homepage .progress-meter-row .progress-meter__cta-button--article {
  display: none;
}

/* Article Donation Progress Meter Styles */
.donation-progress-meter--article {
  background-image: linear-gradient(to bottom, rgba(180, 42, 119, 1),  rgba(231, 98, 65, 1));
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.5);
  margin-bottom: 40px;
  padding: 24px 32px;
  position: relative;
  right: 36px;
  transform: skew(0deg, 2deg);
  width: 648px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.5);
}

.donation-progress-meter--article::before {
  border-bottom: 32px solid rgb(0, 0, 0);
  border-left: 21px solid transparent;
  content: "";
  height: 0px;
  left: 0px;
  position: absolute;
  top: -32px;
  width: 0px;
}

.donation-progress-meter--article::after {
  border-right: 21px solid transparent;
  border-top: 34px solid rgb(0, 0, 0);
  bottom: -34px;
  content: "";
  height: 0px;
  position: absolute;
  right: 0px;
  width: 0px;
}

.donation-progress-meter--article .progress-meter__article-message a:link {
  color: rgb(243, 86, 86) !important;
  font-weight: 600;
  letter-spacing: 0.06px !important;
}

.donation-progress-meter--article .progress-meter-container {
  background-color: white;
  margin: 0px;
  padding: 60px 35px 35px 35px;
}

.donation-progress-meter--article .progress-meter__message {
  display: none;
}

.progress-meter-container .progress-meter__article-message {
  display: none;
}

.donation-progress-meter--article .progress-meter__article-message {
  color: black;
  display: inline-block;
  font-family: HelveticaNeue, "Helvetica Neue", Helvetica, "Arial Narrow";
  font-size: 16px;
  letter-spacing: 0.07px;
  line-height: 24px;
  transform: skew(0deg, -2deg);
}

.donation-progress-meter--article .progress-meter-row {
  transform: skew(0deg, -2deg);
}

.donation-progress-meter--article .progress-meter-row .progress-meter .progress-meter__members-container {
  color: rgba(78, 78, 78, 0.8);
}

.donation-progress-meter--article .progress-meter-row .progress-meter .progress-meter__dollars-raised {
  color: rgb(78, 78, 78);
}

.donation-progress-meter--article .progress-meter-row .progress-meter__cta-button {
  display: none;
}

.donation-progress-meter--article .progress-meter-row .progress-meter__cta-button--article {
  box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  font-size: 20px;
  margin-left: 0;
  margin-top: 27px;
}

/*  temporarily silence member testimonials
    until we officially implement */
#member-testimonial {
  display: none;
}

/* Article Banner Styles */
.article-banner-container {
  background-color: #fff;
  padding: 25px 0px 30px 0px;
}

.article-banner {
  align-items: center;
  background-image: linear-gradient(to bottom, rgba(180, 42, 119, 1),  rgba(231, 98, 65, 1));
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.5);
  color: rgb(255,255,255);
  display: flex;
  display: -webkit-flex;
  font-family: HelveticaNeue, "Helvetica Neue", "Arial Narrow";
  justify-content: space-between;
  padding: 20px 33px 20px 40px;
  position: relative;
  right: 20px;
  width: 968px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.5);
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.article-banner::after {
  border-right: 21px solid transparent;
  border-top: 35px solid rgb(0, 0, 0);
  bottom: -35px;
  content: "";
  height: 0px;
  position: absolute;
  right: 0px;
  width: 0px;
}

.article-banner__text {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}

.article-banner__text .article-banner__header {
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.58px;
}

.article-banner__text .article-banner__message {
  color: rgb(255,255,255);
  font-size: 24px;
  letter-spacing: 0.5px;
  line-height: 30px;
  margin-top: 5px;
}

.article-banner__cta-button {
  background-color: rgb(0,0,0);
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.19px;
  min-width: 132px;
  padding: 12px 17px;
  text-align: center;
  text-decoration: none;
}

.article-banner__cta-button:hover {
  text-decoration: none;
}

.article-banner__cta-button:link, .article-banner__cta-button:visited {
  color: white;
}

/*  Anchored Footer Styles */
.anchored-footer {
  background-image: linear-gradient(to bottom, rgba(180, 42, 119, 1), rgba(231, 98, 65, 1));
  border-top: 4px solid rgb(180, 42, 119);
  bottom: 0px;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  min-width: 320px;
  padding: 18px 25px;
  position: fixed;
  width: 100%;
  z-index: 9999;
  -webkit-box-shadow: 0px -2px 12px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px -2px 12px 0px rgba(0,0,0,0.25);
  box-shadow: 0px -2px 12px 0px rgba(0,0,0,0.25);
}

.anchored-footer .anchored-footer__text-container {
  align-items: center;
  display: flex;
  display: -webkit-flex;
  margin: 0 auto;
  margin-top: -10px;
  max-width: 1000px;
  width: 100%;
  -webkit-align-items: center;
}

.anchored-footer .anchored-footer__text {
  margin-right: 40px;
  margin-top: 10px;
  width: calc(100% - 200px);
}

.anchored-footer #anchored-footer__headline {
  color: white;
  font-family: HelveticaNeue, "Helvetica Neue", Helvetica, "Arial Narrow", Arial;
  font-size: 27px;
  font-weight: 600;
  letter-spacing: 0.56px;
  line-height: 30px;
  margin-block-start: 0px;
  margin-bottom: 4px;
}

.anchored-footer p {
  color: white;
  font-family: HelveticaNeue, "Helvetica Neue", Helvetica, "Arial Narrow", Arial;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 26px;
  margin-block-start: 0px;
  margin-block-end: 0px;
}

.anchored-footer .anchored-footer__cta-button {
  background-color: rgb(0, 0, 0);
  border: 1px solid rgb(0, 0, 0);
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  font-family: HelveticaNeue, "Helvetica Neue", Helvetica, "Arial Narrow", Arial;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.19px;
  margin-right: 25px;
  margin-top: 10px;
  min-width: 132px;
  padding: 12px 17px;
  text-align: center;
  text-decoration: none;
}

.anchored-footer .anchored-footer__cta-button:hover {
  text-decoration: none;
}

.anchored-footer .anchored-footer__exit-icon {
  cursor: pointer;
  height: 24px;
  margin: 11px;
  position: absolute;
  right: 0px;
  top: 0px;
}


/* DONATION MODULE */
#donation {
  margin: 15px;
  border: 1px solid #E6E7E6;
  border-top: 5px solid #3375fa;
  font-family: HelveticaNeue;
  padding: 25px;
  background-color: #F4F5F1;  
  box-shadow: 0 0 7px #ccc;
}

#donation h2 {
  font-family: HelveticaNeue;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 10px;
}

#donation h3 {
  color: #626262;
  font-family: HelveticaNeue;
  font-size: 18px;
  margin-bottom: 20px;
}

#donation form {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

#donation .donation-types {
  margin-bottom: 20px;
  display: flex;
}

#donation #springboard input[type="radio"] {
  display: none;
}

#donation .springboard__recurs {
  font-size: 18px;
  margin-bottom: 12px;
  margin-right: 10px;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#donation .springboard__recurs input {
  position:absolute;
  opacity:0;
  cursor:pointer;
  height:0;
  width:0
}

#donation .springboard__recurs-radio {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  border: 1px solid #898989;
  border-radius: 50%;
}

#donation .springboard__recurs-radio:after {
  content: "";
  position: absolute;
  display: none;
}

#donation input:checked+.springboard__recurs {
  font-weight: bold;
}

#donation input:checked+.springboard__recurs .springboard__recurs-radio {
  border: 1px solid #3375fa;  
}

#donation input:checked+.springboard__recurs .springboard__recurs-radio:after {
  display: block;
}

#donation .springboard__recurs .springboard__recurs-radio:after {
  background: #3375fa;
  border-radius: 50%;
  height: 14px;
  left: 4px;
  top: 4px;
  width: 14px;
}

#donation .springboard__donation-fields label {
  padding: 10px 15px;
  display: inline-block;
  border: 1px solid #A8A8A8;
  margin-right: 20px;
  font-size: 16px;
  border-radius: 3px;
  color: black;
  text-align: center;
  cursor: pointer;
  line-height: 1.3;
}

#donation input.springboard__onetime:checked+ .springboard__label,
#donation input.springboard__per-month:checked+ .springboard__label {
  font-weight: bold;
  background: #3375fa;
  color: white;
}

#donation .monthly-amounts {
  display: flex;
  justify-content: space-between;
}
#donation .onetime-amounts {
  display: none;
  justify-content: space-between;
}
#donation .onetime-amounts label {
  padding: 10px 36px;  
}

#donation a {
  color: #3375fa;
  border: 3px solid #3375fa;
  padding: 10px 35px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  line-height: 1;
  display: inline-block;
}
#donation a:hover {
  color: white;
  background-color: #3375fa;
  text-decoration: none;
}

#donation .springboard__laist-other-amount {
  display: flex;
  padding: 10px 13px;
  border: 1px solid #A8A8A8;
  margin-right: 20px;
  font-size: 16px;
  border-radius: 3px;
  color: #818181;
  background-color: white;
  line-height: 1.5;
}

#donation .springboard__laist-other-amount input {
  border: none;
  font-size: 16px;
  color: #818181;
  outline: none;
}



/* DONATION FORM - LATEST ENTRY */
#latest-entry #donation {
  margin: 0;
  margin-bottom: 30px;
}

#latest-entry #donation h2 {
  font-size: 24px;
}

#latest-entry #donation h3 {
  font-size: 16px;
}

#latest #donation .donation-types {
  display: flex;
  justify-content: space-between;
}

#latest-entry #donation .springboard__donation-fields label {
  min-width: unset;
  margin-right: 0;
  padding: 12px 18px;
  margin-right: 10px;
}
#latest-entry #donation .springboard__donation-fields label:last-child {
  margin-right: 0px;
}

#latest-entry #donation .donation-types {
  justify-content: space-between;
}

#latest-entry #donation .donation-types .springboard__recurs {
  margin-right: 0;
}

#latest-entry #donation .donation-submit {
  margin-left: 20px;
}
#latest-entry #donation a {
  display: block;
  font-size: 14px;
  padding: 10px;
}

/** MOBILE PROMO **/
.mp-container {
  display: flex;
  background-color: #F5F5F5;
  border-radius: 10px;
  padding: 15px;
  justify-content: space-between;
  margin: 15px;
}
.mp-content {
  flex-direction: column;
}
.mp-content h1 {
  font-size: 18px;
  line-height: 1.3;
  font-family: HelveticaNeue, Arial;
  font-weight: bold;
  margin-bottom: 10px;
}
.mp-content p {
  font-family: HelveticaNeue, Arial;
  font-size: 14px;
  line-height: 1.3;
}
.mp-content a {
  color: #3375fa;
  text-decoration: underline;
}

.mp-content:first-child {
  width: 60%;
}

.mp-content:last-child a img {
  width: 97px;
  box-shadow: 0px 2px 5px grey;
}

@media only screen and (max-width: 768px) {
  /*  Anchored Footer Styles */
  .anchored-footer {
    padding: 30px 20px 20px 20px;
  }

  .anchored-footer .anchored-footer__text-container {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    -webkit-justify-content: center;
    -webkit-flex-wrap: wrap;
  }

  .anchored-footer .anchored-footer__text {
    margin-right: 0px;
    width: 100%;
  }

  .anchored-footer #anchored-footer__headline {
    font-family: HelveticaNeue, "Helvetica Neue", Helvetica, "Arial Narrow", Arial;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
  }

  .anchored-footer p {
    font-family: HelveticaNeue, "Helvetica Neue", Helvetica, "Arial Narrow", Arial;
    font-size: 15px;
    letter-spacing: 0px;
    margin-top: 12px;
    line-height: 24px;
  }

  .anchored-footer .anchored-footer__cta-button {
    font-family: HelveticaNeue, "Helvetica Neue", Helvetica, "Arial Narrow", Arial;
    font-size: 16px;
    margin-top: 20px;
    padding: 13px 20px;
    min-width: 180px;
  }

  .anchored-footer .anchored-footer__exit-icon {
    align-items: center;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    margin: 5px;
    -webkit-align-items: center;
    -webkit-justify-content: center;
  }

  .anchored-footer .anchored-footer__exit-icon img {
    height: 18px;
    width: 18px;
  }

  /* DONATION MODULE  - MOBILE STYLES */

  #donation {
    padding: 20px;
  }
  #donation h2 {
    font-size: 22px;
  }
  #donation h3 {
    font-size: 16px;
  }
  #donation form {
    flex-direction: column;
    align-items: flex-start;
  }
  
  #donation .donation-submit {
    display: flex;
    width: 100%;
  }

  #donation .donation-submit a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }

  #donation .monthly-amounts,
  #donation .onetime-amounts {
    flex-wrap: wrap;
  }
  #donation #dmonthly {
    margin-right: 10px;
  }
  #donation .springboard__donation-fields label {
    margin-right: 0;
    margin-bottom: 15px;
    min-width: 47%;
    padding: 12px 0;
  }

  #donation .springboard__recurs {
    margin-right: 0;
    display: block;
    font-size: 16px;
  }

  #donation .springboard__laist-other-amount {
    justify-content: space-around;
    margin-right: 0;
    margin-bottom: 25px;
    width: 100%;
  }

  #donation .springboard__laist-other-amount input {
    width: 80%;
  }

  #latest-entry #donation .donation-submit {
    margin-left: 0;
  }
  #latest-entry #donation .springboard__donation-fields label {
    margin-right: 0;
    min-width: 90px;
  }

}

@media only screen and (max-width: 480px) {
  .sb {
    display: none !important;
  }

  .popup {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .popup .text {
    font-size: 9px;
  }

  .in-house-promos__promo--single {
    margin-bottom: 5px;
  }

/* Donation Progress Meter Mobile Styles */
  .donation-progress-meter--homepage.donation-progress-meter--mobile {
    margin-bottom: 18px;
  }

  .progress-meter-container {
    background-image: linear-gradient(to bottom, rgba(180, 42, 119, 1),  rgba(231, 98, 65, 1));
    box-sizing: border-box;
    font-family: HelveticaNeue, "Helvetica Neue", Helvetica, "Arial Narrow";
    max-width: 480px;
  }

  .progress-meter-container .progress-meter__message {
    font-size: 16px;
  }

  .progress-meter-container .progress-meter__message h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .donation-progress-meter--homepage.donation-progress-meter--mobile .progress-meter-container .progress-meter__message {
    font-weight: 400;
  }

  .progress-meter-row .progress-meter .progress-meter__members-container {
    color: rgba(255,255,255, 0.8);
    font-size: 16px;
  }

  .progress-meter-row .progress-meter .progress-meter__meter[value] {
    margin-top: 10px;
  }

  .progress-meter-row .progress-meter .progress-meter__row2 {
    margin-top: 10px;
  }

  .progress-meter-row .progress-meter .progress-meter__social-icons--desktop {
    display: none;
  }

  .progress-meter-row .progress-meter__social-icons--mobile {
    display: flex;
    display: -webkit-flex;
    margin-top: 40px;
    width: 114px;
  }

  .progress-meter-row .progress-meter__cta-button {
    font-family: HelveticaNeue, "Helvetica Neue", Helvetica, "Arial Narrow";
    font-size: 14px;
    letter-spacing: -0.04px;
    font-weight: 600;
    margin-left: 0;
    margin-top: 20px;
  }

  /* Donation Progress Meter Homepage Mobile Styles */
  .donation-progress-meter--homepage .progress-meter-container {
    padding: 35px 20px 35px 20px;
  }

  .donation-progress-meter--homepage .progress-meter-container .progress-meter-row {
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
    -webkit-align-items: center;
    -webkit-flex-direction: column;
  }

  .donation-progress-meter--homepage .progress-meter-container .progress-meter-row .progress-meter {
    width: 100%;
  }

  .donation-progress-meter--homepage .progress-meter__cta-button {
    font-size: 14px;
    height: 45px;
    margin-top: 28px;
    width: 150px;
  }

  /* Donation Progress Meter Article Mobile Styles */
  .donation-progress-meter--article {
    background-image: linear-gradient(to bottom, rgba(180, 42, 119, 1),  rgba(231, 98, 65, 1));
    box-shadow: none;
    margin-top: 0px;
    padding: 5px;
    transform: none;
    right: 0px;
    width: auto;
  }

  .donation-progress-meter--article::before {
    display: none;
  }

  .donation-progress-meter--article::after {
    display: none;
  }

  .donation-progress-meter--article .progress-meter-container {
    padding: 25px 20px 45px 20px;
  }

  .donation-progress-meter--article .progress-meter__article-message {
    font-size: 14px;
    letter-spacing: 0.06px;
    transform: none;
  }

  .donation-progress-meter--article .progress-meter-container {
    background-image: none;
  }

  .donation-progress-meter--article .progress-meter-row {
    transform: none;
  }

  .donation-progress-meter--article .progress-meter-row .progress-meter__cta-button--article {
    font-size: 14px;
    letter-spacing: -0.05px;
    min-height: 45px;
  }

/* Article Banner Mobile Styles */
  .article-banner {
    box-shadow: none;
    margin: 0 auto;
    min-width: 270px;
    padding: 10px;
    width: calc(100% - 50px);
    right: 0px;
  }

  .article-banner::after {
    display: none;
  }

  .article-banner .article-banner__text {
    display: inline-block;
    margin-right: 10px;
  }

  .article-banner .article-banner__text .article-banner__header {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 20px;
  }

  .article-banner .article-banner__text .article-banner__header::after {
    content: " ";
  }

  .article-banner .article-banner__text .article-banner__message {
    display: none;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 20px;
  }

  .article-banner .article-banner__cta-button {
    box-sizing: border-box;
    min-width: 120px;
    padding: 10px;
  }

}

.border-top {
  border-top: 2px solid #CCC;
}

/*
#dfp-skin {
  background-color: black;
  position: fixed;
  width: 100%;
  z-index: -1;
}

iframe[data-google-container-id='5'] {
  height: 100vh;
}
*/

