.main-cover.xalign--center .inner .subtitle {
    width: 100%;
}
.post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  color:#002e5f;
}
.post-content h2.text__color--white, .post-content h3.text__color--white, .post-content h4.text__color--white, .post-content h5.text__color--white, .post-content h6.text__color--white {
  color:#fff;
}

/* Logo Wall component */
.logo-wall {padding: 60px 0 60px 0;}
.logo-wall h2 {color: #002e5f; font-family: 'Open Sans Bold', sans-serif; font-size: 36px; line-height: 40px; font-weight: 600; text-align: center; margin-bottom: 20px;}
.logo-wall .description {color: #525252; font-family: 'Open Sans', sans-serif; font-size: 16px; line-height: 25px; text-align: center; max-width: 509px; margin: 0 auto 90px auto;}
.logo-wall .divider {border-bottom: 1px solid #dadada; max-width: 860px; margin: 5px auto;}
.logo-wall .logo-row {width: 100%; max-width: 860px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; margin: 0 auto; padding-top: 5px; padding-bottom: 5px;}
.logo-wall .logo-row .logo {display: flex; justify-content: center; align-items: center; box-sizing: border-box; height: 170px;}
.logo-wall .logo-row .logo .img {background-position: 50% 50%; background-size: contain; background-repeat: no-repeat; box-sizing: border-box;}
.logo-wall .logo-row .logo img {visibility: hidden; width: 100%; margin: 0 auto;}
.logo-wall .logo-row.num-cols-1 .logo {flex: 0 0 100%;}
.logo-wall .logo-row.num-cols-2 .logo {flex: 0 0 50%;}
.logo-wall .logo-row.num-cols-3 .logo {flex: 0 0 33.33331%;}
.logo-wall .logo-row.num-cols-4 .logo {flex: 0 0 25%;}
.logo-wall .logo-row.logos-large .logo .img {width: 250px; height: 170px;}
.logo-wall .logo-row.logos-medium .logo .img {width: 150px; height: 100px;}
.logo-wall .logo-row.logos-small .logo .img {width: 100px; height: 70px;}

@media screen and (max-width: 768px) {
.logo-wall .logo-row.logos-large .logo .img {width: 235px;}
}

@media screen and (max-width: 767px) {
  .logo-wall {padding: 60px 20px 60px 20px;}
  .logo-wall h2 {font-size: 30px;}
  .logo-wall .logo-row {display: block;}
  .logo-wall .logo-row .logo.spacer {display: none !important;}
  .logo-wall .logo-row.num-cols-1 .logo,
  .logo-wall .logo-row.num-cols-2 .logo,
  .logo-wall .logo-row.num-cols-3 .logo,
  .logo-wall .logo-row.num-cols-4 .logo {flex: 0 0 100%;}
}

/* Donation Widget Box */
.wdgk_dontation_widget {
  background-color: #52789a;
  min-height: 74px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  margin-top: -5px;
  margin-bottom: 17px;
}

.wdgk_dontation_widget span.title {
  font-family: 'Open Sans Bold', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 22px;
}

.wdgk_dontation_widget .wdgk_donation_content {
  display: flex;
  align-items: center;
}

.wdgk_dontation_widget .wdgk_donation_content a.button.wdgk_add_donation {
  position: relative;
  background-color: #00ffc0 !important;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  height: 48px;
  border-radius: 5px;
  min-width: 192px;
  margin-left: 25px;
  text-align: center;
  /* Disable button by default as long as no correct value entered */
  pointer-events: none;
  color: #00d49f !important;
  opacity: 0.5;
}

.wdgk_dontation_widget .wdgk_donation_content a.button.wdgk_add_donation::after {
  content: '';
  display: inline-block;
  background: url('../img/arrow_02.svg') center no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
  position: relative;
  left: 5px;
  top: 3px;
  transform: rotate(-90deg);
  opacity: 0.2;
}

.wdgk_dontation_widget .wdgk_donation_content a.button.wdgk_add_donation:hover {
  opacity: 0.9;
}

.wdgk_dontation_widget .wdgk_donation_content input.wdgk_donation {
  border-radius: 10px;
  height: 43px;
  min-width: 216px;
  font-family: 'Open Sans Bold', sans-serif;
  font-size: 18px;
  color: #002e5f;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 30px;
}

.wdgk_dontation_widget .wdgk_donation_content a.button.wdgk_add_donation.permit-donation {
  pointer-events: initial;
  color: #002e5f !important;
  opacity: 1;
}

.wdgk_dontation_widget .wdgk_donation_content a.button.wdgk_add_donation.permit-donation::after {
  opacity: 1;
}

.wdgk_dontation_widget .wdgk_donation_content input.wdgk_donation::-webkit-input-placeholder { /* Edge */
  font-size: 14px;
  color: #b8beca;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 30px;
}

.wdgk_dontation_widget .wdgk_donation_content input.wdgk_donation:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 14px;
  color: #b8beca;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 30px;
}

.wdgk_dontation_widget .wdgk_donation_content input.wdgk_donation::placeholder {
  font-size: 14px;
  color: #b8beca;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 30px;
}

.wdgk_dontation_widget .wdgk_donation_content {
  position: relative;
}

.wdgk_dontation_widget .wdgk_error_front {
  position: absolute;
  top: 31px;
  left: 18px;
}

.wdgk_dontation_widget .wdgk_loader {
  display: none !important;
  visibility: hidden !important;
}

.woocommerce .woocommerce-cart-form table.shop_table tr:first-child td:last-child {
  border-top-right-radius: 40px;
}

.woocommerce .woocommerce-cart-form table.shop_table td {
  height: 74px; 
}

.woocommerce-cart-form__cart-item.cart_item .product-name {
  font-weight: bold !important;
}

.woocommerce-cart-form__cart-item.cart_item .product-quantity {
  font-weight: 500 !important;
}

@media screen and (max-width: 1402px) and (min-width: 769px) {
  .woocommerce_custom {
    width: auto !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 1001px) {
  .woocommerce .woocommerce-cart-form table.shop_table.cart td  {
    padding-left: 25px !important;
    width: 0px !important;
  }

  .woocommerce .woocommerce-cart-form table.shop_table td:last-child {
    border-bottom: none !important;
  }

  .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child, 
  .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
    border-top-right-radius: 0 !important;
  }

  .woocommerce .woocommerce-cart-form table.shop_table td:last-child {
    padding-bottom: 0 !important;
  }

  .woocommerce .woocommerce-cart-form table.shop_table .product-subtotal {
    text-align: left !important;
  }
}

@media screen and (max-width: 1024px) {
  .woocommerce .woocommerce-cart-form table.shop_table tr:first-child td:last-child {
    border-top-right-radius: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .wdgk_dontation_widget {
    flex-direction: column;
    padding: 32px 10% 22px 10%;
  }

  .wdgk_dontation_widget .wdgk_donation_content {
    flex-direction: column;
    width: 100%;
  }

  .wdgk_dontation_widget .wdgk_donation_content input.wdgk_donation {
    width: 100%;
    height: 60px;
  }

  .wdgk_dontation_widget .wdgk_donation_content a.button.wdgk_add_donation {
    width: 100%;
    height: 60px;
    margin-left: 0;
    margin-top: 17px;
    line-height: 40px;
    text-align: center;
  }

  .wdgk_dontation_widget span.title {
    text-align: center;
    padding-bottom: 15px;
  }

  .wdgk_dontation_widget span.title br {
    display: none;
  }

  .wdgk_dontation_widget .wdgk_error_front {
    position: absolute;
    top: 40px;
  }

}

@media screen and (max-width: 374px) {
  .wdgk_dontation_widget .wdgk_donation_content a.button.wdgk_add_donation {
    padding-left: 10px;
  }

  .woocommerce .woocommerce-cart-form table.shop_table.cart td {
    padding-left: 100px !important;
  }
}

@media screen and (min-width: 1828px) {
  .wdgk_dontation_widget .wdgk_donation_content a.button.wdgk_add_donation {
    margin-left: 218px;
  }
}

/* Homepage & Boild CTA button */

body .cta-v2 {
  height: 50px !important;
}

body .cta-v2::after {
  content: '';
  border-radius: 5px 20px 5px 5px;
  transition: background-color .4s cubic-bezier(.215,.61,.355,1);
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

body .cta-v2 span.symbol {
  font-size: 1.125rem;
  top: 13px !important;
  padding: 0 0 0 10px !important;
  position: relative;
  z-index: 1;
  left: 0;
}

body .cta-v2 span.text {
  font-size: 1.125rem;
  top: 13px !important;
  padding: 0 30px 0 6px !important;
  position: relative;
  z-index: 1;
  left: 0;
}

body .cta-v2.green::after {
  background: #26727f;
  border: 1px solid #26727f;
}

body .cta-v2.blue::after {
  background: #057aa3;
  border: 1px solid #057aa3;
}

body .cta-v2.turquoise::after {
  background: #75fac4;
  border: 1px solid #75fac4;
}

body .cta-v2.turquoise span.symbol,
body .cta-v2.turquoise span.text {
  color: #0f355e !important;
}

body .cta-v2:hover span.symbol,
body .cta-v2:hover span.text {
  color: #ffffff !important;
}

body .cta-v2:hover::after {
  background: transparent !important;
  border-color: #ffffff  !important;
}


@media only screen and (max-width: 767px) {
  body .cta-v2 {
    height: auto !important;
    padding-bottom:  20px !important;
    width: 230px !important;
  }

  body .cta-v2 span.symbol,
  body .cta-v2 span.text {
    width: 90%;
    display: inline-block;
    padding-left: 10px !important;
  }
}

/*
 * Below CSS has been moved from Additional CSS section in WP admin
 */

/*
 * Remove main_nav_cart_li to show cart icon
.mobile_nav_cart, .main_nav_cart_li {
  display: none !important;
}
*/

.page-id-4607 .logo-pmvt{display:none;}

.postid-4706 .logo-pmvt{display:none;}

.logo-wall .logo-row.logos-small .logo .img { width: 160%; height: 50%; }


.stock.out-of-stock {
    font-size: 2.25rem;
    font-weight: 700;
    color: rgb(0, 123, 165);
}

.has-cookie-bar #catapult-cookie-bar{
  font-size: 16px;
}

.woocommerce_custom{
  width: 100% !important;
}

.cart_item .variation{
  display: none;
}

.main-cover .inner .subtitle {
    width: calc(100% - 10vw);
}

ins, mark {
  background-color: firebrick;
  color: white;
  padding: 2px
}
.onsale {
  font-size: 200%;
}

ins, mark {

    color: navy;
    background: #00ffbf;
    padding: 10px 10px 5px 5px;
    border-radius: 5px 20px 5px 5px;

}

.woocommerce_custom_products .woocommerce-Price-amount {
  color: inherit !important;
}

.cart_item a{
  color: inherit !important;
}

.add_to_cart {
  display: inline-block !important;
  color: #002e5f !important;
  background: #fff !important;
  border: 2px solid #002e5f !important;
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
  border-top-right-radius: 20px !important;
  padding: 25px 10px 7px 10px !important;
  width: 150px !important;
  text-align: left !important;
  margin-top: 20px !important;
  position: relative !important;
}

.ginput_product_price_label, .ginput_product_price, .ginput_container .ginput_container_singleproduct{
  display: none
}

.gfield {
    color: rgb(0, 123, 165) !important;
    font-size: 1.45rem !important;
}
.hidden{
  display: none;
}
.gfield_description, .gfield_html{
  color: #ffffff;
}

/**
 * Updated PDP page (02/2021)
 */

.woocommerce_custom > div.product h1 {font-weight: 600; font-size: 24px; line-height: 130%; margin-bottom: 20px;}
.woocommerce_custom > div.product p.price {font-weight: 600; font-size: 36px; line-height: 118%; padding-bottom: 24px;}
.woocommerce_custom > div.product .quantity {background: none; padding: 0;}
.woocommerce_custom > div.product input.input-text.qty {width: 280px; height: 56px; text-align: center; padding: 0; border: 1px solid #E2E4E9; box-sizing: border-box; border-radius: 6px; background: #ffffff; margin-top: 23px;}
.woocommerce_custom > div.product button.single_add_to_cart_button {width: 280px; height: 56px; text-align: center; padding: 0; margin-top: 5px;}
.woocommerce_custom > div.product button.single_add_to_cart_button:after {content: none;}
.woocommerce_custom > div.product .woocommerce-product-gallery {margin-bottom: 40px;}
.woocommerce_custom > div.product .summary.entry-summary {margin-bottom: 40px;}
.woocommerce_custom > div.product .price-information {font-size: 16px; line-height: 140%; text-decoration: underline; color: #002E5F;}
.woocommerce_custom > div.product .product_meta {font-size: 14px; line-height: 140%; color: #002E5F; padding-top: 32px;}
.woocommerce_custom > div.product .two-col-description {clear: both; border: 1px solid #E2E4E9; border-radius: 6px; padding: 30px;}
.woocommerce_custom > div.product .two-col-description > div {width: 50%; float: left; padding: 30px;}
.woocommerce_custom > div.product .two-col-description > div a {color: rgb(0, 46, 95); text-decoration: underline;}
.woocommerce_custom > div.product .two-col-description > div ul {padding-left: 24px;}
.woocommerce_custom > div.product .two-col-description > div ul li {margin: 0.5em 0;}
.woocommerce_custom > div.product .two-col-description::after {content: ''; display: table; width: 100%; clear: both;}

@media screen and (max-width: 1130px) {
  .woocommerce_custom > div.product .woocommerce-product-gallery {margin-left: 5%;}
  .woocommerce_custom > div.product .summary.entry-summary {width: 40%;}
}

@media screen and (max-width: 1024px) {
  .woocommerce_custom > div.product .woocommerce-product-gallery {margin-left: 0;}
  .woocommerce_custom > div.product .summary.entry-summary {width: 100%;}
  .woocommerce_custom > div.product .woocommerce-product-gallery {margin-top: 32px;}
}

@media screen and (max-width: 720px) {
  .woocommerce_custom > div.product .two-col-description {clear: both; border: 1px solid #E2E4E9; border-radius: 6px; padding: 20px;}
  .woocommerce_custom > div.product .two-col-description > div {width: auto; float: none; padding: 0;}
}

/*
 * Wider Donor box (to accomodate recaptcha)
 */
@media screen and (min-width: 720px) {
  .donorbox .module {
    width: 100% !important;
    max-width: 800px !important;
  }
}

iframe[name=donorbox] {
 max-width: 425px !important;
 margin: auto;
 display: block;
}

/**
 * Inline wysiwyg buttons
 */
a.light-button {
  display: inline-block;
  height: 50px;
  position: relative;
  text-align: left;
  color: #002e5f !important;
  padding: 12px 70px 0 12px;
  background-color: #00ffbf !important;
  border-radius: 5px 20px 5px 5px;
}
a.dark-button {
  display: inline-block;
  height: 50px;
  position: relative;
  text-align: left;
  color: #ffffff !important;
  padding: 12px 70px 0 12px;
  background-color: #002e5f !important;
  border-radius: 5px 20px 5px 5px;
}
.description a.dark-button:before {
  display: none;
}


.news-gateway .feature-items__selection {
  display: none;
}

.items-slider-block-v2 {
  background: #151A1E;
  padding: 128px 0 128px 0;
}

.items-slider-block-v2 .heading {
  margin: 0 auto;
  max-width: 1080px;
  width: -webkit-calc(100% - 360px);
  width: calc(100% - 360px);
  position: relative;
}

.items-slider-block-v2 .heading p.h4 {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 30px;
}

.items-slider-block-v2 .cta-mobile {
  display: none;
}

.items-slider-block-v2 .heading .cta-alt {
  position: absolute;
  right: 0;
  top: 40px;
}

.items-slider-block-v2 .slider {
  width: 100%;
  height: 412px;
  overflow: hidden;
  position: relative;
}

.items-slider-block-v2 .slider .slider-wrapper-outer {
  width: 100%;
  height: 472px;
  overflow: scroll;
}

.items-slider-block-v2 .slider .slider-wrapper-inner {
  width: 10000px;
  height: 442px;
  overflow: hidden;
  padding-top: 30px;
}

.items-slider-block-v2 .slider .item {
  width: 330px;
  height: 320px;
  float: left;
  margin: 0 46px 0 0;
  position: relative;
}

.items-slider-block-v2 .slider .item:first-child {
  margin-left: calc( (100vw - 1080px) / 2 );
}

@media screen and (max-width: 1439px) {
  .items-slider-block-v2 .slider .item:first-child {
    margin-left: 180px;
  }
}

.items-slider-block-v2 .slider .item .line {
  width: 190px;
  height: 15px;
  background: #06FFBF;
  position: absolute;
  top: 312px;
  left: 0;
  pointer-events: none;
}

.items-slider-block-v2 .slider .item a {
  width: 330px;
  height: 320px;
  border-radius: 10px 10px 40px 10px;
  display: block;
  overflow: hidden;
  transition: transform 600ms ease, height 600ms ease;
}

.items-slider-block-v2 .slider .item .title {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  color: #ffffff;
  position: absolute;
  top: 344px;
  left: 0;
}

.items-slider-block-v2 .slider .item:hover .title {
  color: #06FFBF;
}

.items-slider-block-v2 .slider .item a .bg {
  width: 330px;
  height: 320px;
  border-radius: 10px 10px 40px 10px;
  display: block;
  overflow: hidden;
  background-size: cover;
  background-repeat: none;
  background-position: center center;
  transition: transform 600ms ease, height 600ms ease;
}

@media screen and (min-width: 481px) {
  .items-slider-block-v2 .slider .item a:hover {
    transform: translateY(-30px);
  }

  .items-slider-block-v2 .slider .item a:hover,
  .items-slider-block-v2 .slider .item a:hover .bg {
    height: 350px;
  }
}

.items-slider-block-v2 .slider .controls a.scroll-left {
  width: 64px;
  height: 64px;
  border-radius: 64px;
  background: #06Ffbf url('../img/arrow-right.svg') center center no-repeat;
  transform: rotate(180deg);
  position: absolute;
  top: 38%;
  left: 30px;
  display: none;
  transition: background 300ms ease;
}

.items-slider-block-v2 .slider .controls a.scroll-right {
  width: 64px;
  height: 64px;
  border-radius: 64px;
  background: #06Ffbf url('../img/arrow-right.svg') center center no-repeat;
  position: absolute;
  top: 38%;
  right: 30px;
  display: none;
  transition: background 300ms ease;
}

.items-slider-block-v2 .slider .controls a.scroll-right:hover {
  background: #012E5F url('../img/arrow-right-white.svg') 60% center no-repeat;
}

.items-slider-block-v2 .slider .controls a.scroll-left:hover {
  background: #012E5F url('../img/arrow-right-white.svg') 60% center no-repeat;
}

.items-slider-block-v2 .pagination {
  display: none;
}

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

  .items-slider-block-v2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .items-slider-block-v2 .heading {
    margin: 0 auto;
    padding: 0;
    max-width: none;
    width: calc(100% - 48px);
  }

  .items-slider-block-v2 .heading h3 {
    font-size: 36px;
    line-height: 49px;
  }

  .items-slider-block-v2 .heading p.h4 {
    font-size: 22px;
    line-height: 30px;
    color: #AFAFAF;
    margin-bottom: 0;
  }

  .items-slider-block-v2 .slider .item {
    width: 250px;
    height: 320px;
    float: left;
    margin: 0 40px 0 0;
    position: relative;
  }

  .items-slider-block-v2 .slider .item:first-child {
    margin-left: 24px;
  }

  .items-slider-block-v2 .slider .item .line {
    width: 190px;
    height: 15px;
    background: #06FFBF;
    position: absolute;
    top: 312px;
    left: 0;
    pointer-events: none;
  }

  .items-slider-block-v2 .slider .item a {
    width: 250px;
    height: 310px;
    transform: translateY(10px);
  }

  .items-slider-block-v2 .slider .item a .bg {
    width: 250px;
    height: 310px;
  }

  .items-slider-block-v2 .slider .controls a.scroll-left,
  .items-slider-block-v2 .slider .controls a.scroll-right {
    display: none !important;
    visibility: none;
    pointer-events: none;
  }

  .items-slider-block-v2 .heading .cta-alt {
    display: none;
  }

  .items-slider-block-v2 .cta-mobile {
    display: block;
  }

  .items-slider-block-v2 .cta-mobile .cta-alt {
    margin: 0 auto;
    width: 160px;
    display: block;
  }

  .items-slider-block-v2 .pagination {
    padding: 30px 0;
    display: block;
    text-align: center;
  }

  .items-slider-block-v2 .pagination span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #047ba4;
    margin: 0 5px;
    transition: width 600ms ease;
  }

  .items-slider-block-v2 .pagination span.active {
    width: 38px;
  }

  .items-slider-block-v2 .slider .item.active a {
    transform: translateY(0);
  }

  .items-slider-block-v2 .slider .item.active a,
  .items-slider-block-v2 .slider .item.active a .bg {
    height: 320px;
  }

}

.donorbox-cookies-msg {
  font-size: 22px;
  text-align: center;
  padding: 40px 0;
  font-weight: 700;
}

.donorbox-cookies-msg a {
  color: #002e5f;
  text-decoration: underline;
}
