body .outer-container {
  height: auto !important;
  overflow-x: hidden;
}

.section-title {
  margin-bottom: 3em;
}

.section-title > h1,
.section-title > h2,
.section-title > h3,
.section-title > h4,
.section-title > h5,
.section-title > h6 {
  margin-top: 0;
}

.section-title.title-border-bottom {
  border-bottom: 2px solid #923729;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}

.bold {
  font-weight: 400;
}

.btn.btn-border,
.contentbuilder-css .btn.btn-border {
  border: 2px solid #923729;
  background: none;
  color: #923729;
  border-radius: 8px;
}

.btn.btn-border:hover,
.btn.btn-border:focus,
.contentbuilder-css .btn.btn-border:hover,
.contentbuilder-css .btn.btn-border:focus {
  background-color: #923729;
  color: #fff;
}

.is-box.full-width-section .is-container {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}

.text-brown {
  color: #923729 !important;
}

.text-grey {
  color: #778185 !important;
}

.bg-ivory {
  background-color: #f2efe4 !important;
}

.margin-top-1 {
  margin-top: 1em !important;
}

.margin-top-2 {
  margin-top: 2em !important;
}

.margin-top-3 {
  margin-top: 3em !important;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.small {
  color: inherit !important;
  font-weight: inherit !important;
}

.regular {
  font-weight: 400 !important;
}

.bold {
  font-weight: 600 !important;
}

.space-top {
  margin-top: 40px !important;
}

.space-bottom {
  margin-bottom: 40px !important;
}

b,
strong {
  font-weight: 600;
}

@media (min-width: 768px) {
  .item-col-4 {
    width: 31.333%;
  }

  .item-col-6 {
    width: 48%;
  }

  .item-col-8 {
    width: 64.666%;
  }

  .contentbuilder-css .item-col-box p,
  .contentbuilder-css .item-col-box ul li {
    font-size: 1.1em;
  }
}

@media (min-width: 992px) {
  .space-top {
    margin-top: 80px !important;
  }

  .space-bottom {
    margin-bottom: 80px !important;
  }

  .item-col-md-4 {
    width: 31.333%;
  }

  .item-col-md-6 {
    width: 48%;
  }

  .item-col-md-8 {
    width: 64.666%;
  }
}

@media (min-width: 1024x) {
  .contentbuilder-css .item-col-box p,
  .contentbuilder-css .item-col-box ul li {
    font-size: 1.2em;
  }
}

/* Header */

#hiddenHeader {
  display: none;
}

body.fixed-top #hiddenHeader {
  display: block;
}

body.fixed-top .section-header {
  background-color: #923729;
}

.section-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.section-header .navbar .navbar-header {
  font-size: 18px;
}

.section-header .navbar .navbar-header a .logo-text-span {
  display: block;
  height: auto;
  color: #fff;
}

.section-header .navbar .navbar-header a img {
  max-height: 115px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.section-header
  .navbar-menus
  ul.navbar-nav.ul-after-dash
  > li.header-menu-home {
  display: none !important;
}

.section-header .navbar-menus ul.navbar-nav.ul-after-dash > li span.menu {
  font-size: 1.1em;
  vertical-align: middle;
  text-transform: initial;
}

/* .section-header .navbar-menus ul.navbar-nav.ul-after-dash > li a:hover, 
.section-header .navbar-menus ul.navbar-nav.ul-after-dash > li a:focus {
  color: #333;
} */

.section-header .navbar .navbar-toggle {
  margin-top: 0;
}

.section-header .navbar .navbar-toggle .icon-bar {
  background-color: #fff;
  width: 25px;
  height: 4px;
}

.section-header .navbar .navbar-header a img {
  max-width: 300px;
}

body.fixed-top .section-header .navbar-default {
  -webkit-box-shadow: 0 0 2px 0px #923729;
  box-shadow: 0 0 2px 0px #923729;
}

.navbar-btn-container {
  float: right;
  height: 60px;
  line-height: 60px;
  margin-left: 15px;
}

.navbar-btn-container .btn {
  line-height: 33px;
  font-size: 1em;
  font-weight: 600;
  border: 2px solid #fff;
  background-color: transparent;
}

.navbar-btn-container .btn:hover,
.navbar-btn-container .btn:focus {
  color: #fff;
  border: 2px solid #fff;
  background-color: transparent;
}

.navbar-nav > li .navbar-btn-container {
  display: none;
  float: none;
  margin-left: 0;
  height: 40px;
  line-height: 40px;
}

.navbar-nav > li .navbar-btn-container .btn {
  height: auto;
  line-height: 26px;
}

@media (max-width: 1199px) {
  .section-header .navbar .navbar-header {
    margin-left: 0;
  }

  .section-header .navbar .navbar-header a {
    height: 40px;
    line-height: 40px;
  }

  .section-header .navbar .navbar-header a img {
    max-width: 100%;
    max-height: 25px;
  }

  .section-header .navbar-menus ul.navbar-nav {
    text-align: center;
    background-color: rgba(74, 26, 26, 0.91);
  }

  .navbar-btn-container {
    position: absolute;
    top: 4px;
    right: 50px;
    height: 48px;
    line-height: 48px;
  }

  .navbar-btn-container .btn {
    line-height: 26px;
  }
}

@media (max-width: 640px) {
  .section-header .container-fluid > .navbar-btn-container {
    display: none;
  }

  .navbar-nav > li .navbar-btn-container {
    display: block;
    position: static;
    padding-top: 5px;
    padding-bottom: 5px;
    height: auto;
    line-height: inherit;
  }
}

@media (min-width: 768px) {
  .section-header .navbar .navbar-header {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  .section-header .navbar .navbar-header {
    font-size: 40px;
  }

  .section-header .navbar .navbar-header a,
  .section-header .navbar-menus ul.navbar-nav.ul-after-dash > li a {
    height: 60px;
    line-height: 60px;
  }

  body.fixed-top .section-header .navbar .navbar-header a img {
    max-width: 200px;
  }

  body.fixed-top .section-header .navbar .navbar-header a,
  body.fixed-top
    .section-header
    .navbar-menus
    ul.navbar-nav.ul-after-dash
    > li
    a {
    height: 60px;
    line-height: 60px;
  }
}

/* Footer */

.section-footer {
  background-color: #923729;
}

.section-footer footer {
  padding: 0;
  color: #fff;
}

.section-footer footer,
.section-footer footer a {
  color: #fff;
}

.section-footer footer a:hover,
.section-footer footer a:focus {
  color: #ddd;
}

.footer-logo {
  font-size: 1.7em;
  font-weight: 600;
  margin-bottom: 1.5em;
}

.footer-logo a:hover,
.footer-logo a:focus {
  text-decoration: none;
}

.footer-top .container-fluid {
  padding-top: 40px;
  padding-bottom: 40px;
}

footer ul.footer-list li.footer-menu a {
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
}

footer ul.footer-list li.footer-menu:first-child a {
  padding-top: 0;
}

.footer-bottom .container-fluid {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 991px) {
  footer .footer-top .row > .col-md-3:not(.last-child) {
    margin-bottom: 2em;
  }
}

@media (min-width: 992px) {
  .footer-contact-info {
    text-align: right;
  }
}

@media (min-width: 1200px) {
  .footer-logo {
    font-size: 2em;
  }
}

/* Banner */

.swiper-banner-container .swiper-slide-background .banner-background-container {
  text-align: left;
}

.swiper-banner-container .swiper-slide-background.banner-padding-lg {
  padding-top: 60px;
  min-height: 300px;
  background-position-y: bottom;
}

.swiper-banner-container
  .swiper-slide-background
  .banner-background-container
  .banner-text2 {
  font-size: 1.8em;
  margin-top: 0;
  max-width: 960px;
  width: 90%;
}

@media (min-width: 768px) {
  .swiper-banner-container .swiper-slide-background.banner-padding-lg {
    min-height: 340px;
  }
}

@media (min-width: 992px) {
  .swiper-banner-container .swiper-slide-background.banner-padding-lg {
    min-height: 480px;
  }

  .swiper-banner-container
    .swiper-slide-background.banner-padding-lg
    .banner-background-container {
    padding-top: 140px;
  }
}

@media (min-width: 1200px) {
  .swiper-banner-container .swiper-slide-background.banner-padding-lg {
    padding-top: 90px;
    min-height: 560px;
  }
}

/* Summary */

.summary-contentarea {
  background-color: #fff;
  color: #923729;
}

.summary-contentarea .summary-inner {
  max-width: 1600px;
  padding: 2.5em 15px;
}

.summary-contentarea .summary-inner .text-center {
  text-align: left;
}

/* Home */

.hoffman-container .item-left .item-image {
  position: relative;
}

.hoffman-container .item-left .item-image:before {
  content: '';
  position: absolute;
  bottom: 0px;
  right: 0;
  left: -9999px;
  height: 2px;
  background-color: #923729;
}

.hoffman-container .item-left .item-image img {
  margin: 0;
}

.member-box {
  background-color: rgba(242, 239, 228, 0.88);
  padding-top: 15px;
  padding-bottom: 30px;
}

.member-box .member-box-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 2px solid #923729;
  margin-left: -15px;
  margin-right: -15px;
}

.member-box .member-box-top img {
  margin: 0;
  max-height: 230px;
  margin-right: 15px;
}

.member-box .member-box-top h3:first-child {
  margin-left: 15px;
}

.member-box .member-box-top h3 > span.position {
  display: block;
  font-size: 80%;
}

.gallery-container .col-sm-4 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 0;
  padding-bottom: 76%;
}

@media (max-width: 960px) {
  .home-top-section.space-top {
    margin-top: 0 !important;
  }
}

@media (max-width: 640px) {
  .member-box .member-box-top img {
    max-height: 160px;
  }
}

@media (max-width: 480px) {
  .member-box .member-box-top img {
    max-height: 100px;
  }

  .member-box .member-box-top h3 {
    font-size: 1.2rem;
  }
}

@media (min-width: 768px) {
  .gallery-container .col-sm-4 {
    padding-bottom: 25%;
  }
}

/* Services page */

.service-box {
  background-color: rgba(242, 239, 228, 0.88);
  padding-top: 15px;
  padding-bottom: 30px;
}

.service-box .service-box-top {
  border-bottom: 2px solid #923729;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}

.service-box ul {
  margin-top: 1em;
}

/* Membership */

.promotion-container .btn-container {
  margin-top: 3em;
}

.promotion-container .btn-container .btn {
  min-width: 180px;
}

.promotion-container .btn-container .btn > .large {
  font-size: 180%;
  font-weight: 600;
  display: inline-block;
  margin-right: 5px;
}

.promotion-container h3 > img {
  max-width: 180px;
  margin: 0;
}

/* FAQ */

.faq-box {
  background-color: rgba(242, 239, 228, 0.88);
  padding-top: 15px;
  padding-bottom: 30px;
}

.faq-box .faq-box-top {
  border-bottom: 2px solid #923729;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}

.faq-box ul {
  margin-top: 1em;
}

.faq-wrapper {
  margin-bottom: 3em;
}

.panel-default .panel-heading {
  padding: 0;
}

.panel-default > .panel-heading {
  background-color: transparent;
  text-align: center;
}

.panel-default .panel-title a {
  display: block;
  padding: 10px 20px;
  font-weight: 600;
}

.panel-default .panel-title a:hover,
.panel-default .panel-title a:focus {
  text-decoration: none;
}

.panel-faq .panel-default {
  border: 0;
  margin-bottom: 0;
  background-color: #f3f1e7;
}

.panel-group .panel + .panel {
  margin-top: 0;
}

.panel-faq .panel-default:last-child {
  margin-bottom: 0;
}

.panel-faq .panel-default {
  border-bottom: 2px solid #923729;
}

.panel-faq .panel-default:last-child {
  border-bottom: 0;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
}

.panel-faq .panel-default .panel-body .sub-title {
  margin-bottom: 0;
}

.panel-faq .panel-default .panel-body .sub-title + p {
  margin-top: 0;
}

@media (max-width: 480px) {
  .panel-faq .panel-default .panel-title a h3 {
    font-size: 1.2rem;
    margin: 0.3em 0;
  }
}

@media (min-width: 768px) {
  .panel-default .panel-title a {
    padding: 13px 30px;
  }
}

/* Contact Us */

.location-title-box .section-title {
  margin-bottom: 0;
}

.contact-info p {
  margin: 0;
  color: #93372a;
  font-weight: 600;
}

.contact-info .location-title {
  margin-bottom: 1em;
}

.contact-info-detail {
  margin-left: -15px;
  margin-right: -15px;
}

.contact-info-detail table {
  margin-bottom: 2em;
}

.contact-info-detail table tr td {
  color: #93372a;
  font-weight: 600;
}

.contact-info-detail table tr td:first-child {
  min-width: 130px;
}

.contact-info-detail table tr td:last-child {
  min-width: 70px;
}

.formbuilder-widget-1916 {
  display: none;
}

.formbuilder-content label.label-title {
  font-size: 1em;
}

.formbuilder-widget-1916 .formbuilder-content label.label-title {
  text-transform: uppercase;
}

.formbuilder-widget-1916 > .formbuilder-inner {
  padding: 30px 15px;
}

.form-container form .form-control {
  border-radius: 0;
  -webkit-box-shadow: -1px 2px 0px 0px #ddd;
  box-shadow: -1px 2px 0px 0px #ddd;
  background-color: #f9f8f7;
}

.formbuilder-widget-1916 > .formbuilder-inner .row-submit {
  margin-top: 1em;
}

.formbuilder-widget-1916 > .formbuilder-inner .row-submit > .col-md-12 {
  text-align: center;
}

.formbuilder-contentarea .formbuilder-inner .btn.btn-form-submit {
  width: 100%;
  max-width: 180px;
  font-weight: 600;
  border-radius: 8px;
}

.formbuilder-widget-1916
  .formbuilder-content
  .label-list-normal.label-list-horizontal
  > span.label-list {
  display: block;
}

@media (min-width: 580px) {
  .contact-info-detail table + small {
    white-space: nowrap;
  }
}

@media (min-width: 768px) {
  .contact-info-detail table tr td {
    font-size: 1.1em;
  }
}

/* Testimonials */

.testimonial-container .review-item {
  background-color: #f2efe4;
  padding: 30px 20px;
  position: relative;
}

.review-stars {
  text-align: center;
  border-bottom: 2px solid #923729;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}

.review-stars > img {
  max-width: 230px;
  width: 100%;
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}

.review-content {
  line-height: 1.6;
  margin-top: 2em;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.reviewer {
  margin-top: 15px;
  font-weight: 400;
  margin-top: 2em;
  margin-right: 5%;
  text-align: right;
}

.testimonial-container .no-review {
  width: 100%;
  border-radius: 5px;
  padding: 0px 15px;
  margin-left: 10px;
  margin-right: 10px;
}

.testimonial-container .swiper-singlerow .swiper-default-container {
  padding-bottom: 70px;
}

.swiper-review-container .swiper-slide {
  width: 100%;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.swiper-review-container .swiper-slide.swiper-slide-prev {
  -webkit-transform: scale(0.7) translateX(75%);
  transform: scale(0.7) translateX(75%);
}

.swiper-review-container .swiper-slide.swiper-slide-next {
  -webkit-transform: scale(0.7) translateX(-75%);
  transform: scale(0.7) translateX(-75%);
}

.swiper-review-container .swiper-slide.swiper-slide-active {
  opacity: 1;
  z-index: 1;
}

.testimonial-container .more-btn {
  margin-top: 3em;
}

.swiper-singlerow.swiper-gradient-side .swiper-default-container::before,
.swiper-singlerow.swiper-gradient-side .swiper-default-container::after {
  content: '';
  position: absolute;
  top: 0;
  width: 20%;
  height: 100%;
  z-index: 8;
}

.swiper-singlerow.swiper-gradient-side .swiper-default-container::before {
  left: 0;
  background: -moz-linear-gradient(
    left,
    rgba(238, 239, 240, 1) 0%,
    rgba(238, 239, 240, 0) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(238, 239, 240, 1) 0%,
    rgba(238, 239, 240, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(238, 239, 240, 1) 0%,
    rgba(238, 239, 240, 0) 100%
  );
}

.swiper-singlerow.swiper-gradient-side .swiper-default-container::after {
  right: 0;
  background: -moz-linear-gradient(
    right,
    rgba(238, 239, 240, 1) 0%,
    rgba(238, 239, 240, 0) 100%
  );
  background: -webkit-linear-gradient(
    right,
    rgba(238, 239, 240, 1) 0%,
    rgba(238, 239, 240, 0) 100%
  );
  background: linear-gradient(
    to left,
    rgba(238, 239, 240, 1) 0%,
    rgba(238, 239, 240, 0) 100%
  );
}

@media (max-width: 991px) {
  .swiper-singlerow .swiper-default-container.swiper-container-3d {
    -webkit-perspective: none;
    perspective: none;
  }
}

@media (max-width: 768px) {
  .testimonial-container .swiper-singlerow {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .swiper-review-container .swiper-slide {
    width: 85%;
  }
}

@media (min-width: 992px) {
  .swiper-singlerow {
    padding-left: 6em;
    padding-right: 6em;
  }

  .swiper-singlerow .swiper-default-container.swiper-container-3d {
    margin-left: -6em;
    margin-right: -6em;
  }

  .swiper-review-container .swiper-slide {
    width: 60%;
  }
}

/* CBCT Referral Form */

.form-group span.required {
  color: #93372a;
}

.cbct-referral-form-wrapper {
  background-color: rgba(242, 239, 228, 0.88);
}

.cbct-referral-form-wrapper .section-title {
  padding: 2em 35px 0;
}

.formbuilder-widget-1917 {
  display: none;
  background-color: transparent !important;
}

.formbuilder-widget-1917 > .formbuilder-inner {
  max-width: 100%;
  padding: 0 20px 30px;
}

.formbuilder-widget-1917 .form-control::-webkit-input-placeholder {
  color: transparent;
}

.formbuilder-widget-1917 .form-control::-moz-placeholder {
  color: transparent;
}

.formbuilder-widget-1917 .form-control:-ms-input-placeholder {
  color: transparent;
}

.formbuilder-widget-1917 .form-control::-moz-placeholder {
  color: transparent;
}

label.label-title.transparent {
  opacity: 0;
  visibility: hidden;
}

.formbuilder-widget-1917 .widget-file-upload {
  text-align: center;
  border-radius: 0;
  -webkit-box-shadow: -1px 2px 0px 0px #ddd;
  box-shadow: -1px 2px 0px 0px #ddd;
  background-color: #f9f8f7;
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.formbuilder-widget-1917 .widget-file-upload.file-added {
  min-height: auto;
}

.formbuilder-widget-1917 .widget-file-upload input.widget-file-upload-field {
  height: 100%;
}

.formbuilder-widget-1917 .widget-file-upload .fa-upload {
  display: none !important;
}

.formbuilder-widget-1917 .form-group {
  margin-bottom: 2em;
}

.formbuilder-widget-1917 .form-group.form-gorup-file-upload {
  margin-bottom: 0;
}

.formbuilder-widget-1917 label.label-title {
  text-transform: uppercase;
}

.formbuilder-widget-1917 label.label-title > small {
  text-transform: initial;
}

.formbuilder-widget-1917 .row.row-submit {
  margin-top: 2em;
}

.formbuilder-widget-1917 .row.row-submit .col-md-12 {
  text-align: center;
}

@media (min-width: 992px) {
  .cbct-referral-form-wrapper .section-title {
    padding-left: 45px;
    padding-right: 45px;
  }

  .formbuilder-widget-1917 > .formbuilder-inner {
    padding: 0 30px 50px;
  }
}

/* Captcha */

.g-recaptcha {
  margin-bottom: 1em;
}

.g-recaptcha > div {
  margin-left: auto;
  margin-right: auto;
}

.captcha-container .gcha_element > div {
  margin-left: auto;
  margin-right: auto;
}

/* Silo */

body.silo .contentbuilder-contentarea > .contentbuilder-inner {
  margin: 0;
  padding: 0;
  max-width: 100%;
}

body.silo .contentbuilder-contentarea > .contentbuilder-inner > .row {
  margin: 40px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

body.silo .row > .container-fluid {
  padding: 40px 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

body.silo .contentbuilder-contentarea a {
  color: #923729;
}

@media screen and (min-width: 992px) {
  body.silo .contentbuilder-contentarea > .contentbuilder-inner > .row {
    margin-top: 80px;
  }
  body.silo .row > .container-fluid {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  body.silo .faq-box {
    margin-bottom: 50px;
  }

  body.silo .faq-box:last-child {
    margin-bottom: 0;
  }
}
