/* Clearfix */
.oplb__modal .modaal-content-container:after {
  content: " ";
  display: block;
  clear: both; }

.oplb__modal {
  box-sizing: border-box;
  /* Overwriting Modaal Classes */
  /* Custom Classes */ }
  .oplb__modal .modaal-close {
    display: none; }
  .oplb__modal .modaal-outer-wrapper {
    display: block; }
    @media all and (min-width: 769px) {
      .oplb__modal .modaal-outer-wrapper {
        display: table; } }
  .oplb__modal .modaal-inner-wrapper {
    display: block;
    padding: 0; }
    @media all and (min-width: 769px) {
      .oplb__modal .modaal-inner-wrapper {
        display: table-cell; } }
  .oplb__modal .modaal-content {
    height: 100%; }
    @media all and (min-width: 769px) {
      .oplb__modal .modaal-content {
        height: auto; } }
  .oplb__modal .modaal-container {
    height: 100%;
    max-width: 800px;
    background: rgba(255, 255, 255, 0.9); }
    @media all and (min-width: 769px) {
      .oplb__modal .modaal-container {
        height: auto; } }
  .oplb__modal .modaal-content-container {
    background: #fff;
    display: block;
    height: 100%;
    padding: 10px; }
    @media all and (min-width: 769px) {
      .oplb__modal .modaal-content-container {
        display: table;
        overflow: hidden;
        padding: 0;
        height: auto; } }
    .oplb__modal .modaal-content-container * {
      box-sizing: inherit;
      font-family: 'AperturaRegular', sans-serif; }
  .oplb__modal [class^="icon-"], .oplb__modal [class*=" icon-"] {
    font-family: 'amnh-icons' !important;
    position: relative;
    top: 1px; }
  .oplb__modal .modal__content {
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
    background: #fff; }
    @media all and (min-width: 769px) {
      .oplb__modal .modal__content {
        display: table-cell;
        vertical-align: top;
        width: 340px;
        padding: 40px 20px 0; } }
    .oplb__modal .modal__content .content__body {
      display: block;
      margin-top: 10px; }
      @media all and (min-width: 769px) {
        .oplb__modal .modal__content .content__body {
          max-width: 255px;
          margin: 0 auto;
          padding: 0; } }
  .oplb__modal .modaal-inner-wrapper {
    padding: 0; }
  .oplb__modal .body__thanks {
    display: none; }
    .oplb__modal .body__thanks .thanks__title {
      font-size: 40px;
      line-height: 1.2;
      color: #585832;
      margin-bottom: 50px; }
    .oplb__modal .body__thanks .thanks__link {
      font-size: 22px;
      color: #0f6ed2;
      text-decoration: none; }
      .oplb__modal .body__thanks .thanks__link:hover {
        text-decoration: underline; }
  .oplb__modal .body__title {
    color: #58592c;
    font-size: 33px;
    line-height: 1.2;
    margin-bottom: 20px; }
  .oplb__modal .body__copy {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 20px;
    padding: 0;
    color: #212121; }
  .oplb__modal .body__form {
    max-width: 320px;
    margin: 10px auto 0; }
    @media all and (min-width: 769px) {
      .oplb__modal .body__form {
        width: auto;
        margin: 0 auto; } }
    .oplb__modal .body__form label {
      width: 100%;
      display: block;
      margin: 0 auto;
      float: none;
      font-size: 18px; }
      @media all and (min-width: 769px) {
        .oplb__modal .body__form label {
          max-width: 100%; } }
    .oplb__modal .body__form input {
      display: block;
      width: 100%;
      height: 40px;
      border: 1px solid #212121;
      margin-top: 5px;
      margin-bottom: 20px;
      padding: 10px;
      font-style: normal; }
    .oplb__modal .body__form button {
      cursor: pointer;
      margin: .2em 1px .4em 1px;
      padding: 10px 15px !important;
      font-weight: 600 !important;
      text-transform: uppercase;
      display: block;
      margin: 0 auto;
      width: auto;
      background-color: #004BB4;
      border: 2px solid #fff;
      outline: 1px solid #004BB4;
      color: #fff;
      font-size: 17px; }
      .oplb__modal .body__form button:hover, .oplb__modal .body__form button:focus, .oplb__modal .body__form button:active {
        outline: 2px solid #004BB4; }
  .oplb__modal .content__header {
    width: 100%; }
    @media all and (min-width: 769px) {
      .oplb__modal .content__header {
        position: absolute;
        top: 0;
        left: 0;
        line-height: 1.2; } }
  .oplb__modal .body__disclaimer {
    width: 100%;
    text-align: center;
    line-height: 1.2; }
    @media all and (min-width: 769px) {
      .oplb__modal .body__disclaimer {
        position: absolute;
        bottom: 0;
        left: 0; } }
  .oplb__modal .body__disclaimer p {
    max-width: 255px;
    margin: 10px auto;
    font-size: 13px;
    font-style: italic; }
  .oplb__modal .modal__img {
    display: none;
    width: 460px; }
    @media all and (min-width: 769px) {
      .oplb__modal .modal__img {
        display: table-cell; } }
    .oplb__modal .modal__img img {
      float: left;
      width: 100%;
      max-width: 100%; }
  @media all and (min-width: 769px) {
    .oplb__modal .header__logo {
      display: none; } }
  .oplb__modal .header__close {
    font-size: 18px;
    font-weight: 800;
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    width: 30px;
    background-color: #888888;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    padding: 5px 9px; }
    .oplb__modal .header__close:hover {
      text-decoration: none !important; }
    @media all and (min-width: 769px) {
      .oplb__modal .header__close {
        top: 10px;
        right: 10px; } }
  .oplb__modal .header__close:hover,
  .oplb__modal .header__close:focus,
  .oplb__modal .header__close:active {
    background: #666; }

/* overwite styles for splash lightboxes only */
.oplb__modal.oplb__splash .modaal-container {
  max-width: 100%;
  height: 100%;
}
.oplb__modal .modaal-content-container {
  padding: 0;
}
.oplb__modal.oplb__splash .modaal-content {
  width: 100%;
}

@media (min-width: 769px) {
  .oplb__modal.oplb__splash .modaal-content, .oplb__modal.oplb__splash .modal__content, .oplb__modal.oplb__splash .modaal-content-container {
    height: 100%;
    width: 100%;
  }
}
/* overwite styles for splash lightboxes only */

.oplb__modal.senses .modal__content {
  background: url('../images/splash_ye_bg_DARK.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.senses h1, .senses h2 {
  font-weight: bold;
}
.senses h1 {
  font-size:70px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.senses h2 {
  font-size: 34px;
  margin-bottom: 40px;
}
.senses p {
  font-size: 20px;
  line-height: 26px;
    margin-bottom: 10px;
}

.senses h1, .senses h2, .senses p {
  color: #fffefe;
  text-align: center;
}
.senses .submitButton {
  text-transform: uppercase;
    border: 2px solid #fff;
    outline: 4px solid #e67d17;
    background-color: #e67d17;
    color: #000;
    width: auto;
    padding: 10px 60px;
    font-size: 20px;
    height: auto;
    margin-bottom: 5px;
    margin-top: 20px;
    font-style: normal;
    font-weight:bold;
}
.oplb__modal.senses .modal__content {
  padding: 20px;
}



.oplb__modal.senses .header__close {
  margin: 20px;
  width:50px;
  height: 50px;
  background: none;
  margin: 0;
  top: 0;
  right: 0;
  cursor: pointer;
  padding: 0;
}

.oplb__modal.senses .header__close svg {
  display: block;
}

.oplb__modal.senses .header__close .close-x {
  stroke: #adacac;
  fill: transparent;
  stroke-width: 2;
}
.oplb__modal.senses .header__close svg:hover .close-x {
  stroke: #fff;
}


@media (max-width: 769px) {
  .oplb__modal.senses .header__logo {
    margin-top: 40px;
      margin: 40px auto 0 auto;
      position: relative;
      display: block;
      max-width: 275px;
  }
  .oplb__modal.senses .header__close {
    top: 0;
    right: 0;
  }
  .oplb__modal.senses .modal__content .content__body {
    margin: 40px auto 0 auto;
    max-width: 95%;
  }
  .senses h1 {
    font-size:46px;
    margin-bottom: 15px;
  }
  .senses h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
@media (max-width: 475px) { 
  .oplb__modal.senses .header__logo { margin-top: 30px; }
  .oplb__modal.senses .modal__content .content__body { margin-top: 20px; max-width: 100%; }
  .senses h1 { font-size: 36px; }
  .senses h2 { font-size: 22px; }
  .senses p { font-size: 18px; }
  .senses .submitButton { margin-top: 10px; }
}
@media (min-width: 769px) {
  .oplb__modal.senses .content__header {
    position: relative;

    width: 100%;
  }
  .oplb__modal.senses .header__logo {
    display: block;
    max-width: 320px;
  }
  .oplb__splash.senses {
    top: 0;
    right: 0;
  }
  .oplb__modal.senses .modal__content {
    padding: 30px;
  }
  .oplb__modal.senses .modal__content .content__body {
    max-width: 650px;
    color: #fffefe;
    margin-top: 70px;
  }
}
/* overwite styles for splash lightboxes only - end*/
