/*
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: #eee;
    font-family: arial, helvetica, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6em;
    color: #000000;
  }
  .lead,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  ul,
  ol {
    color: #000000;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 0;
    font-family: arial, helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.3em;
    color: #ffffff;
  }
  h1 {
    margin-bottom: 15px;
    font-size: 36px;
    font-weight: 700;
    color: #000000;
  }
  h2 {
    margin-bottom: 15px;
    font-size: 24px;
    color: #ff5000;
  }
  h3 {
    font-size: 20px;
    font-weight: 700;
  }
  p {
    margin-bottom: 15px;
  }
  a {
    color: #4343b8;
    text-decoration: none;
  }
  a:hover,
  a:focus {
    text-decoration: underline;
  }
  strong {
    font-weight: 700;
  }
  .phone-link {
    white-space: nowrap;
    font-weight: 400;
    color: #000;
    text-decoration: none;
  }
  .header-container {
    background-color: #669933;
  }
  .header-content {
    padding: 15px 0 10px 0;
  }
  .logo {
    margin-bottom: 15px;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.0em;
  }
  .logo a {
    color: #ffffff;
    text-decoration: none;
  }
  .logo a:hover,
  .logo a:focus {
    color: #ffffff;
    text-decoration: none;
  }
  .phone {
    margin-bottom: 10px;
    font-size: 44px;
    font-weight: 700;
    color: #ffff71;
    text-decoration: none;
  }
  .phone a {
    color: #ffff71;
    text-decoration: none;
  }
  .phone a:hover,
  .phone a:focus {
    color: #ffffff;
    text-decoration: none;
  }
  .cta-container {
    margin-bottom: 25px;
    background-color: #ffffff;
  }
  .cta-content {
    padding: 20px 0 0 0;
  }
  .main-photo {
    margin-bottom: 15px;
  }
  .cta-content-1 {
    padding-bottom: 15px;
  }
  .cta-content-2 {
    background-color: #e9f0e2;
    border: 1px solid #669933;
  }
  .cta-content-2 h3 {
    font-size: 30px;
    color: #669933;
  }
  .cta-content-2 h5 {
    font-size: 28px;
    color: #669933;
  }
  .cta-content-2 .submit-button {
    margin-top: 15px;
    font-size: 19px;
    font-weight: 700;
    background-color: #669933;
    color: #ffffff;
  }
  .cta-content-2 .submit-button:hover,
  .cta-content-2 .submit-button:focus {
    background: #6dad2d;
    border-color: #669933;
  }
  .cta-content-2 .submit-button .glyphicon-ok {
    color: #ffff00;
  }
  .cta-content-2 .form-content {
    padding: 15px 0;
  }
  .cta-content-2 .form-control:hover,
  .cta-content-2 .form-control:focus {
    background: #ffeeaa;
  }
  .cta-content-2 label {
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 400;
  }
  label.error {
    margin: 0;
    padding: 0 4px;
    background-color: #ff0000;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.5em;
    text-transform: uppercase;
  }
  .cta-content-2 .for-button {
    padding-bottom: 35px;
  }
  .hospital-checker {
    padding: 0;
    /*background-color: #669933;*/
  }
  .checker {
    width: 20px;
    height: 20px;
  }
  .hospital-info {
    padding-right: 0;
    /*background-color: #e9f0e2;*/
  }
  .hospital-info img {
    border: 1px solid #ccc;
  }
  .hospital-info address {
    font-size: 18px;
  }
  .panel-heading {
    color: #fff !important;
    background-color: #337ab7 !important;
    border-color: #337ab7;
  }
  .panel-heading:hover,
  .panel-heading:focus {
    text-decoration: none;
  }
  .btn:after {
    float: right;
    margin-left: 15px;
    font-family: "Glyphicons Halflings";
    content: "\e114";
  }
  /* Icon when the collapsible content is shown */
  .btn.collapsed:after {
    content: "\e080";
  }
  /* Icon when the collapsible content is hidden */
  .footer-container {
    margin: 0;
    padding-bottom: 50px;
    color: #fff;
    background-color: #003333;
  }
  .footer-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer-content p {
    font-size: 12px;
    font-family: sans-serif;
    font-weight: 400;
    line-height: 1.3em;
    color: #ffffff;
  }
  .footer-content p a {
    color: #ffff00;
    text-decoration: none;
  }
  .footer-content p a:hover,
  .footer-content p a:focus {
    text-decoration: none;
  }
  .mobile-sticky-container {
    display: block;
    width: 100%;
    background: #000;
  }
  a .mobile-sticky-container {
    color: #fff !important;
    font-size: 20px;
  }
  .mobile-sticky-content {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
  }
  .affix {
    bottom: 0;
  }
  .modal-content {
    padding-bottom: 20px;
    color: #000000;
    background: #ffffff;
    border: 5px solid #000;
  }
  .modal-content h3 {
    font-family: arial, helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3em;
    color: #000000;
  }
  .modal-content p {
    font-family: sans-serif;
    font-size: 14px;
    line-height: 1.3em;
    color: #000000 !important;
  }
  .modal-footer {
    padding: 0;
  }
  .modal-footer p a {
    color: #000000;
  }
  .close {
    font-size: 50px;
    color: #000000 !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) {
  .logo {
    font-size: 48px;
  }
  body#list .logo {
    text-align: center;
  }
  .phone {
    font-size: 48px;
  }
  body#list .phone {
    text-align: center;
  }
  h1 {
    font-size: 43px;
  }
  body#list h1 {
    text-align: center;
  }
  h2 {
    font-size: 33px;
  }
  body#list h2 {
    text-align: center;
  }
  h3 {
    font-size: 22px;
  }
  body#list p {
    text-align: center;
  }
  .cta-content-2 h3 {
    font-size: 40px;
  }
  .footer-content p {
    text-align: center;
    font-size: 14px;
  }
  .modal-content h3 {
    font-size: 34px;
  }
}
/* END PORTRAIT TABLETS and SMALL DESKTOPS / LAPTOPS */

/* START LANDSCAPE TABLETS and MEDIUM DESKTOPS / LAPTOPS */
@media (min-width: 992px) and (max-width: 1199px) {
  .logo {
    text-align: left;
    font-size: 31px;
  }
  body#list .logo {
    font-size: 35px;
    text-align: center;
  }
  .phone {
    text-align: right;
    font-size: 31px;
  }
  body#list .phone {
    text-align: center;
  }
  h1 {
    text-align: left;
    font-size: 37px;
  }
  body#list h1 {
    text-align: center;
  }
  h2 {
    text-align: left;
    font-size: 38px;
  }
  body#list h2 {
    text-align: center;
    font-size: 28px;
  }
  h3 {
    text-align: left;
    font-size: 22px;
  }
  .cta-content-2 h3 {
    font-size: 36px;
  }
  p {
    text-align: left;
  }
  body#list p {
    text-align: center;
  }
  .footer-content p {
    text-align: center;
    font-size: 14px;
  }
  .modal-content h3 {
    font-size: 34px;
  }
}
/* END LANDSCAPE TABLETS and MEDIUM DESKTOPS / LAPTOPS */

/* START LARGE DESKTOPS / LAPTOPS */
@media (min-width: 1200px) {
  .logo {
    text-align: left;
    font-size: 40px;
  }
  body#list .logo {
    text-align: center;
  }
  .phone {
    text-align: right;
    font-size: 44px;
  }
  body#list .phone {
    text-align: center;
  }
  h1 {
    text-align: left;
    font-size: 26px;
  }
  body#list h1 {
    text-align: center;
  }
  h2 {
    text-align: left;
    font-size: 25px;
  }
  body#list h2 {
    text-align: center;
  }
  h3 {
    text-align: left;
    font-size: 22px;
  }
  p {
    text-align: left;
  }
  .cta-content-2 h3 {
    font-size: 40px;
  }
  .cta-content-2 h5 {
    font-size: 44px;
  }
  .footer-content p {
    text-align: center;
    font-size: 14px;
  }
  .modal-content h3 {
    font-size: 34px;
  }
}
/* END LARGE DESKTOPS / LAPTOPS */
