@media (max-width: 1500px) {

  .service .service-right p {
    font-size: 17px;
    margin: 0 0 20px;
}

.service .service-right {
    padding: 40px;
}

.service .service-left h2 {
    font-size: 70px;
}

}

@media (max-width: 1367px) {

  .pillars .pillar a {
      -webkit-background-size: contain;
      background-size: contain;
      width: 360px;
      height: 342px;
      padding: 26px;
  }.btn {
      font-size: 21px;
      padding: 20px ;
  }

  .pillars .pillar a .title {
      font-size: 54px;
  }

  .pillars .pillar a .desc {
      font-size: 15px;
  }

  .contact .contact-right {
      padding: 0 50px;
  }

  .contact .contact-right h1 {
    font-size: 41px;
}

.contact .contact-right h1:after {
    width: 60px;
    margin-bottom: 18px;
}

.contact .contact-right p, .contact .contact-right li {
    font-size: 16px;
    margin: 0 0 29px;
}

.contact .contact-right ul {
    margin: 0 0 33px;
}



}

@media (max-width: 1199px) {

  .about-home .our-hours ul li.active {
      margin: 0 -20px 8px;
      padding: 10px 20px 9px;
  }

  .about-home .our-hours ul li.active em {
      right: 20px;
  }

  .service .service-right {
      padding: 25px;
  }

  .service .service-right p {
      font-size: 15px;
      margin: 0 0 15px;
  }

  .service .service-left h2 {
      font-size: 57px;
  }

  .page-title h1 {
      font-size: 57px;
  }

  .about-intro p {
      font-size: 16px;
      margin: 0 0 19px;
  }

  .about-list {
      margin: 35px 0 25px;
  }

  .header .brand {
      margin: -23px 0 0;
  }

  .header .brand a img {
      max-width: 100%;
      height: auto;
  }

  .header .navigation ul li a span {
      font-size: 20px;
  }

  .header {
      padding: 8px 0;
  }

  .banner {
      height: 470px;
  }

  .banner h1 {
      font-size: 62px;
      margin: 80px 0 0;
  }

  .banner p {
      font-size: 22px;
  }

  .banner .clinic-open-today {
      width: 290px;
      padding: 20px;
      margin-top: 45px;
  }

  .banner .clinic-open-today h3 em {
      font-size: 30px;
  }

  .banner .clinic-open-today h3 {
      font-size: 15px;
  }

  .preheader {
      font-size: 13px;
  }

  .pillars .pillar a {
      width: 288px;
      height: 276px;
      padding: 14px;
  }

  .pillars .pillar a .title {
      font-size: 46px;
  }

  .pillars .pillar a .desc {
      font-size: 13px;
  }

  .content, .pillars, .about-home {
      padding: 55px 0;
  }

  .about-home h2 {
      font-size: 43px;
  }

  .about-home p {
      font-size: 17px;
      margin: 0 0 19px;
  }

  .about-home p:last-child {
      margin: 35px 0 0;
  }

  .about-home .our-hours {
      padding: 20px;
      min-height: 1px;
      background-size: cover;
  }

  .about-home .our-hours h3 {
      font-size: 40px;
  }

  .about-home .our-hours p,
  .about-home .our-hours ul li {
      font-size: 14px;
  }




.footer ul li, .footer p {
    font-size: 13px;
}

.about-intro p {
    font-size: 18px;
    margin: 0 0 21px;
}

.about-list ul li {
    margin: -3px 0 40px;
    font-size: 15px;
}

.ccm-faq-block-links a {
    font-size: 14px;
}

.faq-entry-content h3 {
    font-size: 23px;
}

.faq-entry-content p {
    margin: 0 0 13px;
    font-size: 15px;
}

.faq-entry-content {
    margin: 0 0 50px;
}

.directions {
    padding: 20px;
    width: 450px;
}

.directions h2 {
    font-size: 28px;
}

.directions p {
    font-size: 15px;
}

.directions form input[type="text"] {
    width: 287px;
}

.directions form input[type="submit"] {
    padding: 9px 18px 11px;
}
    .header .navigation ul li a {
        padding: 8px 6px;
    }

}


@media (max-width: 991px) {

  .about-intro p {
      font-size: 16px;
      margin: 0 0 19px;
  }
    .header .navigation ul li a span {
        white-space: nowrap;
        font-size: 16px;
    }


  .about-list ul li {
      float: none;
      width: 280px;
  }

  .icon-about-1, .icon-about-2, .icon-about-3, .icon-about-4 {
      width: 30px;
      height: 30px;
  }

  .directions h2 {
      font-size: 24px;
  }

  .directions p {
      font-size: 13px;
  }

  .directions form input[type="text"] {
      width: 210px;
  }

  .directions {
      padding: 15px;
      width: 362px;
  }

  .service {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }

  .service#primary-care .service-right {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
  }

  .service .service-right, .service .service-left {
      display: block;
      height: auto;
      max-width: 100%;
      width: 100%;
  }

  .service .service-right {
    padding: 50px 30px;
  }

  .service .service-left {
    padding: 150px 30px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
  }


  .ccm-faq-block-links {
      padding: 15px;
  }

  .header .navigation ul li a:hover, .header .navigation ul li a:focus, .header .navigation ul li a.nav-selected {
      padding: 3px 10px;
  }
  .contact .contact-right h1 {
      font-size: 30px;
  }

  .contact .contact-right h1:after {
      width: 42px;
      margin-bottom: 15px;
  }

  .contact .contact-right p, .contact .contact-right li {
      font-size: 14px;
      margin: 0 0 27px;
  }

  .preheader p a {
      margin-left: 7px;
      padding-left: 7px;
  }

  .preheader p {
      padding: 0;
  }

  .header .navigation ul li a span {
      font-size: 18px;
      text-align: center;
  }

    .header .navigation ul li a {
        padding: 8px 3px;
        font-size: 17px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .header .navigation ul li a:after {
        right: -5px;
    }

  .header .navigation ul li:first-child a {
      padding: 3px 10px;
  }

  .header .navigation ul li a svg {
      width: 22px;
      height: 22px;
  }

  .header .brand {
      margin: -16px 0 0;
  }

  .preheader {
      font-size: 12px;
  }

  .banner {
      height: 380px;
  }

  .banner h1 {
      font-size: 45px;
      margin: 50px 0 0;
  }

  .banner p {
      font-size: 16px;
  }

  .banner .clinic-open-today {
      width: 240px;
      padding: 12px;
      margin-top: 32px;
      -webkit-background-size: contain;
      background-size: contain;
  }

  .banner .clinic-open-today h3 {
      font-size: 13px;
  }

  .banner .clinic-open-today h3 em {
      font-size: 26px;
  }

  .pillars .pillar a {
      width: 210px;
      height: 201px;
  }

  .pillars .pillar a .title {
      font-size: 30px;
  }

  .pillars .pillar a .desc {
      font-size: 11px;
  }

  .content, .pillars, .about-home {
      padding: 45px 0;
  }

  .about-home h2 {
      font-size: 35px;
  }

  .about-home p {
      font-size: 15px;
      margin: 0 0 18px;
  }

  .about-home .our-hours {
      padding: 15px;
  }

  .about-home .our-hours h3 {
      font-size: 31px;
  }

  .about-home .our-hours ul li {
      font-size: 12px;
  }

  .about-home .our-hours ul li.active {
      margin: 0 -15px 8px;
      padding: 10px 15px 9px 15px;
  }

  .about-home .our-hours ul li.active em {
      right: 15px;
  }

  .footer .row, .footer div[class^="col"] {
      max-width: 100%;
      margin: 30px auto;
      display: block;
  }

  .footer ul {
      float: none;
      width: 100%;
  }

  .footer ul+ul {
      margin-top: 5px;
  }

  .footer h2:after {
      margin: 3px auto 15px;
      width: 46px;
  }

  .footer h2, .footer p {
      text-align: center;
  }

  .footer img {
      margin: 0 auto;
      display: block;
  }

  .footer {
      padding: 15px 0;
  }

  .page-title h1 {
    font-size: 41px;
}

.page-title {
    padding: 20px 0;
}

.pg-content {
    padding: 45px 0;
}

.contact {
    display: block;
    height: auto;
}

.contact .contact-left, .contact .contact-right {
    max-width: 100%;
    width: 100%;
}

.contact .contact-right {
    padding: 30px;
}



}

@media (min-width: 768px) { .navigation {display: block !important;} }

@media (max-width: 767px) {



  .ccm-faq-container {
      display: block;
  }

  .ccm-faq-block-entries {
      padding: 0;
      margin: 30px 0 0;
  }

  .ccm-faq-block-links {
      position: relative;
  }


  .contact .contact-right h1 {
      font-size: 22px;
  }

  .contact .contact-right ul li br,
  .contact .contact-right ul li br::after {
    content: ' ';
  }

  .contact .contact-right ul li:nth-child(1) {
    margin: 0 0 10px;
  }

  .contact .contact-right h1:after {
      height: 2px;
      width: 33px;
  }
  .directions {
      width: 200px;
  }

  .directions h2 {
      font-size: 21px;
      line-height: 0.9;
      text-align: center;
      margin: 0 0 15px;
  }

  .directions input {
      width: 100%;
  }

  .directions form input[type="text"] {
      width: 100%;
      font-size: 15px;
  }

  .directions p {
      display: none;
  }

  .pg-who-we-are img {
      margin: 0 0 30px;
  }

  .page-title h1 {
      font-size: 33px;
  }

  .preheader {
    display: none;
  }

  .about-home .our-hours {
      margin-top: 40px;
  }

  .about-home .our-hours {
      margin-top: 40px;
  }

  .header .navigation ul li a {
      -webkit-border-radius: 0;
      border-radius: 0;
      margin: 0;
      text-align: right;
      display: block;
      padding: 15px  !important;
      border-bottom: 1px solid rgba(0,0,0,0.075);
  }

  .header .navigation,
  .header .navigation ul li a:after {
      display: none;
  }

  .header .navigation {
    padding-top: 10px;
  }

  .header .navigation ul {
      display: block;
      margin: 0 -15px -10px;
  }

  .header .navigation ul li a span {
      text-align: inherit;
  }

  .footer img,
  .header .brand a img {
      max-width: 128px;
  }

  .header .navigation ul li a svg {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      left: 15px;
  }

  .header {
    padding: 10px 0;
    border-top: 5px solid #005494;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    position: fixed;
    z-index: 9999;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.125);
    box-shadow: 0 3px 7px rgba(0,0,0,0.125);
  }

  .header .brand {
      margin: 0;
      top: 0;
      position: relative;
      left: -4px;
      max-width: 132px;
  }

  .mnav a i, .mnav a span {
      display: block;
  }

  .mnav a {
      text-align: center;
      display: inline-block;
  }

  .mnav a i {
      background-color: #78bf42;
      color: #fff;
      width: 38px;
      height: 38px;
      border-radius: 5px;
      font-size: 22px;
      line-height: 38px;
  }

  .mnav a span {
      font-size: 10px;
      text-transform: uppercase;
      color: #666;
      line-height: 1;
      margin: 5px 0 -2px;
  }

  .mnav p {
    line-height: 0.8;
  }

  .btn {
      font-size: 16px;
      padding: 13px;
  }

  #urgent-care, .contact,
  .banner, .page-title {
    margin-top: 77px;
  }

  .banner {
      text-align: center;
      height: auto;
      padding: 50px 0;
      position: relative;
  }

  .banner h1 br, .banner h1 br:after {
      content: " ";
  }

  .banner h1 {
      margin: 0;
      font-size: 36px;
      color: #fff;
  }

  .banner .clinic-open-today {
      text-align: center;
      margin: 30px auto 0;
  }

  .banner .col-sm-12 {
      z-index: 3;
      position: relative;
  }

  .banner:after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 2;
      background: #005494;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      opacity: 0.85;
  }

  .banner p {
      font-size: 15px;
      color: #fff;
  }


  .pillars .pillar a .desc {
      display: none;
  }

  .pillars .pillar a {
      width: 250px;
      -webkit-background-size: cover;
      background-size: cover;
      height: 140px;
      margin: 0 auto;
  }

  .pillars .pillar.pillar-2 a {
      margin: 15px auto;
  }

  .pillars .pillar.pillar-3 a {
      background-position: center -60px;
  }

}

@media (max-width: 767px) {
  #date-picker {
    width: 100% !important;
}

#date-picker table {
    max-width: 100% !important;
    display: block;
    overflow: hidden;
}

.contact-right .col-auto {
    flex: 0 0 100%;
    max-width: 100%;
}

#book-online h3 {
    font-size: 18px;
    margin-top: 13px;
}

.topbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999;
    padding: 8px 30px;
}

.topbar p {
    font-size: 14px;
}

.header {
    top: 37px;
}

}

@media (max-width: 500px) {
  .header {
    top: 53px;
  }
  #urgent-care, .contact, .banner, .page-title {
    margin-top: 130px;
  }
}
