/* Live */

body {
  font-family: "Montserrat", sans-serif;
}
.inner {
  padding: 0px 30px !important;
}
@media only screen and (min-width: 768px) {
  .inner {
    padding: 0px 60px !important;
  }
}

.bg-grey {
  background-color: #e6e6e6;
}

.forms_block .inner {
  /* flex-direction: row; */
}

.payment_frm .frm_row label.error {
  float: inherit;
  width: 100%;
}

.payment_frm .frm_row textarea {
  padding: 10px;
  border: 1px solid #ccc;
  width: 100%;
  background: #fff;
}
.payment_frm #selectDonorNature,
.payment_frm .donorform-select {
  padding: 10px;
}

@media only screen and (min-width: 1024px) {
  .stories .column-group .btn-group {
    justify-content: flex-start;
  }
}
.guiding_docs .inner {
}
.comms-opt-in .heading {
  display: none;
}

.how_can_you_help .points-main {
  padding-bottom: 0;
  padding-top: 20px;
}
.how_can_you_help h3 {
  padding-top: 40px;
}
.in_this_section {
  margin-bottom: 0;
}

/*
.content_block ul li:before {
	background-image: none;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: inherit;
	min-height: inherit;
}
.content_block ul li {
	list-style: disc;
	display: list-item;
	
}

*/

@media only screen and (min-width: 1024px) {
  .infographic img {
    width: auto;
  }
}

.listing_columns {
  padding-top: 0;
}
.custom-form {
  margin: 15px;
  padding: 15px;
}
.custom-form button[type="submit"]:hover {
  background-color: #32327a;
}

.paragraph textarea {
  width: 100%;
  border: solid 1px #ccc;
  padding: 5px;
}

.custom-form .field.date {
  margin-bottom: 20px;
}

.custom-form-entry {
  background-color: #f8f8f8;
  margin: 40px 0 20px;
  padding: 15px;
}
.custom-form-entry button[type="submit"]:hover {
  background-color: #32327a;
}
.custom-form-entry .field.date {
  margin-bottom: 20px;
}
.custom-form-entry .news_article_cta {
  padding-bottom: 20px;
}
.custom-form-entry .news_article_cta h3 {
  color: #c8161d;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 10px;
  padding: 0;
  text-transform: uppercase;
}
.custom-form-entry .news_article_cta p {
  margin: 0 0 10px;
  padding: 0;
}
.custom-form-entry button[type="submit"] {
  padding: 10px 30px;
  border: none;
  background-color: #c8161d;
  color: #fff;
  border-radius: 8px;
  text-transform: uppercase;
}

.base-finder .col.col-left {
  display: block;
}
.base-finder .col.col-left .col-map {
  margin-bottom: 20px;
}
.base-finder .inner {
  padding: 0 20px;
}
#base-finder {
  width: 100% !important;
}

.gm-map {
  width: 100% !important;
}
.main_header {
  position: relative;
}
.page_header {
  padding-top: 0;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .page_header {
    padding-top: 0px;
  }
}
.article-view .page_header.page_header__primary {
  margin-bottom: 40px;
  min-height: 400px;
}
@media only screen and (min-width: 768px) {
  .article-view .page_header.page_header__primary {
    margin-bottom: 40px;
  }
}
.article-view .page_header.page_header__primary .inner {
  position: relative;
}

.main_header__2 .logo img {
  max-width: 250px;
}
.main_footer .footer-logo {
  max-width: 170px;
}

.stats_bar {
  padding: 40px 0;
}
.stats_bar .stat {
  max-width: inherit;
}
.stats_bar .desc {
  line-height: 40px;
}
.stats_bar .number {
  margin-bottom: 20px;
}

.header-slider {
  margin-bottom: 40px;
  top: 0px;
}

.header-slider .slide-bg {
  min-height: 525px;
}

@media only screen and (min-width: 1024px) {
  .header-slider .slide-bg {
    min-height: 600px;
  }
}

.header-slider .inner {
  max-width: none;
  padding: 0 !important;
}

.header-slider .banner-content {
  background: rgba(0, 0, 0, 0.5);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 80%);
  color: #fff;
  margin: auto;
  max-width: none;
  padding: 100px 30px 30px;
  text-align: left;
}

@media only screen and (min-width: 1024px) {
  .header-slider .banner-content {
    padding: 120px 60px 60px;
  }
}

.header-slider .banner-content h1 {
  display: block;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 20px;
  padding: 0;
  text-align: left;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2em;
  max-width: 600px;
  text-transform: uppercase;
}

@media only screen and (min-width: 1024px) {
  .header-slider .banner-content h1 {
    font-size: 40px;
    font-weight: 700;
  }
}

.header-slider .banner-content p {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
  max-width: 400px;
  padding: 0;
}

@media only screen and (min-width: 1024px) {
  .header-slider .banner-content p {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }
}

.header-slider .banner-content .banner-btn-cta {
  background-color: #c8161d;
  border-radius: 5px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-top: 30px;
  padding: 10px 20px;
  text-transform: uppercase;
}

@media only screen and (min-width: 1024px) {
  .header-slider .banner-content .banner-btn-cta {
    font-size: 18px;
    position: absolute;
    bottom: 60px;
    right: 60px;
    padding: 15px 30px;
  }
}

.header-slider .slick-arrow {
  top: 20%;
}

@media only screen and (min-width: 1024px) {
  .header-slider .slick-arrow {
    top: 40%;
  }
}

.slick-dots li {
  list-style: none;
  display: none;
}

/* Restyling changes Oct 2022 */

.btn {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.main_nav {
  background: #14286e;
}
.main_nav ul li a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.main_nav ul > li a + ul li a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.main_header .emergency_numbers .number {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

/* ######## Stories */

.stories .column-group .category {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.stories .column-group h3,
.stories .column-group h3 a {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
.stories-featured .category {
  font-family: "Montserrat", sans-serif;
}
.stories .column-group .col-img {
  padding: 0;
}
.stories-featured h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
}

.base-buoy-finder .inner .col h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}
.partners h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .partners {
    margin: 30px 0 0;
  }
}

.info_banner h2 {
  font-size: 48px;
  font-weight: 600;
}
.info_banner h4 {
  font-weight: 400;
  font-size: 24px;
}

@media only screen and (min-width: 768px) {
  .page_intro h2 {
    font-size: 40px;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
  }
}

.in_this_section h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 600;
}
.in_this_section h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.content_block h3 {
  font-family: "Montserrat", sans-serif;
}

@media only screen and (min-width: 768px) {
  .content_block h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    /*text-transform:uppercase;*/
  }
}

@media only screen and (min-width: 768px) {
  .donate.secondary p {
    font-weight: 500;
  }
}

.donate .btn {
  font-size: 18px;
  font-weight: 700;
  padding: 20px 40px;
}

@media only screen and (min-width: 768px) {
  .how_can_you_help h3 {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
  }
}

.how_can_you_help .points-main {
  padding: 30px 0 0;
}

@media only screen and (min-width: 768px) {
  .values h3 {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
  }
}

.values h4 {
  font-weight: 700;
  font-size: 18px;
}

@media only screen and (min-width: 768px) {
  .listing_columns h2 {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
  }
}

@media only screen and (min-width: 768px) {
  .listing_columns h3,
  .listing_columns h3 a {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    font-family: "Montserrat", sans-serif;
  }
}
.listing_columns .category {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.page_header.secondary .page_header_img_desktop {
  display: none;
}

.page_header.secondary .page_header_img_mobile {
  display: block;
}

@media only screen and (min-width: 768px) {

  .page_header.secondary .page_header_img_desktop {
    display: block;
  }

  .page_header.secondary .page_header_img_mobile {
    display: none;
  }
}

.page_header.secondary .info-banner h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0px;
}

@media only screen and (max-width: 768px) {
  .page_header.secondary .info-banner {
    padding: 40px 0;
  }

  .page_header.secondary .info-banner h2 {
    font-size: 30px;
    line-height: 1.3em;
  }
}

.page_header.secondary .info-banner {
  /*margin-bottom: 0px; */
}

@media only screen and (min-width: 768px) {
  .image_caption figcaption {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
  }
}

.content_block {
  padding: 30px 0 !important;
}
.content_block h4 {
  font-family: "Montserrat", sans-serif;
}

.row-title h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
}

@media only screen and (min-width: 1024px) {
  .row-title h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
  }
}

@media only screen and (min-width: 768px) {
  .nsri_timeline .caption .year {
    font-weight: 700;
  }
}

.nsri_quote p {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.nsri_quote .quoteby {
  font-size: 16px;
  font-weight: 700;
}

.main_footer .subscribe_block h4 {
  font-weight: 700;
}
.stats_bar .number {
  font-weight: 700;
  font-size: 48px;
}
.stats_bar .desc {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}
.paying_it_forward h2 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.training_portal h2 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.base-finder h3 {
  font-weight: 700;
}
.base-finder ul.map-area-list li {
  font-size: 16px;
  font-weight: 500;
}
.base-finder .emergency-info a.contat_no {
  font-size: 30px;
  font-weight: 700;
}

.article-header-cols {
  position: absolute;
  top: 20px;
  gap: 20px;
  left: 20px;
  right: 20px;
}
@media only screen and (min-width: 768px) {
  .article-header-cols {
    display: flex;
    align-items: center;
    padding: 0px 60px;
  }
}

@media only screen and (min-width: 768px) {
  .article-header-cols > div {
    width: 50%;
  }
}
.article-image-header-bg {
}

.article-header-cols .news-article-image img {
  max-width: 600px;
  border: solid 15px #fff;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.3);
  transform: translateY(20px);
  margin: auto;
}
.news-article-heading {
  background: none;
  text-align: left;
  padding: 0px;
}

@media only screen and (min-width: 768px) {
  .news-article-heading h1 {
    font-size: 40px;
    line-height: 46px;
  }
}
.news_article_content__content {
  font-size: 14px;
  line-height: 22px;
}
.news_article_content__content p {
  margin-bottom: 20px;
}
.news-article-heading h1 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
@media only screen and (min-width: 768px) {
  .news-article-heading h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

.page_intro p {
  font-size: 16px;
  line-height: 22px;
}
.ways_to_donate h4 {
  font-size: 18px;
  font-weight: 500;
}
.payment_component header h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .payment_component header h3 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
  }
}
.payment_component__buttons > button strong {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.payment_component__buttons > button {
  justify-content: space-between;
  align-items: center;
}
.payment_component__buttons > button img {
  max-height: 50px !important;
  margin-right: 0 !important;
}
.payment_component__buttons > button > div {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .nsrimodal__content h2 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
  }
}

.payment_frm .frm_row label {
  font-size: 13px;
  font-family: "Montserrat", sans-serif !important;
}

@media only screen and (min-width: 768px) {
  .payment_frm .frm_row .number_btns span {
    font-size: 14px;
    font-weight: 600;
    padding: 5px 20px;
    margin: 5px;
    font-family: "Montserrat", sans-serif !important;
  }
}
.payment_frm .frm_row table label {
  font-size: 13px;
  font-family: "Montserrat", sans-serif !important;
}
.payment_frm .frm_row table td {
  display: flex;
}
.payment_frm .frm_row p {
  font-size: 13px;
  font-family: "Montserrat", sans-serif !important;
}
.payment_frm .frm_row input[type="checkbox"] {
  margin-right: 10px;
}
.payment_frm .frm_row input[type="submit"] {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700;
  background-color: #14286e;
  text-transform: uppercase;
  padding: 20px 60px;
}

.payment_frm .frm_row .select-amount.active,
.payment_frm .frm_row .own-amount.active {
  background-color: #c8161d !important;
  opacity: 1 !important;
}

@media only screen and (max-width: 768px) {
  .donation-form-submit {
    font-size: 15px !important;
    padding: 15px 20px !important;
    width: 100%;
  }
}

.payment_component .fui-form-container .fui-field-container .fui-label {
  font-size: 13px;
}

/* mobile header */

.mobile-header .logo {
  height: auto;
  margin: 0 0 0 -90px;
  position: absolute;
  left: 50%;
  top: 20px;
  width: 180px;
}

.mobile-header .header-top {
  height: 100px;
  position: relative;
}

.mobile-header .emergency {
  display: none;
  font-size: 14px;
  font-weight: 500;
}

.mobile-header .menu-btn {
  font-size: 14px;
  font-weight: 500;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  left: 10px;
}

.mobile-header .header-left {
  max-width: 175px;
}

.mobile-header .header-bottom .btn {
  border-right: 1px solid #fff;
  font-size: 12px !important;
  letter-spacing: -0.025em !important;
  line-height: 1em;
  padding: 10px 5px;
}

.mobile-header .btn--blue {
  background-color: #23276e !important;
}

.header-slider h1 {
  font-weight: 700;
  line-height: 42px;
}
@media only screen and (max-width: 480px) {
  .stories .column-group.three-col .col,
  .stories .column-group.two-col .col {
    margin: 0 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  .stories .column-group.three-col .col .col-img,
  .stories .column-group.two-col .col .col-img {
    float: left;
    max-width: 120px;
    width: auto;
    margin-right: 20px;
  }
}

.stories .column-group.three-col {
  flex-wrap: wrap;
  padding: 0 20px;
}

@media only screen and (min-width: 1024px) {
  .stories .column-group.three-col .col {
    max-width: calc(33.33% - 30px);
  }
}
.sub_footer .inner.footer-address-info div h4 {
  font-family: "Montserrat", sans-serif;
}

.listing_columns .slick-dots,
.listing_columns .slick-dots li {
  list-style: none;
}

.listing_columns .btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.content_block.secondary {
  background-color: #e6e6e6;
}
.content_block.secondary .inner {
}

.content_block .inner {
  padding: 34px 40px 24px;
}

.donate.secondary p {
  font-family: "Montserrat", sans-serif;
}

.sidebar_widget .listing_columns,
.sidebar_widget .listing_columns li {
  list-style: none;
}
.sidebar_widget .listing_columns {
  display: flex;
  flex-wrap: wrap;
}
.sidebar_widget .listing_columns li a {
  background-color: #fff;
  padding: 5px;
  margin: 1px;
  border: solid 1px #ccc;
  display: inline-block;
  font-size: 12px;
  color: #14286e;
}

/* Vessels additions */

ul,
li {
  list-style: disc;
}

section.vessels-component {
  margin-bottom: 50px;
}
.vessels-component h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  color: #23276e;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
}
.vessels-grid {
  display: flex;
  justify-content: center;
}
.vessel-item {
  max-width: 450px;
  padding: 20px;
}
.vessel-item img {
  border-radius: 5px;
  margin-bottom: 20px;
}
.vessel-item h3 {
  border-radius: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 25px;
  color: #23276e;
  margin-bottom: 21px;
  text-decoration: none;
}

.weather-data {
  margin: 30px auto;
}
.weather-data .inner {
  background-color: rgb(227, 239, 250);
  border-radius: 10px;
  padding: 20px;
  margin-top: -70px;
  margin-bottom: 100px;
  border: solid 5px #ffffff;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}
.weather-data .inner h2 {
  margin-bottom: 20px;
}

.weather-widgets {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.weather-widget {
  background-color: #fff;
  border-radius: 10px;
  margin: 10px;
  padding: 10px;
  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.5);
  width: 100%;
  font-size: 11px;
}
@media only screen and (min-width: 480px) {
  .weather-widget {
    width: calc(50% - 20px);
  }
}
@media only screen and (min-width: 1024px) {
  .weather-widget {
    width: calc(33% - 20px);
  }
}

.weather-widget h3 {
  background-color: #14286e;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 1px;
  font-size: 12px;
  border-radius: 10px 10px 0 0;
}
.weather-widget .day {
  background-color: #f2f2f2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3px 5px;
  border-radius: 3px;
  margin-bottom: 4px;
  flex-wrap: wrap;
}
.weather-widget .day span {
  display: inline-block;
  padding: 5px;
  margin-bottom: 1px;
}
.weather-widget .day span:first-child {
  background-color: #d2eff7;
  font-weight: 600;
  color: #00a3cf;
  text-align: center;
  border-radius: 3px 0 0 3px;
  border: solid 1px #00a3cf;
  border-right: none;
  min-width: 50px;
}
.weather-widget .day span:last-child {
  background-color: #ffe7cc;
  font-weight: 600;
  color: #ff8800;
  text-align: center;
  border-radius: 0 3px 3px 0;
  border: solid 1px #ff8800;
  border-left: none;
  min-width: 50px;
}
.weather-condition-item {
  display: flex;
  align-items: center;
  padding: 2px;
  font-weight: bold;
}
.weather-condition-item img {
  display: inline-block;
  max-width: 30px;
  margin-right: 10px;
}

.wd-tides-high {
}
@media only screen and (min-width: 1024px) {
  .wd-tides-high {
    width: calc(33% - 20px);
  }
}

.tides {
  display: flex;
}
.tides .tide-high {
  background-color: #ffe7cc;
  font-weight: 600;
  color: #ff8800;
  text-align: center;
  border-radius: 0 3px 3px 0;
  border: solid 1px #ff8800;
  min-width: 60px;
  margin: 0px 1px;
  padding: 5px;
}
.tides .tide-low {
  background-color: #d2eff7;
  font-weight: 600;
  color: #00a3cf;
  text-align: center;
  border-radius: 3px 0 0 3px;
  border: solid 1px #00a3cf;
  min-width: 60px;
  margin: 0px 1px;
  padding: 5px;
}

/* ##### Ad Wizard ##### */
.adWizard-ad {
  margin-bottom: 20px;
}

img.adWizard-ad-home-970 {
  margin: 40px auto 40px;
  max-width: 90%;
}

@media only screen and (min-width: 1024px) {
  img.adWizard-ad-home-970 {
    margin: 250px auto 40px;
    max-width: 970px;
  }
}

.donate.tertiary .btn {
  white-space: nowrap;
  font-size: 14px;
}

@media only screen and (min-width: 1024px) {
  .donate.tertiary .row {
    align-items: center;
  }
  .donate.tertiary p {
    margin-bottom: 10px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .donate.tertiary .btn {
    width: calc(100% - 20px);
  }
}

.content_block ul li {
  font-size: 16px;
  display: list-item;
  padding-left: 20px;
}
.content_block ul li:before {
  background: none;
  content: none;
}
.content_block ul {
  background: none;
}
.content_block.intro ul {
  margin-bottom: 0px;
}

@media only screen and (min-width: 768px) {
  .ways_to_donate .col {
    padding-bottom: 0px;
  }
}

.board_evaluation {
  padding: 0px;
}

.in_this_section a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.content_block figure {
  margin: 0 auto !important;
}
@media only screen and (min-width: 768px) {
  .content_block .gallery_2 figure {
    max-width: calc(50% - 20px);
  }
  .content_block .gallery_3 figure {
    max-width: calc(33% - 20px);
  }
  .content_block .gallery_4 figure {
    max-width: calc(25% - 20px);
  }
}

.payment_component__buttons > a {
  border: 0;
  background: #34307f;
  width: 250px;
  padding: 15px;
  display: flex;
  flex-direction: row;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  margin: 10px;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 5px;
}
.payment_component__buttons > a:hover {
  background-color: #c8161d;
}
.payment_component__buttons > a > div {
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 300;
  color: #ffffff;
  height: 100%;
}
.payment_component__buttons > a strong {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.payment_component__buttons > a img {
  max-height: 40px;
  margin-right: 15px;
}
.payment_component__buttons > a > div:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .payment_component {
    padding: 40px 40px 40px 40px;
  }
}

.infographic {
  padding: 40px 0 40px;
}
.infographic h3.infographic-heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  color: #23276e;
}
@media only screen and (min-width: 768px) {
  .infographic h3.infographic-heading {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
  }
}

.donate-blocks .col {
  padding: 20px !important;
}

.listing_columns .inner .flex {
  justify-content: center;
}

/* Vacancies */

.vacancy-details-section {
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) {
  .vacancy-details-section {
    display: flex;
    gap: 40px;
    align-items: flex-start;
  }
}
.vacancy-details-section .vacancy-details {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .vacancy-details-section .vacancy-details {
    width: 70%;
  }
}
.vacancy-details-section .vacancy-details h1 {
  font-size: 24px;
  line-height: 30px;
  color: #c8161d;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .vacancy-details-section .vacancy-details h1 {
    font-size: 40px;
    line-height: 44px;
  }
}
.vacancy-details-section .vacancy-details .vacancy-details-intro {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .vacancy-details-section .vacancy-details .vacancy-details-intro {
    font-size: 16px;
  }
}
.vacancy-details-section .vacancy-details .vacancy-details-content {
  font-size: 13px;
  line-height: 18px;
}
.vacancy-details-section .vacancy-details .vacancy-details-content ul {
  margin: 20px;
}

.vacancy-details-section .vacancy-additional-content {
  padding: 20px;
  background-color: #f2f2f2;
  list-style: none;
  border-radius: 5px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .vacancy-details-section .vacancy-additional-content {
    width: 30%;
  }
}
.vacancy-details-section .vacancy-additional-content li {
  list-style: none;
  display: flex;
  border-bottom: 1px #ccc solid;
  padding: 8px;
}
.vacancy-details-section .vacancy-additional-content li span {
  width: 50%;
}
.vacancy-details-section .vacancy-additional-content li a {
  padding: 10px 30px;
  background-color: #c8161d;
  color: #fff;
  text-decoration: none;
  display: block;
  border-radius: 5px;
  font-weight: 500;
  width: 100%;
  text-align: center;
}
.vacancy-details-section .vacancy-additional-content li a:hover {
  background-color: #14286e;
}

.more-vacancy-list {
  margin-bottom: 40px;
}
.more-vacancy-list h2 {
  color: #14286e;
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 42px;
}
.more-vacancy-item {
  margin-bottom: 20px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
@media only screen and (min-width: 768px) {
  .more-vacancy-item {
    display: flex;
  }
}
.more-vacancy-item .more-vacancy-item-description {
  padding: 20px;
  border-radius: 10px 0px 0px 10px;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .more-vacancy-item .more-vacancy-item-description {
    width: 70%;
  }
}
.more-vacancy-item .more-vacancy-item-description a {
  padding: 8px 20px;
  background-color: #c8161d;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-align: center;
  margin: 10px 0px 0px 0px;
}
.more-vacancy-item .more-vacancy-item-info {
  padding: 20px;
  border-radius: 0px 10px 10px 0px;
  background-color: #f2f2f2;
}

@media only screen and (min-width: 768px) {
  .more-vacancy-item .more-vacancy-item-info {
    width: 30%;
  }
}

/* ########### Start of Simple Page Checkout (SPC) */

.spc-body {
  background-color: #f2f2f2;
}
.spc-container {
  background-color: #fff;
  margin: 20px;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 1000px) {
  .spc-container {
    margin: 20px auto;
    max-width: 1000px;
  }
}

.spc-header {
  margin-bottom: 40px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 20px;
}
.spc-header a img {
  max-width: 250px;
  display: block;
  margin: auto;
}
.spc-steps {
  justify-content: center;
  display: flex;
  margin-bottom: 20px;
  gap: 10px;
}
.spc-steps li {
  display: inline-block;
  width: 40px;
  height: 6px;
  border-radius: 3px;
  background-color: #ebebeb;
}
.spc-steps li.spc-active {
  background-color: #cc0000;
}

.spc-page-content {
}
.spc-intro-section {
  text-align: center;
  margin-bottom: 40px;
}
.spc-intro-section h2 {
  color: #23276e;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 34px;
}
.spc-intro-section p {
  font-size: 14px;
  line-height: 22px;
}
.spc-creditcard-pay {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}
.spc-creditcard-pay .spc-value {
  padding: 8px;

  border: solid 1px #ccc;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  max-width: 55px;
  text-align: center;
}
.spc-value {
  max-width: 50px;
}
.spc-value::-webkit-outer-spin-button,
.spc-value::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.spc-increment {
  padding: 8px 20px;
  border: solid 1px #ccc;
  color: #222;
  font-size: 16px !important;
}

.spc-creditcard-pay a {
  display: inline-block;
  padding: 8px 20px;
  background-color: #cc0000;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 5px 20px 20px 5px;
  font-weight: 700;
  font-size: 16px;
  margin-left: 10px;
}
.spc-description {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .spc-description {
    flex-wrap: nowrap;
  }
}
.spc-description figure {
  margin: 0px;
}

.spc-additional-info p {
  margin-bottom: 20px;
  text-align: center;
}
.spc-additional-info ol {
  margin-bottom: 20px;
}
.spc-additional-info ol,
.spc-additional-info li {
  list-style: decimal;
  padding: revert;
  font-size: 12px;
  line-height: 18px;
}
.spc-secure-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.spc-secure-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
}
.spc-secure-info #padlock {
  width: 20px;
}
.spc-secure-info #paygate-logo {
  width: 150px;
}

/* ########### End of Simple Page Checkout */

.launch-a-legacy {
}
.launch-a-legacy h3 {
  color: #14286e;
  font-size: 18px;
  margin-bottom: 18px;
}
.launch-a-legacy .spc-header {
  margin-bottom: 10px;
}
.launch-a-legacy .spc-page-content > div {
  margin-bottom: 30px;
}

.lal-intro {
  padding: 0px 0px 30px;
  text-align: center;
}
.lal-intro h2 {
  font-size: 36px;
  margin: 30px 0px;
  color: #14286e;
  line-height: 36px;
}
.lal-intro h2 span {
  color: #c8161d;
}
.lal-intro h3 {
  font-weight: 500;
  color: #999;
}
.lal-callout {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  color: #14286e;
}
.lal-callout img {
  max-width: 820px;
  width: 100%;
  margin: 20px auto;
  border-radius: 10px;
}
.lal-ceo-statement {
  display: flex;
  gap: 20px;
  font-style: italic;
  font-size: 16px;
  align-items: center;
  width: 80%;
  margin: 30px auto;
}
.lal-ceo-statement img {
  width: 100px;
  border-radius: 50px;
}
.lal-what-is {
  padding: 40px;
  background-color: #f8f8f8;
  border-radius: 10px;
  border-bottom: solid 1px #ccc;
}
.lal-what-is h3 {
  margin-bottom: 20px;
}
.lal-what-is p {
  margin-bottom: 20px;
}
.lal-donate-block {
  padding: 20px;
}
.lal-donate-instructions h3 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}
.lal-donate-instructions ul {
  margin-bottom: 20px;
}
@media only screen and (min-width: 640px) {
  .lal-donate-instructions ul {
    display: flex;
    gap: 20px;
  }
}
.lal-donate-instructions ul li {
  margin-bottom: 10px;
  color: #fff;
  padding: 30px;
  list-style: none;
  background-color: #123884;
  border-radius: 10px;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .lal-donate-instructions ul li {
    width: 33%;
  }
}
.lal-what-you-get {
}
.lal-what-you-get h3 {
  margin-bottom: 20px;
}
.lal-what-you-get ul {
  margin-bottom: 20px;
  font-size: 14px;
}
.lal-what-you-get ul li {
  margin-bottom: 20px;
  margin-left: 20px;
}
.lal-what-you-get .what-you-get-block img {
  max-width: 300px;
  border-radius: 5px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 640px) {
  .lal-what-you-get .what-you-get-block {
    display: flex;
    gap: 20px;
  }
}

.input-row {
  border-bottom: solid 1px #ccc;
  padding: 10px;
  border: solid 1px #ccc;
  margin-bottom: 10px;
}
.input-row div {
  border-bottom: solid 1px #ccc;
  padding: 10px;
}
.input-row div input[type="text"] {
  border: solid 1px #ccc;
  border-radius: 3px;
  padding: 5px;
  min-width: 200px;
  font-family: "Montserrat", sans-serif;
}
.input-row div label {
  min-width: 150px;
  display: inline-block;
}
.input-row .error-message {
  color: #cc0000;
  font-size: 12px;
}
.input-row .delete-btn {
  display: flex;
  justify-content: flex-end;
}
.btn.deleteRow {
  background-color: #cc0000;
  font-size: 11px;
  padding: 5px;
  min-width: 90px;
}
.lal-form-block .spc-creditcard-pay a {
  margin: 30px 0px;
  border-radius: 3px;
  font-size: 18px;
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .lal-form-block .spc-creditcard-pay a {
    min-width: 300px;
    width: auto;
  }
}
.lal-amount-pay-block {
}

.lal-billing-h3 {
  margin-bottom: 20px;
}
@media only screen and (min-width: 640px) {
  .lal-amount-pay-block {
    display: flex;
    gap: 20px;
  }
}

.lal-amount-pay-block div {
}
@media only screen and (min-width: 640px) {
  .lal-amount-pay-block div {
    width: 50%;
  }
}
.lal-amount-to-pay {
  padding: 20px;
  border: solid 1px #da0005;
  background-color: #fae5e5;
  border-radius: 5px;
  margin-bottom: 20px;
}

.lal-names-to-pay {
  padding: 20px;
  border: solid 1px #123884;
  background-color: #eaeaf2;
  border-radius: 5px;
  margin-bottom: 20px;
}

.lal-testimonials {
}

.lal-testimonial-item {
  border: solid 1px #ccc;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 20px;
  background-color: #f8f8f8;
  text-align: center;
  align-items: center;
}
@media only screen and (min-width: 640px) {
  .lal-testimonial-item {
    display: flex;
    gap: 20px;
    text-align: left;
  }
}
.lal-testimonial-item img {
  max-width: 150px;
  margin: 0px auto 20px;
  border-radius: 5px;
}
@media only screen and (min-width: 640px) {
  .lal-testimonial-item img {
    margin: 0px;
  }
}
.lal-testimonial-item div {
}
.lal-gift-type-images {
  list-style: none;
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.lal-gift-type-images li {
  list-style: none;
}
.lal-gift-type-images li img {
  max-width: 165px;
  border-radius: 5px;
}

/* ########### Give and Get Campaign */

.give-and-get-content {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: solid 1px #ccc;
}
.give-and-get-content img {
  margin-bottom: 20px;
}
.give-and-get-content p {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #ccc;
}
@media only screen and (min-width: 640px) {
  .give-and-get-content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.give-and-get-content h3 {
  color: #000;
}
.give-and-get-content ol {
  margin-left: 20px;
}
.give-and-get-content ol li {
  list-style-type: decimal;
}
.frm-row-cell > p {
  margin-top: 5px;
  color: #222;
}
.frm-row-cell-input {
  display: flex;
  border: solid 1px #ccc;
}
.frm-row-cell-input img {
  height: 40px;
  width: 60px;
}
.frm-row-cell-input span {
  background-color: #f2f2f2;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 10px;
}
.payment_frm .frm_row .frm-row-cell-input input[type="tel"] {
  border: none;
}
.confirmation-msg {
  font-size: 16px;
  padding: 100px 50px;
  max-width: 600px;
  margin: auto;
  border: solid 1px #ccc;
  border-radius: 10px;
}
.confirmation-msg img {
  width: 60px;
  display: block;
  margin: 20px auto;
}
.confirmation-msg p {
  margin-bottom: 10px;
}

.payment_frm .frm_row .give-n-get-select {
  background-color: #fff;
  color: #000;
  border: solid 1px #ccc;
  padding: 10px;
  font-size: 16px;
  background-image: url("../svg/arrow-down-1%201.svg");
  background-repeat: no-repeat;
  background-position: right;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  border-radius: 5px;
}
@media only screen and (min-width: 640px) {
  .payment_frm .frm_row .give-n-get-select {
    width: 150px;
  }
}
.payment_frm .frm_row > div:first-child {
  width: inherit;
}
@media only screen and (min-width: 640px) {
  .payment_frm .frm_row > div:first-child {
    width: 180px;
  }
}

.school_village_planet .img-group {
  position: relative;
}
.school_village_planet .inner {
  padding: 20px !important;
}

footer.payment-secure {
  background-color: #f2f2f2;
  padding: 20px;
}
footer.payment-secure .inner {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}
footer.payment-secure .inner .secure-payment {
  width: 24px;
}
footer.payment-secure .inner .paygate-logo {
  width: 120px;
}

.payment-modal-logos {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  font-size: 12px;
}
.payment-modal-logos .secure-payment {
  width: 24px;
}
.payment-modal-logos .paygate-logo {
  width: 120px;
}

.news_article_content__content .nsrimodal__content .firstletter {
  color: #252525;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
  margin-right: 0;
}

.news_article_content__content p iframe {
  width: 100%;
}

/* Give and Get Aug 2024 */

@media only screen and (max-width: 768px) {
  .news_article_content__content p iframe {
    height: 250px;
    width: 100%;
  }
}

/* Give and Get Aug 2024 */

.animate-bg {
  position: relative;
}
#gng-txt-animate {
  position: absolute;
  width: 40%;
  left: 30%;
  top: 15px;
}
#gng-txt-animate-250500 {
  max-width: 650px;
  display: block;
  margin: auto;
}
.gng-offer-txt {
  background-color: #c81919;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  padding: 20px 40px;
  font-weight: 800;
}
@media only screen and (min-width: 640px) {
  .gng-offer-txt {
    font-size: 30px;
    line-height: 36px;
    padding: 30px 60px;
  }
}

.animate-250500 {
  padding: 20px;
  background-color: #e6e6e6;
}

#giveAndGetForm {
}
@media only screen and (min-width: 640px) {
  #giveAndGetForm {
    max-width: 80%;
    margin: auto;
  }
}

.payment_frm .frm_row input[type="email"],
.payment_frm .frm_row input[type="tel"],
.payment_frm .frm_row input[type="text"] {
  border-radius: 5px;
}

.gng-steps {
  background-color: #f2f2f2;
  padding: 20px;
  margin: 0px;
  display: flex;
  justify-content: center;
  gap: 20px;
  list-style: none;
  flex-wrap: wrap;
}
.gng-steps li {
  list-style: none;
}

@media only screen and (min-width: 640px) {
  .gng-steps li:nth-child(even) {
    margin-top: 40px;
  }
}
.gng-steps li img {
  max-width: 120px;
}
@media only screen and (min-width: 640px) {
  .gng-steps li img {
    max-width: 184px;
  }
}

.gng-voucher-double-value {
  border: dotted 1px #cc0000;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  flex: none;
  width: inherit;
}
.gng-voucher-double-value h2 {
  font-size: 40px;
  margin: 10px 0px;
}

.gng-hgo-it-works {
  padding: 40px 20px;
}
.gng-hgo-it-works h3 {
  font-size: 32px;
  line-height: 36px;
  text-transform: uppercase;
  color: #19276a;
  text-align: center;
  font-weight: 800;
}

.gng-hgo-it-works ul {
  display: flex;
  gap: 20px;
  list-style: none;
  flex-wrap: wrap;
  justify-content: center;
}
.gng-hgo-it-works ul li {
  padding: 10px;
  list-style: none;
  text-align: center;
  font-weight: 500;
  color: #14286e;
}
@media only screen and (min-width: 640px) {
  .gng-hgo-it-works ul li {
    width: calc(25% - 20px);
  }
}
.gng-hgo-it-works ul li strong {
  font-weight: 700;
}
.gng-hgo-it-works ul li span {
  font-size: 24px;
  border: solid 5px #cc0000;
  padding: 10px;
  display: block;
  margin: 10px auto;
  width: 52px;
  border-radius: 26px;
  font-weight: 800;
}

.gng-get-started {
  padding: 40px 20px;
  background-color: #e6e6e6;
}
.gng-get-started h2 {
  font-size: 32px;
  text-transform: uppercase;
  color: #19276a;
  text-align: center;
  font-weight: 800;
  margin-bottom: 10px;
}
.gng-get-started h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #19276a;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0px;
}

.gng-sa-cant-swim {
  padding: 20px;
  align-items: center;
  background-color: #f8f8f8;
  border-radius: 10px;
  margin-top: 40px;
}
@media only screen and (min-width: 640px) {
  .gng-sa-cant-swim {
    display: flex;
    gap: 20px;
    padding: 40px;
    align-items: center;
  }
}
.gng-sa-cant-swim div:first-child {
}
@media only screen and (min-width: 640px) {
  .gng-sa-cant-swim div:first-child {
    width: 40%;
  }
}
.gng-sa-cant-swim div:last-child {
}
@media only screen and (min-width: 640px) {
  .gng-sa-cant-swim div:last-child {
    width: 60%;
  }
}
.gng-sa-cant-swim .gng-sa-cant-swim-img {
  text-align: right;
}
.gng-sa-cant-swim .gng-sa-cant-swim-img img {
  margin-bottom: 40px;
}
@media only screen and (min-width: 640px) {
  .gng-sa-cant-swim .gng-sa-cant-swim-img img {
    margin-bottom: 0px;
    max-width: 360px;
    display: inline-block;
  }
}
.gng-sa-cant-swim .gng-sa-cant-swim-txt {
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .gng-sa-cant-swim .gng-sa-cant-swim-txt {
    padding: 40px;
    text-align: left;
  }
}
.gng-sa-cant-swim .gng-sa-cant-swim-txt h3 {
  margin-bottom: 20px;
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
}
.gng-sa-cant-swim .gng-sa-cant-swim-txt a {
  color: #14286e;
  font-weight: 800;
  text-decoration: underline;
}

/* End of Give and Get Aug 2024 */

/* Start of custom will page */

.custom-wills-page {
  max-width: 1000px;
  padding: 20px;
  margin: auto;
}
.col-2-txt-img {
  margin-bottom: 40px;
}
@media only screen and (min-width: 640px) {
  .col-2-txt-img {
    display: flex;
    gap: 40px;
  }
}
.col-2-txt-img > div {
}
@media only screen and (min-width: 640px) {
  .col-2-txt-img > div {
    width: 50%;
  }
}
.col-2-txt-img .txt-col h3 {
  font-size: 24px;
  color: #23276e;
  margin-bottom: 20px;
  line-height: 30px;
}
.col-2-txt-img img {
  margin-bottom: 20px;
}
.col-2-txt-img iframe {
  border-radius: 10px;
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .col-2-txt-img iframe {
    border-radius: 10px;
    width: 460px;
  }
}
.col-2-txt-img .txt-col p {
  margin-bottom: 20px;
}

.col-2-text-2 {
  margin-bottom: 40px;
}
@media only screen and (min-width: 640px) {
  .col-2-text-2 {
    display: flex;
    gap: 40px;
  }
}
.col-2-text-2 > div {
  background-color: #e8e9f0;
  padding: 40px;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 640px) {
  .col-2-text-2 > div {
    width: 50%;
  }
}
.col-2-text-2 > div h3 {
  font-size: 18px;
  color: #23276e;
  margin-bottom: 20px;
  line-height: 24px;
}
.col-2-text-2 > div p {
  margin-bottom: 20px;
}
.col-2-text-2 > div p:last-child {
  margin-bottom: 0px;
}

.what-bequestors-say {
}
.what-bequestors-say h2 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 20px;
  color: #23276e;
  line-height: 36px;
}
p.supporting-txt {
  font-size: 16px;
  text-align: center;
  margin-bottom: 40px;
}

.bequestor {
  padding: 20px;
  border: solid 2px #c8161d;
  border-radius: 10px;
  margin: 0px auto 40px;
  text-align: center;
  max-width: 800px;
}
@media only screen and (min-width: 640px) {
  .bequestor {
    text-align: left;
    display: flex;
    align-items: center;
    margin: 0px auto 40px;
  }
  .bequestor:nth-child(even) {
    flex-direction: row-reverse;
    margin: 0px auto 40px;
  }
  .bequestor:nth-child(even) img {
    margin: 0px -60px 0px 20px;
  }
}
.bequestor img {
  max-width: 135px;
  margin: -40px auto 20px;
  border: solid 4px #fff;
  border-radius: 50%;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 640px) {
  .bequestor img {
    margin: 0px 20px 0px -60px;
  }
}
.bequestor p strong {
  display: block;
}

.wills-codicil-trust {
}
@media only screen and (min-width: 640px) {
  .wills-codicil-trust {
    display: flex;
    gap: 40px;
  }
}
.wills-codicil-trust > div {
  background-color: #e8e9f0;
  padding: 40px;
  border-radius: 10px;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .wills-codicil-trust div {
    width: 50%;
  }
}

.wills-codicil-trust h3 {
  font-size: 24px;
  color: #23276e;
  margin-bottom: 20px;
  line-height: 30px;
}
.wills-codicil-trust div a {
  display: inline-block;
  background-color: #c8161d;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  margin-top: 20px;
  font-weight: 600;
}

/* End of custom will page */

.news_article_content__content figure {
  margin: 20px 0px;
}
@media only screen and (min-width: 640px) {
  .news_article_content__content figure {
    margin: 20px auto;
  }
}

.news_article_content__content figure iframe {
  max-width: 100%;
}
@media only screen and (min-width: 640px) {
  .news_article_content__content figure iframe {
    max-width: 560px;
  }
}

/* Start of events pages */

/* Start of events list pages */
.events-list-section {
  margin-bottom: 40px;
}

.events-filters {
  padding: 20px;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
  gap: 10px;
  align-items: center;
}
.events-filters select {
  padding: 8px 40px 8px 8px;
  border-radius: 5px;
  border: solid 1px #ccc;
}
.events-filters input[type="submit"] {
  padding: 10px 40px;
  background-color: #23276e;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  border: none;
  font-size: 12px;
}
.events-filters input[type="button"] {
  padding: 10px 40px;
  background-color: #ccc;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  border: none;
  font-size: 12px;
}

.events-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.event-item {
  padding: 20px;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  width: 300px;
}
@media only screen and (min-width: 640px) {
  .event-item {
  }
}
.event-item .event-item-img {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px;
  margin-bottom: 20px;
  width: calc(100% + 40px);
  border-radius: 5px 5px 0px 0px;
}
.event-item .event-title {
  margin-bottom: 5px;
  color: #23276e;
}
.event-item .event-desc {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 10px;
  min-height: 108px;
}
.event-item .event-attributes {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0 0 20px 0;
  padding: 10px 0 10px 0;
  flex-wrap: wrap;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  font-size: 12px;
}
.event-item .event-attributes li {
  margin: 0;
  list-style: none;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: left;
  padding: 0 0 0 30px;
}
.event-item .event-attributes li:nth-child(odd) {
  width: 60%;
}
.event-item .event-attributes .event-attr-date {
  background-image: url("../svg/event-icon-calendar.svg");
}
.event-item .event-attributes .event-attr-time {
  background-image: url("../svg/event-icon-time.svg");
}
.event-item .event-attributes .event-attr-province {
  background-image: url("../svg/event-icon-location.svg");
}
.event-item .event-attributes .event-attr-cost {
  background-image: url("../svg/event-icon-cost.svg");
}
.event-item .event-button {
  display: inline-block;
  padding: 10px 40px;
  background-color: #23276e;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  font-size: 12px;
}
.event-item .event-button:hover {
  background-color: #c8161d;
}

/* End of events list pages */

/* Start of events details pages */

.event-details-section {
  padding: 40px !important;
  gap: 40px;
  margin-bottom: 80px;
}
@media only screen and (min-width: 640px) {
  .event-details-section {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.event-content {
}
@media only screen and (min-width: 640px) {
  .event-content {
    width: 80%;
  }
}

.event-content img {
  float: right;
  margin-bottom: 0px 0px 20px 20px;
  max-width: 40%;
}
.event-content h1 {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 20px;
  color: #23276e;
}
.event-content .event-intro {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
.event-content p {
  margin-bottom: 20px;
}
.event-booking {
  width: 30%;
  min-width: 300px;
  padding: 20px;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.event-booking .event-attributes {
  list-style: none;
  margin-bottom: 20px;
}
.event-booking .event-attributes li {
  list-style: none;
  padding: 10px 10px 10px 40px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: left;
  font-weight: 500;
  border-bottom: solid 1px #ccc;
}
.event-booking .event-attributes .event-attr-date {
  background-image: url("../svg/event-icon-calendar.svg");
}
.event-booking .event-attributes .event-attr-time {
  background-image: url("../svg/event-icon-time.svg");
}
.event-booking .event-attributes .event-attr-province {
  background-image: url("../svg/event-icon-location.svg");
}
.event-booking .event-attributes .event-attr-cost {
  background-image: url("../svg/event-icon-cost.svg");
}
.event-booking .event-attributes .event-attr-base {
  background-image: url("../svg/event-icon-base.svg");
}
.event-booking .event-book-now {
  display: block;
  border-radius: 5px;
  background-color: #b92e28;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  padding: 10px;
  text-align: center;
}

.events-list-section .event-details-more {
  font-size: 30px;
  text-transform: uppercase;
  color: #23276e;
  margin-bottom: 40px;
  text-align: center;
}
.events-list-section .events-view-all {
  display: block;
  margin: 40px auto;
  padding: 20px;
  border-radius: 5px;
  border: solid 1px #b92e28;
  color: #b92e28;
  font-weight: 600;
  max-width: 300px;
  text-align: center;
}

/* End of events details pages */

.page_header.secondary .info-banner.car-comp-nov24-banner {
  color: #fff;
  background-color: #c81919;
  max-width: 1340px;
  margin: 0px auto 20px;
}
.page_header.secondary .info-banner.car-comp-nov24-banner h2 {
  color: #fff;
}

/* Introduction */
.car-comp-nov24-intro {
  margin-bottom: 60px;
}
.car-comp-nov24-hdr-banner {
  max-width: 1340px;
  margin: auto;
}
.car-comp-nov24-intro p {
  font-size: 18px;
  text-align: center;
  color: #14286e;
  margin-bottom: 30px;
  line-height: 24px;
  font-weight: 500;
}
.car-comp-nov24-intro h3 {
  font-size: 40px;
  text-align: center;
  color: #c81919;
  margin-bottom: 30px;
  line-height: 46px;
  font-weight: 800;
}

/* Payments */
.car-comp-nov24-payments {
  min-height: 300px;
  background-color: #eee;
  margin-bottom: 60px;
}

/* Prizes */
.car-comp-nov24-prizes {
  margin-bottom: 60px;
}
.car-comp-nov24-prizes .inner {
  position: relative;
}
.car-comp-nov24-prizes .ticket-limit {
  position: absolute;
  right: 0;
  top: -80px;
  max-width: 100px;
}
@media only screen and (min-width: 640px) {
  .car-comp-nov24-prizes .ticket-limit {
    max-width: 150px;
    top: -100px;
  }
}
.car-comp-nov24-prizes ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
.car-comp-nov24-prizes li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.car-comp-nov24-prizes li img {
  max-width: 300px;
}

/* Buy Tickets */
.car-comp-nov24-buy-ticket {
  margin-bottom: 60px;
}
.car-comp-nov24-buy-ticket h3 {
  font-weight: 800;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 10px;
  text-align: center;
  color: #14286e;
}
.car-comp-nov24-buy-ticket p {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #14286e;
  margin-bottom: 20px;
}
.car-comp-nov24-buy-ticket ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 640px) {
  .car-comp-nov24-buy-ticket ul {
    display: flex;
    gap: 20px;
    justify-content: center;
  }
}
.car-comp-nov24-buy-ticket ul li {
  list-style: none;
  padding: 0;
  margin: 0px 0px 20px 0px;
}
@media only screen and (min-width: 640px) {
  .car-comp-nov24-buy-ticket ul li {
    width: 33%;
    max-width: 360px;
  }
}
.car-comp-nov24-buy-ticket ul li .funding-item {
  background-color: #c81919;
  border: solid 7px #c81919;
  border-radius: 38px;
  font-size: 20px;
  color: #fff;
  font-weight: 800;
  line-height: 24px;
  text-align: center;
  padding-bottom: 20px;
}
.car-comp-nov24-buy-ticket ul li .funding-item img {
  border-radius: 30px 30px 0px 0px;
  margin-bottom: 20px;
}

/* Cars4Good */
.car-comp-nov24-cars4good {
  margin-bottom: 60px;
}
.car-comp-nov24-cars4good .inner {
  background-color: #14286e;
  padding: 40px !important;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 640px) {
  .car-comp-nov24-cars4good .inner {
    display: flex;
    max-width: 1260px;
    gap: 100px;
  }
}

.car-comp-nov24-cars4good .inner .car-comp-thefacts {
}
@media only screen and (min-width: 640px) {
  .car-comp-nov24-cars4good .inner .car-comp-thefacts {
    width: 50%;
  }
}
.car-comp-nov24-cars4good .inner .car-comp-cars4good {
}
@media only screen and (min-width: 640px) {
  .car-comp-nov24-cars4good .inner .car-comp-cars4good {
    width: 50%;
  }
}
.car-comp-nov24-cars4good .inner .car-comp-cars4good img {
  max-width: 280px;
  margin: 0px auto 30px auto;
}
.car-comp-nov24-cars4good .inner .car-comp-cars4good ul {
  max-width: 450px;
  margin: 40px auto;
}
.car-comp-nov24-cars4good .inner .car-comp-cars4good ul li {
  color: #fff;
  font-size: 30px;
  line-height: 36px;
}
.car-comp-nov24-cars4good .inner .car-comp-cars4good ul li strong {
  font-weight: 800;
  color: #ffbe00;
}

/* Meet Winners */
.car-comp-nov24-meet-winners {
  margin-bottom: 60px;
}
.car-comp-nov24-meet-winners h3 {
  font-weight: 800;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 20px;
  text-align: center;
  color: #14286e;
}
.car-comp-nov24-meet-winners ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 640px) {
  .car-comp-nov24-meet-winners ul {
    /*display: flex;
		gap: 20px;*/
    justify-content: center;
  }
}
.car-comp-nov24-meet-winners ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: #14286e;
}
@media only screen and (min-width: 640px) {
  .car-comp-nov24-meet-winners ul li {
    max-width: 340px;
    width: 33%;
  }
}
.car-comp-nov24-meet-winners ul li strong {
  display: block;
}
.car-comp-nov24-meet-winners ul li img {
  margin-bottom: 20px;
}
.car-comp-nov24-meet-winners .prev-winners {
  padding: 10px;
}
.car-comp-nov24-meet-winners .prev-winners img {
  border-radius: 5px;
}
.car-comp-nov24-meet-winners .slick-next.slick-arrow {
  border-radius: 5px;
  border: none;
  background-color: #fff;
  color: #000;
}
.car-comp-nov24-meet-winners .slick-prev.slick-arrow {
  border-radius: 5px;
  border: none;
  background-color: #fff;
  color: #000;
}

/* MWin every month */
.car-comp-nov24-win-every-month {
  margin-bottom: 60px;
}
.car-comp-nov24-win-every-month .inner {
  background-color: #14286e;
  border-radius: 30px;
  padding: 40px !important;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  max-width: 1260px;
}

.car-comp-nov24-win-every-month .inner h3 {
  font-weight: 800;
  font-size: 36px;
  margin-bottom: 20px;
  line-height: 40px;
}
.car-comp-nov24-win-every-month .inner p {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 30px;
}
.car-comp-nov24-win-every-month .inner p strong {
  font-weight: 800;
}
.car-comp-nov24-win-every-month .inner a {
  display: inline-block;
  padding: 20px 40px;
  color: #fff;
  background-color: #c81919;
  border-radius: 10px;
  font-size: 20px;
}

/* Terms */
.car-comp-nov24-terms {
  margin-bottom: 60px;
}
.car-comp-nov24-terms .inner {
  max-width: 1260px;
}
.car-comp-nov24-terms .inner p {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}
.car-comp-nov24-terms .inner p a {
  color: #14286e;
  text-decoration: underline;
  font-weight: 700;
}
.car-comp-nov24-terms .inner em {
  font-size: 12px;
  display: block;
  margin: 20px 0px;
  text-align: center;
}

/* Link gallery */

.link_gallery {
  padding: 40px 0 100px;
}

.link_gallery .inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.link_gallery .lg-link {
  background-color: #ccc;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  height: 400px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-align: center;
  width: 90%;
}

@media only screen and (min-width: 768px) {
  .link_gallery .lg-link {
    width: 32%;
  }
}

.link_gallery .lg-link a {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  display: flex;
  font-size: 22px;
  line-height: 1.4em;
  justify-content: center;
  padding: 40px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* Be a lifesaver */

.bealifesaver-pamphlet {
  background: #fefefe;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.028);
  margin: 0 auto;
  max-width: 1400px;
}
.bealifesaver-pamphlet section,
.bealifesaver-pamphlet .campaign_block {
  background: #fff;
}
.bealifesaver-pamphlet .content_block {
  padding: 80px 0 25px !important;
}
.bealifesaver-pamphlet .content_block.alt {
  padding: 25px 0 25px !important;
}
.bealifesaver-pamphlet .content_block p {
  color: #14286d;
  font-size: 24px;
  line-height: 1.4em;
}
.bealifesaver-pamphlet .content_block h2 {
  color: #14286d;
  font-size: 24px;
  line-height: 1.4em;
  text-align: center;
  text-transform: uppercase;
}
.bealifesaver-pamphlet .donate {
  background: #14286d !important;
  color: #fff !important;
  font-size: 25px !important;
  font-weight: 700;
  margin-bottom: 0;
  padding: 60px 20px 40px;
}
.bealifesaver-pamphlet .donate h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1em;
  padding-bottom: 20px;
}
.bealifesaver-pamphlet .donate p {
  font-size: 24px;
  line-height: 1.4em;
  font-weight: normal;
  color: #fff !important;
}
.bealifesaver-pamphlet #paymentoptions button.openmodal {
  background: #14286d !important;
  clear: both;
  display: block;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.bealifesaver-pamphlet .page_logo {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 40px;
  text-align: center;
}
.bealifesaver-pamphlet .page_logo img {
  display: inline-block;
  height: auto;
  max-width: 250px;
}

/* steps */

.steps_memory {
  padding-bottom: 80px;
}

.steps_memory .steps {
  max-width: 920px;
  margin: 0 auto;
}

.steps_memory .steps__title {
  font-family: "Montserrat", sans-serif;
  font-size-adjust: 0.5;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  margin-bottom: 30px;
}

@media print {
  .steps_memory .steps__title {
    font-weight: 600;
  }
}

@media all and (max-width: 56.25em) {
  .steps_memory .steps__title {
    font-size: 1.125rem;
  }
}

@media all and (min-width: 56.3125em) {
  .steps_memory .steps__title {
    font-size: 1.25rem;
  }
}

.steps_memory .steps-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media all and (min-width: 56.3125em) {
  .steps_memory .steps-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.steps_memory .steps-list-step {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  position: relative;
}

.steps_memory .steps-list-step:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 11px;
  background: #d5d6d2;
}

@media all and (min-width: 56.3125em) {
  .steps_memory .steps-list-step:before {
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media all and (min-width: 56.3125em) {
  .steps_memory .steps-list-step {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.steps_memory .steps-list-step__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 165px;
  text-align: left;
}

@media all and (min-width: 56.3125em) {
  .steps_memory .steps-list-step__wrap {
    max-width: 365px;
    width: 100%;
    margin-left: 410px;
  }
}

.steps_memory .steps-list-step__position {
  font-family: "Montserrat", sans-serif;
  font-size-adjust: 0.5;
  font-weight: 500;
  font-style: normal;
  font-size: 2.625rem;
  color: #002663;
  position: relative;
  padding: 20px 0;
  background-color: #fff;
  z-index: 1;
  width: 44px;
  position: absolute;
  top: 0;
  left: 12px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  line-height: 41px;
}

@media print {
  .steps_memory .steps-list-step__position {
    font-weight: 600;
  }
}

@media all and (min-width: 56.3125em) {
  .steps_memory .steps-list-step__position {
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.steps_memory .steps-list-step__position:before,
.steps_memory .steps-list-step__position:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  background-color: #d5d6d2;
  border-radius: 50%;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.steps_memory .steps-list-step__position:before {
  top: 0;
}

.steps_memory .steps-list-step__position:after {
  bottom: 0;
}

.steps_memory .steps-list-step__counter {
  position: relative;
  display: block;
  line-height: inherit;
}

.steps_memory .steps-list-step__counter:before {
  display: none;
  content: "";
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid transparent;
  border-left: 8px solid #002663;
  position: absolute;
  right: -25px;
  top: 12px;
}

@media all and (min-width: 56.3125em) {
  .steps_memory .steps-list-step__counter:before {
    display: block;
  }
}

.steps_memory .steps-list-step__heading {
  font-family: "Montserrat", sans-serif;
  font-size-adjust: 0.5;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  margin-bottom: 8px;
}

@media print {
  .steps_memory .steps-list-step__heading {
    font-weight: 700;
  }
}

.steps_memory .steps-list-step__heading a {
  text-decoration: underline;
}

.steps_memory .steps-list-step__heading a:hover,
.steps_memory .steps-list-step__heading a:focus {
  text-decoration: none;
}

@media all and (min-width: 56.3125em) {
  .steps_memory .steps-list-step__heading {
    font-family: "Montserrat", sans-serif;
    font-size-adjust: 0.5;
    font-weight: 600;
    font-style: normal;
    font-size: 1.2rem;
  }
}

.steps_memory .steps-list-step__content {
  font-family: "Montserrat", sans-serif;
  font-size-adjust: 0.5;
  font-weight: 100;
  font-style: normal;
  font-size: 14px;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-top: 30px;
  margin-left: 50px;
}

@media print {
  .steps_memory .steps-list-step__content {
    font-family: Arial, sans-serif;
    font-weight: normal;
  }
}

.steps_memory .steps-list-step__content p {
  margin-top: 10px;
}

.steps_memory .steps-list-step__content a,
.steps_memory .steps-list-step__content strong {
  font-family: "Montserrat", sans-serif;
  font-size-adjust: 0.5;
  font-weight: 500;
  font-style: normal;
}

@media print {
  .steps_memory .steps-list-step__content a,
  .steps_memory .steps-list-step__content strong {
    font-weight: 600;
  }
}

.steps_memory .steps-list-step__content em {
  font-style: italic;
}

@media all and (min-width: 56.3125em) {
  .steps_memory .steps-list-step__content {
    padding-top: 27px;
    font-family: "Montserrat", sans-serif;
    font-size-adjust: 0.5;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    margin-left: 40px;
  }
}

.steps_memory .steps-list-step__icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-bottom: 15px;
  margin-top: -6px;
}

.steps_memory .steps-list-step__icon img {
  width: 100%;
  height: 100%;
}

@media all and (min-width: 56.3125em) {
  .steps_memory .steps-list-step__icon {
    width: 50px;
    height: 50px;
    margin-top: -14px;
  }
}

.steps_memory .steps-list-step:last-of-type:before {
  display: none;
}

.steps_memory .steps-list-step:last-of-type .steps-list-step__position:after {
  display: none;
}

.steps_memory .steps-list-step:first-of-type .steps-list-step__position:before {
  display: none;
}

@media all and (min-width: 56.3125em) {
  .steps_memory .steps-list-step--reverse .steps-list-step__wrap {
    text-align: right;
    margin-right: 410px;
    margin-left: 0;
  }

  .steps_memory .steps-list-step--reverse .steps-list-step__content {
    margin-left: 0;
    margin-right: 40px;
  }

  .steps_memory .steps-list-step--reverse .steps-list-step__position {
    -ms-flex-order: 2;
    order: 2;
  }

  .steps_memory
    .steps-list-step--reverse
    .steps-list-step__position
    .steps-list-step__counter:before {
    right: auto;
    left: -25px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    border-right: 8px solid #002663;
  }
}

/* memory video carousel */

.video_carousel_memory {
  padding: 0 15px 120px;
  position: relative;
}

.video_carousel_memory .video_carousel_memory_slide {
  padding: 0 5px;
}

.video_carousel_memory .video_carousel_memory_slide_in {
  position: relative;
}

.video_carousel_memory .video_carousel_memory_slide_in img {
  display: block;
  height: auto;
  width: 100%;
}

.video_carousel_memory .video_carousel_memory_slide_in iframe {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

.video_carousel_memory .slick-slide {
  height: auto;
}

.video_carousel_memory .slick-prev,
.video_carousel_memory .slick-next {
  background: #14286e;
  border: 0;
  border-radius: 0;
  color: #fff;
  padding: 5px 10px;
}

.video_carousel_memory .slick-prev {
  position: absolute;
  top: calc(100% + 10px);
  right: calc(50% + 5px);
}

.video_carousel_memory .slick-next {
  position: absolute;
  top: calc(100% + 10px);
  left: calc(50% + 5px);
}

/* celebrate a life gift certificate */

.gift_certificate_memory {
  padding: 0 0 40px;
}

.gift_certificate_memory p {
  padding: 0 0 20px;
}

.gift_certificate_memory p a {
  color: #14286e;
  font-weight: 600;
}

@media only screen and (min-width: 1024px) {
  .gift_certificate_memory {
    display: flex;
    padding: 0 20px 40px;
  }

  .gift_certificate_memory .gift_certificate_memory_l {
    padding-right: 20px;
    width: 50%;
  }

  .gift_certificate_memory .gift_certificate_memory_r {
    width: 50%;
  }
}

/* celebrate a life adjustments */

body .celebrate-a-life .stories .inner {
  padding: 0 !important;
}

body .celebrate-a-life .stories .column-group.three-col {
  padding: 0 !important;
}

body .celebrate-a-life .stories .column-group .col {
  margin: 0 !important;
}

@media only screen and (min-width: 1024px) {
  body .celebrate-a-life .stories .column-group.three-col .col {
    max-width: 33.33%;
  }
}

body .celebrate-a-life .lal-form-block {
  margin: 0 auto;
  max-width: 820px;
}

body .celebrate-a-life .lal-intro {
  margin: 0 auto;
  max-width: 840px;
}

body .celebrate-a-life .lal-intro p {
  padding-bottom: 10px;
}

body .celebrate-a-life .lal-form-block p {
  padding-bottom: 20px;
}

body .celebrate-a-life .lal-line {
  border-bottom: 1px solid #eee;
  height: 1px;
  margin-bottom: 50px;
  margin-top: -10px;
}

.bluetext_foot {
  color: #14286e;
  font-weight: 700;
  font-size: 18px !important;
  padding-top: 20px;
}

/* accordion section */

.accordion_block .inner {
  padding: 0 20px 20px;
}

@media only screen and (min-width: 768px) {
  .accordion_block .inner {
    margin: 0 auto;
    max-width: 1000px;
    padding: 20px 60px !important;
  }
}

.accordion_block .accordion_inner {
  margin: 0 0 20px;
  overflow: hidden;
}
.accordion_block .accordion_inner *:focus {
  outline: 0 !important;
}
.accordion_block .item + .item {
  border-top: 1px solid #e8e8e8;
}

.accordion_block .trigger {
  align-items: center;
  background: #14286e;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  justify-content: space-between;
  line-height: 1.2;
  padding: 14px 18px;
  text-align: left;
  width: 100%;
}

.accordion_block .trigger:focus {
  outline: 3px solid rgba(25, 118, 210, 0.15);
}

.accordion_block .icon {
  transition: transform 0.25s ease;
  transform-origin: center;
  width: 18px;
  height: 18px;
}

.accordion_block .trigger[aria-expanded="true"] .icon {
  transform: rotate(180deg);
}

.accordion_block .panel {
  overflow: hidden; /* needed for height animation */
  height: 0; /* start closed */
  transition: height 0.32s ease;
  background: #fff;
  padding: 0 18px; /* left/right padding only when closed */
}

.accordion_block .panel-content {
  padding: 10px 0 20px; /* vertical padding inside the content */
}

.accordion_block .panel-content p {
  margin-top: 10px;
  line-height: 1.4em;
  color: #14286e;
}

/* nsri-car-2026 */

.car2026_page_header img {
  display: block;
  height: auto;
  margin-bottom: 30px;
  width: 100%;
}

.car2026_page_how img {
  display: block;
  height: auto;
  margin-bottom: 30px;
  width: 100%;
}

.car2026_page_4cars .inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 30px;
}

.car2026_page_4cars .inner div {
  width: calc(50% - 15px);
}

@media only screen and (min-width: 1100px) {
  .car2026_page_4cars .inner div {
    width: calc(25% - 22.5px);
  }
}

.car2026_page_4cars .inner div img {
  display: block;
  height: auto;
  width: 100%;
}

.car2026_page_money img {
  display: block;
  height: auto;
  margin-bottom: 60px;
  width: 100%;
}

.car-comp-2026-meet-winners h3 {
  color: #14286e;
  font-size: 30px;
  font-weight: 800;
  line-height: 40px;
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .car-comp-2026-meet-winners h3 {
    font-size: 50px;
    line-height: 40px;
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.car-comp-2026-meet-winners h3 a {
  color: #c81919 !important;
}
.car-comp-2026-meet-winners h3 a span {
  color: #14286e !important;
  border-bottom: 4px solid #c81919 !important;
}

.car-comp-2026-meet-winners .car2026_video_wrap iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  /* Optional: ensures the iframe doesn't overflow its container */
  height: auto; 
}

.car2026_button_wrap {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .car2026_button_wrap {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.car2026_button_wrap .car2026_button {
  background: #14286e;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 800;
  line-height: 40px;
  margin: 0 5px 10px;
  padding: 20px 30px;
  text-align: center;
  text-transform: uppercase;
  transition: opacity 0.25s ease;
}

@media only screen and (min-width: 768px) {
  .car2026_button_wrap .car2026_button {
    font-size: 30px;
    padding: 30px 60px;
  }
}

.car2026_button_wrap .car2026_button:hover {
  opacity: 0.9;
}

.car2026_button_wrap .car2026_button span {
  border-bottom: 4px solid #c81919;
}

.car2026_button_wrap .car2026_button.car2026_button_green {
  background: #c6d845 !important;
  color: #14286e !important;
}

.car2026_button_wrap .car2026_button.car2026_button_red {
  background: #c81919 !important;
}

@media only screen and (min-width: 768px) {
}

.car2026_button_wrap .car2026_button.car2026_button_icon {
  padding: 20px 50px 20px 20px;
  position: relative;
  width: 100%;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .car2026_button_wrap .car2026_button.car2026_button_icon {
    padding: 20px 80px 20px 30px;
    position: relative;
    width: auto;
  }
}

@media only screen and (min-width: 768px) {
  .car2026_button_wrap .car2026_button.car2026_button_icon {
    padding: 20px 100px 20px 40px;
  }
}

.car2026_button_wrap .car2026_button.car2026_button_icon img {
  display: block;
  height: auto;
  position: absolute;
  top: 25px;
  right: 10px;
  width: 30px;
}

@media only screen and (min-width: 768px) {
  .car2026_button_wrap .car2026_button.car2026_button_icon img {
    width: 40px;
    top: 20px;
    right: 40px;
  }
}

/* above water */

.above-water_button_wrap {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .above-water_button_wrap {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.above-water_button_wrap .above-water_button {
  background: #c81919;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 800;
  line-height: 40px;
  margin: 0 5px 10px;
  padding: 20px 30px;
  text-align: center;
  text-transform: uppercase;
  transition: opacity 0.25s ease;
}

@media only screen and (min-width: 768px) {
  .above-water_button_wrap .above-water_button {
    font-size: 30px;
    padding: 30px 60px;
  }
}

.above-water_button_wrap .above-water_button:hover {
  opacity: 0.9;
}

.above-water_button_wrap .above-water_button span {
  border-bottom: 4px solid #14286e;
}

.above-water_button_wrap .above-water_button.above-water_button_green {
  background: #c6d845 !important;
  color: #14286e !important;
}

.above-water_button_wrap .above-water_button.above-water_button_blue {
  background: #14286e !important;
}

.above-water_button_wrap .above-water_button.above-water_button_icon {
  padding: 20px 80px 20px 30px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .above-water_button_wrap .above-water_button.above-water_button_icon {
    padding: 20px 100px 20px 40px;
  }
}

.above-water_button_wrap .above-water_button.above-water_button_icon img {
  display: block;
  height: auto;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
}

@media only screen and (min-width: 768px) {
  .above-water_button_wrap .above-water_button.above-water_button_icon img {
    right: 40px;
  }
}

.above-water_block_wrap {
}

.above-water_block_wrap .above-water_block {
  position: relative;
}

.above-water_block_wrap .above-water_block img {
  display: block;
  height: auto;
  width: 100%;
}

.above-water_block_wrap .above-water_block .above-water_block_content {
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

@media only screen and (min-width: 1020px) {
  .above-water_block_wrap .above-water_block .above-water_block_content {
    bottom: 60px;
    left: 60px;
    max-width: 75%;
  }
}

.above-water_block_wrap .above-water_block .above-water_block_content h2 {
  font-size: 16px;
  line-height: 1.2em;
}

@media only screen and (min-width: 1020px) {
  .above-water_block_wrap .above-water_block .above-water_block_content h2 {
    font-size: 40px;
    line-height: 1.2em;
  }
}

.above-water_block_wrap .above-water_block .above-water_block_content p {
  color: #fff;
  font-size: 16px;
  line-height: 1.4em;
  margin-top: 10px;
}

@media only screen and (min-width: 1020px) {
  .above-water_block_wrap .above-water_block .above-water_block_content p {
    font-size: 30px;
    line-height: 1.4em;
  }
}

.above-water_block_wrap .above-water_block .above-water_block_content p a {
  color: #fff;
}

.above-water_block_wrap .above-water_block .above-water_block_content p a span {
  text-decoration: underline;
}

.above-water-two .inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.above-water-two .inner .above-water_block_wrap {
  width: calc(50% - 10px);
}

@media only screen and (min-width: 768px) {
  .above-water-two .inner {
    gap: 30px;
    margin-bottom: 30px;
  }

  .above-water-two .inner .above-water_block_wrap {
    width: calc(50% - 15px);
  }
}

/* 2026 MONTHLY DRAW */
.monthly_draw img {
  width: 100%;
  height: auto;
  display: block;
}
.monthly_draw .page_banner {
  margin-bottom: 30px;
}
.monthly_draw .donate_row {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.monthly_draw .donate_buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.monthly_draw .donate_buttons a {
  padding: 9px 16px 7px;
  font-size: 12px;
  line-height: 120%;
  border-radius: 100px;
}

.monthly_draw h3 {
  color: #14286e;
  font-size: 30px;
  font-weight: 800;
  line-height: 40px;
  margin-bottom: 16px;
  text-align: center;
  text-transform: uppercase;
}
.monthly_draw .support_us {
  margin-bottom: 30px;
}
.monthly_draw .support_us .support_us_wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.monthly_draw .past_winners {
}

.monthly_draw .past_winners .past_winners_wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media only screen and (min-width: 768px) {
  /* 2026 MONTHLY DRAW */

  .monthly_draw .page_banner {
    margin-bottom: 60px;
  }
  .monthly_draw .donate_row {
    flex-direction: row;
    margin-bottom: 60px;
  }

  .monthly_draw .big_banner {
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .monthly_draw .big_banner img {
    max-width: 720px;
  }

  .monthly_draw .donate_buttons {
    gap: 24px;
  }

  .monthly_draw .donate_buttons a {
    font-size: 24px;
    padding: 10px 30px 10px;
  }

  .monthly_draw h3 {
    font-size: 55px;
    line-height: 130%;
  }
  .monthly_draw .support_us {
    margin-bottom: 60px;
  }
  .monthly_draw .support_us .support_us_wrapper {
    flex-direction: row;
  }

  .monthly_draw .past_winners .past_winners_wrapper {
    flex-direction: row;
  }
}

@media only screen and (max-width: 768px) {
  .monthly_draw_footer a {
    font-size: 16px !important;
  }

  .monthly_draw_footer a img {
    width: 28px !important;
    top: 27px !important;
  }
}





/* duck dash campaign */

.duck-dash {
	margin: 0;
	padding: 0;
}

.duck-dash .duck-dash-btn {
	background-color: #c8161d;
	border-radius: 5px;
	border: 0;
	color: #FFF;
  cursor: pointer;
	display: inline-block;
	font-size: 20px !important;
	font-weight: 700;
	line-height: 1.25em;
	padding: 10px 20px !important;
	text-align: center;
	transition: background-color 0.25s ease;
}

@media only screen and (min-width: 768px) {

	.duck-dash .duck-dash-btn {
		font-size: 30px !important;
		padding: 20px 40px;
	}
}

.duck-dash .duck-dash-btn:hover {
	background-color: #14286e;
}

.duck-dash .duck-dash-btn-blue {
	background-color: #14286e;
	border-radius: 5px;
	border: 0;
	color: #FFF;
	display: inline-block;
	font-size: 20px !important;
	font-weight: 700;
	line-height: 1.25em;
	padding: 10px 20px !important;
	text-align: center;
	transition: background-color 0.25s ease;
}

@media only screen and (min-width: 768px) {

	.duck-dash .duck-dash-btn-blue {
		font-size: 30px !important;
		padding: 20px 40px;
	}
}

.duck-dash .duck-dash-btn-blue:hover {
  background: #fff;
	color: #14286e;
}

/* duck-dash-header */

.duck-dash .duck-dash-header {
	text-align: center;
	padding: 20px;
}

.duck-dash .duck-dash-header img {
	margin: 0 auto;
	max-height: 78px;
  width: auto;
}

/* duck-dash-banner */

.duck-dash .duck-dash-banner {
	padding: 40px;
  background-image: url(../jpg/duck_dash_banner_mobi.jpg);
	background-position: 50% 50%;
	background-size: cover;
	text-align: center;
	color: #FFF;
}

@media only screen and (min-width: 768px) {

	.duck-dash .duck-dash-banner {
    background-image: url(../jpg/duck_dash_banner_desk.jpg);
		/* border-radius: 15px; */
		padding: 80px;
	}
}

.duck-dash .duck-dash-banner h1 {
  display: none;

	font-size: 32px;
	line-height: 1.25em;
	margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
	
	.duck-dash .duck-dash-banner h1 {
		font-size: 60px;
	}
}

.duck-dash .duck-dash-banner p {
  display: none;
	font-size: 25px;
	font-weight: 500;
	line-height: 1.25em;
	margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {

	.duck-dash .duck-dash-banner p {
		font-size: 38px;
	}
}

.duck-dash .duck-dash-banner .duck-dash-timer {
	/* background: rgba(255,255,255,0.5); */
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 25px;
	font-weight: 500;
	line-height: 1.25em;
	padding: 20px 30px;
	margin: 300px auto 20px;
  text-shadow: 0px 0px 19px #000;
}

@media only screen and (min-width: 768px) {

	.duck-dash .duck-dash-banner .duck-dash-timer {
		font-size: 45px;
		padding: 20px 40px;
	}
}

.duck-dash .duck-dash-banner .duck-dash-timer strong {
  color: #F3EA6F;
	font-weight: 800;
}

/* duck-dash-intro */

.duck-dash .duck-dash-intro {
	margin: 0 auto;
	max-width: 1440px;
	padding: 40px 20px;
	text-align: center;
	color: #14286e;
}

@media only screen and (min-width: 768px) {

	.duck-dash .duck-dash-intro {
		padding: 80px 40px;
	}
}

.duck-dash .duck-dash-intro h2 {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.25em;
	margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
	
	.duck-dash .duck-dash-intro h2 {
		font-size: 60px;
	}
}

.duck-dash .duck-dash-intro h2 strong {
	font-weight: 800;
}

.duck-dash .duck-dash-intro p {
	font-size: 18px;
	line-height: 1.25em;
	margin: 0 auto;
	max-width: 768px;
}

@media only screen and (min-width: 768px) {

	.duck-dash .duck-dash-intro p {
		font-size: 21px;
	}
}

/* duck-dash-benefits */

.duck-dash .duck-dash-benefits {
	/* background: #f4f4f4; */
	color: #14286e;
	padding: 20px 5px;
}

@media only screen and (min-width: 768px) {

	.duck-dash .duck-dash-benefits {
		padding: 20px 80px 80px;
	}
}

.duck-dash .duck-dash-benefits .duck-dash-benefits-in {
	margin: 0 auto;
	max-width: 1000px;
}

.duck-dash .duck-dash-benefits .duck-dash-benefits-in .slick-slide {
  height: auto;
}

.duck-dash .duck-dash-benefits .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
  color: #000;
  font-size: 18px;
  z-index: 11;
}
.duck-dash .duck-dash-benefits .slick-next.slick-arrow {
  right: 0;
}
.duck-dash .duck-dash-benefits .slick-prev.slick-arrow {
  left: 0;
}

.duck-dash .duck-dash-benefits .duck-dash-benefits-how-btn {
  padding: 60px 40px 40px;
  text-align: center;
}

.duck-dash .duck-dash-benefits h2 {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.25em;
	margin: 0 0 30px;
	text-align: center;
}

@media only screen and (min-width: 768px) {
	
	.duck-dash .duck-dash-benefits h2 {
		font-size: 35px;
		margin: 0 0 30px;
	}
}

.duck-dash .duck-dash-benefits h2 strong {
	font-weight: 800;
}

.duck-dash .duck-dash-benefits p {
	font-size: 18px;
	line-height: 1.25em;
	margin: 0 auto;
	max-width: 768px;
}

@media only screen and (min-width: 768px) {

	.duck-dash .duck-dash-benefits p {
		font-size: 20px;
	}
}

.duck-dash .duck-dash-benefits ul {
	margin: 0;
	padding: 0;
}

@media only screen and (min-width: 900px) {

	.duck-dash .duck-dash-benefits ul {
		display: flex;
		margin: 0 80px;
		padding: 0;
	}
}

.duck-dash .duck-dash-benefits ul li {
	list-style: none;
	margin: 0;
	padding: 30px 0 0;
	text-align: center;
	width: 100%;
}

@media only screen and (min-width: 900px) {

	.duck-dash .duck-dash-benefits ul li {
		width: 33%;
	}
}

.duck-dash .duck-dash-benefits ul li p {
	font-size: 20px;
	font-weight: 800;
	line-height: 1.25em;
	margin-top: 30px;
}

@media only screen and (min-width: 768px) {

	.duck-dash .duck-dash-benefits ul li p span {
		display: block;
	}
}

.duck-dash .duck-dash-benefits ul li img {
	display: block;
	margin: 0 auto;
	width: 200px;
	height: 200px;
}


.duck-dash .duck-dash-benefits ul .duck-dash-benefits-col {
  position: relative;
}

.duck-dash .duck-dash-benefits ul .duck-dash-benefits-col .duck-dash-benefits-hover {
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
  opacity: 0;
  padding: 20px;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  width: 100%;
  height: 100%;
  background: #14286e;
  transition: opacity 0.25s ease-in-out;
}

.duck-dash .duck-dash-benefits ul .duck-dash-benefits-col:hover .duck-dash-benefits-hover {
  opacity: 1; 

}
.duck-dash .duck-dash-benefits ul .duck-dash-benefits-col .duck-dash-benefits-hover strong {
  display: inline-block;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 5px;
}

/* duck-dash-adopt */



.duck-dash .duck-dash-adopt {
	color: #14286e;
	padding: 40px 40px 0;
}

@media only screen and (min-width: 768px) {

	.duck-dash .duck-dash-adopt {
		border-radius: 15px;
		padding: 80px 80px 0;
	}
}

.duck-dash .duck-dash-adopt h3 {
  color: #14286e;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25em;
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (min-width: 768px) {

  .duck-dash .duck-dash-adopt h3 {
    font-size: 45px;
    margin-bottom: 60px;
  }
}

.duck-dash .duck-dash-adopt .slick-slide {
  height: auto;
}

.duck-dash .duck-dash-adopt .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
  color: #000;
  font-size: 18px;
  z-index: 11;
}
.duck-dash .duck-dash-adopt .slick-next.slick-arrow {
  right: -15px;
}
.duck-dash .duck-dash-adopt .slick-prev.slick-arrow {
  left: -15px;
}

.duck-dash .duck-dash-adopt .duck-dash-adopt-tabs {
  border-bottom: 10px solid #14286e;
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  
  .duck-dash .duck-dash-adopt .duck-dash-adopt-tabs {
    gap: 30px;
  }
}

.duck-dash .duck-dash-adopt .duck-dash-adopt-tabs a {
  border: 10px solid transparent;
  border-bottom: 0;
  color: #14286e;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25em;
  margin-bottom: -10px;
  padding: 15px 15px 25px;
  text-decoration: none;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {

  .duck-dash .duck-dash-adopt .duck-dash-adopt-tabs a {
    font-size: 28px;
    padding: 15px 40px 25px;
  }

}


.duck-dash .duck-dash-adopt-coming-soon {
  background: #14286e;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25em;
  padding: 20px;
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
}

.duck-dash .duck-dash-adopt-coming-soon-in {
  align-items: center; 
  display: flex;
}

.duck-dash .duck-dash-adopt-coming-soon img {
  display: block;
  height: auto;
  margin-right: 15px;
  margin-left: -50px;
  width: 175px;
  height: auto;
}

@media only screen and (min-width: 768px) {

  .duck-dash .duck-dash-adopt-coming-soon img {
    margin-left: -90px;
  }
}

.duck-dash .duck-dash-adopt-coming-soon img {

}

.duck-dash .duck-dash-adopt .duck-dash-adopt-tabs a.dda_active {
  background: #fff;
  border: 10px solid #14286e;
  border-bottom: 0;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  color: #c8161d;
}

.duck-dash .duck-dash-adopt .duck-dash-prize_banner {
  margin: 0 auto 30px;
}

@media only screen and (min-width: 768px) {
  
  .duck-dash .duck-dash-adopt .duck-dash-prize_banner {
    margin: 0 auto 60px;
  }
}

.duck-dash .duck-dash-adopt .duck-dash-adopt-in {
	margin: 0 auto;
	max-width: 1440px;
}

.duck-dash .duck-dash-adopt h2 {
	font-size: 25px;
	font-weight: 500;
	line-height: 1.25em;
	margin-bottom: 30px;
	text-align: center;
}

.duck-dash .duck-dash-adopt h3 {
	font-size: 20px;
  margin: 0 auto 60px;
  max-width: 900px;
}

@media only screen and (min-width: 768px) {
	
	.duck-dash .duck-dash-adopt h2 {
		font-size: 40px;
	}

  .duck-dash .duck-dash-adopt h3 {
    font-size: 30px;
  }
}

.duck-dash .duck-dash-adopt h2 strong {
	font-weight: 800;
}

.duck-dash .duck-dash-adopt p {
	font-size: 18px;
	line-height: 1.25em;
	margin: 0 auto;
	max-width: 768px;
}

@media only screen and (min-width: 768px) {

	.duck-dash .duck-dash-adopt p {
		font-size: 20px;
	}
}

.duck-dash .duck-dash-adopt .duck-dash-adopt-products {
	margin: 40px 0 0;
}

@media only screen and (min-width: 768px) {

	.duck-dash .duck-dash-adopt .duck-dash-adopt-products {
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
	}
}

.duck-dash .duck-dash-adopt .duck-dash-adopt-products-corporate {
  /* padding-top: 40px; */
}

.duck-dash .duck-dash-adopt .duck-dash-adopt-product {
	margin: 30px 0 0;
  max-width: none;
	padding: 10px;
  position: relative;
	text-align: center;
	width: 100%;
}

@media only screen and (min-width: 768px) {

	.duck-dash .duck-dash-adopt .duck-dash-adopt-product {
		/* width: 20%; */
    margin: 0;
    max-width: 70%;
    padding: 10px;
	}
}

.duck-dash .duck-dash-adopt .duck-dash-adopt-product-in {
	background: #14286e;
	border-radius: 10px;
	color: #fff;
	margin: 0 0 20px;
	padding: 25px 20px 20px;
}


.duck-dash .duck-dash-adopt .duck-dash-adopt-product-h2 {
  padding: 0;
}

@media only screen and (max-width: 900px) {
  

}

.duck-dash .duck-dash-adopt .duck-dash-adopt-product-popular {
  background: #c8161d;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  position: absolute;
  top: -23px;
  text-transform: uppercase;
  text-align: center;
  width: calc(100% - 20px);
  padding: 10px 10px;
}

.duck-dash .duck-dash-adopt .duck-dash-adopt-product-count {
	overflow: hidden;
	margin-bottom: 10px;
  text-align: center;
}

.duck-dash .duck-dash-adopt .duck-dash-adopt-product-count p {
	/* float: left; */
  display: inline-block;
	font-size: 40px !important;
	font-weight: 800 !important;
	line-height: 1.5em !important;
  position: relative;
  top: -10px;
  margin-right: 10px;
}

.duck-dash .duck-dash-adopt .duck-dash-adopt-product-count img {
	/* float: right; */
  display: inline-block;
	max-width: 60px;
	height: auto;
}

.duck-dash .duck-dash-adopt .duck-dash-adopt-product-count-individual p {
  font-size: 60px !important;
  line-height: 1.25em !important;
  margin: 0 !important;
}

.duck-dash .duck-dash-adopt .duck-dash-adopt-product-count-individual img {
	/* float: right; */
  display: inline-block;
	max-width: 100px;
  margin: 0 15px;
  position: relative;
  top: 10px;
	height: auto;
}



.duck-dash .duck-dash-adopt .duck-dash-adopt-product-in h4 {
	font-size: 31px !important;
	font-weight: 500 !important;
	line-height: 1.25em;
	margin: 0 0 10px !important;
}
@media only screen and (min-width: 768px) {
	.duck-dash .duck-dash-adopt .duck-dash-adopt-product-in h4 {
		font-size: 25px !important;
	}
}
@media only screen and (min-width: 1345px) {
	
	.duck-dash .duck-dash-adopt .duck-dash-adopt-product-in h4 {
		font-size: 31px !important;
	}
}

.duck-dash .duck-dash-adopt .duck-dash-adopt-product .duck-price {
	font-size: 34px !important;
	font-weight: 800 !important;
	line-height: 1.25em;
	margin: 0;
}

.duck-dash .duck-dash-adopt .duck-dash-adopt-product .duck-saving {
  color: #ffaf00;
  font-weight: 800;
  margin-top: 10px;
  text-transform: uppercase;
}

.duck-dash .duck-dash-adopt .duck-qty {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 8px;
	margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {

	.duck-dash .duck-dash-adopt .duck-qty {
		margin-bottom: 0;
	}
}


.duck-dash .duck-dash-adopt .duck-qty-btn {
	width: 32px;
	height: 32px;
	border-radius: 4px;
	border: 1px solid #ccc;
	background: #fff;
	color: #333;
	cursor: pointer;
	font-size: 20px;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	user-select: none;
}
.duck-dash .duck-dash-adopt .duck-qty input[type="number"] {
	width: 64px;
	text-align: center;
	padding: 6px 8px;
}

.duck-dash .duck-dash-adopt .duck-qty input[type="number"]::-webkit-outer-spin-button,
.duck-dash .duck-dash-adopt .duck-qty input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.duck-dash .duck-dash-adopt .duck-qty input[type="number"] {
	-moz-appearance: textfield;
}


/* duck-dash-details */

.duck-dash .duck-dash-details {
	color: #14286e;
	padding: 40px;
}

@media only screen and (min-width: 768px) {

	.duck-dash .duck-dash-details {
		border-radius: 15px;
		padding: 80px;
	}
}

.duck-dash .duck-dash-details .duck-dash-details-in {
	margin: 0 auto;
	max-width: 1440px;
}

.duck-dash .duck-dash-details h2 {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.25em;
	margin-bottom: 30px;
	text-align: center;
}

@media only screen and (min-width: 768px) {
	
	.duck-dash .duck-dash-details h2 {
		font-size: 40px;
	}
}

.duck-dash .duck-dash-details h2 strong {
	font-weight: 800;
}

.duck-dash .duck-dash-details p {
	font-size: 18px;
	line-height: 1.25em;
	margin: 0 auto 40px;
	max-width: 768px;
}

@media only screen and (min-width: 768px) {

	.duck-dash .duck-dash-details p {
		font-size: 20px;
	}
}

.duck-dash .duck-dash-details .duck-dash-details-questions {
	color: #14286e;
	font-size: 15px;
	line-height: 1.25em;
	padding-top: 40px;
	text-align: center;
}

.duck-dash .duck-dash-details .duck-dash-details-questions a {
	color: #14286e;
	font-weight: 700;
	text-decoration: underline;
}

@media only screen and (min-width: 768px) {

	.duck-dash .duck-dash-details .duck-dash-details-questions {
		font-size: 21px !important;
	}
}

.duck-dash .duck-dash-details .duck-dash-details-form {
	/* border: 1px solid #ddd; */
	margin: 0 auto 40px;
	max-width: 800px;
	/* padding: 20px; */
	text-align: center;
}
@media only screen and (min-width: 768px) {

	.duck-dash .duck-dash-details .duck-dash-details-form {
		/* padding: 40px; */
	}
}

.duck-dash .duck-dash-details .duck-dash-details-form label {
	display: block;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

.duck-dash .duck-dash-details .duck-dash-details-form input[type=text] {
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 16px;
	padding: 10px;
	width: 100%;
	margin-bottom: 20px;
}

.duck-dash .duck-dash-details .duck-dash-details-form .error-message {
	color: #c8161d;
	font-size: 12px;
	margin: -15px 0 0;
	padding: 0 0 15px;
}

.duck-dash .duck-dash-details .duck-dash-details-form #opt-in {
	float: left;
	margin: 4px 10px 0 0;
}

.duck-dash .duck-dash-details .duck-dash-details-form label[for=opt-in] {
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 20px;
	overflow: hidden;
}

.duck-dash .duck-dash-details .duck-dash-details-form #tax-cert {
	float: left;
	margin: 4px 10px 0 0;
}

.duck-dash .duck-dash-details .duck-dash-details-form label[for=tax-cert] {
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 20px;
	overflow: hidden;
}

/* duck-dash faqs */

.duck-dash .accordion_block {
	padding: 40px 0;
}

@media only screen and (min-width: 768px) {

	.duck-dash .accordion_block {
		padding: 80px 0;
	}
}

.duck-dash .accordion_block h2 {
	color: #14286e;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.25em;
	margin-bottom: 30px;
	text-align: center;
}

@media only screen and (min-width: 768px) {
	
	.duck-dash .accordion_block h2 {
		font-size: 40px;
	}
}

.duck-dash .accordion_block h2 strong {
	font-weight: 800;
}

.duck-dash .accordion_block .item {
	margin-bottom: 5px;
}

.duck-dash .accordion_block .trigger {
	background: #fff;
	border: 2px solid #14286e;
	color: #14286e;
	border-radius: 10px;
}

.duck-dash .accordion_block .trigger[aria-expanded="true"] {
	background: #14286e;
	color: #fff;
}

/* duck-dash-event */

.duck-dash .duck-dash-event {
	color: #14286e;
	padding: 40px 10px 30px;
}

@media only screen and (min-width: 768px) {

	.duck-dash .duck-dash-event {
		padding: 80px 80px 60px;
	}
}

.duck-dash .duck-dash-event .duck-dash-event-in {
	margin: 0 auto;
	max-width: 1440px;
}

.duck-dash .duck-dash-event h2 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.25em;
	margin-bottom: 30px;
	text-align: center;
}

@media only screen and (min-width: 768px) {
	
	.duck-dash .duck-dash-event h2 {
		font-size: 40px;
	}
}

.duck-dash .duck-dash-event h2 strong {
	font-weight: 800;
}

.duck-dash .duck-dash-event p {
	font-size: 18px;
	line-height: 1.25em;
	margin: 0 auto 40px;
	max-width: 768px;
}

@media only screen and (min-width: 768px) {

	.duck-dash .duck-dash-event p {
		font-size: 20px;
	}
}

.duck-dash .duck-dash-event .duck-dash-event-description {
  font-size: 20px;
  line-height: 1.25em;
  margin: 0 auto;
  max-width: 950px;
  padding: 0 20px 30px;
  text-align: center;
}

@media only screen and (min-width: 768px) {

  .duck-dash .duck-dash-event .duck-dash-event-description {
    font-size: 27px;
    padding-bottom: 0;
  }
}

.duck-dash .duck-dash-event ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
}

@media only screen and (min-width: 768px) {

	.duck-dash .duck-dash-event ul {
		gap: 50px;
		margin: 0 80px;
	}
}

.duck-dash .duck-dash-event ul li {
	border: 1px solid #ccc;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: calc(50% - 20px);
}

@media only screen and (min-width: 768px) {

	.duck-dash .duck-dash-event ul li {
		border: 0;
		width: calc(25% - 20px);
	}
}

.duck-dash .duck-dash-event ul li p {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25em;
	margin-top: 30px;
}

@media only screen and (min-width: 768px) {

  .duck-dash .duck-dash-event ul li p {
    font-size: 25px;
  }
}

/* duck-dash-tracker */

.duck-dash .duck-dash-tracker {
	color: #14286e;
	padding-bottom: 40px;
}

@media only screen and (min-width: 768px) {

	.duck-dash .duck-dash-tracker {
		padding-bottom: 80px;
	}
}

.duck-dash .duck-dash-tracker .duck-dash-tracker-in {
	background: #f4f4f4;
	border-radius: 15px;
	padding: 40px;
	margin: 0 auto;
	max-width: 1440px;
}

@media only screen and (min-width: 768px) {

	.duck-dash .duck-dash-tracker-in {
		padding: 80px;
	}
}

.duck-dash .duck-dash-tracker h2 {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.25em;
	
	text-align: center;
}

@media only screen and (min-width: 768px) {
	
	.duck-dash .duck-dash-tracker h2 {
		font-size: 30px;
		margin-bottom: 30px;
	}
}

.duck-dash .duck-dash-tracker h2 strong {
	font-weight: 800;
}

.duck-dash .duck-dash-tracker .duck-dash-tracker-head {
	overflow: hidden;
	margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {

	.duck-dash .duck-dash-tracker .duck-dash-tracker-head h2 {
		float: left;
	}
}

.duck-dash .duck-dash-tracker .duck-dash-tracker-head .duck-dash-tracker-status {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 600;
	padding: 10px 0 20px;
	text-align: center;
}

@media only screen and (min-width: 768px) {

	.duck-dash .duck-dash-tracker .duck-dash-tracker-head .duck-dash-tracker-status {
		float: right;
		text-align: unset;
		padding: 10px 0 0;
	}
}

.duck-dash .duck-dash-tracker .duck-dash-tracker-bar {
	background: #ffaf00;
	border-radius: 10px;
	height: 30px;
	width: 100%;
}

.duck-dash .duck-dash-tracker .duck-dash-tracker-bar-in {
	background: #c8161d;
	border-radius: 10px;
	height: 30px;
	position: relative;
	width: 0;
	transition: width .9s ease-in-out;
}

.duck-dash .duck-dash-tracker .duck-dash-tracker-bar-in img {
	display: block;
	height: auto;
	position: absolute;
	top: -10px; right: -25px;
	width: 50px;
}

@media only screen and (min-width: 768px) {

  .duck-dash .duck-dash-tracker .duck-dash-tracker-bar {
    height: 50px;
  }

  .duck-dash .duck-dash-tracker .duck-dash-tracker-bar-in {
    height: 50px;
  }

  .duck-dash .duck-dash-tracker .duck-dash-tracker-bar-in img {
    top: -15px; right: -45px;
    width: 90px;
  }
}


/* duck-dash-sponsors */

.duck-dash .duck-dash-sponsors {
	color: #14286e;
	padding: 30px 40px;
}

.duck-dash .duck-dash-sponsors h2 {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.25em;
	margin-bottom: 30px;
	text-align: center;
}

@media only screen and (min-width: 768px) {
	
	.duck-dash .duck-dash-sponsors h2 {
		font-size: 40px;
	}
}

.duck-dash .duck-dash-sponsors .duck-dash-sponsors-logos {
	text-align: center;
}

.duck-dash .duck-dash-sponsors .duck-dash-sponsors-logos img {
	display: inline-block;
	height: 80px;
	margin: 0 20px;
	width: auto;
}

@media only screen and (min-width: 768px) {

	.duck-dash .duck-dash-sponsors .duck-dash-sponsors-logos img {
		height: 100px;
	}
}


/* 
  duck-dash-winner 
*/

.duck-dash .duck-dash-winner {
	padding: 40px;
}

.duck-dash .duck-dash-winner .duck-dash-winner-in {
	background: #14286e;
	border-radius: 15px;
	color: #ffffff;
	padding: 40px;
	margin: 0 auto;
	max-width: 1300px;
}

@media only screen and (min-width: 768px) {

	.duck-dash .duck-dash-winner .duck-dash-winner-in {
		display: flex;
		gap: 40px;
	}
}

@media only screen and (min-width: 768px) {

	.duck-dash .duck-dash-winner-image {
		width: 33%;
	}
}

.duck-dash .duck-dash-winner-image img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {

	.duck-dash .duck-dash-winner-image img {
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 768px) {

	.duck-dash .duck-dash-winner-content {
		width: 66%;
	}
}

.duck-dash .duck-dash-winner-content h2 {
	color: #ffaf00;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.25em;
	margin-bottom: 20px;
}

.duck-dash .duck-dash-winner-content p {
	font-size: 29px;
	font-weight: 400;
	line-height: 1.25em;
}

/* duck-dash checkout */
.duck-dash .spc-container {
	box-shadow: none !important;
	border-radius: 0 !important;
	border: 1px solid #ddd;
	margin: 20px auto 60px;
	max-width: 800px;
	padding: 20px;
	text-align: left;
}
@media only screen and (min-width: 768px) {

	.duck-dash .spc-container {
		padding: 40px;
	}
}

.duck-dash .spc-container .frm_row {
	display: block;
}

.duck-dash .spc-container .frm_row div {
	padding: 0;
	width: auto;
}

.duck-dash .spc-container .frm_row div label {
	color: #14286e;
	display: block;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 600;
	margin: 6px 0 10px;
	text-align: left;
	width: 100%;
}

.duck-dash .spc-container .frm_row div label.error {
	color: #c8161d;
	font-size: 12px;
	font-weight: 400;
	margin-top: -2px;
}

.duck-dash .spc-container .payment_frm .frm_row input[type=submit] {
	background: #c8161d;
	text-transform: none !important;
}

.duck-dash .spc-container .payment_frm .frm_row input[type=submit]:hover {
	background: #14286e;
}

.duck-dash .spc-container .frm_row td {
	display: block;
}
.duck-dash .spc-container .frm_row td input[type=checkbox] {
	float: left !important;
	margin: 13px 10px 0 0;
}
.duck-dash .spc-container .frm_row td label {
	display: inline-block !important;
	/* float: left !important; */
	/* overflow: hidden; */
	width: calc(100% - 30px) !important;
}

.duck-dash .spc-container .spc-secure-info {
	display: flex;
}

.duck-dash .spc-container label[for=donorRequireTaxCertificate] {
	display: inline-block;
	white-space: nowrap !important;
	width: auto !important;
}

.duck-dash .spc-container .lal-amount-pay-block {
	flex-wrap: wrap;
}

.duck-dash .spc-container .lal-amount-to-pay {
	background: #edfaeb;
	border: 1px solid #46cc30;
	color: #46cc30;
	order: 5;
	width: 100%;
	margin: 20px 0 40px;
}

.duck-dash .spc-container .lal-amount-to-pay span {
	color: #46cc30;
	display: inline-block;
	font-weight: 800;
	font-size: 22px !important;
	margin: 5px 0 0;
}

.duck-dash #corporate_products {
  padding-top: 60px;
}


/* 
dynamics form styling
*/

.dynamics-newsletter-form {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #f9f9f9;
  margin-top: 40px;
  width: 100%;
}

.dynamics-newsletter-form label.dynamics-newsletter-form-label {
  color: #222;
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  width: 100%;
}

.dynamics-newsletter-form input[type="text"],
.dynamics-newsletter-form input[type="email"] {
  background: #fff;
  border: 1px solid #cbd3e0;
  border-radius: 5px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 10px;
  width: 100%;
  margin-bottom: 20px;
}

.dynamics-newsletter-form select {
  background: #fff;
  border: 1px solid #cbd3e0;
  border-radius: 5px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 10px;
  width: 100%;
  margin-bottom: 20px;
}

.dynamics-newsletter-form button {
  background-color: #c8161d;
  border-radius: 8px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  margin-top: 10px;
  padding: 12px 30px;
  text-transform: uppercase;
}

.dynamics-newsletter-form button:hover {
  background-color: #14286e;
}

.dynamics-newsletter-form .dynamics-newsletter-form-required {
  color: #c8161d;
  font-size: 12px;
}

.dynamics-newsletter-form .error-message {
  color: #c8161d;
  font-size: 12px;
  margin-top: -18px;
  margin-bottom: 20px;
}

.dynamics-newsletter-form .dynamics-newsletter-checkbox {
  margin-bottom: 10px;
}

.dynamics-newsletter-form .dynamics-newsletter-checkbox input[type="checkbox"] {
  float: left;
  margin-right: 7.5px;
  margin-top: 4px;
}

.dynamics-newsletter-form .dynamics-newsletter-checkbox div {
  overflow: hidden;
}

.dynamics-newsletter-form .dynamics-newsletter-checkbox .error-message {
  margin-top: 5px;
  margin-bottom: 10px;
}

.dynamics-newsletter-form .dynamics-newsletter-privacy {
  font-size: 12px;
  padding-top: 30px;
}

.dynamics-newsletter-form .dynamics-newsletter-recaptcha {
  margin-bottom: 10px;
  margin-top: 20px;
}

.dynamics-newsletter-form .dynamics-newsletter-recaptcha .error-message {
  margin-top: 5px;
  margin-bottom: 10px;
}