@import url("https://static.healthengine.com.au/fonts/MessinaSansWeb/MessinaSansWeb.css");
.visual-hide {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

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

.display-x-large, .display-large, .display-medium, .display-small, .display-x-small, .display-medium-up, .display-small-down {
  display: none;
}

@media (min-width: 1200px) {
  .display-x-large,
  .display-medium-up {
    display: block;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .display-x-large {
    display: none;
  }

  .display-large,
  .display-medium-up {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .display-x-large, .display-large {
    display: none;
  }

  .display-medium,
  .display-medium-up {
    display: block;
  }
}
@media (max-width: 767px) {
  .display-x-large, .display-large, .display-medium, .display-medium-up {
    display: none;
  }

  .display-small,
  .display-small-down {
    display: block;
  }
}
@media (max-width: 480px) {
  .display-x-large, .display-large, .display-medium, .display-small, .display-medium-up {
    display: none;
  }

  .display-x-small,
  .display-small-down {
    display: block;
  }
}
/* rebrand colours - Aug 2021 */
body {
  -webkit-font-smoothing: subpixel-antialiased;
}

.container .featured-banner-art {
  position: relative;
  max-height: 430px;
  overflow: hidden;
}
.container .featured-banner-art .featured-img {
  width: 100%;
  height: auto;
}

#main-content {
  margin-left: 0;
}
#main-content h1 {
  margin: 40px 0 15px;
  font-size: 36px;
  color: #222;
}
@media (max-width: 767px) {
  #main-content h1 {
    margin-top: 30px;
  }
}
#main-content h2 {
  margin: 30px 0 10px;
  font-size: 24px;
  color: #222;
}
#main-content h3 {
  margin: 30px 0 10px;
  font-size: 18px;
  color: #222;
}
#main-content p {
  line-height: 1.5em;
}
#main-content ol, #main-content ul {
  line-height: 1.5em;
}

#share-buttons-top,
#share-buttons-bottom {
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  padding-left: 120px;
}
@media (max-width: 767px) {
  #share-buttons-top,
  #share-buttons-bottom {
    padding-left: 70px;
  }
}
#share-buttons-top img,
#share-buttons-bottom img {
  height: 20px;
  padding: 0;
  border: 0;
  box-shadow: none;
  display: inline;
}
#share-buttons-top .share-contain,
#share-buttons-bottom .share-contain {
  float: left;
  display: block;
  margin: 0 0 4px 0;
  height: 26px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  #share-buttons-top .share-contain,
  #share-buttons-bottom .share-contain {
    width: 90px;
  }
}
#share-buttons-top .share-contain.share-text,
#share-buttons-bottom .share-contain.share-text {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  #share-buttons-top .share-contain.share-text,
  #share-buttons-bottom .share-contain.share-text {
    left: 20px;
  }
}
#share-buttons-top .share-contain.li,
#share-buttons-bottom .share-contain.li {
  margin-right: 5px;
}
#share-buttons-top .share-contain.em,
#share-buttons-bottom .share-contain.em {
  margin-left: 0;
}
#share-buttons-top .share-contain.fb, #share-buttons-top .share-contain.tw, #share-buttons-top .share-contain.li, #share-buttons-top .share-contain.em,
#share-buttons-bottom .share-contain.fb,
#share-buttons-bottom .share-contain.tw,
#share-buttons-bottom .share-contain.li,
#share-buttons-bottom .share-contain.em {
  margin-right: 5px;
  padding: 3px;
}
@media (max-width: 767px) {
  #share-buttons-top .share-contain.fb, #share-buttons-top .share-contain.tw, #share-buttons-top .share-contain.li, #share-buttons-top .share-contain.em,
  #share-buttons-bottom .share-contain.fb,
  #share-buttons-bottom .share-contain.tw,
  #share-buttons-bottom .share-contain.li,
  #share-buttons-bottom .share-contain.em {
    margin-left: 5px;
    margin-right: 5px;
  }
}
#share-buttons-top .share-contain.fb,
#share-buttons-bottom .share-contain.fb {
  background: #3f5aab;
  padding: 0 3px 3px;
}
@media (max-width: 767px) {
  #share-buttons-top .share-contain.fb,
  #share-buttons-bottom .share-contain.fb {
    padding-top: 2px;
  }
}
#share-buttons-top .share-contain.tw,
#share-buttons-bottom .share-contain.tw {
  background: #ececec;
}
#share-buttons-top .share-contain.li,
#share-buttons-bottom .share-contain.li {
  background: #0076b7;
}
#share-buttons-top .share-contain.em,
#share-buttons-bottom .share-contain.em {
  background: #649d3b;
  padding: 0 3px 3px;
}
@media (max-width: 767px) {
  #share-buttons-top .share-contain.em,
  #share-buttons-bottom .share-contain.em {
    padding-top: 2px;
  }
}

.show-phone {
  display: none;
}
@media (max-width: 767px) {
  .show-phone {
    display: block;
  }
}

@media (max-width: 480px) {
  #main-content .art-sponsor-sect .author-sponsor-outer {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .author-name-outer h2, .author-name-outer a, .author-sponsor-outer h2, .author-sponsor-outer a {
    margin-top: 10px;
    display: block;
  }
}

.author-name, .author-sponsor {
  font-size: 16px;
  margin-bottom: 0;
  float: left;
}
#main-content .author-name, #main-content .author-sponsor {
  margin: 15px 0 15px 10px;
  font-size: 14px;
  font-weight: normal;
  padding-left: 0;
}
@media (max-width: 767px) {
  #main-content .author-name, #main-content .author-sponsor {
    margin: 0 0 0 10px;
  }
}
#main-content .author-name a, #main-content .author-sponsor a {
  color: #222;
}
.author-name a, .author-sponsor a {
  text-decoration: none;
}

@media (max-width: 480px) {
  #main-content .author-sponsor {
    margin: 0;
  }
}

.author-image {
  float: left;
  text-align: center;
  width: 40px;
  height: 40px;
  border: 2px solid #1da69c;
  overflow: hidden;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  background-clip: padding-box;
}
#main-content .art-det-top .author-image {
  padding: 0;
}
.author-image img {
  max-height: 100px;
  width: auto !important;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .author-image img {
    margin-right: 0;
  }
}

.author-sponsor-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
  width: 100px;
  height: 40px;
  overflow: hidden;
  margin-right: 10px;
  padding: 0;
}

.featured-banner {
  height: 360px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: transparent;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.featured-banner.art-promo {
  height: 120px;
  margin: 5px 20px 0;
}
.featured-banner.art-promo .featured-area.featured-3 a:hover {
  background: #233e4a;
}
.featured-banner.art-promo .featured-area.featured-3 .featured-grad {
  background: #2b4c5b;
}
@media (max-width: 767px) {
  .featured-banner.art-promo {
    margin-right: 0;
    margin-left: 0;
  }
}
.featured-banner.art-promo .featured-area a {
  font-size: 18px;
  line-height: normal;
  padding: 7px 10px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .featured-banner {
    height: auto;
  }
}
@media (max-width: 767px) {
  .featured-banner {
    height: auto;
  }
}
.featured-banner .featured-area {
  background-size: cover;
  -webkit-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}
.featured-banner .featured-area .featured-grad {
  width: 100%;
  height: 100%;
  opacity: 0.83;
  filter: alpha(opacity=83);
  zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}
.featured-banner .featured-area .featured-grad:hover {
  background-image: none;
  background-color: #477725;
}
.featured-banner .featured-area.featured-1 a:hover {
  background: #42c0c0;
}
.featured-banner .featured-area.featured-1 .featured-grad {
  background: #55c6c6;
}
.featured-banner .featured-area.featured-2 a:hover {
  background: #cccf18;
}
.featured-banner .featured-area.featured-2 .featured-grad {
  background: #e2e51b;
}
.featured-banner .featured-area.featured-3 a:hover {
  background: #7fa739;
}
.featured-banner .featured-area.featured-3 .featured-grad {
  background: #8eba3f;
}
.featured-banner .featured-area.featured-4 a:hover {
  background: #233e4a;
}
.featured-banner .featured-area.featured-4 .featured-grad {
  background: #2b4c5b;
}
.featured-banner .featured-area.featured-5 a:hover {
  background: #007baf;
}
.featured-banner .featured-area.featured-5 .featured-grad {
  background: #008dc8;
}
.featured-banner .featured-area.featured-6 a:hover {
  background: #42c0c0;
}
.featured-banner .featured-area.featured-6 .featured-grad {
  background: #55c6c6;
}
.featured-banner .featured-area a {
  font-size: 25px;
  font-weight: 300;
  line-height: 1.4em;
  color: #fff;
  padding: 25px 20px 15px;
  display: block;
  left: 0;
  text-decoration: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 1;
  letter-spacing: .03em;
}
.featured-banner .featured-area a:hover {
  zoom: 1;
}

.container .featured-banner.banner-art {
  padding-right: 20px;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  .container .featured-banner.banner-art {
    height: 240px;
  }
}
@media (max-width: 767px) {
  .container .featured-banner.banner-art {
    height: 240px;
  }
}
.container .featured-banner.banner-art .featured-area {
  background-position: top center;
  height: 100%;
}

@media (max-width: 767px) {
  .sections-1 {
    height: 70px;
    width: 100%;
  }
}
.sections-1.featured-2, .sections-1.featured-3, .sections-1.featured-4, .sections-1.featured-5, .sections-1.featured-6 {
  display: none;
}

.sections-2 .featured-area {
  height: 100%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sections-2 .featured-area {
    height: 70px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sections-2 .featured-area {
    height: 70px;
    width: 100%;
  }
}
.sections-2 .featured-area.featured-1 {
  width: 50%;
}
.sections-2 .featured-area.featured-2 {
  width: 50%;
}
.sections-2 .featured-area.featured-3, .sections-2 .featured-area.featured-4, .sections-2 .featured-area.featured-5, .sections-2 .featured-area.featured-6 {
  display: none;
}

.sections-3 .featured-area {
  height: 100%;
}
@media (max-width: 767px) {
  .sections-3 .featured-area {
    height: 70px;
    width: 100%;
  }
}
.sections-3 .featured-area.featured-1 {
  width: 33%;
}
.sections-3 .featured-area.featured-2 {
  width: 33%;
}
.sections-3 .featured-area.featured-3 {
  width: 34%;
}
.sections-3 .featured-area.featured-4, .sections-3 .featured-area.featured-5, .sections-3 .featured-area.featured-6 {
  display: none;
}

.sections-4 .featured-area {
  height: 50%;
}
@media (max-width: 767px) {
  .sections-4 .featured-area {
    height: 70px;
    width: 100%;
  }
}
.sections-4 .featured-area.featured-1 {
  width: 50%;
}
.sections-4 .featured-area.featured-2 {
  width: 50%;
}
.sections-4 .featured-area.featured-3 {
  width: 50%;
}
.sections-4 .featured-area.featured-4 {
  width: 50%;
}
.sections-4 .featured-area.featured-5, .sections-4 .featured-area.featured-6 {
  display: none;
}

.sections-5 .featured-area {
  height: 50%;
}
.sections-5 .featured-area a {
  font-size: 25px;
  font-weight: 300;
  line-height: 1.2em;
}
@media (max-width: 767px) {
  .sections-5 .featured-area {
    height: 70px;
    width: 100%;
  }
}
.sections-5 .featured-area.featured-1 {
  width: 50%;
}
.sections-5 .featured-area.featured-2 {
  width: 50%;
}
.sections-5 .featured-area.featured-3 {
  width: 33%;
}
.sections-5 .featured-area.featured-4 {
  width: 33%;
}
.sections-5 .featured-area.featured-5 {
  width: 34%;
}
.sections-5 .featured-area.featured-6 {
  display: none;
}

.sections-6 .featured-area {
  height: 50%;
}
.sections-6 .featured-area a {
  font-size: 25px;
  font-weight: 300;
  line-height: 1.2em;
}
@media (max-width: 767px) {
  .sections-6 .featured-area {
    height: 70px;
    width: 100%;
  }
}
.sections-6 .featured-area.featured-1 {
  width: 33%;
}
.sections-6 .featured-area.featured-2 {
  width: 33%;
}
.sections-6 .featured-area.featured-3 {
  width: 34%;
}
.sections-6 .featured-area.featured-4 {
  width: 33%;
}
.sections-6 .featured-area.featured-5 {
  width: 33%;
}
.sections-6 .featured-area.featured-6 {
  width: 34%;
}

@media (min-width: 768px) and (max-width: 979px) {
  .container .featured-banner .featured-area {
    height: 100px;
    width: 100%;
    float: none;
  }
}
@media (max-width: 767px) {
  .container .featured-banner .featured-area {
    height: 110px;
    width: 100%;
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .container .featured-banner .featured-area a {
    font-size: 18px;
    line-height: 1.1em;
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .container .featured-banner .featured-area a {
    font-size: 18px;
    line-height: 1.1em;
    padding-top: 15px;
  }
}

/* updated ad styles */
.obs-spot {
  background-color: #2b4b5a !important;
  background: url("https://images.healthengine.com.au/public/images/m/icon-trophy.svg?auto=compress&or=0") 20px center no-repeat;
  background-size: 60px 60px;
  border-left: 0 !important;
  border-bottom: 1px solid #b0becb;
  border-radius: 3px !important;
  padding: 10px 20px 10px 100px !important;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .obs-spot {
    background-image: none;
    padding: 10px 20px !important;
  }
}
.obs-spot div {
  float: left;
  width: 550px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .obs-spot div {
    width: 350px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .obs-spot div {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .obs-spot div {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .obs-spot div {
    width: 100%;
  }
}
.obs-spot p {
  font-size: 18px;
  font-weight: 400;
  margin: 10px 0;
  color: #fff;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .obs-spot p {
    font-size: 15px;
    margin: 10px 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .obs-spot p {
    font-size: 14px;
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .obs-spot p {
    font-size: 16px;
    margin: 10px 0;
  }
}
@media (max-width: 480px) {
  .obs-spot p {
    font-size: 16px;
    margin: 10px 0;
  }
}
.obs-spot a {
  margin: 12px 0;
  padding: 10px 20px;
  background: #73c13b;
  border-radius: 3px !important;
  color: #fff;
  font-weight: 600;
  float: right;
  text-decoration: none;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .obs-spot a {
    margin: 22px 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .obs-spot a {
    float: right;
    margin: 22px 0;
    font-size: 14px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .obs-spot a {
    float: left;
    margin: 5px 0;
    font-size: 14px;
    padding: 10px 20px;
  }
}
@media (max-width: 480px) {
  .obs-spot a {
    float: left;
    margin: 5px 0;
    font-size: 14px;
    padding: 10px 20px;
  }
}

div.category {
  display: none;
}

ul.art_index {
  width: 100%;
  overflow: auto;
  margin-bottom: 10px;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul.art_index li {
  width: 100%;
  float: left;
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

ul.art_index li a strong {
  font-weight: normal;
}

ul.art_index li a {
  text-decoration: none;
}

.article_group {
  background-color: #fff;
  border: 1px solid #eff3f3;
  padding: 10px 20px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .article_group {
    border: none;
    border-top: 1px solid #eff3f3;
    margin-bottom: 0;
  }
}

h3 {
  font-size: 18pt;
}

a.add-link {
  display: block;
  background-color: #333333;
  color: white;
  text-decoration: none;
  font-size: 12pt;
  text-align: center;
  padding: 20px 0px;
  font-weight: 400;
}

a.add-link:hover {
  color: #ccc;
}

.need-more-patients-ad {
  min-height: 107px;
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #74C23B;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.need-more-patients-ad p {
  padding: 5px;
  font-size: 11pt;
}

#gp-ad {
  background-image: url("https://images.healthengine.com.au/public/images/sidebar_need_a_doctor.jpg?auto=compress&or=0");
}

#dentist-ad {
  background-image: url("https://images.healthengine.com.au/public/images/sidebar_need_a_dentist2.jpg?auto=compress&or=0");
}

/* Large desktop */
@media (min-width: 1200px) {
  .need-more-patients-ad {
    min-height: 107px;
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #74C23B;
    margin-bottom: 20px;
  }

  .need-more-patients-ad p {
    padding: 15px;
    font-size: 12pt;
  }

  a.add-link {
    font-size: 14pt;
  }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .need-more-patients-ad {
    margin: 0 auto;
    width: 250px;
    min-height: 107px;
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #74C23B;
    margin-bottom: 20px;
  }

  .need-more-patients-ad p {
    padding: 10px;
    font-size: 11pt;
  }

  a.add-link {
    font-size: 11pt;
    padding: 10px 0px;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .need-more-patients-ad {
    min-height: 107px;
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #74C23B;
    margin-bottom: 0;
  }

  .need-more-patients-ad p {
    padding: 15px;
    font-size: 12pt;
  }

  a.add-link {
    margin-top: 1.3em;
  }

  ul.art_index li {
    width: 50%;
    float: left;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  ul.art_index li {
    width: 100%;
  }

  .need-more-patients-ad {
    margin: 0 auto;
    width: 250px;
    min-height: 107px;
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #74C23B;
    margin-bottom: 20px;
  }

  .need-more-patients-ad p {
    padding: 10px;
    font-size: 11pt;
  }

  a.add-link {
    font-size: 11pt;
    padding: 10px 0px;
  }
}
.need-more-patients-ad {
  margin-left: -30px;
  background-color: #E0E21D;
  font-size: 15pt;
  padding: 20px;
  cursor: pointer;
  width: 210px;
}

.need-more-patients-ad p {
  margin-bottom: 0px;
}

.need-more-patients-ad strong {
  font-weight: 600;
}

.need-more-patients-ad .btn {
  background-color: black;
  color: white;
  margin-top: 25px;
  margin-left: -10px;
  padding: 4px 10px 6px;
  font-weight: 600;
  font-size: 14pt;
}

.need-more-patients-ad-triangle {
  margin: 0px 0px 20px -30px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px;
  border-color: #535353 #535353 transparent transparent;
  margin-left: -30px;
}

.need-more-patients-ad {
  margin-left: 0;
  width: 100%;
}

#dentist-ad {
  padding-top: 125px;
  background-image: url("https://images.healthengine.com.au/public/images/sidebar_need_a_dentist2.jpg?auto=compress&or=0");
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #74C23B;
}

#gp-ad {
  padding-top: 125px;
  background-image: url("https://images.healthengine.com.au/public/images/sidebar_need_a_doctor.jpg?auto=compress&or=0");
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #74C23B;
}

.description {
  margin-bottom: 1em;
  font-size: 13pt;
  line-height: 1.5em;
  color: #16a805;
}

/* Large desktop */
@media (min-width: 1200px) {
  .need-more-patients-ad {
    margin-left: 0;
  }

  .need-more-patients-ad-triangle {
    margin-left: -40px;
  }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .need-more-patients-ad-triangle {
    margin-left: -30px;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  table {
    margin-left: 20px;
    margin-right: 20px;
  }

  #main-content > a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* Landscape phones and down */
.he-mobile-apps {
  font-size: 11pt;
  margin-top: 20px;
}

.he-mobile-heading {
  font-weight: 600;
  color: #16a805;
  font-size: 12pt;
  margin: 10px 0px 5px;
}

.he-mobile-itunes,
.he-mobile-play {
  width: 109px;
  margin: 20px 0px 30px;
}

.he-mobile-itunes {
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .he-mobile-itunes,
  .he-mobile-play {
    width: 130px;
  }
}
@media (max-width: 979px) {
  .he-mobile-itunes,
  .he-mobile-play {
    width: 122px;
  }
}
/* appt times code */
/* appt times side count */
.side-appt-search .art-listing .art-list-outer .art-list-times .art-appt-time-0 {
  width: 24%;
}
.side-appt-search .art-listing .art-list-outer .art-list-times .art-appt-time-3 {
  width: 24%;
  margin-right: 0;
}
@media (max-width: 480px) {
  .side-appt-search .art-listing .art-list-outer .art-list-times .art-appt-time-0 {
    width: 49%;
    margin-right: 2%;
  }
  .side-appt-search .art-listing .art-list-outer .art-list-times .art-appt-time-2 {
    margin-right: 2%;
  }
  .side-appt-search .art-listing .art-list-outer .art-list-times .art-appt-time-3 {
    width: 49%;
  }
}

/* appt times bottom count */
.bottom-appt-search .art-listing .art-list-outer .art-list-times a {
  width: 11.5%;
  margin-right: 1%;
}
.bottom-appt-search .art-listing .art-list-outer .art-list-times .art-appt-time-0 {
  width: 12%;
}
.bottom-appt-search .art-listing .art-list-outer .art-list-times .art-appt-time-7 {
  width: 12%;
  margin-right: 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  .bottom-appt-search .art-listing .art-list-outer .art-list-times a, .bottom-appt-search .art-listing .art-list-outer .art-list-times .art-appt-time-0 {
    width: 16%;
  }
  .bottom-appt-search .art-listing .art-list-outer .art-list-times .art-appt-time-5 {
    width: 15%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .bottom-appt-search .art-listing .art-list-outer .art-list-times a {
    width: 23%;
    margin-right: 2%;
  }
  .bottom-appt-search .art-listing .art-list-outer .art-list-times .art-appt-time-0 {
    width: 24%;
  }
  .bottom-appt-search .art-listing .art-list-outer .art-list-times .art-appt-time-3 {
    width: 24%;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .bottom-appt-search .art-listing .art-list-outer .art-list-times a, .bottom-appt-search .art-listing .art-list-outer .art-list-times .art-appt-time-3 {
    width: 49%;
    margin-right: 0;
  }
  .bottom-appt-search .art-listing .art-list-outer .art-list-times .art-appt-time-0 {
    width: 49%;
    margin-right: 2%;
  }
  .bottom-appt-search .art-listing .art-list-outer .art-list-times .art-appt-time-2 {
    width: 49%;
    margin-right: 2%;
  }
}

.art-listing {
  background: #eff3f3;
  margin: 20px 20px 0;
}
.bottom-appt-search .art-listing {
  margin: 0;
}
@media (max-width: 767px) {
  .bottom-appt-search .art-listing {
    margin: 0;
  }
}
.art-listing h2 {
  color: #fff;
  background: #1da69c;
  font-size: 17px;
  display: block;
  padding: 7px 5px;
  margin: 0;
  font-weight: normal;
}
#main-content .art-listing h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  #main-content .art-listing h2 {
    font-size: 18px;
  }
}
.bottom-appt-search .art-listing h2 {
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .art-listing h2 {
    padding: 12px 3%;
  }
}
.art-listing .art-list-outer {
  padding: 8px 5px 4px;
  border-bottom: 1px solid #d8dadc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.bottom-appt-search .art-listing .art-list-outer {
  padding: 0 15px 10px;
}
@media (max-width: 767px) {
  .art-listing .art-list-outer {
    padding: 9px 3% 9px;
    display: none;
  }
}
@media (max-width: 767px) {
  .art-listing .art-list-outer.art-list-1 {
    display: block;
  }
}
.art-listing .art-list-outer .art-date {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  margin: 0 0 5px 0;
  padding: 0;
  display: inline-block;
  font-size: 14px;
  line-height: normal;
}
@media (max-width: 767px) {
  .art-listing .art-list-outer .art-date {
    font-size: 13px;
  }
}
.art-listing .art-list-outer .art-prac {
  color: #666;
  font-size: 14px;
  margin: 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  line-height: 1.1em;
  text-decoration: none;
}
.bottom-appt-search .art-listing .art-list-outer .art-prac {
  font-size: 16px;
  margin-top: 1px;
}
@media (max-width: 767px) {
  .bottom-appt-search .art-listing .art-list-outer .art-prac {
    margin-top: 4px;
  }
}
.art-listing .art-list-outer .art-prac:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .art-listing .art-list-outer .art-prac {
    font-size: 16px;
  }
}
.art-listing .art-list-outer .art-list-times {
  overflow: hidden;
  float: none;
  clear: both;
}
.art-listing .art-list-outer .art-list-times a {
  color: #666;
  font-size: 14px;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  border-bottom: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 23%;
  margin: 0 2% 7px 0;
  display: block;
  text-align: center;
  float: left;
  text-decoration: none;
}
.bottom-appt-search .art-listing .art-list-outer .art-list-times a {
  padding: 3px 0;
}
.art-listing .art-list-outer .art-list-times a:hover {
  background: #fafafa;
  color: #008ec8;
}
@media (max-width: 767px) {
  .art-listing .art-list-outer .art-list-times a {
    font-size: 16px;
    padding: 5px 0;
  }
}
@media (max-width: 480px) {
  .art-listing .art-list-outer .art-list-times a {
    width: 49%;
    margin-right: 0;
  }
}
.art-listing .art-search-outer {
  margin: 0;
  overflow: hidden;
  padding: 10px 5px 0;
}
@media (max-width: 767px) {
  .art-listing .art-search-outer {
    padding: 10px 3%;
  }
}
.bottom-appt-search .art-listing .art-search-outer {
  padding-right: 15px;
  padding-left: 15px;
}
.art-listing .art-search-outer h3 {
  color: #666;
  font-size: 16px;
  font-weight: normal;
  padding: 0;
  margin: 0 0 10px;
}
#main-content .art-listing .art-search-outer h3 {
  color: #666;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .art-listing .art-search-outer h3 {
    padding: 0 !important;
  }
}
.art-listing .art-search-outer .art-search-location {
  background: #fff;
  border: none;
  border-bottom: 1px solid #c0c0c0;
  float: left;
  height: 34px;
  line-height: 34px;
  margin: 0;
  padding: 0 5px;
  width: 80%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  background-clip: padding-box;
}
@media (min-width: 1200px) {
  .side-appt-search .art-listing .art-search-outer .art-search-location {
    width: 70%;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .side-appt-search .art-listing .art-search-outer .art-search-location {
    width: 70%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .side-appt-search .art-listing .art-search-outer .art-search-location {
    width: 70%;
  }
}
@media (max-width: 480px) {
  .art-listing .art-search-outer .art-search-location {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
    width: 100%;
    font-size: 15px;
    float: none;
    margin-bottom: 9px;
  }
}
.art-listing .art-search-outer .art-search-location::-webkit-input-placeholder {
  font-size: 90%;
  font-weight: 300;
}
.art-listing .art-search-outer .art-search-location:-moz-placeholder, .art-listing .art-search-outer .art-search-location::-moz-placeholder, .art-listing .art-search-outer .art-search-location:-ms-input-placeholder {
  font-size: 90%;
  font-weight: 300;
  color: #444444;
}
.art-listing .art-search-outer .art-search-button {
  background: #76c33b;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  background-clip: padding-box;
  border: none;
  border-bottom: 1px solid #6aaf35;
  border-right: 1px solid #6aaf35;
  height: 34px;
  line-height: 33px;
  width: 20%;
  float: left;
  text-transform: uppercase;
  font-size: 15px;
}
@media (min-width: 1200px) {
  .side-appt-search .art-listing .art-search-outer .art-search-button {
    width: 30%;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .side-appt-search .art-listing .art-search-outer .art-search-button {
    width: 30%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .side-appt-search .art-listing .art-search-outer .art-search-button {
    width: 30%;
  }
}
.art-listing .art-search-outer .art-search-button:hover {
  background: #6aaf35;
}
@media (max-width: 480px) {
  .art-listing .art-search-outer .art-search-button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
    width: 100%;
    font-size: 15px;
    float: none;
  }
}

.art-button {
  background: #76c33b;
  color: #fff;
  border: none;
  border-bottom: 1px solid #6aaf35;
  border-right: 1px solid #6aaf35;
  display: inline-block;
  float: none;
  font-size: 13px;
  font-weight: 700;
  height: 34px;
  line-height: 33px;
  overflow: hidden;
  padding: 0 15px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .art-button {
    font-weight: 400;
    width: 100%;
  }
}
.art-button:active, .art-button:hover {
  background: #6aaf35;
  color: #fff;
}

#main-content {
  overflow: hidden;
}
#main-content .featured-banner.banner-art.span9 {
  width: 100%;
  margin-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .art-listing {
    margin: 0;
  }
}

/* search from homepage */
.more-appointments {
  font-size: 22px;
}

.search-box {
  position: relative;
  top: 70px;
  width: 877px;
  margin: 0 auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
}
@media (min-width: 768px) and (max-width: 979px) {
  .search-box {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
  }
}
@media (max-width: 767px) {
  .search-box {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
  }
}
.search-box h1 {
  padding: 20px 20px 0;
}

.he-search {
  display: inline-block;
  width: 32px;
  height: 33px;
  vertical-align: middle;
  background: url("https://images.healthengine.com.au/public/images/high-res-search.png?auto=compress&or=0") left top no-repeat;
  background-size: cover;
}

#he-search-options {
  text-align: left;
}
#he-search-options .he-white-bg {
  padding: 20px 0 10px 0px;
}

.search-options-type, .search-options-day, .search-options-location {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.search-options-type {
  width: 25%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .search-options-type {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .search-options-type {
    width: 50%;
  }
}
.search-options-type small {
  display: block;
}

.search-options-day {
  border-width: 0px 1px;
  border-color: #DDD;
  border-style: solid;
  width: 25%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .search-options-day {
    width: 50%;
    border-width: 0 0 0 1px;
  }
}
@media (max-width: 767px) {
  .search-options-day {
    width: 50%;
    border-width: 0 0 0 1px;
  }
}

.search-options-location {
  width: 50%;
  padding: 0 10px 0 30px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .search-options-location {
    width: 100%;
    margin-top: 30px;
    border-top: 2px solid #eee;
  }
}
@media (max-width: 767px) {
  .search-options-location {
    width: 100%;
    margin-top: 30px;
    border-top: 2px solid #eee;
  }
}

#main-location-search {
  width: 306px;
  height: 36px;
  border: 1px solid #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  font-size: 19px;
  line-height: 1.5em;
  margin: 0px;
}
#main-location-search:focus {
  border-color: #fff;
  color: #000;
}

.search-box .search-btn {
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  margin: 0;
}

.search-suggestions {
  color: #ffffff;
  font-size: 22px;
  margin-left: 350px;
}
.search-suggestions li {
  overflow: hidden;
}

.num-appointments {
  font-size: 32px;
}

.location-search {
  background-color: #ffffff;
  border-style: solid;
  border-color: #008EC7;
  border-width: 0 2px 2px 2px;
  z-index: 910;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  background-clip: padding-box;
}
.location-search ul {
  margin: 0;
  list-style: none;
}
.location-search ul li {
  padding: 9px 0 9px 10px;
  margin: 0;
}
.location-search .ac_over {
  background-color: #008EC7;
  color: white;
}

.popular-searches {
  padding-top: 40px;
  padding-bottom: 30px;
}

.popular-searches-link {
  width: 23%;
  margin: 1%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.popular-searches-link a {
  text-decoration: none;
}

.radio-opt {
  margin: 0 30px;
}

::-webkit-input-placeholder {
  font-style: italic;
  font-size: 90%;
  font-weight: 300;
}

:-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
  font-style: italic;
  font-size: 90%;
  font-weight: 300;
  color: #444444;
}

form {
  margin: 0;
}

.popular-searches .span12 {
  padding: 30px 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  .popular-searches .span12 {
    padding: 30px 20px;
  }
}

.pop-search-heading {
  margin: 0 0 20px;
  font-size: 21px;
  font-weight: 300;
}

.pop-search-loc {
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 400;
}

.popular-searches a {
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
.popular-searches a:hover {
  text-decoration: underline;
}

.search-controls {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .search-controls {
    width: 100%;
    max-width: 430px;
    margin: 0px auto;
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .search-controls {
    width: 100%;
    max-width: 430px;
    margin: 0px auto;
    padding-bottom: 25px;
  }
}

.search-prac-heading, .search-loc-heading {
  padding: 10px 0 10px;
  font-size: 17px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .search-prac-heading, .search-loc-heading {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .search-prac-heading, .search-loc-heading {
    padding: 0;
  }
}

.search-prac-heading p, .search-loc-heading p {
  float: right;
  width: 120px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .search-prac-heading p, .search-loc-heading p {
    float: none;
    margin: 0 0 10px;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .search-prac-heading p, .search-loc-heading p {
    float: none;
    margin: 0 0 10px;
    padding-left: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .search-prac-content label.btn {
    width: 133px;
  }
}
@media (max-width: 767px) {
  .search-prac-content label.btn {
    width: 133px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .search-prac-options-list {
    height: 0;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .search-prac-options-list {
    height: 0;
    overflow: hidden;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  #search-prac-selectbox {
    width: 100%;
    height: 42px;
    border: none;
    display: block;
  }
}
@media (max-width: 767px) {
  #search-prac-selectbox {
    width: 100%;
    height: 42px;
    border: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #search-prac-selectbox option {
    font-weight: normal;
  }
}
@media (max-width: 767px) {
  #search-prac-selectbox option {
    font-weight: normal;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #search-prac-selectbox optgroup {
    font-style: normal;
    font-weight: normal;
    padding-left: 3px;
  }
}
@media (max-width: 767px) {
  #search-prac-selectbox optgroup {
    font-style: normal;
    font-weight: normal;
    padding-left: 3px;
  }
}

.search-prac-content label.btn {
  margin: 0 5px 10px 0;
  padding: 10px 16px;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #c0c0c0;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
}
.search-prac-content label.btn:active, .search-prac-content label.btn:focus {
  background-color: #fff;
  color: #333;
  border: none;
  border-bottom: 1px solid #c0c0c0;
}
.search-prac-content label.btn:hover {
  background-color: #ebebeb;
  border-color: #adadad;
  color: #333;
}
.search-prac-content label.selected {
  background-color: #77c146;
  border-color: #00a14a;
  color: #fff;
}
.search-prac-content label.selected:hover {
  background-color: #47a447;
  border-color: #398439;
  color: #fff;
}
.search-prac-content label.btn.other-arrow {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.search-prac-content label.btn.other-arrow .other-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("https://images.healthengine.com.au/public/images/m/arrow-green-other.png?auto=compress&or=0");
  background-position: right center;
  background-repeat: no-repeat;
  vertical-align: middle;
  float: right;
  margin-left: 10px;
  transition: all .2s ease-in-out;
}

.search-prac-content label.btn.other-arrow.other-down .other-icon {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.search-prac-content .other-options label.btn {
  margin: 0 3px 6px 4px;
  padding: 5px 9px;
  font-size: 14px;
  line-height: 22px;
}
.search-prac-content .other-options label.btn.other-first {
  margin-left: 0;
  padding-right: 8px;
}
.search-prac-content .other-options label.btn.other-last {
  margin-right: 0;
  padding-right: 8px;
}

.search-prac-options-list.other-options {
  display: block;
}

.search-prac-options-list.other-options.other-options {
  margin-left: 110px;
}

#homepage-search-location {
  max-width: 365px;
  width: 53%;
  border: none;
  border-bottom: 1px solid #c0c0c0;
  padding: 10px 16px;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  height: 43px;
  text-indent: 0px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  background-clip: padding-box;
  color: #333;
  box-sizing: border-box;
}

.search-loc-content button {
  padding: 10px 16px;
  background-color: #77c146;
  border: none;
  border-bottom: 1px solid #00a14a;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  background-clip: padding-box;
}
@media (min-width: 768px) and (max-width: 979px) {
  .search-loc-content button {
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
  }
}
@media (max-width: 767px) {
  .search-loc-content button {
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .search-loc-content button span {
    display: inline-block !important;
    margin: 0 0 0 10px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .search-loc-content button span {
    display: inline-block !important;
    margin: 0 0 0 10px;
    font-size: 16px;
  }
}
.search-loc-content button:active, .search-loc-content button:focus {
  background-color: #77c146;
  border: none;
  border-bottom: 1px solid #00a14a;
}
.search-loc-content button:hover {
  background-color: #47a447;
  border-color: #398439;
}

#search-location-suggestion {
  clear: left;
}
@media (min-width: 768px) and (max-width: 979px) {
  #search-location-suggestion {
    clear: left;
    float: none;
    font-size: 12px;
    font-weight: 400;
    padding: 10px 0 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #search-location-suggestion {
    clear: left;
    float: none;
    font-size: 12px;
    font-weight: 400;
    padding: 10px 0 0;
    text-align: center;
  }
}
#search-location-suggestion a {
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 979px) {
  #search-location-suggestion a {
    color: #77c146;
  }
}
@media (max-width: 767px) {
  #search-location-suggestion a {
    color: #77c146;
  }
}
#search-location-suggestion a:hover {
  text-decoration: underline;
}

.he-search-container {
  background: none;
  background-color: #eff3f3;
  background-color: rgba(239, 243, 243, 0.95);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  margin-right: 22px;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .he-search-container {
    padding: 0 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
    margin-right: 14px;
  }
}
@media (max-width: 767px) {
  .he-search-container {
    padding: 0 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
    margin-right: 0;
  }
}
.he-search-container p, .he-search-container h1, .he-search-container h2, .he-search-container h3, .he-search-container h4 {
  padding-right: 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  .he-search-container h1 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .he-search-container h1 {
    font-size: 24px;
  }
}

.he-directory-container {
  padding: 30px 20px 20px;
  background: none;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.95);
  border-top: 1px solid #dbdfdf;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
}
@media (min-width: 768px) and (max-width: 979px) {
  .he-directory-container {
    padding: 10px 20px 5px;
  }
}
.he-directory-container p {
  font-size: 19px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .he-directory-container p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .he-directory-container p {
    font-size: 16px;
  }
}
.he-directory-container a {
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}
.he-directory-container a:hover {
  text-decoration: underline;
}
.he-directory-container strong {
  font-weight: 300;
}

.main-panel {
  position: relative;
  overflow: hidden;
}

.search-prac {
  padding: 0 0 0 5px;
  width: 590px;
  margin: 20px auto 30px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .search-prac {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .search-prac {
    margin: 0;
  }
}

.search-loc {
  padding: 0px 5px;
  width: 585px;
  margin: 30px auto 0;
}

@media (min-width: 768px) and (max-width: 979px) {
  .search-prac, .search-loc {
    width: 100%;
    padding: 0;
    margin: 10px auto;
  }
}
@media (max-width: 767px) {
  .search-prac, .search-loc {
    width: 100%;
    padding: 0;
    margin: 10px auto;
  }
}

.search-prac-heading p, .search-loc-heading p, .search-prac-heading {
  width: 110px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .search-prac-heading, .search-loc-heading, .search-prac-content, .search-loc-content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .search-prac-heading, .search-loc-heading, .search-prac-content, .search-loc-content {
    width: 100%;
  }
}

#homepage-search-location {
  width: 423px;
  max-width: 423px;
}
@media (min-width: 768px) and (max-width: 979px) {
  #homepage-search-location {
    width: 100%;
    margin: 0 0 10px;
    max-width: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
  }
}
@media (max-width: 767px) {
  #homepage-search-location {
    width: 100%;
    margin: 0 0 10px;
    max-width: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
  }
}

div.search-loc .tooltip .tooltip-inner {
  background-color: #FF7518;
  font-weight: 400;
  font-size: 15px;
}
div.search-loc .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #FF7518;
}
div.search-loc .tooltip.top .tooltip-arrow {
  border-top-color: #FF7518;
}
div.search-loc .tooltip.left .tooltip-arrow {
  border-left-color: #FF7518;
}
div.search-loc .tooltip.right .tooltip-arrow {
  border-right-color: #FF7518;
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .search-box {
    width: 647px;
  }
  .search-box h1 {
    font-size: 26px;
  }

  .search-options-type {
    width: 34%;
  }

  .search-options-day {
    width: 28%;
  }

  .search-options-location {
    width: 38%;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  .search-options-type {
    width: 100%;
  }

  .search-options-day {
    width: 100%;
    border-width: 1px 0;
    margin: 20px 0 10px 0;
    padding: 10px 0;
  }

  .search-options-location {
    border: none;
    margin-top: 0;
    padding-right: 30px;
  }

  #he-search-options button[type="submit"] {
    display: none;
  }
  #he-search-options .location-box {
    border: 2px solid #bdc3c7;
    padding: 2px 34px 2px 2px;
  }
  #he-search-options .location-box input[type="text"] {
    width: 98%;
    border: 0;
  }
  #he-search-options .location-box button[type="submit"] {
    display: block;
    margin-right: -32px;
  }

  .search-controls {
    max-width: 290px;
  }

  .he-directory-container {
    border: none;
    line-height: 140%;
    color: #666;
  }
  .he-directory-container p {
    font-size: 13px;
    font-weight: 400;
  }
  .he-directory-container a {
    font-size: 13px;
  }
  .he-directory-container strong {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 8px;
    color: #333333;
  }

  .hide_on_mobile {
    display: none;
  }
}
@media (min-width: 1190px) {
  .search-box {
    width: 770px;
  }

  .he-homepage-search-wrapper {
    width: 770px;
  }
}
@media (min-width: 980px) and (max-width: 1189px) {
  .search-box {
    width: 720px;
  }

  .he-homepage-search-wrapper {
    width: 720px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .search-box {
    width: 647px;
  }
  .search-box h1 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .he-homepage-search-wrapper {
    width: 100%;
  }
}
.wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1170px;
}

.wrapleft {
  float: left;
  width: 100%;
  background-color: #eff3f3;
  overflow: hidden;
}

.left-wp {
  margin-right: 320px;
  background-color: #fff;
  padding: 0 40px 20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .left-wp {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }
}
.left-wp .art-det-top {
  margin: 0 0 35px;
}
@media (max-width: 767px) {
  .left-wp .art-det-top {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.left-wp .art-det-top .span6 {
  width: 30%;
  overflow: hidden;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .left-wp .art-det-top .span6 {
    width: 40%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .left-wp .art-det-top .span6 {
    width: 100%;
  }
}
.left-wp .art-det-top .span6.art-sponsor-sect {
  width: 55%;
  border-left: 1px solid #ccc;
  padding-left: 20px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .left-wp .art-det-top .span6.art-sponsor-sect {
    margin-top: 10px;
    padding-top: 10px;
    width: 100%;
    border-left: none;
    border-top: 1px solid #ccc;
  }
}
@media (max-width: 767px) {
  .left-wp .art-det-top .span6.art-sponsor-sect {
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 0;
    width: 100%;
    border-left: none;
    border-top: 1px solid #ccc;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .left-wp .art-det-top .span6 {
    width: 100%;
    margin: 0;
  }
}

.right-wp {
  float: right;
  width: 320px;
  margin-left: -320px;
}
.right-wp .art-listing h2 {
  background: transparent;
  color: #666;
}
.right-wp .art-search-outer {
  border-top: none;
  border-bottom: 1px solid #d8dadc;
}
.right-wp .featured-banner {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .right-wp {
    width: 100%;
    margin-left: 0;
  }
}
.right-wp .he-mobile-apps {
  padding: 0 0 0 20px;
}
.right-wp .he-mobile-apps .he-mobile-banner {
  margin: 0 0 0 10px;
}

div[itemprop="articleBody"] .tab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #333;
  overflow: hidden;
  border-bottom: 1px solid #d8dadc;
}
div[itemprop="articleBody"] .tab:first-child {
  border-top: 1px solid #d8dadc;
}
div[itemprop="articleBody"] .tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
div[itemprop="articleBody"] .tab label {
  position: relative;
  display: block;
  padding: 20px 40px 20px 0;
  margin: 0;
  background: #fff;
  line-height: 1.4em;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  color: #444;
}
div[itemprop="articleBody"] .tab-content {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  padding: 0 40px;
  -webkit-transition: max-height .35s;
  transition: max-height .35s;
}
@media (max-width: 767px) {
  div[itemprop="articleBody"] .tab-content {
    padding: 0 20px;
  }
}
div[itemprop="articleBody"] .tab input:checked ~ .tab-content {
  max-height: 100em;
  padding-bottom: 20px;
}
div[itemprop="articleBody"] .tab label:after {
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 30px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  -webkit-transition: all .35s;
  transition: all .35s;
}
div[itemprop="articleBody"] .tab input[type=checkbox] + label:after {
  content: "+";
}
div[itemprop="articleBody"] .tab input[type=checkbox]:checked + label:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
div[itemprop="articleBody"] .tab input[type=radio]:checked + label:after {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

#main .content-wrapper {
  float: left;
  margin-top: 20px;
  padding: 0 0 40px;
  width: 830px;
}
#main .content-wrapper .row {
  margin-left: 0;
}

.profile-header-wrapper.banner-image {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 284px;
}

.profile-header-wrapper.banner-image .header-alpha {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent url("https://images.healthengine.com.au/public/images/m/profile/black-alpha.png?auto=compress&or=0") top left repeat;
}

.art-det-top {
  padding: 0 0 20px;
}

.art-det-top .span6 {
  margin-left: 0;
  float: none;
}

.author-image {
  margin-right: 10px;
}

.profile-header {
  margin: 0 auto;
  width: 1170px;
}

.profile-header-wrapper {
  position: relative;
  overflow: hidden;
}

.profile-header-wrapper h1 {
  color: #fff;
  margin: 80px 0 0;
  width: 790px;
  right: 0;
  line-height: normal;
  font-size: 32px;
  font-weight: 400;
  float: left;
  box-sizing: border-box;
}

#floating-appts-area {
  position: absolute;
  top: 55px;
  right: 50%;
  z-index: 10;
  width: 300px;
  overflow: hidden;
  background: #ececec;
  margin-right: -585px;
  margin-top: 20px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
#floating-appts-area p {
  margin-left: 3px;
}

#bottom-appt-search {
  background: #ececec;
  box-sizing: border-box;
  clear: both;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-bottom: 0;
  padding-top: 20px;
  width: 830px;
}
#bottom-appt-search .art-search-location {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #bottom-appt-search .art-search-location {
    width: 68%;
  }
}
#bottom-appt-search p {
  margin-left: 18px;
}

.art-listing {
  background: transparent;
  margin: 0;
}

.art-list-outer {
  padding-top: 10px;
}

.art-listing .art-list-outer {
  padding: 0 0 10px;
  border-bottom: none;
  box-sizing: border-box;
}

.art-listing h2, .art-listing .art-search-outer h3 {
  float: none;
  margin: 0 3px 15px;
  clear: both;
  font-size: 16px;
  color: #2b4b5a;
  font-weight: bold;
  background: transparent;
  padding: 0;
}

.art-date,
.art-prac,
#bottom-appt-search .art-listing .art-list-outer .art-prac {
  float: none;
  clear: both;
  font-size: 15px;
  font-weight: 400;
}

#bottom-appt-search .art-date {
  top: 8px;
}

.art-listing .art-list-outer .art-prac, #bottom-appt-search .art-listing .art-list-outer .art-prac, .author-name a {
  color: #008ec8;
  text-decoration: none;
}

.art-listing .art-list-outer .art-prac:hover, .art-listing .art-list-outer .art-prac:active, .art-listing .art-list-outer .art-prac:focus, #bottom-appt-search .art-listing .art-list-outer .art-prac:hover, #bottom-appt-search .art-listing .art-list-outer .art-prac:active, #bottom-appt-search .art-listing .art-list-outer .art-prac:focus, .author-name a:hover, .author-name a:active, .author-name a:focus {
  color: #0075a4;
  text-decoration: underline;
}

.art-listing .art-search-outer .art-search-location {
  background: #fff;
  border: none;
  border-bottom: 1px solid #c0c0c0;
  box-sizing: border-box;
  border-radius: 3px 0 0 3px !important;
  background-clip: padding-box;
  height: 36px;
  line-height: 36px;
  padding: 0 5px;
  width: 70%;
  display: inline-block;
  vertical-align: top;
}

.art-listing .art-search-outer .art-search-button {
  background: #76c33b;
  color: #fff;
  box-sizing: border-box;
  border-radius: 0 3px 3px 0 !important;
  background-clip: padding-box;
  border: none;
  border-bottom: 1px solid #6aaf35;
  border-right: 1px solid #6aaf35;
  height: 36px;
  line-height: 35px;
  width: 30%;
  display: inline-block;
  text-transform: uppercase;
  font-size: 15px;
  vertical-align: top;
}

#floating-appts-area .appointments-preview {
  width: auto;
  margin: 0;
  padding: 0 17px 20px;
}

#floating-appts-area .subset-heading h2.book-apts-head {
  width: auto;
  background: #ff4d00;
  color: #fff;
  margin: 0 -17px 20px;
  padding: 12px 17px;
  font-size: 24px;
  line-height: normal;
  clear: both;
  float: none;
}

#floating-appts-area .next-available .art-list-outer {
  cursor: default;
  background-color: transparent;
  color: #2b4b5a;
  font-size: 15px;
  border: none;
  margin: 20px 0 5px 0;
  clear: both;
  float: none;
}

#floating-appts-area .art-list-times > a, #bottom-appt-search .art-list-times > a {
  text-decoration: none;
  display: block;
  float: left;
  width: 81px;
  margin: 0 7px 7px 0;
  padding: 0 10px;
  text-align: center;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  background-color: #008ec8;
  cursor: pointer;
  font-weight: 400;
  border: none;
  border-radius: 2px !important;
  box-sizing: border-box;
}

#floating-appts-area .art-list-times > a.art-appt-time-6, #floating-appts-area .art-list-times > a.art-appt-time-7, #bottom-appt-search .art-list-times > a.art-appt-time-6, #bottom-appt-search .art-list-times > a.art-appt-time-7 {
  display: none;
}

#floating-appts-area .art-list-times > a:hover, #floating-appts-area .art-list-times > a:focus, #floating-appts-area .art-list-times > a:active, #bottom-appt-search .art-list-times > a:hover, #bottom-appt-search .art-list-times > a:focus, #bottom-appt-search .art-list-times > a:active {
  background-color: #0075a4;
  color: #fff;
}

#floating-appts-area .book-now, #bottom-appt-search .book-now {
  display: block;
  float: none;
  width: 100%;
  padding: 5px 10px;
  margin: 0;
  border-radius: 2px !important;
  background-clip: padding-box;
  text-align: center;
  background: #fff;
  font-size: 18px;
  color: #008ec8;
  text-decoration: none;
  font-weight: 400;
  border: 1px solid #008ec8;
  box-sizing: border-box;
  clear: both;
}

#floating-appts-area .book-now:hover, #floating-appts-area .book-now:active, #floating-appts-area .book-now:focus, #bottom-appt-search .book-now:hover, #bottom-appt-search .book-now:active, #bottom-appt-search .book-now:focus {
  color: #008ec8;
  background: #e0edf3;
}

#floating-appts-area .book-now span:before, #bottom-appt-search .book-now span:before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  background-image: url("https://images.healthengine.com.au/public/images/m/profile/icon_calendar_blue.svg?auto=compress&or=0");
  background-color: transparent;
  background-repeat: no-repeat;
  height: 22px;
  width: 24px;
  margin: 0 5px 0 0;
}

#floating-appts-area .book-now span, #bottom-appt-search .book-now span {
  margin-top: 10px;
  font-weight: 400;
  text-decoration: none;
  font-size: 14px;
  vertical-align: middle;
}

.tab-outer {
  margin-top: 30px;
}

.tab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #333;
  overflow: hidden;
  border-bottom: 1px solid #d8dadc;
}

.tab-outer .tab:first-child {
  border-top: 1px solid #d8dadc;
}

.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.tab label {
  position: relative;
  display: block;
  padding: 20px 40px 20px 0;
  margin: 0;
  background: #fff;
  line-height: 1.4em;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  color: #444;
}

.tab-content {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  padding: 0 40px;
  -webkit-transition: max-height .35s;
  transition: max-height .35s;
}

.tab input:checked ~ .tab-content {
  max-height: 100em;
  padding-bottom: 20px;
}

.tab label:after {
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 30px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.tab input[type=checkbox] + label:after {
  content: "+";
}

.tab input[type=checkbox]:checked + label:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tab input[type=radio]:checked + label:after {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

/* Tablet */
@media (min-width: 980px) and (max-width: 1199px) {
  .container > .row {
    margin: 0;
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }

  .profile-header, #bottom-appt-search {
    margin: 0;
    width: 100%;
  }

  .profile-header-wrapper h1 {
    position: absolute;
    bottom: 100px;
    width: 100%;
    margin: 0;
    font-size: 28px;
    float: none;
    white-space: normal;
    height: auto;
    padding: 0 20px;
    max-height: 116px;
  }

  #floating-appts-area {
    position: static !important;
    width: 100%;
    margin-right: 0;
    margin-top: 1px;
  }

  #floating-appts-area .art-list-times > a.art-appt-time-6,
  #floating-appts-area .art-list-times > a.art-appt-time-7,
  #bottom-appt-search .art-list-times > a.art-appt-time-6,
  #bottom-appt-search .art-list-times > a.art-appt-time-7 {
    display: block;
  }

  .art-listing .art-search-outer {
    padding: 10px 0 0;
  }

  #main .content-wrapper {
    float: none;
    margin-top: 20px;
    padding: 0 0 40px;
    width: 100%;
  }

  .author-name-outer a {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .container > .row {
    margin: 0;
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }

  .profile-header, #bottom-appt-search {
    margin: 0;
    width: 100%;
  }

  .profile-header-wrapper h1 {
    position: absolute;
    bottom: 100px;
    width: 100%;
    margin: 0;
    font-size: 28px;
    float: none;
    white-space: normal;
    height: auto;
    padding: 0 20px;
    max-height: 116px;
  }

  #floating-appts-area {
    position: static !important;
    width: 100%;
    margin-right: 0;
    margin-top: 1px;
  }

  #floating-appts-area .art-list-times > a.art-appt-time-6,
  #floating-appts-area .art-list-times > a.art-appt-time-7,
  #bottom-appt-search .art-list-times > a.art-appt-time-6,
  #bottom-appt-search .art-list-times > a.art-appt-time-7 {
    display: block;
  }

  .art-listing .art-search-outer {
    padding: 10px 0 0;
  }

  #main .content-wrapper {
    float: none;
    margin-top: 20px;
    padding: 0 0 40px;
    width: 100%;
  }

  .author-name-outer a {
    margin-top: 0;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .container > .row {
    margin: 0;
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }

  .profile-header,
  #bottom-appt-search {
    width: 100%;
  }

  .profile-header-wrapper h1 {
    position: absolute;
    bottom: 100px;
    width: 100%;
    margin: 0;
    font-size: 28px;
    float: none;
    white-space: normal;
    height: auto;
    padding: 0 20px;
    max-height: 116px;
  }

  #floating-appts-area {
    position: static !important;
    width: 100%;
    margin-right: 0;
    margin-top: 1px;
  }

  #floating-appts-area .art-list-times > a.art-appt-time-6,
  #floating-appts-area .art-list-times > a.art-appt-time-7,
  #bottom-appt-search .art-list-times > a.art-appt-time-6,
  #bottom-appt-search .art-list-times > a.art-appt-time-7 {
    display: block;
  }

  .art-listing .art-search-outer {
    padding: 10px 0 0;
  }

  #main .content-wrapper {
    float: none;
    margin-top: 20px;
    padding: 0;
    width: 100%;
  }

  .author-name-outer a {
    margin-top: 0;
  }

  #floating-appts-area .art-list-times > a, #bottom-appt-search .art-list-times > a {
    height: 41px;
    width: 31.33%;
    line-height: 39px;
    margin: 0 2% 7px 0;
    padding: 0 3%;
    display: inline-block;
    font-size: 16px;
    float: left;
  }

  #floating-appts-area .art-list-times > a.art-appt-time-6,
  #floating-appts-area .art-list-times > a.art-appt-time-7,
  #bottom-appt-search .art-list-times > a.art-appt-time-6,
  #bottom-appt-search .art-list-times > a.art-appt-time-7 {
    display: none;
  }

  .art-listing .art-list-outer .art-date,
  #bottom-appt-search .art-list-outer .art-date {
    font-size: 15px;
  }

  .art-listing .art-list-outer .art-list-times {
    padding-top: 0;
  }

  #floating-appts-area .book-now {
    height: 41px;
    line-height: 35px;
    padding: 0;
  }

  #floating-appts-area .book-now span {
    margin-top: 0;
    font-size: 16px;
  }

  .art-listing .art-search-outer {
    padding: 10px 0 0;
  }

  .art-listing .art-search-outer .art-search-button,
  .art-listing .art-search-outer .art-search-location {
    height: 41px;
    line-height: 39px;
  }

  .tab label {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tab label:after {
    height: 84px;
    line-height: 80px;
  }

  .art-listing .art-list-outer.art-list-2 {
    display: block;
  }

  .tab label, .art-listing .art-list-outer .art-prac,
  .bottom-appt-search .art-listing .art-list-outer .art-prac {
    font-size: 16px;
  }
}
.app-mob-input {
  background-color: #008ec8;
  color: #fff;
  display: none;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
}
.app-mob-input .app-mob-intro {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}
.app-mob-input .app-mob-input-out button, .app-mob-input .app-mob-input-out input {
  background: #fff;
  border: none;
  color: #051e2a;
  display: inline-block;
  float: none;
  vertical-align: text-top;
}
.app-mob-input .app-mob-input-out input[type="tel"] {
  height: 38px;
  font-size: 15px;
  padding: 0 10px;
  line-height: 38px;
  max-width: 230px;
  width: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .app-mob-input .app-mob-input-out input[type="tel"] {
    width: 86%;
  }
}
@media (min-width: 768px) {
  .app-mob-input .app-mob-input-out input[type="tel"] {
    border-bottom-left-radius: 5px !important;
    border-top-left-radius: 5px !important;
    height: 60px;
    line-height: 15px;
    max-width: 342px;
    padding: 0 10px 0 20px;
    width: 342px;
  }
}
.app-mob-input .app-mob-input-out input[type="tel"]::-webkit-input-placeholder {
  color: inherit;
}
.app-mob-input .app-mob-input-out input[type="tel"]:-moz-placeholder {
  color: inherit;
}
.app-mob-input .app-mob-input-out input[type="tel"]::-moz-placeholder {
  color: #9c9c9c;
  opacity: 1;
}
.app-mob-input .app-mob-input-out input[type="tel"]:-ms-input-placeholder {
  color: inherit;
}
.app-mob-input .app-mob-input-out #app-submit-tp {
  color: inherit;
  cursor: pointer;
  font-size: 19px;
  line-height: 30px;
  min-width: 38px;
  padding: 5px 10px;
  position: relative;
  height: 38px;
  width: 38px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .app-mob-input .app-mob-input-out #app-submit-tp {
    width: 14%;
  }
}
@media (min-width: 768px) {
  .app-mob-input .app-mob-input-out #app-submit-tp {
    background-color: #77c146;
    border-bottom-right-radius: 5px !important;
    border-top-right-radius: 5px !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    height: 60px;
    width: 130px;
  }
}
.app-mob-input .app-mob-input-out #app-submit-tp:hover {
  background: #6aaf35;
}
.app-mob-input p {
  color: #fff;
  font-weight: 300;
}

.download-app-outer {
  background: transparent;
}
.download-app-outer .download-app {
  background-color: #f4f4f4;
  padding: 10px 0 0 0;
  text-align: center;
}
.download-app-outer .app-link {
  display: block;
  width: 200px;
  margin: 0 auto 5px;
  padding: 8px;
  background-color: #ff4d00;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.download-app-outer .app-link:focus, .download-app-outer .app-link:active, .download-app-outer .app-link:hover, .download-app-outer .app-link:visited:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.download-app-outer .app-desc {
  display: block;
  max-width: 80%;
  margin: 0 0 0 10%;
  background-color: transparent;
  color: #FF4D00;
  font-size: 14px;
  font-weight: 700;
}
.download-app-outer .app-logo-link {
  display: inline-block;
}
.download-app-outer .app-logo-link:focus, .download-app-outer .app-logo-link:active, .download-app-outer .app-logo-link:hover, .download-app-outer .app-logo-link:visited:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.download-app-outer .app-logo-img {
  width: 128px;
  margin: 5px 5px 10px 5px;
}

.bk-loader {
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
  padding: 20px 0;
}

.bk-dot-one, .bk-dot-two, .bk-dot-three {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  border-radius: 20px !important;
  background-clip: padding-box;
}

.lt-ie11 .bk-dot-one, .lt-ie11 .bk-dot-two, .lt-ie11 .bk-dot-three {
  display: none;
}

.bk-dot-three {
  margin: 0;
}

@-webkit-keyframes pulse1 {
  0% {
    background-color: #2b4b5a;
  }
  100% {
    background-color: #fff;
  }
}
@keyframes pulse1 {
  0% {
    background-color: #2b4b5a;
  }
  100% {
    background-color: #fff;
  }
}
@-webkit-keyframes pulse2 {
  0% {
    background-color: #61c6c4;
  }
  100% {
    background-color: #fff;
  }
}
@keyframes pulse2 {
  0% {
    background-color: #61c6c4;
  }
  100% {
    background-color: #fff;
  }
}
@-webkit-keyframes pulse3 {
  0% {
    background-color: #f1b81b;
  }
  100% {
    background-color: #fff;
  }
}
@keyframes pulse3 {
  0% {
    background-color: #f1b81b;
  }
  100% {
    background-color: #fff;
  }
}
.bk-dot-one {
  -webkit-animation: pulse1 1s infinite;
  animation: pulse1 1s infinite;
}

.bk-dot-two {
  -webkit-animation: pulse2 1s infinite;
  animation: pulse2 1s infinite;
  -webkit-animation-delay: 0.333s;
  animation-delay: 0.333s;
}

.bk-dot-three {
  -webkit-animation: pulse3 1s infinite;
  animation: pulse3 1s infinite;
  -webkit-animation-delay: 0.666s;
  animation-delay: 0.666s;
}

.updated:not(.published) {
  display: none;
}
