/*
Author: Christopher Michael Pastore
Author URI: https://ChrisPastore.com/
*/

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* START GLOBAL STYLES */
@media all {
  body {
    background-color: #000000;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6em;
    color: #ffffff;
  }
  body#thanks {
    padding-bottom: 500px;
    background: #000000 url(images/cta-bg-1.jpg) no-repeat top center;
    background-size: cover;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 0;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    line-height: 1.3em;
    color: #ffffff;
  }
  p {
    margin-bottom: 15px;
    color: #ffffff;
  }
  a {
    color: #ffc519;
    text-decoration: none;
  }
  a:hover,
  a:focus {
    color: #ffc519;
    text-decoration: underline;
  }
  strong {
    font-weight: 700;
  }
  a.phone-link {
    white-space: nowrap;
    font-weight: 400;
    color: #ffc519;
    text-decoration: none;
  }
  .call-out {
    margin-bottom: 0;
    font-weight: 400;
  }
  .highlight {
    color: #ffc519;
  }
  .privacy {
    margin-top: 5px;
  }
  sup {
    font-size: 50%;
  }

  .cta-container-1 {
    padding-bottom: 0;
    background: url(images/cta-bg-1-mobile.jpg) no-repeat center left;
    background-size: cover;
  }
  body#details {
    background: url(images/cta-bg-1-mobile.jpg) no-repeat center left;
  }
  body#thanks .cta-container-1 {
    background: none;
  }
  .cta-content {
    padding-top: 15px;
  }
  .cta-content .logo {
    margin-bottom: 10px;
    padding: 0px;
  }
  .cta-content-1 {
    padding: 0;
  }
  .cta-content-1 .call-out {
    margin-bottom: 10px;
  }
  .cta-content .sponsor2 {
    margin-bottom: 10px;
    padding: 0px;
  }
  .cta-content .sponsor2 img {
    float: right;
  }
  .cta-container-1 .cta-content-1 h1 {
    font-size: 32px;
  }
  .cta-container-1 .cta-content-1 h2 {
    font-size: 16px;
  }
  .cta-container-2 .cta-content-1 h3 {
    font-size: 22px;
  }
  .cta-container-1 .cta-content-2 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 0px;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .cta-container-2 {
    background: url(images/cta-bg-1.jpg) no-repeat center;
    background-size: cover;
  }
  .cta-container-2 .cta-content-2 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .cta-container-2 .call-out a {
    color: #ffc519;
  }

  .form-header {
    padding: 15px 0 0 0;
    font-size: 22px;
  }
  .content-form {
    padding: 0 0 15px 0;
  }
  .content-form legend {
    padding: 10px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
  }
  .content-form .form-control:hover,
  .content-form .form-control:focus {
    background: #ffeeaa;
  }
  .content-form label {
    font-size: 15px;
    font-weight: 400;
  }
  .content-form label.error {
    margin: 0;
    padding: 0 4px;
    background-color: #ff0000;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.5em;
    text-transform: uppercase;
  }
  .label-alone {
    margin-bottom: 0;
  }
  .form-group,
  .for-button {
    padding-left: 0px;
    padding-right: 0px;
  }
  .content-form .submit-button {
    margin-top: 15px;
    font-size: 28px;
    font-weight: 700;
    background-color: #ffc519;
    color: #000000;
  }
  .content-form .submit-button:hover,
  .content-form .submit-button:focus {
    background: #ffd454;
  }
  #submit-03,
  #submit-04 {
    display: none;
  }

  .features-container-1,
  .features-container-3 {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
  }
  .features-container-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #eeeeee;
  }
  .feature-content-1,
  .feature-content-2,
  .feature-content-3 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .feature-photo-1,
  .feature-photo-2,
  .feature-photo-3 {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
  }
  .features h3,
  .features p,
  .features ul {
    color: #000000;
  }
  .features h3 {
    margin-top: 0;
    font-weight: 400;
  }

  .cta-button {
    font-size: 28px;
    font-weight: 700;
    background-color: #ffc519;
    color: #000000;
  }
  .cta-button:hover,
  .cta-button:focus {
    background: #ffd454;
  }

  .footer-container {
    margin: 0 0 45px 0;
    background: #ffffff;
    color: #000000;
  }
  .footer-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer-content p {
    font-size: 12px;
    line-height: 1.3em;
    color: #000000;
  }
  .footer-content p a {
    color: #ffc519;
    text-decoration: underline;
  }
  .sponsor1 {
    margin-top: 10px;
  }
  .sponsor {
    margin-top: 20px;
  }

  .footer-container-2 {
    margin: 0 0 45px 0;
    background: #000000;
    color: #ffffff;
  }
  .footer-container-2 .footer-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer-container-2 .footer-content p {
    font-size: 12px;
    line-height: 1.3em;
    color: #ffffff;
  }
  .footer-container-2 .footer-content p a {
    color: #ffc519;
    text-decoration: underline;
  }

  .mobile-sticky-container {
    display: block;
    width: 100%;
    background: #008000;
  }
  .mobile-sticky-content {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .mobile-sticky-content a {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
  }
  .affix {
    bottom: 0;
  }

  .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;
  }
  .docusign-button {
    font-size: 22px !important;
  }
}
/* END GLOBAL STYLES */

/* START PORTRAIT PHONES and SMALLER */
@media (max-width: 480px) {
}
/* END PORTRAIT PHONES and SMALLER */

/* START LANDSCAPE PHONES and PORTRAIT TABLETS */
@media (max-width: 767px) {
}
/* END LANDSCAPE PHONES and PORTRAIT TABLETS */

/* START PORTRAIT TABLETS and SMALL DESKTOPS / LAPTOPS */
@media (min-width: 768px) and (max-width: 991px) {
  body#thanks {
    background: #000000 url(images/cta-bg-1.jpg) no-repeat top center;
    background-size: cover;
  }
  body#thanks .cta-container-1 {
    background: none;
  }
  .cta-content .logo {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cta-content .sponsor2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cta-container-1 {
    padding-bottom: 0;
    background: url(images/cta-bg-1.jpg) no-repeat top left;
    background-size: cover;
  }
  .cta-container-1 .cta-content-1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  body#thanks .cta-container-1 .cta-content-1 h1 {
    padding-top: 0px;
  }
  .cta-container-1 .cta-content-1 h1 {
    font-size: 32px;
    padding-top: 150px;
  }
  .cta-container-2 .cta-content-1 {
    padding: 120px 15px;
  }
  .cta-container-2 .cta-content-1 h3 {
    font-size: 28px;
  }
  .feature-photo-1,
  .feature-photo-2,
  .feature-photo-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .feature-content-1,
  .feature-content-2,
  .feature-content-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .feature-content-1 h3,
  .feature-content-2 h3,
  .feature-content-3 h3 {
    font-size: 30px;
  }
  .footer-container {
    margin: 0px;
  }
}
/* END PORTRAIT TABLETS and SMALL DESKTOPS / LAPTOPS */

/* START LANDSCAPE TABLETS and MEDIUM DESKTOPS / LAPTOPS */
@media (min-width: 992px) and (max-width: 1199px) {
  body#thanks {
    background: #000000 url(images/cta-bg-1.jpg) no-repeat top center;
    background-size: cover;
  }
  body#thanks .cta-container-1 {
    background: none;
  }
  .cta-content .logo {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cta-content .sponsor2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cta-container-1 {
    padding-bottom: 0;
    background: url(images/cta-bg-1.jpg) no-repeat top left;
    background-size: cover;
  }
  .form-header {
    font-size: 32px;
  }
  body#thanks .cta-container-1 .cta-content-1 h1 {
    padding-top: 0px;
  }
  .cta-container-1 .cta-content-1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cta-container-1 .cta-content-1 h1 {
    font-size: 39px;
    padding-top: 160px;
  }
  .cta-container-2 .cta-content-1 {
    padding: 120px 15px;
  }
  .cta-container-2 .cta-content-1 h3 {
    font-size: 28px;
  }
  .feature-photo-1,
  .feature-photo-2,
  .feature-photo-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .feature-content-1,
  .feature-content-2,
  .feature-content-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .feature-content-1 h3,
  .feature-content-2 h3,
  .feature-content-3 h3 {
    font-size: 24px;
  }
  .footer-container {
    margin: 0px;
  }
}

/* END LANDSCAPE TABLETS and MEDIUM DESKTOPS / LAPTOPS */

/* START LARGE DESKTOPS / LAPTOPS */
@media (min-width: 1200px) {
  body#thanks {
    padding-bottom: 500px;
    background: #000000 url(images/cta-bg-1.jpg) no-repeat center;
    background-size: cover;
  }
  body#thanks .cta-container-1 {
    background: none;
  }
  .cta-content .logo {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cta-content .sponsor2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  body#thanks .cta-container-1 .cta-content-1 h1 {
    padding-top: 0px;
  }
  .cta-container-1 {
    padding-bottom: 0;
    background: url(images/cta-bg-1.jpg) no-repeat center left;
    background-size: cover;
  }
  body#details {
    padding-bottom: 0;
    background: url(images/cta-bg-1.jpg) no-repeat center;
    background-size: cover;
  }
  .cta-container-1 .cta-content-1 {
    padding-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cta-container-1 .cta-content-1 h1 {
    font-size: 45px;
    padding-top: 120px;
  }
  .cta-container-2 .cta-content-1 {
    padding: 120px 15px;
  }
  .cta-container-2 .cta-content-1 h3 {
    font-size: 40px;
  }
  .form-header {
    font-size: 38px;
  }
  .feature-photo-1,
  .feature-photo-2,
  .feature-photo-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .feature-content-1,
  .feature-content-2,
  .feature-content-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .feature-content-1 h3,
  .feature-content-2 h3,
  .feature-content-3 h3 {
    font-size: 23px;
  }
  .footer-container {
    margin: 0px;
  }
}
/* END LARGE DESKTOPS / LAPTOPS */
