/* 
 Site Manager Version: 14.2.0
 Date Created: November 2023
 Account: wilson-robert
 Written by: Ricky Rivas
 Sesame Communications - All rights reserved. C2023
 Any reproduction or intentional misuse is strictly prohibited
*/
/* ===============================================
              options
 =============================================== */
/* ===============================================
                    colors
 =============================================== */
/* ===============================================
					fonts
=============================================== */
.fontH {
  font-family: 'Jost', Helvetica, Arial, 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: 'Jost', Helvetica, Arial, sans-serif;
}
form button,
button {
  font-family: 'Jost', Helvetica, Arial, sans-serif;
}
svg {
  display: inline-block;
}
body {
  font-size: 15px;
  color: #153f6b;
  background: #ccc;
  overflow: hidden;
}
@media only screen and (min-width: 1300px) {
  body {
    font-size: 20px;
    /* desk 1300w */
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #2799a3;
  text-decoration: underline;
  transition: color 0.33s ease-in-out;
  font-weight: 500;
}
#content a:hover {
  color: #115296;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #2799a3;
  margin: 0 0 1.24137931em;
  text-rendering: auto;
  text-transform: capitalize;
  font-weight: 600;
}
.sub h1 {
  font-size: 10vw;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0.34545455em;
  color: #fff;
}
@media only screen and (min-width: 480px) {
  .sub h1 {
    font-size: 2.75em;
    /* mintab 480w */
  }
}
.home h1 {
  font-size: 10vw;
  text-align: center;
  margin: 0;
  color: #fff;
  font-weight: 500;
}
@media only screen and (min-width: 480px) {
  .home h1 {
    font-size: 1.85em;
    /* mintab 480w */
  }
}
.home h1:after {
  content: '';
  width: 2.59459459em;
  height: 1px;
  margin: 0.72972973em auto 0.64864865em;
  background: #88e4d1;
  display: block;
}
.home h1 .trait.top {
  display: block;
  line-height: 1.75;
  font-size: 0.54054054em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
h2:not(.topic) {
  font-size: 1.61111111em;
  color: #115296;
}
h3:not(.topic) {
  font-size: 1.44444444em;
  color: #2799a3;
}
h4 {
  font-size: 1.22222222em;
  color: #4bb29d;
}
h5 {
  font-size: 1.16666667em;
}
h6 {
  font-size: 1.05555556em;
}
/* ===============================================
	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;
}
@media only screen and (min-width: 1024px) {
  #masthead {
    font-size: 1.1em;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 1300px) {
  #masthead {
    font-size: inherit;
    position: fixed;
    top: 0;
    z-index: 3000;
    /* desk 1300w */
  }
}
#masthead .container {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  #masthead .container {
    max-width: none;
    /* midTab 1024oo */
  }
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 1.2em;
  text-align: center;
  height: 44px;
  width: 44px;
  padding: 0;
  margin: 0;
  box-shadow: -1px 1px 0 rgba(39, 153, 163, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 600;
  clear: both;
}
#main-nav .container {
  height: 100%;
  padding: 0;
}
#main-nav .trigger {
  line-height: 44px;
  color: #2799a3;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  background: none;
  box-shadow: none;
  border: none;
  -webkit-display: none;
  position: relative;
  z-index: 600;
  transition: color 0.33s ease-in-out;
  cursor: pointer;
}
#main-nav .trigger .navicon {
  width: 12px;
  height: 8px;
  display: inline-block;
  position: relative;
  top: -0.3em;
}
#main-nav .trigger .navicon span {
  width: 100%;
  height: 2px;
  background: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  transform: translate(0, 0) rotate(0deg);
  transition: transform 0.3s ease;
}
#main-nav .trigger .navicon span:nth-child(1) {
  top: 0px;
}
#main-nav .trigger .navicon span:nth-child(2),
#main-nav .trigger .navicon span:nth-child(3) {
  top: 50%;
}
#main-nav .trigger .navicon span:nth-child(4) {
  top: 100%;
}
#main-nav .trigger:hover {
  color: #2799a3;
}
#main-nav .open .trigger {
  color: #115296;
}
#main-nav .open .trigger .navicon span:nth-child(1) {
  transform: translate(50%, 150%) scaleX(0);
}
#main-nav .open .trigger .navicon span:nth-child(4) {
  transform: translate(50%, -150%) scaleX(0);
}
#main-nav .open .trigger .navicon span:nth-child(2) {
  transform: translate(0, 0) rotate(45deg);
}
#main-nav .open .trigger .navicon span:nth-child(3) {
  transform: translate(0, 0) rotate(-45deg);
}
#main-nav ul {
  width: 100vw;
  margin: -44px 0 0;
  padding: 1em 0;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 100%);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 100%);
  position: relative;
  float: right;
  z-index: 550;
}
#main-nav ul li {
  clear: both;
}
#main-nav ul li a[id] {
  line-height: 2.22222222;
  font-size: 0.9em;
  text-transform: capitalize;
  color: #153f6b;
  letter-spacing: 0.01em;
  font-weight: 500;
  width: auto;
  height: 2.22222222em;
  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: #4bb29d;
  text-decoration: none;
  transition-duration: 0.15s;
}
#main-nav ul ul {
  width: 100%;
  margin: 0;
  padding: 0;
  background: rgba(17, 82, 150, 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: 2.85714286;
  font-size: 0.7em;
  color: #fff;
  width: 100%;
  height: 2.85714286em;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-weight: 500;
  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: #59d1b8;
  margin-bottom: 0;
  border: none;
}
/* main-nav make li fly in all cool */
#main-nav .collapsible.open > ul {
  animation: flyinmobilenav 0.4s 1;
}
#main-nav .collapsible.open ul ul {
  animation: none;
}
/* make flyouts expand on mobile */
#main-nav ul ul li {
  height: 0;
  overflow: hidden;
  transition-duration: 0.33s;
  opacity: 0;
}
/* 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: center;
  color: #2799a3;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 666px) {
  #hd {
    text-align: right;
    /* custom 666w */
  }
}
@media only screen and (min-width: 1024px) {
  #hd {
    z-index: 3000;
    /* maxTab 1024w */
    padding-right: 1em;
  }
  #hd::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/spotlight/hd.svg) center / auto no-repeat;
    background-size: 128em 2.3em;
    background-position: calc(50% - 3em) 50%;
  }
}
@media only screen and (min-width: 1300px) {
  #hd {
    padding: 0;
  }
  #hd::before {
    background-position: calc(50% - 1.2em) 50%;
  }
}
@media only screen and (min-width: 2000px) {
  #hd::before {
    background-position: center;
  }
}
#hd .container {
  max-width: 64.5em;
}
@media only screen and (min-width: 666px) and (max-width: 1023px) {
  #hd .container {
    padding: 0.66em 50px 0.66em 0;
    /* range 666w - 1023oo */
  }
}
@media only screen and (min-width: 1024px) {
  #hd .container {
    padding: 0;
  }
}
@media only screen and (min-width: 2000px) {
  #hd .container {
    max-width: 66em;
  }
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  font-size: 0.7em;
  width: 11.3em;
  margin: 0.75em auto 0.75em 2%;
  display: block;
  position: relative;
}
@media only screen and (min-width: 666px) {
  #logo {
    position: absolute;
    top: 0.3em;
    left: 2%;
    /* custom 666w */
  }
}
@media only screen and (min-width: 1024px) {
  #logo {
    font-size: inherit;
    margin: 0;
    top: 1.75em;
    left: 1em;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 1300px) {
  #logo {
    left: 0.15em;
  }
}
#logo a {
  display: inline-block;
  vertical-align: top;
}
#logo img {
  width: 11.3em;
}
/* ===============================================
	contact info
=============================================== */
#contactinfo {
  text-align: center;
  width: auto;
  margin: 0 0em 0.5em;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 666px) {
  #contactinfo {
    margin: 0 0.3em 0 0;
    /* mintab 480w */
  }
}
#contactinfo .phone {
  line-height: 2.70588235;
  font-size: 0.85em;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  letter-spacing: 0.05em;
  background-color: #2191a3;
  padding: 0 1em;
}
@media only screen and (min-width: 1024px) {
  #contactinfo .phone {
    background: transparent;
    padding: 0;
  }
}
#contactinfo .phone .icon {
  font-size: 0.70588235em;
  color: #e2ed9e;
}
#contactinfo a {
  transition: background-color 0.33s ease-in-out;
}
#contactinfo a:hover {
  background-color: #115296;
}
/* ===============================================
	utility-nav
=============================================== */
#utilitynav {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 1024px) {
  #utilitynav {
    margin-right: 0.4em;
  }
}
#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: 3.06666667;
  font-size: 0.75em;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
  font-weight: 500;
  letter-spacing: 0.02em;
  background-color: #2191a3;
}
#utilitynav a.appointmentrequest {
  width: 16.4em;
}
@media only screen and (max-width: 767px) {
}
@media only screen and (min-width: 1024px) {
  #utilitynav a {
    background: transparent;
    padding: 0;
  }
  #utilitynav a.appointmentrequest {
    border-left: 1px solid #88e4d1;
    border-right: 1px solid #88e4d1;
  }
}
#utilitynav a .icon {
  font-size: 0.8em;
  color: #e2ed9e;
  margin-right: 0.15em;
  position: relative;
  bottom: 0.1em;
}
#utilitynav a:hover {
  color: #fff;
  background-color: #115296;
}
/* ===============================================
	socialmedia
=============================================== */
.socialmedia {
  line-height: 0;
  text-align: center;
  width: auto;
  height: auto;
  padding: 0;
  position: relative;
  z-index: 300;
  display: inline-block;
  vertical-align: top;
  margin: 0 0.25em;
}
@media only screen and (min-width: 1024px) {
  .socialmedia {
    margin: 0;
  }
}
.socialmedia a {
  line-height: 3.06666667;
  font-size: 0.75em;
  color: #000;
  margin: 0 0.2em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
}
.socialmedia a span {
  width: auto;
}
.socialmedia a.x-twitter {
  margin-left: 0em;
}
@media only screen and (min-width: 1024px) {
  .socialmedia a {
    color: #fff;
  }
  .socialmedia a:nth-last-child(1) {
    margin-right: 0;
  }
}
.socialmedia a:hover {
  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: 55vw;
  background: #000;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 1024px) {
  #slideshow {
    font-size: inherit;
    width: 100%;
    margin-top: 0;
    top: 0;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  #slideshow {
    min-height: 862px;
    /* range 1300w - 1999oo */
  }
}
#slideshow .welcomevid {
  width: 100%;
  vertical-align: top;
  aspect-ratio: 16 / 9;
}
#slideshow .welcomevid[poster] {
  object-fit: cover;
}
@media only screen and (min-width: 1300px) {
  #slideshow .welcomevid {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  #slideshow .welcomevid {
    width: 2000px;
    margin: 0 calc(-1000px + 50vw);
    /* range 1300w - 1999oo */
  }
}
#slideshow .ssoverlay {
  line-height: 1;
  font-size: 1.25em;
  color: currentcolor;
  width: 100%;
  display: block;
  position: absolute;
  text-transform: uppercase;
  font-weight: 400;
  left: 0;
  bottom: 2.7em;
  z-index: 420;
  letter-spacing: 0.272em;
  padding-left: 1em;
}
#slideshow .ssoverlay .color {
  color: #e2ed9e;
}
/* ==================================================================
	.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;
  padding: 2em 0;
  margin: 0;
  background: #f6f2ed;
  position: relative;
  z-index: 410;
}
@media only screen and (min-width: 768px) {
  .spot01 {
    font-size: 1.19vw;
    padding: 4.6em 0 2.95em;
  }
}
@media only screen and (min-width: 1650px) {
  .spot01 {
    font-size: inherit;
    /* custom 979w */
  }
}
.spot01 a {
  color: #153f6b;
  width: 19.15em;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out;
  perspective: 1500px;
  -webkit-perspective: 1500px;
}
@media only screen and (max-width: 767px) {
  .spot01 a {
    margin: 1em;
    /* midTab opt-out 768oo */
  }
}
@media only screen and (min-width: 768px) {
  .spot01 a {
    margin: 0 0.55em;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1024px) {
  .spot01 a:nth-child(1) {
    margin-left: 0;
    right: 0.1em;
  }
  .spot01 a:nth-last-child(1) {
    margin-right: 0;
    left: 0.25em;
  }
}
.spot01 a .wrap {
  position: relative;
  transition: transform 0.6s ease-in-out;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  width: 19.15em;
  height: 18.8em;
  margin-bottom: 1.65em;
}
.spot01 a .front,
.spot01 a .back {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  transform-style: preserve-3d;
}
.spot01 a .front img,
.spot01 a .back img {
  width: 100%;
}
.spot01 a .back {
  transform: rotateY(180deg);
}
.spot01 a h2.topic {
  line-height: 1.06666667;
  font-size: 1.5em;
  text-transform: capitalize;
  color: currentcolor;
  width: 100%;
  display: block;
  font-weight: 600;
  padding-left: 0.35em;
  transition: color 0.33s ease, transform 0.33s ease;
}
.spot01 a h2.topic .trait {
  color: #2799a3;
  transition: color 0.33s ease;
}
.spot01 a.first h2.topic {
  padding: 0;
}
.spot01 a.last h2.topic {
  text-transform: none;
}
.spot01 a:hover .wrap {
  transform: rotateY(-180deg);
}
/* ==================================================================
	subnav
=================================================================== */
/* TOP ORIENTED */
#subnav {
  text-align: center;
  color: #fff;
  padding: 2.5em 0;
  position: relative;
  overflow: hidden;
  background: center / cover no-repeat;
  background-image: url(../images/spotlight/subnav1.jpg);
  z-index: 500;
}
#subnav.img-2 {
  background-image: url(../images/spotlight/subnav2.jpg);
}
#subnav.img-3 {
  background-image: url(../images/spotlight/subnav3.jpg);
}
#subnav.img-4 {
  background-image: url(../images/spotlight/subnav4.jpg);
}
#subnav.img-5 {
  background-image: url(../images/spotlight/subnav5.jpg);
}
#subnav.img-6 {
  background-image: url(../images/spotlight/subnav6.jpg);
}
#subnav .container {
  max-width: 64.4em;
}
#subnav::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.35);
}
@media only screen and (min-width: 1300px) {
  #subnav {
    padding-top: 21.4em;
    /* desk 1300w */
  }
}
#subnav p {
  line-height: 1.35714286;
  font-size: 0.7em;
  margin: 0;
  padding: 0;
  text-align: left;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
#subnav a {
  color: #fff;
  margin: 0 0.8em;
  padding: 0.6em 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #subnav a {
    margin: 0;
    padding: 0;
    /* maxTab 1024w */
  }
}
#subnav a:hover,
#subnav a.active {
  color: #82d6da;
  text-decoration: none;
}
#subnav .divider {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #subnav .divider {
    margin: 0 1.3em;
    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: 4.6em 0 2em;
    /* midTab 768w */
  }
  #bd.sub {
    min-height: 37.5em;
  }
}
@media only screen and (min-width: 1024px) {
  #bd.sub::before {
    content: '';
    display: block;
    background: url(../images/spotlight/wavy.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    width: 74.2em;
    height: 100em;
    position: fixed;
    top: 0;
    right: 50%;
    transform: translate3d(-24.7em, 0, 0);
  }
}
#bd .container {
  max-width: 57.35em;
}
@media only screen and (min-width: 1024px) {
  #bd .container {
    width: 99%;
    max-width: 74.75em;
  }
}
#content {
  display: block;
}
@media only screen and (min-width: 768px) {
  #content {
    width: 60%;
    max-width: 35.75em;
    float: left;
    margin-left: 3.8em;
    /* midTab 768w */
  }
  #content p {
    text-align: justify;
  }
}
#content .content-text {
  line-height: 1.61111111;
}
@media only screen and (min-width: 1300px) {
  #content .content-text {
    font-size: 0.9em;
    /* desk 1300w */
  }
}
/* ==================================================================
	.home content
=================================================================== */
.home #bd {
  padding: 3em 0;
  background-image: -moz-linear-gradient(122deg, #026f9d 0%, #4bb29d 100%);
  background-image: -webkit-linear-gradient(122deg, #026f9d 0%, #4bb29d 100%);
  background-image: -ms-linear-gradient(122deg, #026f9d 0%, #4bb29d 100%);
}
.home #bd .decoration {
  display: none;
  width: 67.4em;
  min-width: 67.4em;
  height: auto;
  position: absolute;
  top: 5em;
  left: 50%;
  margin-left: -17.4em;
}
@media only screen and (min-width: 768px) {
  .home #bd {
    padding: 4em 0 2.6em;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd {
    padding: 7.65em 0 5.4em;
    background: white;
    /* midTab 768w */
  }
  .home #bd .decoration {
    display: block;
  }
}
.home #bd .container {
  max-width: 64.4em;
}
@media only screen and (min-width: 768px) {
  .home #bd #content {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    float: none;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd #content {
    max-width: 32.9em;
    background-image: -moz-linear-gradient(122deg, #026f9d 0%, #4bb29d 100%);
    background-image: -webkit-linear-gradient(122deg, #026f9d 0%, #4bb29d 100%);
    background-image: -ms-linear-gradient(122deg, #026f9d 0%, #4bb29d 100%);
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.35);
    padding: 4.35em 5em 3.5em 4.7em;
    margin-left: 0;
    /* desk 1300w */
  }
}
.home #bd #content .icon {
  width: 1.8em;
  height: 1.8em;
  display: block;
  margin: 0 auto 0.9em;
}
.home #bd #content .content-text h2,
.home #bd #content .content-text h3,
.home #bd #content .content-text h4,
.home #bd #content .content-text h5,
.home #bd #content .content-text h6 {
  color: #fff;
}
.home #bd #content .content-text ol,
.home #bd #content .content-text ul {
  color: #fff;
}
.home #bd #content .content-text ol a,
.home #bd #content .content-text ul a {
  color: #fff;
}
.home #bd #content .content-text ol a:hover,
.home #bd #content .content-text ul a:hover {
  color: #000;
}
@media only screen and (min-width: 1300px) {
  .home #bd #content .content-text {
    /* desk 1300w */
  }
}
.home #bd #content p {
  color: #fff;
}
.home #bd #content p a {
  color: #e2ed9e;
}
.home #bd #content p a:hover {
  color: #000;
}
@media only screen and (min-width: 768px) {
  .home #bd #content p {
    text-align: justify;
    /* midTab 768w */
  }
}
/* ==================================================================
	custom content
=================================================================== */
.mediaslider {
  text-align: center;
}
.mediaslider .cycle-slideshow {
  width: 100%;
  margin: 0.5em 0 1.5em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .mediaslider .cycle-slideshow .cycle-slide {
    padding: 0 5%;
    /* midTab opt-out 768oo */
  }
}
.mediaslider .cycle-slideshow > button {
  font-size: 2.8em;
  color: #2799a3;
  background: none;
  border: none;
  -webkit-appearance: none;
  position: absolute;
  top: 50%;
  z-index: 900;
  transform: translate3d(0, -50%, 0);
}
.mediaslider .cycle-slideshow > button .icon {
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.mediaslider .cycle-slideshow > button.cycle-prev {
  text-align: left;
  left: 0;
}
.mediaslider .cycle-slideshow > button.cycle-prev .icon {
  transform-origin: left center;
}
.mediaslider .cycle-slideshow > button.cycle-next {
  text-align: right;
  direction: rtl;
  right: 0;
}
.mediaslider .cycle-slideshow > button.cycle-next .icon {
  transform-origin: right center;
}
.mediaslider .cycle-slideshow > button:hover {
  cursor: pointer;
}
.mediaslider .cycle-slideshow > button:hover .icon {
  transform: translate3d(0, 0, 0) scale(1.44);
  opacity: 0.68;
}
/* content centered for slideshow and video-centric content */
.before-and-after #content,
.office-tour #content,
.smile-gallery #content,
.invisalign-videos #content {
  text-align: center;
}
.before-and-after #content h1,
.office-tour #content h1,
.smile-gallery #content h1,
.invisalign-videos #content h1,
.before-and-after #content h2,
.office-tour #content h2,
.smile-gallery #content h2,
.invisalign-videos #content h2,
.before-and-after #content h3,
.office-tour #content h3,
.smile-gallery #content h3,
.invisalign-videos #content h3,
.before-and-after #content p,
.office-tour #content p,
.smile-gallery #content p,
.invisalign-videos #content p {
  text-align: center;
}
.before-and-after .img-left,
.office-tour .img-left,
.smile-gallery .img-left,
.invisalign-videos .img-left {
  float: none;
  margin: 0 auto;
}
/* blockquote styling */
#content blockquote {
  margin: 0 0 1.58em;
  padding: 0 0 0 1em;
  border-left: 0.33em solid #f0f0f0;
}
/* comment line below if patient-login is live and legit */
.financial-information #financial-online-services {
  display: none;
}
/* office location ancillary image style */
@media only screen and (max-width: 767px) {
  .locationimg {
    margin: 0 auto 1em;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 768px) {
  .locationimg {
    margin: 0 0 1em 1em;
    float: right;
    /* midTab 768w */
  }
}
/* common treatments */
.before-after-image {
  width: 44%;
  display: inline-block;
  vertical-align: top;
}
.before-after-image img,
.before-after-image span {
  display: block;
}
@media only screen and (min-width: 768px) {
  .before-after-image img,
  .before-after-image span {
    width: 100%;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 768px) {
  .before-after-box,
  p.before-after-text {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
  /* midTab 768w */
}
/* common procedures */
@media only screen and (min-width: 1300px) {
  .common-procedures #content h2[id] {
    scroll-margin-top: 10em;
  }
  /* desk 1300w */
}
/* preventive-care */
.preventive-care #content ul {
  display: inline-block;
}
/* reduces dimensions of coronavirus tab */
#coronavirus-update {
  font-size: 0.85em;
  padding: 0.5em 1.25em !important;
  left: 0.5em !important;
}
@media only screen and (min-width: 1300px) {
  #coronavirus-update {
    font-size: 1em;
    /* desk 1300w */
  }
}
/* ==================================================================
	meet the team page classes for individual and full team images 
=================================================================== */
.staff {
  width: 45%;
  max-width: 10em;
  margin: 0 0 1em 1em;
  display: block;
  float: right;
}
.team {
  width: 100%;
  max-width: 1000px;
  margin: 2% auto;
  display: block;
}
body.before-and-after .twentytwenty-container{
  max-width: 350px;
  margin: auto;
}
/* ==================================================================
	sitemap
=================================================================== */
.sitemap #content .column > ul > li {
  margin-bottom: 1.45em;
}
.sitemap #content ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.sitemap #content ul a {
  line-height: 1.20689655;
  font-size: 1.61111111em;
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: none;
  color: #115296;
  transition-duration: 0s;
}
.sitemap #content ul ul li a {
  line-height: 1.61111111;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #153f6b;
  margin-left: 0;
  /*to increase space adjust [body.sitemap #bd ul ul li] below*/
}
.sitemap #content a:hover {
  color: #93d16d;
  text-decoration: none;
}
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: 17.85em;
  margin: 0 auto 6%;
  padding: 0;
  display: none;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 768px) {
  #sidebar {
    width: 23.87959866%;
    margin: 0.45em 0 1em;
    display: block;
    float: left;
    clear: left;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1523px) {
  #sidebar {
    width: 22.3%;
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
}
#hide-stock::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 1em;
  right: 1em;
  background-image: -moz-linear-gradient(122deg, #026f9d 0%, #4bb29d 100%);
  background-image: -webkit-linear-gradient(122deg, #026f9d 0%, #4bb29d 100%);
  background-image: -ms-linear-gradient(122deg, #026f9d 0%, #4bb29d 100%);
}
@media only screen and (min-width: 768px) {
  #hide-stock::before {
    width: 127.9%;
    height: 110%;
    top: 2.4em;
    right: 2.3em;
  }
}
.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 - */
/* ===============================================
	spot00 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION
=============================================== */
.spot02 {
  color: #fff;
  background: #ccc center / cover no-repeat;
  border-top: 0.1em solid #f1f1f1;
}
@media only screen and (max-width: 665px) {
  .spot02 {
    padding: 3em 0;
    /* custom opt-out 665oo */
  }
}
@media only screen and (min-width: 666px) {
  .spot02 {
    font-size: min(1.4vw, 1em);
    /* custom 666w */
    padding: 6.75em 0 7.1em;
  }
}
@media only screen and (min-width: 1300px) {
  .spot02 {
    font-size: inherit;
    /* desk 1300w */
  }
}
.spot02 .container {
  text-align: center;
  max-width: 64.5em;
  width: 100%;
}
@media only screen and (min-width: 666px) {
  .spot02 .container {
    text-align: left;
  }
}
.spot02 .decoration {
  width: 80%;
  max-width: 39.75em;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 665px) {
  .spot02 .decoration {
    margin: 0 0 1em;
    /* custom opt-out 666oo */
  }
}
@media only screen and (min-width: 666px) {
  .spot02 .decoration {
    margin: 0 1em 0 0;
    /* custom 666w */
  }
}
.spot02 .mod {
  width: 96%;
  max-width: 41.25em;
  padding: 2em 0 0;
  display: inline-block;
  vertical-align: middle;
  z-index: 100;
  text-align: center;
}
@media only screen and (min-width: 666px) {
  .spot02 .mod {
    padding: 0;
    position: absolute;
    top: 6.95em;
    right: -0.075em;
    /* midTab 768w */
  }
}
.spot02 h2.topic {
  line-height: 1.11904762;
  font-size: 2.1em;
  font-weight: 500;
  text-transform: capitalize;
  color: #153f6b;
  margin: 0 auto 0.5em;
  text-align: center;
  width: 100%;
  max-width: 10.52380952em;
}
@media only screen and (min-width: 666px) {
  .spot02 h2.topic {
    text-align: left;
    margin: 0 0.27em 0.65em auto;
  }
}
.spot02 h2.topic .trait {
  font-size: 0.53571429em;
  line-height: 1.7;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: block;
  color: #4bb29d;
}
.spot02 .pager {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 25em;
  margin: 0 auto;
}
@media only screen and (min-width: 666px) {
  .spot02 .pager {
    justify-content: flex-end;
    max-width: none;
    margin: 0;
  }
}
.spot02 .pager .spotbtn {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: center;
  background-image: -moz-linear-gradient(122deg, #2f9748 0%, #93d16d 100%);
  background-image: -webkit-linear-gradient(122deg, #2f9748 0%, #93d16d 100%);
  background-image: -ms-linear-gradient(122deg, #2f9748 0%, #93d16d 100%);
  color: #fff;
  text-align: center;
  width: 10.3125em;
  height: 12.45em;
  position: relative;
  isolation: isolate;
  padding-bottom: 2.25em;
}
.spot02 .pager .spotbtn .wrap {
  height: 4.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.35em;
}
.spot02 .pager .spotbtn::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -moz-linear-gradient(122deg, #115296 0%, #2799a3 100%);
  background-image: -webkit-linear-gradient(122deg, #115296 0%, #2799a3 100%);
  background-image: -ms-linear-gradient(122deg, #115296 0%, #2799a3 100%);
  z-index: -1;
  transition: transform 0.33s ease;
  transform: scaleY(0);
  transform-origin: top;
}
.spot02 .pager .spotbtn.cycle-pager-active::before {
  transform: scaleY(1);
  transform-origin: bottom;
}
.spot02 .pager .spotbtn:nth-child(1) {
  padding-bottom: 2.65em;
}
.spot02 .pager .spotbtn:nth-child(1) .icon {
  width: 4.85em;
  height: auto;
}
@media only screen and (min-width: 666px) {
  .spot02 .pager .spotbtn:nth-child(2) {
    width: 10.2em;
  }
}
.spot02 .pager .spotbtn:nth-child(2) .icon {
  width: 4.5em;
  height: auto;
}
.spot02 .pager .spotbtn:nth-child(3) .icon {
  width: 4.15em;
  height: auto;
}
.spot02 .pager .spotbtn:nth-child(4) .icon {
  width: 3.6em;
  height: auto;
}
.spot02 .pager .spotbtn h3.topic {
  font-weight: 300;
  font-size: 0.9em;
  line-height: 1.11111111;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: block;
}
.spot02 .pager .spotbtn h3.topic sup {
  font-size: 0.6em;
}
.spot02 .pager .spotbtn h3.topic .trait {
  display: block;
  font-weight: 500;
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 2em 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background-image: -moz-linear-gradient(122deg, #4bb29d 25%, #93d16d 85%);
  background-image: -webkit-linear-gradient(122deg, #4bb29d 25%, #93d16d 85%);
  background-image: -ms-linear-gradient(122deg, #4bb29d 25%, #93d16d 85%);
  background-repeat: no-repeat;
  background-size: 100em 100%;
  z-index: 500;
}
@media only screen and (max-width: 505px) {
  #ft {
    font-size: 2.97vw;
  }
}
@media only screen and (min-width: 768px) {
  #ft {
    font-size: min(1.45vw, 1em);
    padding: 4.7em 0 3.95em 0.75em;
  }
}
@media only screen and (min-width: 2000px) {
  #ft {
    background-size: cover;
  }
}
#ft a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}
#ft a:hover {
  color: #64ab43;
}
/* ===============================================
		locations
=============================================== */
#location {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
#location .office {
  width: 96%;
  max-width: 35.2em;
  height: auto;
  display: inline-block;
  vertical-align: bottom;
  box-shadow: 14.863px 13.383px 40px 0px rgba(0, 0, 0, 0.35);
  order: -1;
  margin: 0 auto 2em;
}
@media only screen and (min-width: 768px) {
  #location .office {
    margin: 0 0 0 -2em;
    order: 0;
  }
}
#location .mod {
  text-align: center;
  width: 100%;
  max-width: 32.3em;
  display: block;
  position: relative;
  z-index: 100;
}
@media only screen and (min-width: 768px) {
  #location .mod {
    margin: 0 -0.95em 0.75em 0;
    text-align: right;
  }
}
#location .map {
  width: 100%;
  position: relative;
  display: block;
  box-shadow: 14.863px 13.383px 40px 0px rgba(0, 0, 0, 0.35);
}
#location .map img {
  width: 100%;
}
#location .ftcontact {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 6.25em;
  right: 5.7em;
  width: 13.1em;
  min-height: 4.95em;
  text-align: center;
  z-index: 500;
  padding-left: 1.3em;
}
#location .ftcontact::before {
  content: '';
  width: 13.1em;
  height: 6.6em;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background: url(../images/spotlight/chat.svg) center / cover no-repeat;
  pointer-events: none;
}
#location .ftcontact .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  font-size: 1.25em;
  width: 2.08em;
  height: 2.08em;
  margin-right: 0.78em;
  color: #64ab43;
  padding-bottom: 0.15em;
}
#location .phone {
  line-height: 1.25;
  font-size: 0.8em;
  display: block;
  color: #fbf3eb;
  margin-bottom: 0.3125em;
  position: relative;
  text-align: left;
  font-weight: 500;
  letter-spacing: 0.035em;
}
#location .address {
  line-height: 1.16666667;
  font-size: 0.6em;
  margin: 0 auto;
  display: block;
  color: #fbf3eb;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 0.05em;
}
#location .address .marker {
  line-height: 1;
  font-size: 3.54166667em;
  color: #64ab43;
  position: absolute;
  left: 0.03em;
  top: 2.5em;
  z-index: -2;
  transition: transform 0.33s ease-in-out;
  transform-origin: center bottom;
}
#location .address .marker:before {
  color: currentcolor;
  content: '\f041';
}
#location .address .marker:after {
  content: '';
  width: 0.96969697em;
  height: 0.87878788em;
  background: url(../images/footer/shadow.png) no-repeat center center;
  left: 0.075em;
  bottom: -0.025em;
  z-index: -1;
  -webkit-filter: blur(0.04125em);
  filter: blur(0.04125em);
  background-size: cover;
  position: absolute;
  pointer-events: none;
}
#location .address:hover .marker {
  transform: translate3d(0, 0, 0) scale(1.2);
}
/* ==================================================================
		#links
=================================================================== */
.util {
  line-height: 2.72727273;
  font-size: 0.85em;
  margin-top: 3em;
}
@media only screen and (min-width: 768px) {
  .util {
    margin-right: 8.85em;
    line-height: 2.72727273;
    font-size: 0.55em;
  }
}
.util a {
  transition: color 0.33s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.util a:hover {
  color: #fff !important;
}
.util a,
.util .divider {
  color: #153f6b !important;
  display: inline-block;
}
.util .divider {
  margin: 0 0.75em;
}
/* ===============================================
		sesame link
=============================================== */
a#sesame-link sup {
  font-size: 1.2em;
  top: 0.1em;
}
a#sesame-link .sesameicon {
  width: 2.18181818em;
  height: 1.81818182em;
  margin-right: 0.81818182em;
  display: inline-block;
  vertical-align: middle;
}
a#sesame-link .sesameicon path {
  fill: currentcolor;
  transition: fill 0.33s ease-in-out;
}
/* ===============================================
	backToTop
=============================================== */
#btt {
  text-align: center;
  width: auto;
  margin: 0 0 0 1.25em;
  display: inline-block;
  position: relative;
}
a#backtotop {
  color: #73b502;
  display: inline-block;
  transition: transform 0.33s ease-in-out;
  position: relative;
}
a#backtotop .icon {
  font-size: 1.27272727em;
  color: #fff;
  background-color: #153f6b;
  width: 1.57142857em;
  height: 1.57142857em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 0 0 0 0.1em;
}
a#backtotop:hover {
  transform: scale(1.2);
}
/*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;
}
.brushing-and-flossing .content-text hr {
  float: left;
}
/* ===============================================
	success message
=============================================== */
.success {
  font-weight: 400;
  text-transform: none;
  color: #fff;
  width: 100%;
  padding: 1rem;
  background: #2799a3;
  float: left;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  font-size: small;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  height: 38px;
  padding: 0 1.5em;
  background-color: #2799a3;
  border: 1px solid #2799a3;
  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: #115296;
  background-color: #115296;
}
form p {
  height: auto;
}
/* ===============================================
	chat widget resize for mobile use comfort
=============================================== */
#bc-chat-container {
  font-size: 0.8em !important;
}
.bc-minimize-state {
  width: 11.8em !important;
  height: 7.7em !important;
}
/* ===============================================
	blog sidebar sharethiswidget styles
=============================================== */
#blog_search label,
p.share-text {
  margin-bottom: 10px;
}
/* ===============================================
	generic button for quick use by PM/PAs
=============================================== */
a.intbtn,
#content a.intbtn {
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  height: 44px;
  width: auto;
  text-decoration: none;
  padding: 0 1.5em;
  background-color: #2799a3;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: background-color 0.33s ease-in-out;
}
a.intbtn:hover,
#content a.intbtn:hover {
  background-color: #115296;
}
/* ===============================================
	.screenreader 
	a11y support for descriptive text on vaguely worded buttons
	https://gomakethings.com/hidden-content-for-better-a11y/#hidden-labels
=============================================== */
.screenreader {
  white-space: nowrap;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
/************************************************************************************************************************************************/
/* end superlatives */
/* ===============================================
Tablet
Supports 768px (768px) and up
=============================================== */
@media only screen and (min-width: 768px) {
  /* ===============================================
	blanket content sidebar hide
=============================================== */
  .sitemap #bd .container,
  .layout-full-width #bd .container {
    width: 96%;
    max-width: 64.5em;
  }
  .sitemap #bd,
  .layout-full-width #bd {
    min-height: auto;
  }
  .sitemap #bd.sub::before,
  .layout-full-width #bd.sub::before {
    content: none;
  }
  .sitemap #content,
  .layout-full-width #content {
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .sitemap #sidebar,
  .layout-full-width #sidebar {
    display: none;
  }
  /* ===============================================
	custom content
=============================================== */
  /*.success{ width:66%; }*/
  /*table.office-hours{ max-width:50%; }*/
  .speed-system img[alt='Speed Braces'] {
    display: block;
  }
  /* ===============================================
	PAGE SPECIFIC
=============================================== */
  .which-is-right-for-me #content p {
    display: inline-block;
    float: left;
  }
  .which-is-right-for-me #content a[href^='/sesame_media/docs/'] {
    text-align: center;
    width: 100%;
    display: block;
    clear: both;
  }
  .which-is-right-for-me #content a[href^='/sesame_media/docs/'] img {
    display: inline-block;
  }
  .in-ovation-testimonials .embed-container {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  [class^='inovation-chart-'] {
    max-width: 50%;
    display: inline-block;
  }
  .in-ovation-before-after #content p {
    text-align: center;
    margin-bottom: 0;
  }
  .in-ovation-before-after .content-text h3 {
    text-align: center;
  }
  .in-ovation-before-after .content-text .img-left,
  .in-ovation-before-after .content-text .border {
    max-width: 44%;
    margin: 2%;
    display: inline-block;
    float: none;
  }
  .in-ovation-videos .content-text h2 {
    text-align: center;
  }
  .in-ovation-videos .content-text .embed-container {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  body[class*='in-ovation'] .img-right {
    max-width: 40%;
  }
  /*END*/
}
/* ===============================================
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: 2.8em;
    margin-top: 0.9em;
    box-shadow: none;
    position: relative;
    top: auto;
    z-index: 2900;
    padding: 0 1em;
  }
  #main-nav .container {
    max-width: 64.55em;
  }
  #main-nav div.collapsible {
    margin: 0 auto;
  }
  #main-nav ul {
    height: 2.8em;
    width: auto;
    padding: 0;
    margin: 0;
    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.home,
  #main-nav ul li.our-office {
    right: 0.25em;
  }
  #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.22222222;
    text-align: center;
    height: 100%;
    z-index: 3000;
  }
  #main-nav ul li a[id] sup {
    font-size: 0.55em;
  }
  #main-nav ul ul {
    width: auto;
    height: auto;
    padding: 0.7em 0 0.8em;
    position: absolute;
    display: none;
    z-index: 2800;
  }
  #main-nav ul ul li {
    height: 1.25em;
    margin: 0;
    padding: 0;
    float: left;
    opacity: 1;
  }
  #main-nav ul ul li a {
    line-height: 1.78571429;
    text-align: left;
    white-space: nowrap;
    height: 1.78571429em;
    padding: 0 2.35714286em;
    padding: 0 1.5em;
    float: left;
  }
  #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 {
    display: block;
    left: -1.65em;
    /*top:37px;*/
  }
  #main-nav ul li.contact-us:hover ul,
  #main-nav ul li.contact:hover ul {
    margin: 0;
    left: auto;
    right: -1.65em;
  }
  /*END*/
}
@media only screen and (min-width: 1300px) {
  #main-nav {
    padding: 0;
  }
}
/* ie nonsense */
/***********************************************
target ie11: html[data-useragent*='Trident/7.0']
***********************************************/
html[data-useragent*='Trident/7.0'] {
  /* END */
}
/* custom animations */
@keyframes flyinmobilenav {
  from {
    transform: translate(100%, 0);
    opacity: 0;
    pointer-events: none;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: auto;
  }
}
/* ===============================================
	embed-container enhanced support
=============================================== */
@supports (aspect-ratio: 16 / 9) and (object-fit: cover) {
  .embed-container,
  .embed-container.ratio16x9 {
    height: auto;
    aspect-ratio: 16 / 9;
    max-width: min( 39.72222222em , 1200px );
    padding: 0;
    display: block;
  }
  .embed-container embed,
  .embed-container.ratio16x9 embed,
  .embed-container object,
  .embed-container.ratio16x9 object,
  .embed-container iframe,
  .embed-container.ratio16x9 iframe {
    object-fit: cover;
    position: relative;
    top: auto;
    left: auto;
  }
}
