/*.whitepaperpopup_modal {
  color: white; }
  .whitepaperpopup_modal .ult_modal {
    max-width: 70% !important; }
  .whitepaperpopup_modal .sf_field_newsletter {
    margin-top: 20px; }
  .whitepaperpopup_modal .ult_modal-content {
    box-shadow: none;
    -webkit-box-shadow: none; }
  .whitepaperpopup_modal a {
    color: white;
    text-decoration: underline;
    text-decoration-color: white; }
    .whitepaperpopup_modal a:hover {
      color: black; }
  .whitepaperpopup_modal p {
    color: white; }
  .whitepaperpopup_modal h2 {
    color: white;
    font-size: 4.5rem; }
  .whitepaperpopup_modal input[type="email"] {
    background-color: transparent;
    color: white;
    border: none;
    padding: 16px;
    border-bottom: 2px solid white; }
    .whitepaperpopup_modal input[type="email"]::placeholder {
      color: white;
      font-size: 16px; }
    .whitepaperpopup_modal input[type="email"]:focus {
      outline: none; }
  .whitepaperpopup_modal input[type="text"] {
    background-color: transparent;
    color: white;
    border: none;
    padding: 16px;
    border-bottom: 2px solid white; }
    .whitepaperpopup_modal input[type="text"]::placeholder {
      color: white;
      font-size: 16px; }
    .whitepaperpopup_modal input[type="text"]:focus {
      outline: none; }
  .whitepaperpopup_modal .salesforce_w2l_lead .w2linput.submit {
    background-color: whitesmoke;
    color: #4099ff;
    font-family: 'PT Sans'; }
  .whitepaperpopup_modal .w2lsubmit .bounce-button.qbutton:hover {
    background-color: white;
    color: #4099ff; }
  .whitepaperpopup_modal div.ult_modal.ult_fade.ult_block {
    margin: 35px 3%; }
  .whitepaperpopup_modal .bounce-button.qbutton:hover {
    background-color: white;
    color: #4099ff; }
  .whitepaperpopup_modal .wl2submit .bounce-button:before, .whitepaperpopup_modal .submit:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #006eff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .whitepaperpopup_modal .wl2submit .bounce-button:hover, .whitepaperpopup_modal .bounce-button:focus, .whitepaperpopup_modal .bounce-button:active {
    color: white; }
  .whitepaperpopup_modal .wl2submit .bounce-button:hover:before, .whitepaperpopup_modal .bounce-button:focus:before, .whitepaperpopup_modal .bounce-button:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }
  .whitepaperpopup_modal .wl2submit .qbutton {
    margin-top: 64px;
    background-color: white;
    color: #09f; }
  .whitepaperpopup_modal .wl2submit .qbutton:before {
    background: whitesmoke; }
  .whitepaperpopup_modal div.w2lsubmit {
    display: -webkit-box !important; }
  @media (min-width: 769px) {
  .whitepaperpopup_modal .textfield {
    padding: 50px; } }
*/