/*
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 {
    margin-bottom: 60px;
    background: #222 !important;
    font-family: arial, helvetica, sans-serif;
    font-size: 20px;
    line-height: 1.5em;
    color: #111;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
   font-weight: 700;
  }
  .lead,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  ul,
  ol {
    color: #000;
  }
  .cta-content-1 h1,
  .cta-content-1 h2,
  .cta-content-1 h3,
  .cta-content-1 h4,
  .cta-content-1 h5,
  .cta-content-1 h6 {
    margin: 0;
    padding: 0;
    font-family: arial, helvetica, sans-serif;
    line-height: 1.3em;
    color: #111;
  }
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 22px;
  }
  p {
    color: #000;
  }
  .header-container {
    background: #fff;
  }
  .header-content {
    padding: 10px 0 20px 0;
  }
  .header-content .logo {
    margin: 0;
    padding: 0;
    font-family: arial, helvetica, sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #369;
    line-height: 1.0em;
  }
  .header-content .logo a {
    text-decoration: none;
  }
  .header-content .logo a:hover,
  .header-content .logo a:focus {
    text-decoration: none;
    color: #369;
  }
  .header-content .logo span {
    color: #099;
  }
  .call-us {
    font: 20px arial, helvetica, sans-serif;
    font-weight: 400;
    color: #111
  }
  .call-us a {
    display: block;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.0em;
  }
  .call-us a:hover,
  .call-us a:focus {
    text-decoration: none;
  }
  .cta-container {
    padding: 0;
    background: #eee;
  }
  .photo {
    margin-top: 15px;
  }
  .cta-content-2 {
    padding: 10px 0 0 0;
  }
  .form-header h3 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font: 20px arial, helvetica, sans-serif;
    text-transform: uppercase;
    color: #222;
  }
  .form-header h3 span {
    color: #fea;
  }
  .form-results {
    margin-top: 20px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #000000;
    font: 20px arial, helvetica, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
  }
  .form-results h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    font: 26px arial, helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #14ff00;
  }
  .content-form {
    padding-top: 10px !important;
    padding-bottom: 20px !important;
  }
  .form-group {
    padding: 0;
  }
  .button_row {
    padding: 10px 0 0 0;
  }
  .form-control {
    margin-top: 0;
    border: 1px solid #111;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .form-control:focus {
    background: #fea;
  }
  .form-group {
    margin-bottom: 5px !important;
  }
  label {
    margin-bottom: 0 !important;
    font-size: 14px;
    font-weight: 400;
  }
  .button-submit {
    margin-top: 10px;
    width: 100%;
    background: #00a300 !important;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
  }
  .button-submit:hover,
  .button-submit:focus {
    background: #008b00 !important;
    color: #fff;
  }
  #submit-01 {
    text-transform: uppercase;
  }
  label.error {
    margin: 0;
    padding: 3px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5em;
    background-color: #ff0000;
    color: #ffffff;
    text-transform: uppercase;
  }
  .footer-wrapper {
    padding-top: 10px;
  }
  .footer-container {
    margin: 0;
    color: #fff;
  }
  .footer-content {
    margin-top: 20px;
    color: #fff;
  }
  .footer-content p {
    font-size: 12px;
    color: #fff;
  }
  .footer-content p a.privacy {
    font-size: 18px;
    color: #fc0;
    text-decoration: underline;
    cursor: pointer;
  }
  .footer-content p.footer-cta {
    font-size: 18px;
    color: #fff;
  }
  .footer-content a {
    font-weight: 400;
    color: #fc0;
  }
  .sponsor-container {
    padding-top: 15px;
    padding-bottom: 60px;
    background: #000;
    color: #fff;
  }
  .sponsor-content p {
    font-size: 12px;
    color: #fff;
  }
  .phone-link {
    white-space: nowrap;
    color: #000;
    text-decoration: none;
  }
  .mobile-sticky-container {
    display: block;
    width: 100%;
    background: #0D5187;
  }
  .mobile-sticky-content {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .mobile-sticky-content a {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
  }
  .affix {
    bottom: 0;
  }
  .modal-header {
    margin-bottom: 20px;
  }
  .modal-content {
    padding: 20px;
    font-size: 14px;
    line-height: 1.5em;
  }
  h4.modal-title {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  body.results .cta-content-1 {
    height: 400px;
  }
  body.results .cta-content-2 {
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .input-lg, .input-sm {
    font-size: 14px;
  }
  .ico {
    margin-top: 2px;
  }
  .ico2 {
    margin-top: -6px;
  }
  .disclaimer {
    font-size: 11px;
    line-height: 1.0em;
  }
}
/* 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) {
  .header-content .logo {
    font-size: 74px;
  }
  .call-us {
    font-size: 40px;
  }
  .call-us a {
    font-size: 40px;
  }
  .form-header h3 {
    font-size: 47px;
    font-weight: 700;
  }
  .btn-submit {
    font-size: 50px;
  }
}
/* END PORTRAIT TABLETS and SMALL DESKTOPS / LAPTOPS */

/* START LANDSCAPE TABLETS and MEDIUM DESKTOPS / LAPTOPS */
@media (min-width: 992px) and (max-width: 1199px) {
  .header-content .logo {
    margin-top: 20px;
    text-align: left;
  }
  .call-us {
    margin-top: 20px;
    font-size: 30px;
    text-align: right;
  }
  .call-us a {
    font-size: 60px;
  }
  .cta-container {
    background: #eee
  }
  .cta-content {
    background: #eee url(images/photo-main2.png) no-repeat bottom left;
  }
  .cta-content-1 {
    margin-top: 40px;
  }
  .cta-content-1 h1 {
    font: 40px arial, helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.2em;
  }
  .cta-content-2 {
    margin-top: 40px;
    margin-bottom: 110px;
  }
  .form-header h3 {
    font-size: 23px;
    font-weight: 700;
  }
  .btn-submit {
    font-size: 30px;
  }
  .photo {
    margin-top: 60px;
  }
}
/* END LANDSCAPE TABLETS and MEDIUM DESKTOPS / LAPTOPS */

/* START LARGE DESKTOPS / LAPTOPS */
@media (min-width: 1200px) {
  .header-content .logo {
    margin-top: 10px;
    font-size: 49px;
    font-weight: 700;
    text-align: left;
  }
  .cta-content-1 h1 {
    margin-bottom: 10px;
    font-size: 43px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 22px;
  }
  .call-us {
    margin-top: 10px;
    font-size: 20px;
    text-align: right;
  }
  .call-us a {
    font-size: 40px;
  }
  .cta-content {
    background: #eee url(images/photo-main2.png) no-repeat bottom left;
  }

  .cta-content-1 {
    margin-top: 40px;
  }
  .cta-content-2 {
    margin-top: 40px;
    margin-bottom: 110px;
  }
  .form-header h3 {
    font-size: 28px;
    font-weight: 700;
  }
  .btn-submit {
    font-size: 30px;
  }
  .photo {
    margin-top: 60px;
  }
}
/* END LARGE DESKTOPS / LAPTOPS */
