/* 
 Site Manager Version: 14.2.0
 Date Created: January 2024
 
 Account: rancho-ofs
 Written by: vita stillion
 
 Sesame Communications - All rights reserved. C2024
 Any reproduction or intentional misuse is strictly prohibited
*/
/* ===============================================
              options
 =============================================== */
/* ===============================================
                    colors
 =============================================== */
/* ===============================================
					fonts
=============================================== */
.fontP {
  font-family: 'Poppins', sans-serif;
}
.fontS {
  font-family: 'Poppins', sans-serif;

/*  font-family: 'Sansita Swashed', system-ui;*/
  font-family: 'Poppins', sans-serif;

}
/* ===============================================
					Mixins 
=============================================== */
/*font-mixins*/
.th {
  font-weight: 100;
}
.xlt {
  font-weight: 200;
}
.lt {
  font-weight: 300;
}
.roman {
  font-weight: 400;
}
.mbold {
  font-weight: 500;
}
.sbold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.xbold {
  font-weight: 800;
}
.ubold,
.black {
  font-weight: 900;
}
.italic {
  font-style: italic;
}
.upp {
  text-transform: uppercase;
}
.loww {
  text-transform: lowercase;
}
.noo {
  text-transform: none;
}
.normal {
  font-style: normal;
}
/*LETTER SPACING, LINE HEIGHT AND FONT SIZE */
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}
.alignleft {
  text-align: left;
}
.justify {
  text-align: justify;
}
/*helper mixins*/
.clear {
  clear: both;
}
.clearright {
  clear: right;
}
.clearleft {
  clear: left;
}
.wall {
  width: 100%;
}
.hall {
  height: 100%;
}
.auto {
  width: auto;
}
.autoy {
  height: auto;
}
.autox {
  width: auto;
  height: auto;
}
.zerox {
  width: 0;
  height: 0;
}
.line {
  width: 100%;
  height: 1px;
}
.show {
  display: block;
}
.hide {
  display: none;
}
.inline {
  display: inline;
}
.inline-block,
.ib {
  display: inline-block;
}
.left {
  float: left;
}
.right {
  float: right;
}
.nofloat {
  float: none;
}
.behave {
  display: block;
  float: left;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.round {
  border-radius: 50%;
}
/*functional mixins*/
.vertical-align {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.overlay {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.inlay {
  width: auto;
  height: auto;
  display: block;
  position: absolute;
}
/* use with .trbl */
.grey,
.gray {
  -webkit-filter: grayscale(1);
  filter: grayscale(100%);
}
/* ===============================================
Basic Stylings
These will affect every size of the site.
=============================================== */
/*resets*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*GLOBAL OVERRIDES*/
.fab,
.fas,
.fal,
.far,
.fad {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: 0;
}
/* ==================================================================
	main content-text font sizes
=================================================================== */
/* ===============================================
	body 
=============================================== */
body,
input,
select,
textarea {
  font-family: 'Poppins', sans-serif;
}
form button,
button {
  font-family: 'Poppins', sans-serif;
}
svg {
  display: inline-block;
}
body {
  font-size: 15px;
  color: #2f2f2f;
  background: #fff;
  overflow: hidden;
}
@media only screen and (min-width: 1300px) {
  body {
    font-size: 20px;
    /* desk 1300w */
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #808d3c;
  text-decoration: underline;
  transition: color 0.33s ease-in-out;
}
#content a:hover {
  text-decoration: underline;
  color: #bbc297;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
/*  font-style: italic;*/
  text-transform: none;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  color: #808d3c;
  margin: 0 0 1.44em;
  text-rendering: auto;
}
header.sub {
  background: url(../images/bgh1.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
  z-index: 500;
}

header.sub.img-1{background-image: url(../images/banner/01.jpg);}
header.sub.img-2{background-image: url(../images/banner/02.jpg);}
header.sub.img-3{background-image: url(../images/banner/03.jpg);}
header.sub.img-4{background-image: url(../images/banner/04.jpg);}
header.sub.img-5{background-image: url(../images/banner/05.jpg);}
header.sub.img-6{background-image: url(../images/banner/06.jpg);}
header.sub.img-7{background-image: url(../images/banner/07.jpg);}
header.sub.img-8{background-image: url(../images/banner/08.jpg);}
header.sub.img-9{background-image: url(../images/banner/09.jpg);}
header.sub.img-10{background-image: url(../images/banner/10.jpg);}
header.sub.img-11{background-image: url(../images/banner/11.jpg);}
header.sub.img-12{background-image: url(../images/banner/12.jpg);}
header.sub.img-13{background-image: url(../images/banner/13.jpg);}
header.sub.img-14{background-image: url(../images/banner/14.jpg);}
header.sub.img-15{background-image: url(../images/banner/15.jpg);}
header.sub.img-16{background-image: url(../images/banner/16.jpg);}
header.sub.img-17{background-image: url(../images/banner/17.jpg);}
header.sub.img-18{background-image: url(../images/banner/18.jpg);}


@media only screen and (max-width: 767px) {
  header.sub {
    padding: 2.5em 0;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
  header.sub {
    padding: 5em 0;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  header.sub {
    height: 30em;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  header.sub {
    background-size: 2000px auto;
    /* range 1300w - 1999oo */
  }
}
@media only screen and (min-width: 2000px) {
  header.sub {
    height: 30vw;
    /* custom 2000w */
  }
}
header.sub:after {
  content: '';
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 100%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 100%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  header.sub:after {
    background-color: rgba(0, 0, 0, 0.3);
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 768px) {
  header.sub:after {
    /* midTab 768w */
  }
}
.sub h1 {
  letter-spacing: -0.04em;
  font-size: 10vw;
  font-family: 'Sansita Swashed', system-ui;
  font-family: 'Poppins', sans-serif;
  
  font-family: 'Poppins', sans-serif;

  font-weight: 400;
  font-style: normal;
  color: white;
  width: 96%;
  max-width: 1320px;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 480px) {
  .sub h1 {
    font-size: 3.4em;
    /* mintab 480w */
  }
}
@media only screen and (max-width: 767px) {
  .sub h1 {
    text-align: center;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 1300px) {
  .sub h1 {
    position: absolute;
    right: 0;
    bottom: 0.67647059em;
    left: 0;
    /* desk 1300w */
  }
}
.home h1 {
  letter-spacing: -0.04em;
  font-size: 10vw;
  font-family: 'Sansita Swashed', system-ui;
  font-family: 'Poppins', sans-serif;
  
  font-style: normal;
  color: #919c4c;
  margin-bottom: 0.45em;
}
@media only screen and (min-width: 480px) {
  .home h1 {
    font-size: 2.65em;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 1300px) {
  .home h1 {
/*    white-space: nowrap;*/
    /* desk 1300w */
  }
}
.home h1 .trait {
  display: block;
  font-family: 'Poppins', sans-serif;
  color: #ae3838;
/*  font-style: italic;*/
  letter-spacing: 0;
}
.home h1 .trait.top {
  line-height: 0.85714286;
  font-size: 0.66037736em;
  text-transform: none;
}
h2:not(.topic) {
  font-size: 1.31578947em;
  color: #ae3838;
}
h3:not(.topic) {
  font-size: 1.21052632em;
  color: #808d3c;
}
h4 {
  font-size: 1.10526316em;
}
h5 {
  font-size: 1.05263158em;
}
h6 {
  font-size: 1em;
}
/* ===============================================
	containers
=============================================== */
.container {
  max-width: 66em;
}
/* ===============================================
	list styles - global overrides
=============================================== */
.what-sets-us-apart #content ol,
.meet-the-team #content ol,
.our-office #content ol,
.office-tour #content ol,
body[class*='-after'] #content ol {
  margin: 0;
}
#content ul li {
  list-style: disc outside;
  /* list-style-image:none; */
}
/* ==================================================================
	masthead
=================================================================== */
#masthead {
  width: 100%;
  padding: 0;
  background-color: #fff;
  position: relative;
  z-index: 3000;
}
@media only screen and (min-width: 1300px) {
  #masthead {
    font-size: inherit;
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3000;
    /* desk 1300w */
  }
}
#masthead .container {
  width: 100%;
  max-width: none;
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 1.2em;
  text-align: center;
  height: 44px;
  width: 44px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 600;
  clear: both;
}
#main-nav .container {
  height: 100%;
  padding: 0;
}
#main-nav .trigger {
  line-height: 44px;
  color: #2f2f2f;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  background: none;
  box-shadow: none;
  border: none;
  -webkit-display: none;
  position: relative;
  z-index: 600;
  transition: color 0.33s ease-in-out;
  cursor: pointer;
}
#main-nav .trigger .navicon {
  width: 12px;
  height: 8px;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #main-nav .trigger .navicon {
    top: 0;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 768px) {
  #main-nav .trigger .navicon {
    top: -0.2em;
    /* midTab 768w */
  }
}
#main-nav .trigger .navicon span {
  width: 100%;
  height: 2px;
  background: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  transform: translate(0, 0) rotate(0deg);
  transition: transform 0.3s ease;
}
#main-nav .trigger .navicon span:nth-child(1) {
  top: 0px;
}
#main-nav .trigger .navicon span:nth-child(2),
#main-nav .trigger .navicon span:nth-child(3) {
  top: 50%;
}
#main-nav .trigger .navicon span:nth-child(4) {
  top: 100%;
}
#main-nav .trigger:hover {
  color: #2f2f2f;
}
#main-nav .open .trigger {
  color: #a6af77;
}
#main-nav .open .trigger .navicon span:nth-child(1) {
  transform: translate(50%, 150%) scaleX(0);
}
#main-nav .open .trigger .navicon span:nth-child(4) {
  transform: translate(50%, -150%) scaleX(0);
}
#main-nav .open .trigger .navicon span:nth-child(2) {
  transform: translate(0, 0) rotate(45deg);
}
#main-nav .open .trigger .navicon span:nth-child(3) {
  transform: translate(0, 0) rotate(-45deg);
}
#main-nav ul {
  width: 100vw;
  margin: -44px 0 0;
  padding: 1em 0;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 100%);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 100%);
  position: relative;
  float: right;
  z-index: 550;
}
@media only screen and (min-width: 1024px) {
  #main-nav ul {
    margin: 0 23.5em 0 0;
    /* midTab 1024w */
  }
}
@media only screen and (min-width: 1300px) {
  #main-nav ul {
    margin: 0 22.7em 0 0;
    /* desk 1300w */
  }
}
#main-nav ul li {
  clear: both;
}
#main-nav ul li a[id] {
  line-height: 2.66666667;
  font-size: 0.75em;
  color: #000;
  width: auto;
  height: 2.66666667em;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease;
}
#main-nav ul li.open > a[id],
#main-nav ul li.active > a[id],
#main-nav ul li:hover > a[id] {
  color: #ae3838;
  text-decoration: none;
  transition-duration: 0.15s;
}
#main-nav ul ul {
  width: 100%;
  margin: 0;
  padding: 0;
  background: rgba(128, 141, 60, 0.89);
  display: inline;
  float: left;
}
#main-nav ul ul li {
  width: 100%;
  background: none;
  float: left;
}
#main-nav ul ul li a {
  line-height: 3.07692308;
  font-size: 0.65em;
  color: #fff;
  width: 100%;
  height: 3.07692308em;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#main-nav ul li.active ul li a:hover,
#main-nav ul ul li a:hover,
#main-nav ul ul li a.active {
  text-decoration: none;
  color: #000;
  margin-bottom: 0;
  border: none;
}
/* main-nav make li fly in all cool */
#main-nav .collapsible.open > ul {
  animation: flyinmobilenav 0.4s 1;
}
#main-nav .collapsible.open ul ul {
  animation: none;
}
/* make flyouts expand on mobile */
#main-nav ul ul li {
  height: 0;
  overflow: hidden;
  transition-duration: 0.33s;
  opacity: 0;
}
@media only screen and (max-width: 1023px) {
  #main-nav ul ul li {
    /* midTab 1024oo */
  }
}
/* all about that open class */
#main-nav .open ul {
  display: inline-block;
}
#main-nav .open ul .open ul {
  padding: 1em 0;
}
#main-nav .open ul .open ul li {
  height: 2em;
  opacity: 1;
}
/* ===============================================
Large Tablet Stylings
Supports 1024px (1024px) and up
=============================================== */
@media only screen and (min-width: 1024px) {
  /* ==================================================================
	main-nav
=================================================================== */
  #main-nav {
    font-size: inherit;
    width: 100%;
    height: 3.75em;
    margin-top: 2.15em;
    box-shadow: none;
    position: relative;
    top: auto;
    z-index: 2900;
  }
  #main-nav .container {
    max-width: right;
  }
  #main-nav div.collapsible {
    margin: 0 auto;
  }
  #main-nav ul {
    height: 3.75em;
    width: auto;
    padding: 0;
    background: none;
    position: static;
    float: right;
  }
  #main-nav ul li {
    height: 100%;
    margin: 0 0.95em 0 0;
    background: none;
    vertical-align: top;
    position: relative;
    float: none;
    clear: none;
  }
  #main-nav ul li.contact,
  #main-nav ul li.contact-us {
    margin-right: 0;
    padding-right: 0;
  }
  #main-nav ul li a[id] {
    line-height: 2.66666667;
    text-align: center;
    height: 100%;
    z-index: 3000;
  }
  #main-nav ul ul {
    width: auto;
    height: auto;
    padding: 1em 0;
    position: absolute;
    display: none;
    z-index: 2800;
  }
  #main-nav ul ul li {
    height: 1.25em;
    margin: 0;
    padding: 0;
    float: left;
    opacity: 1;
  }
  #main-nav ul ul li a {
    line-height: 1.92307692;
    text-align: left;
    white-space: nowrap;
    height: 1.92307692em;
    padding: 0 2.46153846em;
    float: left;
  }
  #main-nav ul li:hover ul {
    display: block;
    left: -1.6em;
    /*top:37px;*/
  }
  /*END*/
}
/* ==================================================================
	header
=================================================================== */
#hd {
  text-align: center;
  color: #000;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 666px) {
  #hd {
    text-align: right;
    /* custom 666w */
  }
}
@media only screen and (min-width: 1024px) {
  #hd {
    z-index: 3000;
    /* maxTab 1024w */
  }
}
#hd .mod {
  position: static;
}
@media only screen and (max-width: 665px) {
  #hd .mod {
    margin-top: 0.5em;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 666px) {
  #hd .mod {
    display: block;
    position: absolute;
    top: 0;
    right: 53px;
    /* custom 666w */
  }
}
@media only screen and (min-width: 1024px) {
  #hd .mod {
    top: 0.75em;
    right: min( 1%, 2.5em );
    /* midTab 1024w */
  }
}
@media only screen and (min-width: 1300px) {
  #hd .mod {
    right: 1em;
    /* desk 1300w */
  }
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  font-size: 0.6em;
  width: 14.5em;
  margin: 0 auto 0 2%;
  display: block;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #logo {
    font-size: inherit;
    margin: 0;
    position: absolute;
    top: 1em;
    left: min(1%, 2.5em );
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 1300px) {
  #logo {
    left: 2.5em;
    /* desk 1300w */
  }
}
#logo a {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 1023px) {
  #logo a {
    min-height: 44px;
    display: flex;
    align-items: center;
    /* midTab 1024oo */
  }
}
#logo svg {
  width: 14.5em;
  height: 4.05em;
}
#logo svg .mark {
  stroke: #AE3838;
  transform: scale(0.98);
}
@media only screen and (max-width: 1023px) {
  #logo svg .name {
    transform: scale(1.1);
    /* midTab 1024oo */
  }
}
/* ===============================================
	contact info
=============================================== */
#contactinfo {
  text-align: center;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 479px) {
  #contactinfo {
    width: 100%;
    display: inline;
    /* mintab 480oo */
  }
}
#contactinfo > div {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #contactinfo > div {
    margin-right: 1em;
    /* range 768w - 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #contactinfo > div {
    height: 4.45em;
    border-left: 1px solid #a6af77;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    /* midTab 1024w */
  }
}
@media only screen and (max-width: 479px) {
  #contactinfo > div.visit {
    width: 100%;
    border-top: 1px solid #a6af77;
    /* mintab 480oo */
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #contactinfo > div.visit {
    margin-right: 0.5em;
    /* range 480w - 768oo */
  }
}

@media only screen and (min-width: 1024px) {
  #contactinfo > div.visit {
    width: 12.5em;
    justify-content: center;
    /* midTab 1024w */
  }
}
@media only screen and (max-width: 479px) {
  #contactinfo > div.call {
    display: block;
    position: absolute;
    top: 4px;
    right: 44px;
    /* mintab 480oo */
  }
}
@media only screen and (min-width: 480px) and (max-width: 1023px) {
  #contactinfo > div.call {
    width: auto;
    /* range 480w - 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #contactinfo > div.call {
    width: 6.45em;
    /* midTab 1024w */
  }
}
#contactinfo h3.topic {
  line-height: 1.25;
  font-weight: 400;
  color: #000;
}
@media only screen and (max-width: 1023px) {
  #contactinfo h3.topic {
    font-size: clamp( 12px, 0.6em , 12px );
    white-space: nowrap;
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #contactinfo h3.topic {
    font-size: 0.6em;
    /* midTab 1024w */
  }
}
#contactinfo .icon {
  line-height: 1;
  font-size: 0.6em;
  color: #808d3c;
  display: block;
}
@media only screen and (max-width: 767px) {
  #contactinfo .icon {
    /* midTab 768oo */
  }
  #contactinfo .icon.fa-phone {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  #contactinfo .icon {
    line-height: 44px;
    font-size: clamp( 12px, 0.6em , 12px );
    margin-right: 1em;
    display: inline-block;
    vertical-align: top;
    position: relative;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #contactinfo .icon {
    line-height: 1.25;
    font-size: 0.6em;
    /* midTab 1024w */
  }
}
#contactinfo .info {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  #contactinfo .info {
    width: auto;
    vertical-align: top;
    position: relative;
    top: .1em;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #contactinfo .info {
    
  }
}
#contactinfo .address {
  width: auto;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  #contactinfo .address {
    font-size: clamp( 12px, 0.6em , 12px );
    min-width: 44px;
    line-height: clamp( 13px, 0.6em , 13px );
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #contactinfo .address {
    line-height: 1.25;
    font-size: 0.9em;
    /* midTab 1024w */
  }
}
#contactinfo i {
  display: block;
  color: #808d3c;
}
#contactinfo .office-loc {
  display: block;
}
#contactinfo .phone {
  display: block;
}
#contactinfo .divider {
  margin: 0 1px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 .2em;
}
@media only screen and (max-width: 1023px) {
  #contactinfo .divider {
    line-height: 44px;
    font-size: clamp( 12px, 0.6em , 12px );
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #contactinfo .divider {
    line-height: 1.25;
    font-size: 0.8em;
    margin-top: 1.2em;
  }
}
#contactinfo .phone {
  width: auto;
  display: block;
  vertical-align: top;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  #contactinfo .phone {
    font-size: clamp( 12px, 0.6em , 12px );
    line-height: clamp( 14px, 0.6em , 12px );
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #contactinfo .phone {
    line-height: 1.25;
    font-size: 0.6em;
  }
}
#contactinfo a {
  color: #000;
  transition: color 0.33s ease-in-out;
}
#contactinfo a:hover {
  color: #a6af77;
}
/* ==================================== ===========
	utility-nav
=============================================== */
#utilitynav {
  line-height: 0;
  text-align: center;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 400;
}
@media only screen and (max-width: 665px) {
  #utilitynav {
    display: block;
    position: absolute;
    top: 100%;
    right: 1em;
    /* custom 666oo */
  }
}
#utilitynav ul {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#utilitynav ul li {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#utilitynav ul li:nth-child(n+2) {
  margin: 0 0 0 0.5em;
}
#utilitynav > div {
  border-left: 1px solid #a6af77;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  #utilitynav > div {
    white-space: nowrap;
    padding-left: 1em;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #utilitynav > div {
    height: 4.45em;
    width: 4.25em;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    /* midTab 1024w */
  }
  #utilitynav > div.payment {
    width: 3.25em;
  }
}
#utilitynav .icon {
  color: #808d3c;
}
@media only screen and (max-width: 1023px) {
  #utilitynav .icon {
    line-height: 44px;
    font-size: clamp( 12px, 0.6em , 12px );
    margin-right: 1em;
    display: inline-block;
    vertical-align: top;
    position: relative;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #utilitynav .icon {
    line-height: 1;
    font-size: 0.8em;
    display: block;
    /* midTab 1024w */
  }
}
@media only screen and (max-width: 1023px) {
  #utilitynav .info {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    position: relative;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #utilitynav .info {
    display: block;
    /* midTab 1024w */
  }
}
#utilitynav a {
  text-align: center;
  color: #000;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  #utilitynav a {
    line-height: 14.52px;
    font-size: clamp( 12px, 0.6em , 12px );
    padding: 7.49574106px 0;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #utilitynav a {
    line-height: 1.25;
    font-size: 0.8em;
    /* midTab 1024w */
  }
}
#utilitynav a:hover {
  color: #808d3c;
}
#utilitynav a.appointmentrequest {
  width: 14.08333333em;
}
#utilitynav a.patient-login {
  width: 9.75em;
}
/* ===============================================
	socialmedia
=============================================== */
.socialmedia {
  line-height: 0;
  text-align: center;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
@media only screen and (max-width: 665px) {
  .socialmedia {
    border-top: 1px solid #a6af77;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 666px) {
  .socialmedia {
    min-width: 44px;
    width: 2.5em;
    margin: 0;
    padding: 0.6em 0;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 5.55555556em;
    /* custom 666w */
  }
}
@media only screen and (min-width: 1024px) {
  .socialmedia {
    top: 12.5em;
    /* midTab 1024w */
  }
}
@media only screen and (min-width: 1300px) {
  .socialmedia {
    position: fixed;
    top: 50%;
    transform: translate(0, -50%);
    /* desk 1300w */
  }
}
.socialmedia a {
  color: #808d3c;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
}
@media only screen and (max-width: 665px) {
  .socialmedia a {
    width: 44px;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 666px) {
  .socialmedia a {
    width: 100%;
    /* custom 666w */
  }
}
@media only screen and (max-width: 1023px) {
  .socialmedia a {
    line-height: 44px;
    font-size: clamp( 12px, 0.9em , 18px );
    height: 44px;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  .socialmedia a {
    line-height: 1.66666667;
    font-size: 0.9em;
    height: 1.66666667em;
    width: 100%;
    /* maxTab 1024w */
  }
}
.socialmedia a:nth-last-of-type(1) {
  margin: 0;
}
.socialmedia a:hover {
  color: #ae3838;
  z-index: 400;
  transform: translate3d(0, 0, 0) scale(1.44);
}
.socialmedia a .icon {
  position: relative;
}
/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  font-size: 2vw;
  text-align: center;
  color: #fff;
  min-height: 38.0952381vw;
  background: #000;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 1024px) {
  #slideshow {
    font-size: inherit;
    width: 100%;
    margin-top: 0;
    top: 0;
    max-height: 30em;
    /* maxTab 1024w */
  }
}
#slideshow #home-slideshow {
  width: 100%;
  margin: 0;
  aspect-ratio: 2000 / 800;
}
@media only screen and (min-width: 1024px) {
  #slideshow #home-slideshow {
    position: relative;
    /* maxTab 1024w */
  }
  #slideshow #home-slideshow .hpslide {
    max-width: none;
    width: 100%;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  #slideshow #home-slideshow {
    width: 2000px;
    margin: 0 calc(-1000px + 50vw);
    /* range 1300w - 1999oo */
  }
}
#slideshow .ssoverlay {
  line-height: 0.875;
  font-size: 2em;
  color: currentcolor;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  z-index: 420;
}
#slideshow .ssoverlay .trait {
  line-height: 1;
  font-size: 2em;
  text-transform: uppercase;
  display: block;
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
  z-index: 400;
}
.spotlight > div {
  position: relative;
}
/* ===============================================
	spot01 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot01 {
  text-align: center;
  padding: 2em 0;
  margin: 0;
  background: white;
  position: relative;
  z-index: 410;
}
@media only screen and (max-width: 479px) {
  .spot01 {
    font-size: 3.7vw;
    /* mintab opt-out 480oo */
  }
}
@media only screen and (min-width: 480px) {
  .spot01 {
    font-size: inherit;
    font-size: min(2.2vw, 1em);
    padding: 4em 0;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 1024px) {
  .spot01 {
    scale: 1.2;
    padding-top: 2.5em;
    margin-top: 2.5em;
  }
}
.spot01 a {
  color: white;
  aspect-ratio: 1 / 1;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media only screen and (max-width: 479px) {
  .spot01 a {
    height: 44vw;
    width: 44%;
    margin: 2%;
    /* mintab 480oo */
  }
}
@media only screen and (min-width: 480px) {
  .spot01 a {
    max-width: 10em;
    max-height: 10em;
    height: 21vw;
    width: 21%;
    margin: 0 min(2%, 1em);
    /* mintab 480w */
  }
}
.no-appearance .spot01 a {
  margin: 0 1em;
}
.spot01 a:hover {
  z-index: 400;
}
.spot01 a:hover .mod {
  -webkit-transform: translate3d(0, 0, 9px);
  transform: translate3d(0, 0, 9px);
}
.spot01 a:hover .icon,
.spot01 a:hover h2.topic,
.spot01 a:hover .detail {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-delay: calc(0.09s * var(--index) );
  transition-delay: calc(0.09s * var(--index) );
  opacity: 1;
}
.spot01 a:hover .flip-item {
  -webkit-transform: translate3d(0, 0, -9px) rotateY(180deg) scale(1.1);
  transform: translate3d(0, 0, -9px) rotateY(180deg) scale(1.1);
  box-shadow: 0 0 1.25em rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1300px) {
  .spot01 a:hover .flip-rev {
    background-size: 107.27272727% auto;
    background-position: 50% 50%;
    -webkit-transition-duration: 0.66s, 0.66s;
    transition-duration: 0.66s, 0.66s;
    -webkit-transition-delay: 0.45s, 0.45s;
    transition-delay: 0.45s, 0.45s;
    /* desk 1300w */
  }
}
.spot01 a .mod {
  text-align: center;
  width: 94%;
  max-width: 9.4em;
  margin-left: auto;
  margin-right: auto;
  display: block;
  /* .vertical-align;right:0;left:0; */
  position: relative;
  z-index: 420;
  -webkit-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1001px;
  perspective: 1001px;
}
.spot01 a .icon {
  color: #fff;
  width: 2.35em;
  height: 2.05em;
  margin: 0 auto;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 1300px) {
  .spot01 a .icon {
    -webkit-transform: translate(0, 1.5em);
    transform: translate(0, 1.5em);
    -webkit-transition: transform 0.33s ease-in-out;
    transition: transform 0.33s ease-in-out;
    /* desk 1300w */
  }
}
.spot01 a h2.topic {
  line-height: 1.17647059;
  font-weight: 400;
/*  font-style: italic;*/
  color: currentcolor;
  width: 100%;
  display: block;
  position: relative;
  z-index: 420;
}
@media only screen and (max-width: 1299px) {
  .spot01 a h2.topic {
    font-size: clamp(12px, 0.85em , 17px );
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 a h2.topic {
    font-size: 0.85em;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
    -webkit-transition-duration: 0.33s;
    transition-duration: 0.33s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transform: translate(0, 2.88235294em);
    transform: translate(0, 2.88235294em);
    /* desk 1300w */
  }
}
.spot01 a h2.topic .trait {
  letter-spacing: -0.04em;
  line-height: 0.88;
  font-size: 1.47058824em;
  font-family: 'Sansita Swashed', system-ui;
  font-family: 'Poppins', sans-serif;
  
  font-style: normal;
  display: block;
}
.spot01 a .detail {
  line-height: 1.25;
  margin-top: 1em;
  transform: translate(0, 100%);
  position: relative;
  z-index: 420;
  opacity: 0;
}
@media only screen and (max-width: 1299px) {
  .spot01 a .detail {
    font-size: clamp(12px, 0.6em , 12px );
    display: none;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 a .detail {
    font-size: 0.6em;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
    -webkit-transition-duration: 0.33s;
    transition-duration: 0.33s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    /* desk 1300w */
  }
}
.spot01 a .flip-item,
.spot01 a .flip-fro,
.spot01 a .flip-rev {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.spot01 a .flip-item {
  -webkit-transition-property: transform, box-shadow;
  transition-property: transform, box-shadow;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, -1px) rotateY(0deg) scale(1);
  transform: translate3d(0, 0, -1px) rotateY(0deg) scale(1);
  z-index: 400;
}
.spot01 a .flip-fro,
.spot01 a .flip-rev {
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden;
}
.spot01 a .flip-fro {
  background-color: #ae3838;
}
.spot01 a .flip-rev {
  background-color: #939c4d;
  background-image: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' width='77' height='81' viewBox='0 0 77 81'><path fill='white' opacity='0.3' d='M0 0v81h77V0H0zm2.6 2.6h43.8c0 1.5.1 2.9 0 4.2-.4 4.4-1.7 8.6-2.7 12.8-.8 3.1 0 6 1.6 8.7 1.5 2.4 3.3 4.7 5 7.1.9 1.2 1.6 2.6 1.5 4.2-.1 1.8-.8 2.9-2.5 3.5-.4.1-.8.3-1.2.4-1.4.4-2.1 1.4-2.2 2.7-.1.8.4 1.7.6 2.6l.6 1.8c.4 1.3.1 2.1-1 2.8-.7.4-1.4.8-2.2 1.1.4.7.8 1.3 1.2 2 .6 1.3.4 2.7-.6 3.4-.5.4-1.2.6-1.9.7-1 .1-1.6.6-1.8 1.5-.4 1.7-.7 3.4-1.1 5.1-.3 1.3-.6 2.6-1 3.9-.6 1.6-1.9 2.3-3.5 2.5-2 .3-4.1.4-6.1-.3-.7-.2-1.4-.5-2.1-.9-2.5-1.3-5.2-2.3-8.1-2.6-2.1-.2-4.2 0-6.3.1-.8 0-1.5.2-2.2.3-2.6.4-4.7 1.9-6.8 3.3l-.9.6V2.6zm37.2 18.6c-1.1.7-2.2 1.5-3.3 2.2-.6.3-.8.7-.9 1.3 0 .5-.2.9-.3 1.4-.1.5-.3.7-.8.7-1.9-.1-3.9-.3-5.6-1.3-.7-.4-1.3-1-2.1-1.6.9-.4 1.5-.8 2.2-1.1l6-3c.6-.3.9-.1 1.1.3.7 1.8 1.4 1.9 3.2 1 .1-.1.3-.1.4-.1 0 .1 0 .1.1.2zm-8.5 3.4c.2.9.5 1.1 1.8 1.3 1 .2 1.6-.3 1.6-1.3 0-.8-.2-1-1-.8-.7.2-1.5.5-2.4.8zm-8-5.5c.4-.4.9-.9 1.3-1.2 2.4-1.8 5-3.4 8-4 2.9-.6 5.8-.6 8.7.6h.1c.4.2.9.5.8 1.1-.1.5-.8.7-1.5.5-1.4-.4-2.7-.8-4.1-1.1-2.4-.5-4.8-.1-7.1.9-2 .9-3.9 2.1-5.8 3.2-.1 0-.1.1-.2.1s-.2-.1-.2-.1z'/></svg>");
  background-position: 20% 50%;
  background-repeat: no-repeat;
  background-size: 666% auto;
  -webkit-transition-property: background-size, background-position;
  transition-property: background-size, background-position;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
/* ===============================================
	spot02 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot02 {
  text-align: center;
  color: #2f2f2f;
  padding: 2em 0;
  margin: 0;
  background: #f7f7f7;
  position: relative;
  z-index: 410;
}
@media only screen and (max-width: 479px) {
  .spot02 {
    font-size: 3.2vw;
    /* mintab opt-out 480oo */
  }
}
@media only screen and (min-width: 480px) {
  .spot02 {
    font-size: inherit;
    font-size: min(1.7vw, 1em);
    padding: 4em 0;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 768px) {
  .spot02 {
    display: flex;
    justify-content: center;
    align-items: center;
    /* midTab 768w */
  }
}
.spot02 .mod {
  display: inline-block;
  vertical-align: middle;
  order: 2;
}
@media only screen and (max-width: 767px) {
  .spot02 .mod {
    width: 88%;
    max-width: 440px;
    margin: 2%;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 768px) {
  .spot02 .mod {
    width: 40%;
    max-width: 22em;
    padding: 0 min(4%, 4em);
    /* midTab 768w */
  }
  .no-appearance .spot02 .mod {
    padding: 0 4em;
  }
}
.spot02 .mod h2.topic {
  line-height: 1.09302326;
  font-size: 2.15em;
  font-weight: 400;
/*  font-style: italic;*/
  text-transform: none;
  color: #ab3637;
  margin-bottom: 0.79069767em;
  width: 100%;
  display: block;
}
.spot02 .mod h2.topic .trait {
  letter-spacing: -0.04em;
  line-height: - / 95;
  font-size: 2.20930233em;
  font-family: 'Sansita Swashed', system-ui;
  font-family: 'Poppins', sans-serif;
  
  font-style: normal;
  text-transform: none;
  color: #808d3c;
  display: block;
}
.spot02 .mod .detail {
  line-height: 1.2;
  /* padding:0 4em; */
  width: 100%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .spot02 .mod .detail {
    text-align: center;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1024px) {
  .spot02 .mod .detail {
    padding: 0;
    /* midTab 1024w */
  }
}
@media only screen and (max-width: 1299px) {
  .spot02 .mod .detail {
    font-size: clamp(12px, 0.75em , 15px );
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .spot02 .mod .detail {
    font-size: 0.75em;
    /* desk 1300w */
  }
}
.spot02 a {
  color: white;
  max-width: 22em;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out;
  background: #ae3838;
}
@media only screen and (max-width: 767px) {
  .spot02 a {
    width: 44%;
    margin: 2%;
    /* midTab opt-out 768oo */
  }
}
@media only screen and (min-width: 768px) {
  .spot02 a {
    width: 30%;
    margin: 0;
    /* midTab 768w */
  }
}
.spot02 a.first {
  order: 1;
}
.spot02 a.last {
  order: 3;
}
.spot02 a:after {
  content: '';
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 100%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.spot02 a:hover {
  z-index: 400;
}
.spot02 a:hover .decoration {
  opacity: 0.6;
  -webkit-filter: grayscale(1);
  filter: grayscale(100%);
}
.spot02 a:hover h3.topic {
  transform: translate3d(0, -1em, 0) scale(1.15);
}
.spot02 a .decoration {
  width: 100%;
  transition: -webkit-filter 0.33s ease-in-out, filter 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
.spot02 a h3.topic {
  line-height: 0.96153846;
  font-size: 1.3em;
  font-weight: 400;
/*  font-style: italic;*/
  text-transform: none;
  color: currentcolor;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 1.03846154em;
  left: 0;
  z-index: 400;
  transition: transform 0.33s ease-in-out;
}
/* ==================================================================
	content
=================================================================== */
#bd {
  padding: 0 0 3em;
  background: #fff;
  position: relative;
  z-index: 400;
  /* fractional bg image on subpages */
}
@media only screen and (min-width: 768px) {
  #bd {
    padding: 1.85em 0 3.5em;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 768px) {
  #bd.sub {
    border-top: 2.5em solid #fff;
    border-bottom: 2.5em solid #fff;
    /* midTab 768w */
  }
}
#bd.sub:after {
  content: none;
  height: 100%;
  display: block;
  background: #939c4d;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  #bd.sub:after {
    content: '';
    width: 33%;
    /* adjust to maintain aesthetic spacing between sidebar and content area  */
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1300px) {
  #bd.sub:after {
    width: auto;
    left: calc(50% + 11.15em);
    /* desk 1300w */
  }
}
#bd .container {
  max-width: 66em;
}
#content {
  display: block;
}
@media only screen and (min-width: 768px) {
  #content {
    width: 60.60606061%;
    max-width: 40em;
    float: left;
    /* midTab 768w */
  }
  #content p {
    text-align: justify;
  }
}
#content .content-text {
  line-height: 1.68421053;
}
@media only screen and (min-width: 1300px) {
  #content .content-text {
    font-size: 0.95em;
    /* desk 1300w */
  }
}
/* ==================================================================
	.home content
=================================================================== */
.home #bd {
  padding: 3em 0;
}
@media only screen and (min-width: 768px) {
  .home #bd {
    padding: 4em 0 2.6em;
    /* midTab 768w */
  }
}
.home #bd .container {
  max-width: 66em;
}
.home #bd .hpdecor {
  width: 32em;
  height: 47.05em;
  margin-left: 1em;
  background: #8b6857 url(../images/hpdecor.jpg) no-repeat 0 0;
  background-size: auto 100%;
  position: absolute;
  top: 3.9em;
  left: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 1299px) {
  .home #bd .hpdecor {
    display: none;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd .hpdecor {
    display: block;
    background-position: 30% 0;
    /* desk 1300w */
  }
  .no-appearance .home #bd .hpdecor {
    background-position: 50% 50%;
  }
}
@media only screen and (min-width: 768px) {
  .home #bd #content {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    float: none;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd #content {
    max-width: 32em;
    min-height: 960px;
    margin-left: 0;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd #content .content-text {
    /* desk 1300w */
  }
}
@media only screen and (min-width: 768px) {
  .home #bd #content p {
    text-align: justify;
    /* midTab 768w */
  }
}
/* ==================================================================
	custom content
=================================================================== */
.mediaslider {
  text-align: center;
}
.mediaslider .cycle-slideshow {
  width: 100%;
  margin: 0.5em 0 1.5em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .mediaslider .cycle-slideshow .cycle-slide {
    padding: 0 5%;
    /* midTab opt-out 768oo */
  }
}
.mediaslider .cycle-slideshow > button {
  font-size: 2.8em;
  color: #808d3c;
  background: none;
  border: none;
  -webkit-appearance: none;
  position: absolute;
  top: 50%;
  z-index: 900;
  transform: translate3d(0, -50%, 0);
}
.mediaslider .cycle-slideshow > button .icon {
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.mediaslider .cycle-slideshow > button.cycle-prev {
  text-align: left;
  left: 0;
}
.mediaslider .cycle-slideshow > button.cycle-prev .icon {
  transform-origin: left center;
}
.mediaslider .cycle-slideshow > button.cycle-next {
  text-align: right;
  direction: rtl;
  right: 0;
}
.mediaslider .cycle-slideshow > button.cycle-next .icon {
  transform-origin: right center;
}
.mediaslider .cycle-slideshow > button:hover {
  cursor: pointer;
}
.mediaslider .cycle-slideshow > button:hover .icon {
  transform: scale(1.44);
  opacity: 0.68;
}
/* content centered for slideshow and video-centric content */
.before-and-after #content,
.office-tour #content,
.smile-gallery #content,
.invisalign-videos #content {
  text-align: center;
}
.before-and-after #content h1,
.office-tour #content h1,
.smile-gallery #content h1,
.invisalign-videos #content h1,
.before-and-after #content h2,
.office-tour #content h2,
.smile-gallery #content h2,
.invisalign-videos #content h2,
.before-and-after #content h3,
.office-tour #content h3,
.smile-gallery #content h3,
.invisalign-videos #content h3,
.before-and-after #content p,
.office-tour #content p,
.smile-gallery #content p,
.invisalign-videos #content p {
  text-align: center;
}
.before-and-after .img-left,
.office-tour .img-left,
.smile-gallery .img-left,
.invisalign-videos .img-left {
  float: none;
  margin: 0 auto;
}
/* blockquote styling */
#content blockquote {
  margin: 0 0 1.58em;
  padding: 0 0 0 1em;
  border-left: 0.33em solid #f0f0f0;
}
/* comment line below if patient-login is live and legit */
.financial-information #financial-online-services {
  display: none;
}
/* office location ancillary image style */
@media only screen and (max-width: 767px) {
  .locationimg {
    margin: 0 auto 1em;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 768px) {
  .locationimg {
    margin: 0 0 1em 1em;
    float: right;
    /* midTab 768w */
  }
}
/* common treatments */
.before-after-image {
  width: 44%;
  display: inline-block;
  vertical-align: top;
}
.before-after-image img,
.before-after-image span {
  display: block;
}
@media only screen and (min-width: 768px) {
  .before-after-image img,
  .before-after-image span {
    width: 100%;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 768px) {
  .before-after-box,
  p.before-after-text {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
  /* midTab 768w */
}
/* common procedures */
@media only screen and (min-width: 1300px) {
  .common-procedures #content h2[id] {
    scroll-margin-top: 10em;
  }
  /* desk 1300w */
}
/* preventive-care */
.preventive-care #content ul {
  display: inline-block;
}
/* reduces dimensions of coronavirus tab */
#coronavirus-update {
  font-size: 0.85em;
  padding: 0.5em 1.25em !important;
  left: 0.5em!important;
}
@media only screen and (min-width: 1300px) {
  #coronavirus-update {
    font-size: 1em;
    /* desk 1300w */
  }
}
/* ==================================================================
	meet the team page classes for individual and full team images 
=================================================================== */
.staff {
  width: 45%;
  max-width: 10em;
  margin: 0 0 1em 1em;
  display: block;
  float: right;
}
.team {
  width: 100%;
  max-width: 1000px;
  margin: 2% auto;
  display: block;
}
body.meet-the-team .span4 h2{
  text-align: center;

    margin: .44em 0 1em;
}

body.meet-the-team .span4 img{
  border: solid 8px #808d3c;
}

/* ==================================================================
	sitemap
=================================================================== */
.sitemap #content .column > ul > li {
  margin-bottom: 1.45em;
}
.sitemap #content ul {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.sitemap #content ul a {
  line-height: 1.52173913;
  font-size: 1.21052632em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #808d3c;
  transition-duration: 0s;
}
.sitemap #content ul ul li a {
  line-height: 1.68421053;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #808d3c;
  margin-left: 0;
  /*to increase space adjust [body.sitemap #bd ul ul li] below*/
}
.sitemap #content a:hover {
  text-decoration: none;
  color: #2f2f2f;
}
body.sitemap #bd ul li {
  list-style: none;
}
body.sitemap #bd ul ul li {
  list-style: none;
  /*list-style-image:none;*/
  margin-left: 0;
  /*default=15px*/
}
body.sitemap #content .width1 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.sitemap #content .width1 {
    width: 50%;
    /*default 50%*/
    /* midTab 768w */
  }
  body.sitemap #content .width1:not(.first) {
    width: auto;
    float: right;
  }
}
/* global override */
/* ==================================================================
	sidebar
=================================================================== */
#sidebar {
  width: 110%;
  margin: 0 -5% 3em;
  padding: 0;
  display: block;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 768px) {
  #sidebar {
    width: 30.3030303%;
    margin: 0 0 1.75em;
    float: right;
    clear: right;
    display: flex;
    flex-direction: column;
    /* midTab 768w */
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
  width: 100%;
  max-width: 20em;
  margin: 0 auto 6%;
  padding: 0;
  display: none;
}
@media only screen and (min-width: 768px) {
  #hide-stock {
    margin-bottom: 1.725em;
    display: block;
    order: 1;
    /* midTab 768w */
  }
}
.stock {
  width: 100%;
  position: relative;
}
/* ===============================================
	show doctor image on all devices
=============================================== */
/*.home,*/
/*body[class^='meet-the-'], body[class^='meet-our-'],*/
.meet-the-doctor #hide-stock,
body[class*='meet-dr-'] #hide-stock,
body[class*='meet-doctor-'] #hide-stock {
  display: block;
}
body[class~='blog'] #hide-stock {
  display: none;
}
/* ==================================================================
	SUBNAV || SIDE ORIENTED
=================================================================== */
#subnav {
  text-align: center;
  color: #fff;
  margin: 0 0 6%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #subnav {
    background: #808d3c;
    padding: 3em 10% 4em;
    /* midTab opt-out 767oo */
  }
}
@media only screen and (min-width: 768px) {
  #subnav {
    padding: 0;
    order: 2;
    /* midTab 768w */
  }
}
#subnav h2.topic {
  letter-spacing: -0.04em;
  line-height: 1;
  font-size: 1.65em;
  font-family: 'Sansita Swashed', system-ui;
  font-family: 'Poppins', sans-serif;
  
  text-align: inherit;
  font-weight: 400;
  color: #fff;
  width: 100%;
  margin: 0 auto 0.66666667em;
  display: block;
  position: relative;
  z-index: 400;
}
#subnav p {
  line-height: 1.38461538;
  font-size: 0.65em;
  text-transform: none;
  width: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
}
@media only screen and (max-width: 1299px) {
  #subnav p {
    font-size: clamp( 12px, 0.65em , 13px );
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  #subnav p {
    font-size: 0.65em;
    /* desk 1300w */
  }
}
#subnav a {
  color: #fff;
  margin: 0 0.8em;
  padding: 0.6em 0;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #subnav a {
    width: 100%;
    margin: 0;
    float: left;
    clear: left;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1300px) {
  #subnav a {
    padding: 0;
    /* desk 1300w */
  }
}
#subnav a:hover,
#subnav a.active {
  color: #000;
  text-decoration: none;
}
/* END SIDEBAR - */
/* ===============================================
	spot03 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
/* five across */
.spot03 {
  text-align: center;
  padding: 0;
  margin: 0;
  background: #ae3838;
  background-size: cover;
  position: relative;
  z-index: 410;
}


@media only screen and (max-width: 479px) {
  .spot03 {
    font-size: 3.2vw;
    /* mintab opt-out 480oo */
  }
}
@media only screen and (min-width: 480px) {
  .spot03 {
    font-size: inherit;
    font-size: min(1.2vw, 1em);
    /* mintab 480w */
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 {
    background-position: 50% 75%;
    /* desk 1300w */
  }
  .spot03.active {
    will-change: background-position;
  }
  .no-appearance .spot03 {
    background-position: 50% 30%;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  .spot03 {
    background-size: auto auto;
    /* range 1300w - 1999oo */
  }
}
.spot03:before,
.spot03:after {
  content: '';
  margin: auto;
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 410;
}
@media only screen and (max-width: 665px) {
  .spot03:before,
  .spot03:after {
    width: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 666px) {
  .spot03:before,
  .spot03:after {
    height: 100%;
    border-right: 6px solid #fff;
    border-left: 6px solid #fff;
    /* custom 666w */
  }
  
    .spot03.first:before,
  .spot03.first:after {
    border-left: none;
 
  }
  
  .spot03 .implants{
	 background: #ffffff url(../images/bg-implants.jpg) no-repeat 50% 50%;
	 background-size: cover;
	 background-color: rgba(128, 41, 41, 0.6);
        background-blend-mode: multiply;
}
.spot03 .bone{
	 background: #ffffff url(../images/bg-bone.jpg) no-repeat 50% 50%;
	 background-size: cover;
background-color: rgba(128, 41, 41, 0.6);
        background-blend-mode: multiply;
 
}
.spot03 .tooth{
	 background: #ffffff url(../images/bg-tooth.jpg) no-repeat 50% 50%;
	 background-size: cover;
	 background-color: rgba(128, 41, 41, 0.6);
        background-blend-mode: multiply;
 
}
.spot03 .wisdom{
	 background: #ffffff url(../images/bg-wisdom.jpg) no-repeat 50% 50%;
	 background-size: cover;
	  background-color: rgba(128, 41, 41, 0.6);
        background-blend-mode: multiply;
 
}
.spot03 .sedation{
	 background: #ffffff url(../images/bg-sedation.jpg) no-repeat 50% 50%;
	 background-size: cover;
	 background-color: rgba(128, 41, 41, 0.6);
        background-blend-mode: multiply;
 
}
}
@media only screen and (max-width: 665px) {
  .spot03:before {
    /* top:20%;bottom:20%; */
    height: 20%;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 666px) {
  .spot03:before {
    /* right:20%;left:20%; */
    width: 20vw;
    /* custom 666w */
  }
}
@media only screen and (max-width: 665px) {
  .spot03:after {
    /* top:40%;bottom:40%; */
    height: 60%;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 666px) {
  .spot03:after {
    /* right:40%;left:40%; */
    width: 60vw;
    /* custom 666w */
  }
}
.spot03 a {
  color: #fff;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: relative;
  z-index: 400;
  transition: transform 0.33s ease-in-out;
}
@media only screen and (max-width: 665px) {
  .spot03 a {
    width: 100%;
    height: 27vw;
    max-height: 6em;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 666px) and (max-width: 1299px) {
  .spot03 a {
    width: 20%;
    height: 20.025em;
    /* range 666w - 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 a {
    width: 20%;
    height: 34.4em;
    max-height: 40.05em;
    /* desk 1300w */
  }
}
.spot03 a:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: opacity 0.33s ease-in-out;
  background-color: #939e5a;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  opacity: 0;
}
.spot03 a:hover:after {
  opacity: 0.9;
}
@media only screen and (min-width: 1300px) {
  .spot03 a:hover h2.topic {
    transform: translate(0, 0);
    /* desk 1300w */
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 a:hover .detail,
  .spot03 a:hover .fauxbtn {
    transform: translate(0, 0);
    opacity: 1;
    /* desk 1300w */
  }
}
.spot03 a:hover .detail {
  transition-delay: 0.195s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
}
.spot03 a .mod {
  text-align: center;
  width: 96%;
  max-width: 15em;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  z-index: 420;
  transition-property: transform, opacity;
  transition-duration: 0.33s;
  transition-timing-function: ease-in-out;
}
@media only screen and (min-width: 666px) {
  .spot03 a .mod {
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    right: 0;
    left: 0;
    /* custom 666w */
  }
}
.spot03 a h2.topic {
  line-height: 1.6;
  font-weight: 400;
/*  font-style: italic;*/
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  display: block;
  z-index: 420;
}
@media only screen and (max-width: 1299px) {
  .spot03 a h2.topic {
    font-size: clamp(12px, 1.25em , 25px );
    margin: 0;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 a h2.topic {
    font-size: 1.25em;
    margin: 0 0 2.04em;
    transform: translate(0, 4.36em);
    transition-property: transform, opacity;
    transition-duration: 0.33s;
    transition-timing-function: ease-in-out;
    /* desk 1300w */
  }
}
.spot03 a .detail {
  line-height: 1.23076923;
  text-align: justify;
  margin-bottom: 2.30769231em;
  transition-property: transform, opacity;
  transition-duration: 0.33s;
  transition-timing-function: ease-in-out;
  transform: translate(0, 100%);
  opacity: 0;
}
@media only screen and (max-width: 1299px) {
  .spot03 a .detail {
    font-size: clamp(12px, 0.65em , 13px );
    display: none;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 a .detail {
    font-size: 0.65em;
    /* desk 1300w */
  }
}
.spot03 a .fauxbtn {
  width: 8.90909091em;
  height: 4.27272727em;
  line-height: 4.27272727;
  font-size: 0.55em;
  text-align: center;
/*  font-style: italic;*/
  text-transform: uppercase;
  color: white;
  transition-property: transform, opacity;
  transition-duration: 0.33s;
  transition-timing-function: ease-in-out;
  transform: translate(0, 100%);
  opacity: 0;
  position: relative;
}
@media only screen and (max-width: 1299px) {
  .spot03 a .fauxbtn {
    display: none;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 a .fauxbtn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* desk 1300w */
  }
}
.spot03 a .fauxbtn:after {
  content: '';
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: solid 1px white;
}
/* ===============================================
	spot04 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot04 {
  text-align: center;
  padding: 2em 0;
  margin: 0;
  background: white;
  position: relative;
  z-index: 410;
}
@media only screen and (max-width: 479px) {
  .spot04 {
    font-size: 3.2vw;
    /* mintab opt-out 480oo */
  }
}
@media only screen and (min-width: 480px) {
  .spot04 {
    font-size: inherit;
    font-size: min(4vw, 1em);
    padding: 3.4em 0 3.8em;
    /* mintab 480w */
  }
}
.spot04 h2.topic {
  letter-spacing: -0.04em;
  line-height: 1;
  font-size: 3em;
  font-family: 'Sansita Swashed', system-ui;
  font-family: 'Poppins', sans-serif;
  
  font-weight: 400;
  text-transform: none;
  color: #939c48;
  width: 100%;
  margin-bottom: 0.75em;
  display: block;
}
.spot04 .vidtrig {
  max-width: 279px;
  padding: 0;
  background: none;
  border: none;
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
/*  cursor: not-allowed;*/
}
@media only screen and (max-width: 479px) {
  .spot04 .vidtrig {
    width: 44%;
    margin: 2%;
    /* mintab 480oo */
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .spot04 .vidtrig {
    width: 13.95em;
    margin: 2% 1em;
    /* range 480w - 768oo */
  }
}
@media only screen and (min-width: 768px) {
  .spot04 .vidtrig {
    width: 20%;
    max-width: 13.95em;
    margin: 0 min(2%, 1em);
    /* midTab 768w */
  }
  .no-appearance .spot04 .vidtrig {
    margin: 0 1em;
  }
}
.spot04 .vidtrig:before {
  content: '';
  font-size: min(1vw, 0.328em );
  width: 6.25em;
  height: 4em;
  margin: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='125' height='80' viewBox='0 0 125 80'><path fill='rgb(84,187,255,0.7)' d='M0 0h125v80H0z'/><path fill='rgb(255,255,255)' d='M49.5 58V22l26 18z'/></svg>");
  background-repeat: no-repeat;
  background-size: cover;
  bakground-position: 0 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.33s ease-in-out;
}
.spot04 .vidtrig:hover:before {
  opacity: 0.5;
}
.spot04 h3.topic {
  line-height: 1;
  font-size: clamp(12px, 0.9em , 18px );
/*  font-style: italic;*/
  font-weight: 400;
  color: #ae3838;
  margin: 2.55555556em 0 0.94444444em;
  display: block;
}
.spot04 .spotbtn {
  color: #868484;
  width: 6.91666667em;
  border: 1px solid #868484;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out;
}
@media only screen and (max-width: 1299px) {
  .spot04 .spotbtn {
    line-height: 44px;
    font-size: clamp(12px, 0.6em , 12px );
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .spot04 .spotbtn {
    line-height: 2.83333333;
    font-size: 0.6em;
    margin: 0 0.15em;
    /* desk 1300w */
  }
}
.spot04 .spotbtn:hover {
  color: #fff;
  background-color: #ae3838;
  border-color: #ae3838;
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #ae3838;
  width: 100%;
  padding: 0;
  background: #f9f9f9;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#ft a {
  color: #2f2f2f;
  transition: color 0.33s ease-in-out;
}
#ft a:hover {
  color: #ae3838;
}
/* ===============================================
		locations
=============================================== */
#location {
  width: 100%;
  display: block;
  /* google button */
}
@media only screen and (max-width: 767px) {
  #location {
    padding: 3em 0;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 768px) {
  #location {
    padding: 5em 0 4.8em;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1024px) {
  #location {
    width: 96%;
    max-width: 65.8em;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-around;
    /* midTab 1024w */
  }
}
#location .mod {
  text-align: center;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 665px) {
  #location .mod {
    margin: 5% auto;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 666px) {
  #location .mod {
    margin: 0;
    max-width: 14em;
    /* custom 666w */
  }
}
@media only screen and (min-width: 768px) {
  #location .mod {
    margin: 0 1em;
    /* midTab 768w */
  }
}
#location .logo {
  line-height: 0;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  #location .logo {
    display: block;
    margin: 0 auto 2em;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #location .logo {
    display: inline-block;
    vertical-align: top;
    /* midTab 1024w */
  }
}
@media only screen and (min-width: 1300px) {
  #location .logo {
    margin-right: 3em;
    /* desk 1300w */
  }
}
#location .logo svg {
  width: 10.7em;
  height: 16.35em;
}
#location .logo svg path {
  fill: #fff;
}
#location .decoration {
  margin-bottom: 1.2em;
}
@media only screen and (max-width: 767px) {
  #location .decoration {
    max-width: 60%;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 768px) {
  #location .decoration {
    /* midTab 768w */
  }
}
#location h2.topic {
  letter-spacing: -0.04em;
  line-height: 1;
  font-size: 1.5em;
  font-family: 'Sansita Swashed', system-ui;
  font-family: 'Poppins', sans-serif;
  
  font-weight: 400;
  text-transform: none;
  color: #939c48;
  width: 100%;
  margin-bottom: 0.45em;
  display: block;
}
#location .phone {
  display: block;
/*  font-style: italic;*/
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  #location .phone {
    line-height: 44px;
    font-size: clamp( 12px, 0.85em , 17px );
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 768px) {
  #location .phone {
    line-height: 1.05882353;
    font-size: 0.85em;
    /* midTab 768w */
  }
}
#location .address {
  font-size: clamp( 12px, 0.65em , 13px );
  color: #868484;
  margin: 1.3em auto;
  display: block;
}
@media only screen and (max-width: 1023px) {
  #location .address {
    line-height: 22px;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #location .address {
    line-height: 1.38461538;
    /* midTab 1024w */
  }
}
#location .google {
  line-height: 44px;
  font-size: 17.15px;
  color: #94a053;
  width: 44px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#location .google .icon {
  transition: transform 0.33s ease-in-out;
}
#location .google .icon:hover {
  transform: translate3d(0, 0, 0) scale(1.5);
}
#location .google:hover {
  color: #ae3838;
}
/* ==================================================================
		#links
=================================================================== */
#links {
  text-align: center;
  color: #000;
  margin: 0;
  background-color: #fff;
}
@media only screen and (max-width: 1299px) {
  #links {
    padding: 2em 0;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  #links {
    height: 2.55em;
    padding: 0.175em 0 0;
    /* desk 1300w */
  }
}
#links .util {
  margin-bottom: 2em;
}
@media only screen and (min-width: 480px) {
  #links .util {
    width: auto;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    /* mintab 480w */
  }
}
@media only screen and (max-width: 1299px) {
  #links .util {
    line-height: 44px;
    font-size: clamp( 12px, 0.6em , 12px );
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  #links .util {
    line-height: 3.66666667;
    font-size: 0.6em;
    /* desk 1300w */
  }
}
#links .util a {
  color: #000;
  transition: color 0.33s ease-in-out;
}
#links .util a:hover {
  color: #ae3838;
}
#links .util a,
#links .util .divider {
  display: inline-block;
}
/* ===============================================
		sesame link
=============================================== */
a#sesame-link .sesameicon {
  width: 2em;
  height: 1.66666667em;
  margin-right: 0.66666667em;
  display: inline-block;
  vertical-align: middle;
}
a#sesame-link .sesameicon path {
  transition: fill 0.33s ease-in-out;
}
a#sesame-link .sesameicon path.top {
  fill: #D6E03D;
}
a#sesame-link .sesameicon path.bottom {
  fill: #00a5e3;
}
a#sesame-link:hover .sesameicon path {
  fill: currentcolor;
}
/* ===============================================
	backToTop
=============================================== */
#btt {
  text-align: center;
  font-family: 'Sansita Swashed', system-ui;
  font-family: 'Poppins', sans-serif;
  
  width: 100%;
  margin: 0;
  display: block;
  position: relative;
}
@media only screen and (min-width: 480px) {
  #btt {
    text-align: left;
    width: auto;
    display: inline-block;
    vertical-align: top;
    position: relative;
    /* mintab 480w */
  }
  #btt:before {
    content: '';
    width: 1px;
    height: 1.8em;
    background-color: #808d3c;
    margin: 0 1em;
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }
}
a#backtotop {
  color: #808d3c;
  width: 44px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease-in-out;
}
@media only screen and (min-width: 480px) {
  a#backtotop {
    vertical-align: middle;
    /* mintab 480w */
  }
}
@media only screen and (max-width: 1299px) {
  a#backtotop {
    line-height: 44px;
    font-size: clamp( 12px, 1.1em , 22px );
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  a#backtotop {
    line-height: 2;
    font-size: 1.1em;
    /* desk 1300w */
  }
}
a#backtotop:hover {
  color: #ae3838;
}
a#backtotop:after {
  content: '.';
}
/*superlative*/
/************************************************************************************************************************************************/
/* hide double hr aka div.hr */
hr,
.types-of-braces #content div.clear {
  font-size: inherit;
  height: 1px;
  width: 100%;
  margin: 1.58em 0;
  background: #666666;
  border: none;
  display: block;
}
.brushing-and-flossing .content-text hr {
  float: left;
}
/* ===============================================
	success message
=============================================== */
.success {
  font-weight: 400;
  text-transform: none;
  color: #fff;
  width: 100%;
  padding: 1rem;
  background: #808d3c;
  float: left;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  font-size: small;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  height: 38px;
  padding: 0 1.5em;
  background-color: #808d3c;
  border: 1px solid #808d3c;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out;
}
form button:hover {
  color: #fff;
  border-color: #a6af77;
  background-color: #a6af77;
}
form p {
  height: auto;
}
/* ===============================================
	chat widget resize for mobile use comfort
=============================================== */
#bc-chat-container {
  font-size: 0.8em!important;
}
.bc-minimize-state {
  width: 11.8em!important;
  height: 7.7em!important;
}
/* ===============================================
	blog sidebar sharethiswidget styles
=============================================== */
#blog_search label,
p.share-text {
  margin-bottom: 10px;
}
/* ===============================================
	generic button for quick use by PM/PAs
=============================================== */
a.intbtn,
#content a.intbtn {
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  height: 44px;
  width: auto;
  text-decoration: none;
  padding: 0 1.5em;
  background-color: #808d3c;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: background-color 0.33s ease-in-out;
}
a.intbtn:hover,
#content a.intbtn:hover {
  background-color: #2f2f2f;
}
/* ===============================================
	.screenreader 
	a11y support for descriptive text on vaguely worded buttons
	https://gomakethings.com/hidden-content-for-better-a11y/#hidden-labels
=============================================== */
.screenreader {
  white-space: nowrap;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
/************************************************************************************************************************************************/
/* end superlatives */
/* ===============================================
Tablet
Supports 768px (768px) and up
=============================================== */
@media only screen and (min-width: 768px) {
  /* ===============================================
	blanket content sidebar hide
=============================================== */
  .sitemap #bd.sub:after,
  .layout-full-width #bd.sub:after {
    content: none;
  }
  .sitemap #content,
  .layout-full-width #content {
    width: 100%;
    max-width: none;
  }
  .sitemap #sidebar,
  .layout-full-width #sidebar {
    display: none;
  }
  /* ===============================================
	custom content
=============================================== */
  /*.success{ width:66%; }*/
  /*table.office-hours{ max-width:50%; }*/
  .speed-system img[alt='Speed Braces'] {
    display: block;
  }
  /* ===============================================
	PAGE SPECIFIC
=============================================== */
  .which-is-right-for-me #content p {
    display: inline-block;
    float: left;
  }
  .which-is-right-for-me #content a[href^='/sesame_media/docs/'] {
    text-align: center;
    width: 100%;
    display: block;
    clear: both;
  }
  .which-is-right-for-me #content a[href^='/sesame_media/docs/'] img {
    display: inline-block;
  }
  .in-ovation-testimonials .embed-container {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  [class^='inovation-chart-'] {
    max-width: 50%;
    display: inline-block;
  }
  .in-ovation-before-after #content p {
    text-align: center;
    margin-bottom: 0;
  }
  .in-ovation-before-after .content-text h3 {
    text-align: center;
  }
  .in-ovation-before-after .content-text .img-left,
  .in-ovation-before-after .content-text .border {
    max-width: 44%;
    margin: 2%;
    display: inline-block;
    float: none;
  }
  .in-ovation-videos .content-text h2 {
    text-align: center;
  }
  .in-ovation-videos .content-text .embed-container {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  body[class*='in-ovation'] .img-right {
    max-width: 40%;
  }
  /*END*/
}
/* ie nonsense */
/***********************************************
target ie11: html[data-useragent*='Trident/7.0']
***********************************************/
html[data-useragent*='Trident/7.0'] {
  /* END */
}
/* custom animations */
@keyframes flyinmobilenav {
  from {
    transform: translate(100%, 0);
    opacity: 0;
    pointer-events: none;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: auto;
  }
}
/* ===============================================
	embed-container enhanced support
=============================================== */
@supports (aspect-ratio: 16 / 9) and (object-fit: cover) {
  .embed-container,
  .embed-container.ratio16x9 {
    height: auto;
    aspect-ratio: 16 / 9;
    padding: 0;
    display: block;
  }
  @media only screen and (max-width: 1299px) {
    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min( 42.10526316em , 90% );
      /* desk 1300oo */
    }
  }
  @media only screen and (min-width: 1300px) {
    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min( 42.10526316em , 1200px );
      /* desk 1300w */
    }
  }
  .embed-container embed,
  .embed-container.ratio16x9 embed,
  .embed-container object,
  .embed-container.ratio16x9 object,
  .embed-container iframe,
  .embed-container.ratio16x9 iframe {
    object-fit: cover;
    position: relative;
    top: auto;
    left: auto;
  }
}
