.alert {
    text-align: center; 
    padding: 20px; 
    background-color: #25b1ac; 
    color: white; 
    margin-bottom: 15px; 
    font-size: 20px; 
    line-height: 20px; 
    margin-top:-10px;
}
.white {
    color: white !important;
}
.hidden {
    visibility: hidden !important;
}
.shift_left {
    margin-left: -15px !important;
}
.bb_secure_img {
    width: 205px !important;
    height: 37px !important;
    text-align: left !important;
}
#error_lightbox {
  z-index: 1000;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
#error_lightbox.open {
  z-index: 1000;
  display: block;
}
#error_lightbox_content {
  z-index: 1000;
  padding-top: 75px;
  padding-left: 25px;
  padding-right: 25px;
  position: absolute;
  width: 400px !important;
  height: 550px;
  overflow-x: scroll;
  background: #ffffff;
  border-radius: 3px;
  left: 50%;
  top: 50%;
  margin-left: -250px;
  margin-top: -300px;
  text-align: center;
}
#error_close {
  z-index: 1000;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
#secure_lightbox {
  z-index: 1000;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
#secure_lightbox.open {
  z-index: 1000;
  display: block;
}
#secure_lightbox_content {
  z-index: 1000;
  padding-top: 75px;
  padding-left: 25px;
  padding-right: 25px;
  position: absolute;
  width: 800px !important;
  height: 500px;
  overflow-x: scroll;
  background: #ffffff;
  border-radius: 3px;
  left: 50%;
  top: 50%;
  margin-left: -420px;
  margin-top: -300px;
  text-align: center !important;
}
#secure_close {
  z-index: 1000;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
#csc_lightbox {
  z-index: 1000;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
#csc_lightbox.open {
  z-index: 1000;
  display: block;
}
#csc_lightbox_content {
  z-index: 1000;
  padding-top: 75px;
  padding-left: 25px;
  padding-right: 25px;
  position: absolute;
  width: 400px !important;
  height: 550px;
  overflow-x: scroll;
  background: #ffffff;
  border-radius: 3px;
  left: 50%;
  top: 50%;
  margin-left: -250px;
  margin-top: -300px;
  text-align: center;
}
#csc_close {
  z-index: 1000;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
#gift_restrictions {
  margin-top: 30px;
  font-size: 14px;
  font-style: italic;
}
.flex-row {
  display: flex;
}
.center {
  text-align: center !important;
}
.BBoxDonation {
  max-width: 700px;
  margin: 0 auto;
}
.OE_hyperlink {
  color: #2e6eb6;
  text-decoration: none !important;
  border-bottom: 1px dashed;
  margin: auto;
  font-size: 15px;
    font-weight: normal;
}

/*
.hasTooltip {
  width: 19px !important;
  height: 19px !important;
}
*/

#share_toolbox {
  background: #eeeeee;
  vertical-align: middle !important;
  text-align: center;
  padding-bottom: 15px;
  border-radius: 0.375em;
  margin-bottom: 25px;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg-cover {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    height: auto;
    text-align: center;
}