.blocker {
  z-index: 9999;
  padding: 0px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  box-sizing: border-box;
  background-color: rgba(0,0,0,0.75);
  text-align: center;
  overflow: hidden;
}
.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker > div {
  display: inline-block;
}
.pft {
  max-height: 99%;
  font-family: 'Source Sans Pro',Verdana,sans-serif;
  overflow: hidden;
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  background: #fff;
  text-align: left;
  padding: 0px;
}
.pft h3 {
  text-align: center;
}
.pft .pft-hide-small {
  display: block;
}
.pft .pft-show-small {
  display: none;
}
.pft-buttons {
  margin-top: 20px;
  margin-bottom: 10px;
}
.pft .pft-donate-block {
  padding-left: 0;
  padding-right: 0;
  float: none;
}
@media (max-width: 768px) {
  .pft .pft-donate-block {
    margin-bottom: 10px;
  }
}
.pft .pft-thanks-block {
  padding-left: 0;
  padding-right: 0;
  float: none;
}
.pft.modal .close-modal {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='times-circle' class='svg-inline--fa fa-times-circle fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23000' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm101.8-262.2L295.6 256l62.2 62.2c4.7 4.7 4.7 12.3 0 17l-22.6 22.6c-4.7 4.7-12.3 4.7-17 0L256 295.6l-62.2 62.2c-4.7 4.7-12.3 4.7-17 0l-22.6-22.6c-4.7-4.7-4.7-12.3 0-17l62.2-62.2-62.2-62.2c-4.7-4.7-4.7-12.3 0-17l22.6-22.6c4.7-4.7 12.3-4.7 17 0l62.2 62.2 62.2-62.2c4.7-4.7 12.3-4.7 17 0l22.6 22.6c4.7 4.7 4.7 12.3 0 17z'%3E%3C/path%3E%3C/svg%3E");
  background-color: transparent;
  top: 10px;
  right: 10px;
  display: none;
}
.pft.modal button.close-modal {
  position: absolute;
  padding: 14px;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  top: 2px;
  right: 2px;
}
.pft.modal {
  padding-left: 0px;
  padding-right: 0px;
}
.pft-first-column {
  padding-left: 0px !important;
  padding-right: 5px !important;
}
.pft-first-column .pft-show-small {
  height: auto;
  width: 100%;
  object-fit: cover;
}
.pft-first-column .pft-hide-small {
  height: 640px !important;
  width: 100%;
  object-fit: cover;
}
.pft-second-column {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #FFFFFF;
}
.pft-img-audubon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15%;
  padding-bottom: 5%;
}
.pft-second-column h2 {
  font-weight: bold;
  text-align: center;
  padding-left: 6%;
  padding-right: 6%;
}
.pft-text {
  text-align: left;
}
.pft-buttons .columns .button.tomato {
  width: 100%;
  position: relative;
  text-align: center;
  font-size: large;
  font-weight: bold;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border: 0px solid #000000;
  background-color: #D1401F;
  color: white !important;
}
.pft .pft-thanks-block {
  text-align: center;
  margin-top: 20px;
}
.pft-buttons .pft-close {
  color: #000000 !important;
  cursor: pointer;
  background-color: transparent;
  font-family: Noto Serif;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-decoration-line: underline !important;
}
.pft-close:hover {
  background-color: transparent;
}
.pft-close:focus {
  background-color: transparent;
  outline: 5px solid #087FAA !important;
}
.pft a.pft-donate:focus {
  outline: 5px solid #087FAA !important;
}
.pft.modal .close-modal:focus {
  outline: 5px solid #087FAA !important;;
}
.pft button:focus {
  outline: 5px solid #087FAA !important;;
}
.pft-caption-credit {
  text-shadow: 0 1px 2px rgba(0,0,0,.4);
  color: #ffffff !important;
  font-size: 14px;
  position: absolute;
  bottom: 5px;
  background-color: rgba(0,0,0,.2);
  right: 0;
  margin-right: 12.5px;
  line-height: normal;
  padding: 2px 5px;
  /* new styles consistent with embeddeHomepageFor */
  text-align: left;
  font-weight: normal;
  font-size: 0.825rem !important;
  position: relative;
  font-style: italic;
  left: 10px;
  bottom: 3rem;
  margin-bottom: -3rem;
  color: #fefefe !important;
  font-family: 'Source Sans Pro';
  float: left;
}  
.pft-caption-credit a {
  color: #1EBCF6;
  font-weight: 700;
}
.pft-text b {
  background-color: #ffd700;
}
.custom-h2 {
  font-size: 28px;
  line-height: 31px;
  letter-spacing: -0.5px;
}
@media only screen and (min-width: 769px) {
  .custom-h2 {
    font-size: 33px;
    line-height: 38px;
  }
}
.pft-label {
  font-size: 0;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1280px) {
	.pft-second-column {
	  padding-left: 58px;
	  padding-right: 58px;
	}
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  .pft {
    height: 600px !important;
  }
  .pft .pft-show-small {
    height: 100% !important;
  }
  .pft-second-column {
    height: initial !important;
  }
  .pft-first-column {
    height: 55% !important;
  }
  .pft-second-column h3 {
    margin-top: 20px;
  }
}
@media all and (device-width: 1024px) and (device-height: 1366px) and (orientation:portrait) {
  .pft {
    height: 640px;
  }
  .pft .pft-thanks-block {
	  bottom: 0 !important;
  }
}
@media screen and (min-width:800px) and (max-width: 1279px) {
  .pft {
    height: 640px;
    width: 800px;
  }
}
@media screen and (min-width:768px) {
  .pft-second-column {
    height: 50%;
  }
}
@media screen and (min-width:768px) and (max-height:350px) {
  .pft-second-column .pft-img-audubon {
	  display: none;
  }
  .pft-second-column h2 {
	margin-bottom: 1px;
  }
  .pft .pft-thanks-block {
    margin-top: 15px !important;
    position: initial !important;
    margin-left: 0px !important;
  }
  .pft-buttons {
    margin-top: 10px !important;
  }
}
@media screen and (min-width:768px) and (min-height:351px) and (max-height:400px) {
  .pft-second-column h2 {
	  margin-top: 10px;
  }
  .pft-second-column .pft-img-audubon {
	  display: none;
  }
  .pft .pft-thanks-block {
    margin-top: 20px !important;
	  position: initial !important;
    margin-left: 0 !important;
  }
  .pft-buttons {
    margin-top: 10px !important;
  }
}
@media screen and (min-width:768px) and (min-height:401px) and (max-height:450px) {
  .pft-second-column .pft-img-audubon {
	  padding-top: 10px !important;
  }
  .pft .pft-thanks-block {
    margin-top: 20px !important;
    position: initial !important;
    margin-left: 0px !important;
  }
}
@media screen and (min-width:768px) and (min-height:451px) and (max-height:550px) {
  .pft-second-column .pft-img-audubon {
	  padding-top: 10px !important;
  }
  .pft .pft-thanks-block {
    margin-top: 25px !important;
    position: initial !important;
    margin-left: 0px !important;
  }
}
@media screen and (min-width:768px) and (min-height:551px) and (max-height:649px) {
  .pft-buttons {
    margin-top: 30px !important;
  }
  .pft .pft-thanks-block {
    margin-top: 50px !important;
    position: initial !important;
    margin-left: 0px !important;
  }
}
@media screen and (max-width: 768px) {
  .pft-first-column {
    padding-left: 0px !important;
    padding-right: 0px !important;
    height: 30%;
  }
  .pft-first-column img {
    height: auto;
    width: 100%;
    object-fit: cover;
  }
  .pft-first-column img.pft-hide-small {
    min-height: 600px;
  }
  .pft.modal .close-modal {
    display: block !important;
    color: #FFF;
    right: 0;
    top: 0;
  }
  .pft .pft-thanks-block {
	  display: none !important;
  }
  .pft .pft-hide-small {
    display: none !important;
  }
  .pft .pft-show-small {
    display: block !important;
    min-width: 100%;
    width: auto;
    object-fit: cover;
    height: 30vh;
  }
  .pft-second-column h2 {
    padding-top: 5%;
    font-size: 24px;
    margin-bottom: 5px;
  }
  .pft.modal .close-modal {
    display: block;
  }
}
@media screen and (max-width: 321px) and (max-height: 640px) {
  .pft.modal .close-modal {
    display: block !important;
    color: #FFF;
    right: 0;
    top: 0;
  }
  .pft-second-column h2 {
    font-size: larger;
  }
  .pft-text {
    font-size: smaller;
  }
  .pft-buttons {
    margin-top: 10px;
  }
}
@media screen and (max-height: 400px) {
  .pft-second-column h2 {
    padding-top: 0;
  }
  .pft-buttons {
    margin-top: 5px;
  }
  .pft-text {
    font-size: 14px;
  }
}
