
#block-webform-client-block-14972, #subscription-toggle {
  display: none;
}
@media (min-width: 48em) {
  #block-webform-client-block-14972 {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(24, 151, 197, 0.9);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 13;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  #block-webform-client-block-14972.active {
    display: block;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 12;
  }

  #block-webform-client-block-14972 h2 {
    display: inline;
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #fff;
    display: inline-block;
    margin: 0 1rem 0 0;
  }
  #block-webform-client-block-14972 form {
    display: inline;
    margin: 0 1rem 0 0;
  }

  #block-webform-client-block-14972 form input.email {
    border: 0px solid #000;
    color: #000;
    background-color: #fff;
    border-radius: 3px;
    height: auto;
    line-height: 1.25rem;
    padding: 0.5rem 1rem;
    width: 320px;
    margin-right: 1em;
  }
  #block-webform-client-block-14972 form input[type="submit"] {
    border: 0px solid #555;
    color: #fff;
    background-color: #63be01;
    border-radius: 3px;
    height: auto;
    line-height: 1.25rem;
    padding: 0.5rem 1rem;
    -webkit-appearance: button;
    cursor: pointer;
  }

  #subscription-toggle {
    display: block;
    position: fixed;
    bottom: 10px;
    right: 15px;
    background: rgba(24, 154, 198, 1);
    color: #fff;
    width: 2.8rem;
    height: 2.8rem;
    text-align: center;
    border-radius: 50%;
    line-height: 2.675rem;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    cursor: pointer;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
    z-index: 14;
  }
  #subscription-toggle.inactive {
    display: none;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 12;
  }
  #block-webform-client-block-14972 .content, #block-webform-client-block-14972 .content form div{
	  display: inline-block;
	  
  }
  #block-webform-client-block-14972 .fa {
    color: #fff;
    font-size: 1.4rem;
  }
  #subscription-toggle .fa {
    color: #fff;
    font-size: 1.4rem;
    margin: 0.6rem 0 0 0;
  }
}
