@media only screen and (max-width: 1300px) {
  .chariti-header-wrap.chariti-header-style-plain,
.chariti-header-wrap.chariti-header-style-bar,
.chariti-navigation-bar-wrap,
.chariti-header-background-transparent,
.chariti-header-boxed-wrap,
.chariti-header-side-nav,
.chariti-header-transparent-substitute,
.chariti-sticky-navigation {
    display: none;
  }

  .chariti-top-bar {
    display: none;
  }

  .chariti-mobile-header-wrap {
    display: block;
  }
}
.chariti-main-menu-right-button {
  margin-left: 10px !important;
}

.footer-newsletter-form input[type=email] {
  border: 1px solid #383838;
}
.footer-newsletter-form input[type=submit] {
  font-size: 12px;
  border-radius: 10px;
  letter-spacing: 2px;
}
.footer-newsletter-form .tnp-subscription {
  padding: 0px;
  margin: 0px;
}
.footer-newsletter-form .tnp-subscription label {
  padding: 0px;
  margin: 0px 0px 3px 0px;
}

@media only screen and (max-width: 767px) {
  .page-id-9215 .gdlr-core-column-10 {
    width: 33.33%;
  }
}
.popup-outer {
  display: none;
  position: relative;
  opacity: 0;
  z-index: 9999;
  transition: opacity 300ms;
}
.popup-outer.transitioning {
  display: block;
}
.popup-outer.visible-popup {
  opacity: 1;
}
.popup-outer * {
  font-family: "Nunito";
}
.popup-outer .popup-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-outer .popup-wrap .popup {
  width: 350px;
  min-height: 465px;
  display: flex;
  background-color: #FFF;
  background-size: cover;
  margin: 10px;
  padding: 0px;
  position: relative;
}
.popup-outer .popup-wrap .popup .mobile-image {
  display: none;
}
@media only screen and (max-width: 767px) {
  .popup-outer .popup-wrap .popup {
    width: auto;
    height: auto;
  }
  .popup-outer .popup-wrap .popup .mobile-image {
    display: block;
  }
  .popup-outer .popup-wrap .popup .desktop-image {
    display: none;
  }
}
.popup-outer .popup-wrap .popup .close-button {
  width: 22px;
  height: 22px;
  background-image: url("close-icon.png");
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 1002;
}
.popup-outer .popup-wrap .popup .popup-heading {
  color: #000;
  font-size: 22px;
  line-height: 30px;
  margin: 0px 0px 10px 0px;
}
.popup-outer .popup-wrap .popup .popup-content {
  width: 100%;
  position: relative;
  z-index: 1000;
  color: #000;
  margin: 0px auto;
  text-align: center;
}
.popup-outer .popup-wrap .popup .popup-content .popup-thumbnail {
  height: 0px;
  background-size: cover;
  position: center center;
  padding-bottom: 51.54%;
}
.popup-outer .popup-wrap .popup .popup-content .popup-copy {
  padding: 30px;
}
.popup-outer .popup-wrap .popup .popup-content p {
  font-size: 16px;
  line-height: 22px;
}
.popup-outer .popup-wrap .popup .popup-content p strong,
.popup-outer .popup-wrap .popup .popup-content p em {
  font-weight: 600;
}
.popup-outer .popup-wrap .popup .popup-content .popup-buttons {
  width: 100%;
}
.popup-outer .popup-wrap .popup .popup-content .popup-buttons .popup-button {
  width: auto;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  color: inherit;
  cursor: pointer;
  background: #78BE20;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 20px;
  margin-bottom: 10px;
  border-radius: 10px;
}
.popup-outer .popup-wrap .popup .popup-content .popup-buttons .popup-close {
  cursor: pointer;
  text-decoration: underline;
}
.popup-outer .popup-wrap .popup .popup-content .popup-buttons .tnp-subscription {
  margin: 20px auto;
  text-align: left;
}
.popup-outer .popup-wrap .popup .popup-content .popup-buttons .tnp-subscription label {
  padding: 0px;
}
.popup-outer .popup-wrap .popup .popup-content .popup-buttons .tnp-subscription .tnp-field-button {
  display: flex;
}
.popup-outer .popup-wrap .popup .popup-content .popup-buttons .tnp-subscription .tnp-field-button input[type=submit] {
  margin-left: auto;
  background: #78BE20;
  border-radius: 10px;
}

.newsletter-success {
  text-align: center;
}

.tnp-subscription input[type=text],
.tnp-subscription input[type=email] {
  color: #000000;
}

.gdlr-core-pbf-background {
  background-position: center top !important;
}

.gdlr-core-wrapper-full-height {
  min-height: 0px !important;
}

.gdlr-core-column-10 {
  float: left;
}
.gdlr-core-column-10.gdlr-core-column-first {
  clear: none !important;
}

.chariti-main-menu-right-button {
  padding: 12px 21px;
}