/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* ===============================================
	.less VERSION 10
	
	member_name
	Written by: Builder_Name
		
	Sesame Communications - (c) 2022
	All rights reserved.
	Any reproduction or intentional misuse is strictly prohibited
	
=============================================== */
/* ===============================================
					colors
=============================================== */
/* color */
/* color || hyperlinks */
/* ===============================================
					fonts
=============================================== */
.fontH {
  font-family: 'Open Sans', 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%;
  -webkit-transform: translate3d(0, -50%, 0);
          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;
}
.fa,
.fa-brands,
.fa-duotone,
.fa-light,
.fa-regular,
.fa-solid,
.fa-thin,
.fab,
.fad,
.fal,
.far,
.fas,
.fat {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: 0;
}
/* ==================================================================
	main content-text font sizes
=================================================================== */
/* ===============================================
	body 
=============================================== */
body,
input,
select,
textarea {
  font-family: 'Open Sans', sans-serif;
}
form button {
  font-family: 'Open Sans', sans-serif;
}
body {
  font-size: 15px;
  color: #333;
  background: #ccc;
  overflow: hidden;
}
@media only screen and (min-width: 81.25em) {
  body {
    font-size: 20px;
    /* desk 1300w */
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #77a99b;
  text-decoration: underline;
  -webkit-transition: color 0.33s ease-in-out;
  -o-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
#content a:hover {
  text-decoration: underline;
  color: #333;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #04202e;
  margin: 0 0 0.8em;
  text-rendering: auto;
}
.sub h1 {
  font-size: 10vw;
  font-weight: 300;
  text-transform: uppercase;
}
@media only screen and (min-width: 30em) {
  .sub h1 {
    font-size: 2.45em;
    /* mintab 480w */
  }
}
.home h1 {
  font-size: 10vw;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  font-weight: 300;
}
@media only screen and (min-width: 30em) {
  .home h1 {
    font-size: 2.2em;
    padding-bottom: 1.13636364em;
    /* mintab 480w */
  }
}
.home h1 .trait {
  display: block;
}
.home h1 .trait.top {
  line-height: 1.5;
  font-size: 0.75em;
  text-transform: none;
  font-weight: 700;
  color: #77a99b;
}
h2:not(.topic) {
  font-size: 1.2em;
  color: #75a99b;
  font-weight: 700;
  text-transform: uppercase;
}
h3:not(.topic) {
  font-size: 1.1em;
  color: #112d3d;
  font-weight: 700;
  text-transform: uppercase;
}
h4 {
  font-size: 1em;
  color: #3a6a92;
  font-weight: 700;
  text-transform: uppercase;
}
h5 {
  font-size: 1.1em;
}
h6 {
  font-size: 1.05em;
}
/* ===============================================
	containers
=============================================== */
.container {
  max-width: 60em;
}
/* ===============================================
	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%;
  position: relative;
  z-index: 3000;
}
@media only screen and (min-width: 41.625em) {
  #masthead {
    padding: 0;
    /* custom 666w */
  }
}
@media only screen and (min-width: 64em) {
  #masthead {
    font-size: 1.1em;
    width: 100%;
    padding: 0;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 64em) {
  #masthead {
    font-size: inherit;
    position: fixed;
    top: 0;
    z-index: 3000;
    padding: 0;
    /* desk 1300w */
  }
}
#masthead .container {
  width: 100%;
  max-width: none;
}
@media only screen and (min-width: 64em) {
  #masthead .container {
    max-width: 60em;
    /* maxTab 1024w */
  }
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 1.2em;
  text-align: center;
  height: 43px;
  width: 43px;
  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: 43px;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  z-index: 600;
  -webkit-transition: color 0.33s ease-in-out;
  -o-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
#main-nav .trigger .navicon {
  width: 12px;
  height: 8px;
  position: relative;
  display: inline-block;
  top: -0.2em;
}
#main-nav .trigger .navicon span {
  height: 2px;
  width: 100%;
  background: white;
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: width 0.3s ease, top 0.3s ease, left 0.3s ease, -webkit-transform 0.3s ease;
  transition: width 0.3s ease, top 0.3s ease, left 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: width 0.3s ease, top 0.3s ease, left 0.3s ease, transform 0.3s ease;
  transition: width 0.3s ease, top 0.3s ease, left 0.3s ease, transform 0.3s ease;
  transition: width 0.3s ease, top 0.3s ease, left 0.3s ease, transform 0.3s ease, -webkit-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 .open .trigger color:white .navicon span:nth-child(1),
#main-nav .open .trigger color:white .navicon span:nth-child(4) {
  width: 0;
  top: 50%;
  left: 50%;
}
#main-nav .open .trigger color:white .navicon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#main-nav .open .trigger color:white .navicon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#main-nav ul {
  width: 100vw;
  margin: -43px 0 0;
  padding: 1em 0;
  background-color: #75a99b;
  /*
		background-image: -moz-linear-gradient(top,  fade(#fff, 0) 0%, fade(#fff, 99%) 100%);
		background-image: -webkit-linear-gradient(top,  fade(#fff, 0) 0%,fade(#fff, 99%) 100%);
		background-image: linear-gradient(to bottom,  fade(#fff, 0) 0%,fade(#fff, 99%) 100%);
		*/
  position: relative;
  float: right;
  z-index: 550;
}
#main-nav ul li {
  clear: both;
}
#main-nav ul li a[id] {
  line-height: 2.5;
  font-size: 0.8em;
  text-transform: uppercase;
  color: white;
  width: auto;
  height: 2.5em;
  margin: 0;
  padding: 0 0.5em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  -webkit-transition: color 0.33s ease;
  -o-transition: color 0.33s ease;
  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: white;
  text-decoration: none;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  background-color: #152f37;
}
#main-nav ul li.open > a[id]:after,
#main-nav ul li.active > a[id]:after,
#main-nav ul li:hover > a[id]:after {
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  opacity: 1;
}
#main-nav ul ul {
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
  background-color: #698ab5;
  display: inline;
}
#main-nav ul ul li {
  width: 100%;
  float: left;
  background: none;
}
#main-nav ul ul li a {
  line-height: 2.5;
  font-size: 0.75em;
  color: #fff;
  width: 100%;
  height: 2.66666667em;
  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: #112d3d;
  margin-bottom: 0;
  background-color: #9bc1af;
  border: none;
}
/* main-nav make li fly in all cool */
#main-nav .collapsible.open > ul {
  -webkit-animation: flyinmobilenav 0.4s 1;
          animation: flyinmobilenav 0.4s 1;
}
#main-nav .collapsible.open ul ul {
  -webkit-animation: none;
          animation: none;
}
/* make flyouts expand on mobile */
#main-nav ul ul li {
  height: 0;
  overflow: hidden;
  -webkit-transition-duration: 0.33s;
       -o-transition-duration: 0.33s;
          transition-duration: 0.33s;
  opacity: 0;
}
/* 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;
}
@media only screen and (min-width: 64em) {
  /* main-nav */
}
@media only screen and (min-width: 64em) {
  #main-nav ul li {
    margin: 0 1.25em 0 0;
  }
}
/* ==================================================================
	header
=================================================================== */
#hd {
  text-align: center;
  color: #9bc1af;
  padding: 0.55em 0;
  background-color: rgba(4, 32, 46, 0.9);
  position: relative;
}
@media only screen and (min-width: 41.625em) {
  #hd {
    text-align: right;
    /* custom 666w */
  }
}
@media only screen and (min-width: 64em) {
  #hd {
    z-index: 3000;
    /* maxTab 1024w */
  }
}
#hd .container {
  max-width: 64.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
@media only screen and (min-width: 35em) and (max-width: 63.9375em) {
  #hd .container {
    padding: 0.66em 55px 0.66em 0;
    /* range 666w - 1023oo */
  }
}
@media only screen and (max-width: 34.99em) {
  #hd .container {
    display: block;
  }
}
@media only screen and (min-width: 64em) {
  #hd .container {
    /* midTab 1024w */
  }
}
#hd .container.row {
  height: auto;
}
@media only screen and (min-width: 64em) {
  #hd .container .hd-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1em;
    margin-left: auto;
  }
}
#hd .container .hd-right #contactinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
@media only screen and (max-width: 63.99em) {
  #hd .container .hd-right #contactinfo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 0.5em;
  }
}
#hd .container .hd-right #contactinfo div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}
#hd .container .hd-right #contactinfo div i {
  display: block;
  font-size: 0.75em;
}
#hd .container .hd-right #contactinfo div span {
  display: block;
  font-size: 0.75em;
  line-height: 2em;
  color: white;
  -webkit-transition: color 0.33s ease-in-out;
  -o-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
#hd .container .hd-right #contactinfo div span:hover {
  color: #75a99b;
}
#hd .container .hd-right #contactinfo div a {
  display: block;
  margin-right: 0;
  font-size: 0.75em;
  line-height: 2em;
  color: white;
  -webkit-transition: color 0.33s ease-in-out;
  -o-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
#hd .container .hd-right #contactinfo div a:hover {
  color: #75a99b;
}
#hd .container .hd-right #utilitynav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 63.99em) {
  #hd .container .hd-right #utilitynav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#hd .container .hd-right #utilitynav ul {
  margin: 0;
}
#hd .container .hd-right #utilitynav ul .patient-login {
  list-style: none;
}
#hd .container .hd-right #utilitynav ul .patient-login a {
  font-size: 0.75em;
  text-align: center;
  color: white;
  padding: 0.86666667em 0.66666667em;
  background: #697675;
  display: block;
  -webkit-transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
  -o-transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
#hd .container .hd-right #utilitynav ul .patient-login a::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 1em;
  content: "\f2bd";
  content: "<i class-" fa-solid fa-user-circle "></i>";
  padding-right: 0.2em;
}
#hd .container .hd-right #utilitynav ul .patient-login a:hover {
  color: #fff;
  background-color: #75a99b;
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  width: 13.5em;
  margin: 0.5em auto 1em 2%;
  display: block;
  position: relative;
}
@media only screen and (max-width: 34.99em) {
  #logo {
    margin: 0.5em auto 1em;
    /* mintab 480oo */
  }
}
@media only screen and (min-width: 41.625em) {
  #logo {
    /* custom 666w */
  }
}
@media only screen and (min-width: 64em) {
  #logo {
    font-size: inherit;
    margin: 0;
    /* maxTab 1024w */
  }
}
#logo x a {
  display: block;
}
#logo x a img {
  display: block;
}
/* ===============================================
	contact info
=============================================== */
#contactinfo {
  text-align: center;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 30em) {
  #contactinfo {
    width: auto;
    /* mintab 480w */
  }
}
@media only screen and (max-width: 34.99em) {
  #contactinfo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/* ===============================================
	socialmedia || aka social-icons
=============================================== */
.socialmedia {
  text-align: center;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 1em 0 0;
  position: relative;
  z-index: 300;
  background: rgba(11, 61, 86, 0.9);
}
@media only screen and (max-width: 64em) {
  .socialmedia {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    /* midTab 1024oo */
  }
  .socialmedia div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.5em 0;
    background-color: #77a99b;
  }
}
@media only screen and (min-width: 64em) {
  .socialmedia {
    width: 4.85em;
    margin: 0;
    display: block;
    position: absolute;
    right: 0;
    top: 13.75em;
    /* maxTab 1024w */
  }
}
.socialmedia .first {
  background-color: #77a99b;
  padding: 1.36363636em 0;
  display: block;
  line-height: 1.09090909;
  font-size: 0.55em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  height: 100%;
  width: auto;
  -webkit-transition: background-color 0.33s ease-in-out;
  -o-transition: background-color 0.33s ease-in-out;
  transition: background-color 0.33s ease-in-out;
}
.socialmedia .first .icon {
  display: block;
  font-size: 16px;
  padding-bottom: 0.27272727em;
}
.socialmedia .first:hover {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  color: white;
  background-color: #3a6a92;
}
@media only screen and (max-width: 64em) {
  .socialmedia .first {
    padding-bottom: 1.18181818em;
  }
}
@media only screen and (min-width: 64em) {
  .socialmedia div {
    padding: 1em 0;
    width: 4.85em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.4em;
  }
}
@media only screen and (max-width: 64em) {
  .socialmedia div {
    padding: 0 0 0.7em 0;
  }
}
.socialmedia a {
  font-size: 0.8em;
  color: #fff;
  display: block;
  position: relative;
  -webkit-transition: -webkit-transform 0.33s ease-in-out;
  transition: -webkit-transform 0.33s ease-in-out;
  -o-transition: transform 0.33s ease-in-out;
  transition: transform 0.33s ease-in-out;
  transition: transform 0.33s ease-in-out, -webkit-transform 0.33s ease-in-out;
}
@media only screen and (min-width: 64em) {
  .socialmedia a {
    margin: 0 auto;
    /* maxTab 1024w */
  }
}
.socialmedia a:hover {
  color: #77a99b;
  z-index: 400;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}
.socialmedia a .icon {
  position: relative;
  display: inline-block;
}
/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  font-size: 2vw;
  text-align: center;
  color: #fff;
  background: #000;
  /* adjust to match slideshow height from proof */
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 64em) {
  #slideshow {
    font-size: inherit;
    width: 100%;
    margin-top: 0;
    top: 0;
    /* maxTab 1024w */
  }
}
#slideshow #home-slideshow {
  width: 100%;
  margin: 0;
}
@media only screen and (min-width: 64em) {
  #slideshow #home-slideshow {
    position: relative;
    /* maxTab 1024w */
  }
  #slideshow #home-slideshow .cycle-slideshow {
    margin: 0 -2.6em;
  }
  #slideshow #home-slideshow .hpslide {
    max-width: none;
    width: 100%;
  }
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
  z-index: 400;
}
.spotlight > div {
  position: relative;
}
/* ==================================================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=================================================================== */
.spot01 {
  text-align: center;
  margin: 0;
  height: 11.05em;
  background: #cfccc7 url(../images/background/wood-strip-bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 64em) {
  .spot01 {
    background: white;
    height: auto;
    padding-top: 2em;
    /* mintab opt-out 480oo */
  }
  .spot01 a {
    top: 0;
  }
}
@media only screen and (max-width: 29.9375em) {
  .spot01 {
    font-size: 3.2vw;
    /* mintab opt-out 480oo */
  }
}
@media only screen and (min-width: 30em) {
  .spot01 {
    font-size: 1.7vw;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 61.25em) {
  .spot01 {
    font-size: inherit;
    /* custom opt-out 979oo */
  }
}
.spot01 a {
  color: white;
  width: 15em;
  height: 9.2em;
  background-color: #698ab5;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: -2.25em;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: 0;
}
@media only screen and (max-width: 64em) {
  .spot01 a {
    top: 0;
    /* mintab opt-out 480oo */
  }
}
.spot01 a::after {
  content: '';
  background-image: url('../images/callout-shadow.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: -0.3em;
  width: 100%;
  height: 3%;
  z-index: -1;
}
@media only screen and (max-width: 64em) {
  .spot01 a::after {
    background-image: none;
    /* mintab opt-out 480oo */
  }
}
@media only screen and (max-width: 47.9375em) {
  .spot01 a {
    /* midTab opt-out 768oo */
  }
}
@media only screen and (min-width: 48em) {
  .spot01 a {
    /* midTab 768w */
  }
}
.spot01 a i {
  font-size: 2em;
  padding-bottom: 0.5em;
}
.spot01 a:hover {
  color: #fff;
  background-color: #386994;
}
.spot01 a .decoration {
  width: 100%;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.33s ease-in-out;
  transition: -webkit-transform 0.33s ease-in-out;
  -o-transition: transform 0.33s ease-in-out;
  transition: transform 0.33s ease-in-out;
  transition: transform 0.33s ease-in-out, -webkit-transform 0.33s ease-in-out;
}
.spot01 a .info {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.spot01 a .icon {
  width: 2em;
  margin: 0 auto 1em;
  -webkit-transition: -webkit-transform 0.33s ease-in-out;
  transition: -webkit-transform 0.33s ease-in-out;
  -o-transition: transform 0.33s ease-in-out;
  transition: transform 0.33s ease-in-out;
  transition: transform 0.33s ease-in-out, -webkit-transform 0.33s ease-in-out;
}
.spot01 a h2.topic {
  line-height: 0.93548387em;
  font-size: 1.55em;
  color: white;
  width: 100%;
  display: block;
  font-weight: 300;
}
.spot01 a h2.topic .trait {
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  font-size: 0.93548387em;
  line-height: 1.03333333em;
}
/* ===============================================
	spot00 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION
=============================================== */
.spot02 {
  color: #697675;
  background-color: white;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 41.5625em) {
  .spot02 {
    padding: 3em 0;
    /* custom opt-out 665oo */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot02 {
    font-size: min(1.4vw, 1em);
    height: 39.25em;
    /* custom 666w */
  }
}
@media only screen and (min-width: 81.25em) {
  .spot02 {
    font-size: inherit;
    /* desk 1300w */
  }
}
.spot02 .spot02-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.5em;
  height: 21.65em;
  width: 63.5em;
}
@media only screen and (max-width: 41.625em) {
  .spot02 .spot02-content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    gap: 2em;
  }
}
.spot02 .spot02-content-wrapper .decoration {
  height: 21.65em;
  width: 26.2em;
  display: block;
  -webkit-box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.11);
}
@media only screen and (max-width: 41.5625em) {
  .spot02 .spot02-content-wrapper .decoration {
    /* custom opt-out 666oo */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot02 .spot02-content-wrapper .decoration {
    /* custom 666w */
  }
}
.spot02 .spot02-content-wrapper .mod {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 33.1em;
}
@media only screen and (max-width: 35em) {
  .spot02 .spot02-content-wrapper .mod {
    width: 100%;
    font-size: 3vw;
  }
}
@media only screen and (min-width: 48em) {
  .spot02 .spot02-content-wrapper .mod {
    text-align: left;
    padding: 0;
    /* midTab 768w */
  }
}
.spot02 .spot02-content-wrapper .mod h2.topic {
  font-size: 2.8em;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-color: #75a99b;
  display: block;
  padding-left: 0.26785714em;
  padding-top: 0.26785714em;
  padding-bottom: 0.26785714em;
}
.spot02 .spot02-content-wrapper .mod h2.topic .trait {
  font-size: 1.55357143em;
  font-weight: 300;
  display: block;
}
.spot02 .spot02-content-wrapper .mod .info {
  line-height: 1.15;
  font-size: 1.15em;
  font-weight: 300;
  padding: 1.52173913em 0 1.52173913em 1.52173913em;
  text-align: left;
}
@media only screen and (min-width: 81.25em) {
  .spot02 .spot02-content-wrapper .mod .info {
    display: block;
    /* desk 1300w */
  }
}
.spot02 .spot02-content-wrapper .mod .spotbtn {
  font-size: 0.75em;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-color: #a5b5b5;
  display: block;
  margin: 0 auto;
  position: relative;
  bottom: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: background-color 0.33s ease-in-out;
  -o-transition: background-color 0.33s ease-in-out;
  transition: background-color 0.33s ease-in-out;
  padding: 1em 1.33333333em;
}
.spot02 .spot02-content-wrapper .mod .spotbtn:hover {
  background-color: #75a99b;
  -webkit-transition-duration: 0.33s;
       -o-transition-duration: 0.33s;
          transition-duration: 0.33s;
}
/* ==================================================================
	
	subnav || aka subnav-outer || aka ipSub
	TOP OF PAGE orientation - for sidebar orientation scroll or search down to 'side oriented' [=
	
=================================================================== */
/* TOP ORIENTED */
#subnav {
  text-align: center;
  color: #000;
  padding: 2em 0;
  padding: 0 0;
  position: relative;
  overflow: hidden;
  z-index: 999;
  background-color: #0b3d56;
}
@media only screen and (min-width: 64em) {
  #subnav {
    padding-top: 21.5em;
    padding-bottom: 2em;
    background: #698ab5 url('../images/interior/landscape.jpg') no-repeat center;
    background-size: cover;
    text-align: left;
    /* desk 1300w */
  }
}
@media only screen and (max-width: 64em) {
  #subnav {
    padding: 0.5em 0;
  }
}
#subnav .container.row {
  max-width: 64.5em;
  margin-left: auto;
  margin-right: auto;
}
#subnav p {
  line-height: 1.38461538;
  font-size: 0.65em;
  margin: 0;
  padding: 0;
  color: white;
  text-transform: uppercase;
  max-width: 65.38461538em;
}
@media only screen and (max-width: 64em) {
  #subnav p {
    margin: 0 auto;
  }
}
#subnav a {
  color: white;
  margin: 0.2em 0.8em;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 64em) {
  #subnav a {
    margin: 0;
    /* maxTab 1024w */
  }
}
#subnav a:hover,
#subnav a.active {
  color: white;
  text-decoration: none;
  background-color: transparent;
}
#subnav .divider {
  display: none;
}
@media only screen and (min-width: 64em) {
  #subnav .divider {
    margin: 0 0.3em;
    display: inline-block;
    vertical-align: top;
    /* maxTab 1024w */
  }
}
/* ==================================================================
	content || aka .interior-content
=================================================================== */
#bd {
  padding: 3em 0;
  background: #edf0f0;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 48em) {
  #bd {
    padding: 5em 0 6em;
    /* midTab 780w */
  }
}
#bd .container {
  max-width: 64.5em;
}
#bd.sub::before {
  background: #698ab5 url('../images/interior/wood-side.jpg');
  content: '';
  background-size: cover;
  height: 100%;
  top: 0;
  width: 40%;
  position: fixed;
  left: 50%;
  z-index: 0;
  margin-left: 13em;
}
@media only screen and (max-width: 64em) {
  #bd.sub::before {
    display: none;
  }
}
#bd.sub {
  background: white;
  padding: 0;
}
#bd.sub .container.row {
  margin: 0 auto;
}
@media only screen and (min-width: 48em) {
}
#bd.sub .container.row #content {
  display: block;
  padding: 2.25em 0;
}
@media only screen and (min-width: 48em) {
  #bd.sub .container.row #content {
    max-width: 39.75em;
    width: 61.62790698%;
    float: left;
    /* midTab 780w */
  }
  #bd.sub .container.row #content p {
    text-align: justify;
  }
}
@media only screen and (max-width: 64em) {
  #bd.sub .container.row #content {
    float: none;
    margin: 0 auto;
    width: auto;
    padding: 2.25em 1em;
  }
}
#bd.sub .container.row #content .content-text {
  line-height: 1.8;
}
@media only screen and (min-width: 81.25em) {
  #bd.sub .container.row #content .content-text {
    font-size: 1em;
    /* desk 1300w */
  }
}
/* ==================================================================
	.home content || aka #home-content
=================================================================== */
.home #bd {
  padding: 3em 0;
  -webkit-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.11);
  position: relative;
}
.home #bd:after {
  content: '';
  background-image: url('../images/background/m-watermark.png');
  position: absolute;
  top: calc(50% - 4.5em);
  left: calc(50% - 6.625em);
  background-size: cover;
  background-position: center;
  width: 13.25em;
  height: 9em;
  z-index: -1;
}
@media only screen and (min-width: 48em) {
  .home #bd {
    padding: 3em 0 1.8em;
    /* midTab 768w */
  }
}
.home #bd .container {
  max-width: 100em;
}
@media only screen and (min-width: 48em) {
  .home #bd #content {
    width: 100%;
    max-width: 40.5em;
    float: none;
    margin-left: auto;
    margin-right: auto;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 81.25em) {
  .home #bd #content {
    /* desk 1300w */
  }
}
@media only screen and (min-width: 81.25em) {
  .home #bd #content .content-text {
    /* desk 1300w */
  }
}
@media only screen and (min-width: 48em) {
  .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;
}
.mediaslider .cycle-slideshow .cycle-slide {
  padding: 0 5%;
}
.mediaslider .cycle-slideshow > div {
  font-size: 2.8em;
  color: white;
  position: absolute;
  top: 50%;
  z-index: 900;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.mediaslider .cycle-slideshow > div span {
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  -o-transition: transform 0.35s ease, opacity 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease, -webkit-transform 0.35s ease;
}
.mediaslider .cycle-slideshow > div.cycle-prev {
  text-align: left;
  left: 0;
}
.mediaslider .cycle-slideshow > div.cycle-prev span {
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}
.mediaslider .cycle-slideshow > div.cycle-next {
  text-align: right;
  direction: rtl;
  right: 0;
}
.mediaslider .cycle-slideshow > div.cycle-next span {
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
}
.mediaslider .cycle-slideshow > div:hover {
  cursor: pointer;
}
.mediaslider .cycle-slideshow > div:hover span {
  -webkit-transform: scale(1.44);
      -ms-transform: scale(1.44);
          transform: scale(1.44);
  opacity: 0.68;
}
/* comment line below if patient-login is live and legit */
.financial-information #financial-online-services {
  display: none;
}
/* ===============================================
 		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: 48em) {
  .before-after-image img,
  .before-after-image span {
    width: 100%;
  }
}
@media only screen and (min-width: 48em) {
  .before-after-box,
  p.before-after-text {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
}
/* 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: 81.25em) {
  #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;
}
/* ==================================================================
	sitemap
=================================================================== */
.sitemap #content .column > ul > li {
  margin-bottom: 1.45em;
}
.sitemap #content ul {
  margin-left: 0px;
  list-style: none;
  margin-bottom: 0;
}
.sitemap #content ul a {
  line-height: 1.125;
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #75a99b;
  -webkit-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
.sitemap #content ul ul li a {
  line-height: 1.8;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #333333;
  margin-left: 0;
  /*to increase space adjust [body.sitemap #bd ul ul li] below*/
}
.sitemap #content a:hover {
  text-decoration: none;
  color: #386994;
}
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: 48em) {
  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: 100%;
  max-width: 15.5em;
  margin: 0 auto 6%;
  display: none;
  padding: 0;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 48em) {
  #sidebar {
    width: 24.03100775%;
    margin: 0 0 1em;
    float: right;
    clear: right;
    display: block;
    /* midTab 768w */
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
  padding-top: 2.6em;
}
.stock {
  width: 100%;
  position: relative;
}
/* ===============================================
	show doctor image on all devices
=============================================== */
/*.home,*/
/*body[class^='meet-the-'], body[class^='meet-our-'],*/
.meet-the-doctor #sidebar,
body[class^='meet-dr-'] #sidebar,
body[class^='meet-doctor-'] #sidebar {
  display: block;
}
body[class~='blog'] #sidebar {
  display: block;
}
body[class~='blog'] #hide-stock {
  display: none;
}
/* END SIDEBAR - */
/* ==================================================================
	association logos 
=================================================================== */
.associationlogos {
  text-align: center;
  padding: 3.75em 0;
  background: #fff;
  position: relative;
}
@media only screen and (max-width: 47.94em) {
  .associationlogos {
    font-size: 2vw;
    /* midTab opt-out 767oo */
  }
}
@media only screen and (min-width: 48em) {
  .associationlogos {
    font-size: 1.25vw;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 64em) {
  .associationlogos {
    font-size: inherit;
    /* maxTab 1024w */
  }
}
.associationlogos h1 {
  font-size: 2.45em;
  text-transform: uppercase;
  color: #112d3d;
  padding-bottom: 0.6122449em;
}
.associationlogos a {
  margin: 2%;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: opacity 0.33s ease-in-out, -webkit-transform 0.33s ease-in-out;
  transition: opacity 0.33s ease-in-out, -webkit-transform 0.33s ease-in-out;
  -o-transition: opacity 0.33s ease-in-out, transform 0.33s ease-in-out;
  transition: opacity 0.33s ease-in-out, transform 0.33s ease-in-out;
  transition: opacity 0.33s ease-in-out, transform 0.33s ease-in-out, -webkit-transform 0.33s ease-in-out;
}
@media only screen and (min-width: 48em) {
  .associationlogos a {
    margin: 0 0.7em;
    /* midTab 768w */
  }
}
.associationlogos a:hover {
  -webkit-transform: scale(0.88);
      -ms-transform: scale(0.88);
          transform: scale(0.88);
  opacity: 0.5;
}
.associationlogos a.aap {
  width: 6.75em;
  height: auto;
}
.associationlogos a.abp {
  width: 6.9em;
  height: 2.75em;
}
.associationlogos a.ada {
  width: 8.6em;
  height: 3.2em;
}
.associationlogos a.adsa {
  width: 6.25em;
  height: 6.25em;
}
.associationlogos a.ao {
  width: 5.3em;
  height: 3.75em;
}
.associationlogos a.icoi {
  width: 5.75em;
  height: 2.75em;
}
.associationlogos a.ohsu {
  width: 4.75em;
  height: 8em;
}
.associationlogos a.osp {
  width: 6.25em;
  height: 6.25em;
}
.associationlogos a.wsp {
  width: 7em;
  height: 7em;
}
.associationlogos a.oda {
  width: 4em;
  height: auto;
}
.associationlogos a img,
.associationlogos a svg {
  width: 100%;
  height: 100%;
  display: block;
}
/* ==================================================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EDITED
=================================================================== */
.wood-bg {
  background: url(../images/background/wood-strip-wide.jpg) no-repeat center center;
  background-size: cover;
}
.spot03 {
  text-align: center;
  padding: 2em 0;
  margin: 0 auto;
  position: relative;
  z-index: 410;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5em;
}
@media only screen and (max-width: 29.9375em) {
  .spot03 {
    font-size: 2vw;
    /* mintab opt-out 480oo */
  }
}
@media only screen and (min-width: 30em) {
  .spot03 {
    font-size: 1.5vw;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 61.25em) {
  .spot03 {
    font-size: inherit;
    padding: 4em 0;
    /* custom opt-out 979oo */
  }
}
.spot03 .spot03-row-container a {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.447);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.447);
}
.spot03 .spot03-row-container:first-of-type a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 47.1em;
  height: 15.1em;
  background-color: #0b3d56;
  -webkit-transition: -webkit-transform 0.33s ease-in-out;
  transition: -webkit-transform 0.33s ease-in-out;
  -o-transition: transform 0.33s ease-in-out;
  transition: transform 0.33s ease-in-out;
  transition: transform 0.33s ease-in-out, -webkit-transform 0.33s ease-in-out;
}
.spot03 .spot03-row-container:first-of-type a .decoration {
  width: 4.05em;
  height: 5.55em;
}
.spot03 .spot03-row-container:first-of-type a h2.topic {
  line-height: 0.92156863;
  font-size: 2.55em;
  color: white;
  display: block;
  padding-top: 0.29411765em;
  font-weight: 300;
  text-transform: capitalize;
}
.spot03 .spot03-row-container:first-of-type a h2.topic .trait {
  font-weight: 700;
  font-size: 0.68627451em;
  line-height: 1.02857143em;
  text-transform: uppercase;
  display: block;
}
.spot03 .spot03-row-container:first-of-type a:hover {
  -webkit-transform: scale(0.85);
      -ms-transform: scale(0.85);
          transform: scale(0.85);
  z-index: 400;
}
.spot03 .spot03-row-container:first-of-type a:hover h2.topic {
  display: none;
}
@media only screen and (max-width: 47.9375em) {
  .spot03 .spot03-row-container:first-of-type a {
    /* midTab opt-out 768oo */
  }
}
@media only screen and (min-width: 48em) {
  .spot03 .spot03-row-container:first-of-type a {
    /* midTab 768w */
  }
}
.spot03 .spot03-row-container:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5em;
  width: 47.1em;
  height: 15.1em;
}
.spot03 .spot03-row-container:last-of-type a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-transition: -webkit-transform 0.33s ease-in-out;
  transition: -webkit-transform 0.33s ease-in-out;
  -o-transition: transform 0.33s ease-in-out;
  transition: transform 0.33s ease-in-out;
  transition: transform 0.33s ease-in-out, -webkit-transform 0.33s ease-in-out;
}
.spot03 .spot03-row-container:last-of-type a h2.topic {
  line-height: 1.31578947;
  font-size: 1.9em;
  color: white;
  display: block;
  padding-top: 0.13157895em;
  font-weight: 300;
  text-transform: capitalize;
}
.spot03 .spot03-row-container:last-of-type a h2.topic .trait {
  font-weight: 700;
  font-size: 0.71052632em;
  line-height: 1.11111111;
  text-transform: uppercase;
  display: block;
}
.spot03 .spot03-row-container:last-of-type a:hover {
  -webkit-transform: scale(0.85);
      -ms-transform: scale(0.85);
          transform: scale(0.85);
  z-index: 400;
}
.spot03 .spot03-row-container:last-of-type a:hover h2.topic {
  display: none;
}
.spot03 .spot03-row-container:last-of-type a.first {
  background-color: #3a6a92;
}
.spot03 .spot03-row-container:last-of-type a.first .decoration {
  width: 4.5em;
  height: 5.4em;
}
.spot03 .spot03-row-container:last-of-type a.second {
  background-color: #697675;
}
.spot03 .spot03-row-container:last-of-type a.second .decoration {
  width: 6.75em;
  height: 6em;
}
.spot03 .spot03-row-container:last-of-type a.last {
  background-color: #9bc1af;
}
.spot03 .spot03-row-container:last-of-type a.last .decoration {
  width: 6.25em;
  height: 6.35em;
}
@media only screen and (max-width: 47.9375em) {
  .spot03 .spot03-row-container:last-of-type a {
    /* midTab opt-out 768oo */
  }
}
@media only screen and (min-width: 48em) {
  .spot03 .spot03-row-container:last-of-type a {
    /* midTab 768w */
  }
}
/* ===============================================
	spot00 || COMMON TESTIMONIAL SLIDESHOW SECTION EXAMPLE
=============================================== */
.spot04 {
  padding: 3em 0;
  background-color: rgba(4, 32, 46, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 48em) {
  .spot04 {
    padding: 5em 0;
    height: 30em;
    /* midTab 768w */
  }
}
.spot04 .cycle-slideshow {
  color: white;
  width: 96%;
  max-width: 48em;
  margin: 0 auto;
  margin-top: 1em;
  padding: 0 4.75em;
  display: block;
}
.spot04 .cycle-slide {
  width: 100%;
  display: block;
}
.spot04 .cycle-slide div {
  height: auto;
}
.spot04 .testimony {
  line-height: 1.5;
  font-size: 1.4em;
  display: block;
}
.spot04 .testifier {
  line-height: 1.96428571;
  font-size: 1.4em;
  display: block;
  font-weight: 300;
  padding-top: 0.53571429em;
}
.spot04 .testimony-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.15em;
  color: white;
  text-transform: uppercase;
  position: relative;
  bottom: -0.65em;
}
.spot04 .testimony-button-container .testimony-button a {
  display: block;
  color: white;
  font-size: 0.774em;
}
.spot04 .testimony-button-container .testimony-button.first {
  background-color: #77a99b;
  padding: 0.35714286em 0.39285714em;
  -webkit-transition: 0.33s ease-in-out;
  -o-transition: 0.33s ease-in-out;
  transition: 0.33s ease-in-out;
}
.spot04 .testimony-button-container .testimony-button.first:hover {
  background-color: #04202e;
}
.spot04 .testimony-button-container .testimony-button.last {
  background-color: #a5b5b5;
  padding: 0.35714286em 0.39285714em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.32299742em;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-transition: 0.33s ease-in-out;
  -o-transition: 0.33s ease-in-out;
  transition: 0.33s ease-in-out;
}
.spot04 .testimony-button-container .testimony-button.last:hover {
  background-color: #04202e;
}
.spot04 .testimony-button-container .testimony-button.last a {
  display: block;
}
.spot04 .controls {
  line-height: 0;
  max-width: 64.5em;
  margin: 1em auto;
  display: block;
}
@media only screen and (min-width: 48em) {
  .spot04 .controls {
    text-align: right;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    /* midTab 768w */
  }
}
.spot04 .controls > a {
  text-align: center;
  color: #fff;
  width: 3.65em;
  height: 3.65em;
  background-color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  vertical-align: top;
  -webkit-transition: opacity 0.33s ease-in-out, -webkit-transform 0.33s ease-in-out;
  transition: opacity 0.33s ease-in-out, -webkit-transform 0.33s ease-in-out;
  -o-transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out, -webkit-transform 0.33s ease-in-out;
}
.spot04 .controls > a span {
  line-height: 1;
  font-size: 2.5em;
}
.spot04 .controls > a.prev {
  margin-right: 1em;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.spot04 .controls > a.prev:hover {
  -webkit-transform: translateX(-0.5em);
      -ms-transform: translateX(-0.5em);
          transform: translateX(-0.5em);
}
@media only screen and (min-width: 48em) {
  .spot04 .controls > a.prev {
    float: left;
    /* midTab 768w */
  }
}
.spot04 .controls > a.next {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.spot04 .controls > a.next:hover {
  -webkit-transform: translateX(0.5em);
      -ms-transform: translateX(0.5em);
          transform: translateX(0.5em);
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0;
  background-color: #04202e;
  -webkit-box-shadow: inset 0px 25px 25px 0px rgba(0, 0, 0, 0.35);
          box-shadow: inset 0px 25px 25px 0px rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 999;
}
@media only screen and (min-width: 81.25em) {
  #ft {
    background-size: auto 100% /* desk 1300w */;
  }
}
#ft a {
  color: #fff;
  -webkit-transition: color 0.33s ease-in-out;
  -o-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
/* ===============================================
		tnav
=============================================== */
#textnav {
  text-align: center;
  color: #fff;
}
#textnav p.text-nav {
  line-height: 1.2;
  font-size: 1em;
  width: 10em;
  margin: 0;
  padding: 0;
}
#textnav a {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.6em 0.7em;
}
#textnav span {
  display: none;
}
/* ===============================================
		locations || aka ft-location
=============================================== */
#location {
  padding: 4.05em 0 2.1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 61em) {
  #location {
    gap: 2.5em;
  }
}
@media only screen and (min-width: 48em) {
  #location {
    /* midTab 768w */
  }
}
@media only screen and (min-width: 81.25em) {
  #location {
    /* desk 1300w */
  }
}
#location .location-item-wrapper {
  line-height: 1.05882353;
  font-size: 0.85em;
}
#location .location-item-wrapper:nth-child(3) {
  width: 17.64705882em;
}
#location .location-item-wrapper:nth-child(3) #request-form label {
  font-size: 1.52941176em;
  font-weight: 300;
  display: block;
  padding-bottom: 1.17647059em;
  margin: 0;
}
#location .location-item-wrapper:nth-child(3) #request-form fieldset {
  border: none;
}
#location .location-item-wrapper:nth-child(3) #request-form fieldset input {
  border: none;
  border-bottom: 5px solid #04202e;
  background-color: #0b3d56;
  width: 100%;
  color: white;
}
#location .location-item-wrapper:nth-child(3) #request-form fieldset input::-webkit-input-placeholder {
  color: white;
  font-size: 0.88235294em;
}
#location .location-item-wrapper:nth-child(3) #request-form fieldset input::-moz-placeholder {
  color: white;
  font-size: 0.88235294em;
}
#location .location-item-wrapper:nth-child(3) #request-form fieldset input:-ms-input-placeholder {
  color: white;
  font-size: 0.88235294em;
}
#location .location-item-wrapper:nth-child(3) #request-form fieldset input::-ms-input-placeholder {
  color: white;
  font-size: 0.88235294em;
}
#location .location-item-wrapper:nth-child(3) #request-form fieldset input::placeholder {
  color: white;
  font-size: 0.88235294em;
}
#location .location-item-wrapper:nth-child(3) #request-form fieldset textarea.request-message {
  border: none;
  background-color: #0b3d56;
  max-height: 4.41176471em;
  min-height: 4.41176471em;
  margin: 0 auto;
  resize: none;
  width: 100%;
  color: white;
}
#location .location-item-wrapper:nth-child(3) #request-form fieldset textarea.request-message::-webkit-input-placeholder {
  color: white;
  font-size: 0.88235294em;
}
#location .location-item-wrapper:nth-child(3) #request-form fieldset textarea.request-message::-moz-placeholder {
  color: white;
  font-size: 0.88235294em;
}
#location .location-item-wrapper:nth-child(3) #request-form fieldset textarea.request-message:-ms-input-placeholder {
  color: white;
  font-size: 0.88235294em;
}
#location .location-item-wrapper:nth-child(3) #request-form fieldset textarea.request-message::-ms-input-placeholder {
  color: white;
  font-size: 0.88235294em;
}
#location .location-item-wrapper:nth-child(3) #request-form fieldset textarea.request-message::placeholder {
  color: white;
  font-size: 0.88235294em;
}
#location .location-item-wrapper:nth-child(3) #request-form fieldset .widget-btn {
  background-color: #9bc1af;
  font-size: 1.05882353em;
  text-transform: none;
  font-weight: 700;
  display: block;
  margin-left: auto;
  border: none;
  -webkit-transition: background-color 0.33s ease-in-out;
  -o-transition: background-color 0.33s ease-in-out;
  transition: background-color 0.33s ease-in-out;
}
#location .location-item-wrapper:nth-child(3) #request-form fieldset .widget-btn:hover {
  background-color: #77a99b;
}
@media only screen and (max-width: 61em) {
  #location .location-item-wrapper:nth-child(3) #request-form fieldset .widget-btn {
    margin: 0.58823529em auto 0 auto;
  }
}
#location .location-item-wrapper a {
  display: block;
  width: auto;
  height: auto;
  position: relative;
}
#location .location-item-wrapper a .map {
  max-width: 23.23529412em;
  max-height: 21.05882353em;
  -o-object-fit: cover;
     object-fit: cover;
}
#location .location-item-wrapper .marker {
  line-height: 1;
  font-size: 3.88235294em;
  position: absolute;
  left: 42%;
  top: 40%;
  z-index: 400;
  -webkit-transition: -webkit-transform 0.33s ease-in-out;
  transition: -webkit-transform 0.33s ease-in-out;
  -o-transition: transform 0.33s ease-in-out;
  transition: transform 0.33s ease-in-out;
  transition: transform 0.33s ease-in-out, -webkit-transform 0.33s ease-in-out;
  display: none;
}
@media only screen and (min-width: 48em) {
  #location .location-item-wrapper .marker {
    display: block;
    /* midTab 768w */
  }
}
#location .location-item-wrapper .marker.corvallis:before {
  color: #77a99b;
}
#location .location-item-wrapper .marker.newport:before {
  color: #3a6a92;
}
#location .location-item-wrapper .marker:before {
  color: #77a99b;
}
#location .location-item-wrapper .marker:after {
  content: '';
  width: 1.10606061em;
  height: 1.01515152em;
  background: url(../images/footer/shadowalt.png) no-repeat center center;
  left: 0.2em;
  bottom: -0.15em;
  background-size: cover;
  position: absolute;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.33s ease-in-out;
  transition: -webkit-transform 0.33s ease-in-out;
  -o-transition: transform 0.33s ease-in-out;
  transition: transform 0.33s ease-in-out;
  transition: transform 0.33s ease-in-out, -webkit-transform 0.33s ease-in-out;
}
#location .location-item-wrapper:hover .marker {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}
#location .location-item-wrapper .street {
  display: block;
  text-align: center;
  padding-top: 1.5em;
}
@media only screen and (max-width: 40em) {
  #location .location-item-wrapper .street {
    text-align: center;
    padding-top: 0.75em;
  }
}
/* ==================================================================
		#links || aka ft-design-credit
=================================================================== */
#links {
  text-align: center;
  color: #6a8bb3;
  margin: 0;
  background-color: #04202e;
  position: relative;
  z-index: 999;
}
@media only screen and (min-width: 48em) {
  #links {
    padding: 0em 0 0 0;
    /* midTab 768w  */
  }
}
#links .container.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.83333333em;
  padding-bottom: 0.41666667em;
}
@media only screen and (max-width: 35em) {
  #links .container.row {
    display: block;
  }
}
#links .container.row .util {
  line-height: 4.16666667;
  font-size: 0.6em;
  margin-bottom: 2em;
}
@media only screen and (max-width: 35em) {
  #links .container.row .util {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 30em) {
  #links .container.row .util {
    line-height: 4.16666667;
    width: auto;
    margin: 0;
    /* mintab 480w */
  }
}
#links .container.row .util a {
  color: #6a8bb3;
  -webkit-transition: color 0.33s ease-in-out;
  -o-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
#links .container.row .util a:hover {
  color: white;
}
#links .container.row .util a,
#links .container.row .util .divider {
  display: inline-block;
}
#links .container.row .util .divider {
  margin: 0 0.2em;
}
/* ===============================================
		sesame link
=============================================== */
a#sesame-link .sesameicon {
  width: 1.66666667em;
  height: 1.41666667em;
  margin-right: 0.41666667em;
  display: inline-block;
  vertical-align: middle;
}
a#sesame-link .sesameicon path {
  fill: currentcolor;
  -webkit-transition: fill 0.33s ease-in-out;
  -o-transition: fill 0.33s ease-in-out;
  transition: fill 0.33s ease-in-out;
}
/* ===============================================
	backToTop
=============================================== */
#btt {
  text-align: center;
  display: block;
  width: 100%;
  margin: 0;
}
@media only screen and (min-width: 30em) {
  #btt {
    width: auto;
    /* mintab 480w */
  }
}
a#backtotop {
  line-height: 4.16666667;
  font-size: 0.6em;
  color: #9bc1af;
  -webkit-transition: color 0.33s ease-in-out;
  -o-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
a#backtotop:hover {
  color: #6a8bb3;
}
/*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: #666;
  border: none;
  display: block;
}
/* ===============================================
	success message
=============================================== */
.success {
  text-transform: none;
  font-weight: 400;
  color: #fff;
  width: 100%;
  padding: 1rem;
  float: left;
  background: #75a99b;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  font-weight: 400;
  font-size: smaller;
  color: #fff;
  height: 38px;
  padding: 0 1.5em;
  background-color: #112d3d;
  border: none;
  -webkit-transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out;
  -o-transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out;
  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: none;
  background-color: #75a99b;
}
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;
}
/************************************************************************************************************************************************/
/* end superlatives */
/* ===============================================
Tablet
Supports 48em (768px) and up
=============================================== */
@media only screen and (min-width: 48em) {
  /* ===============================================
	blanket content sidebar hide
=============================================== */
  .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%; }*/
  .before-after-image img {
    width: auto;
  }
  .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;
    display: block;
    width: 100%;
    clear: both;
  }
  .which-is-right-for-me #content a[href^='/sesame_media/docs/'] img {
    display: inline-block;
  }
  .in-ovation-testimonials .embed-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  [class^='inovation-chart-'] {
    display: inline-block;
    max-width: 50%;
  }
  .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%;
    float: none;
    display: inline-block;
    margin: 2%;
  }
  .in-ovation-videos .content-text h2 {
    text-align: center;
  }
  .in-ovation-videos .content-text .embed-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  body[class*='in-ovation'] .img-right {
    max-width: 40%;
  }
  /*END*/
}
/* ===============================================
Large Tablet Stylings
Supports 64em (1024px) and up
=============================================== */
@media only screen and (min-width: 64em) {
  /* ==================================================================
	main-nav
=================================================================== */
  #main-nav {
    font-size: inherit;
    width: 100%;
    height: 2.25em;
    margin-top: 0em;
    position: relative;
    top: auto;
    z-index: 2900;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.11);
            box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.11);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(119, 169, 155, 0.9)), to(rgba(65, 120, 98, 0.9)));
    background-image: -o-linear-gradient(rgba(119, 169, 155, 0.9), rgba(65, 120, 98, 0.9));
    background-image: linear-gradient(rgba(119, 169, 155, 0.9), rgba(65, 120, 98, 0.9));
  }
  #main-nav .container {
    background: none;
    max-width: none;
  }
  #main-nav div.collapsible {
    margin: 0 auto;
  }
  #main-nav ul {
    height: 2.25em;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    position: static;
    float: none;
  }
  #main-nav ul li {
    height: 100%;
    margin: 0 0.25em 0 0;
    background: none;
    position: relative;
    vertical-align: top;
    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: 1.875;
    text-align: center;
    text-decoration: none;
    height: 1.875em;
    z-index: 3000;
    margin-top: 0.4375em;
    padding: 0 0.625em;
  }
  #main-nav ul li a[id]:after {
    bottom: 1em;
  }
  #main-nav ul ul {
    width: auto;
    height: auto;
    padding: 1em 0;
    z-index: 2800;
    position: absolute;
    display: none;
  }
  #main-nav ul ul li {
    width: 100%;
    height: 1.25em;
    margin: 0;
    padding: 0;
    opacity: 1;
    float: left;
  }
  #main-nav ul ul li a {
    line-height: 1.66666667;
    text-align: left;
    white-space: nowrap;
    height: 1.66666667em;
    width: 100%;
    padding: 0 1.66666667em;
    float: left;
    -webkit-transition-duration: 0s;
         -o-transition-duration: 0s;
            transition-duration: 0s;
  }
  #main-nav ul li.contact-us ul li a,
  #main-nav ul li.contact ul li a {
    text-align: right;
    float: right;
  }
  #main-nav ul li:hover ul {
    left: 0em;
    /*top:37px;*/
    display: block;
  }
  #main-nav ul li.contact-us:hover ul,
  #main-nav ul li.contact:hover ul {
    left: auto;
    right: 0em;
    margin: 0;
  }
  #main-nav ul li.provider-referral-login {
    display: none;
  }
  /*END*/
}
/* ie nonsense */
/***********************************************
target ie11: html[data-useragent*='Trident/7.0']
***********************************************/
html[data-useragent*='Trident/7.0'] {
  /* END */
}
/* custom animations */
@-webkit-keyframes flyinmobilenav {
  from {
    left: 300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@keyframes flyinmobilenav {
  from {
    left: 300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}