/* Compiled Less CSS File */
/* Generated from "style.css" */

/* File style-theme-name.less does not exists! */
.bootstrap_media_query_debugger {
  background: #000;
  color: #fff;
  position: fixed;
  top: 0;
  z-index: 2000;
  cdisplay: none;
}
@media (max-width: 767px) {
  
}
@media (min-width: 768px) {
  
}
@media (min-width: 992px) {
  
}
@media (min-width: 1200px) {
  
}
a {
  color: #5a7e96;
}
/**
*Setup
* -----------------------------------------------------------------------------
*/
html,
body {
  height: 100%;
  width: 100%;
  font-size: 16px;
  line-height: 1.2;
}
body {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  line-height: 1.2;
  color: #202945;
  background-color: #fff;
}
.home {
  background-color: #f0f0f0;
}
.no_space_before {
  margin-top: 0!important;
  padding-top: 0!important;
}
.no_space_after {
  margin-bottom: 0!important;
  padding-bottom: 0!important;
}
.clear_both {
  clear: both;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: normal;
}
h1,
.h1 {
  font-size: 36px;
  line-height: 39px;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 30px;
    line-height: 33px;
  }
}
h2,
.h2 {
  font-size: 30px;
  line-height: 33px;
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 24px;
    line-height: 26px;
  }
}
h3,
.h3 {
  font-size: 24px;
  line-height: 26px;
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 20px;
    line-height: 22px;
  }
}
h4,
.h4 {
  font-size: 18px;
  line-height: 19px;
}
h5,
.h5 {
  font-size: 14px;
  line-height: 15px;
}
h6,
.h6 {
  font-size: 12px;
  line-height: 13px;
}
.list-unstyled {
  list-style: none;
  padding-left: 0;
}
.styled-select select {
  background: transparent;
  width: 268px;
  padding: 5px;
  font-size: 16px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 34px;
  -webkit-appearance: none;
}
.styled-select {
  width: 240px;
  height: 34px;
  overflow: hidden;
  background: url(images/styled-select-arrow.png) no-repeat right transparent;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.custom_button {
  display: inline-block;
  color: #fff;
  background-color: #5a7e96;
  text-decoration: none;
  padding: 8px;
}
.custom_button:hover {
  color: #fff;
  text-decoration: none;
}
.gallery_photo {
  display: inline-block;
  padding: 4px;
  border: 1px solid #ddd;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.17);
}
.gallery_thumb {
  display: inline-block;
  padding-bottom: 12px;
  padding-right: 12px;
}
.scroll_down {
  margin: 0 auto;
  cursor: pointer;
  width: 40px;
  height: auto;
}
@media (min-width: 768px) {
  .scroll_down {
    width: 81px;
  }
}
.scroll_down img {
  width: 40px;
  height: auto;
}
@media (min-width: 768px) {
  .scroll_down img {
    width: 81px;
  }
}
.diamond_desktop {
  position: absolute;
  bottom: 40px;
  left: -42px;
  width: 81px;
  height: 80px;
  z-index: 999999;
  display: none;
}
@media (min-width: 768px) {
  .diamond_desktop {
    display: block;
  }
}
.diamond_desktop_content_container {
  position: absolute;
  bottom: 40px;
  width: 100%;
  height: 58px;
}
.diamond_desktop_content_container .diamond_desktop {
  bottom: 0;
  position: relative;
  margin: 0 auto;
}
.diamond_mobile_container {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 45px;
  display: block;
}
@media (min-width: 768px) {
  .diamond_mobile_container {
    display: none;
  }
}
.diamond_mobile {
  width: 41px;
  height: 40px;
  cursor: pointer;
  display: block;
}
.arrow_down_container {
  position: absolute;
  top: 22px;
  left: 22px;
}
.arrow_down {
  width: 12px;
  height: 12px;
  border-top: 2px solid #a5baca;
  border-right: 2px solid #a5baca;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */

  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */

}
/**
*Section Markers
* -----------------------------------------------------------------------------
*/
#section_markers {
  position: fixed;
  top: 260px;
  right: 10px;
  width: 14px;
  z-index: 9000;
}
.section_marker {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #202945;
  cursor: pointer;
  margin-bottom: 12px;
  border: 1px solid #a5baca;
}
.section_marker_current {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #202945;
  cursor: pointer;
  margin-bottom: 12px;
  border: 1px solid #a5baca;
  background-color: #5a7e96;
}
/**
*Images
* -----------------------------------------------------------------------------
*/
/**
*Form Elements
* -----------------------------------------------------------------------------
*/
/**
*Header
* -----------------------------------------------------------------------------
*/
.site-masthead {
  -webkit-box-shadow: inset 0 -2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -2px 5px rgba(0, 0, 0, 0.1);
}
/* Nav links */
#navbar {
  z-index: 90050;
  width: 100%;
  text-align: center;
}
#navbar ul {
  margin: 0;
  padding: 0;
}
.navbar-inverse {
  background-color: #202945;
  height: 20px;
  padding: 12px 0;
  xoverflow: hidden;
}
.xnavbar-fixed-top {
  border: 0;
  border-radius: 0;
}
.navbar-brand {
  font-family: 'Playfair Display', serif;
}
.navbar {
  text-align: center;
  width: 100%;
  min-height: 44px;
  clear: both;
  text-transform: uppercase;
  color: #f0f0f0;
  margin: 0;
  display: none;
}
.navbar a {
  color: #f0f0f0;
}
.navbar a:hover {
  color: #5a7e96;
  text-decoration: none;
}
.navbar li {
  display: inline-block;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .navbar {
    display: block;
  }
}
@media (max-width: 992px) {
  .navbar {
    font-size: 12px;
  }
}
.current-menu-item a,
.current-menu-ancestor a {
  color: #5a7e96;
}
.current-menu-item ul a,
.current-menu-ancestor ul a {
  color: #fff;
}
.current-menu-ancestor .active a {
  color: #5a7e96;
}
#mobile_menu {
  background-color: rgba(32, 40, 68, 0.95);
  display: none;
  padding-bottom: 2px;
  z-index: 9999999999;
  position: absolute;
  top: 0;
  width: 100%;
  color: #f0f0f0;
}
#mobile_menu #mobile_close {
  width: 12px;
  margin: 0 auto;
  cursor: pointer;
  padding-top: 26px;
}
#mobile_menu #mobile_logo {
  width: 245px;
  margin: 0 auto;
  padding-top: 30px;
}
#mobile_menu #mobile_logo img {
  width: 245px;
  height: auto;
  margin: 0 auto;
}
#mobile_menu a {
  color: #f0f0f0;
}
#mobile_menu .current_menu_item a {
  color: #5a7e96;
}
#mobile_menu .current_menu_item a .sub-menu a {
  color: #f0f0f0;
}
#mobile_menu .current_menu_item .sub-menu a {
  color: #f0f0f0;
}
.menu-mobile-menu-container {
  width: 280px;
  margin: 0 auto;
  padding-top: 28px;
}
.menu-mobile-menu-container ul {
  list-style: none;
  font-size: 16px;
  line-height: 20px;
  padding: 0 0 0 0;
}
.menu-mobile-menu-container ul li {
  padding-bottom: 4px;
}
.menu-mobile-menu-container ul ul {
  padding-left: 36px;
  padding-top: 5px;
}
.menu-mobile-menu-container ul li {
  padding: 5px 0 12px 0;
}
.navbar-header-mobile {
  text-align: center;
  padding: 12px 0 12px 0;
}
.navbar-header-mobile .icon-bar {
  border-top: 2px solid #5a7e96;
  width: 24px;
  height: 5px;
  display: block;
}
.navbar-header-mobile button {
  border: 0;
  background: none;
}
@media (min-width: 768px) {
  .navbar-header-mobile {
    display: none;
  }
}
#content_header {
  background: url(images/content_header_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 179px;
  position: relative;
  display: table;
}
#content_header_inner {
  display: table-cell;
  height: auto;
  vertical-align: middle;
  text-align: center;
}
#content_header_inner #extract {
  color: #d8d2cb;
  font-size: 22px;
  max-width: 779px;
  margin: 0 auto;
  padding: 0 12px 20px 12px;
}
#content_logo {
  margin: 0 auto;
  width: 100%;
}
#content_logo img {
  margin: 0 auto;
  width: 90%;
  height: auto;
  max-width: 397px;
}
#content_title {
  text-align: center;
}
#content_title h1 {
  font-size: 30px;
  line-height: 30px;
  color: #5c7e97;
  padding: 36px 0  16px 0;
}
/**
*Home
* -----------------------------------------------------------------------------
*/
/**
*Content
* -----------------------------------------------------------------------------
*/
#responsive_circle,
#responsive_diamond,
#responsive_triangle {
  width: 20%;
  max-width: 140px;
  height: auto;
  padding: 24px 0 24px;
}
@media (min-width: 768px) {
  #responsive_circle,
  #responsive_diamond,
  #responsive_triangle {
    padding: 24px 0 48px;
  }
}
#main_container {
  background-color: #fff;
  background: url(images/content_scroll_slim.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  min-height: 340px;
  padding-bottom: 120px;
  margin-bottom: 20px;
}
#main_container h1 {
  font-size: 30px;
  line-height: 30px;
  color: #5c7e97;
}
#main_container h2 {
  padding: 0;
  font-size: 48px;
  margin: 32px 0 0  0;
}
#main_container h3 {
  font-size: 26px;
  padding: 0;
  margin: 16px 0 0  0;
}
#main_container h4 {
  padding: 0;
  margin: 8px 0 8px 0;
  line-height: 24px;
}
#main_container p {
  padding: 0;
  margin: 8px 0 8px  0;
  color: #202945;
  font-size: 16px;
  line-height: 22px;
}
#main_container ul {
  margin: 2px 0 0 7px;
  padding: 0;
  text-align: center;
  list-style: none;
  font-size: 16px;
  line-height: 22px;
  list-style-image: none;
  padding-top: 0px;
  padding-left: 15px;
}
#main_container ul li:before {
  content: url(images/bullet-point.png);
}
#main_container li {
  margin-bottom: 4px;
}
#responsive_logo {
  width: 60%;
  max-width: 586px;
  height: auto;
}
@media (max-width: 768px) {
  #responsive_logo {
    width: 50%;
  }
}
.home del {
  display: inline-block;
  padding: 16px 0;
}
@media (max-width: 768px) {
  .home del {
    padding: 0;
  }
}
#section_2_text {
  padding-top: 12px;
}
@media (min-width: 768px) {
  #section_2_text {
    padding-top: 32px;
  }
}
#section_2 p,
#section_2 a {
  font-size: 12px;
  line-height: 1.3;
}
@media (max-width: 400px) {
  #section_2 p br,
  #section_2 a br {
    content: " ";
    display: none;
  }
}
@media (min-width: 400px) {
  #section_2 p,
  #section_2 a {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  #section_2 p,
  #section_2 a {
    font-size: 1.3vw;
  }
}
@media (max-width: 768px) {
  #section_3,
  #section_6,
  #section_7 {
    padding-bottom: 24px;
  }
}
#section_3 p,
#section_3 a,
#section_6 p,
#section_6 a,
#section_7 p,
#section_7 a {
  font-size: 14px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  #section_3 p,
  #section_3 a,
  #section_6 p,
  #section_6 a,
  #section_7 p,
  #section_7 a {
    font-size: 1.3vw;
  }
}
.page-template-page-2-cols #main_container ul {
  list-style-image: url(images/bullet-point.png);
  text-align: left;
}
.page-template-page-2-cols #main_container ul li:before {
  content: '';
}
.page-template-page-2-cols #main_container li {
  margin-left: 16px;
}
.page-template-page-left-align #main_container {
  text-align: left;
}
.page-template-page-left-align #main_container ul {
  list-style-image: url(images/bullet-point.png);
  text-align: left;
}
.page-template-page-left-align #main_container ul li:before {
  content: '';
}
.page-template-page-left-align #main_container li {
  margin-left: 16px;
}
.home #main_container {
  background-color: #f0f0f0;
  background-image: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.home #main_container ul {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
.home #main_container ul li {
  padding: 0;
}
.home #main_container ul li:before {
  content: normal;
}
.page-side {
  text-align: center;
}
.page-side img {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 4px;
  border: 1px solid #ddd;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.17);
}
.page-side #page_side_photo_1 {
  margin-top: 24px;
}
.page-side #page_side_photo_1,
.page-side #page_side_photo_2 {
  margin-bottom: 32px;
}
.page-gallery {
  text-align: center;
}
#map {
  height: 585px;
}
.text-centered {
  text-align: center;
}
.text-right {
  text-align: right;
}
/**
*Font Awesome Icons
* -----------------------------------------------------------------------------
*/
/**
*Footer
* -----------------------------------------------------------------------------
*/
#footer {
  padding: 40px 0;
  min-height: 300px;
  background-color: #202945;
  color: #f0f0f0;
}
#footer a {
  color: #f0f0f0;
}
#footer a:hover {
  text-decoration: none;
  color: #5a7e96;
}
#footer .menu {
  list-style: none;
  padding-left: 0;
  font-size: 16px;
  line-height: 30px;
}
@media (min-width: 768px) {
  #footer .menu {
    padding-left: 100px;
  }
}
#footer ul .sub-menu {
  list-style: none;
}
#footer .current-menu-item a,
#footer .current-menu-ancestor a {
  color: #5a7e96;
}
#footer .current-menu-item ul a,
#footer .current-menu-ancestor ul a {
  color: #fff;
}
#footer .current-menu-ancestor .current-menu-item a {
  color: #5a7e96;
}
#text-2 {
  text-align: center;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  #text-2 {
    padding-top: 60px;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  #nav_menu-2 {
    width: 320px;
    margin: 0 auto;
  }
}
#site_credit {
  border-top: 1px solid #2f3e59;
  background-color: #202945;
  padding: 64px 0;
  color: #5a7e96;
  font-style: italic;
  text-align: center;
  min-height: 400px;
}
#site_credit a,
#site_credit a:hover {
  color: #5a7e96;
  text-decoration: none;
}
#site_credit .strike {
  text-decoration: line-through;
}
/**
*Home Page
* -----------------------------------------------------------------------------
*/
.dynamic_box {
  position: relative;
  text-align: center;
  font-size: 18px;
  display: table;
}
@media (max-width: 768px) {
  .dynamic_box {
    width: 100%;
    overflow: hidden;
  }
}
.dynamic_box_inner {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .dynamic_box_inner {
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }
}
.dynamic_box_1 {
  background: url(../../../wp-content/uploads/2015/12/pic_1.png) no-repeat bottom right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  font-size: 48px;
}
@media (max-width: 768px) {
  .dynamic_box_1 {
    font-size: 32px;
  }
}
@media (max-width: 768px) and (max-width: 560px) {
  .dynamic_box_1 .dynamic_box_inner {
    vertical-align: top;
    padding-top: 32px;
  }
}
.dynamic_box_3 {
  overflow: hidden;
  font-size: 12px;
}
.dynamic_box_4 {
  overflow: hidden;
  background: url(../../../wp-content/uploads/2018/07/Dr-Pendleton-home-page.jpg) no-repeat bottom right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.dynamic_box_5 {
  overflow: hidden;
  background: url(../../../wp-content/uploads/2018/07/Dr-Berge-home-page.jpg) no-repeat bottom right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.dynamic_box_6 {
  overflow: hidden;
}
.dynamic_box_8 {
  background-color: #5a7e96;
  padding: 0;
}
.blog_home_thumb_row {
  display: block;
  height: 50%;
  min-height: 291px;
}
.blog_home_thumb {
  min-height: 291px;
  height: 100%;
  display: table;
  font-size: 22px;
  color: #f0f0f0;
  background: url(../../../wp-content/uploads/2015/12/blog_thumb_default.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.blog_home_thumb .blog_home_thumb_inner {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.blog_home_thumb a {
  color: #f0f0f0;
  text-decoration: none;
}
.blog_home_thumb .read_more {
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 24px;
  font-weight: bold;
}
.blog_home_thumb .read_more a {
  color: #f0f0f0;
}
.filter_container {
  padding: 40px 0 58px 0;
  max-width: 570px;
  margin: 0 auto;
}
.filter_container .col-sm-3 {
  margin: 0;
  padding: 0 4px;
  margin-bottom: 6px;
}
.filter_container .filter_by_label {
  font-weight: bold;
  text-align: center;
  padding-top: 6px;
}
@media (max-width: 768px) {
  .filter_container .filter_by_label {
    padding-right: 32px;
  }
}
.filter {
  background-color: #d6dfe5;
  text-align: center;
  height: 33px;
  width: auto;
  overflow: hidden;
  padding-top: 6px;
  cursor: pointer;
}
.filter_down {
  float: right;
  width: 32px;
  height: 33px;
  background-color: #d6dfe5;
  background-image: url(images/filter_down.png);
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}
.feature_link {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
#featured_posts {
  background-color: #dbe3e8;
  width: 100%;
  margin: 0;
  padding: 0;
}
#featured_posts .col-sm-6,
#featured_posts .row {
  margin: 0;
  padding: 0;
}
#featured_posts .col-sm-6 {
  width: 100%;
}
@media (min-width: 768px) {
  #featured_posts .col-sm-6 {
    width: 50%;
  }
}
.big_featured_thumb {
  margin: 0;
  height: 618px;
  display: table;
}
.big_featured_thumb .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 12px;
}
.big_featured_thumb .inner a:hover {
  text-decoration: none;
}
.big_feature_heading {
  text-transform: uppercase;
  font-size: 18px;
}
.featured_thumb {
  margin: 0;
  background-color: #f00;
  height: 309px;
  display: table;
  font-size: 22px;
  color: #f0f0f0;
}
.featured_thumb a {
  color: #f0f0f0;
}
.featured_thumb a:hover {
  color: #f0f0f0;
  text-decoration: none;
}
.featured_thumb .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 12px;
}
.featured_thumb .read_more {
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 24px;
  font-weight: bold;
}
.featured_thumb .read_more a {
  color: #f0f0f0;
}
#load_more_container {
  background: url(images/content_scroll_blog_thumbs.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  width: 100%;
}
#load_more_container .container {
  padding-top: 90px;
  height: 442px;
}
#load_more_container #load_more_button {
  position: relative;
  width: 81px;
  margin: 0 auto;
  cursor: pointer;
}
#load_more_container #load_more_link {
  text-align: center;
  cursor: pointer;
  color: #5a7e96;
  padding-top: 16px;
  font-size: 14px;
  font-weight: bold;
}
/**
*Home Slider
* -----------------------------------------------------------------------------
*/
#section_1 {
  padding: 0;
}
#home_slider {
  position: relative;
  width: 100%;
  padding: 0;
}
#home_slider ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
#home_slider ul li {
  display: block;
  padding: 0;
  margin: 0;
  float: left;
}
#home_slider #previous {
  display: none;
  position: absolute;
  left: 0;
  width: 32px;
  height: 32px;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  z-index: 999999;
  color: #fff;
}
#home_slider #previous img {
  display: block;
  width: 8px;
  height: auto;
  margin: 0 auto;
  margin-top: 8px;
}
@media (min-width: 1000px) {
  #home_slider #previous {
    width: 62px;
    height: 62px;
  }
  #home_slider #previous img {
    width: 13px;
    margin-top: 18px;
  }
}
#home_slider #previous:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#home_slider #next {
  display: none;
  position: absolute;
  right: 0;
  width: 32px;
  height: 32px;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  z-index: 999999;
  color: #fff;
}
#home_slider #next img {
  display: block;
  width: 8px;
  height: auto;
  margin: 0 auto;
  margin-top: 8px;
}
@media (min-width: 1000px) {
  #home_slider #next {
    width: 62px;
    height: 62px;
  }
  #home_slider #next img {
    width: 13px;
    margin-top: 18px;
  }
}
#home_slider #next:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#home_slider #slides_viewport {
  width: 100%;
  overflow: hidden!important;
  position: relative;
}
#home_slider #slides {
  position: relative;
}
#home_slider .slide {
  display: block;
  float: left;
  width: 100%;
}
#home_slider .photo {
  position: absolute;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
#home_slider .slide_container {
  position: absolute;
  display: table;
  width: 100%;
}
#home_slider .text {
  display: table-cell;
  padding-bottom: 64px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  #home_slider .text {
    padding-bottom: 0;
  }
}
#home_slider .text p {
  display: block;
  color: #f0f0f0;
  text-align: center;
  font-size: 24px;
  font-size: 2rem;
  line-height: 1.2;
}
@media (max-width: 320px) {
  #home_slider .text p {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  #home_slider .text p {
    font-size: 2.4vw;
  }
}
@media (min-width: 992px) {
  #home_slider .text p {
    font-size: 3.4vw;
  }
}
.small_divider {
  display: inline-block;
  width: 32px;
  border-top: 1px solid #212844;
  margin: 2px 0 12px 0;
}
.staff {
  padding-bottom: 64px;
  width: 280px;
  display: inline-block;
  margin: 0 32px;
}
.staff img {
  width: 100%;
  height: auto;
  max-width: 250px;
  padding-bottom: 16px;
  margin: 0 auto;
}
.patientinfo {
  padding-bottom: 64px;
  width: 223px;
  display: inline-block;
  margin: 0 32px;
  vertical-align: top;
}
#staff_info h4,
#staff_single_container h4 {
  color: #212844;
  font-size: 20px;
  margin: 0;
  padding: 0;
  margin-bottom: 12px;
  line-height: 24px;
}
#staff_info h4 a,
#staff_single_container h4 a {
  color: #212844;
}
#staff_info h4 a:hover,
#staff_single_container h4 a:hover {
  text-decoration: none;
}
#staff_single_container {
  padding-top: 60px;
  padding-bottom: 64px;
}
.staff_img_single img {
  width: 100%;
  height: auto;
  max-width: 288px;
  padding-bottom: 16px;
}
#about_scroll {
  width: 100%;
  background: url(images/content_scroll_triangle_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  height: 240px;
}
#about_content h2 {
  font-size: 28px;
  padding-bottom: 32px;
}
#patients_scroll {
  width: 100%;
  background: url(images/content_scroll_slim.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  height: 281px;
}
#patients_content h2 {
  margin-bottom: 60px;
  font-size: 48px;
}
#patients_content h3 {
  margin-top: 0;
  font-size: 20px;
}
#patients_content .small_divider {
  margin-bottom: 8px;
}
#patients_content .sphere_left {
  text-align: center;
  padding-bottom: 12px;
}
@media (min-width: 992px) {
  #patients_content .sphere_left {
    text-align: right;
    padding-bottom: 0;
  }
}
#patients_content .patients_content_text {
  text-align: center;
}
@media (min-width: 768px) {
  #patients_content .patients_content_text {
    text-align: left;
  }
}
#patients_content .patients_content_text_right {
  text-align: center;
}
@media (min-width: 768px) {
  #patients_content .patients_content_text_right {
    text-align: right;
  }
}
#patients_content .sphere_right {
  text-align: center;
  padding-bottom: 12px;
}
@media (min-width: 992px) {
  #patients_content .sphere_right {
    text-align: left;
    padding-bottom: 0;
  }
}
#patients_content .info_row {
  padding-bottom: 48px;
}
@media (min-width: 992px) {
  #patients_content .info_row {
    padding-bottom: 90px;
  }
}
#practitioners_wrapper,
#blog_single_wrapper {
  xbackground: url(images/content_scroll_practitioners_bg.jpg);
  xbackground-repeat: no-repeat;
  xbackground-position: bottom center;
  width: 100%;
}
#practitioners_wrapper h3,
#blog_single_wrapper h3 {
  padding-top: 24px;
}
#practitioners_wrapper #main_container,
#blog_single_wrapper #main_container {
  xbackground: none;
  xpadding-bottom: 60px;
}
#blog_single_wrapper {
  xbackground: url(images/content_scroll_blog_bg.jpg);
  xbackground-repeat: no-repeat;
  xbackground-position: bottom center;
}
#blog_single_wrapper #main_container {
  xpadding-bottom: 50px;
}
#error_messages {
  clear: both;
}
#error_messages {
  color: #c20430;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  padding: 0 0 12px 0;
}
.error_messages_header {
  color: #fff;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  line-height: 28px;
  background: #c20430;
}
.error_message {
  cursor: pointer;
  display: block;
}
#error_form_messages {
  color: #c20430;
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
  text-align: center;
  padding: 22px 0 22px  0;
}
#error_form_messages a {
  color: #c20430;
  text-decoration: underline;
}
.form_field {
  border: 1px solid #cecece;
  border-radius: 4px;
  padding: 4px;
  height: 34px;
}
#frmReferral {
  padding-top: 32px;
}
#frmReferral .row {
  padding-bottom: 24px;
}
#frmEnquiry .row {
  padding-bottom: 16px;
}
#frmReferral .submit_container {
  padding: 44px 0 70px 0;
}
#frmEnquiry .submit_container {
  padding: 32px 0 90px 0;
}
.enquiry_submit,
.referral_submit {
  cursor: pointer;
}
#enquiry_sending,
#referral_sending {
  display: none;
}
#enquiry_sent,
#referral_sent {
  display: none;
  padding: 12px 12px 48px 12px;
}
#frmReferral label,
#frmContact label {
  font-weight: normal;
  font-size: 16px;
  padding: 0;
  margin: 0;
}
#patient_name,
#patient_dob,
#email,
#address,
#phone,
#mobile,
#postcode,
#comments,
#referring_dr,
#date,
#referring_dr_address,
#provider_number,
#referring_dr_phone,
#fullname,
#phone,
#email,
#message {
  border: 1px solid #cecece;
  border-radius: 4px;
  padding: 4px;
  height: 34px;
  width: 100%;
}
#phone {
  margin-right: 20px;
}
#state,
#postcode {
  width: 100px;
}
#state_container .styled-select select {
  width: 100px;
}
#state_container .styled-select {
  width: 100px;
  padding-left: 18px;
}
#message,
#contact_comments,
#comments {
  height: 140px;
}
#terms_conditions {
  display: none;
}
#details_label {
  font-size: 16px;
  color: #5a7e96;
  padding-bottom: 24px;
}
.details_checkbox {
  display: block;
  padding-bottom: 6px;
}
#referral_info_container {
  background-color: #eef2f4;
  padding: 0 20px;
}
#referral_to_label {
  font-size: 22px;
  color: #5a7e96;
  padding-top: 20px;
}
#doctor_container {
  background: #fff;
  width: 240px;
}
#contact_bottom h2 {
  font-size: 48px;
  margin: 90px 0 64px 0;
  line-height: 52px;
}
/**
*Blog
* -----------------------------------------------------------------------------
*/
.blog-main {
  font-size: 18px;
  line-height: 1.5;
}
.blog-post {
  margin-bottom: 60px;
}
#blog-post-title h2 {
  margin-top: 50px;
  margin-bottom: 5px;
  padding: 0;
  font-size: 40px;
  line-height: 46px;
}
#blog-post-content h3 {
  margin-top: 48px;
  margin-bottom: 5px;
  padding: 0;
  font-size: 14px;
  color: #5a7e96;
}
.featured_image {
  width: 100%;
  height: auto;
  margin-top: 56px;
}
.blog-post-meta {
  margin: 20px 0;
  color: #909597;
  font-size: 14px;
  padding-bottom: 44px;
}
.blog-post-meta a {
  color: #909597;
}
#post_navigation {
  padding-bottom: 260px;
  text-align: center;
}
#post_navigation img {
  margin: 0 16px;
}
/* Sidebar modules for boxing content */
.blog-sidebar ul {
  list-style: none;
  padding-left: 0;
}
#social_share {
  padding-top: 24px;
}
.social_share_label {
  color: #909597;
  font-weight: bold;
  font-size: 14px;
}
.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
}
.sidebar-module-inset {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}
/* Pagination */
.pager {
  margin-bottom: 60px;
  text-align: left;
}
.pager > li > a {
  width: 140px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}
.pager {
  margin-bottom: 60px;
  text-align: left;
}
.page-numbers {
  list-style: none;
}
.page-numbers li {
  display: inline;
}
ul.page-numbers > li > a {
  width: 140px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}
ul.page-numbers li:first-child > a,
ul.page-numbers li:last-child > a,
.page-numbers li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
#disclaimer {
  font-size: 12px;
  padding-bottom: 24px;
  font-style: normal;
}
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  border: none;
  margin: 0;
  padding: 0;
  line-height: 18px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 90000;
  font-size: 14px;
}
#mobile_phone_top {
  text-align: right;
  background: #202945;
  font-size: 18px;
  padding: 4px 12px 0 0;
  height: 32px;
}
#mobile_phone_top a {
  color: #fff;
}
@media (min-width: 768px) {
  #mobile_phone_top {
    display: none;
  }
}
#desktop_phone {
  float: right;
  padding-right: 12px;
  font-size: 18px;
  margin-top: -3px;
  text-transform: none;
}
@media (min-width: 992px) {
  #desktop_phone {
    padding-right: 24px;
    font-size: 20px;
    margin-top: -5px;
  }
}
#desktop_phone a {
  color: #f0f0f0;
}
#mobile_phone {
  text-align: center;
  font-size: 18px;
  text-transform: none;
  margin-top: 32px;
}
#mobile_phone a {
  color: #f0f0f0;
}
#mobile_phone a:hover {
  text-decoration: none;
}
#cssmenu {
  height: 24px;
  display: block;
  padding: 0;
  margin: 0;
  width: 630px;
}
@media (min-width: 904px) {
  #cssmenu {
    margin: 0 auto;
  }
}
#cssmenu,
#cssmenu > ul > li > ul > li a:hover {
  background: #202945;
}
#cssmenu > ul {
  list-style: inside none;
  padding: 0;
  margin: 0;
}
#cssmenu > ul > li {
  list-style: inside none;
  padding: 0;
  margin: 0;
  float: left;
  display: block;
  position: relative;
}
#cssmenu > ul > li > a {
  outline: none;
  display: block;
  position: relative;
  padding: 4px 8px 0px 8px;
  text-align: left;
  text-decoration: none;
}
@media (min-width: 904px) {
  #cssmenu > ul > li > a {
    padding: 4px 12px 0px 12px;
  }
}
#cssmenu > ul > li > a:hover {
  color: #ffffff;
}
#cssmenu ul li.has-sub:hover > a:after {
  top: 0;
  bottom: 0;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  xxtop: 19px;
}
#cssmenu ul li.has-sub:hover > a {
  xxpadding-bottom: 13px;
  xxpadding-top: 13px;
  xxtop: -1px;
  z-index: 999;
}
#cssmenu ul li.has-sub:hover > ul,
#cssmenu ul li.has-sub:hover > div {
  display: block;
}
#cssmenu ul li > ul,
#cssmenu ul li > div {
  display: none;
  width: auto;
  position: absolute;
  top: 18px;
  xxpadding: 10px 0;
  background: #202945;
  z-index: 999;
  font-size: 18px;
  text-transform: none;
  text-align: left;
}
#cssmenu ul li > ul {
  width: 230px;
  padding: 20px 43px;
}
#cssmenu ul li > ul li {
  display: block;
  list-style: inside none;
  padding: 0;
  margin: 0;
  position: relative;
}
#cssmenu ul li > ul li a {
  outline: none;
  display: block;
  position: relative;
  margin: 0;
  padding-top: 10px ;
  padding-bottom: 10px ;
  text-decoration: none;
  font-size: 14px;
}
.menu_down_arrow_decoration {
  display: block;
  top: -5px;
}
.map_height {
  height: 300px;
}
.map_right_col {
  background: #202945;
  color: #fff;
}
.map_right_col h3 {
  font-size: 16px;
}
.map_right_col .inner {
  padding-top: 0px;
}