/* Border Radius Mixin */
/* Placeholder Colors */
/* Header Adjustment */
/* Create Responsive Type */
.invex-popup {
  display: none; }

.featherlight .featherlight-content .invex-popup {
  display: block; }

.featherlight .featherlight-content {
  border-bottom: none !important; }

.featherlight .featherlight-content .invex-popup > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.featherlight .featherlight-content > .featherlight-close {
  display: none; }

.invex-popup {
  display: none;
  background: white; }
  .invex-popup > .emergency-toggle {
    position: fixed;
    top: 10px;
    left: 0;
    right: 0;
    z-index: 1;
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .invex-popup > .emergency-toggle.enabled {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .invex-popup > .emergency-toggle .button {
      padding: 5px 10px;
      color: white;
      background-color: #dc3232;
      cursor: pointer;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
      .invex-popup > .emergency-toggle .button:hover {
        background-color: rgba(220, 50, 50, 0.7); }
  .invex-popup > .text-background {
    display: none; }
  .invex-popup > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 85vw;
    max-height: 95vh;
    position: relative; }
    .invex-popup > .container.no-image {
      width: 500px; }
    .invex-popup > .container.has-image {
      width: 750px;
      height: 450px; }
    .invex-popup > .container.background-size--contain > .image {
      background-size: contain !important; }
    .invex-popup > .container.background-size--cover > .image {
      background-size: cover !important; }
    .invex-popup > .container > .image {
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      position: relative;
      z-index: 1; }
    .invex-popup > .container > .image-link {
      position: relative;
      opacity: 1;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
      .invex-popup > .container > .image-link:hover {
        opacity: 0.85; }
    .invex-popup > .container .featherlight-close {
      position: absolute;
      top: 10px;
      right: 10px;
      z-index: 2;
      font-size: 30px;
      font-weight: 700;
      color: #333;
      opacity: 1;
      cursor: pointer;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
      .invex-popup > .container .featherlight-close:hover {
        opacity: 0.7; }
    .invex-popup > .container > .text {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      position: relative;
      z-index: 3; }
      .invex-popup > .container > .text > .container {
        margin: 30px; }
      .invex-popup > .container > .text .heading {
        margin-bottom: 25px;
        font-size: 37px;
        font-weight: 700;
        font-style: normal;
        text-transform: none;
        letter-spacing: 0;
        line-height: 1em;
        text-align: center;
        color: #333333; }
      .invex-popup > .container > .text .content {
        font-weight: 400;
        font-style: normal;
        font-size: 15px;
        line-height: 1.6em;
        text-transform: none;
        letter-spacing: .015em;
        color: #333333;
        text-align: center; }
        .invex-popup > .container > .text .content a {
          color: blue; }
      .invex-popup > .container > .text .button-link {
        display: block;
        width: 100%;
        margin-top: 20px;
        padding: 12px;
        text-decoration: none;
        background: #333333;
        color: #fff;
        border-style: none;
        text-align: center;
        opacity: 1;
        -webkit-transition: 300ms all linear;
        transition: 300ms all linear; }
        .invex-popup > .container > .text .button-link:hover {
          opacity: 0.8; }
  .invex-popup.image-layout--background > .container > .image {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover !important;
    z-index: 1; }
  .invex-popup.image-layout--background > .container > .text-background {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
    background-color: white;
    z-index: 2; }
  .invex-popup.image-layout--background > .container > .text {
    position: relative;
    z-index: 3; }
  .invex-popup.image-layout--left > .container .image, .invex-popup.image-layout--right > .container .image {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    background-size: contain; }
  .invex-popup.image-layout--left > .container .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .invex-popup.image-layout--left > .container .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .invex-popup.image-layout--right > .container .image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .invex-popup.image-layout--right > .container .text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .invex-popup.image-layout--image-only > .container {
    width: auto !important;
    height: auto !important; }
    .invex-popup.image-layout--image-only > .container a.image-link.image-only img {
      max-width: 100%; }
  .invex-popup.type--emergency {
    margin: 0;
    padding: 0;
    border: 5px solid #dc3232;
    background: #f0dbda;
    color: white; }
  @media (max-width: 821px) {
      .invex-popup > .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 300px !important;
        height: auto !important; }
        .invex-popup > .container .featherlight-close {
          top: 5px;
          right: 5px;
          font-size: 20px; }
          .invex-popup > .container > .text > .container {
            margin: 20px; }
          .invex-popup > .container > .text .heading {
            font-size: 25px; }
          .invex-popup > .container > .text .content {
            font-size: 14px; }
          .invex-popup > .container > .text .button-link {
            padding: 8px; }
      .invex-popup.image-layout--left > .container .image, .invex-popup.image-layout--right > .container .image {
        display: none; } }

/*# sourceMappingURL=invex-popups.min.css.map */
