body.inner {
    background-color: #005494;
}

.page-title {
    background-color: #005494;
    padding: 30px 0;
    color: #fff;
    text-align: center;
}

.page-title h1 {
    font-size: 70px;
    font-family: "bebas-neue";
}

.pg-content {
    background-color: #fff;
    padding: 60px 0;
}

.directions {
    background-color: #3A7F06;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-image: url(../i/location-bg1.png);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: fixed;
    bottom: 30px;
    right: -500px;
    border: 2px solid #fff;
    width: 500px;
    padding: 30px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
}

.directions.active {
    right: 30px;
}

.directions h2 {
    font-family: "bebas-neue", bebas-neue, sans-serif;
    color: #fff;
    font-size: 37px;
}

.directions a.closeThis {
    position: absolute;
    top: -17px;
    right: -17px;
    background: #111;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    line-height: 35px;
    text-align: center;
}

.directions a.closeThis:hover, .directions a.closeThis:focus {
    background: #666;
    color: #999;
}

.directions p {
    font-size: 18px;
    color: #e8ff7b;
    font-weight: 300;
    line-height: 1;
    margin: 0 0 20px;
}

.directions form input[type="text"] {
    border: none;
    background-color: #fff;
    padding: 10px 15px 10px 36px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 -4px 0 0;
    width: 302px;
    background-repeat: no-repeat;
    background-image: url(../i/loc-form-pin.png);
    -webkit-background-position: 10px 11px;
    background-position: 10px 11px;
}

.directions form input[type="submit"] {
    font-family: "bebas-neue", bebas-neue, sans-serif;
    color: #fff;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #222;
    padding: 9px 26px 11px;
    display: inline-block;
}

.contact {
    height: 100vh;

    background-color: #f9f9f9;
    display: -webkit-flex;
    display: -ms-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}

.contact .contact-left {
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    height: 100%;
}

.contact .contact-left iframe {
    width: 100%;
    height: 100%;
    margin: 0 !important;
}

.contact .contact-right {
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding-left: 50px;
    padding-right: 50px;
}

.contact .contact-right h1 {
    font-size: 57px;
    line-height: 1;
    font-family: "bebas-neue", bebas-neue, sans-serif;
    margin: 0 0 10px;
    color: #383838;
}

.contact .contact-right h1:after {
    width: 100px;
    height: 3px;
    background-color: #eb1454;
    display: block;
    margin: 4px 0 25px 2px;
    content: '';
}

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

.contact .contact-right ul:after {
    content: "";
    display: block;
    clear: both;
}

.contact .contact-right ul li {
    display: block;
    float: left;
    position: relative;
    margin: 0;
    padding-left: 42px;
}

.contact .contact-right ul li i {
    background: #78bf42;
    color: #fff;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    line-height: 30px;
}

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

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

.about-intro p {
    font-size: 23px;
    font-weight: 300;
    margin: 0 0 22px;
    line-height: 1.5;
}

.about-list {
    margin: 0 0 40px;
}

.about-list ul:after {
    clear: both;
    content: "";
    display: block;
}

.about-list ul li {
    width: 50%;
    float: left;
    position: relative;
    margin: 0 0 40px;
    font-size: 20px;
    color: #222;
    line-height: 1.125;
    padding: 0 0 0 53px;
}

.about-list ul li:nth-child(1),
.about-list ul li:nth-child(3) {
    padding: 11px 0 0 53px;
}

.icon-about-1 {
    background-image: url(../i/icon-about-1.svg);
}

.icon-about-2 {
    background-image: url(../i/icon-about-2.svg);
}

.icon-about-3 {
    background-image: url(../i/icon-about-3.svg);
}

.icon-about-4 {
    background-image: url(../i/icon-about-4.svg);
}

.icon-about-1,
.icon-about-2,
.icon-about-3,
.icon-about-4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    -webkit-background-size: cover;
    background-size: cover;
}


.service {
    min-height: 100vh;
    background-color: #f9f9f9;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
}

.service .service-right {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 75px;
        display: flex;
    flex-direction: column;
    justify-content: center;
}

.service .service-left {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    display: -webkit-flex;
    display: -ms-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    text-align: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.service .service-left {
    background-color: #ccc;
}

.service .service-right p {
    font-size: 21px;
    font-weight: 300;
    margin: 0 0 40px;
}

.service .service-right p strong {
    font-weight: 600;
}

.service .service-right p:last-child {
    margin: 0;
}

.service .service-left h2 {
    font-size: 90px;
    line-height: 1;
    font-family: "bebas-neue", bebas-neue, sans-serif;
    color: #fff;
}

.about-home .our-hours ul li {
    margin-bottom: 9px;
    padding-bottom: 8px;
}


.ccm-faq-container {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
}

.ccm-faq-block-links {
    background-color: #3A7F06;
    background-image: url(../i/faq-bg-img.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 30px;
    -webkit-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
}

.ccm-faq-block-entries {
    -webkit-flex: 0 0 65%;
    padding-left: 45px;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
}

.faq-entry-content h3 {
    font-size: 36px;
    font-family: "bebas-neue";
    line-height: 1;
    margin: 0 0 10px;
}

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

.faq-entry-content p {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
}

.faq-entry-content p:last-child {
    margin: 0;
}

.ccm-faq-block-links a {
    color: #fff;
    font-weight: 400;
    margin: 0 0 7px !important;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0 0 8px;
}

.ccm-faq-block-links a:last-child {
    margin: 0 !important;
    padding: 0;
    border: none;
}

.ccm-faq-block-links a:hover {
    opacity: 0.8;
}

.ccm-faq-block-links {
    margin-bottom: 0 !important;
    position: sticky;
    top: 0;
}

.service#urgent-care .service-left {
    background-image: url(../i/service-1.jpg);
    background-color: #000;
}

.service#primary-care .service-left {
    background-image: url(../i/service-2.jpg);
    background-color: #000;
}

.service#consultations .service-left {
    background-image: url(../i/service-3.jpg);
    background-color: #000;
}

.footer ul li.active {
    background-color: #3A7F06;
    padding: 5px 7px;
}

.footer ul li {
    padding: 5px 7px 5px 0px;
    margin: 0 0 5px;
}

.footer ul li em {
    top: 5px;
    right: 7px;
}


.about-home .our-hours ul li.active {
    background: #005494;
    margin: -8px -30px 8px;
    padding: 10px 30px 9px;
}

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


.header .navigation ul li a.btn-primary {
    background-color: #3A7F06;
}

.header .navigation ul li a.btn-primary:hover,
.header .navigation ul li a.btn-primary:focus {
    background-color: #111;
}

.pillar .pillar-1, .pillar .pillar-2, .pillar .pillar-3 {
    background-color: #000;
    border-radius: 5%;
}

.directions form input[type="text"]::placeholder, input#saddr {
    color: #000;
}

label.sr-only {
    color: #fff;
}

.topbar {
    background-color: #78bf42;
    text-align: center;
    padding: 8px;
}

.topbar p {
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}


.pg-content .ccm-image-slider ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pg-content ul {
    list-style: disc;
    margin: 0px 0px 20px 20px;
    padding: 0px 0px 0px 15px;
}

@media (min-width: 768px) {
    /* Targets screens larger than 768px, hiding the lines on mobile */
    .staffblocks .col-sm-4 {
        position: relative;
        padding-left: 25px; /* Bootstrap default */
        padding-right: 25px; /* Bootstrap default */
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .staffblocks .col-sm-4:not(:first-child):before { /* Targets all but the first child */
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 1px; /* Line width */
        background-color: lightgrey; /* Line color */
    }
}


.staffblocks h3 {
    color: #0a3972;
    letter-spacing: -0.5px;
    font-size: 1.6rem;
}

.staffblocks h2 {
    font-weight: bold;
    margin: 26px 0px 21px;
    color: #002859;

}

.fa {
    font-family: FontAwesome !important;
    font-weight: normal !important;
}
div.contact {
    margin-top: 0 !important;
}

#resourceBlocks .ccm-block-page-list-pages {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: clamp(20px, 1.5625vw, 30px);
}

#resourceBlocks .ccm-block-page-list-page-entry {
    margin: 0;
    width: calc(25% - clamp(16.666666666666668px, 1.3020833333333333vw, 25px));
}

#resourceBlocks a {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #3a7f06;
    border-radius: 10px;
    color: #FFF;
    padding: clamp(20px, 1.5625vw, 30px);
}

#resourceBlocks a:hover,
#resourceBlocks a:focus {
    background-color: #eb1454;
}

@media (max-width: 1199px) {
  #resourceBlocks .ccm-block-page-list-page-entry {
      width: calc(33% - clamp(16.666666666666668px, 1.3020833333333333vw, 25px));
  }
}

@media (max-width: 991px) {
  #resourceBlocks .ccm-block-page-list-page-entry {
      width: calc(50% - clamp(16.666666666666668px, 1.3020833333333333vw, 25px));
  }
}

@media (max-width: 767px) {
  #resourceBlocks .ccm-block-page-list-page-entry {
      width: 100%;
  }
}


.header .brand img {
    max-width: 280px;
}
 
.header .brand {
    margin: -31px 0 0;
}

.header .navigation ul li a {
    margin-left: 25px;
    padding: 8px 12px;
}

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

.header .navigation ul li:nth-last-child(2) a:after {
    display: none;
}

.banner {
    height: 600px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.banner h1 {
    margin: 0 !important;
}

.banner .clinic-open-today {
    margin-top: 40px;
}

#nwi {
    background-color: #eb1454;
    color: #fff;
    padding: 30px;
}

#nwi p svg {
    width: 30px;
    height: auto;
    margin-right: 15px;
}

#nwi p svg * {
    fill: #fff;
}

#nwi p {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
}

#nwi p a {
    background-color: #fff;
    display: inline-block;
    color: #333;
    font-weight: 600;
    border-radius: 7px;
    padding: 13px 20px 11px;
    margin-left: 40px;
}

#nwi p a:hover, #nwi p a:focus {
    background-color: #000;
    color: #fff;
}

.service .service-left h2 small {
    display: block;
    line-height: 0.9;
    font-size: 58%;
    margin-top: 7px;
}

.service#travel-medicine .service-left {
    background-image: url(../i/service-4.jpg?v=2);
    background-color: #000;
}
.service#feeding-clinic .service-left {
    background-image: url(../i/service-5.jpg?v=2);
    background-color: #000;
}
.service#lactation-services .service-left {
    background-image: url(../i/service-6.jpg?v=2);
    background-color: #000;
}
.service#medical-ear-piercing .service-left {
    background-image: url(../i/service-7.jpg?v=2);
    background-color: #000;
}

.pillars .pillar.pillar-sm a {
    width: 307px;
    margin-top: 14px;
    height: 320px;
    background-size: cover;
}

.pillars .pillar.pillar-sm a span.title {
    font-size: 41px;
}

.pillars .pillar.pillar-sm a span.desc {
    font-size: 14px;
}

.pillars .pillar.pillar-4 a { background-image: url(../i/new3.jpg); }
.pillars .pillar.pillar-5 a { background-image: url(../i/new2.jpg); }
.pillars .pillar.pillar-6 a { background-image: url(../i/new1.jpg); }
.pillars .pillar.pillar-7 a { background-image: url(../i/new4.jpg); }

.pillar-sm .desc {
    display: none !important;
}


@media (max-width: 1367px) {

#nwi p {
    font-size: 17px;
}

#nwi p a {
    margin-left: 22px;
}

#nwi p svg {width: 23px;margin-right: 10px;}

#nwi { 
    padding: 20px 30px;
}


.pillars .pillar.pillar-sm a {
    width: 250px;
    height: 260px;
}

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

.pillars .pillar.pillar-sm a span.desc {
    font-size: 12px;
}

}


@media (max-width: 1199px) {

        .pillars .pillar.pillar-sm a {
        width: 207px;
        height: 260px;
    }

}




@media (max-width: 991px) {

#nwi p {
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
}

#nwi p svg {
    width: 50px;
    margin: 0 0 15px;
}

#nwi p a {
    margin: 16px 0 0;
}
.pillars .pillar.pillar-sm a {
    width: 151px;
    height: 180px;
}

.pillars .pillar.pillar-sm a span.title {
    font-size: 22px;
}

.pillars .pillar.pillar-sm a span.desc {
    font-size: 12px;
    line-height: 0.9;
    margin: 4px 0 0;
}
}


@media (max-width: 991px) and (min-width: 768px) { 
#nwi p {
    max-width: 400px;
}
}

@media (max-width: 767px) {

.pillars .pillar.pillar-sm a {
    width: 250px;
            height: 140px;
}
.pillars .pillar.pillar-sm a span.title {
        font-size: 30px;
}
}