/* 
 Site Manager Version: 11.2.0
 Buildkit Version: 11.2.0

 Account: choi-jennifer2
 Written by: kvansant
 
 Date Created: January 2023
 Sesame Communications - All rights reserved. C2023
 Any reproduction or intentional misuse is strictly prohibited
*/
/* ===============================================
					fonts
=============================================== */
.fontH {
  font-family: 'Lato', 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: 'Lato', sans-serif;
}
form button {
  font-family: 'Lato', sans-serif;
}
body {
  font-size: 15px;
  color: #000;
  background: #fff;
  overflow: hidden;
  font-weight: 500;
}
@media only screen and (min-width: 1024px) {
  body.home:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 111.1em;
    background: url('../images/hometop.png') top no-repeat;
    background-size: cover;
    z-index: 0;
  }
}
@media only screen and (min-width: 1300px) {
  body {
    font-size: 20px;
    /* desk 1300w */
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #3583c7;
  text-decoration: underline;
  transition: color 0.33s ease-in-out;
}
#content a:hover {
  color: #afd062;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #3583c7;
  margin: 0 0 0.8em;
  text-rendering: auto;
  font-weight: 600;
  text-transform: uppercase;
}
.sub h1 {
  font-size: 10vw;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.84444444em;
  letter-spacing: 0.05em;
  line-height: 0.8;
  color: #3583c7;
}
@media only screen and (min-width: 480px) {
  .sub h1 {
    font-size: 2.25em;
    /* mintab 480w */
  }
}
.home h1 {
  font-size: 10vw;
  margin: 0 0 1.08em;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media only screen and (min-width: 480px) {
  .home h1 {
    font-size: 2em;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 1024px) {
  .home h1 {
    white-space: nowrap;
  }
}
.home h1 .trait {
  display: block;
}
.home h1 .trait.top {
  line-height: 1.30434783;
  font-size: 0.79310345em;
  font-weight: 700;
  margin-bottom: 0.25em;
}
h2:not(.topic) {
  color: #f4a615;
  font-size: 1.66666667em;
}
h3:not(.topic) {
  color: #3583c7;
  font-size: 1.38888889em;
}
h4 {
  color: #afd062;
  font-size: 1.16666667em;
}
h5 {
  color: #f4a615;
  font-size: 1.11111111em;
}
h6 {
  color: #3583c7;
  font-size: 1em;
}
/* ===============================================
	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%;
  padding: 0;
  background-color: #fff;
  position: relative;
  z-index: 3000;
  box-shadow: 4px 6.928px 16px 0px rgba(0, 0, 0, 0.1);
  transition: 0.33s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  #masthead {
    font-size: 1.1em;
    width: 100%;
    /* maxTab 1024w */
  }
  #masthead.ready {
    background: none;
    box-shadow: none;
  }
}
@media only screen and (min-width: 1300px) {
  #masthead.ready #logo {
    transform: translate(-9.5em, 21.15em);
    width: 29.9em;
    height: 7.85em;
  }
  #masthead.ready #logo img {
    height: 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 1800px) {
  #masthead.ready #logo {
    width: 29.9em;
    height: 7.85em;
    transform: translate(-12.13em, 21.15em);
  }
}
@media only screen and (min-width: 1024px) {
  #masthead {
    font-size: inherit;
    position: fixed;
    top: 0;
    z-index: 3000;
    /* desk 1300w */
  }
}
#masthead .container {
  width: 100%;
  max-width: none;
}
@media only screen and (min-width: 1024px) {
  #masthead .container {
    max-width: 64.6em;
    /* 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;
  color: #3583c7;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  background: none;
  box-shadow: none;
  outline: 1px solid rgba(53, 131, 199, 0.4);
  border: none;
  -webkit-display: none;
  position: relative;
  z-index: 600;
  transition: color 0.33s ease-in-out;
}

@media only screen and (min-width: 480px) and (max-width: 1023px) {
  #main-nav .trigger {
    transform:translate(-0.5em, 0.55em); 
  }
/* range 480w - 1024oo */ 
}

#main-nav .trigger .navicon {
  width: 12px;
  height: 8px;
  display: inline-block;
  position: relative;
  top: -0.2em;
}
#main-nav .trigger .navicon span {
  height: 2px;
  width: 100%;
  background: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate(0deg);
  transition: width 0.3s ease, top 0.3s ease, left 0.3s ease, 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: #3583c7;
}
#main-nav .trigger:hover .navicon span {
  /* background:@color1; */
}
#main-nav .open .trigger {
  color: #afd062;
}
#main-nav .open .trigger .navicon span:nth-child(1),
#main-nav .open .trigger .navicon span:nth-child(4) {
  width: 0;
  top: 50%;
  left: 50%;
}
#main-nav .open .trigger .navicon span:nth-child(2) {
  transform: translate3d(0, 0, 0) rotate(45deg);
}
#main-nav .open .trigger .navicon span:nth-child(3) {
  transform: translate3d(0, 0, 0) rotate(-45deg);
}
#main-nav ul {
  width: 100vw;
  margin: -43px 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;
}
#main-nav ul li {
  clear: both;
}
#main-nav ul li a[id] {
  line-height: 2.5;
  font-size: 0.8em;
  font-weight: 500;
  text-transform: capitalize;
  color: #3583c7;
  width: auto;
  height: 2.5em;
  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: #f4a615;
  text-decoration: none;
  transition-duration: 0.15s;
}
#main-nav ul ul {
  width: 100%;
  margin: 0;
  padding: 0;
  background: rgba(244, 166, 21, 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;
  font-weight: 500;
  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: #3583c7;
  margin-bottom: 0;
  background: #fff;
  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;
}
/* 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;
}
/* ===============================================
	FULLMOB RULES
=============================================== */
@media only screen and (min-width: 1024px) {
  /* main-nav */
  /* midTab 1024w */
}
/* ==================================================================
	header
=================================================================== */
#hd {
  text-align: right;
  color: #3583c7;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 666px) {
  #hd {
    /* custom 666w */
  }
}
@media only screen and (min-width: 1024px) {
  #hd {
    z-index: 3000;
    /* maxTab 1024w */
  }
}

@media only screen and (min-width: 480px) and (max-width: 1023px) {
  #hd .container {
    padding: 0.66em 55px 0.66em 0;
    /* range 480w - 1023oo */
  }
}
@media only screen and (min-width: 1024px) {
  #hd .container {
    padding: 0.98em 0 0;
    /* midTab 1024w */
  }
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  font-size: 0.65em;
  width: 19.05em;
  margin: 0.5em auto 1em 2%;
  display: block;
  position: relative;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 480px) {
  #logo {
    position: absolute;
    top: 0;
    left: 0;
    /* custom 480w */
  }
}
@media only screen and (min-width: 1024px) {
  #logo {
    font-size: inherit;
    margin: 0;
    top: 1em;
    left: 0.1em;
    /* maxTab 1024w */
  }
}
#logo a {
  display: inline-block;
  vertical-align: top;
}
#logo img {
  width: 19.05em;
}
/* ===============================================
	contact info
=============================================== */
#contactinfo {
  text-align: right;
  width: 100%;
  margin: 0 0 0.5em;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 479px){ 
#contactinfo {
  width: 100%;
  margin: 0.5em 0 0;
  padding:0 2%;
  display:block;
  position:absolute;
  top:100%;
  right:0;
  /* mintab 480w */
}
/* mintab 480oo */ 
}

@media only screen and (min-width: 480px) {
  #contactinfo {
    width: auto;
    margin: 0 0 0 0;
    /* mintab 480w */
  }
}
#contactinfo a {
  font-size: 0.675em;
  line-height:44px;
  height:44px;
  width:44px;
  border-radius: 0.37037037em;
  background-color: #afd062;
  vertical-align: top;
  color: #fff;
  display: inline-block;
  margin: 0 0.1em;
  text-align: center;
  transition: 0.33s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  #contactinfo a {
    line-height: 2.88888889;
    height: 2.74074074em;
    width: 2.74074074em;
    margin: 0 0 0 0.2em;
  }
}
#contactinfo .address {
  line-height:44px;
  font-size: 0.7em;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  background-color: #3583c7;
  height:44px;
  width:44px;
  text-align: center;
}
#contactinfo .callus {
  line-height:44px;
  font-size: 0.7em;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  background: #f5af30;
  height:44px;
  width:44px;
  border-radius: 0.35714286em;
  margin: 0 0.1em;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  #contactinfo .address,
  #contactinfo .callus {
    line-height: 2.64285714;
    height: 2.64285714em;
    width: 2.64285714em;
    margin: 0 0 0 0.2em;
  }
}
#contactinfo a {
  transition: 0.33s ease-in-out;
}
#contactinfo a:hover {
  transform: scale(1.1);
}
/* ===============================================
	utility-nav
=============================================== */
#utilitynav {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 400;
}
#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 a {
  line-height: 2.30769231;
  font-size: 0.65em;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  padding: 0;
  background: #3583c7;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
#utilitynav a:hover {
  color: #fff;
  background-color: #afd062;
}
#utilitynav a.appointmentrequest {
  width: 13em;
}
#utilitynav a.patient-login {
  width: 9em;
}
/* ===============================================
	socialmedia
=============================================== */
.socialmedia {
  line-height: 0;
  text-align: center;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 1em 0 0;
  position: relative;
  z-index: 300;
}
@media only screen and (max-width: 1023px) {
  .socialmedia {
    display: flex;
    justify-content: center;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  .socialmedia {
    width: 2.4em;
    margin: 0;
    display: block;
    position: absolute;
    right: 1em;
    top: 12.5em;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 1300px) {
  .socialmedia {
    position: fixed;
    /* desk 1300w */
  }
}
.socialmedia a {
  line-height: 3;
  font-size: 0.8em;
  color: #fff;
  height: 3em;
  width: 3em;
  border-radius: 50%;
  margin: 0 2px 0 0;
  background: rgba(53, 131, 199, 0.7);
  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 (min-width: 1024px) {
  .socialmedia a {
    margin: 0 0 3px 0;
    /* maxTab 1024w */
  }
}
.socialmedia a:nth-last-of-type(1) {
  margin: 0;
}
.socialmedia a:hover {
  color: #fff;
  background: #afd062;
  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: 37.85714286vw;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 1024px) {
  #slideshow {
    font-size: inherit;
    margin-top: 7em;
    height: 42.45em;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow {
    font-size: inherit;
    height: 51.45em;
    height: 65.45em;

  }
}
#slideshow #home-slideshow {
  width: 100%;
  margin: 0;
  aspect-ratio: 2000 / 795;
  max-height: 39.75em;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #slideshow #home-slideshow {
    position: relative;
    width: 59.55em;
    height: 39.75em;
    border-radius: 3.75em;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.35);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    /* maxTab 1024w */
  }
  #slideshow #home-slideshow .hpslide {
    max-width: none;
    width: 100%;
    border-top-left-radius: 3.75em;
    border-bottom-left-radius: 3.75em;
    border-radius: 3.75em;
  }
}
@media only screen and (min-width: 1024px) and only screen and (min-width: 1300px) {
  #slideshow #home-slideshow {
    width: 59.55em;
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow #home-slideshow {
    transform: translateX(20.355em);
  }
}
#slideshow .ssoverlay {
  height: 5.3em;
  width: 100%;
  background-color: rgba(26, 131, 198, 0.6);
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 420;
}
@media only screen and (min-width: 1024px) {
  #slideshow .ssoverlay {
    border-bottom-left-radius: 3.75em;
    border-bottom-right-radius: 3.75em;
  }
}
#slideshow .ssoverlay h2 {
  line-height: 2.75;
  font-size: 1.85em;
  color: #fff;
  font-weight: 400;
  text-transform: none;
  text-align: center;
  text-shadow: 2.5px 4.33px 5px rgba(0, 0, 0, 0.4);
  margin: 0 0 0 1.1em;
}
@media only screen and (min-width: 1024px) {
  #slideshow .ssoverlay h2 {
    text-align: left;
  }
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
  z-index: 400;
}
.spotlight > div {
  position: relative;
}
/* ==================================================================
	subnav
=================================================================== */
/* TOP ORIENTED */
#subnav {
  text-align: center;
  color: #1a83c6;
  padding: 2em 0;
  position: relative;
  overflow: hidden;
  background: url('../images/nav/subnav.png') bottom no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1024px) {
  #subnav {
    padding: 7.9em 0;
    padding-top: 11.25em;
    /* desk 1300w */
  }
}
#subnav p {
  line-height: 1.66666667;
  font-size: 0.75em;
  font-weight: 500;
  margin: 0 auto;
  max-width: 35.33333333em;
  padding: 0;
}
#subnav a {
  color: #151414;
  font-weight: bold; 
  margin: 0.2em 0.8em;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #subnav a {
    margin: 0;
    /* maxTab 1024w */
  }
}
#subnav a:hover,
#subnav a.active {
  color: #1a83c6;
  text-decoration: none;
}
#subnav .divider {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #subnav .divider {
    margin: 0 0.8em;
    display: inline-block;
    vertical-align: top;
    /* maxTab 1024w */
  }
}
/* ==================================================================
	content
=================================================================== */
#bd {
  padding: 3em 0;
  background: #fff;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 768px) {
  #bd {
    padding: 2.15em 0 6em;
    /* midTab 768w */
  }
}
#bd .container {
  max-width: 64.5em;
}
#content {
  display: block;
}
@media only screen and (min-width: 768px) {
  #content {
/*    max-width: 35.65em;*/
/*    width: 58.27131783%;*/

/*    max-width: 40.65em;*/
/*    width: 62.271318%;*/

        max-width: 45.65em;
    width: 70.271318%;
    float: left;
    /* midTab 768w */
  }
  #content p {
    text-align: justify;
  }
}
#content .content-text {
  line-height: 1.66666667;
}
@media only screen and (min-width: 1300px) {
  #content .content-text {
    font-size: 0.9em;
    /* desk 1300w */
  }
}
/* ==================================================================
	.home content
=================================================================== */
.home #bd {
  padding: 3em 0;
  background: #3583c7;
}
.home #bd * {
  color: #fff;
}
.home #bd * a.officeupdateslink {
  font-size: 1.2em;
  display: block;
  width: 100%;
  height: 3.375em;
  background-color: #afd062;
  margin: 0 auto;
  text-align: center;
  color: #3583c7;
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 3.54166667;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0.29166667em;
  margin-top: 1.625em;
  transition: 0.33s ease-in-out;
}
.home #bd * a.officeupdateslink:hover {
  background-color: #f4a615;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .home #bd * a.officeupdateslink {
    width: 21.35em;
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd {
    padding: 0em 0 2.6em;
    background: none;
    /* midTab 768w */
  }
}
.home #bd .container {
  max-width: 64.5em;
}
@media only screen and (min-width: 768px) {
  .home #bd #content {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: none;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd #content {
    max-width: 36.2em;
    max-width: 56.2em;
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd #content {
    background: #3583c7;
    border-radius: 3.75em;
    box-shadow: 10px 17.321px 40px 0px #0000004d;
    padding: 4.85em 6.6em 5.3em 6.65em;
    padding: 2.85em 2.6em 2.3em 2.65em;
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd #content {
    margin-right: 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 .content-text .two-col{
/*    columns: 2;*/
/*    column-gap: 50px;*/
  }
}
@media only screen and (min-width: 768px) {
  .home #bd #content p {
    text-align: justify;
    /* midTab 768w */
  }
}
.home #bd #hcimg {
  display: none;
}
@media only screen and (min-width: 1300px) {
  .home #bd #hcimg {
    display: block;
    position: absolute;
    right: 8.25em;
    top: -4.55em;
    top: -21.55em;
    z-index: -1;
    border-top-right-radius: 3.75em;
    border-bottom-right-radius: 3.75em;
    border-radius: 3.75em;
  }
}
/* ==================================================================
	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: #3583c7;
  position: absolute;
  top: 50%;
  z-index: 900;
  transform: translate3d(0, -50%, 0);
}
.mediaslider .cycle-slideshow > button span {
  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 span {
  transform-origin: left center;
}
.mediaslider .cycle-slideshow > button.cycle-next {
  text-align: right;
  direction: rtl;
  right: 0;
}
.mediaslider .cycle-slideshow > button.cycle-next span {
  transform-origin: right center;
}
.mediaslider .cycle-slideshow > button:hover {
  cursor: pointer;
}
.mediaslider .cycle-slideshow > button:hover span {
  transform: translate3d(0, 0, 0) 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: 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;
}


.video-grid .single {
  padding: 1.5% 0; 
}
  .video-grid .single video {
    width: 100%;
    height: auto; 
}
@media only screen and (min-width: 48em) {
  .video-grid {
    text-align: center;
    margin: 0 -2.2%; 
  }
    .video-grid .single {
      width: 49%;
      vertical-align: top;
      padding: 1.5%;
      display: inline-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.52173913;
  font-size: 1.27777778em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #3583c7;
  transition-duration: 0s;
}
.sitemap #content ul ul li a {
  line-height: 1.95;
  font-size: 1.11111111em;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #3583c7;
  margin-left: 0;
  /*to increase space adjust [body.sitemap #bd ul ul li] below*/
}
.sitemap #content a:hover {
  text-decoration: none;
  color: #afd062;
}
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: 100%;
  max-width: 23.2em;
  max-width: 322px;
  margin: 0 auto 6%;
  display: none;
  padding: 0;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 768px) {
  #sidebar {
/*    width: 35.96899225%;*/
    width: 32.96899225%;
    margin: 0 0 1em;
    float: right;
    clear: right;
    display: block;
    /* midTab 768w */
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
}
.stock {
  width: 100%;
  position: relative;
  border-radius: 2em;
  box-shadow: 10px 17.321px 40px 0px rgba(0, 0, 0, 0.3);
}
/* ===============================================
	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 - */
/* ===============================================
	spot01 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot01 {
  text-align: center;
  padding: 2em 0;
  margin: 0;
  position: relative;
  z-index: 410;
}
@media only screen and (max-width: 479px) {
  .spot01 {
    font-size: 3.4vw;
    /* mintab opt-out 480oo */
  }
}
@media only screen and (min-width: 480px) {
  .spot01 {
    font-size: 2.7vw;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 680px) {
  .spot01 {
    font-size: 1.37vw;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 979px) {
  .spot01 {
    padding: 4.72em 0;
    /* custom 979w */
  }
}
@media only screen and (min-width: 1407px) {
  .spot01 {
    font-size: inherit;
    padding: 4.72em 0;
    /* custom 979w */
  }
}
.spot01 a {
  color: #fff;
  width: 16em;
  height: 19.1em;
  border-radius: 1em;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out;
  overflow: hidden;
  margin: 2%;
  transition: 0.33s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .spot01 a {
    /* midTab opt-out 768oo */
  }
}
@media only screen and (min-width: 680px) {
  .spot01 a {
    margin: 0 0.625em;
    /* midTab 768w */
  }
}
.spot01 a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(105, 103, 101, 0.5);
  z-index: 0;
  transition: 0.33s ease-in-out;
}
.spot01 a:hover {
  box-shadow: 0.5em 0.86605em 2em 0px rgba(0, 0, 0, 0.3);
}
.spot01 a:hover:before {
  background-color: rgba(53, 131, 199, 0.5);
}
.spot01 a h2.topic {
  line-height: 1.64;
  font-size: 1.25em;
  font-weight: 500;
  text-transform: uppercase;
  color: currentcolor;
  width: 100%;
  display: block;
  position: absolute;
  z-index: 1;
  text-transform: none;
  left: 50%;
  top: 54.4%;
  transform: translate(-50%, -50%);
}
.spot01 a h2.topic:after {
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 1.2em;
  bottom: -1.68em;
  left: 0;
  right: 0;
  position: absolute;
}
.spot01 a h2.topic:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -2.73em;
  margin: 0 auto;
  height: 2.44em;
  width: 2.32em;
  background: url('../images/spotlight/invis.png') center no-repeat;
  background-size: cover;
}
.spot01 a:nth-of-type(2) h2.topic:before {
  top: -2.26em;
  height: 1.4em;
  width: 3.2em;
  background: url('../images/spotlight/braces.png') center no-repeat;
  background-size: cover;
}
.spot01 a:nth-of-type(3) h2.topic:before {
  top: -2.73em;
  height: 2.2em;
  width: 2.04em;
  background: url('../images/spotlight/itero.png') center no-repeat;
  background-size: cover;
}
.spot01 a:nth-of-type(4) h2.topic:before {
  top: -2.72em;
  height: 2.24em;
  width: 2.2em;
  background: url('../images/spotlight/damon.png') center no-repeat;
  background-size: cover;
}
/* ===============================================
	spot02 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot02 {
  text-align: center;
  padding: 2em 0;
  margin: 0 0 1.3em;
  position: relative;
  z-index: 410;
}
.spot02:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 35.85em;
  background: url('../images/spotlight/spot02waves.png') center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 479px) {
  .spot02 {
    font-size: 3vw;
    /* mintab opt-out 480oo */
  }
}
@media only screen and (min-width: 480px) {
  .spot02 {
    font-size: 1.45vw;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 979px) {
  .spot02 {
    padding: 3em 0 2.85em;
    /* custom 979w */
  }
}
@media only screen and (min-width: 1024px) {
  .spot02 {
    padding: 3em 0 2.85em;
    font-size: inherit;
  }
}
.spot02 a {
  color: #fff;
  border-radius: 2.5em;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out;
  box-shadow: 10px 17.321px 40px 0px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  margin: 2% 2%;
  transition: 0.33s ease-in-out;
}
@media only screen and (min-width: 480px) {
  .spot02 a {
    margin: 0 1em;
    /* midTab 768w */
  }
}
.spot02 a:hover {
  box-shadow: 0.5em 0.86605em 2em 0px rgba(0, 0, 0, 0.3);
}
.spot02 a:hover:before {
  background-color: rgba(53, 131, 199, 0.5);
}
.spot02 a:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  transition: 0.33s ease-in-out;
}
.spot02 a:nth-of-type(1) {
  width: 21.55em;
  height: 20.25em;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 480px) {
  .spot02 a:nth-of-type(1) {
    transform: translateX(-1.75em);
    margin: 0 auto;
    display: block;
  }
}
.spot02 a:nth-of-type(2) {
  width: 30.25em;
  height: 19.85em;
}
@media only screen and (min-width: 480px) {
  .spot02 a:nth-of-type(2) {
    transform: translate(-2.05em, 1.75em);
  }
}
.spot02 a:nth-of-type(3) {
  width: 19.8em;
  height: 25.4em;
}
@media only screen and (min-width: 480px) {
  .spot02 a:nth-of-type(3) {
    transform: translate(-2.3em, -7.8em);
  }
}
.spot02 a h2.topic {
  line-height: 0.69444444;
  font-size: 1.8em;
  text-transform: capitalize;
  color: currentcolor;
  width: 100%;
  display: block;
  font-weight: 500;
  position: absolute;
  bottom: 1.65em;
  left: 0;
  right: 0;
  z-index: 1;
}
/* ===============================================
	spot03 || COMMON TESTIMONIAL SLIDESHOW SECTION EXAMPLE
=============================================== */
.spot03 {
  padding: 3em 0;
  background-color: #afd062;
}
@media only screen and (min-width: 768px) {
  .spot03 {
    padding: 4.7em 0 3.81em;
    /* midTab 768w */
  }
}
.spot03 h2 {
  font-size: 2em;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  margin-bottom: 1.25em;
}
.spot03 .spotbtn {
  display: inline-block;
  color: #fff;
  font-size: 0.9em;
  line-height: 3.33333333;
  letter-spacing: 0.05em;
  font-weight: 600;
  background-color: #1a83c6;
  width: 14.88888889em;
  height: 3.11111111em;
  border-radius: 0.38888889em;
  text-transform: uppercase;
  margin: 2.2em auto 0;
  transition: 0.33s ease-in-out;
}
.spot03 .spotbtn:hover {
  background-color: #fff;
  color: #1a83c6;
}
.spot03 .spotwrap {
  display: inline-block;
  color: #fff;
  font-size: 0.9em;
  line-height: 3.33333333;
  letter-spacing: 0.05em;
  font-weight: 600;
  background-color: #1a83c6;
  width: 14.88888889em;
  height: 3.11111111em;
  border-radius: 0.38888889em;
  text-transform: uppercase;
  margin: 2.2em auto 0;
  transition: 0.33s ease-in-out;
}
.spot03 .spotwrap a {
  transition: 0.33s ease-in-out;
  color: #fff;
}
.spot03 .spotwrap a:hover {
  color: #afd062;
}

.spot03 .mod {
  width: 100%;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}
.spot03 .mod .toy {
  margin: 0 auto 30px;
  display: block;
  position: relative;
  height: 15em;
}
@media only screen and (min-width: 1300px) {
  .spot03 .mod .toy {
    height: auto;
  }
}
@media only screen and (max-width: 81.1875em) {
  .spot03 .mod .toy {
    width: 96%;
    max-width: 51.2em;
    margin-left: 50%;
    transform: translate3d(-50%, 0, 0);
  }
}
@media only screen and (max-width: 47.9375em) {
  .spot03 .mod .toy {
    perspective: 100em;
  }
}
@media only screen and (min-width: 48em) {
  .spot03 .mod .toy {
    perspective: 100vw;
  }
}
@media only screen and (min-width: 81.25em) {
  .spot03 .mod .toy {
    width: 60em;
    height: 14.4em;
    perspective: 1024px;
  }
}
.spot03 .mod .toy .carousel-item {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1!important;
  background-color: #fff;
  border-radius: 0.75em;
  box-shadow: 4px 6.928px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 1.45em 1.85em;
  text-align: left;
  transition: 0.1s;
}
.spot03 .mod .toy .carousel-item .review-hd-left {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.spot03 .mod .toy .carousel-item .review-hd-left .fa-google {
  display: inline-block;
  color: #eb463a;
  font-size: 1.7em;
  line-height: 0.79411765;
  vertical-align: top;
}
.spot03 .mod .toy .carousel-item .review-hd-left div {
  display: inline-block;
  vertical-align: top;
}
.spot03 .mod .toy .carousel-item .review-hd-left div i {
  display: inline-block;
  color: #f7c800;
  font-size: 0.55em;
  letter-spacing: 0.24em;
  line-height: 1;
}
.spot03 .mod .toy .carousel-item .review-hd-left h3 {
  color: #666666;
  margin: 0 0 -0.35em;
  font-size: 0.6em;
  line-height: 1;
  font-weight: 600;
  text-transform: capitalize;
}
.spot03 .mod .toy .carousel-item .review-hd-right {
  display: inline-block;
  color: #666666;
  font-size: 0.5em;
  line-height: 1;
  font-weight: 600;
  float: right;
}
.spot03 .mod .toy .carousel-item .review-hd-right span {
  display: inline-block;
  margin-top: 0.9em;
}
.spot03 .mod .toy .carousel-item p {
  color: #666666;
  font-size: 0.75em;
  line-height: 1.56;
  font-weight: 500;
  text-align: left;
  margin: 1.65em 0 0;
  hyphens: auto;
}
@media only screen and (max-width: 81.1875em) {
  .spot03 .mod .toy .carousel-item {
    width: 93.75%;
    max-width: 19.3em;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 81.25em) {
  .spot03 .mod .toy .carousel-item {
    width: 19.3em;
    height: 14.4em;
    /* desk 1300w */
  }
}
/* ==================================================================
	association logos 
=================================================================== */
.associationlogos {
  text-align: center;
  padding: 2em 0 1.5em;
  background: #fff;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .associationlogos {
    font-size: 2.5vw;
    /* midTab opt-out 767oo */
  }
}
@media only screen and (min-width: 768px) {
  .associationlogos {
    font-size: 1.25vw;
    padding: 4.05em 0 4.6em;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1440px) {
  .associationlogos {
    font-size: inherit;
    /* maxTab 1024w */
  }
}
.associationlogos a {
  margin: 3% 5%;
  display: inline-block;
  vertical-align: middle;
  transition: opacity 0.33s ease-in-out, transform 0.33s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .associationlogos a {
    margin: 0 3.2em;
    /* midTab 768w */
  }
}
.associationlogos a:hover {
  transform: scale(0.88);
}
.associationlogos a.pcso {
  width: 4.95em;
  height: 3.75em;
}
.associationlogos a.ada {
  width: 9.1em;
  height: 3.25em;
}
.associationlogos a.seattle {
    width: 10.1em;
    height: 6.45em;
    background: #AFD062;
    padding: 1em;
}
.associationlogos a.wsda {
  width: 6.9em;
  height: 4.35em;
}
.associationlogos a.aao {
  width: 8.9em;
  height: 3.1em;
}
.associationlogos a img,
.associationlogos a svg {
  width: 100%;
  height: 100%;
  display: block;
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #ft {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1.5em;
    margin-bottom: 1.65em;
  }
}
@media only screen and (min-width: 1300px) {
  #ft {
    background-size: auto 100%;
    /* desk 1300w */
  }
}
#ft a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}
#ft a:hover {
  color: #f4a615;
}
/* ===============================================
		locations
=============================================== */
#location {
  width: 100%;
  padding: 3em 0 1em;
  background-color: #f1f0ef;
  display: block;
}
@media only screen and (min-width: 1024px) {
  #location {
    text-align: right;
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
    grid-column: 1;
    padding: 6.55em 0 0;
    padding-right: 4.25em;
    height: 27em;
    /* midTab 768w */
  }
}
#location .mod {
  text-align: center;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 767px) {
  #location .mod {
    margin: 0 auto;
    /* midTab opt-out 768oo */
  }
}
@media only screen and (min-width: 1024px) {
  #location .mod {
    margin: 0 0 0 auto;
    max-width: 27.7em;
    /* midTab 768w */
  }
}
#location .logo {
  line-height: 0;
  text-align: center;
  margin: 0 auto 1em;
  display: block;
}
#location .logo img {
  width: 25.4em;
}
#location .phone {
  line-height: 1.25;
  font-size: 1.2em;
  font-weight: 600;
  display: block;
  color: #1a83c6;
  letter-spacing: 0.08em;
  margin-top: 2.25em;
}

#location .address {
  line-height: 1.65;
  font-size: 0.8em;
  margin: 0 auto;
  display: block;
  color: #1a83c6;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media only screen and (max-width: 1023px) { 
#location .phone,
#location .address { line-height:44px; }   
/* midTab 1024oo */ 
}

#location .address .divider {
  color: #add35c;
  font-size: 1.25em;
  margin: 0 0.2em;
  display: inline-block;
}
#location .address .marker {
  line-height: 1;
  font-size: 3.875em;
  color: #f4a615;
  margin-left: 3em;
  position: absolute;
  left: 50%;
  top: 3.6em;
  z-index: 400;
  transition: transform 0.33s ease-in-out;
  transform-origin: center bottom;
  display: none;
}
@media only screen and (min-width: 1024px) {
  #location .address .marker {
    display: block;
    /* midTab 768w */
  }
}
#location .address .marker:before {
  color: currentcolor;
  content: '\f041';
}
#location .address .marker:after {
  content: '';
  width: 1.03225806em;
  height: 0.93548387em;
  background: url(../images/footer/shadow.png) no-repeat center center;
  left: 0.075em;
  bottom: -0.025em;
  z-index: -1;
  background-size: cover;
  position: absolute;
  pointer-events: none;
}
#location .address:hover .marker {
  transform: translate3d(0, 0, 0) scale(2);
}
#map-right {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #map-right {
    background: #f1f3f4 url('../images/footer/map.png') left no-repeat;
    background-size: cover;
    display: inline-block;
    width: 100%;
    height: 27em;
    margin: 0 0 0 auto;
    border-top-left-radius: 1em;
    border-bottom-left-radius: 1em;
    grid-column: 2;
    /* midTab 768w */
  }
}
/* ==================================================================
		#links
=================================================================== */
#links {
  text-align: center;
  color: #add35c;
  padding: 2em 0 0;
  margin: 2.3em 0 0;
}
@media only screen and (min-width: 768px) {
  #links {
    height: 5em;
    padding: 1.25em 0 0;
    /* midTab 768w  */
  }
}
#links .util {
  line-height: 4.16666667;
  font-size: 0.6em;
  margin-bottom: 2em;
}
@media only screen and (min-width: 1024px) {
  #links .util {
    width: auto;
    margin: 0;
    float: left;
    /* mintab 480w */
  }
}
#links .util a {
  color: #1a83c6;
  letter-spacing: 0.1em;
  transition: color 0.33s ease-in-out;
  text-transform: uppercase;
  font-weight: 400;
}
#links .util a:hover {
  color: #f4a615;
}
#links .util a,
#links .util .divider {
  display: inline-block;
}
#links .util .divider {
  margin: 0 0.795em;
}
/* ===============================================
		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 {
  fill: currentcolor;
  transition: fill 0.33s ease-in-out;
}
/*superlative*/
/************************************************************************************************************************************************/
/* hide double hr aka div.hr */
hr,
.types-of-braces #content div.clear {
  font-size: inherit;
  height: 4px;
  width: 4.66666667em;
  margin: 1.58em auto 1.58em 0;
  background: #afd062;
  border: none;
  display: block;
  border-radius: 0.1em;
}
.brushing-and-flossing .content-text hr {
  float: left;
}
/* ===============================================
	success message
=============================================== */
.success {
  text-transform: none;
  font-weight: 400;
  color: #fff;
  width: 100%;
  padding: 1rem;
  float: left;
  background: #3583c7;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-size: small;
  color: #fff;
  height: 38px;
  padding: 0 1.5em;
  background-color: #3583c7;
  border: 1px solid #3583c7;
  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: #afd062;
  background-color: #afd062;
}
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;
}

/* ===============================================
  .screenreader 
  for descriptive text on vaguely designed buttons
  https://gomakethings.com/hidden-content-for-better-a11y/#hidden-labels
=============================================== */
.screenreader {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/************************************************************************************************************************************************/
/* end superlatives */
/* ===============================================
Tablet
Supports 768px (768px) and up
=============================================== */
@media only screen and (min-width: 768px) {
  /* ===============================================
	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%; }*/
  .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 1024px (1024px) and up
=============================================== */
@media only screen and (min-width: 1024px) {
  /* ==================================================================
	main-nav
=================================================================== */
  #main-nav {
    font-size: inherit;
    width: 100%;
    height: 3.3em;
    margin-top: 0.75em;
    position: relative;
    top: auto;
    z-index: 2900;
    box-shadow: none;
    /*background:none;*/
  }
  #main-nav .container {
    background: none;
    max-width: right;
  }
  #main-nav div.collapsible {
    margin: 0 auto;
  }
  #main-nav ul {
    height: 2.4em;
    width: auto;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    position: static;
    float: right;
  }
  #main-nav ul li {
    height: 100%;
    margin: 0 1.4em 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.5;
    text-align: center;
    text-decoration: none;
    height: 100%;
    z-index: 3000;
  }
  #main-nav ul li a[id]:after {
    bottom: 1em;
  }
  #main-nav ul ul {
    width: auto;
    height: auto;
    padding: 0.7em 0;
    z-index: 2800;
    display: none;
    position: absolute;
    border-radius: 0.5em;
  }
  #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.92307692;
    text-align: left;
    white-space: nowrap;
    height: 1.92307692em;
    width: 100%;
    padding: 0 1.69230769em;
    float: left;
    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: -1.1em;
    /*top:37px;*/
    display: block;
  }
  #main-nav ul li.contact-us:hover ul,
  #main-nav ul li.contact:hover ul {
    left: auto;
    right: -1.1em;
    margin: 0;
  }
  /*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; }
}
