#hub-acq-modals .hub-form.-subscribe {
  font-family: sans-serif; }
  #hub-acq-modals .hub-form.-subscribe .field .loading {
    background: rgba(255, 255, 255, 0.9);
    color: rgba(0, 0, 0, 0.5);
    display: none;
    font-size: 11px;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100%;
    z-index: 10; }
    #hub-acq-modals .hub-form.-subscribe .field .loading span.divots {
      display: inline-block;
      font-weight: bold;
      font-size: 20px;
      line-height: 50px;
      vertical-align: middle;
      margin: 0 2px; }
  #hub-acq-modals .hub-form.-subscribe .field input {
    background: none;
    border: none;
    font-family: sans-serif;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 16px;
    display: block;
    height: 49px;
    line-height: 50px;
    outline: none;
    padding: 0 140px 0 14px;
    width: 100%; }
  #hub-acq-modals .hub-form.-subscribe .field .input-wrap {
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 17px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    height: 50px; }
    #hub-acq-modals .hub-form.-subscribe .field .input-wrap button {
      border: none;
      border-radius: 0;
      cursor: pointer;
      display: inline-block;
      font-size: 13px;
      font-family: sans-serif;
      font-weight: bold;
      height: 100%;
      outline: none;
      padding: 11px 15px;
      position: absolute;
      right: 0;
      text-align: center;
      text-transform: uppercase;
      top: 0;
      min-width: 120px;
      z-index: 9; }
  #hub-acq-modals .hub-form.-subscribe .form-message {
    background: #f5f5f5;
    color: black;
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 16px;
    text-transform: none;
    text-align: left;
    width: 100%;
    line-height: 20px; }
    #hub-acq-modals .hub-form.-subscribe .form-message .msg {
      display: block; }
    #hub-acq-modals .hub-form.-subscribe .form-message .ic {
      display: none;
      background: #5ce4e3;
      border-radius: 50%;
      float: left;
      font-size: 10px;
      display: block;
      color: #5ce4e3;
      width: 20px;
      height: 20px;
      text-align: center;
      line-height: 21px;
      margin: 0 8px 0 0; }
    #hub-acq-modals .hub-form.-subscribe .form-message.-error .ic {
      background: white; }
    #hub-acq-modals .hub-form.-subscribe .form-message.-success .ic {
      background: #5ce4e3; }
  #hub-acq-modals .hub-form.-subscribe label {
    color: #333;
    display: block;
    font-weight: 800;
    margin-bottom: 0.5em; }
  #hub-acq-modals .hub-form.-subscribe[data-status="error"] .field .input-wrap {
    border: 1px solid #e45c5d; }
  #hub-acq-modals .hub-form.-subscribe[data-status="success"] .field .input-wrap {
    border: 1px solid #5ce4e3; }
  #hub-acq-modals .hub-form.-subscribe.thinking .field .loading {
    display: block; }

#hub-acq-modals {
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 999999; }
  #hub-acq-modals * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  #hub-acq-modals a {
    color: inherit;
    text-decoration: none; }
  #hub-acq-modals .hub-modal {
    background: #FAFAFA;
    -webkit-box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.1);
            box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: none;
    margin: 0 auto;
    table-layout: fixed;
    max-width: 1200px;
    width: 95%; }
    #hub-acq-modals .hub-modal .modal-header {
      background: #006BBB;
      color: white;
      display: table-cell;
      position: relative;
      vertical-align: middle;
      width: 235px; }
      #hub-acq-modals .hub-modal .modal-header h2 {
        margin: 0; }
        #hub-acq-modals .hub-modal .modal-header h2:before, #hub-acq-modals .hub-modal .modal-header h2:after {
          display: none; }
      #hub-acq-modals .hub-modal .modal-header .modal-title-mobile {
        color: white;
        display: none;
        font-size: 24px;
        font-weight: 100;
        text-align: center; }
      #hub-acq-modals .hub-modal .modal-header .modal-close-mobile {
        color: white !important;
        display: none;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 30px;
        line-height: 1;
        outline: none;
        position: absolute;
        right: 16px;
        top: 12px; }
      #hub-acq-modals .hub-modal .modal-header img {
        display: block;
        margin: 0 auto;
        max-width: 150px; }
      #hub-acq-modals .hub-modal .modal-header.-hide-desk {
        display: none; }
    #hub-acq-modals .hub-modal .modal-body {
      display: table-cell;
      padding: 35px 50px;
      position: relative;
      vertical-align: middle; }
      #hub-acq-modals .hub-modal .modal-body .hub-form {
        max-width: 400px;
        margin: 0 auto; }
      #hub-acq-modals .hub-modal .modal-body > .align {
        display: table;
        table-layout: fixed;
        width: 100%; }
        #hub-acq-modals .hub-modal .modal-body > .align > * {
          display: table-cell;
          vertical-align: middle; }
          #hub-acq-modals .hub-modal .modal-body > .align > *.-if-sub {
            display: none; }
        #hub-acq-modals .hub-modal .modal-body > .align .message {
          padding-right: 60px; }
        #hub-acq-modals .hub-modal .modal-body > .align .cta {
          width: 190px;
          text-align: center; }
        #hub-acq-modals .hub-modal .modal-body > .align .cancel {
          width: 155px;
          text-align: center; }
      #hub-acq-modals .hub-modal .modal-body .origin-mc {
        display: none; }
      #hub-acq-modals .hub-modal .modal-body .modal-title {
        color: #333333;
        font-size: 24px;
        font-weight: normal;
        letter-spacing: 0;
        line-height: 28px;
        margin: 0 0 12px; }
      #hub-acq-modals .hub-modal .modal-body .modal-desc {
        font-size: 14px;
        font-weight: 300;
        color: #333333;
        letter-spacing: 0;
        line-height: 1.7; }
        #hub-acq-modals .hub-modal .modal-body .modal-desc p {
          margin: 0 0 16px; }
          #hub-acq-modals .hub-modal .modal-body .modal-desc p:last-child {
            margin-bottom: 0; }
      #hub-acq-modals .hub-modal .modal-body .modal-optouts {
        font-size: 15px;
        text-align: center;
        padding-top: 20px;
        margin-bottom: -10px; }
        #hub-acq-modals .hub-modal .modal-body .modal-optouts a {
          display: inline-block;
          margin: 0 10px;
          text-decoration: underline; }
        @media screen and (max-width: 700px) {
          #hub-acq-modals .hub-modal .modal-body .modal-optouts {
            mmargin-bottom: 0;
            padding-bottom: 5px;
            padding-top: 10px; }
            #hub-acq-modals .hub-modal .modal-body .modal-optouts a {
              display: block;
              margin: 0;
              padding: 5px 0;
              font-size: 14px;
              text-decoration: none; }
              #hub-acq-modals .hub-modal .modal-body .modal-optouts a:last-child {
                margin-bottom: 0; } }
    #hub-acq-modals .hub-modal .modal-footer {
      display: table-row;
      width: 100%;
      clear: both; }
    #hub-acq-modals .hub-modal .modal-button {
      font-family: sans-serif;
      background: #E35030;
      color: white;
      cursor: pointer;
      display: inline-block;
      font-size: 14px;
      font-weight: normal;
      letter-spacing: 0;
      outline: none;
      padding: 11px 38px;
      text-align: center;
      text-transform: uppercase;
      -webkit-transition: .2s;
      transition: .2s; }
      #hub-acq-modals .hub-modal .modal-button:hover {
        background: #dc401e; }
      #hub-acq-modals .hub-modal .modal-button.-cancel {
        color: #E35030;
        background: transparent;
        padding: 10px 10px;
        text-transform: none; }
        #hub-acq-modals .hub-modal .modal-button.-cancel:hover {
          background: transparent;
          text-decoration: underline; }
    #hub-acq-modals .hub-modal .modal-close {
      color: #aaa;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 30px;
      line-height: 1;
      outline: none;
      position: absolute;
      right: 16px;
      top: 12px;
      -webkit-transition: .3s;
      transition: .3s; }
      #hub-acq-modals .hub-modal .modal-close:hover {
        opacity: .5; }
  @media screen and (max-width: 1200px) {
    #hub-acq-modals .hub-modal .modal-header {
      width: 280px; }
    #hub-acq-modals .hub-modal .modal-body {
      padding: 25px 30px; }
      #hub-acq-modals .hub-modal .modal-body .hub-form {
        max-width: 400px;
        padding: 0 20px 20px; }
      #hub-acq-modals .hub-modal .modal-body > .align {
        display: block;
        padding: 0;
        width: auto !important; }
        #hub-acq-modals .hub-modal .modal-body > .align > * {
          display: block;
          width: auto;
          margin: 0 0 21px;
          padding: 0 !important; }
          #hub-acq-modals .hub-modal .modal-body > .align > *:last-child {
            margin-bottom: 0; }
        #hub-acq-modals .hub-modal .modal-body > .align .cta, #hub-acq-modals .hub-modal .modal-body > .align .cancel, #hub-acq-modals .hub-modal .modal-body > .align .subscribe {
          display: block !important;
          margin-left: auto;
          margin-right: auto;
          width: auto;
          max-width: 400px; }
        #hub-acq-modals .hub-modal .modal-body > .align .subscribe label {
          text-align: center; }
      #hub-acq-modals .hub-modal .modal-body .modal-title {
        text-align: center; }
        #hub-acq-modals .hub-modal .modal-body .modal-title a {
          font-size: 110%; }
      #hub-acq-modals .hub-modal .modal-body .modal-desc {
        text-align: center;
        margin: 0 auto 16px;
        max-width: 500px; }
        #hub-acq-modals .hub-modal .modal-body .modal-desc a {
          font-size: 110%; }
    #hub-acq-modals .hub-modal .modal-button {
      width: 100%;
      padding-left: 0;
      padding-right: 0; }
      #hub-acq-modals .hub-modal .modal-button.-cta {
        padding-top: 15px;
        padding-bottom: 15px; }
      #hub-acq-modals .hub-modal .modal-button.-cancel {
        padding: 0; } }
  @media screen and (max-width: 800px) {
    #hub-acq-modals .hub-modal {
      width: 100%; }
      #hub-acq-modals .hub-modal .modal-header {
        display: block;
        padding-top: 30px;
        padding-bottom: 45px;
        width: auto; }
        #hub-acq-modals .hub-modal .modal-header .modal-title-mobile {
          display: block; }
        #hub-acq-modals .hub-modal .modal-header .modal-close-mobile {
          display: block; }
      #hub-acq-modals .hub-modal .modal-close {
        display: none; }
      #hub-acq-modals .hub-modal .modal-body {
        padding: 0;
        position: relative;
        overflow: visible;
        display: block;
        width: auto;
        margin: 0;
        padding-top: 40px;
        padding-bottom: 25px; }
        #hub-acq-modals .hub-modal .modal-body > .align .message {
          display: none; }
        #hub-acq-modals .hub-modal .modal-body > .align .cta {
          width: 400px !important;
          max-width: 80%;
          margin: 0 auto;
          left: 50%;
          position: absolute;
          top: -25px;
          -webkit-transform: translate(-50%, 0);
                  transform: translate(-50%, 0);
          height: 50px; }
          #hub-acq-modals .hub-modal .modal-body > .align .cta .modal-button {
            width: 100%; }
        #hub-acq-modals .hub-modal .modal-body > .align .subscribe {
          margin-top: -10px; }
      #hub-acq-modals .hub-modal .modal-button {
        width: 100%;
        padding-left: 0;
        padding-right: 0; }
      #hub-acq-modals .hub-modal.-nonsubscriber .modal-header {
        padding-bottom: 20px; }
        #hub-acq-modals .hub-modal.-nonsubscriber .modal-header .modal-title-mobile {
          padding-top: 20px; } }
  @media screen and (max-width: 500px) {
    #hub-acq-modals .hub-modal .modal-header {
      padding: 25px 0; }
      #hub-acq-modals .hub-modal .modal-header h2 {
        line-height: 1.4;
        vertical-align: middle; }
      #hub-acq-modals .hub-modal .modal-header img {
        display: none; }
      #hub-acq-modals .hub-modal .modal-header.-hide-desk {
        display: block; } }

#hub-acq-modals {
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 999999; }