.banner-container {
  border-radius: 35px;
  -webkit-box-shadow: 0 0 0 0 #1f466e;
  box-shadow: 0 0 0 0 #1f466e; }
  .banner-container:hover {
    -webkit-animation: pulse infinite 1s ease-out;
    animation: pulse infinite 1s ease-out; }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #1f466e;
    box-shadow: 0 0 0 0 #1f466e; }
  70% {
    -webkit-box-shadow: 0 0 0 20px transparent;
    box-shadow: 0 0 0 20px transparent; }
  100% {
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent; } }

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #1f466e;
    box-shadow: 0 0 0 0 #1f466e; }
  70% {
    -webkit-box-shadow: 0 0 0 20px transparent;
    box-shadow: 0 0 0 20px transparent; }
  100% {
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent; } }
  .banner-container img {
    width: 500px; }

.promo-disclaimer {
  color: #656565;
  font-weight: bold;
  font-size: 0.9rem; }

.mobile-button-only {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  @media screen and (max-width: 900px) {
    .mobile-button-only {
      display: block; } }

@media screen and (min-width: 901px) {
  .ul-main-menu {
    display: block !important; } }

html.merchant-home-login {
  overflow-y: scroll;
  /* ========================= MODALS ========================= */ }
  html.merchant-home-login .font-bold {
    font-weight: bold; }
  html.merchant-home-login .rainbow-bar {
    display: none; }
  html.merchant-home-login .main-menu {
    border: none; }
  html.merchant-home-login body {
    padding-bottom: 600px; }
    @media screen and (max-width: 900px) {
      html.merchant-home-login body {
        padding-bottom: 880px; } }
  html.merchant-home-login #footer {
    position: absolute;
    bottom: 0;
    max-height: 100px; }
  html.merchant-home-login .flex-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    html.merchant-home-login .flex-div .banner {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background-color: #173452;
      padding: 50px;
      margin: 0 -25px;
      background-image: url("../_images/merch-head-bg.jpg");
      background-repeat: no-repeat;
      background-position: right; }
      html.merchant-home-login .flex-div .banner .left {
        margin-right: 50px;
        font-size: 1.5rem;
        color: white;
        text-align: right;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        html.merchant-home-login .flex-div .banner .left .head {
          font-weight: bold;
          font-size: 2rem; }
        html.merchant-home-login .flex-div .banner .left .click-here {
          font-size: 1rem;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-bottom: 4rem;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          html.merchant-home-login .flex-div .banner .left .click-here img {
            margin-left: 20px;
            -webkit-transition: 250ms ease-out;
            -o-transition: 250ms ease-out;
            transition: 250ms ease-out; }
        @media screen and (max-width: 900px) {
          html.merchant-home-login .flex-div .banner .left {
            text-align: center;
            margin-right: 0; }
            html.merchant-home-login .flex-div .banner .left .click-here {
              margin-top: 50px;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -ms-flex-direction: column;
              flex-direction: column;
              margin-bottom: 25px; }
              html.merchant-home-login .flex-div .banner .left .click-here img {
                display: none; } }
      html.merchant-home-login .flex-div .banner .right {
        margin-left: 50px;
        color: #1f466e;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        font-weight: bold; }
        html.merchant-home-login .flex-div .banner .right .vid-container {
          position: relative;
          max-width: 560px; }
          html.merchant-home-login .flex-div .banner .right .vid-container .play-icon {
            position: absolute;
            min-height: 100%;
            min-width: 100%;
            background-color: rgba(0, 0, 0, 0.6);
            z-index: 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;
            color: #c2ccd6;
            font-size: 5rem;
            cursor: pointer;
            -webkit-transition: 250ms ease-out;
            -o-transition: 250ms ease-out;
            transition: 250ms ease-out; }
            html.merchant-home-login .flex-div .banner .right .vid-container .play-icon:hover {
              background-color: rgba(0, 0, 0, 0.4);
              color: white;
              -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
              box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
          html.merchant-home-login .flex-div .banner .right .vid-container video {
            width: 100%; }
        html.merchant-home-login .flex-div .banner .right .not-a-member {
          margin-top: 10px;
          font-size: 0.9rem; }
        html.merchant-home-login .flex-div .banner .right .register-text {
          color: #1f466e;
          text-decoration: none;
          font-size: 1.2rem;
          -webkit-transition: 250ms ease-out;
          -o-transition: 250ms ease-out;
          transition: 250ms ease-out; }
          html.merchant-home-login .flex-div .banner .right .register-text:hover {
            color: #239562; }
        @media screen and (max-width: 900px) {
          html.merchant-home-login .flex-div .banner .right {
            margin-left: 0;
            margin-right: 0; }
            html.merchant-home-login .flex-div .banner .right .vid-container {
              max-width: 100%; } }
      @media screen and (max-width: 900px) {
        html.merchant-home-login .flex-div .banner {
          background-color: #1f466e;
          background-position: bottom right;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          text-align: center;
          padding: 20px; }
          html.merchant-home-login .flex-div .banner .right {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; } }
    @media screen and (max-width: 900px) {
      html.merchant-home-login .flex-div {
        padding-top: 0px !important; } }
    html.merchant-home-login .flex-div .highlight {
      display: block;
      cursor: pointer;
      border-radius: 25px;
      color: #239562;
      margin: 40px auto 20px auto;
      padding: 20px;
      text-align: center;
      -webkit-transition: 350ms ease-out;
      -o-transition: 350ms ease-out;
      transition: 350ms ease-out; }
    html.merchant-home-login .flex-div .highlight:hover {
      background-color: #37a976;
      color: white; }
    html.merchant-home-login .flex-div .contact-no {
      color: #1f466e;
      font-size: 1.2rem;
      font-family: "Open Sans";
      font-weight: bold;
      -ms-flex-item-align: center;
      align-self: center;
      margin-top: 20px; }
      html.merchant-home-login .flex-div .contact-no + .important {
        color: #1f466e;
        font-size: 1rem;
        font-weight: bold;
        -ms-flex-item-align: center;
        align-self: center;
        margin-top: 50px;
        text-align: center; }
  html.merchant-home-login .li-home.logo img {
    min-height: 115px;
    min-width: 309px;
    margin-right: 200px; }
    @media screen and (max-width: 900px) {
      html.merchant-home-login .li-home.logo img {
        min-height: 87px;
        min-width: 232px;
        margin-right: 0px; } }
  html.merchant-home-login .content-div {
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0; }
    html.merchant-home-login .content-div .login-buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      html.merchant-home-login .content-div .login-buttons a, html.merchant-home-login .content-div .login-buttons button {
        cursor: pointer;
        font-size: 1rem;
        border: none;
        padding: 15px 10px;
        margin-top: 18px !important;
        text-decoration: none;
        color: white;
        background: #1f466e;
        display: block;
        width: 130px;
        margin: 0 5px;
        font-weight: bold;
        -webkit-transition: background-color 0.5s;
        -o-transition: background-color 0.5s;
        transition: background-color 0.5s;
        border-radius: 3px;
        font-family: 'Verdana'; }
        html.merchant-home-login .content-div .login-buttons a:hover, html.merchant-home-login .content-div .login-buttons button:hover {
          background-color: #239562; }
  html.merchant-home-login .article-modal {
    visibility: hidden;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    padding: 5%; }
    html.merchant-home-login .article-modal .article {
      background-color: white;
      width: 90%;
      height: 80%;
      overflow: scroll;
      padding: 25px;
      color: #2d2d2d;
      line-height: 1.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      position: relative; }
      html.merchant-home-login .article-modal .article .close-btn {
        position: absolute;
        right: 30px;
        top: 30px;
        font-size: 2rem;
        font-weight: bold;
        cursor: pointer;
        color: #1f466e; }
      html.merchant-home-login .article-modal .article .head {
        margin-top: 50px;
        font-size: 1.5rem;
        font-weight: bold;
        color: #1f466e; }
      html.merchant-home-login .article-modal .article .contact-no {
        color: #239562; }
      html.merchant-home-login .article-modal .article .close-full {
        background-color: #1f466e;
        color: white;
        text-align: center;
        margin-bottom: 30px;
        min-height: 40px;
        width: 130px;
        border: none;
        border-radius: 2px;
        cursor: pointer;
        -ms-flex-item-align: center;
        align-self: center;
        margin-top: 50px; }
        html.merchant-home-login .article-modal .article .close-full:hover {
          background-color: #239562; }
  html.merchant-home-login .test-3d {
    color: white;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-perspective: 200px;
    perspective: 200px;
    -webkit-perspective-origin: calc(100% - 54px);
    perspective-origin: calc(100% - 54px); }
    html.merchant-home-login .test-3d .text {
      background-color: #1d1d1d;
      padding: 20px 40px; }
    html.merchant-home-login .test-3d .icon {
      background-color: #143955;
      padding: 20px 30px;
      -webkit-transition: cubic-bezier(0.78, 0.01, 0.56, 1.39) 500ms;
      -o-transition: cubic-bezier(0.78, 0.01, 0.56, 1.39) 500ms;
      transition: cubic-bezier(0.78, 0.01, 0.56, 1.39) 500ms;
      border-left: none;
      -webkit-transform-origin: left;
      -ms-transform-origin: left;
      transform-origin: left;
      opacity: 1; }
    html.merchant-home-login .test-3d:hover > .icon {
      opacity: 0;
      -webkit-transform: rotateY(90deg);
      transform: rotateY(90deg); }
