/* Covid Notice Pop-up */
/* make modal overlay cover header */
#modal-overlay.cover-header {
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 10000; }

#modal-overlay #covid-modal {
  padding: 0;
  height: 90vh;
  width: 80vw;
  left: 10vw;
  top: 5vh; }

.country-site-int #modal-overlay #covid-modal {
  padding: 0;
  height: 80vh;
  width: 70vw;
  left: 15vw;
  top: 10vh; }

#covid-modal .covid-image img {
  width: auto;
  height: 100%;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px; }

.covid-image {
  overflow: hidden;
  width: 35vw; }

.covid-text {
  width: 65vw;
  padding: 3% 4%;
  display: block;
  text-align: center;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: auto;
  height: 100%; }

body.country-site-int .covid-text {
  height: unset; }

@media all and (max-height: 700px) {
  body.country-site-int .covid-text {
    height: 100%; } }

#covid-modal .covid-text .header-area {
  text-align: center; }

#covid-modal h1.covid-header {
  font-family: Acumin;
  font-stretch: condensed;
  color: #147C3F;
  text-transform: none;
  font-size: 4em;
  font-weight: 600;
  margin-bottom: 10px; }

.covid-text p.salutation {
  font-family: Acumin;
  font-stretch: condensed;
  font-size: 1.875em; }

.covid-text .covid-body-text {
  font-family: Acumin;
  font-weight: normal;
  font-size: 1.125em;
  text-align: center;
  color: #707070;
  margin-top: 25px;
  line-height: 26px; }

.covid-text .covid-body-text p {
  margin: 19px 0;
  font-family: Acumin; }

#covid-modal .btn-brand-green {
  background-color: #147c3f;
  color: white; }

body.country-site-int #covid-modal .donate-btn-covid,
body.country-site-de #covid-modal .donate-btn-covid {
  background-color: #2cc84d; }

#covid-modal .btn-brand-green:hover {
  background-color: #2CC84D; }

/* #covid-modal .btn-brand-green:hover:active {
    background-color: #65ad00;
  } */
#covid-modal .btn {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  border-radius: 4px;
  padding: 5px 25px;
  font-family: Acumin;
  font-stretch: condensed;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  border: 0 none;
  cursor: pointer;
  -webkit-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
  margin: 0 auto;
  margin-top: 20px; }

#covid-modal .btn span.text-label {
  width: 50%;
  vertical-align: bottom; }

#covid-modal .btn .proveg-icon-svg {
  width: 46px;
  height: 41px;
  margin-top: -5px; }

.covid-mobile-text {
  display: none; }

@media all and (max-width: 990px) {
  #modal-overlay #covid-modal {
    height: 90vh;
    top: 5vh; }
  .covid-text {
    width: 100%;
    height: 100%; } }

@media all and (max-width: 650px) {
  #modal-overlay #covid-modal {
    height: 70vh;
    top: 15vh; }
  .covid-body-text {
    display: none; }
  .covid-mobile-text {
    display: block; }
  .covid-mobile-text p {
    margin: 19px 0;
    font-family: Acumin;
    line-height: 1.625em;
    font-size: 1.125em; } }

@media all and (max-width: 340px) {
  #covid-modal .btn {
    padding: 5px 15px; }
  #covid-modal h1.covid-header {
    margin-bottom: 5px; } }

@media all and (max-height: 700px) {
  #modal-overlay #covid-modal {
    height: 90vh;
    top: 5vh; } }

/* German Matching Fund Changes to Covid Modal */
.country-site-de #modal-overlay #covid-modal {
  padding: 0;
  height: 60vh;
  width: 70vw;
  left: 15vw;
  top: 15vh; }

@media all and (max-width: 990px) {
  .country-site-de #modal-overlay #covid-modal {
    width: 90vw;
    left: 5vw; } }

@media (max-width: 650px) {
  .country-site-de #modal-overlay #covid-modal {
    height: 80vh; }
  #covid-modal .btn span.text-label {
    white-space: normal; } }

@media (max-width: 500px) {
  .country-site-de #modal-overlay #covid-modal {
    height: 90vh;
    top: 5vh; }
  .country-site-de #covid-modal h1.covid-header {
    font-size: 2em;
    line-height: 1em; }
  .country-site-de .covid-text p.salutation {
    font-size: 1.5em; }
  .country-site-de .covid-text .covid-body-text {
    font-size: 1em;
    line-height: 1.25em; } }

.country-site-de .covid-text {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

body.country-site-de #modal-overlay #covid-modal {
  height: unset;
  width: 650px;
  margin: 0 auto;
  position: relative;
  left: 0;
  border: solid 2px #fd1d95; }
  @media all and (max-width: 700px) {
    body.country-site-de #modal-overlay #covid-modal {
      width: 90vw;
      height: unset; } }
  @media all and (max-width: 500px) {
    body.country-site-de #modal-overlay #covid-modal {
      width: 90vw;
      height: unset; } }
  @media all and (max-width: 400px) {
    body.country-site-de #modal-overlay #covid-modal {
      height: unset; } }
  @media all and (max-height: 550px) {
    body.country-site-de #modal-overlay #covid-modal {
      height: 80vh; } }
  body.country-site-de #modal-overlay #covid-modal .covid-image {
    width: 100%; }
    body.country-site-de #modal-overlay #covid-modal .covid-image img {
      width: 100%;
      position: absolute;
      z-index: -1;
      border-radius: 25px;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transform: scaleX(-1);
      transform: scaleX(-1); }
    body.country-site-de #modal-overlay #covid-modal .covid-image .covid-text {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      z-index: 1000;
      background: rgba(0, 0, 0, 0.2); }
      body.country-site-de #modal-overlay #covid-modal .covid-image .covid-text .header-area {
        text-align: left;
        width: 100%; }
        body.country-site-de #modal-overlay #covid-modal .covid-image .covid-text .header-area h1 {
          color: #fff;
          font-size: 3em;
          width: 60%; }
          @media all and (max-width: 580px) {
            body.country-site-de #modal-overlay #covid-modal .covid-image .covid-text .header-area h1 {
              font-size: 2.5em;
              width: 100%; } }
        body.country-site-de #modal-overlay #covid-modal .covid-image .covid-text .header-area p {
          display: none;
          font-size: 22px; }
      body.country-site-de #modal-overlay #covid-modal .covid-image .covid-text .covid-body-text {
        color: #fff;
        text-align: left;
        width: 50%; }
        @media all and (max-width: 650px) {
          body.country-site-de #modal-overlay #covid-modal .covid-image .covid-text .covid-body-text {
            margin-top: 0;
            width: 100%; } }
      body.country-site-de #modal-overlay #covid-modal .covid-image .covid-text a {
        margin: 0 auto 0 0;
        border-radius: 5px;
        padding: 12px 25px;
        height: unset; }
        @media all and (max-width: 375px) {
          body.country-site-de #modal-overlay #covid-modal .covid-image .covid-text a {
            height: unset; } }
  body.country-site-de #modal-overlay #covid-modal .covid-image::after {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 20px;
    color: #fff; }
  @media all and (max-width: 700px) {
    body.country-site-de #modal-overlay #covid-modal .covid-image::after {
      display: none; } }

