/*
 Theme Name:   Mercy Medical Center
 Theme URI:    https://www.understrap.com
 Description:  Mercy Medical Center Theme
 Author:       WRL Advertising
 Author URI:   http://www.wrladv.com
 Template:     understrap
 Version:      0.2.1
 License:      Commercial
 Text Domain:  mmc
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

/*@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,600,600i,700,700i,800,800i');*/

/*@import url('https://fonts.googleapis.com/css?family=Oswald:300,300i,400,400i,600,600i,700,700i,800,800i');*/

body {
  font-family: 'Open Sans';
  /*font-family: 'Montserrat', sans-serif;*/
  /*font-family: 'Oswald', sans-serif;*/
}

.edit-link{
    float: right;
}

.wrapper{
 background: #efefef;
}

.wrapper.white{
    background: #fff;
}

a{
    transition: 0.2s linear all;
}


/* Custom Button */
.custom-button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 24px;
    border: 1px solid #297aa3;
    border-radius: 8px;
    background: #42c7ff;
    background: -webkit-gradient(linear, left top, left bottom, from(#42c7ff), to(#297aa3));
    background: -moz-linear-gradient(top, #42c7ff, #297aa3);
    background: linear-gradient(to bottom, #42c7ff, #297aa3);
    font: normal normal bold 20px arial;
    color: #ffffff !important;
    text-decoration: none;
}
.custom-button:hover,
.custom-:focus {
    border: 1px solid #3399cc;
    background: #4fefff;
    background: -webkit-gradient(linear, left top, left bottom, from(#4fefff), to(#3192c4));
    background: -moz-linear-gradient(top, #4fefff, #3192c4);
    background: linear-gradient(to bottom, #4fefff, #3192c4);
    color: #ffffff;
    text-decoration: none;
    cursor: pointer !important;
}
.custom-button:active {
    background: #297aa3;
    background: -webkit-gradient(linear, left top, left bottom, from(#297aa3), to(#297aa3));
    background: -moz-linear-gradient(top, #297aa3, #297aa3);
    background: linear-gradient(to bottom, #297aa3, #297aa3);
}
.custom-button:focus {
    color: #fff !important;
}
/* End Custom Button */



/* Header Menu */

.header-search{
    width: 300px;
    float: right;
    margin-right: 40px;
    margin-top: 16px;
}

.header-search input[type='text']{
    border-color: #ABACB0;
    border-right: none;
    border-radius: 6px;
}

.form-control:focus,.form-control:active {
    border-color: #ABACB0 !important;
}

.header-search .btn-primary{
    background: #fff;
    color: #ddd;
    border: 1px solid #ABACB0;
    border-left: none;
    border-radius: 6px;
}

#searchsubmit{
    font-family: FontAwesome;
    width: 40px !important;
    padding: 0.5rem 0rem !important;
    float: left;
}

#s{
    float: left;
    width: 250px;
    top: 24px;
}

#s::placeholder{
    color: #ABACB0;
    font-size: 16px;
    line-height: 24px;
}

.patient-portal{
    background: #00adef;
    border: 3px solid #fff;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.15);
    border-radius: 50%;
    width: 170px;
    height: 170px;
    float: right;
    margin-top: -40px;
    margin-right: 34px;
    font-size: 16px;
    line-height: 16px;
}

.patient-portal:hover{
    text-decoration: none;
}

.patient-portal span{
    display: block;
    margin-top: 70px;
    text-align: center;
    color: #fff;
    letter-spacing: 3px;
    margin-left: 3px;
    font-weight: lighter;
}

.patient-portal span span{
    display: block;
    margin-top: 0px;
    font-weight: bold;
    letter-spacing: 3px;
}

.navbar {
    margin-top: 0 !important;
}

.navbar-nav{
 padding: 0.5rem 0rem;
 margin-left: 1.25rem;
}

.navbar-nav li{
 padding: 0.0rem 0.95rem ;
 font-size: 20px;
 line-height: 36px;
}

/* Overline From Left */
.mega-hvr-overline-from-left a{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.mega-hvr-overline-from-left a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #0094d9;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.mega-hvr-overline-from-left a:hover:before, .mega-hvr-overline-from-left a:focus:before, .mega-hvr-overline-from-left a:active:before {
  right: 0;
}

.navbar-nav li a{
 color: #0094d9;
}

.mega-menu-orange a{
  color: #f7931d !important;
}

.about-menu a{
  color: #0094d9 !important;
}

.menu-orange a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #f7931d;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.menu-yellow a{
  color: #fbaf17 !important;
}
.menu-yellow a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #fbaf17;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.menu-green a{
  color: #21b684 !important;
}
.menu-green a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #21b684;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.menu-teal a{
  color: #00aabc !important;
}
.menu-teal a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #00aabc;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}


.mega-separator{
    border-right: 1px solid #666 !important;
    margin-right: 20px !important;
}

.mega-separator .mega-menu-link{
    margin-right: 30px;
}

.wrapper-navbar{
    box-shadow: 0px 10px 10px rgba(8, 8, 8, 0.05);
    border-bottom: 3px solid #0094d9;
    background: #fff;
}



/* HOME PAGE BANNER*/

.hp-banner{
    background-position: center center;
    background-size: cover;
    margin-top: 200px;
}

/*.hp-banner h1{ */
/*    color: #fff;*/
/*    text-shadow: 2px 2px 5px #000;*/
/*    padding-top: 240px;*/
/*    padding-left: 36px;*/
/*    font-size: 62px;*/
/*    font-weight: 300;*/
/*    line-height: 74px;*/
/*    margin-bottom: 21px;*/
/*}*/

.hp-banner p{
    width: 520px;
    color: #fff;
    text-shadow: 2px 2px 5px #000;
    padding-bottom: 39px;
    margin-bottom: 5px;
    font-size: 22px;
    padding-left: 36px;
    font-weight: lighter;
    letter-spacing: 1px;
}

.banner_search{
    padding-bottom: 100px;
}

.banner_search input{
    padding: 10px 0px 10px 20px;
    width: 430px;
    border-radius: 10px;
    border: none;
    box-shadow: 5px 3px 10px rgba(0,0,0,0.5);
    display: block;
    outline: none;
    font-size: 18px;
    line-height: 30px;
}

.banner_search:before{
    content: "\f002";
    color: #6a6a6a;
    display: block;
    font-family: FontAwesome;
    position: absolute;
    line-height: 50px;
    left: 400px;
    font-size: 20px;
}

/* EASY SEARCH */
.easysearch{
    margin: auto;
    margin-top: 5px;
}

.easysearch input{
    display: inline-block;
    width: 33.33%;
    padding: 0px 15px;
    margin: 0px;
    line-height: 55px;
    height: 74px;
    border: none;
    float: left;
    outline: none;
    border-color: #efefef;
    font-size: 30px;
}

.easysearch label{
    width: 33.33%;
    color: #fff;
    float: left;
    position: relative;
    text-align: center;
    margin: 0px;
    top: -51px;
    font-size: 20px;
    letter-spacing: 2px;
    cursor: text;
}

#serv-search-label, #doc-search-label{
    cursor: text;
}


.easysearch .doc_search{
 background: #a6ce38;
 color:#fff;
 border-top: 2px;
 border-right: 5px solid #fff;
}

.easysearch .loc_search{
 background: #fbaf17;
 color:#fff;
 border-top: 2px;
 border-left: 5px solid #fff;
}

.loc_search{
    top: 0 !important;
}

.easysearch .serv_search{
 background: #00b6ba;
 color:#fff;
 border-top: 2px;
 border-left: 1px;
}


/* Socails */

.homepage-socials{
    background: #fff;
    padding: 20px 30px 60px 30px;
    margin-bottom: 45px;
    margin-top: 30px;
}

.homepage-socials h2{
    font-size: 34px;
    color: #737373;
    text-align: center;
    margin: 30px 0px 58px 0px;
    letter-spacing: 2px;
}

.homepage-socials h3{
    color: #00ADEF;
}

.homepage-social::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}

.homepage-social::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

.homepage-social::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #33b5e5;
}


/* CENTERS OF EXCELLENCE */

.centers-of-excellence{
    background: #fff;
    padding: 20px 30px 60px 30px;
    margin-bottom: 45px;
    margin-top: 30px;
}

.centers-of-excellence h2{
    font-size: 34px;
    color: #737373;
    text-align: center;
    margin: 30px 0px 58px 0px;
    letter-spacing: 2px;
}

.centers-of-excellence .circle{
    float: left;
    width: 12.5%;
}

.centers-of-excellence .circle div{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: auto;
    display: block;
}

.centers-of-excellence .circle:hover{
    text-decoration: none;
}

.centers-of-excellence .circle span{
    width: 100%;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 13px;
    color: #737373;
    letter-spacing: 1px;
}


.heart.circle div { background: #f47a5c; }
.cancer.circle div{ background: #f172ac; }
.trauma.circle div{ background: #faa635; }
.chest-pain.circle div{ background: #ffc20e; }
.surgery-robotics.circle div{ background: #a6ce39; }
.rehab.circle div{ background: #38bb8d; }
.orthopedics.circle div{ background: #00b0bd; }
.dental.circle div{ background: #4dc6e1; }

/* NEWS CENTER */
.news-center{
  background: #fff;
  margin-top: 30px;
  margin-bottom: 50px;
}
.upcoming-events, .newsfeed{
    padding: 0 !important;
}
.upcoming-events span{
    color: #fff;
    font-size: 20px;
    font-weight: 100;
    margin-left: 36px;
    letter-spacing: 3px;
    padding-top: 30px;
    display: inline-block;
}

.news-center .upcoming-events img{
    position:absolute;
    height: 100%;
    width: auto;
    object-fit: cover;
}

.news-center .upcoming-events .overlay{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    position:absolute;
    z-index:2;
}

.hp-banner .overlay{
    width: 100%;
    height: 650px;
    margin-top:-520px;
    background: rgba(0,0,0,0.25);
}

.upcoming-events .news_story{
    position: absolute;
    z-index:4;
}

.newsfeed span{
    color: #737373;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 3px;
    padding-top: 30px;
    display: inline-block;
    margin-left: 40px;
    padding-bottom: 15px;
}

.news-center h3{
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
}

.news-center h3 a{
    color: #0094d9;
}

.news-center .post_excerpt{
    font-size: 16px;
    color: #666;
}

.news-center .news_story{
    margin: 0px 40px 16px 40px;
    padding-bottom: 13px;
    border-bottom: 3px dotted #a2a2a2;
}

.news-center .news_story:last-of-type, .upcoming-events .news_story{
    border-bottom: none;
}

.upcoming-events .news-story{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.upcoming-events .news_story h2{
    color:#fff;
    margin-bottom: 32px;
    margin-left: 36px;
    margin-top: 28px;
    line-height: 46px;
}


.upcoming-events .news_story .post_excerpt:first-line{
    font-size: 26px;
    font-weight: bold;
}
.upcoming-events .news_story .post_excerpt{
    color: #fff;
    font-size:20px;
    font-weight: lighter;
    width: 66%;
    margin-left: 36px;
}

a.more-news{
    background: #00adef;
    color: #fff;
    font-weight: normal;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 24px;
    letter-spacing: 2px;
}

a.more-news:hover{
    text-decoration: none;
}

a.read-article{
    display: block;
    float: left;
    border: 2px solid #fff;
    padding: 16px 29px;
    border-radius: 16px 0px 0px 16px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 32px;
    margin-left: 36px;
}

a.all-news{
    display: block;
    float: left;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 16px 29px;
    border-radius: 0px 16px 16px 0px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 32px;
}

a.all-news:hover, a.read-article:hover{
    text-decoration: none;
    background: rgba(255,255,255,0.6);
}

/* RECENT BLOGS */

.recent-blogs{
    width: 100%;
    padding-bottom: 64px;
    padding-top: 15px;
}

.recent-blogs h2{
    margin: 32px 0px 32px 0px;
    color: #737373;
    text-align: center;
    width: 100%;
    letter-spacing: 2px;
}



* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*-- Carousel --*/
.infinite-carousel {
  position: relative;
  overflow: hidden;
  clear: both;
  height: 500px;
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.infinite-carousel .slide {
  float: left;
  width: 400px;
  height: 500px;
  background: transparent;
  color: #aaa;
  padding: 20px;
}

.infinite-carousel .slide.slide-current {
  background: transparent;
}
.infinite-carousel .slide.slide-enable-animation {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}


.blog_thumbnail{
    width: 360px;
    height: 200px;
    overflow: hidden;
    border-radius: 12px;
}

.infinite-carousel .slide .date{
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    color: #666;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 16px;
}

.infinite-carousel .slide h4{
    margin-bottom: 13px;
    margin-top: 10px;
}

.infinite-carousel .slide h4 a{
    color: #0092db;
    font-size: 16px;
    margin-top: 12px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 25px;
}

.infinite-carousel .slide p{
    color: #666;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 26px;
}

a.read-blog{
    display: block;
    float: left;
    border: 2px solid #0092db;
    padding: 16px 29px;
    border-radius: 16px 0px 0px 16px;
    color: #0092db;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 32px;
    position: absolute;
    bottom: 0px;
}

a.all-blogs{
    display: block;
    float: left;
    border-top: 2px solid #0092db;
    border-right: 2px solid #0092db;
    border-bottom: 2px solid #0092db;
    padding: 16px 29px;
    border-radius: 0px 16px 16px 0px;
    color: #0092db;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 32px;
    bottom: 0px;
    left: 171px;
    position: absolute;
}

a.all-blogs:hover, a.read-blog:hover{
    text-decoration: none;
    background: #0092db;
    color: #fff;
    border-color: #0092db;
}


/*-- Controls --*/
.carousel-control-previous,
.carousel-control-next {
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  background: rgba(0, 0, 0, 0.25) !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  color: #fff !important;
  line-height: 100px;
  font-size: 50px;
  text-align: center;
  border-radius: 50%;
}

.carousel-control-previous:hover,
.carousel-control-next:hover {
    background: rgba(0,0,0,0.4) !important;
    color:#fff;
}

.carousel-control-previous {
  left: -20px;
  right: auto;
}

.carousel-control-next {
  left: auto;
  right: -20px;
}

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

/* FOOTER */

.wrapper#phone-footer{
    background: #0397D7 !important;
    padding: 20px 0px 20px 0px;
}

#phone-footer a{
    color: #fff;
    font-size: 48px;
    text-align: center;
    font-weight: 100;
    display: block;
}

#phone-footer a:hover{
    text-decoration: none;
}

#phone-footer span{
    font-size: 16px;
    display: inline-block;
    position: relative;
    top: -11px;
}

.wrapper#black-footer{
     background: #343434 !important;
     color: #fff;
     padding: 40px 0px 40px 0px;
}

#black-footer .col-md-4{
    border-right: 3px dotted #868686;
}

#black-footer .col-md-4:last-of-type{
    border-right: none;
}

.wrapper#wrapper-footer{
    padding: 40px 0px 0px 0px;
}

#black-footer h2{
    color:#fff;
    font-size: 22px;
    text-align: center;
    font-weight: 400;
}

#black-footer a{
    margin-top: 24px;
    display: inline-block;
}

#black-footer a i{
    background: #efefef;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    display: inline-block;
    color: black;
}

#black-footer a i:hover{
    background: #0397D7;
    color:#efefef;
}


li.widget_text{
    list-style: none;
}

li.widget_text h2{
    color:#0094d9;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 400;
}

li.widget ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    line-height: 28px;
    margin-bottom: 20px;
}

li.widget ul li ul{
    margin-left: 20px;
    margin-bottom: 0px;
}

#wrapper-footer .awards{
    background: #fff;
    border-radius: 20px 20px 0px 0px;
    padding: 30px 30px 10px 30px;
    box-shadow: 1px 1px 9px grey;
}

#wrapper-footer .awards h2{
    line-height: 32px !important;
    font-weight: 400;
    margin-top: 0px !important;
}

#wrapper-footer .awards img{
    padding-right: 0px !important;
}

.blue-btn{
    display: block;
    border: 2px solid #0092db;
    padding: 16px 52px;
    border-radius: 16px;
    color: #0092db;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 24px auto;
    text-decoration: none !important;
    background-color:rgba(0, 0, 0, 0.0);
    outline: none;
}

.blue-btn:hover{
    background: #0092db;
    border: 2px solid #0092db;
    color: #fff;
    outline: none;
}

.blue-btn:onclick{
    text-decoration: none !important;
    outline: none;
}

#bottom-bar{
    background: #0397d7 !important;
    padding: 20px;
    color: #efefef;
    font-size: 14px;
}

/* PAGES */

#content{
    background: #fff;
}

.entry-header{
    width: 100%;
}

.entry-header h1{
    font-size: 26px;
    color: #0094d9;
    padding: 50px 0px 52px 30px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 2;
    /* font-weight: 400; */
}

.category-header {
    margin-top: 200px;
}

.category-header h1 {
    color: #fff !important;
    padding: 20px 0px 20px 30px;
}

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

h3, .h3 {
    font-size: 22px;
}

.page-banner{
    background: #0397D7;
    padding: 50px 0px 50px 0px !important;
}

.page-banner .row{
    margin-left: 2.35em;
}

.page-banner h2{
    color: #fff;
    font-size: 42px;
    letter-spacing: 1px;
    margin-bottom: 40px;
    font-weight: 400;
    line-height: 1.3em;
}

.page-banner ul{
    list-style: none;
    padding: 0px;
}

.page-banner ul li{
    margin-bottom: 16px;
    letter-spacing: 1px;
    color: #fff;
}

.page-banner ul li a{
    color: #fff;
}

#left-sidebar{
    padding-left: 2.35em;
}

.post-type-archive-physician .content-area{
    padding: 0px 3em 0px 3em;
}

.page-template-front-page .content-area{
    padding: 0px;
}

#left-sidebar .widget h3{
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 15px;
    border-top: 1px solid #0397d7;
    border-bottom: 1px solid #0397D7;
    margin-bottom: 24px;
}


#left-sidebar .widget h2{
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 15px;
    border-top: 1px solid #0397d7;
    border-bottom: 1px solid #0397D7;
    margin-bottom: 24px;
    color: #000;
}


#left-sidebar .widget ul{
    list-style: none;
    padding: 0em;
    padding-top: 0px;
}

#left-sidebar .widget p{
    font-size: 17px;;
}

#left-sidebar .widget ul li{
    margin-bottom: 22px;
    font-weight: bold;
    color: #0EAEED;
    line-height: 26px;
    font-size: 14px;
}

#left-sidebar .widget ul li a{
     color: #0EAEED;
     font-weight: bold;
     letter-spacing: 1px;
}

#left-sidebar hr{
    border-top: 1px solid #0EAEED;
}


.entry-content p, .entry-content ul, .widget ul{
    line-height: 34px;
    font-size: 18px;
    color: #8a8a8a;
}

.widget p{
    line-height: 28px;
    font-size: 17px;
    color: #8a8a8a;
}

.entry-content{
    padding-bottom: 30px;
}

.entry-content ul{
    padding-left: 22px;
    color: #8a8a8a;
}

.entry-content h1{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 26px;
}

.entry-content h2{
    margin-bottom: 30px !important;
    line-height: 1.5 !important;
}

.entry-content h3{
    margin-bottom: 10px !important;
    margin-top: 25px;
}

.entry-content h4 {
    line-height: 34px;
    font-size: 20px;
    color: #8a8a8a;
    margin-bottom: 10px !important;
    margin-top: 25px;
}

.entry-content ul li{
    margin-bottom: 10px;
}

.entry-content ul li a{
    font-weight: bold;
}

.entry-content hr{
    border-top: 3px dotted #abacb0;
    margin-bottom: 44px;
    margin-top: 44px;
}

.floating-cta-statcare img {
    height: 30px;
    width: auto;
    margin-top: -5px;
}

.floating-cta-statcare {
	height: 50px;
    width: 200px;
    background: #FF6600;
    color: #fff;
    position: fixed;
    font-size: 10px;
    line-height: 46px;
    padding-right: 6px;
    display: block;
    bottom: 155px !important;
    right: 15px;
    z-index: 99999;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    border-radius: 20px;
    border: 3px solid #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.floating-cta-statcare:hover{
    color: #fff;
    text-decoration: none;
    background: #d75600;
}

.floating-cta img{
    height: 30px;
    width: auto;
    margin-top: -5px;
}

.floating-cta{
	height: 50px;
    width: 200px;
    background: #00ADEF;
    color: #fff;
    position: fixed;
    font-size: 14px;
    line-height: 46px;
    padding-right: 6px;
    display: block;
    bottom: 35px !important;
    right: 15px;
    z-index: 99999;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    border-radius: 20px;
    border: 3px solid #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.floating-cta-doctor img{
    height: 30px;
    width: auto;
    margin-top: -5px;
}

.floating-cta-doctor{
	height: 50px;
    width: 200px;
    background: #f7931d;
    color: #fff;
    position: fixed;
    font-size: 12px;
    line-height: 46px;
    padding-right: 6px;
    display: block;
    bottom: 95px !important;
    right: 15px;
    z-index: 99999;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    border-radius: 20px;
    border: 3px solid #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.floating-cta:hover{
    color: #fff;
    text-decoration: none;
    background: #0097ce;
}

.floating-cta-doctor:hover{
    color: #fff;
    text-decoration: none;
    background: #e68a1e;
}

.floating-cta-statcare-footer{
    height: 50px;
    width: 250px;
    background: #FF6600;
    color: #fff;
    font-size: 12px;
    line-height: 46px;
    padding-right: 6px;
    display: block;
    bottom: 35px !important;
    right: 15px;
    z-index: 99999;
    border-radius: 20px;
    border: 3px solid #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: auto;
    display: none;
    margin-bottom: 15px;
}

.floating-cta-statcare-footer img{
    height: 30px;
    width: auto;
    margin-top: -5px;
}

.floating-cta-footer{
	height: 50px;
    width: 200px;
    background: #00ADEF;
    color: #fff;
    font-size: 14px;
    line-height: 46px;
    padding-right: 6px;
    display: block;
    bottom: 35px !important;
    right: 15px;
    z-index: 99999;
    border-radius: 20px;
    border: 3px solid #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: auto;
    display: none;
}

.floating-cta-footer img{
    height: 30px;
    width: auto;
    margin-top: -5px;
}

.floating-cta-doctor-footer{
	height: 50px;
    width: 245px;
    background: #f7931d;
    color: #fff;
    font-size: 14px;
    line-height: 46px;
    padding-right: 6px;
    display: block;
    bottom: 35px !important;
    right: 15px;
    z-index: 99999;
    border-radius: 20px;
    border: 3px solid #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: auto;
    display: none;
    margin-top: 15px;
    margin-bottom: 10px;
}

.floating-cta-doctor-footer img{
    height: 30px;
    width: auto;
    margin-top: -5px;
}

.col-md-3#left-sidebar{
    flex: 0 0 29%;
    max-width: 29%;
    padding-left: 51px;
    display: block;
}

.col-md-9#primary{
    flex: 0 0 71%;
    max-width: 71%
}

#left-sidebar .widget{
    margin-bottom: 100px;
    margin-right: 20px;
}

#search-wrapper{
    padding-top: 220px;
}

.mercy-blogs-button{
    background-color: #009BDE;
    color: white;
    margin-top: 20px;
    border: 0px;
    transition: transform 0.2s;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 12px 36px;
    font-family: 'Open Sans' !important;
}

.blog-button{
    padding: 11px 37px;
}

.mercy-blogs-button:hover{
    transform: scale(0.97);
    color: #EFF4FA;
    text-decoration: none;
}

.blog-post{
    max-width: 31.5%;
    float: left;
    margin: 10px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
    background-color: #fbfbfb;
    height: 600px;
    overflow:hidden;
}

.blog-post-awards{
    max-width: 31.5%;
    min-width: 31.5%;
    float: left;
    margin: 10px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
    background-color: #fbfbfb;
    height: 300px;
    overflow:hidden;
}

.blog-post-trial{
    max-width: 31.5%;
    float: left;
    margin: 10px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
    background-color: #fbfbfb;
    height: 370px;
    overflow:hidden;
}

.blog-post img{
    display: block;
    max-height: 320px;
    max-width: 600px;
    width: auto;
    height: auto;
    margin: auto;
}

.blog-post-awards img{
    display: block;
    max-height: 200px;
    max-width: 400px;
    width: auto;
    height: auto;
    margin: auto;
}

.blog-post-title{
    font-size: 15px;
    min-height: 75px;
    padding: 15px 15px 0px 15px;
    font-weight: bold;
    background-color: #FBFBFB;
    color: #0094d9;
}

.blog-post-content{
    padding: 15px 15px 0px 15px;
    text-align: justify;
    font-size: 12px;
    float: left;
    /*word-break: break-all;*/
    clear: both;
}

.blog-post-content p{
    float: left;
    clear: both;
}

.understrap-read-more-link{
    background-color: #0094d9 !important;
    border-radius: 10px !important;
    color: white !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    border: 0px !important;
    font-family: 'Open Sans' !important;
    letter-spacing: 1px;
    font-size: 16px !important;
    font-weight: 700 !important;
    padding: 7px 12px !important;
}

.post-date{
    color: black;
    font-weight: bold;
    padding: 0px 15px 0px 15px;
    float: left;
    clear: both;
}

.blog-background{
    background-color: #EEEEEE;
    padding-left: 20px;
    padding-right: 20px;
}

.blog-heading{
    padding: 60px 0px 0px 1.35em !important;
    float: left;
}

.previous-posts-button{
    float: left;
    margin-bottom: 40px;
    padding-top: 10px;
    text-align: center;
}


.next-posts-button{
    float: right;
    margin-bottom: 40px;
    padding-top: 10px;
    text-align: center;
}

.single-post-content{
    padding: 0px 30px 0px 30px;    
}

.posted-date{
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 20px;
    width: 90%;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    display: inline-block;
    color: #767676 ;
    font-weight: 600;
}

.doc-top-data{
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 20px;
    width: 95%;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    display: inline-block;
    color: #767676 ;
    font-weight: 600;
    padding: 10px 0px;
}

.addtoany_share_save_container{
    float: right !important;
}

.blog-pagination{
    width: 98.1%;
    background-color: #0095DA;
    min-height: 72px;
    text-align: center;
    color: white;
    font-family: 'Open Sans' !important;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0px !important;
    margin-top: 10px !important;
    margin-left: 10px;
}

.doc-pagination{
    width: 98.1%;
    background-color: #0095DA;
    min-height: 72px;
    text-align: center;
    color: white;
    font-family: 'Open Sans' !important;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0px !important;
    margin-top: 10px !important;
    margin-left: 10px;
}

.post-pagination{
    width: auto;
    background-color: #0095DA;
    min-height: 72px;
    text-align: center;
    color: white !important;
    font-family: 'Open Sans' !important;
    font-size: 20px;
    padding-top: 20px;
    margin: 60px 30px 60px 30px !important;
}

.post-pagination-single{
    background-color: #0095DA;
    height: 72px;
    text-align: center;
    color: white !important;
    font-family: 'Open Sans' !important;
    font-size: 20px;
    padding-top: 20px;
    margin: 60px 30px 60px 30px !important;
}

.post-navigation{
    color: white !important !important;
    margin: 0px 15px 0px 15px;
}

.post-navigation a{
    color: white !important;
}

.page-numbers, .facetwp-page {
    color: white;
    font-family: 'Open Sans' !important;
    background-color: #0089c9;
    padding: 2px;
    margin: 0px 2px 0px 2px;
    height: 33px;
    min-width: 33px;
    display: inline-block;
}

.facetwp-page.active {
    text-decoration: underline !important;
}

.next{
    margin-left: 40px;
    padding: 0px !important;
    background-color: #0095DA !important;
}

.prev{
    margin-right: 40px;
    padding: 0px !important;
    background-color: #0095DA !important;
}

.page-numbers:hover{
    color: #EFEFEF;
    box-shadow: 0px 0px 3px #575757 inset;
    text-decoration: none;
    background-color: #0075ab;
}

.next:hover{
    color: #EFEFEF;
    box-shadow: 0px 0px 0px #575757 inset;
    text-decoration: underline;
}

.prev:hover{
    color: #EFEFEF;
    box-shadow: 0px 0px 0px #575757 inset;
    text-decoration: underline;
}

.current{
    text-decoration: underline;
}

.author-info{
    float: left;
    width: 70%;
    padding-left: 15px;
}

.post-author-info{
    border: 1px solid #DDDDDD;
    background-color: #FAFAFA;
    padding: 15px;
    margin: 30px;
}

.post-author-name{
    margin-bottom: 10px;
    display: block;
    font-weight: bold;
}

.post-author-description{
    margin-bottom: 10px;
    display: block;
    font-size: 11px;
}

.healthchat_category, .mission_categories, .press_release_categories, .physician-update-category, .clinical-trial-category{
    list-style: none;
    font-size: 13px;
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 0;
    line-height: 2;
}

.healthchat_category .cat-item, .mission_categories .cat-item, .press_release_categories .cat-item, .physician-update-category .cat-item, .clinical-trial-category .cat-item{
    list-style-type: none;
    list-style-position:inside
    line-height: 26px;
    font-size: 17px;
}

.healthchat_category ul, .mission_categories ul, .press_release_categories ul, .physician-update-category ul, .clinical-trial-category ul{
    padding-left: 2px;
    font-weight: 600;
    line-height: 40px;
    border-top: 1px solid #DDDDDD;
    padding-top: 15px;
}

.healthchat_category h5, .mission_categories h5, .press_release_categories h5, .physician-update-category h5, .clinical-trial-category h5{
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #0397d7;
}

.widget_rss{
    margin-top: 30px;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    list-style: none;
    margin-bottom: 40px;
}

.widget_rss h2{
    margin-top: 5px !important;
}

.rsswidget{
    margin-top: 20px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #0397d7;
}

.widget_rss ul{
    display: none;
}

.widget_yikes_easy_mc_widget{
    list-style-type: none;
    list-style-position:inside
}

.yikes-mailchimp-container{
    border-top: 1px solid #DDDDDD;
    padding-top: 25px;
}

.widgettitle{
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #0397d7;
    margin-top: 40px;
}

.widget_archive{
    list-style-type: none;
    list-style-position:inside
}

.widget_archive select{
    width: 100%;
}

.single-post-content h3{
    margin-bottom: 20px;
    margin-top: 40px;
    line-height: 1.3;
}

.single-post-content h3 span{
    color: #0094d9 !important;
}

.single-post-content h4{
    color: #8a8a8a !important;
    font-size: 18px;
    font-weight: 600;
}

.posted-date-date{
    float: left;
    margin-top: 10px;
}

.share-blog{
    float: right;
}

.addtoany_shortcode{
    margin-top: 3px;
}

.rsswidget img{
    height: 18px !important;
    width: 18px !important;
}

.blog-heading{
    padding-left: 0;
}

.search-result-container{
    border-bottom: 3px dotted #a2a2a2;
    padding: 50px 0px 40px 0px;
}

.search-result-container .page-header{
    text-align: center;
    color: #666666;
}

.doctor-image{
    width: 123px;
    margin-right: 40px;
    float: left;
}

.doc-info{
    float: left;
    font-family: 'Open Sans' !important;
}

.doc-info-single{
    float: left;
    font-family: 'Open Sans' !important;
    max-width: 45%;
}

.doc-name{
    font-size: 27px;
    color: #0094d9;
    font-weight: 600;
    letter-spacing: 1px;
    float: left;
}

.doc-phone{
    float: left;
    clear: both;
    color: #666666;
    margin-top: 10px;
    margin-bottom: 2px !important;
    font-size: 27px !important;
    font-weight: 600;
}

.doc-address{
    float: left;  
    clear: both;
    color: #666666;
    margin-top: 5px;
}

.doc-dept{
    float: left;  
    clear: both;
    color: #666666;
    margin-top: 5px;
}

.doc-practice{
    float: left;  
    clear: both;
    color: #666666;
    margin-top: 5px;
}


.search-pagination{
    padding: 0px;
}

.search-pagination .blog-pagination{
    width: 100% !important;
    margin: 0px !important;
    margin-bottom: 40px !important;
}

.padding-bottom{
    padding-top: 50px;
}

.results-page-search{
    float: right;
}

.results-page-search .input-group-btn{
    display: inline-block !important;
    vertical-align: top !important;
}

/* Styling search box */
.input-group{
    display: inline !important;
}


.results-page-search .btn-primary{
    display: inline-block !important;
    background-color: #FFF !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border: 0px !important;
    height: 57px !important;
    margin-left: -5px !important;
    color: #0397D7 !important;
}

.btn{
    /* font-size: 1.5rem !important; */
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.0) !important;
}

.google-maps-btn, .apple-maps-btn{
    font-weight: 700;
}

.map-buttons{
    margin: 5px 0px 5px 0px;
}

.apple-maps-btn{
    margin-left: 10px;
}

.search-header{
    float: left;
    max-width: 40%;
}

.search-header h2{
    margin-bottom: 0px;
}

.results-page-search .doc_search, .results-page-search .serv_search {
    height: 57px;
    width: 375px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 0px;
    padding-left: 30px;
}

.results-page-search .doc_search::-webkit-input-placeholder{
    font-size: 18px;
    color: #999999 !important;
    font-weight: 600;
    font-family: 'Open Sans';
}

.results-page-search .doc_search::-webkit-input-placeholder, .results-page-search .serv_search::-webkit-input-placeholder{
    font-size: 18px;
    color: #999999 !important;
    font-weight: 600;
    font-family: 'Open Sans';
}

#refine-results{
    color: white;
    font-size: 20px;
    margin-top: 5px !important;
    cursor: pointer !important;
}

#refine-results:hover{
    text-decoration: underline;
}

#categoriesform{
    float: left;
    margin-top: 65px;
}

#categories{
    margin: 0px 10px 0px 30px;
    height: 40px;
}

.view-category{
    padding: 5px 15px;
}

.map-frame{
    width: 100% !important;
    height: 300px;
}

/* Removing blue outline from buttons when clicked */
button::-moz-focus-inner { border: 0; }
button:focus {outline:0;}

#right-sidebar{
    margin-top: 170px;
}

.front-page-container{
    background-color: rgba(255, 0, 0, 0.0) !important;
}

.search-header-content{
    background: #0397D7;
    padding: 60px 0px 0px 0px;
}

.search-header-content h2{
    color: #fff;
    font-size: 42px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-weight: 400;
}

.gray-padding{
    background-color: #EFEFEF;
}

/* HEALTHeChart CSS */

.portal-pay-now{
    width: 200px;
    height: 200px;
    border: 4px solid #FFF;
    border-radius: 100px;
    background-color: #faa633;
    margin-left: 40px;
    text-align: center;
    color: #FFF;
    font-size: 24px;
    padding-top: 67px;
    letter-spacing: 1.5px;
    font-weight: 600;
    line-height: 1.3;
}

.portal-health-info{
    width: 200px;
    height: 200px;
    border: 4px solid #FFF;
    border-radius: 100px;
    background-color: #00b0bd;
    text-align: center;
    color: #FFF;
    font-size: 24px;
    padding-top: 67px;
    letter-spacing: 1.5px;
    font-weight: 600;
    line-height: 1.3;
}

.portal-links{
    text-decoration: none !important;
}



#loc-search-label:hover{
    cursor: pointer;
}

/* Map styling */
.wpsl-input, #wpsl-radius, #wpsl-results label{
    font-size: .9em !important;
}

#wpsl-search-wrap .wpsl-input label, #wpsl-search-wrap div label, #wpsl-search-wrap div label {
    margin-top: 2px;
}

#wpsl-wrap {
    border: 0px;
}


/* Contact form styling */
#vfbp-form-5{
    background-color: #EFEFEF;
    padding-bottom: 15px;
    margin: 40px 0px;
}

.contact-form-header{
    padding: 15px;
}

.contact-table{
    margin: 30px 0px;
    font-size: 14px;
}

.dropdown-menu .menu-item a.nav-link:hover {
    background-color: #FFF;
}

.dropdown-menu {
    min-width: 15rem !important;
}


#day_oflink{ display:block; height:200px; margin-top:-200px; visibility:hidden; }
#pre_adminlink{ display:block; height:200px; margin-top:-200px; visibility:hidden; }
#pre_reglink{ display:block; height:200px; margin-top:-200px; visibility:hidden; }
#preproclink{ display:block; height:200px; margin-top:-200px; visibility:hidden; }
#oproomlink{ display:block; height:200px; margin-top:-200px; visibility:hidden; }
#recroomlink{ display:block; height:200px; margin-top:-200px; visibility:hidden; }
#samedaylink{ display:block; height:200px; margin-top:-200px; visibility:hidden; }
/* Responsive blog listing page */

.entry-content h5{
    line-height: 1.5;
}

.marketplace-table{
    width: 100% !important;
    
}

.marketplace-table td{
    width: 33% !important;
    
}

.img{
    width: 99% !important;
    
    
}
.quick-links{
    display: inline; 
    list-style: none; 
    width: 95%; 
    margin: auto;
}

.quick-links li{
    float: left;
}
    
.right-services, .left-services{
    float: left;
    width: 50%;
}

.cell{
    float: left !important;
    clear: both;
    width: 90%;
}

.cell h2{
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    margin: 30px 0px 5px 0px !important;
}

.cell a{
    clear: both;
    float: left !important;
    margin-bottom: 10px
}

.results-page{
    padding: 30px !important;
}

.search-banner{
    padding: 0px 0px 0px 0px !important;
}

.hvr-bckrd-blue a{
    color: #666 !important;
    width: 100%;
    display: block;
}

.hvr-bckrd-blue a:hover{
    background-color: #0094d9 !important;
    color: #FFF !important;
}




.hvr-bckrd-redish a{
    color: #F47A5C !important;
    width: 100%;
    display: block;
}

.hvr-bckrd-redish a:hover{
    background-color: #F47A5C !important;
    color: #FFF !important;
}

.hvr-bckrd-pink a{
    color: #F172AC !important;
    width: 100%;
    display: block;
}

.hvr-bckrd-pink a:hover{
    background-color: #F172AC !important;
    color: #FFF !important;
}

.hvr-bckrd-orangish a{
    color: #FAA635 !important;
    width: 100%;
    display: block;
}

.hvr-bckrd-orangish a:hover{
    background-color: #FAA635 !important;
    color: #FFF !important;
}

.hvr-bckrd-yellowish a{
    color: #FFC20E !important;
    width: 100%;
    display: block;
}

.hvr-bckrd-yellowish a:hover{
    background-color: #FFC20E !important;
    color: #FFF !important;
}

.hvr-bckrd-lime-greenish a{
    color: #A6CE39 !important;
    width: 100%;
    display: block;
}

.hvr-bckrd-lime-greenish a:hover{
    background-color: #A6CE39 !important;
    color: #FFF !important;
}

.hvr-bckrd-greenish a{
    color: #38BB8D !important;
    width: 100%;
    display: block;
}

.hvr-bckrd-greenish a:hover{
    background-color: #38BB8D !important;
    color: #FFF !important;
}

.hvr-bckrd-blueish a{
    color: #00B0BD !important;
    width: 100%;
    display: block;
}

.hvr-bckrd-blueish a:hover{
    background-color: #00B0BD !important;
    color: #FFF !important;
}

.hvr-bckrd-light-blueish a{
    color: #4DC6E1 !important;
    width: 100%;
    display: block;
}

.hvr-bckrd-light-blueish a:hover{
    background-color: #4DC6E1 !important;
    color: #FFF !important;
}

.hvr-bckrd-orange a{
    color: #666 !important;
    width: 100%;
}

.hvr-bckrd-orange a:hover{
    background-color: #f7931d !important;
    color: #FFF !important;
}

.hvr-bckrd-yellow a{
    color: #666 !important;
    width: 100%;
}

.hvr-bckrd-yellow a:hover{
    background-color: #fbaf17 !important;
    color: #FFF !important;
}

.hvr-bckrd-green a{
    color: #666 !important;
    width: 100%;
}

.hvr-bckrd-green a:hover{
    background-color: #21b684 !important;
    color: #FFF !important;
}

.hvr-bckrd-terq a{
    color: #666 !important;
    width: 100%;
}

.hvr-bckrd-terq a:hover{
    background-color: #00aabc !important;
    color: #FFF !important;
}

.dropdown-menu {
    top: 95% !important;
}


.footer-links li a{
    color: #8a8a8a !important;
}


/* Map Styling */
#wpsl-search-wrap {
    background: #0094d9;
    padding: 20px 15px 5px 30px;
    color: white;
    font-weight: 600;
}

#wpsl-wrap #wpsl-result-list li {
    padding: 10px 10px 10px 30px;
}

.wpsl-search{
    padding: 0px !important;
    margin-bottom: 0px !important;
}

.patient-portal-small{
    display: none;
}

#phone-footer em{
    font-style: normal !important;
}


/* Mega menu styling */
#{$wrap} { 
    clear: both; 
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    text-transform: none;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: #fafafa;
    border: 1px solid #b8b8b8;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    padding: 3px 5px;
    margin: 0px 15px 0px 15px;
    float: left;
    clear: both;
    width: 90%;
    text-align: left;
}


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu{
    width: 335px;    
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > a.mega-menu-link:after {
	display: none;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    padding: 0 5px !important;   
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-weight: 500 !important;
}

.mega-separator a{
    margin-right: 30px !important;
}

.menu-social .mega-menu-link:first-of-type{
    display: none !important;
}

.menu-social .mega-sub-menu{
    display: block !important;
    background: #f4f4f4 !important;
    border: 0px !important;
}
.location-map{
    height: 100%;
}
.left-sidebar-open{
    display: none;
    width: 92%;
}

hr{
    text-align: center;
}

select{
    border: 1px solid;
}

.page-content .btn-primary {
    color: #ddd !important;
    background-color: #FFF !important;
    border: 1px solid rgba(0, 0, 0, 0.15); !important;
}

.comments-area{
    margin-left: 30px;
    margin-right: 30px;
}

.mega-hvr-overline-from-left a:before {
    content: none !important;
}

#wpsl-wrap {
    margin-bottom: 0px;
}

.phone-first{
    width: 49%;
    float: left;
    font-size: 14px;
    margin-right: 5px;
}

.phone-second{
    width: 50%;
    float: left;
    font-size: 14px;
}

.phone-first td:nth-child(n) {
    width: 60%;
}

.phone-second td:nth-child(n) {
    width: 60%;
}

.phone-first tbody tr td:nth-child(2){
    width: 40%;
}

.phone-second tbody tr td:nth-child(2){
    width: 40%;
}

#department-filter{
    height: 30px;
    border-radius: 5px;
    border: 0px;
    width: 99.9%;
}

.refine-white-dept{
    color: #FFF;
    font-weight: 600;
    display: block;
}

#specialty-filter{
    height: 30px;
    border-radius: 5px;
    border: 0px;
    width: 78.4%;
}

.refine-white-spec{
    margin-top: 10px;
    color: #FFF;
    font-weight: 600;
    display: block;
}

#refine-result-hidden{
    border: 1px solid white;
    margin: 15px 0px 40px 0px;
    clear: both;
    padding: 10px 10px 15px 10px;
    border-radius: 10px;
}

.refine-search-button{
    height: 30px;
    width: 80px !important;
    background: #FFF !important;
    padding: 0 5px !important;
    border: 0px;
    border-radius: 6px;
    color: #0397D7;
    font-weight: 600;
}

.refine-search-button:hover{
    -webkit-box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.75);
}

#text-7 .widgettitle, #text-8 .widgettitle, #text-9 .widgettitle{
    font-size: 30px;
}

.error-404 .page-header .page-title{
    margin-top: 30px;
}
.error-404 p{
    margin-bottom: -10px;
}
.error-404 .page-content .widget_categories{
    margin-top: 30px;
}
.error-404 .page-content #searchform{
    width: 80%;
}
.page-banner .container .row .col-md-4{
    padding-left: 0 !important;
}

.textwidget.custom-html-widget{
    margin-top: 20px;
    margin-bottom: 20px;
}

.wpsl-selected-item{
    height: 35px;
}

.no-space{
    padding: 0px 0px 50px 0px !important;
}

.inner-excellence{
    width: 25% !important;
}

.entry-content a i {
    background: #efefef;
    border-radius: 50px;
    width: 100px;
    height: 100px;
    line-height: 30px;
    margin-right: 5px;
    display: inline-block;
    color: #00ADEF;
    padding-top: 35px;
    font-size: 48px;
    margin: 0 10px;
}

/* Ecard styling */
#jcarousel li img{
    height: 130px !important;
}

.card-types{
    display: inline-block;
    margin: 0px 10px;
}

.widget_recent_entries{
    list-style-type: none;
}

.widget_recent_entries ul li{
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 15px;
}

.no-results.not-found{
    margin-top: 30px;
}

.custom-left #left-sidebar{
    max-width: 100%;
    padding-left: 0px;
}

.donate-header{
    position: absolute;
    right: 100px;
    top: 87px;
    color: #fff;
    text-decoration: underline;
}

.view-mercy-physicians{
    color: #fff;
    margin-left: 2px;
    text-decoration: underline;
}

.view-mercy-physicians:hover{
    color: #fff;
}

.entry-content h4 a {
    text-decoration: underline;
}

ol {
    color: #8a8a8a;
    line-height: 2.5;
    font-weight: 600;
}

.social-page-icons{
    font-size: 60px;
    margin-right: 30px;
    text-align: center;
}

.social-page-icons.fa-facebook{
    color: #3B5999;
}

.social-page-icons.fa-twitter{
    color: #1DA1F3;
}

.social-page-icons.fa-instagram{
    color: #8a3ab9;
}

.social-page-icons.fa-youtube{
    color: #FF0000;
}

.social-page-icons.fa-linkedin{
    color: #0077B5;
}

.social-page-icons.fa-rss{
    color: #FF6600;
}

.footer-social{
    margin-top: -25px;
}


/*Events Calendar*/
#tribe-events-pg-template, .tribe-events-pg-template {
    max-width: 100% !important;
}

#tribe-events-pg-template {
    padding: 0px !important;
}

h2.tribe-events-page-title {
    text-align: left;
}

.calendar-content-month{
    margin: 50px 30px;
}

#tribe-events .tribe-events-content p, .tribe-events-after-html p, .tribe-events-before-html p {
    line-height: 34px;
    font-size: 18px;
    color: #8a8a8a;
}

.events-header{
    padding: 0 !important;
}

.tribe-events-page-title{
    color: #0397D7 !important;
}

.events-list.tribe-bar-is-disabled #tribe-events-content-wrapper, .events-list .tribe-events-loop {
    max-width: 100%;
}

.tribe-events-list-separator-month span{
    color: #0397D7;
}




#primary table{
    border: none !important;
}

#primary table td, #primary table th{
    border: none !important;
    padding: 10px;
}

blockquote {
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    border-left: 0.25rem solid #eceeef;
    margin-left: 50px;
    background: #f2fbff;
    margin-left: 0 !important;
}

.view-mercy-physicians{
    background-color: #f7931d;
    padding: 10px 25px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    
}

.first-result{
    text-align: center;
    padding: 30px 0px 10px 0px;
    text-decoration: underline;
}


.anchor{
    display: block;
    height: 240px; /*same height as header*/
    margin-top: -240px; /*same height as header*/
    visibility: hidden;
}

.page-links-expand{
    background-color: inherit !important;
    color: #fff !important;
    height: 40px;
    border-radius: 20px;
    border: 3px solid #fff;
    display: block;
    margin: auto;
    padding: 0 10px;
}

.department-filter, .specialty-filter{
    background: #fff !important;
}

.aligncenter {
    display: block;
}



/* CSS CMS Additions */

/*#wrapper-navbar {*/
/*	max-height: 200px;*/
/*}*/

/*.navbar-brand.custom-logo-link {*/
/*  	max-height: 110px;*/
/*}*/

/*.navbar-brand.custom-logo-link img {*/
/*	max-height: 86px;*/
/*}*/

#text-191 .widgettitle {
    font-size: 30px !important;
}

.save-my-spot {
    height: 50px;
    width: 200px;
    background: #ff6600;
    color: #fff;
    font-size: 12px;
    line-height: 46px;
    padding-right: 6px;
    display: block;
    bottom: 95px !important;
    right: 15px;
    z-index: 99999;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    border-radius: 20px;
    border: 3px solid #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
  	margin-bottom: -15px;
}

.save-my-spot img {
    height: 30px;
    width: auto;
    margin-top: -5px;
}

.save-my-spot:hover {
    color: #fff;
    text-decoration: none;
    background: #d75600;
}

.btn-primary {
    color: #fff;
    background-color: #0397d7;
    border-color: #0397d7;
}

.widget.widget_categories {
    list-style-type: none;
}

.screen-reader-text {
    display: none;
}

.first-available-time p {
    color: #4CBB8C;
    font-weight: bold;
}




/*Heart Redesign*/

.entry-title.category-title {
    font-size: 28px !important;
}

.category-header-row {
    margin-right: 0;
    margin-left: 0;
}

.featured-image {
    position: relative;
}

.cta-btn-category-banner {
    position: absolute;
    margin: auto;
    width: 320px;
    bottom: 50px;
    right: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.75);
    border: 2px solid #fff;
    border-radius: 15px;
    padding: 5px;
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 20px;
}

.surgery-banner-cta, .locations-banner-statcare-telehealth-cta {
    background-color: rgba(204,204,204,.85)!important;
}

.floating-cta-one {
    position: fixed;
    right: 0px;
    top: 35%;
    width: 260px;
    color: #fff;
    background-color: #003367;
    padding: 10px 15px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    z-index: 1;
    font-size: 15px;
}

.floating-cta-two {
    position: fixed;
    right: 0px;
    top: 41%;
    width: 260px;
    color: #fff !important;
    background-color: #003367;
    padding: 10px 15px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    z-index: 1;
    font-size: 15px;
}

.floating-cta-one:hover, .floating-cta-two:hover, .floating-cta-one:focus, .floating-cta-two:focus {
    color: #fff !important;
}

.floating-cta-one i, .floating-cta-two i {
    margin-right: 10px;
}

.cta-text-left {
    text-align: left;
}

.cta-text-left:hover {
    transition: .250s;
    right: 0px !important;
}

.category-page-container .row {
    margin-right: 0;
    margin-left: 0;
}

.secondary-menu-parent {
    margin-bottom: 10px;
    padding: 0 !important;
}

.secondary-menu-parent .secondary-menu {
    margin-left: -15px;
    margin-right: -15px;
}

.secondary-menu {
    margin-top: 0px;
}

.secondary-menu .mega-toggle-label {
    display: block !important;
}

#mega-menu-wrap-heart, 
#mega-menu-wrap-cancer, 
#mega-menu-wrap-surgery,
#mega-menu-wrap-locations,
#mega-menu-wrap-telehealth,
#mega-menu-wrap-coronavirus,
#mega-menu-wrap-primarycare,
#mega-menu-wrap-weightmanagement {
    width: 100%;
}

#mega-menu-wrap-heart #mega-menu-heart, 
#mega-menu-wrap-cancer #mega-menu-cancer, 
#mega-menu-wrap-surgery #mega-menu-surgery,
#mega-menu-wrap-locations #mega-menu-locations,
#mega-menu-wrap-telehealth #mega-menu-telehealth,
#mega-menu-wrap-coronavirus #mega-menu-coronavirus,
#mega-menu-wrap-primarycare #mega-menu-primarycare,
#mega-menu-wrap-weightmanagement #mega-menu-weightmanagement {  
    justify-content: space-between;
    display: flex;
}

#mega-menu-wrap-heart .mega-menu-toggle {
    background: #EFEFEF;
}

#mega-menu-wrap-telehealth .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label, #mega-menu-wrap-telehealth .mega-menu-toggle .mega-toggle-block-1:after,
#mega-menu-wrap-locations .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label, #mega-menu-wrap-locations .mega-menu-toggle .mega-toggle-block-1:after{
    color: #fff !important;
}

#mega-menu-wrap-cancer .mega-menu-toggle {
    background: #EFEFEF;
}

#mega-menu-wrap-locations .mega-menu-toggle {
    background: #003367;
}

#mega-menu-wrap-telehealth .mega-menu-toggle {
    background: #003367;
}

#mega-menu-wrap-coronavirus .mega-menu-toggle {
    background: #EFEFEF;
}

#mega-menu-wrap-primarycare .mega-menu-toggle {
    background: #EFEFEF;
}

#mega-menu-wrap-weightmanagement .mega-menu-toggle {
    background: #EFEFEF;
}

#mega-menu-heart .mega-sub-menu .mega-current-menu-item, 
#mega-menu-cancer .mega-sub-menu .mega-current-menu-item, 
#mega-menu-surgery .mega-sub-menu .mega-current-menu-item,
#mega-menu-locations .mega-sub-menu .mega-current-menu-item,
#mega-menu-telehealth .mega-sub-menu .mega-current-menu-item,
#mega-menu-coronavirus .mega-sub-menu .mega-current-menu-item,
#mega-menu-primarycare .mega-sub-menu .mega-current-menu-item,
#mega-menu-weightmanagement .mega-sub-menu .mega-current-menu-item{
    width: 100% !important;
    background-color: #013469 !important;
}

#mega-menu-heart .mega-sub-menu .mega-current-menu-item a, 
#mega-menu-cancer .mega-sub-menu .mega-current-menu-item a, 
#mega-menu-surgery .mega-sub-menu .mega-current-menu-item a,
#mega-menu-locations .mega-sub-menu .mega-current-menu-item a,
#mega-menu-telehealth .mega-sub-menu .mega-current-menu-item a,
#mega-menu-coronavirus .mega-sub-menu .mega-current-menu-item a,
#mega-menu-primarycare .mega-sub-menu .mega-current-menu-item a, 
#mega-menu-weightmanagement .mega-sub-menu .mega-current-menu-item a {
    color: #fff !important;
    background-color: #013469 !important;
}

#mega-menu-heart li a, 
#mega-menu-cancer li a, 
#mega-menu-surgery li a,
#mega-menu-locations li a,
#mega-menu-telehealth li a,
#mega-menu-coronavirus li a,
#mega-menu-primarycare li a,
#mega-menu-weightmanagement li a {
    /*color: #003367 !important;*/
    font-weight: bold !important;
}

#mega-menu-cancer li a, 
#mega-menu-surgery li a,
#mega-menu-locations li a,
#mega-menu-telehealth li a,
#mega-menu-coronavirus li a,
#mega-menu-primarycare li a,
#mega-menu-weightmanagement li a { 
    text-align: left !important;
}


#mega-menu-heart > li > a, 
#mega-menu-cancer > li > a, 
#mega-menu-surgery > li > a,
#mega-menu-coronavirus > li > a,
#mega-menu-primarycare > li > a,
#mega-menu-weightmanagement > li > a {
    color: #003367 !important;
    font-weight: bold !important;
    padding: 0 !important;
}

#mega-menu-locations > li > a, #mega-menu-telehealth > li > a {
    color: #fff !important;
}

#mega-menu-wrap-locations, #mega-menu-wrap-telehealth {
    background-color: #003367 !important;
}


/*#mega-menu-heart li a:hover {*/
/*    text-decoration: underline !important;*/
/*}*/

.no-link-menu > a:first-of-type:hover {
    text-decoration: none !important;
    cursor: context-menu !important;
}



#mega-menu-heart > .mega-menu-item > .mega-sub-menu, 
#mega-menu-cancer > .mega-menu-item > .mega-sub-menu, 
#mega-menu-surgery > .mega-menu-item > .mega-sub-menu,
#mega-menu-locations > .mega-menu-item > .mega-sub-menu,
#mega-menu-telehealth > .mega-menu-item > .mega-sub-menu,
#mega-menu-coronavirus > .mega-menu-item > .mega-sub-menu,
#mega-menu-primarycare > .mega-menu-item > .mega-sub-menu,
#mega-menu-weightmanagement > .mega-menu-item > .mega-sub-menu {
    background: rgba(0, 148, 217, 0.95) !important;
}

#mega-menu-heart > .mega-menu-item > .mega-sub-menu > li > a, 
#mega-menu-cancer > .mega-menu-item > .mega-sub-menu > li > a, 
#mega-menu-surgery > .mega-menu-item > .mega-sub-menu > li > a,
#mega-menu-locations > .mega-menu-item > .mega-sub-menu > li > a,
#mega-menu-telehealth > .mega-menu-item > .mega-sub-menu > li > a,
#mega-menu-coronavirus > .mega-menu-item > .mega-sub-menu > li > a,
#mega-menu-primarycare > .mega-menu-item > .mega-sub-menu > li > a,
#mega-menu-weightmanagement > .mega-menu-item > .mega-sub-menu > li > a {
    color: #fff !important;
    font-weight: normal !important;
}

#mega-menu-heart > .mega-menu-item > .mega-sub-menu > li > .mega-sub-menu > li > a, 
#mega-menu-cancer > .mega-menu-item > .mega-sub-menu > li > .mega-sub-menu > li > a, 
#mega-menu-surgery > .mega-menu-item > .mega-sub-menu > li > .mega-sub-menu > li > a,
#mega-menu-locations > .mega-menu-item > .mega-sub-menu > li > .mega-sub-menu > li > a,
#mega-menu-telehealth > .mega-menu-item > .mega-sub-menu > li > .mega-sub-menu > li > a,
#mega-menu-coronavirus > .mega-menu-item > .mega-sub-menu > li > .mega-sub-menu > li > a,
#mega-menu-primarycare > .mega-menu-item > .mega-sub-menu > li > .mega-sub-menu > li > a,
#mega-menu-weightmanagement > .mega-menu-item > .mega-sub-menu > li > .mega-sub-menu > li > a {
    color: #fff !important;
    font-weight: normal !important;
}

.category-page-container .site-main {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.category-page-container #left-sidebar {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.category-page-container #left-sidebar .widget {
    margin-right: 0 !important;
}

#mega-menu-wrap-heart #mega-menu-heart > li.mega-menu-item, 
#mega-menu-wrap-cancer #mega-menu-cancer > li.mega-menu-item, 
#mega-menu-wrap-surgery #mega-menu-surgery > li.mega-menu-item,
#mega-menu-wrap-locations #mega-menu-locations > li.mega-menu-item,
#mega-menu-wrap-telehealth #mega-menu-telehealth > li.mega-menu-item,
#mega-menu-wrap-coronavirus #mega-menu-coronavirus > li.mega-menu-item,
#mega-menu-wrap-primarycare #mega-menu-primarycare > li.mega-menu-item,
#mega-menu-wrap-weightmanagement #mega-menu-weightmanagement > li.mega-menu-item {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
}

#mega-menu-heart .secondary-menu-featured-item, 
#mega-menu-cancer .secondary-menu-featured-item, 
#mega-menu-surgery .secondary-menu-featured-item,
#mega-menu-locations .secondary-menu-featured-item,
#mega-menu-telehealth .secondary-menu-featured-item,
#mega-menu-coronavirus .secondary-menu-featured-item,
#mega-menu-primarycare .secondary-menu-featured-item,
#mega-menu-weightmanagement .secondary-menu-featured-item {
    background-color: #003367 !important;
}

#mega-menu-heart .secondary-menu-featured-item a, 
#mega-menu-cancer .secondary-menu-featured-item a, 
#mega-menu-surgery .secondary-menu-featured-item a,
#mega-menu-locations .secondary-menu-featured-item a,
#mega-menu-telehealth .secondary-menu-featured-item a,
#mega-menu-coronavirus .secondary-menu-featured-item a,
#mega-menu-primarycare .secondary-menu-featured-item a,
#mega-menu-weightmanagement .secondary-menu-featured-item a {
    color: #fff !important;
}

.appointment-modal {
    top: 5%;
}

.primary-appointment-modal {
    top: 5%;
}

#primaryCarePopup {
    color: #fff;
}

#primaryCarePopup:hover {
    cursor: pointer;
}

.primary-appointment-modal .modal-dialog {
    max-width: 600px;
}

.mega-menu-item-48954 a:hover {
    cursor: pointer !important; 
}


/*FACET WP*/
.results-page-search {
    width: 415px;
}

.results-page-search input, .results-page-search select {
    width: 100%;
    border-radius: 5px;
    border: 0px;
}

.results-page-search select {
    height: 30px;
}

.facetwp-search-wrap i {
    display: none;
}

.facetwp-template {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.filter-container {
    display: flex;
    justify-content: space-around;
}

.facetwp-facet {
    margin-bottom: 10px !important;
}

.facetwp-facet-subspecialties {
    margin-bottom: 15px !important;
}

.filter-container {
    padding: 30px 0 10px 0;
}

.filter-container div {
    text-align: center;
}

.filter-container div input {
    height: 30px !important;
}

.facetwp-search {
    height: 57px;
    width: 375px;
    border-radius: 10px;
    padding-left: 30px;
}

.facetwp-search::placeholder{
    color: #ABACB0;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}

.facetwp-pager-label {
    display: none !important;
}

.search-result-container {
    width: 100%;
}

.facetwp-template, .user-search.notvisible { 
    display: none;
}

.facetwp-template.visible, .doc-pagination.visible, .user-search {
    display: block;
}

.new-search {
    color: #fff;
    margin-left: 2px;
    text-decoration: underline;
}

.facetwp-template {
    margin-top: -170px;
    padding-top: 170px;
}

.search-criteria-container {
    margin-top: -200px;
    padding-top: 240px !important;
}

.first-result, .doc-pagination {
    z-index: 1000;
}

.doc-pagination {
    display: none;
}

/* adlakha-cosmetic-surgery */

#foogallery-gallery-50693 .fg-loaded{width:100%!important;height:100%!important}

.cosmetic-surgeon-testimonial {
    column-gap: 0px;
    display: grid;
    grid-template-columns: 80px 1fr 80px;
    grid-template-rows: auto;
    row-gap: 0px;
    border-left: 20px solid #f0f0f0;
    margin-bottom: 40px;
}


.testimonial-header {
    grid-column: 1 / span 3;
    padding-left: 20px
}

.testimonial-header h3 {
    padding-bottom: 0px!important;
    margin-bottom: 0px!important
}

.cos-examples {
    max-width: 250px
}

.hr-clear {
    clear: both!important
}

.cos-content-area p {
    clear: both!important
}

.cosmetic-surgeon-testimonial .fa.fa-quote-right,
.cosmetic-surgeon-testimonial .fa.fa-quote-left {
    margin-top: 0px;
    font-size: 40px!important;
    color: #acacac!important;
}

.cos-content-area {
    display: grid;
    column-gap: 5px;
    grid-template-columns: 1fr 250px;
    grid-template-rows: auto;
    row-gap: 0px;
}

h3.cos-view-google-rev {
    padding: 20px 0 0 0px!important;
    margin: 0px!important;
    text-decoration:underline;
}

.cos-content-area-full {
    grid-column: 1 / span 2;
}

.cosmetic-surgeon-testimonial .fa.fa-quote-left {
    padding-left: 20px;
}

.cosmetic-surgeon-testimonial .fa.fa-quote-right {
    padding-right: 20px;
}

.adlakha-style {
    text-align: center!important
}

.offset-cos {
    margin-top: -30px
}


/* Statcare edits */
.statcare-collapse .card, .statcare-collapse .card-header {
    border: 0 !important;
}

.statcare-collapse .card-header img:hover {
    cursor: pointer;
}


.card-header {
    background: rgba(255,255,255,1) !important;
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(6,150,215,1) 100%) !important;
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(0%, rgba(255,255,255,1)), color-stop(0%, rgba(255,255,255,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(100%, rgba(6,150,215,1))) !important;
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(6,150,215,1) 100%) !important;
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(6,150,215,1) 100%) !important;
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(6,150,215,1) 100%) !important;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(6,150,215,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0696d7', GradientType=1 ) !important;
}

.statcare-button {
    background-color: #fff!important;
    border: 1px solid #ADAEB2;
    border-radius: 5px;
    color: #A19698;
    font-size: 24px;
    padding-right: 10px;
}
/* adlakha-cosmetic-surgery end */




/* Homepage redo */
.homepage-tabs {
    background-color: #00ADEF;
    text-align: center;
    margin: 0;
    font-size: 26px;
    letter-spacing: 2px;
    color: #fff;
    padding: 20px;
    padding-left: 0;
    padding-right: 0;
}

.homepage-tabs:hover {
    color: #fff;
    background-color: #003367;
    -webkit-box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.37); 
    box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.37);
    text-decoration: none;
}

.homepage-tabs:focus {
    color: #fff;
    background-color: #003367;
    text-decoration: none;
}

.homepage-tab-left {
    margin-right: auto;
    width: 33.3333%;
}

.homepage-tab-middle {
    width: 32.8%;
    margin: auto;
}

.homepage-tab-right {
    margin-left: auto;
    width: 33.3333%;
}

.homepage-buttons {
    background-color: #00ADEF;
    text-align: center;
    font-size: 26px;
    letter-spacing: 2px;
    color: #fff;
    padding: 20px;
    padding-left: 0;
    padding-right: 0;
}

.homepage-buttons:hover {
    color: #fff;
    background-color: #003367;
    -webkit-box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.37); 
    box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.37);
    text-decoration: none;
}

.homepage-buttons:focus {
    color: #fff;
    background-color: #003367;
}

.homepage-button-left {
    margin-right: auto;
    width: 49.8%;
}

.homepage-button-right {
    margin-left: auto;
    width: 49.8%;
}

.tp-parallax-wrap {
    left: unset !important;
    right: 210px !important;
}

.red-covid-text {
    color: #F60521;
}

.covid-19-btn {
    transition: all .2s ease-in-out !important;
}

.covid-19-btn:hover {
    transform: scale(1.1) !important;
    margin-right: 15px !important;
    -webkit-box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.37) !important; 
    box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.37) !important;
}

.covid-tab {
    background-color: #073567;
    width: 100%;
    font-size: 36px;
    text-align: center;
    color: #fff;
    padding: 15px 0;
    margin-bottom: 5px;
}

.covid-tab:hover {
    background-color: #00ADEF;
    text-decoration: none !important;
}




/*End homepage redo*/



/* Primary Care Doc Search */
.entry-content .facetwp-template {
        padding-left: 0;
        padding-right: 0;
}

.facetwp-facet-primary_care_search, .facetwp-facet-primary_care_city, .facetwp-facet-primary_care_county {
        width: 20%;
        float: left;
        height: 40px !important;
        margin-bottom: 30px !important;
        padding-right: 15px;
        padding-left: 15px;
}

.primary-care-reset {
        width: 18%;
        color: #fff!important;
        background-color: #00adef;
        padding: 0 10px!important;
        font-size: 14px!important;
        line-height: 24px!important;
        border-radius: 0;
        border-top-width: 0;
        border-right-width: 0;
        border-bottom-width: 0;
        border-left-width: 0;
        border-style: solid;
        text-align: center!important;
        clear: both;
        height: 40px!important;
        margin-left: 15px;
        margin-right: 15px;
}

.primary-care-reset-2 {
        margin-right: 0 !important;
}

.facetwp-facet-primary_care_search input, .facetwp-facet-primary_care_city select, .facetwp-facet-primary_care_county select {
        width: 100%;
        height: 40px !important;
}

.facetwp-facet-primary_care_search input {
        border: 1px solid #000 !important;
        border-radius: 0 !important;
        padding: 5px !important;
}

.primary-doc-single {
        height: auto;
        margin-bottom: 35px;
}
.primary-doc-single-left {
        width: fit-content !important;
}
.primary-doc-single-right {
        margin-left: 35px;
}
.pc-online-request {
        color: #fff !important;
        background-color: #00adef;
        padding: 11px 10px !important;
        font-size: 14px !important;
        line-height: 24px !important;
        border-radius: 0;
        border-top-width: 0;
        border-right-width: 0;
        border-bottom-width: 0;
        border-left-width: 0;
        border-style: solid;
        float: left;
        text-align: center !important;
        clear: both;
        margin-top: 15px;
        width: 190px !important;
}
.pc-online-request:hover {
        background-color: #073567;
}
.primary-doc-single-left img {
        float: left;
        width: 100%;
}
.primary-doc-name {
        font-size: 22px !important;
        color: #0397d7 !important;
}

.primary-doc-address {
        font-size: 18px !important;
        line-height: 24px !important;
}
.primary-doc-phone {
        font-size: 18px;
        font-weight: bold;
}

.facetwp-btn {
    top: unset;
    right: 5px;
    line-height: 1;
    position: absolute;
    cursor: pointer;
    opacity: 0.5;
    height: 40px !important;
    width: 40px !important;
    padding: 10px !important;
}

/* Primary Care Doc Search */



.healthchat .entry-content h2 {
    color: #0397d7;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px !important;
}

.healthchat .entry-content h3 {
    color: #0397d7;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px !important;
}

.healthchat .entry-content h4 {
    margin-bottom: 10px !important;
}

.information-column-homepage {
    padding-bottom: 25px;
}

.information-column-homepage a {
    margin-top: 0 !important;
}

#alertpopup .modal-dialog {
    top: 5% !important;
}


@media screen and (max-width: 1199px) {
    .homepage-buttons {
        font-size: 20px !important;
    }
}

@media screen and (max-width: 1000px) {
    .featured-image.category-featured-image {
        margin-top: 0px !important;
    }
    .category-header h1 {
        padding: 0px 0px 0px 0px;
    }
    .category-header {
        margin-top: 165px;
    }
    .hp-banner {
        margin-top: 159px !important;
    }
}

@media screen and (max-width: 991px) {
    
    /*adlakha-cosmetic-surgery*/
    .cos-content-area div {grid-column: 1/span 2!important;}
    .offset-cos{margin-top:0px}

    
    .category-page-container #left-sidebar {
        padding-left: 10px !important;
    }
    
    .category-page-container #left-sidebar, .category-page-container #left-sidebar .widget .widget-title {
        display: block !important;
    }
    
    .category-page-container #left-sidebar .widget {
        width: 100% !important;
    }
    
    .secondary-menu {
        margin-top: 0px;
        position: relative;
    }
    
    #mega-menu-heart li a, 
    #mega-menu-cancer li a, 
    #mega-menu-surgery li a,
    #mega-menu-locations li a,
    #mega-menu-telehealth li a,
    #mega-menu-coronavirus li a
    #mega-menu-primarycare li a,
    #mega-menu-weightmanagement li a {
        color: #fff !important;
        font-weight: normal !important;
    }
    
    #mega-menu-heart > li > a, 
    #mega-menu-cancer > li > a,
    #mega-menu-surgery > li > a,
    #mega-menu-locations > li > a,
    #mega-menu-telehealth > li > a,
    #mega-menu-coronavirus > li > a,
    #mega-menu-primarycare > li > a,
    #mega-menu-weightmanagement > li > a {
        padding: 0 10px !important;
    }
    
    #mega-menu-heart, 
    #mega-menu-cancer, 
    #mega-menu-surgery,
    #mega-menu-locations,
    #mega-menu-telehealth,
    #mega-menu-coronavirus,
    #mega-menu-primarycare,
    #mega-menu-weightmanagement {
        position: absolute !important;
        width: 100% !important;
        z-index: 1;
    }
    
    #mega-menu-heart .mega-menu-item .mega-sub-menu .mega-menu-item a, 
    #mega-menu-heart .mega-menu-item .mega-sub-menu .mega-menu-item, 
    #mega-menu-heart .mega-menu-item .mega-sub-menu, #mega-menu-heart .mega-menu-item,
    #mega-menu-cancer .mega-menu-item .mega-sub-menu .mega-menu-item a, 
    #mega-menu-cancer .mega-menu-item .mega-sub-menu .mega-menu-item, 
    #mega-menu-cancer .mega-menu-item .mega-sub-menu, #mega-menu-cancer .mega-menu-item,
    #mega-menu-surgery .mega-menu-item .mega-sub-menu .mega-menu-item a, 
    #mega-menu-surgery .mega-menu-item .mega-sub-menu .mega-menu-item, 
    #mega-menu-surgery .mega-menu-item .mega-sub-menu, #mega-menu-surgery .mega-menu-item,
    #mega-menu-locations .mega-menu-item .mega-sub-menu .mega-menu-item a, 
    #mega-menu-locations .mega-menu-item .mega-sub-menu .mega-menu-item, 
    #mega-menu-locations .mega-menu-item .mega-sub-menu, #mega-menu-locations .mega-menu-item,
    #mega-menu-telehealth .mega-menu-item .mega-sub-menu .mega-menu-item a, 
    #mega-menu-telehealth .mega-menu-item .mega-sub-menu .mega-menu-item, 
    #mega-menu-telehealth .mega-menu-item .mega-sub-menu, #mega-menu-telehealth .mega-menu-item,
    #mega-menu-coronavirus .mega-menu-item .mega-sub-menu .mega-menu-item a, 
    #mega-menu-coronavirus .mega-menu-item .mega-sub-menu .mega-menu-item, 
    #mega-menu-coronavirus .mega-menu-item .mega-sub-menu, #mega-menu-coronavirus .mega-menu-item
    #mega-menu-primarycare .mega-menu-item .mega-sub-menu .mega-menu-item a, 
    #mega-menu-primarycare .mega-menu-item .mega-sub-menu .mega-menu-item, 
    #mega-menu-primarycare .mega-menu-item .mega-sub-menu, #mega-menu-primarycare .mega-menu-item,
    #mega-menu-weightmanagement .mega-menu-item .mega-sub-menu .mega-menu-item a, 
    #mega-menu-weightmanagement .mega-menu-item .mega-sub-menu .mega-menu-item, 
    #mega-menu-weightmanagement .mega-menu-item .mega-sub-menu, #mega-menu-weightmanagement .mega-menu-item
    {
        background: transparent !important;
    }
    
    #mega-menu-heart .mega-menu-item .mega-sub-menu .mega-menu-item a, 
    #mega-menu-cancer .mega-menu-item .mega-sub-menu .mega-menu-item a, 
    #mega-menu-surgery .mega-menu-item .mega-sub-menu .mega-menu-item a,
    #mega-menu-locations .mega-menu-item .mega-sub-menu .mega-menu-item a,
    #mega-menu-telehealth .mega-menu-item .mega-sub-menu .mega-menu-item a,
    #mega-menu-coronavirus .mega-menu-item .mega-sub-menu .mega-menu-item a,
    #mega-menu-primarycare .mega-menu-item .mega-sub-menu .mega-menu-item a,
    #mega-menu-weightmanagement .mega-menu-item .mega-sub-menu .mega-menu-item a {
        font-weight: 100 !important;
        color: #fff !important;
        margin-left: 15px !important;
    }
    
    #mega-menu-wrap-heart #mega-menu-heart > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link, 
    #mega-menu-wrap-cancer #mega-menu-cancer > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link, 
    #mega-menu-wrap-surgery #mega-menu-surgery > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link,
    #mega-menu-wrap-locations #mega-menu-locations > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link,
    #mega-menu-wrap-telehealth #mega-menu-telehealth > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link,
    #mega-menu-wrap-coronavirus #mega-menu-coronavirus > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link,
    #mega-menu-wrap-primarycare #mega-menu-primarycare > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link,
    #mega-menu-wrap-weightmanagement #mega-menu-weightmanagement > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link {
        margin-left: 30px !important;
    }
    
    #mega-menu-wrap-heart .mega-menu-item a, 
    #mega-menu-wrap-cancer .mega-menu-item a, 
    #mega-menu-wrap-surgery .mega-menu-item a,
    #mega-menu-wrap-locations .mega-menu-item a,
    #mega-menu-wrap-telehealth .mega-menu-item a,
    #mega-menu-wrap-coronavirus .mega-menu-item a,
    #mega-menu-wrap-primarycare .mega-menu-item a,
    #mega-menu-wrap-weightmanagement .mega-menu-item a {
        font-size: 18px !important;
    }
    
    .category-header h1 {
        padding: 0px 0px 0px 0px !important;
    }
    
    #mega-menu-wrap-heart #mega-menu-heart > li.mega-menu-megamenu > ul.mega-sub-menu, 
    #mega-menu-wrap-cancer #mega-menu-cancer > li.mega-menu-megamenu > ul.mega-sub-menu, 
    #mega-menu-wrap-cancer #mega-menu-cancer > li.mega-menu-flyout ul.mega-sub-menu, 
    #mega-menu-wrap-surgery #mega-menu-surgery > li.mega-menu-flyout ul.mega-sub-menu,
    #mega-menu-wrap-locations #mega-menu-locations > li.mega-menu-flyout ul.mega-sub-menu,
    #mega-menu-wrap-telehealth #mega-menu-telehealth > li.mega-menu-flyout ul.mega-sub-menu,
    #mega-menu-wrap-coronavirus #mega-menu-coronavirus > li.mega-menu-flyout ul.mega-sub-menu,
    #mega-menu-wrap-primarycare #mega-menu-primarycare > li.mega-menu-flyout ul.mega-sub-menu,
    #mega-menu-wrap-weightmanagement #mega-menu-weightmanagement > li.mega-menu-flyout ul.mega-sub-menu {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        -ms-box-shadow: none !important;
        -o-box-shadow: none !important;
        box-shadow: none !important;
    }
    #mega-menu-wrap-cancer #mega-menu-cancer li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, 
    #mega-menu-wrap-cancer #mega-menu-cancer li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu, 
    #mega-menu-wrap-surgery #mega-menu-surgery li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu,
    #mega-menu-wrap-locations #mega-menu-locations li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu,
    #mega-menu-wrap-telehealth #mega-menu-telehealth li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu,
    #mega-menu-wrap-coronavirus #mega-menu-coronavirus li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu,
    #mega-menu-wrap-primarycare #mega-menu-primarycare li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu,
    #mega-menu-wrap-weightmanagement #mega-menu-weightmanagement li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    /*#mega-menu-wrap-cancer #mega-menu-cancer > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {*/
    /*    width: 100% !important;*/
    /*    background-color: #013469 !important;*/
    /*}*/
    
    /*#mega-menu-wrap-cancer #mega-menu-cancer > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {*/
    /*    color: #fff !important;*/
    /*}*/
    .site-main-category-template {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .homepage-buttons {
        font-size: 16px !important;
    }
    
}

@media screen and (max-width: 768px) {
    
    /*New Logo*/
    .custom-logo-link img {
        width: 225px;
    }
    
    
    
    .category-featured-image {
        display: block !important;
        height: 300px !important;
    }
    .fixed-top {
        position: relative !important;
    }
    .category-header-row {
        width: 100%;
    }
    .category-header {
        margin-top: 5px;
    }
    #searchform {
        height: 50px !important;
    }
    .category-header h1 {
        padding: 15px 0px 15px 0px !important;
    }
    .search-criteria-container {
        margin-top: 0px;
        padding-top: 0px !important;
    }
}

@media screen and (max-width: 767px) {
    .floating-cta-one {
        position: fixed;
        width: 50%;
        color: #fff;
        bottom: 20px;
        z-index: 1;
        right: unset;
        top: unset;
        border-top: 1px solid #fff;
        border-left: .5px solid #fff;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        text-align: center;
    }
    
    .floating-cta-two {
        position: fixed;
        width: 50%;
        color: #fff;
        bottom: 20px;
        z-index: 1;
        right: 0;
        top: unset;
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        border-right: .5px solid #fff;
        text-align: center;
    }

    .floating-cta-one.full-width-nurse-nav {
        width: 100% !important;
    }
    
    .primary-care-reset {
        width: auto !important;
        margin-left: 15px;
        margin-right: 15px;
    }
    
    .featured-image.category-featured-image {
        display: block !important;
        margin-top: 0px !important;
        height: 145px !important;
    }
    
    .category-title {
        padding: 0 !important;
    }
    
    .category-header {
        text-align: center;
        width: 100% !important;
    }
    
    .category-header h1 {
        line-height: 1.5;
    }
}

@media screen and (max-width: 500px) {
    .floating-cta-two {
        padding: 5px;
        font-size: 14px;
    }
    .floating-cta-one {
        padding: 5px;
        font-size: 14px;
    }
    .floating-cta-one i, .floating-cta-two i {
        margin-right: 0px;
    }
    .covid-tab {
        background-color: #073567;
        width: 100%;
        font-size: 28px;
    }
}

@media screen and (max-width: 375px) {
    .featured-image.category-featured-image {
        height: 100px !important;
    }
    .cta-btn-category-banner {
        bottom: 10px;
    }
}

@media screen and (max-width: 320px) {
        
    /*New Logo*/
    .custom-logo-link img {
        width: 180px;
    }
    
    .floating-cta-two {
        font-size: 12px;
    }
    .floating-cta-one {
        font-size: 12px;
    }
}















/*Responsive Programming*/
@media screen and (max-width: 1570px) {
    .hp-banner .overlay {
        height: 550px;
    }
}

@media screen and (max-width: 1285px) {
    .hp-banner{
        background-position: center -60px !important;
    }
    /*.hp-banner h1 {*/
    /*    padding-top: 120px !important;*/
    /*}*/
}

@media screen and (max-width: 1235px) {
    /*.hp-banner h1 {*/
    /*    padding-top: 70px !important;*/
    /*}*/
    .hp-banner p {
        padding-bottom: 90px !important;
    }
}

@media screen and (max-width: 1200px) {
    .blog-post, .blog-post-trial, .blog-post-awards{
        max-width: 31%;
    }
    .navbar-nav li{
        font-size: 14px;
    }
    .mega-menu-item a{
        font-size: 15px !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
        margin: 0 0.5rem 0 0;
    }
    #phone-footer em{
        font-size: 35px !important;
    }
    .doc-info {
        width: 45%;
    }
    .page-banner h2{
        font-size: 26px;
    }
    .portal-pay-now {
        margin-left: 0px;
    }
    .page-banner .row {
        margin-left: .5em;
    }
}

@media screen and (max-width: 1000px) {
    .blog-post, .blog-post-trial, .blog-post-awards{
        max-width: 30.2%;
    }
    .understrap-read-more-link {
        font-size: 12px !important;
    }
    .search-header h2{
        font-size: 35px !important;
    }
    .results-page-search .doc_search::-webkit-input-placeholder, .results-page-search .serv_search::-webkit-input-placeholder{
        font-size: 12px !important;
    }
    .doc-map{
        margin-top: 15px;
        float: left !important;
        width: 100% !important;
    }
    .google-maps{
        width: 100% !important;
    }
    .map-frame{
        width: 100% !important;
    }
    .doc-info-single{
        max-width: 70% !important;
    }
    .custom-logo-link, .mega-menu-horizontal{
        padding-left: 0 !important;
    }
    .custom-logo-link img{
        max-width: 85%;
    }
    .patient-portal{
        /* display: none; */
    }
    .patient-portal-small{
        display: block;
    }
    .header-search {
        margin-right: 0px !important;
    }
    .navbar{
        margin-top: 0px !important;
        flex-direction: unset !important;
        display: block;
    }
    .input-group-btn {
        top: -24px;
    }
    .mega-menu-item a{
        font-size: 13px !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
        margin: 0 0 0 0 !important;
    }
    .navbar-toggler{
        display: none;
    }
    .mega-separator .mega-menu-link{
        margin-right: 10px !important;
    }
    #s{
        top: 0px;
    }
    .centers-of-excellence .circle {
        width: 25%;
        margin-bottom: 30px;
    }
    .hp-banner .container p{
        width: 100%;
    }
    .hp-banner{
        margin-top: 127px;
    }
    #doc-search .input-group-btn{
        top: 0px !important;
    }
    .featured-image{
        margin-top: 127px !important;
    }
    .doc-info {
        width: auto;
    }
    .location-map{
        margin-top: 127px !important;
    }
    .col-md-3.widget-area#right-sidebar{
        margin: 30px !important;
    }
    .col-md-3.widget-area{
        flex: auto;
        max-width: inherit;
    }
    .single-post-content{
        padding: 0px 10px 0px 10px;    
    }
    .post-author-info{
        margin-left: 10px;
        margin-right: 10px;
    }
    .post-pagination {
        margin: 30px 10px 30px 10px !important;
    }
    .col-md-3.widget-area#right-sidebar{
        padding-right: 0px;
        padding-left: 0px;
    }
    
    .error-404 .page-header .page-title{
        margin-top: 100px;
    }
    .error-404 p{
        margin-bottom: 10px;
    }
    .error-404 .page-content .widget_categories{
        margin-top: 30px;
    }

}

@media screen and (max-width: 992px) {
    .col-md-3#left-sidebar{
        display: block;
    }
    .portal-pay-now {
        width: 150px;
        height: 150px;
        font-size: 16px;
        padding-top: 52px;
    }
    .portal-health-info {
        width: 150px;
        height: 150px;
        font-size: 16px;
        padding-top: 52px;
    }
    .portal-text li{
        font-size: 16px !important;
    }
}

@media screen and (max-width: 991px) {
    .hp-banner .overlay{
        margin-top: -595px !important;
    }
    /*.hp-banner h1{*/
    /*    font-size: 40px;*/
    /*    line-height: 45px;*/
    /*    padding-top: 85px !important;*/
    /*}*/
    .hp-banner p {
        padding-bottom: 120px !important;
    }
    .patient-portal {
        width: 115px !important;
        height: 115px !important;
        margin-top: -40px !important;
        margin-right: -43px !important;
        font-size: 10px !important;
        line-height: 10px !important;
    }
    .patient-portal span{
        margin-top: 50px !important;
    }
    .left-sidebar-open{
        display: block;
    }
    .col-md-3#left-sidebar{
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 30px;
        display: none;
        margin-bottom: 30px;
    }
    .custom-left#left-sidebar {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .page .entry-content {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    #left-sidebar .widget {
        margin-right: 10px;
        width: 48%;
        float: left;
        clear: none;
    }
    #left-sidebar .widget .widget-title{
        display: none;
    }
    .col-md-9#primary {
        flex: 0 0 95%;
        max-width: 95%;
        margin: auto;
    }
    .entry-header h1 {
        padding: 27px 0px 0px 19px;
    }
    .content-area {
        padding: 0 !important;
    }
    .search-result-container{
        padding-left: 15px;
        padding-right: 15px;
    }
    #left-sidebar .widget {
        margin-bottom: 0px;
    }
    .donate-header {
        position: absolute;
        right: 0;
        top: 41px;
        color: #fff;
        text-decoration: underline;
        font-size: 14px;
    }
}



@media screen and (max-width: 768px) {
    .refine-search-button {
        float: left;
        margin-right: 10px;
    }
    .page-links-expand{
        margin-top: 25px;
    }
    .blog-background {
        padding-left: 0px;
        padding-right: 0px;
    }
    .blog-post, .blog-post-trial, .blog-post-awards{
        max-width: 49%;
        margin: 3px;
    }
    
    /* Header */
    .navbar-nav li{
        font-size: 16px;
    }
    
    .search-header{
        max-width: 100% !important;
    }
        
    .search-header h2, .search-header{
        float: none !important;
        display: inline-block;
    }
    .results-page-search {
        float: none !important;
        margin: auto;
        margin-top: 20px;
    }
    .search-header-content{
        text-align: center;
        padding: 20px 0px 60px 0px !important;
    }
    #doc-search{
        margin-top: 30px;
    }
    .doc-name{
        margin-top: 15px !important;
    }
    .doc-info-single{
        max-width: 100% !important;
        margin-top: 15px;
    }
    .mega-separator{
        border-right: 0 !important;
        border-bottom: 1px solid #666 !important;
    }
    
    /* Content */
    .container{
        width: 100% !important;
    }
    .upcoming-events{
        /* display: none; */
        height: 600px;
    }
    .newsfeed span{
        width: 50%;
    }
    
    /* Search functons on homepage */
    .easysearch .doc_search{
        width: 100% !important;
        border-right: 0px;
    }
    .easysearch .loc_search{
        width: 100% !important;
        border-left: 0;
        border-right: 0;
    }
    .easysearch .serv_search{
        width: 100% !important;
    }
    .easysearch #doc-search-label{
        width: 100% !important;
        top: -200px;
    }
    .easysearch #loc-search-label{
        width: 100% !important;
        top: -112px;
    }
    .easysearch #serv-search-label{
        width: 100% !important;
        top: -154px;
    }
    .easysearch-wrapper{
        /*margin-top: -30px;*/
    }
    
    
    /* Footer */
    #black-footer .col-md-4{
        border-right: 0px !important;
        border-bottom: 3px dotted #868686;
    }
    #text-7{
        margin-bottom: 40px;
    }
    
    /* Banner */
    .hp-banner{
        background-position: center -20px !important;
        margin-top: 0 !important;
    }
    /*.hp-banner h1 {*/
    /*    font-size: 40px;*/
    /*    line-height: 45px;*/
    /*    padding-top: 115px !important;*/
    /*}*/
    .hp-banner p {
        padding-bottom: 45px !important;
    }
    .header-search{
        float: left;
        clear: both;
        width: 70%;
    }
    .custom-logo-link{
        display: block;
    }
    #s {
        width: 100%;
    }
    #mega-menu-wrap-primary{
        clear: none !important;
        float: right !important;
        top: 15px !important;
        position: absolute;
        width: 100%;
    }
    #mega-menu-wrap-primary ul{
        top: 15px !important;
    }
    #mega-menu-primary a{
        text-align: center !important;
    }
    .fixed-top {
        height: 180px;
    }
    .hp-banner .overlay {
        margin-top: -515px !important;
    }
    .mega-menu-item a {
        font-size: 22px !important;
    }
    .mega-sub-menu{
        border: 1px solid #b8b8b8;
    }
    .patient-portal {
        font-size: 16px !important;
        line-height: 16px !important;
        margin-top: -200px !important;
        margin-right: 10px !important;
        width: 170px !important;
        height: 170px !important;
        position: relative;
        z-index: 1000;
    }
    .patient-portal span {
        margin-top: 95px !important;
    }
    .header-search {
        margin-top: 14px !important;
    }
    
    /* Pages */
    .featured-image{ display: none; }
    
    .search-header-content{ 
        padding: 20px 0px 30px 0px !important;
    }
    .search-header-content .container .search-header h2{
        margin-bottom: 10px !important;
        margin-top: 20px !important;
    }
    .page-banner {
        padding: 190px 0px 35px 0px !important;
        text-align: center;
    }
    .page-banner .row {
        margin-left: 0;
    }
    /* Locations map */
    .location-map {
        margin-top: 134px !important;
    }
    .mega-menu-link{
        margin-right: 0px !important;
    }
    #mega-menu-primary{
        padding-bottom: 30px !important;
    }
    .front-page-container{
        /*top: -50px;*/
    }
    .wrapper.white{
        top: -55px;
        position: relative;
    }
    .portal-pay-now-div{
        width: 50%;
        padding-left: 0 !important;
    }
    .portal-health-info-div{
        width: 50%;
        padding-left: 0 !important;
    }
    .portal-pay-now{
        margin: auto;
    }
    .portal-health-info{
        margin: auto;
    }
    .patient-text{
        padding-left: 0;
    }
    #text-2, #text-3, #text-4, #text-193{
        text-align: center;
    }
    #text-6{
        text-align: center;
    }
    .mega-sub-menu .mega-menu-link{
        background: #ececec !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
        width: 100%;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        margin: 0;
        width: 100% !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link {
        background: #c8c8c8 !important;
    }
    .page-banner .container .row .col-md-4 ul{
        margin-top: 0 !important;
    }
    .mega-menu-primary .mega-menu-orange .mega-sub-menu .mega-sub-menu{
        margin-left: -25px;
        margin-right: -25px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
        padding: 0px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
        padding: 0px;
    }
    #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
        margin-bottom: 15px;   
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
        margin-bottom: -15px;
        padding-top: 25px;
    }
    .footer-social{
        margin-top: -35px;
    }
    .floating-cta-footer{
        display: block;
    }
    .floating-cta-doctor-footer{
        display: block;
    }
    .floating-cta-statcare-footer{
        display: block;
    }
}


@media screen and (max-width: 767px) {
    .header-spacer{
        display: none;
    }
    .page-banner h2 {
        margin-bottom: 26px;
        margin-top: 20px;
    }
    .awards-btn{
        padding: 16px 52px !important;
        width: 240px !important;
    }
    #text-6 .textwidget{
        width: 245px;
        margin: auto;
    }
    a.read-blog{
        left: 45px;
    }
    a.all-blogs {
        left: 197px;
    }
    .homepage-tabs {
        font-size: 20px !important;
    }
    .facetwp-facet-primary_care_search, .facetwp-facet-primary_care_city, .facetwp-facet-primary_care_county {
        width: 100%;
    }
}

@media screen and (max-width: 675px) {
    .primary-doc-single-right {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
}


@media screen and (max-width: 600px) {


    .blog-post, .blog-post-trial, .blog-post-awards {
        max-width: 100%;
    }
}

@media screen and (max-width: 550px) {
    .card-header {
        text-align: center;
    }
    
    .statcare-collapse .card-header img {
        float: none;
    }

    .statcare-button {
        margin-top: 15px;
        float: none;
    }
    
    .inner-excellence a{
        height: auto !important;
        
    }
    .inner-excellence{
        width: 50% !important;
    }
    .centers-of-excellence .circle {
        width: 50%;
        height: 175px;
    }
    #phone-footer em{
        display: block;
    }
    #phone-footer{
        padding-top: 0px !important;
    }
    /*.hp-banner h1{*/
    /*    font-size: 34px !important;*/
    /*}*/
    #left-sidebar .widget {
        margin-right: 0px;
        width: 100%;
    }
    .entry-header {
        width: 95%;
    }
    .portal-info-box{
        width: 100% !important;
        margin-left: 0px !important;
        margin-bottom: 30px !important;
    }
    .phone-first {
        width: 100%;
    }
    .phone-second {
        width: 100%;
    }
    .phone-second-firstrow{
        display: none;
    }
    .upcoming-events .news_story .post_excerpt {
        width: auto;
        margin-left: 0px;
    }
    .upcoming-events span {
        margin-left: 0px;
    }
    .upcoming-events .news_story h2 {
        margin-left: 0px;
    }
    a.read-article {
        margin-left: 0px;
        padding: 10px 10px;
    }
    a.all-news {
        padding: 10px 10px;
    }
    #categoriesform{
        margin-top: 0px;
        margin-bottom: 20px;
        clear: both;
    }
    .floating-cta{
        width: 135px;
        font-size: 10px;
    }
    
    .floating-cta-doctor{
        width: 135px;
        font-size: 10px;
        line-height: 12px;
        padding-top: 10px;
    }
    .floating-cta-doctor img {
        margin-top: -3px;
        float: left;
    }
    .floating-cta-statcare{
        width: 135px;
        font-size: 10px;
        line-height: 12px;
        padding-top: 10px;
    }
    .floating-cta-statcare img {
        margin-top: -3px;
        float: left;
    }
    .tp-parallax-wrap {
        right: 155px !important;
    }
    
    .covid-19-btn {
        font-size: 14px !important;
        line-height: 14px !important;
    }
    
    .homepage-tab-left {
        width: 100% !important;
    }
    
    .hompage-tabs-container {
        margin-top: 0px !important;
    }
    
    .homepage-tab-middle {
        width: 100% !important;
        margin-top: 5px;
    }
    
    .homepage-tab-right {
        width: 100% !important;
        margin-top: 5px;
    }
    
    .homepage-buttons-container {
        margin-top: 0 !important;
    }
    
    .homepage-buttons {
        width: 100% !important;
    }
    
    .homepage-tab-middle, .homepage-tab-right, .homepage-buttons {
        margin-top: 5px !important;
    }
    
    .homepage-button-right {
        margin-top: 60px !important;
    }
}


@media screen and (max-width: 500px) {
    .blog-post, .blog-post-trial, .blog-post-awards{
        margin: 3px;
    }
    .author-info{
        float: left;
        width: 100%;
        padding-left: 0px !important;
        padding-top: 15px;
    }
}

/*@media screen and (max-width: 480px) {*/
/*    .hp-banner h1{*/
/*        min-width: 330px !important;*/
/*        max-width: 330px !important;*/
/*        white-space: normal !important;*/
/*        font-size: 26px !important;*/
/*        line-height: 40px !important;*/
/*    }*/
/*}*/

@media screen and (max-width: 450px) {
    /*.hp-banner h1{*/
    /*    min-width: 330px !important;*/
    /*    max-width: 330px !important;*/
    /*    white-space: normal !important;*/
    /*    font-size: 26px !important;*/
    /*    line-height: 40px !important;*/
    /*}*/
    .header-search {
        float: left;
        clear: both;
        width: 60%;
    }
    .hp-banner p{
        padding-left: 5px !important;
    }
    .blog-post, .blog-post-trial, .blog-post-awards{
        max-width: 100%;
        margin: 0px 0px 10px 0px;
    }
    .page-title{
        font-size: 1.6rem !important;
    }
    .doc-name{
        font-size: 22px !important;
    }
    .custom-logo-link img {
        max-width: 85% !important;
    }
    .patient-portal{
        position: relative;
        z-index: 1000;
        margin-top: -167px !important;
        margin-right: -10px !important;
        font-size: 12px !important;
        line-height: 12px !important;
        width: 125px !important;
        height: 125px !important;
    }
    .patient-portal span {
        margin-top: 65px !important;
        letter-spacing: 2px;
    }
    .results-page-search .doc_search, .results-page-search .serv_search {
        width: 85% !important;
    }
    .centers-of-excellence h2 {
        font-size: 22px;
    }
    .content-area {
        width: 99%!important;
        margin: auto;
    }
    .results-page-search .doc_search{
        width: 80% !important;
    }
    #specialty-filter{
        width: 100%;
        margin-bottom: 15px;
    }
    .refine-search-button {
        float: left;
        margin-right: 10px;
    }
    
    .results-page-search {
        width: 100%;
    }
}

@media screen and (max-width: 425px) {
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-right {
        float: right;
        margin-right: 6px;
    }
    .hp-banner p {
        font-size: 20px;
    }
    #s::-webkit-input-placeholder {
        font-size: 11px;
    }
    #categories{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .entry-header {
        width: 91%;
    }
    .entry-header h1 {
        padding: 27px 0 0 10px;
    }
    .tp-parallax-wrap {
        right: 152px !important;
    }
    
    .covid-19-btn {
        padding: 5px 5px!important;
        margin-top: 70px !important;
    }
    
    .homepage-tabs {
        padding: 15px;
    }
}

@media screen and (max-width: 350px) {
    .portal-pay-now {
        height: 130px;
        padding-top: 46px;
    }
    .portal-health-info {
        width: 130px;
        height: 130px;
        padding-top: 46px;
    }
    .floating-cta img{
        display: none;
    }
    
    .floating-cta-doctor img{
        display: none;
    }
    .floating-cta-doctor{
        padding-top: 16px;
        padding-right: 0px;
    }
    
    .floating-cta-statcare img{
        display: none;
    }
    .floating-cta-statcare{
        padding-top: 16px;
        padding-right: 0px;
    }
    .tp-parallax-wrap {
        right: 150px !important;
    }
}

@media screen and (max-width: 320px) {
    .patient-portal span {
        margin-top: 74px !important;
    }
}


