/*
Author: Christopher Michael Pastore
Author URI: https://ChrisPastore.com/
Version: 1.0
*/

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* START GLOBAL STYLES */
@media all {
  body {
    padding-bottom: 60px;
    background: #ffffff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    color: #000000;
  }
  body#thanks {
    padding-top: 60px;
  }
  h1 {
    font-size: 23px;
    font-family: Verdana, Tahoma, Geneva, sans-serif;
    font-weight: 700;
    line-height: 1.3em;
    color: #cc0000;
  }
  p {
    color: #000000;
  }
  .content-container {
    padding: 0;
    background: #ffffff;
  }
  .content-main {
    margin-bottom: 20px;
  }
  fieldset {
    margin-bottom: 20px;
    background: #eceff1;
  }
  .form-control:hover,
  .form-control:focus {
    background: #ffeeaa;
  }
  legend {
    margin: 0 0 5px 0;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 700;
    background: #cfd8dc;
    color: #222222;
    text-transform: uppercase;
  }
  label {
    font-size: 18px;
    font-weight: 400;
  }
  #email {
    text-transform: lowercase;
  }
  label.error {
    padding: 0px 5px;
    font-size: 11px;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #cc0000;
  }
  .button-submit {
    margin-top: 10px;
    width: 100%;
    background: #00760b !important;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
  }
  .button-submit:hover,
  .button-submit:focus {
    background: #008b00 !important;
    color: #ffffff;
  }
  .btn-success {
    color: #ffffff !important;
    background-color: #00760b;
  }
  .message {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3em;
  }
  .progress {
    margin-bottom: 20px !important;
    height: 40px !important;
  }
  .progress-bar {
    padding-top: 2px;
    font-size: 20px;
    font-weight: 400;
    line-height: 38px;
  }
  .docusign-message {
    font-size: 20px;
    line-height: 1.3em;
  }
 }
/* end global styles */

/* start portrait tablets and small desktops / laptops */
@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 28px;
  }
 }
/* end portrait tablets and small desktops / laptops */

/* start landscape tablets and medium desktops / laptops */
@media (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 36px;
  }
 }
/* end landscape tablets and medium desktops / laptops */

/* start large desktops / laptops */
@media (min-width: 1200px) {
  h1 {
    font-size: 42px;
  }
  .message {
    font-size: 27px;
  }
  .content-main {
    padding-left: 0;
  }
 }
/* end large desktops / laptops */
