/* Mobile On Exit Invite */
@media (max-width:961px) {
  .uws-modal_wrapper {
       z-index: 9999999 !important;
   }
  .uws-modal--fullscreen.uws-on-exit-modal {
       height: 12.5em;
       max-width: 100%;
       top: initial;
       bottom: 0;
       background-color: #fff;
   }
   .uws-on-exit-modal__title {
       color: #000 !important;
       position: relative !important;
       top: -2px;
       right: -5.4em;
       max-width: 75%;
   }
   .uws-on-exit-modal__description {
       color: #000 !important;
       position: relative !important;
       right: -5.0em;
       max-width: 75%;
       margin-top: 0px !important;
   }
    .uws-modal__logo {
        position: relative;
        top: 0em !important;
        right: 1.375em !important;
        height: 125px !important;
        width: 150px !important;
    }
   .uws-modal__header {
       margin-bottom: 0px !important;
       padding-left: 0px !important;
       height: 1.5em;
   }
   .uws-tagline.uws-modal__tagline {
       display: none;
       margin-top: 0px !important;
       overflow-y: hidden !important;
   }
   .uws-modal__close {
       background-color: #fff !important;
       color: #000 !important;
   }
   .uws-modal__footer {
       background-color: #fff !important;
   }

   .uws-button.uws-button--primary.uws-on-exit-modal__mode-button {
       background-color: #1971d4 !important;
   }
   .uws-button.uws-button--primary.uws-button--disabled {
       background-color: #e3e3e3 !important;
       color: #000000;
   }
   .uws-modal__footer .uws-button.uws-button--primary {
      background-color: #e3e3e3 !important;
      color: #000000; 
   }
}
/* End Mobile On Exit Invite */