/**
 * @file
 * Specific styles for the aclu_promotions "Standard Style 1"
 * lightbox.
 */

body.page-aclu-promotions-lightbox {
  min-width: auto;
}
.overlay-container {
  font-family: 'gtamcond', Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
.overlay-container:focus {
  outline: none;
}

#overlay-main {
  padding: 35px 70px 50px 55px;
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  background-color: #92d6e3;
}
@media only screen and (max-width: 479px) {
  #overlay-main {
    padding: 30px 20px;
  }
}

#overlay-main.background-style-1 {
  background-color: #201b50;
  background-image: url('/profiles/aclu_affiliates/modules/custom/aclu_promotions/images/pop-up-1.png');
}
#overlay-main.background-style-2 {
  background-color: #691a40;
  background-image: url('/profiles/aclu_affiliates/modules/custom/aclu_promotions/images/pop-up-2.png');
}
#overlay-main.background-style-3 {
  background-color: #0d3439;
  background-image: url('/profiles/aclu_affiliates/modules/custom/aclu_promotions/images/pop-up-3.png');
}
#overlay-main.background-style-4 {
  background-color: #101a61;
  background-image: url('/profiles/aclu_affiliates/modules/custom/aclu_promotions/images/pop-up-4.jpg');
}
  #overlay-main.background-style-4 {
    padding-bottom: 40px;
  }

.overlay-container #overlay-header {
  color: #fff;
  font-weight: 500;
  font-style: normal;
  position: relative;
  height: auto;
  margin-bottom: 70px;
}
@media only screen and (max-width: 479px) {
  .overlay-container #overlay-header {
    margin-bottom: 12px;
  }
}
#overlay-header .logo-nav {
  margin-bottom: 12px;
}
#overlay-header .logo-nav .logo {
  width: 130px;
  height: auto;
  display: block;
}

#call-to-action {
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #423a38;
  background-color: #fbaf17;
  position: absolute;
  top: 30px;
  left: 50%;
  padding: 6px 16px 8px;
  -webkit-transform: rotate(-16deg);
  -moz-transform: rotate(-16deg);
  transform: rotate(-16deg);
}
@media only screen and (max-width: 767px) {
  #call-to-action {
    top: 10px;
    font-size: 22px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 479px) {
  #call-to-action {
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}


.overlay-container #overlay-text-wrapper {
  padding-right: 100px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .overlay-container #overlay-text-wrapper {
    padding-right: 0;
  }
}

.overlay-container #overlay-headline {
  text-transform: uppercase;
  font-size: 48px;
  line-height: 54px;
  font-weight: 800;
  color: #fbaf17;
  font-family: 'gtamcond', Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
@media only screen and (max-width: 479px) {
  .overlay-container #overlay-headline {
    font-size: 44px;
    line-height: 48px;
  }
}

.overlay-container #overlay-subheader {
  font-size: 36px;
  line-height: 44px;
  font-weight: bold;
  color: #fff;
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .overlay-container #overlay-subheader {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .overlay-container #overlay-subheader {
    font-size: 24px;
    line-height: 30px;
  }
}

.donate-button-link {
  text-align: right;
}
  .background-style-4 .donate-button-link {
    text-align: left;
  }
@media only screen and (max-width: 479px) {
  .donate-button-link {
    text-align: center;
  }
  .background-style-4 .donate-button-link {
    text-align: left;
  }
}
.donate-button-link a {
  color: #fff;
  background-color: #ef404d;
  cursor: pointer;
  display: inline-block;
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  padding: 8px 20px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  outline: none;
}
@media only screen and (max-width: 479px) {
  .donate-button-link a {
    font-size: 26px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

.background-style-2 .donate-button-link a {
  background-color: #005aaa;
}
.background-style-4 .donate-button-link a {
  margin-top: 10px;
}

  .donate-button-link a:link,
  .donate-button-link a:visited,
  .donate-button-link a:hover,
  .donate-button-link a:focus {
    color: #fff;
  }
  .donate-button-link a:hover,
  .donate-button-link a:focus {
    background-color: #005aaa;
  }

  .background-style-2 .donate-button-link a:hover,
  .background-style-2 .donate-button-link a:focus {
    background-color: #ef404d;
  }

  .donate-button-link .arrow {
    background:url("/profiles/aclu_affiliates/themes/custom/affiliates/images/arrows/arrow-white.svg") no-repeat center right;
    background-size: 24px;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-left: 12px;
    display: inline-block;
    position: relative;
    top: -3px;
  }
