/*
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 {
    background-color: #ffd7d7;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
    color: #000000;
  }
  h1, h2, h3, h4, h5, h6, p, ul, ol {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1.4em;
    color: #000000;
  }
  h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
  }
  h1 {
    margin-top: 0p;
    font-size: 26px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
  p {
    color: #000000;
  }
  a {
    color: #3b16a7;
    text-decoration: none;
  }
  a:hover,
  a:focus {
    text-decoration: underline;
    cursor: pointer;
  }
  strong {
    font-weight: 700;
  }
  a.phone-link {
    white-space: nowrap;
    font-weight: 400;
    text-decoration: none;
    cursor: default;
  }
  .form-content {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px;
  }
  label {
    font-size: 14px;
    font-weight: 400;
  }
  .header {
    padding-top: 10px;
    padding-bottom: 0px;
    background-color: #ffffff;
    border-top: 10px solid #ffd7d7;
    border-bottom: 1px solid #000000;
  }
  .logo {
    margin-bottom: 10px;
  }
  .call-us a {
    font-size: 22px;
    font-weight: 700;
  }
  .content {
    background-color: #ffffff;
  }
  .content-main, .content-side, .navigation-container {
    padding: 15px;
  }
  .panel-group {
    margin-top: 0;
    margin-bottom: 0px;
  }
  .panel-default .panel-heading {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #d8d8f9;
  }
  .panel-default a .panel-heading h4.panel-title {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
  }
  .panel-default .panel-body {
    padding: 5px;
    background-color: #ffffff;
  }
  .panel-default .panel-body ul {
    margin-bottom: 0px;
    color: #000000;
  }
  .panel-default .panel-body ul li {
    line-height: 1.3em;
  }
  .panel-default .panel-body ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
  }
  .panel-default .panel-body ul li a:hover, .panel-default .panel-body ul li a:focus {
    color: #ff0000;
  }
  .zoom-box, .more-box {
    margin-top: 15px;
    padding-top: 10px;
    margin-bottom: 15px;
    border: 1px solid #cccccc;
    border-radius: 5px;
  }
  .zoom-button, .submit-button  {
    background-color: #0000ff;
    border-color: #0000ff;
    color: #ffffff;
    font-weight: 700;
  }
  .zoom-button:hover, .zoom-button:focus, .submit-button:hover, .submit-button:focus {
    color: #ffffff;
    background-color: #0000d0;
    border-color: #0000ff;
  }
  .mobile-sticky-container {
    display: block;
    width: 100%;
    background: #008000;
  }
  .mobile-sticky-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mobile-sticky-content a {
    font-size: 19px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
  }
  .affix {
    bottom: 0;
  }
  .footer-container {
    padding-bottom: 60px;
    border-bottom: 10px solid #ffd7d7;
  }
  .footer-content {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #ffb0b0;
  }
  .margin-left {
    margin-left: 15px;
  }
  .margin-right {
    margin-right: 15px;
  }
  .smallt td {
    font-size: 10px;
  }
  dd {
    margin-bottom: 15px;
  }
}
/* 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 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .logo {
    margin-bottom: 0px;
  }
  .form-group {
    text-align: left;
  }
}
/* END PORTRAIT TABLETS and SMALL DESKTOPS / LAPTOPS */

/* START LANDSCAPE TABLETS and MEDIUM DESKTOPS / LAPTOPS */
@media (min-width: 992px) and (max-width: 1199px) {
  .header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .logo {
    margin-bottom: 0px;
  }
  .call-us {
    text-align: right;
  }
  .call-us a {
    font-size: 30px;
  }
  .form-group {
    text-align: left;
  }
}
/* END LANDSCAPE TABLETS and MEDIUM DESKTOPS / LAPTOPS */

/* START LARGE DESKTOPS / LAPTOPS */
@media (min-width: 1200px) {
  .header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .logo {
    margin-bottom: 0px;
  }
  .call-us {
    text-align: right;
  }
  .call-us a {
    font-size: 35px;
  }
  .form-group {
    text-align: left;
  }
}
/* END LARGE DESKTOPS / LAPTOPS */
