body {
    font-family: halyard-display, helvetica, arial, sans-serif;
    margin: 0;
    font-size: 17px;
    line-height: 1.3;
    letter-spacing: 0.63px;
    color: #333;
  }
  
  h1 {
    font-size: calc(24px + (38 - 24) * ((100vw - 320px) / (1600 - 300)));
  }
  
  h2 {
    font-size: calc(20px + (22 - 20) * ((100vw - 320px) / (1600 - 300)));
  }
  
  h1, h2, h3 {
    margin: 20px 0;
    font-weight: normal;
  }
  
  #above-form h2 {
    font-weight: normal;
  }
  
  #pardot-form.contact-us {
    /* using padding instead of margin to ensure submit button isn't cut off */
    padding: 20px;
  }
  
  /* Content */
  .content {
    margin: 0;
  }
  
  #pardot-form.contact-us h1 {
    margin-top: 0;
  }
  
  /* Form Labels */
  form.contact-us p label {
    color: #333;
  }
  
  form.footer-form p label {
    color: #FFF;
  }
  
  .form-field,
  .submit,
  .error {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  
  p.error.no-label {
    margin-top: 0;
    font-size: 15px;
  }
  
  .form-field.error textarea,
  .form-field.error select,
  .form-field.error input {
  border: 1px solid red;
  }
  
  .errors {
    color: red;
    margin: 0 20px 20px 0;
  }
  
  label.field-label {
    display: block;
  }
  
  .value span {
    margin: 0 12px 0 0;
  }
  
  .contact-us .form-wrapper,
  .contact-us .thank-you {
    background-color: #FFF;
    margin: 0;
    max-width: 350px;
  }
  
  .footer-form .form-wrapper,
  .footer-form .thank-you {
    background-color: #1d1d1d;
    margin: 0;
    max-width: 350px;
    padding-top: 26px;
  }
  
  /* adding spacing around "Not XX? Click here" */
  
  .form-field.email .description {
    display: block;
    margin: 10px 0 20px;
  }
  
  /* error messages */
  .error {
    color: red;
  }
  
  /* undo error styling that's applying twice to this element */
  .form-field.error {
    margin: 20px auto 5px;
  }
  
  /* GDPR consent input */
  .Email_Consent_ label {
    margin: 0;
    font-size: 85%;
  }
  
  .Email_Consent_ .value {
    display: block;
    margin-top: 5px;
  }
  
  .Email_Consent_ .value {
    margin-right: 5px;
  }
  
  input[type="submit"] {
    outline: 0;
    transition: all 0.3s ease-in-out;
    background: #1d1d1d;
    border: 1px solid #1d1d1d;
    color: #FFF;
    box-sizing: border-box;
    cursor: pointer;
    padding: 13px 21px;
    margin: 20px 0 0 0;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    padding: 15px 27px;
    position: relative;
    z-index: 1;
  }
  
  input[type="submit"]:hover {
    background: #FFF;
    color: #1d1d1d !important;
    text-decoration: none;
    border: 1px solid #1d1d1d;
  }
  
  .footer-form input[type="submit"] {
    background: #1ac0c6;
    border: 1px solid #1ac0c6;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    width: 33%;
    margin-left: 18px;
    /* unset margin-top to ensure label is directly above input, without a gap. */
    margin-top: 0;
  }
  
  .footer-form input[type="submit"]:hover {
    background: transparent;
    color: #fff !important;
    text-decoration: none;
    border: 1px solid #fff;
  }
  
  input#form-submit-input.loading {
    opacity: .5;
    pointer-events: none;
  }
  
  span.sort {
    display: none;
  }
  
  p.Recipient_State_ div.select-wrapper span.placeholder {
    color: #a6a6a6;
  }
  
  a {
    color: #005a96;
  }
  
  a:hover {
    color: #13274a;
    text-decoration: underline;
  }
  
  .select-wrapper .placeholder {
    color: #A6A6A6;
  }
  
  select {
    height: auto !important;
    padding: 13px !important;
    -webkit-appearance: menulist !important;
    -moz-appearance: menulist !important;
    appearance: menulist !important;
    background-color: #FFF;
  }
  
  select option {
    background-color: #FFF;
    color: #333;
  }
  
  input,
  select {
    /* make all inputs the same width */
    box-sizing: border-box;
  }
  
  .form-field {
    margin-top: 20px;
    margin-bottom: 0;
  }
  
  .newsletter-signup .form-wrapper {
    width: 372px;
    max-width: 100%;
  }
  
  .newsletter-signup .form-field,
  p.submit {
    display: inline;
  }
  
  .newsletter-signup input[type="text"]{
    display: inline-block;
    width: 60%;
    border: 1px solid #FFF;
    font-size: 16px;
    background-color: #1d1d1d;
    color: #FFF;
  }
  
  .form-wrapper .form-field:first-of-type {
    margin-top: 0;
  }
  
  label {
    font-weight: normal;
  }
  
  input {
    transition: all 0.3s ease-in-out;
  }
  
  input,
  select {
    outline: none;
    font-family: halyard-display, helvetica, arial, sans-serif;
  }
  
  input::placeholder,
  input:-ms-input-placeholder,
  input::-ms-input-placeholder {
    color: #fff
  }
  
  select {
    -webkit-appearance: none;
  }
  
  select::-ms-expand {
    display: none;
  }
  
  /***************************  Input Types */
  input[type="text"],
  input[type="number"],
  select,
  textarea {
    color: #333;
    background-color: #FFF;
    height: 47px;
    width: 100%;
    max-width: 100%;
    padding: 10px;
    border: none;
    font-size: 16px;
    display: block;
  }
  
  .contact-us input[type="text"],
  .contact-us input[type="number"],
  .contact-us select,
  .contact-us textarea {
    background-color: #FFF;
    border: 1px solid #333;
  }
  
  /* have to overwrite many default styles for <textarea> */
  textarea {
    width: calc(100% - 21px);
    border: 1px solid #CCC;
    outline: none;
    font-family: halyard-display, helvetica, arial, sans-serif;
  }
  
  input[type="text"]::placeholder,
  input[type="number"]::placeholder {
    color: #ccc;
    box-shadow: none;
  }
  
  /* MS placeholder styles */
  input[type="text"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder {
    color: #ccc;
    box-shadow: none;
  }
  
  input[type="text"]::-ms-input-placeholder,
  input[type="number"]::-ms-input-placeholder {
    color: #ccc;
    box-shadow: none;
  }
  /* end MS placeholder styles */
  
  /*
  input[type="text"]:hover,
  select:hover,
  input[type="number"]:hover,
  input[type="text"]:focus,
  select:focus,
  input[type="number"]:focus {
  }
  */
  
  /* thank you message/link */
  .thank-you a,
  .thank-you button {
    display: block;
    margin: 20px auto;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    white-space: nowrap;
    min-width: 115px;
    text-decoration: none;
    outline: 0;
    transition: all 0.3s ease-in-out;
    background: #1d1d1d;
    border: 1px solid #1d1d1d;
    color: #FFF;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    padding: 15px 27px;
    z-index: 1;
  }
  
  .thank-you a:hover,
  .thank-you button:hover {
    background: #FFF;
    color: #1d1d1d !important;
    text-decoration: none;
    border: 1px solid #1d1d1d;
  }
  
  .thank-you h2 {
    margin: 0 0 20px;
  }
  
  .footer-form .thank-you p {
    margin: 0 10px 0 0;
    color: #FFF;
  }