.off-ramp-frame {
  border: 0;
  outline: 0;
  width: 100%;
  height: 215px !important;
}
/*#facebox { position: absolute; left: 0!important;z-index: 100;width: 100%; top: 20px!important;}*/
#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  text-align: left;
}
/*#facebox .popup { padding: 30px 0 30px 30px; background-color: #ffffff;}*/
#facebox .popup {
  width: 767px;
  padding: 30px 0 30px 0px;
  background-color: #ffffff;
  float: left;
}
#facebox .content {
  width: auto;
  margin-top: -17px;
  padding: 0px 0px 0px;
}
#facebox .content > p:first-child {
  margin-top: 0;
}
#facebox .content > p:last-child {
  margin-bottom: 0;
}
#facebox .close {
  position: absolute;
  right: 25px;
  padding: 2px;
  background: #fff;
}
#facebox .loading {
  text-align: center;
}
#facebox .image {
  text-align: center;
}
#facebox img {
  border: 0;
  margin: 0;
}
#facebox_overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1005;
}
.facebox_hide {
  z-index: -100;
}
.facebox_overlayBG {
  background-color: #000;
  z-index: 1005;
  border: 1px solid transparent;
}

.divVideo {
  bottom: 2px;
  position: absolute;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.divVideo iframe {
  height: 450px;
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  border: none;
  text-align: center;
}

.off-ramp-content {
  font-family: Arial;
}
.off-ramp-content h1 {
  font-size: 40px;
  padding: 0;
  color: #f54c13;
  margin: 0;
}
.off-ramp-content p {
  font-size: 16px;
  color: #4c4f50;
  line-height: 21px;
  font-family: 'GothamBook';
}

#facebox.submission-pathway .content {
  padding: 0;
  width: 100%;
}
#facebox.submission-pathway .popup {
  padding: 0;
  width: 100%;
  background-color: transparent;
}
#facebox.submission-pathway .close-button {
  width: 30px;
  height: 30px;
  position: absolute;
  margin: 25px 0 0 927px;
}
#facebox.submission-pathway .close-button img {
  width: 30px;
  height: 30px;
  display: block;
}

#facebox.video .content {
  height: 500px;
  max-width: 749px;
  background: #ccc;
  margin: 0 auto;
  position: relative;
}
#facebox.video .popup {
  padding: 0;
  background-color: transparent;
  margin: 0 auto;
}
#facebox.video .close-button {
  width: 30px;
  height: 30px;
  position: absolute;
}
#facebox.video .close-button img {
  width: 30px;
  height: 30px;
  display: block;
}

#facebox.video .close-button1 {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  right: 5px;
}
#facebox.video .close-button1 img {
  width: 30px;
  height: 30px;
  display: block;
}
.facebox_Header {
  float: left;
  margin-left: 87px;
  position: absolute;
  color: #62b3ee;
  margin-top: 4px;
  font-family: 'GothamBook';
  font-size: 18px;
  font-weight: bold;
}
.facebox_Divider {
  height: 10px;
  background-color: black;
  width: 767px;
  margin-left: -8px;
  position: absolute;
  margin-top: 45px;
}
.facebox_HeaderImage {
  position: absolute;
  margin-left: -36px;
  margin-top: -12px;
}
.facebox_CloseImage {
  float: right;
  margin-right: 14px;
}
.facebox_Subheader {
  margin-left: 50px;
  margin-right: 50px;
  position: absolute;
  margin-top: 35px;
  font-family: 'GothamBook';
  font-size: 16px;
}
.facebox_OkButton {
  width: 105px;
  float: left;
  background-color: #d76f2d;
  color: #ffffff;
  font-family: Arial;
  font-weight: bold;
  border: 0px;
  padding: 2px 0;
  text-transform: uppercase;
}
.facebox_CancelButton {
  width: 105px;
  margin-left: 32px;
  background-color: #d76f2d;
  float: left;
  color: #ffffff;
  font-family: Arial;
  font-weight: bold;
  font-weight: bold;
  border: 0px;
  padding: 2px 0;
  text-transform: uppercase;
}
.facebox_NoThumnail {
  font-family: 'GothamBook';
  font-size: 16px;
}
.facebox_ImageAwareness {
  height: 400px;
  width: 400px;
  margin-left: 125px;
}
.facebox_HeaderOffRamp {
  line-height: 38px;
  float: left;
  margin-left: 50px;
  position: absolute;
  color: #62b3ee;
  margin-top: 7px;
  font-family: 'GothamBook';
  font-size: 19px;
  font-weight: bold;
}
.space_21 {
  padding-top: 21px;
}
.space_12 {
  padding-top: 12px;
}
.space_32 {
  padding-top: 32px;
}
.space_36 {
  padding-top: 30px;
}
.space_62 {
  padding-top: 62px;
}
.facebox_Continue {
  font-size: 19px;
  font-family: 'GothamBook';
  font-weight: bold;
}

@media (min-width: 0px) and (max-width: 767px) {
  #facebox {
    width: 100%;
    padding-top: 50px;
}
  #facebox .popup {
    width: 100%;
}
  .facebox_HeaderOffRamp {
    margin-left: 25px;
    margin-right: 48px;
}
  .facebox_Subheader {
    margin-left: 25px;
    margin-right: 25px;
}
  .off-ramp-frame {
    height: 315px !important;
}
}

@media (min-width: 350px) and (max-width: 409px) {
  .off-ramp-frame {
    height: 290px !important;
}
}

@media (min-width: 410px) and (max-width: 767px) {
  .off-ramp-frame {
    height: 235px !important;
}
}
