/*
  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 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6em;
    color: #000000;
  }
  body#details {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #000000;
    background-image: url(/images/page-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  h1, h2, h3, h4, h5, h6, p, ul, ol {
    color: #000000;
  }
  h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    font-weight: 700;
    line-height: 1.3em;
  }
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 25px;
  }
  body#privacy h2 {
    color: #ffffff;
  }
  a {
    color: #ffc519;
    text-decoration: none;
  }
  a:hover,
  a:focus {
    text-decoration: underline;
  }
  strong {
    font-weight: 700;
  }
  a.phone-link {
    white-space: nowrap;
    font-weight: 400;
    text-decoration: none;
  }
  .header-content h1 {
    color: #ffffff;
  }
  .call-out {
    font-weight: 400;
  }
  .call-out a.phone-link {
    color: #000000;
  }
  body#details .call-out {
    color: #ffffff;
  }
  body#details .call-out a.phone-link {
    color: #ffc519;
  }
  .cta-content-1 {
    padding-bottom: 15px;
  }
  .cta-content-1 h1 {
    color: #ffffff;
  }
  .cta-content-1 p, .cta-content-1 ul {
    color: #ffffff;
  }
  .cta-content-1 .call-out a.phone-link {
    color: #ffc519;
  }
  .cta-content-2 .call-out a.phone-link {
    color: #ffc519;
  }
  .highlight {
    color: #ffc519;
  }
  .cta-container-1 {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #000000;
    background-image: url(/images/page-bg.jpg);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
    background-size: cover;
  }
  .cta-container-1 .logo {
    margin-bottom: 10px;
  }
  .cta-container-1 .sponsor2 {
    margin-bottom: 10px;
  }
  .cta-container-1 .sponsor2 img {
    float: right;
  }
  .form-content {
    padding: 20px 10px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 6px;
  }
  .form-question {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .form-content h2 {
    margin: 0px;
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
  }
  legend {
    padding: 10px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
  }
  label {
    font-size: 16px;
    color: #ffffff;
  }
  label.error {
    margin: 0;
    padding: 0 4px;
    background-color: #ff0000;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.5em;
    text-transform: uppercase;
  }
  .submit-button {
    padding-top: 10px;
    font-weight: 700;
    background-color: #ffc519;
    color: #000000;
    text-decoration: none;
  }
  .submit-button:hover,
  .submit-button:focus {
    background-color: #ffd454 !important;
    color: #000000;
    text-decoration: none;
  }
  .content-container-1,
  .content-container-3 {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #ffffff;
  }
  .content-container-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #eeeeee;
  }
  .cta-container-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #000000;
    background-image: url(/images/page-bg.jpg);
    background-repeat: no-repeat;
    background-position-y: top;
    background-position-x: center;
    background-size: cover;
  }
  .cta-container-2 .cta-content-2 {
    background-color: transparent;
  }
  .cta-container-2 .cta-content-1 h3 {
    font-weight: 700;
    color: #ffffff;
  }
  small {
    color: #ffffff;
  }
  .footer-container {
    padding-top: 40px;
    padding-bottom: 80px;
    background-color: #ffffff;
    color: #000000;
  }
  .footer-container p {
    font-size: 12px;
    line-height: 1.3em;
    color: #000000;
  }
  .footer-container p a {
    color: #00008b;
    text-decoration: underline;
  }
  .footer-container .privacy {
    margin-top: 5px;
  }
  .footer-container .sponsor1 {
    margin-top: 10px;
  }
  .mobile-sticky-container {
    display: block;
    width: 100%;
    background: #008000;
  }
  .mobile-sticky-container a {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
  }
}
/* 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) {
  .cta-container-1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sponsor2 p {
    margin-top: 0px;
    font-size: 40px;
  }
  .cta-content-1 h1 {
    font-size: 52px;
  }
  .form-content h2 {
    font-size: 52px;
  }
  .content-container-1 .content-content-1 h2 {
    font-size: 36px;
  }
  .content-container-2 .content-content-2 h2 {
    font-size: 36px;
  }
  .content-container-3 .content-content-3 h2 {
    font-size: 36px;
  }
  .cta-container-2 .cta-content-1 h3 {
    font-size: 56px;
  }
  .mobile-sticky-container {
    display: none;
  }
}
/* end portrait tablets and small desktops / laptops */

/* start landscape tablets and medium desktops / laptops */
@media (min-width: 992px) and (max-width: 1199px) {
  .cta-container-1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sponsor2 p {
    margin-top: 0px;
    font-size: 40px;
    text-align: right;
  }
  .cta-container-1 .cta-content-1, .cta-container-1 .cta-content-2 {
    padding-top: 40px;
  }
  .cta-content-1 h1 {
    padding-top: 20px;
    font-size: 32px;
  }
  .cta-container-2 .cta-content-1 h3 {
    font-size: 38px;
  }
  .form-content h2 {
    font-size: 28px;
  }
  .content-content-1, .content-content-2, .content-content-3 {
    padding-top: 20px;
  }
  .mobile-sticky-container {
    display: none;
  }
}
/* end landscape tablets and medium desktops / laptops */

/* start large desktops / laptops */
@media (min-width: 1200px) {
  h1 {
    padding-top: 20px;
    font-size: 44px;
  }
  h2 {
    font-size: 30px;
  }
  .sponsor2 p {
    margin-top: 0px;
    font-size: 40px;
    text-align: right;
  }
  .form-content h2 {
    font-size: 35px;
  }
  .cta-container-1 .cta-content-1, .cta-container-1 .cta-content-2 {
    padding-top: 40px;
  }
  .cta-container-2 .cta-content-1 h3 {
    font-size: 47px;
  }
  .content-content-1, .content-content-2 ,.content-content-3 {
    padding-top: 30px;
  }
  .cta-container-2 .cta-content-1 h3 {
    padding-top: 30px;
  }
  .content-content-1, .content-content-2, .content-content-3 {
    padding-top: 20px;
  }
  .mobile-sticky-container {
    display: none;
  }
}
/* end large desktops / laptops */
