@charset "utf-8";
/*
Theme Name: Mongiovi Orthodontics
Theme URI: https://www.childurl.com/
Description: Como Child Theme
Author: Como Creative
Template: como-boot-5 
*/
/* Fonts */
/* oxygen-300 - latin */
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/oxygen-v10-latin-300.eot');
  src: local(''), url('fonts/oxygen-v10-latin-300.eot?#iefix') format('embedded-opentype'), url('fonts/oxygen-v10-latin-300.woff2') format('woff2'), url('fonts/oxygen-v10-latin-300.woff') format('woff'), url('fonts/oxygen-v10-latin-300.ttf') format('truetype'), url('fonts/oxygen-v10-latin-300.svg#Oxygen') format('svg');
}
/* oxygen-regular - latin */
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/oxygen-v10-latin-regular.eot');
  src: local(''), url('fonts/oxygen-v10-latin-regular.eot?#iefix') format('embedded-opentype'), url('fonts/oxygen-v10-latin-regular.woff2') format('woff2'), url('fonts/oxygen-v10-latin-regular.woff') format('woff'), url('fonts/oxygen-v10-latin-regular.ttf') format('truetype'), url('fonts/oxygen-v10-latin-regular.svg#Oxygen') format('svg');
}
/* oxygen-700 - latin */
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/oxygen-v10-latin-700.eot');
  src: local(''), url('fonts/oxygen-v10-latin-700.eot?#iefix') format('embedded-opentype'), url('fonts/oxygen-v10-latin-700.woff2') format('woff2'), url('fonts/oxygen-v10-latin-700.woff') format('woff'), url('fonts/oxygen-v10-latin-700.ttf') format('truetype'), url('fonts/oxygen-v10-latin-700.svg#Oxygen') format('svg');
}
/* Variables */
.maroon {
  color: #582a32;
}
.maroon-bg {
  background-color: #582a32;
}
.maroon-hover {
  color: #582a32;
}
.maroon-hover-bg {
  background-color: #582a32;
}
.lite-grey {
  color: #afb2b9;
}
.lite-grey-bg {
  background-color: #afb2b9;
}
.medium-grey {
  color: #575555;
}
.medium-grey-bg {
  background-color: #575555;
}
.baseGrey {
  color: #616262;
}
.normal,
.regularfont {
  font-family: 'Oxygen', Helvetica, Arial, Sans-Serif;
  font-style: normal;
  font-weight: 400;
}
.bold {
  font-weight: 800;
}
.basefont {
  font-family: 'Oxygen', Helvetica, Arial, Sans-Serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #616262;
  line-height: 1.5;
  word-spacing: 0.1em;
}
.titlefont {
  font-family: 'Oxygen', Helvetica, Arial, Sans-Serif;
  color: #582a32;
  font-style: normal;
  font-weight: 700;
  font-size: 1.1em;
}
.text-color-light {
  font-family: 'Oxygen', Helvetica, Arial, Sans-Serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #616262;
  line-height: 1.5;
  word-spacing: 0.1em;
  color: #575555;
}
.animate-quick {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.animate-medium {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.animate-gradual {
  -webkit-transition: all 0.77s ease-in-out;
  -moz-transition: all 0.77s ease-in-out;
  -ms-transition: all 0.77s ease-in-out;
  -o-transition: all 0.77s ease-in-out;
  transition: all 0.77s ease-in-out;
}
.animate-slow {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.animate-remove {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
/* --------- Responsive ---------- */
/*  
xxxxs: 0-319px,
xxxs: 320px-479px
xxs: 480px-567px,
xs: 568px-666px,
sm: 667px-767px,
md: 768px-991px,
lg: 992px-1199px,
xl: 1200px-1439px,
xxl: 1440px-1599px,
xxxl: 1600px-1899px,
xxxxl: 1900px+
*/
@media (max-width: 1899px) {
}
@media (max-width: 1599px) {
}
@media (max-width: 1439px) {
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
}
@media (max-width: 666px) {
}
@media (max-width: 567px) {
}
@media (max-width: 479px) {
}
@media (max-width: 319px) {
}
/* ---------- Global ---------- */
body {
  font-family: 'Oxygen', Helvetica, Arial, Sans-Serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #616262;
  line-height: 1.5;
  word-spacing: 0.1em;
}
body,
html {
  margin: 0 !important;
  padding: 0 !important;
}
#page-wrapper {
  position: relative;
  z-index: 1;
}
.section-content {
  position: relative;
  z-index: 100;
}
#page-content-wrapper {
  position: relative;
  background-color: #fff;
  margin-top: 0;
  padding-top: 0;
  z-index: 100;
}
.show-on-scroll {
  opacity: 0;
}
.show-on-scroll.delay-show {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
.parallax {
  min-height: 300px;
  background-position: center center;
}
#content-wrap {
  position: relative;
  background-color: #fff;
  font-size: 1em;
  margin: 0;
  padding-bottom: 2em;
  overflow: hidden;
  z-index: 10;
}
#content-wrap .page-section:first-of-type {
  padding-top: 5em;
}
.home #content-wrap {
  padding-bottom: 0;
}
.page-section .section-content {
  min-height: 200px;
}
.alignleft {
  float: left;
  margin: 5px 1em 0.5em 0;
}
.alignright {
  float: right;
  margin: 5px 0 0.5em 1em;
}
/* --------- Responsive ---------- */
/*  
xxxxs: 0-319px,
xxxs: 320px-479px
xxs: 480px-567px,
xs: 568px-666px,
sm: 667px-767px,
md: 768px-991px,
lg: 992px-1199px,
xl: 1200px-1439px,
xxl: 1440px-1599px,
xxxl: 1600px-1899px,
xxxxl: 1900px+
*/
@media (max-width: 1899px) {
}
@media (max-width: 1599px) {
}
@media (max-width: 1439px) {
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
  body {
    font-size: 18px;
  }
  #content-wrap {
    padding: 0 0 0 0;
  }
}
@media (max-width: 767px) {
}
@media (max-width: 666px) {
}
@media (max-width: 567px) {
}
@media (max-width: 479px) {
}
@media (max-width: 319px) {
  body {
    font-size: 16px;
  }
}
/* ----- Text Elements ----- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oxygen', Helvetica, Arial, Sans-Serif;
  color: #582a32;
  font-style: normal;
  font-weight: 700;
  font-size: 1.1em;
  line-height: 1.1;
}
h1.inline,
h2.inline,
h3.inline,
h4.inline,
h5.inline,
h6.inline,
p.inline {
  display: inline !important;
  width: auto !important;
}
p.inline:after {
  position: relative;
  display: block;
  width: 100% !important;
  clear: both;
  content: "";
  padding-bottom: 1em;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.3em;
  text-transform: uppercase;
  padding: 1em 0 0.5em 0;
  margin-top: 0;
  letter-spacing: 0.05em;
}
h3 {
  font-size: 1.5em;
  font-weight: 400;
  color: #575555;
  padding: 0.5em 0 0.25em 0;
}
h3 span {
  display: block;
  text-transform: uppercase;
  font-size: 0.5em;
}
h3 span.inline {
  display: inline;
}
h4 {
  font-size: 1.1em;
  color: #616262 !important;
  text-transform: uppercase;
  padding: 0.25em 0 0.25em 0;
}
h5 {
  font-size: 1em;
  text-transform: uppercase;
}
h6 {
  font-size: 1.15em;
  margin: 0;
  padding: 0;
  line-height: 1.25;
  padding: 0 0 1em 0;
}
.page-title,
.section-title,
.post-title {
  font-family: 'Oxygen', Helvetica, Arial, Sans-Serif;
  color: #582a32;
  font-style: normal;
  font-weight: 700;
  font-size: 1.1em;
  font-size: 2.5em;
  text-align: left;
  text-transform: none;
  margin: 0;
  padding: 0.25em 0 0.5em 0;
  line-height: 1.1;
}
.page-title.has-subtitle,
.section-title.has-subtitle,
.post-title.has-subtitle {
  padding-bottom: 0;
}
.page-title span,
.section-title span,
.post-title span {
  display: block;
  text-transform: uppercase !important;
  font-size: 0.5em !important;
}
.page-title span.inline,
.section-title span.inline,
.post-title span.inline {
  display: inline;
}
.page-title span.job-title,
.section-title span.job-title,
.post-title span.job-title {
  text-transform: none !important;
  font-size: 1.25em !important;
}
.page-title,
.post-title {
  font-size: 2.25em;
  /*span {
		display: block;
		text-transform: uppercase !important;
		font-size: 0.5em;
		.blue;
	}*/
}
.section-header {
  padding: 0;
  margin-bottom: 1em;
}
.page-subtitle {
  margin-bottom: 0;
  padding-bottom: 0.15em;
}
/*.dark {
	.page-title,
	.section-title,
	.post-title {
		color: #fff;
	}
}*/
.home .page-title,
.home .section-title {
  text-align: center;
}
.post-title {
  text-align: left;
  line-height: 1.1;
}
.post-subtitle {
  text-align: left;
  font-size: 1.25em;
}
.section-title.first {
  padding-top: 0;
}
.page-title span {
  display: block;
  font-family: 'Oxygen', Helvetica, Arial, Sans-Serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #616262;
  line-height: 1.5;
  word-spacing: 0.1em;
  text-transform: none;
  font-size: 0.75em;
  font-weight: 700;
}
.page-header {
  padding: 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
.page-header .page-title {
  padding-top: 0;
  padding-bottom: 0;
}
.dark {
  color: #fff !important;
}
.dark .content {
  color: #fff !important;
}
.dark .titlefont,
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
  color: #fff !important;
}
.no-title .page-title,
.no-title .section-title {
  display: none;
}
.no-header .page-header,
.no-header .post-header {
  display: none;
}
.no-title .page-header .page-subtitle,
.no-title .section-header .page-subtitle,
.no-title .page-header .section-subtitle,
.no-title .section-header .section-subtitle {
  font-family: 'Oxygen', Helvetica, Arial, Sans-Serif;
  color: #582a32;
  font-style: normal;
  font-weight: 700;
  font-size: 1.1em;
  font-size: 1.9em;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
  padding: 0;
  line-height: 1.15;
}
.aside-title span {
  display: block;
  text-transform: uppercase;
  font-size: 0.5em;
}
.title-left .section-title {
  font-size: 2.25em;
  padding-top: 0;
  margin-top: 0;
}
strong,
.bold {
  font-weight: 700;
}
em {
  font-style: italic;
}
#bottom-bar a,
#content-wrap a,
#site-footer a,
.fancy-link {
  color: #582a32;
  transition: all 0.25s linear;
  display: inline;
  text-decoration: none;
  background: -moz-linear-gradient(left, #582a32 0%, #582a32 100%);
  background: -webkit-linear-gradient(left, #582a32 0%, #582a32 100%);
  background: linear-gradient(to right, #582a32 0%, #582a32 100%);
  background-size: 0px 1px;
  background-repeat: no-repeat;
  background-position: center 90%;
  text-shadow: 0;
  font-weight: 800;
  font-weight: 700;
}
#bottom-bar a:hover,
#content-wrap a:hover,
#site-footer a:hover,
.fancy-link:hover {
  color: #582a32;
  text-decoration: none;
  background-size: 100% 1px;
  cursor: pointer;
}
#bottom-bar a.icon-link,
#content-wrap a.icon-link,
#site-footer a.icon-link,
.fancy-link.icon-link,
#bottom-bar a.phoneLink,
#content-wrap a.phoneLink,
#site-footer a.phoneLink,
.fancy-link.phoneLink,
#bottom-bar a.imgLink,
#content-wrap a.imgLink,
#site-footer a.imgLink,
.fancy-link.imgLink,
#bottom-bar a.btn,
#content-wrap a.btn,
#site-footer a.btn,
.fancy-link.btn {
  color: inherit;
  text-decoration: none !important;
  font-weight: inherit;
  background: none;
  background-size: auto;
}
#bottom-bar a.imgLink,
#content-wrap a.imgLink,
#site-footer a.imgLink,
.fancy-link.imgLink {
  display: block;
}
#content-wrap .dark a:before,
#site-footer .dark a:before,
.dark .fancy-link:before,
#content-wrap .dark a:after,
#site-footer .dark a:after,
.dark .fancy-link:after {
  background-color: #472228;
}
#content-wrap .main-content p a:before,
#content-wrap .main-content p a:after {
  bottom: 0.1em;
}
#content-wrap .btn,
.modal .btn,
.cpcta-flyin .btn,
#content-wrap .btn-primary,
.modal .btn-primary,
.cpcta-flyin .btn-primary {
  display: inline-flex;
  align-items: center;
  position: relative !important;
  color: #fff !important;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0.15em;
  padding: 0.45rem 1.75rem 0.35rem 1.75rem;
  margin-top: 1em;
  outline: none !important;
  font-size: 1em;
  line-height: 1.25em;
  display: inline-block;
  padding: 14px 30px;
  font-weight: 800 !important;
  -webkit-box-shadow: 10px 10px 10px -3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 10px 10px 10px -3px rgba(0, 0, 0, 0.08);
  box-shadow: 10px 10px 10px -3px rgba(0, 0, 0, 0.08);
  border: none;
  background-color: #582a32 !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#content-wrap .btn:before,
.modal .btn:before,
.cpcta-flyin .btn:before,
#content-wrap .btn-primary:before,
.modal .btn-primary:before,
.cpcta-flyin .btn-primary:before,
#content-wrap .btn:after,
.modal .btn:after,
.cpcta-flyin .btn:after,
#content-wrap .btn-primary:after,
.modal .btn-primary:after,
.cpcta-flyin .btn-primary:after {
  display: none;
}
#content-wrap .btn:hover,
.modal .btn:hover,
.cpcta-flyin .btn:hover,
#content-wrap .btn-primary:hover,
.modal .btn-primary:hover,
.cpcta-flyin .btn-primary:hover,
#content-wrap .btn:focus,
.modal .btn:focus,
.cpcta-flyin .btn:focus,
#content-wrap .btn-primary:focus,
.modal .btn-primary:focus,
.cpcta-flyin .btn-primary:focus {
  background-color: #582a32 !important;
  color: #fff !important;
  cursor: pointer;
}
#content-wrap .dark .btn:hover,
#content-wrap .dark .btn:focus {
  color: #fff !important;
}
p {
  margin: 0 0 1em 0;
  padding: 0;
}
p.smaller {
  font-size: 0.9em;
}
p.larger {
  font-size: 1.1em;
}
blockquote {
  border-left: 6px solid #582a32;
  padding: 0 0 0 0.75em;
  margin-bottom: 1em;
}
hr {
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  border: none;
  background-color: #ccc;
  background-color: #cccccc;
  margin: 2em 0;
}
.disclaimer {
  font-size: 0.77em;
  line-height: 1.2;
  color: #999;
  color: #999999;
}
.two-column {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
}
#content-wrap .content ul {
  list-style: none;
  padding: 0 0 1em 0.75em;
}
#content-wrap .content ul li {
  line-height: 1.25;
  padding: 0 0 0.5em 1em;
}
#content-wrap .content ul li::before {
  content: "\2022";
  font-weight: 800;
  font-weight: 700;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
#content-wrap .content ol {
  list-style: none;
  padding: 0 0 1em 0.75em;
  counter-reset: custom-counter;
}
#content-wrap .content ol li {
  line-height: 1.25;
  padding: 0 0 0.666em 1.25em;
  counter-increment: custom-counter;
}
#content-wrap .content ol li::before {
  content: counter(custom-counter) '. ';
  font-size: 0.85em;
  font-weight: 800;
  font-weight: 700;
  color: #582a32;
  display: inline-block;
  width: 1.25em;
  margin-left: -1.25em;
}
.table {
  border: none;
}
.table th,
.table td {
  padding: 1em;
  border: none;
}
.table tr {
  border: none;
}
.table thead {
  border: none;
}
.table thead td,
.table thead th {
  border: none;
}
.table thead th {
  font-size: 1.2em;
  font-weight: 800;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background-color: #582a32;
  color: #fff;
}
.table thead:after {
  content: "@";
  display: block;
  line-height: 10px;
  text-indent: -99999px;
  overflow: hidden;
}
.table tbody {
  border-top: 1px solid #582a32;
  border-left: 1.25em solid #582a32;
}
.table tbody th,
.table tbody td {
  border: 1px solid #582a32;
}
.table tbody th {
  font-size: 1.15em;
  font-weight: 800;
  font-weight: 700;
  text-transform: none;
  color: #582a32;
}
.table tbody td {
  font-size: 0.85em;
}
/* --------- Responsive ---------- */
/*  
xxxxs: 0-319px,
xxxs: 320px-480px
xxs: 481px-567px,
xs: 568px-666px,
sm: 667px-767px,
md: 768px-991px,
lg: 992px-1199px,
xl: 1200px-1439px,
xxl: 1440px-1599px,
xxxl: 1600px-1899px,
xxxxl: 1900px+
*/
@media (max-width: 1899px) {
}
@media (max-width: 1599px) {
}
@media (max-width: 1439px) {
  .page-title,
  .section-title,
  .post-title {
    font-size: 2.25em;
  }
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
}
@media (max-width: 666px) {
  h1 {
    font-size: 1.9em;
  }
  h2 {
    font-size: 0.9em;
  }
  h3 {
    font-size: 1.4em;
  }
  h4 {
    font-size: 1.25em;
  }
  h5 {
    font-size: 1.05em;
  }
  h6 {
    font-size: 1.1em;
  }
  .page-title,
  .section-title,
  .post-title {
    font-size: 1.9em;
  }
  .home .page-title,
  .home .section-title {
    font-size: 1.9em;
  }
  .no-title .page-header .page-subtitle,
  .no-title .section-header .page-subtitle,
  .no-title .page-header .section-subtitle,
  .no-title .section-header .section-subtitle {
    font-size: 2em;
  }
  .two-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
  }
}
@media (max-width: 567px) {
  .page-title,
  .section-title,
  .post-title {
    font-size: 1.85em;
  }
  .home .page-title,
  .home .section-title {
    font-size: 1.85em;
  }
  .two-column {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
@media (max-width: 479px) {
}
@media (max-width: 319px) {
}
/* Header */
#masthead {
  display: block;
  background-color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  padding: 0;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0);
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 999;
}
#masthead .header-brand {
  padding: 0.5em 0;
  height: auto;
  max-height: 600px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#masthead .header-brand a,
#masthead .header-brand .phoneLink {
  color: #582a32 !important;
}
#masthead .header-brand .header-phone,
#masthead .header-brand .header-address {
  position: relative;
}
#masthead .header-brand .header-phone .textwidget,
#masthead .header-brand .header-address .textwidget {
  position: relative;
  padding: 0.5em 0 0.5em 2.25em;
}
#masthead .header-brand .header-phone .textwidget::before,
#masthead .header-brand .header-address .textwidget::before {
  content: '';
  display: flex;
  align-content: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  width: 1.85em;
  height: 1.85em;
  border: 1px solid #582a32;
  border-radius: 50%;
  top: 0.65em;
  left: 0;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 0.9em;
  color: #582a32;
  padding-top: 0.23em;
}
#masthead .header-brand .header-phone {
  padding-left: 2em;
}
#masthead .header-brand .header-phone .textwidget::before {
  content: '\f879';
}
#masthead .header-brand .header-address .textwidget::before {
  content: '\f3c5';
}
#masthead .header-brand .header-address a {
  transition: all 0.25s linear;
  display: inline;
  text-decoration: none;
  background: -moz-linear-gradient(left, #582a32 0%, #582a32 100%);
  background: -webkit-linear-gradient(left, #582a32 0%, #582a32 100%);
  background: linear-gradient(to right, #582a32 0%, #582a32 100%);
  background-size: 0px 1px;
  background-repeat: no-repeat;
  background-position: center 90%;
  text-shadow: 0;
}
#masthead .header-brand .header-address a:hover,
#masthead .header-brand .header-address a:focus-visible {
  color: #582a32 !important;
  text-decoration: none;
  background-size: 100% 1px;
  cursor: pointer;
}
#masthead .navbar-brand {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 !important;
  z-index: 10;
}
#masthead .navbar-brand .custom-logo {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
}
#top-bar {
  position: relative;
  display: block;
  background-color: #582a32;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  line-height: 1;
  height: auto;
  max-height: 400px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}
#top-bar a {
  color: #fff !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#top-bar #social-widget {
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
#top-bar #social-widget .widget {
  display: inline-block;
  padding: 0.5em;
}
#top-bar #social-widget .widget a {
  font-size: 1.35em;
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
#top-bar #social-widget .widget a:hover {
  -webkit-opacity: 1;
  opacity: 1;
}
#top-bar #link-widget {
  text-align: right;
}
#top-bar #link-widget .widget {
  padding: 0.5em;
}
#top-bar #link-widget .widget a {
  font-size: 1.0em;
  font-weight: 700;
}
#main-nav-wrap {
  position: relative;
  border-top: 1px solid rgba(224, 224, 232, 0.9);
  border-bottom: 1px solid rgba(224, 224, 232, 0.9);
}
#mainNav {
  position: relative;
  padding: 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  z-index: 10;
}
#mainNav .navbar-collapse {
  padding-right: 0;
  padding-bottom: 0;
}
#mainNav #menu-main-menu {
  position: relative;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.slider-nav {
  padding: 0;
  margin: 0;
}
.slider-nav > .menu-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 00;
  margin: 0;
}
.slider-nav > .menu-item.current_page_parent {
  color: #616262;
}
.slider-nav > .menu-item.current_page_parent::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
}
.slider-nav > .menu-item > .nav-link {
  position: relative;
  background: transparent;
  color: #582a32;
  font-size: 1em;
  font-weight: 800;
  font-weight: 700;
  text-transform: none;
  padding: 1em 1.5em 0.75em 1.5em;
  border-bottom: 4px solid rgba(0, 172, 185, 0);
  letter-spacing: 0.05em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.slider-nav > .menu-item > .nav-link:hover,
.slider-nav > .menu-item > .nav-link:focus {
  color: #616262;
}
.slider-nav > .menu-item > .nav-link.current-nav::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
}
.slider-nav > .menu-item > .nav-link.current_page_item {
  color: #616262;
}
.slider-nav > .menu-item > .nav-link br {
  display: none !important;
}
.slider-nav > .menu-item.nav-search {
  padding: 0.5em 1.5em;
}
.slider-nav .btn {
  background-color: #582a32;
  padding: 10px 1em;
  border: none;
  outline: none;
  font-weight: 800;
  font-weight: 700;
}
.slider-nav .search-menu-item {
  position: relative;
  width: 14em;
  margin-left: 2em;
  display: flex;
  align-content: center;
  text-align: right;
}
.slider-nav .search-menu-item .menu-search {
  display: flex;
  align-content: center;
  width: 100%;
  text-align: right;
}
.slider-nav .search-menu-item .menu-search .search-toggle {
  display: inline-block !important;
  position: absolute;
  right: 0;
  line-height: 100%;
  color: #afb2b9;
  margin-top: 0.5em;
  -webkit-transition: all 0.2s 0.2s ease-in;
  -moz-transition: all 0.2s 0.2s ease-in;
  -ms-transition: all 0.2s 0.2s ease-in;
  -o-transition: all 0.2s 0.2s ease-in;
  transition: all 0.2s 0.2s ease-in;
}
.slider-nav .search-menu-item .menu-search .search-toggle i {
  -webkit-transition: all 0.2s 0.2s ease-in;
  -moz-transition: all 0.2s 0.2s ease-in;
  -ms-transition: all 0.2s 0.2s ease-in;
  -o-transition: all 0.2s 0.2s ease-in;
  transition: all 0.2s 0.2s ease-in;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  line-height: 100%;
}
.slider-nav .search-menu-item .menu-search .search-dropdown {
  position: relative;
  display: inline-block;
  width: 0px;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: visible;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0 0 0 0 #000000;
  -moz-box-shadow: 0 0 0 0 #000000;
  box-shadow: 0 0 0 0 #000000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  z-index: 600;
}
.slider-nav .search-menu-item .menu-search .search-dropdown .screen-reader-text {
  padding: 0;
  margin: 0;
  line-height: 0;
}
.slider-nav .search-menu-item .menu-search .search-dropdown .search-wrap {
  display: inline-block;
  position: relative;
  background: #fff;
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: left;
  line-height: 1;
  max-height: 100%;
  font-size: 1em;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  -webkit-box-shadow: 0 0 0 0 #000000;
  -moz-box-shadow: 0 0 0 0 #000000;
  box-shadow: 0 0 0 0 #000000;
}
.slider-nav .search-menu-item .menu-search .search-dropdown .search-wrap .s {
  display: inline-block;
  background: none;
  margin: 0;
  padding: 0;
  float: none;
  width: 80%;
  max-width: 80%;
  font-size: 0.75em;
  line-height: 100%;
  border: none;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  webkit-box-shadow: 0 0 0 0 #000000;
  -moz-box-shadow: 0 0 0 0 #000000;
  box-shadow: 0 0 0 0 #000000;
  z-index: 1;
}
.slider-nav .search-menu-item .menu-search .search-dropdown .search-wrap .searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  color: #afb2b9;
  font-size: 0.75em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 100;
}
.slider-nav .search-menu-item .menu-search.active .search-toggle {
  max-width: 0;
  -webkit-transition: all 0s 0s ease-out;
  -moz-transition: all 0s 0s ease-out;
  -ms-transition: all 0s 0s ease-out;
  -o-transition: all 0s 0s ease-out;
  transition: all 0s 0s ease-out;
}
.slider-nav .search-menu-item .menu-search.active .search-toggle i {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0s 0s ease-out;
  -moz-transition: all 0s 0s ease-out;
  -ms-transition: all 0s 0s ease-out;
  -o-transition: all 0s 0s ease-out;
  transition: all 0s 0s ease-out;
}
.slider-nav .search-menu-item .menu-search.active .search-dropdown {
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.target {
  position: absolute;
  border-bottom: 4px solid transparent;
  z-index: -1;
  transform: translateX(-60px);
}
.slider-nav > .menu-item > a,
.target {
  transition: all 0.35s ease-in-out;
}
.slider-nav > .menu-item > .dropdown-menu {
  display: block !important;
  background: rgba(255, 255, 255, 0);
  margin-top: -4px;
  border: none;
  border-radius: 0;
  width: auto;
  min-width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.slider-nav > .menu-item > .dropdown-menu.show {
  border-top: 5px solid #582a32;
  background: rgba(255, 255, 255, 0.97);
  -webkit-box-shadow: -1px 3px 3px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -1px 3px 3px 0 rgba(0, 0, 0, 0.25);
  box-shadow: -1px 3px 3px 0 rgba(0, 0, 0, 0.25);
  overflow: visible;
}
.slider-nav > .menu-item > .dropdown-menu .menu-item {
  position: relative;
  margin: 0;
  padding: 0;
}
.slider-nav > .menu-item > .dropdown-menu .menu-item a {
  color: #582a32;
  font-weight: 800;
  font-weight: 700;
  position: relative;
  padding: 0.5em 1em 0.5em 1em;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.slider-nav > .menu-item > .dropdown-menu .menu-item a:hover,
.slider-nav > .menu-item > .dropdown-menu .menu-item a:focus {
  color: #616262;
}
.slider-nav > .menu-item > .dropdown-menu .menu-item a br {
  display: none !important;
}
.slider-nav > .menu-item > .dropdown-menu .menu-item:first-child a {
  border-top: 0;
}
.slider-nav > .menu-item > .dropdown-menu .menu-item > .dropdown-toggle {
  padding-right: 2em;
}
.slider-nav > .menu-item > .dropdown-menu .dropdown-menu {
  background: none;
  display: block !important;
  position: absolute;
  top: 0;
  right: 100%;
  max-height: 0;
  max-width: 0;
  overflow: hidden;
  margin-top: 0 !important;
  border: none;
  border-top: 5px solid #582a32;
  background: rgba(255, 255, 255, 0.97);
  -webkit-box-shadow: -1px 3px 3px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -1px 3px 3px 0 rgba(0, 0, 0, 0.25);
  box-shadow: -1px 3px 3px 0 rgba(0, 0, 0, 0.25);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.slider-nav > .menu-item > .dropdown-menu .dropdown-menu.expand {
  max-width: 9000px;
  max-height: 9000px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.slider-nav > .menu-item > .dropdown-menu .dropdown-menu .menu-item {
  background: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.slider-nav > .menu-item > .dropdown-menu .dropdown-menu .menu-item a {
  color: #582a32;
  font-weight: 800;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-left: 2em;
  font-size: 1em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.slider-nav > .menu-item > .dropdown-menu .dropdown-menu .menu-item a:hover,
.slider-nav > .menu-item > .dropdown-menu .dropdown-menu .menu-item a:focus {
  color: #616262;
}
.slider-nav #mobileShare .socialLink {
  font-size: 2em;
  padding: 0 1em 0.5em 1em;
  color: #575555;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* Navbar Toggle */
#nav-icon {
  width: 50px;
  height: 40px;
  margin: 0.4em 1em 0.5em auto !important;
  outline: none !important;
  border: none !important;
}
#nav-icon.collapsed span {
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 3px;
}
#nav-icon.collapsed span:nth-of-type(3) {
  Background-color: rgba(255, 255, 255, 0);
}
#nav-icon.open span,
#nav-icon:hover span,
#nav-icon:active span,
#nav-icon[aria-expanded="true"] span {
  background-color: #582a32 !important;
}
#masthead.sticky {
  background-color: #fff;
  padding-top: 0;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.25);
}
#masthead.sticky #top-bar {
  margin: 0;
  padding: 0;
  height: 0;
  max-height: 0;
  overflow: hidden;
}
#masthead.sticky .header-brand {
  margin: 0;
  padding: 0;
  height: 0;
  max-height: 0;
  overflow: hidden;
}
#masthead.sticky .navbar-brand {
  margin-top: -1.5em;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
#masthead.sticky .navbar-brand .custom-logo {
  padding-bottom: 0;
  margin-bottom: 0;
}
#masthead.sticky #mainNav {
  padding-bottom: 0;
  margin-bottom: 0;
}
#masthead.sticky .slider-nav {
  padding: 0;
  margin-bottom: 0;
}
#masthead.sticky .slider-nav .menu-item {
  padding-bottom: 0;
  margin-bottom: 0;
}
#masthead.sticky .slider-nav .menu-item .nav-link {
  padding: 0.5em 1.5em 0.25em 1.5em;
  margin-bottom: 0;
}
#masthead.sticky .slider-nav .menu-item .dropdown-menu a {
  padding: 0.5em 1em 0.5em 1em !important;
}
#masthead.sticky .slider-nav .menu-item .dropdown-menu .dropdown-menu a {
  padding: 0.5em 1em 0.5em 1em !important;
}
#masthead.sticky #nav-icon {
  margin: 0.5em 1em 0.25em auto !important;
}
#masthead.sticky #bottom-bar {
  font-size: 0.87em;
  padding: 0.15em 0;
}
.como-page-head {
  position: relative;
  overflow: hidden;
  z-index: 1 !important;
}
#subpage-header {
  position: relative;
  display: flex;
  align-items: center;
  height: 450px;
  overflow: hidden;
  z-index: 1;
}
#subpage-header .img-subpage-header {
  position: fixed;
  top: 0;
  left: 0;
}
#subpage-header .title-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
#subpage-header .title-container .title-wrap {
  position: relative;
  width: 60%;
  margin: -10% 0 0 -20%;
}
#subpage-header .title-container .title-wrap .circle-text-contain {
  background: none;
  width: 75%;
  overflow: visible;
}
#subpage-header .title-container .title-wrap .circle-text-contain .circle-text {
  overflow: visible;
}
#subpage-header .title-container .subpage-parent-title {
  position: relative;
  font-family: 'Oxygen', Helvetica, Arial, Sans-Serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #616262;
  line-height: 1.5;
  word-spacing: 0.1em;
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.15;
  letter-spacing: 0.25em;
  padding: 0;
  margin: 0 0 1em 0;
}
#subpage-header .title-container .subpage-title {
  font-family: 'Oxygen', Helvetica, Arial, Sans-Serif;
  color: #582a32;
  font-style: normal;
  font-weight: 700;
  font-size: 1.1em;
  font-size: 1.75em;
  line-height: 1.1;
  color: #fff;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
/* --------- Responsive ---------- */
/*  
xxxxs: 0-319px,
xxxs: 320px-479px
xxs: 480px-567px,
xs: 568px-666px,
sm: 667px-767px,
md: 768px-991px,
lg: 992px-1199px,
xl: 1200px-1439px,
xxl: 1440px-1599px,
xxxl: 1600px-1899px,
xxxxl: 1900px+
*/
@media (max-width: 1899px) {
}
@media (max-width: 1599px) {
}
@media (max-width: 1439px) {
  .slider-nav > .menu-item > .nav-link {
    font-size: 1em;
    padding: 1em 1em 0.75em 1em;
  }
  .slider-nav .search-menu-item {
    width: 10em;
    margin-left: 2em;
  }
}
@media (max-width: 1199px) {
  #top-bar #social-widget .widget {
    padding: 0.27em;
  }
  #top-bar #social-widget .widget a {
    font-size: 1.35em;
    -webkit-opacity: 0.5;
    opacity: 0.5;
  }
  #top-bar #social-widget .widget a:hover {
    -webkit-opacity: 1;
    opacity: 1;
  }
  .slider-nav > .menu-item > .nav-link {
    font-size: 0.9em;
    padding: 1em 0.75em 0.75em 0.75em;
  }
  .slider-nav .search-menu-item {
    width: 7em;
    margin-left: 1em;
  }
}
@media (max-width: 991px) {
  #masthead {
    padding-top: 5px;
  }
  #masthead .header-brand {
    padding: 0.25em 0;
  }
  #masthead .header-brand .header-phone .textwidget,
  #masthead .header-brand .header-address .textwidget {
    line-height: 1.1;
    padding: 0.25em 0 0.25em 2.25em;
  }
  #masthead .header-brand .header-phone {
    padding-left: 2em;
  }
  #masthead .header-brand .header-phone .textwidget::before {
    content: '\f879';
  }
  #masthead .header-brand .header-address .textwidget::before {
    content: '\f3c5';
  }
  #masthead .navbar-brand {
    margin-top: 0;
    margin-left: 1em;
    padding-bottom: 5px;
    max-width: 85%;
  }
  #masthead .nav-container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #masthead .consult-button {
    margin: 0 auto !important;
  }
  #mainNav {
    padding-left: 0;
    padding-right: 0;
  }
  #bottom-bar {
    font-size: 0.73em;
  }
  #bottom-bar .container {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  #masthead.sticky .navbar-brand {
    margin-top: 0;
    padding-bottom: 0;
  }
  .slider-nav,
  #masthead.sticky .slider-nav {
    margin: 0;
    padding: 0;
    background: #fff;
  }
  .slider-nav .menu-item,
  #masthead.sticky .slider-nav .menu-item {
    display: block;
  }
  .slider-nav .menu-item .nav-link,
  #masthead.sticky .slider-nav .menu-item .nav-link {
    font-size: 1.15em;
    text-align: center;
    display: block;
    padding-top: 1em !important;
    padding-bottom: 1em !important;
    text-shadow: none !important;
    border-bottom: none !important;
  }
  .slider-nav .menu-item .nav-link:hover,
  #masthead.sticky .slider-nav .menu-item .nav-link:hover,
  .slider-nav .menu-item .nav-link:focus,
  #masthead.sticky .slider-nav .menu-item .nav-link:focus {
    background-color: #582a32;
    color: #fff !important;
  }
  .slider-nav .menu-item .mobile-icons,
  #masthead.sticky .slider-nav .menu-item .mobile-icons {
    text-align: center;
  }
  .slider-nav .menu-item .mobile-icons a,
  #masthead.sticky .slider-nav .menu-item .mobile-icons a {
    display: inline-block;
  }
  .slider-nav .menu-item .dropdown-menu,
  #masthead.sticky .slider-nav .menu-item .dropdown-menu {
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
  .slider-nav .menu-item .dropdown-menu .menu-item a,
  #masthead.sticky .slider-nav .menu-item .dropdown-menu .menu-item a {
    background-color: rgba(94, 204, 129, 0.1);
    font-size: 1.1em;
    padding-top: 0.75em !important;
    padding-bottom: 0.75em !important;
    border: none;
    text-align: center;
  }
  .slider-nav .menu-item .dropdown-menu .menu-item a:hover,
  #masthead.sticky .slider-nav .menu-item .dropdown-menu .menu-item a:hover,
  .slider-nav .menu-item .dropdown-menu .menu-item a:focus,
  #masthead.sticky .slider-nav .menu-item .dropdown-menu .menu-item a:focus {
    background-color: #582a32;
    color: #fff !important;
  }
  .slider-nav .menu-item .dropdown-menu .dropdown-menu,
  #masthead.sticky .slider-nav .menu-item .dropdown-menu .dropdown-menu {
    position: relative !important;
    background: rgba(255, 255, 255, 0.97);
    left: 0;
    right: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .slider-nav .menu-item .dropdown-menu .dropdown-menu .menu-item a,
  #masthead.sticky .slider-nav .menu-item .dropdown-menu .dropdown-menu .menu-item a {
    background-color: rgba(94, 204, 129, 0.15);
    font-size: 1.05em;
    padding-top: 0.65em !important;
    padding-bottom: 0.65em !important;
    padding-left: 0 !important;
    white-space: normal;
  }
  .slider-nav .menu-item .dropdown-menu .dropdown-menu .menu-item a:hover,
  #masthead.sticky .slider-nav .menu-item .dropdown-menu .dropdown-menu .menu-item a:hover,
  .slider-nav .menu-item .dropdown-menu .dropdown-menu .menu-item a:focus,
  #masthead.sticky .slider-nav .menu-item .dropdown-menu .dropdown-menu .menu-item a:focus {
    background-color: #582a32;
    color: #fff !important;
  }
  .slider-nav > .menu-item.consultation,
  #masthead.sticky .slider-nav > .menu-item.consultation {
    text-align: center;
    padding-bottom: 0.5em;
  }
  .slider-nav > .menu-item.search-menu-item,
  #masthead.sticky .slider-nav > .menu-item.search-menu-item {
    display: none;
  }
  #subpage-header {
    height: 350px;
  }
  #subpage-header .title-container {
    /*.subpage-parent-title {
				font-size: 0.8em;
			}
			.subpage-title {
				font-size: 1.75em;
			}*/
  }
  #subpage-header .title-container .title-wrap {
    width: 66%;
    margin: -3% 0 0 -25%;
  }
}
@media (max-width: 767px) {
}
@media (max-width: 666px) {
}
@media (max-width: 567px) {
  #masthead .header-brand .header-phone .textwidget,
  #masthead .header-brand .header-address .textwidget {
    padding-left: 0;
    text-align: center;
  }
  #masthead .header-brand .header-phone .textwidget br,
  #masthead .header-brand .header-address .textwidget br {
    display: none !important;
  }
  #masthead .header-brand .header-phone .textwidget br::after,
  #masthead .header-brand .header-address .textwidget br::after {
    content: ' ';
    display: inline-block !important;
  }
  #masthead .header-brand .header-phone .textwidget span,
  #masthead .header-brand .header-address .textwidget span {
    display: inline-block;
    padding-right: 0.25em;
  }
  #masthead .header-brand .header-phone .textwidget::before,
  #masthead .header-brand .header-address .textwidget::before {
    display: none;
  }
  #masthead .header-brand .header-phone {
    padding-left: 0;
  }
}
@media (max-width: 479px) {
  #masthead .navbar-brand {
    max-width: 80%;
  }
}
@media (max-width: 319px) {
}
/* Forms */
input,
textarea,
select,
option {
  font-family: 'Oxygen', Helvetica, Arial, Sans-Serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #616262;
  line-height: 1.5;
  word-spacing: 0.1em;
  font-size: 0.9em;
  line-height: 1.25;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select,
textarea {
  padding: 15px 20px;
  background-color: #f7f7f7;
  border-radius: 3px;
  border: none;
  width: 100%;
  outline: none !important;
}
/*input[type=number] {
	display: block;
	position: relative;
	background: #fff;
	//.basefont;
	//font-size: 1em;
	//line-height: 1.15;
	border: 1px solid #ccc;
	border: 1px solid rgba(204,204,204,0.9);
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
	padding: 0.333em 0.666em;
	width: auto;
	&.inline {
		display: inline-block;
		width: auto;
		min-width: 100px;
		max-width: 100%;
	}
}*/
input[type="submit"] {
  display: inline-flex;
  align-items: center;
  position: relative !important;
  color: #fff !important;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0.15em;
  padding: 0.45rem 1.75rem 0.35rem 1.75rem;
  margin-top: 1em;
  outline: none !important;
  font-size: 1em;
  line-height: 1.25em;
  display: inline-block;
  padding: 14px 30px;
  font-weight: 800 !important;
  -webkit-box-shadow: 10px 10px 10px -3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 10px 10px 10px -3px rgba(0, 0, 0, 0.08);
  box-shadow: 10px 10px 10px -3px rgba(0, 0, 0, 0.08);
  border: none;
  background-color: #582a32 !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/*
textarea {
	min-height: 10em;
}
/*input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit]:active {
	background: rgba(255,255,255,0.75) !important;
	color: #000 !important;
	border-color: rgba(255,255,255,0) !important;
	cursor: pointer;
}*/
select {
  display: block;
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(204, 204, 204, 0.9);
  padding: 0.333em 0.666em;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
select.inline {
  display: inline-block;
  width: auto;
  min-width: 100px;
  max-width: 100%;
}
/*
.search-wrap {
    background: rgba(0,0,0,0.85);
    border: 1px solid #ccc;
	border: 1px solid rgba(204,204,204,0.25);
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
}
.search-wrap #s {
	width: 87%;
	min-width: 87%;
	max-width: 87%;
	color: #fff;
}
.search-wrap #searchsubmit {
    line-height: 2;
	color: #fff;
}*/
span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 0.75em !important;
  display: block;
}
div.wpcf7-response-output {
  padding: 0.75em 1em !important;
}
.dark .wpcf7-response-output {
  color: #fff;
}
.contact-form label {
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
}
.search-wrap {
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(204, 204, 204, 0.25);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: none;
}
.search-wrap .s {
  position: relative;
  border: none;
  padding-right: 2em;
}
.search-wrap .searchsubmit {
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  background: none;
  border: none;
}
form label {
  display: block;
  letter-spacing: 0.05em;
  padding: 0.5em 0 0.5em 0;
  margin: 0;
}
form label.inline {
  display: inline-block;
  padding-right: 1em;
}
form .small {
  display: block;
  font-size: 0.666em;
  color: #999;
  text-align: right;
  padding-top: 0.5em;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: 'Oxygen', Helvetica, Arial, Sans-Serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #616262;
  line-height: 1.5;
  word-spacing: 0.1em;
  color: #575555;
  font-size: inherit;
}
::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Oxygen', Helvetica, Arial, Sans-Serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #616262;
  line-height: 1.5;
  word-spacing: 0.1em;
  color: #575555;
  font-size: inherit;
}
:-ms-input-placeholder {
  /* IE 10+ */
  font-family: 'Oxygen', Helvetica, Arial, Sans-Serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #616262;
  line-height: 1.5;
  word-spacing: 0.1em;
  color: #575555;
  font-size: inherit;
}
:-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Oxygen', Helvetica, Arial, Sans-Serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #616262;
  line-height: 1.5;
  word-spacing: 0.1em;
  color: #575555;
  font-size: inherit;
}
/* Customize the label (the container) */
.checkbox-container {
  display: inline-block;
  position: relative;
  padding-left: 2em;
  cursor: pointer;
  font-family: 'Oxygen', Helvetica, Arial, Sans-Serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #616262;
  line-height: 1.5;
  word-spacing: 0.1em;
  text-transform: none;
  font-size: 0.9em;
  padding-top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.5em;
  width: 1.5em;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(204, 204, 204, 0.9);
  overflow: hidden;
}
.checkbox-container:hover input ~ .checkmark {
  background-color: #eee;
}
.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-container .checkmark:after {
  left: 0.4em;
  top: -0.05em;
  width: 0.65em;
  height: 1.25em;
  border: none;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  z-index: 1;
}
.checkbox-container .checkmark:before {
  content: '';
  display: block;
  position: absolute;
  left: 0.4em;
  top: -0.25em;
  width: 0.6em;
  height: 1.2em;
  background-color: #fff;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(25deg);
  transform: rotate(35deg);
  z-index: 10;
}
.checkbox-container:hover input ~ .checkmark:before {
  background-color: #eee;
}
.radio-container {
  display: inline-block;
  position: relative;
  padding-left: 2em;
  cursor: pointer;
  font-family: 'Oxygen', Helvetica, Arial, Sans-Serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #616262;
  line-height: 1.5;
  word-spacing: 0.1em;
  text-transform: none;
  font-size: 0.9em;
  padding-top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.radio-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.6em;
  width: 1.6em;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(204, 204, 204, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.radio-container:hover input ~ .checkmark {
  background-color: #eee;
}
.radio-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radio-container input:checked ~ .checkmark:after {
  display: block;
}
.radio-container .checkmark:after {
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
}
/* Customize Select Field */
select {
  box-sizing: border-box;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
  /* Hide arrow icon in IE browsers */
  /* Hover style */
  /* Focus style */
  /* Set options to normal weight */
  /* Support for rtl text, explicit support for Arabic and Hebrew */
  /* Disabled styles */
}
select::-ms-expand {
  display: none;
}
select option {
  font-weight: normal;
}
select *[dir="rtl"] select,
select :root:lang(ar) select,
select :root:lang(iw) select {
  background-position: left .7em top 50%, 0 0;
  padding: .6em .8em .5em 1.4em;
}
select:disabled,
select select[aria-disabled=true] {
  color: graytext;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
}
select:disabled:hover,
select select[aria-disabled=true] {
  border-color: #aaa;
}
/* Content */
#content-wrap {
  padding: 8em 0 0 0;
}
.page-section {
  padding: 3em 0 3em 0;
}
.circle {
  position: relative;
  width: 100%;
  max-width: 100%;
  border-radius: 100%;
  overflow: hidden;
}
.circle::after {
  display: block;
  content: '';
  padding-bottom: 100%;
}
.circle img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
}
.square {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.square::after {
  display: block;
  content: '';
  padding-bottom: 100%;
}
.square img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
}
.hpot {
  display: block;
  max-width: 0;
  max-height: 0;
  overflow: hidden;
}
.treatment-options .wrapLink .img-contain::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.treatment-options .wrapLink:hover .img-contain::before,
.treatment-options .wrapLink:focus-visible .img-contain::before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
.carousel .carousel-inner {
  position: relative;
  z-index: 1;
}
.carousel .carousel-indicators li {
  width: 0.666em;
  height: 0.666em;
  border-radius: 50%;
  padding: 0 !important;
  margin-right: 0.5em;
}
.carousel .carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  background-color: #582a32;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 100;
}
.carousel .carousel-control::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  width: 0.666em;
  height: 0.666em;
  border: 2px solid #fff;
}
.carousel .carousel-control.left {
  left: 1em;
}
.carousel .carousel-control.left::after {
  left: 54%;
  border-top: none;
  border-right: none;
}
.carousel .carousel-control.right {
  right: 1em;
}
.carousel .carousel-control.right::after {
  left: 48%;
  border-bottom: none;
  border-left: none;
}
.carousel .carousel-control:hover,
.carousel .carousel-control:focus-visible {
  background-color: #582a32;
  -webkit-opacity: 1;
  opacity: 1;
}
.cpcta-flyin {
  position: fixed;
  bottom: 0;
  width: 30%;
  right: 0;
  min-width: 350px !important;
  z-index: 99999;
}
/* Emergency Notice
----------------------------------------------------------- */
.top-panel .col-center {
  text-align: center;
}
#emergencyHeader {
  position: relative;
  display: block;
  width: 100%;
  max-height: 50px;
  margin: 0.5em auto 0 auto;
}
#emergencyHeader::before,
#emergencyHeader::after {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 1em;
  top: 0;
  bottom: 0;
  z-index: 100;
  background: red;
}
#emergencyHeader::before {
  left: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#582a32+0,582a32+100&1+0,0+100 */
  background: -moz-linear-gradient(left, #582a32 0%, rgba(88, 42, 50, 0) 100%);
  background: -webkit-linear-gradient(left, #582a32 0%, rgba(88, 42, 50, 0) 100%);
  background: linear-gradient(to right, #582a32 0%, rgba(88, 42, 50, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#582a32', endColorstr='#00582a32', GradientType=1);
}
#emergencyHeader::after {
  right: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#582a32+0,582a32+100&0+0,1+100 */
  background: -moz-linear-gradient(left, rgba(88, 42, 50, 0) 0%, #582a32 100%);
  background: -webkit-linear-gradient(left, rgba(88, 42, 50, 0) 0%, #582a32 100%);
  background: linear-gradient(to right, rgba(88, 42, 50, 0) 0%, #582a32 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00582a32', endColorstr='#582a32', GradientType=1);
}
#emergencyHeader,
#emergencyHeader a {
  color: #fff;
}
.emergencyNotice {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1em;
}
#emergencyHeader .notice {
  position: relative;
  display: inline-block;
  padding: 2px 10px;
}
#emergencyHeader .notice.addborder {
  border-right: 1px solid #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
#emergencyHeader .notice * {
  display: inline-block !important;
}
.marquee {
  position: relative;
  width: 400px;
  width: 100%;
  overflow: hidden;
}
.seonly {
  width: 0;
  height: 0;
  max-width: 0;
  max-height: 0;
  overflow: hidden;
}
@media (max-width: 480px) {
  .top-panel {
    display: block !important;
  }
  .top-panel .col-center {
    display: block !important;
  }
  .marquee {
    width: 100%;
  }
}
#tm_builder_outer_content .tm_pb_module .zoom-instagram-widget h2.widgettitle {
  font-size: 12px !important;
  color: #fff !important;
  text-transform: uppercase !important;
}
#before-after .accordion-item {
  border-radius: 3px;
  padding: 23px 25px 24px 25px;
  margin-bottom: 20px;
}
#before-after .accordion-item .acccordion-title {
  color: #616262;
  font-weight: 800;
  font-weight: 700;
  padding: 0 !important;
  margin: 0 !important;
}
#before-after .before-after-image {
  display: block;
  position: relative;
  margin: 0 auto 1em auto;
  min-width: 100%;
}
/* Home */
#home-hero {
  position: relative;
  height: 85vh;
  min-height: 600px;
  background-position: top 5em center;
  padding: 0 !important;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
#home-hero .container.main {
  position: relative;
  height: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
}
#home-hero .content-wrap {
  position: relative;
  padding: 0 4em 0 5em;
}
#home-hero .page-header {
  position: relative;
  margin-bottom: 0.25em;
}
#home-hero .page-header .page-title {
  font-size: 3.5em;
  padding-bottom: 0;
}
#home-hero .page-header .page-subtitle {
  font-size: 1em;
  font-weight: 400;
  text-transform: none;
}
#home-hero .content {
  position: relative;
  font-size: 4em;
  font-weight: 600;
  padding-top: 0.25em;
}
#home-hero .content .phoneLink {
  position: relative;
  padding-left: 1.25em;
}
#home-hero .content .phoneLink::before {
  content: '';
  display: flex;
  align-content: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  width: 1.65em;
  height: 1.65em;
  border: 2px solid #fff;
  border-radius: 50%;
  top: 0;
  left: 0;
  font-family: 'Font Awesome 5 Pro';
  content: '\f879';
  font-weight: 900;
  font-size: 0.65em;
  padding-top: 0.2em;
  margin-top: 0.15em;
  background: none;
}
.scrolled #home-hero {
  background-position: top 1em center;
}
#home-about,
#home-treatment {
  text-align: center;
}
#home-about a.wrapLink,
#home-treatment a.wrapLink {
  display: block;
  position: relative;
  text-decoration: none !important;
  background: none !important;
}
#home-about .img-contain,
#home-treatment .img-contain {
  position: relative;
}
#tm_builder_outer_content .custom-services .tm_pb_blurb .tm_pb_main_blurb_image a:hover::before,
.tm_pb_builder #tm_builder_outer_content .entry-featured-image-url:hover::before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@media (max-width: 666px) {
  #home-hero .content-wrap {
    padding: 0 0.75em;
  }
  #home-hero .page-header .page-title {
    font-size: 3em;
  }
  #home-hero .page-header .page-subtitle {
    font-size: 1em;
  }
  #home-hero .content {
    font-size: 3em;
  }
  #home-hero .content .phoneLink {
    padding-left: 1.25em;
  }
  #home-hero .content .phoneLink::before {
    width: 1.65em;
    height: 1.65em;
    font-size: 0.65em;
    padding-top: 0em;
    margin-top: 0.15em;
  }
}
@media (max-width: 480px) {
  #home-hero .page-header .page-title {
    font-size: 2.5em;
  }
  #home-hero .page-header .page-subtitle {
    font-size: 1em;
  }
  #home-hero .content {
    font-size: 2.5em;
  }
}
@media (max-width: 350px) {
  #home-hero .page-header .page-title {
    font-size: 2em;
  }
  #home-hero .page-header .page-subtitle {
    font-size: 1em;
  }
  #home-hero .content {
    font-size: 2em;
  }
}
/* About */
#about-intro {
  padding-bottom: 0;
}
#about-intro aside img {
  min-width: 100%;
}
#about-slider-section {
  padding-top: 0;
}
#about-slider-section #about-slider {
  display: block;
  position: relative;
  margin: 0 auto;
}
#about-slider-section #about-slider .carousel-inner {
  position: relative;
  z-index: 1;
}
#about-slider-section #about-slider .carousel-indicators li {
  width: 0.666em;
  height: 0.666em;
  border-radius: 50%;
  padding: 0 !important;
  margin-right: 0.5em;
}
#about-slider-section #about-slider .carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  background-color: #582a32;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 100;
}
#about-slider-section #about-slider .carousel-control::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  width: 0.666em;
  height: 0.666em;
  border: 2px solid #fff;
}
#about-slider-section #about-slider .carousel-control.left {
  left: 1em;
}
#about-slider-section #about-slider .carousel-control.left::after {
  left: 54%;
  border-top: none;
  border-right: none;
}
#about-slider-section #about-slider .carousel-control.right {
  right: 1em;
}
#about-slider-section #about-slider .carousel-control.right::after {
  left: 48%;
  border-bottom: none;
  border-left: none;
}
#about-slider-section #about-slider .carousel-control:hover,
#about-slider-section #about-slider .carousel-control:focus-visible {
  background-color: #582a32;
  -webkit-opacity: 1;
  opacity: 1;
}
.team-members .member {
  padding-bottom: 3.5em;
}
.team-members .team-img {
  min-width: 100%;
}
.team-members .team-member-name {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 1em;
  margin-bottom: 0.333em;
  font-weight: 400;
  font-size: 1.5em;
  color: #575555;
}
.team-members .team-member-title {
  text-transform: none;
  font-weight: 800;
  color: #575555;
}
.team-members .member-content {
  line-height: 1.25;
}
.team-members .orthodontist .team-member-name {
  font-weight: 800;
  color: #582a32;
}
.logo-section {
  font-size: 0.9em;
  line-height: 1.15;
}
.logo-section .logo-title {
  padding-bottom: 0.25em;
  margin-bottom: 1em;
  border-bottom: 1px solid rgba(87, 85, 85, 0.15);
}
.logo-section .logo-desc a {
  font-weight: 600;
}
#testimonials .testimonial {
  background: #f5f5f5;
  padding: 1em 1em 0.5em 1em;
  margin-bottom: 1em;
  line-height: 1.25;
}
#testimonials .testimonial .review-author {
  font-weight: 800;
  font-weight: 700;
}
#contact-map-section {
  padding: 0 !important;
}
#contact-map-section .section-content {
  padding: 0 !important;
}
#contact-map {
  width: 100%;
  height: auto;
}
#contact-map::after {
  content: '';
  display: block;
  padding-bottom: 25%;
}
#contact-map .gm-style .gm-style-iw {
  font-size: 1.35em;
}
#contact-map .gm-style .gm-style-iw .gm-style-iw-d {
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}
#contact-map .gm-style .gm-style-iw .gm-style-iw-d .info-wrap {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#contact-map .gm-style .gm-style-iw .gm-style-iw-d .info-wrap .subtitle {
  display: none;
}
#contact-map .gm-style .gm-style-iw .gm-style-iw-d .info-wrap .info-content {
  font-size: 1.25em;
  margin: 0.5em 0;
}
#contact-map .gm-style .gm-style-iw .gm-style-iw-d .info-wrap .col.col-12.col-xs-12.col-sm-12.col-md-8.col-logo {
  flex: 0 0 100% !important;
  width: 100% !important;
  min-width: 100% !important;
  text-align: center !important;
}
#contact-map .gm-style .gm-style-iw .gm-style-iw-d .info-wrap h5 {
  font-family: 'Oxygen', Helvetica, Arial, Sans-Serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #616262;
  line-height: 1.5;
  word-spacing: 0.1em;
  font-size: 1.13em;
  text-align: center;
  margin: 0.25em 0;
  padding: 0;
}
#contact-map .gm-style .gm-style-iw .gm-style-iw-d .info-wrap p {
  text-align: center;
}
/* Home Care */
.home-care-links .img-contain img {
  width: auto;
  min-width: 100%;
  height: auto;
}
/* Making Good Food Choices page 
---------------------------------------------------------- */
#food-choices {
  font-size: 0.8em;
  font-weight: bold;
  color: #000;
}
#food-choices h2,
#food-choices h3 {
  display: block;
  text-align: center;
  padding: 0.5em !important;
  font-size: 1.5em;
  text-shadow: -1px 1px 1px #000000;
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.85);
  border: 1px solid #666;
  border: 1px solid rgba(153, 153, 153, 0.5);
  -webkit-box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.25);
  box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.25);
}
#food-choices .bg-blue {
  color: #fff !important;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7095c1+0,4c79ad+41,3065a3+100 */
  background: #7095c1;
  background: -moz-linear-gradient(top, #7095c1 0%, #4c79ad 41%, #3065a3 100%);
  background: -webkit-linear-gradient(top, #7095c1 0%, #4c79ad 41%, #3065a3 100%);
  background: linear-gradient(to bottom, #7095c1 0%, #4c79ad 41%, #3065a3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7095c1', endColorstr='#3065a3', GradientType=0);
}
#food-choices .bg-pink {
  display: block;
  width: auto;
  min-width: 10px;
  max-width: 50%;
  padding: 0.25em;
  text-transform: uppercase;
  font-size: 1.1em;
  text-shadow: none;
  color: #000 !important;
  margin: 5px auto 10px auto !important;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbdcd9+0,fbaca8+100 */
  background: #fbdcd9;
  background: -moz-linear-gradient(top, #fbdcd9 0%, #fbaca8 100%);
  background: -webkit-linear-gradient(top, #fbdcd9 0%, #fbaca8 100%);
  background: linear-gradient(to bottom, #fbdcd9 0%, #fbaca8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbdcd9', endColorstr='#fbaca8', GradientType=0);
}
#food-choices .bg-red {
  font-size: 1.25em;
  color: #fff !important;
  padding: 0.25em 0.1em;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#de4d4a+1,c33f3b+61,9a3636+100 */
  background: #de4d4a;
  background: -webkit-linear-gradient(#de4d4a 1%, #c33f3b 61%, #9a3636 100%);
  background: -o-linear-gradient(#de4d4a 1%, #c33f3b 61%, #9a3636 100%);
  background: linear-gradient(#de4d4a 1%, #c33f3b 61%, #9a3636 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#de4d4a', endColorstr='#9a3636', GradientType=0);
}
#food-choices .bg-peach {
  position: relative;
  display: inline-block;
  max-width: 50%;
  font-size: 1.25em;
  color: #000 !important;
  text-shadow: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffe8d8+0,fed7b8+45,fac080+100 */
  background: #ffe8d8;
  background: -moz-linear-gradient(top, #ffe8d8 0%, #fed7b8 45%, #fac080 100%);
  background: -webkit-linear-gradient(top, #ffe8d8 0%, #fed7b8 45%, #fac080 100%);
  background: linear-gradient(to bottom, #ffe8d8 0%, #fed7b8 45%, #fac080 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8d8', endColorstr='#fac080', GradientType=0);
  z-index: 1;
}
@media (max-width: 767px) {
  #food-choices .bg-peach {
    max-width: 100%;
  }
}
#food-choices table {
  border: none;
}
#food-choices td {
  position: relative;
  text-align: center;
  width: 20%;
  max-width: 20%;
  vertical-align: middle;
  border: none;
  padding-bottom: 0;
}
#food-choices td.top {
  vertical-align: top;
}
#food-choices td.left {
  text-align: left;
}
#food-choices td img {
  display: block;
  margin: 2px auto 0 auto;
}
#food-choices .col-right {
  padding-top: 13em;
}
@media (max-width: 992px) {
  #food-choices .col-right {
    padding-top: 0;
  }
}
#food-choices .img-left {
  position: relative;
  display: inline-block;
  float: right;
  z-index: 10;
}
/* Footer */
#site-footer {
  position: relative;
  background: #373838;
  font-size: 0.75em;
  color: #fff;
  line-height: 1.25;
  padding: 0;
  z-index: 600;
}
#site-footer a {
  color: #fff !important;
  background: -moz-linear-gradient(left, #fff 0%, #fff 100%);
  background: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
  background: linear-gradient(to right, #fff 0%, #fff 100%);
  background-size: 0px 1px;
  background-repeat: no-repeat;
  background-position: center 90%;
}
#site-footer a:hover,
#site-footer a:focus-visible {
  background-size: 100% 1px;
}
#site-footer .widget {
  padding-bottom: 1em;
}
#site-footer .widget_media_image a {
  color: inherit;
  text-decoration: none !important;
  font-weight: inherit;
  background: none;
  background-size: auto;
}
#site-footer .widgettitle {
  font-size: 1em;
  text-transform: uppercase;
  color: #fff !important;
}
#site-footer .footer-social {
  text-align: right;
}
#site-footer .footer-social .widget_como_social_icon_widget {
  display: inline-block;
  font-size: 2em;
  padding: 0 0.25em 0.5em 0.25em;
}
#site-footer .footer-social .widget_como_social_icon_widget a {
  color: rgba(255, 255, 255, 0.5) !important;
  background: none !important;
  background-size: auto !important;
}
#site-footer .footer-social .widget_como_social_icon_widget a:hover,
#site-footer .footer-social .widget_como_social_icon_widget a:focus-visible {
  color: #ffffff !important;
}
#footer-top {
  padding-top: 2em;
  padding-bottom: 2em;
}
#footer-top .img-widget img {
  max-width: 100%;
  height: auto;
}
#footer-bottom {
  background: #2c2d2d;
  padding-top: 1em;
  font-size: 0.85em;
}
#menu-footer-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
#menu-footer-nav .menu-item {
  display: inline-block;
  margin: 0;
  padding: 0 0.25em;
}
.address .widgettitle {
  text-transform: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
#link-top {
  display: none;
  position: fixed;
  background: #ccc;
  bottom: 0.3em;
  right: 0.3em;
  font-size: 2em;
  text-decoration: none;
  width: 1.2em;
  height: 1.2em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 900;
}
.scrolled #link-top {
  background: rgba(204, 204, 204, 0.5);
  -webkit-opacity: 0.333;
  -moz-opacity: 0.333;
  opacity: 0.333;
}
.scrolled #link-top:hover,
.scrolled #link-top:focus {
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
}
/* --------- Responsive ---------- */
/*  
xxxxs: 0-319px,
xxxs: 320px-480px
xxs: 481px-567px,
xs: 568px-666px,
sm: 667px-767px,
md: 768px-991px,
lg: 992px-1199px,
xl: 1200px-1439px,
xxl: 1440px-1599px,
xxxl: 1600px-1899px,
xxxxl: 1900px+
*/
@media (max-width: 1899px) {
}
@media (max-width: 1599px) {
}
@media (max-width: 1439px) {
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
  #site-footer {
    position: relative;
  }
  #site-footer #footer-top {
    padding-top: 2em;
  }
}
@media (max-width: 767px) {
}
@media (max-width: 666px) {
  #footer-top .footer-logo {
    padding-right: 0;
  }
  #footer-top .footer-logo img {
    display: block;
    margin: 0 auto 1em auto;
  }
  #footer-top .address {
    text-align: center;
    padding-bottom: 1em;
    font-size: 1.5em;
  }
  #footer-top .emailLink {
    display: block;
    margin-bottom: 0.15em;
  }
  #menu-footer-nav {
    margin: 1em 0;
    text-align: center;
  }
  #menu-footer-nav .menu-item {
    font-size: 1.5em;
    padding: 0 1em;
  }
  #copyright {
    font-size: 1.25em;
    text-align: center;
    margin: 1em 0;
  }
}
@media (max-width: 567px) {
  #footer-top .address {
    font-size: 1.25em;
  }
  #menu-footer-nav .menu-item {
    font-size: 1.5em;
  }
  #copyright {
    margin: 0.75em 0;
  }
}
@media (max-width: 480px) {
}
@media (max-width: 400px) {
  #footer-top .footer-logo img[style] {
    max-width: 90% !important;
    height: auto;
  }
  #menu-footer-nav .menu-item {
    padding: 0.5em 1em;
  }
}
@media (max-width: 319px) {
}
/* --------- Responsive ---------- */
/*
xxxxs: 0-319px,
xxxs: 320px-480px,
xxs: 481px-567px,
xs: 568px-666px,
sm: 667px-767px,
md: 768px-991px,
lg: 992px-1199px,
xl: 1200px-1439px,
xxl: 1440px-1599px,
xxxl: 1600px-1899px,
xxxxl: 1900px+
*/
@media (max-width: 1899px) {
}
@media (max-width: 1599px) {
}
@media (max-width: 1439px) {
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
}
@media (max-width: 666px) {
}
@media (max-width: 567px) {
}
@media (max-width: 480px) {
}
@media (max-width: 319px) {
}
