/* 
 Site Manager Version: 14.2.0
 Date Created: October 2023
 Account: mirza-muzaffar
 Written by: Ricky Rivas
 Sesame Communications - All rights reserved. C2023
 Any reproduction or intentional misuse is strictly prohibited
*/
/* ===============================================
              options
 =============================================== */
/* ===============================================
                    colors
 =============================================== */
/* ===============================================
					fonts
=============================================== */
.fontH {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

.fontP {
  font-family: 'Prata', 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: 'Montserrat', Helvetica, Arial, sans-serif;
}

form button,
button {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

svg {
  display: inline-block;
}

body {
  font-size: 15px;
  color: #3b3d3c;
  background: #fff;
  overflow: hidden;
}

@media only screen and (min-width: 1300px) {
  body {
    font-size: 20px;
    /* desk 1300w */
  }
}

/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}

#content a {
  color: #077bbd;
  transition: color 0.33s ease-in-out;
  text-decoration: underline;
}

#content a:hover {
  color: #094e89;
}

/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #094e89;
  margin: 0 0 1.125em;
  text-rendering: auto;
  font-family: 'Prata', serif;
  text-transform: capitalize;
  font-weight: 400;
}

.sub h1 {
  font-size: 10vw;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0.69090909em;
  color: #094e89;
}

.sub h1::after {
  content: '';
  display: block;
  background-color: #c3c4c6;
  width: 1.41818182em;
  height: 0.07272727em;
  margin: 0.5em 0 0.9em 0.04em;
}

@media only screen and (min-width: 480px) {
  .sub h1 {
    font-size: 2.75em;
    /* mintab 480w */
  }
}

.home h1 {
  font-size: 10vw;
  text-align: left;
  margin: 0 0 1em;
  color: #fff;
  text-transform: none;
}

@media only screen and (min-width: 480px) {
  .home h1 {
    font-size: 2.725em;
    /* mintab 480w */
  }
}

@media only screen and (min-width: 1300px) {
  .home h1 {
    white-space: nowrap;
    margin: 0 0 6em 1.65em;
  }
}

.home h1 .trait.top {
  display: block;
  line-height: 1.67785235;
  font-size: 0.54678899em;
  text-transform: uppercase;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.15em;
}

h2:not(.topic) {
  font-size: 1.88235294em;
}

h3:not(.topic) {
  font-size: 1.41176471em;
}

h4 {
  font-size: 1.35294118em;
}

h5 {
  font-size: 1.29411765em;
}

h6 {
  font-size: 1.23529412em;
}

/* ===============================================
	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 0 0.5em;
  background-color: #fff;
  position: relative;
  z-index: 3000;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 666px) {
  #masthead {
    padding: 0;
  }
}

@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(7, 123, 189, 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: #077bbd;
  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: #077bbd;
}

#main-nav .open .trigger {
  color: #094e89;
}

#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.85714286;
  font-size: 0.7em;
  text-transform: uppercase;
  color: #3b3d3c;
  width: auto;
  height: 2.85714286em;
  margin: 0;
  padding: 0;
  font-weight: 500;
  letter-spacing: 0.075em;
  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: #30aee6;
  text-decoration: none;
  transition-duration: 0.15s;
}

#main-nav ul li.open>a[id]:after,
#main-nav ul li.active>a[id]:after,
#main-nav ul li:hover>a[id]:after {
  transition-duration: 0.15s;
  transform: translate3d(0, 0, 0) scaleX(1);
  opacity: 1;
}

#main-nav ul ul {
  width: 100%;
  margin: 0;
  padding: 0;
  background: rgba(9, 78, 137, 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.63636364;
  font-size: 0.55em;
  color: #fff;
  width: 100%;
  height: 3.63636364em;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

#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: #fff;
  margin-bottom: 0;
  background: #47b7e9;
  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: #077bbd;
  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 */
  }
}

@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 2em 0 2em;
    max-width: 100%;
  }
}

/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  font-size: 0.7em;
  width: 15.3em;
  margin: 0.75em auto 0.75em 2%;
  display: block;
  position: relative;
}

@media only screen and (min-width: 666px) {
  #logo {
    position: absolute;
    top: 0.1em;
    left: 2%;
    /* custom 666w */
  }
}

@media only screen and (min-width: 1024px) {
  #logo {
    font-size: inherit;
    margin: 0;
    top: 1.16em;
    left: 2.3em;
    /* maxTab 1024w */
  }
}

#logo a {
  display: inline-block;
  vertical-align: top;
}

#logo svg {
  width: 15.3em;
  height: 3.3em;
}

/* ===============================================
	utility-nav
=============================================== */
#utilitynav {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  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 .appointmentrequest {
  background-color: #30aee6;
  line-height: 3.5;
  font-size: 0.6em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
  width: 21.58333333em;
  letter-spacing: 0.12em;
}

#utilitynav .appointmentrequest .icon {
  font-size: 1.20833333em;
  font-weight: 400;
}

#utilitynav .appointmentrequest:hover {
  color: #fff;
  background-color: #094e89;
}

#utilitynav .locations {
  font-size: 0.55em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  background: #094e89;
  display: inline-block;
  vertical-align: middle;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
  height: 3.81818182em;
  letter-spacing: 0.12em;
  font-weight: 500;
  width: 15.27272727em;
}

#utilitynav .locations span {
  display: inline-block;
  vertical-align: middle;
}

#utilitynav .locations .icon {
  font-size: 1.54545455em;
  line-height: 2.47058824;
  margin-right: 0.1em;
}

#utilitynav .locations .text {
  text-align: left;
  line-height: 1.09090909;
}

#utilitynav .locations:hover {
  background-color: #077bbd;
}

/* ===============================================
	socialmedia
=============================================== */
.socialmedia {
  line-height: 0;
  text-align: center;
  width: auto;
  height: 2.1em;
  padding: 0 0.7em;
  margin: 0 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  background-color: #077bbd;
}

@media only screen and (min-width: 768px) {
  .socialmedia {
    margin: 0 -0.2em;
  }
}

.socialmedia a {
  line-height: 3.36;
  font-size: 0.625em;
  color: #fff;
  margin: 0 -0.05em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
}

.socialmedia a:hover {
  color: #fff;
  z-index: 400;
  transform: translate3d(0, 0, 0) scale(1.44);
}

.socialmedia a .icon {
  position: relative;
}

/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  font-size: 2.3vw;
  text-align: center;
  color: #fff;
  /*  min-height: 55vw;*/
  background: #000;
  position: relative;
  z-index: 400;
}

#slideshow::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(40, 72, 112, 0.4);
  z-index: 100;
}

@media only screen and (max-width: 767px) {
  #slideshow {
    font-size: 2vw;
  }
}

@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: 940px;*/
    /* range 1300w - 1999oo */
  }
}

#slideshow .welcomevid {
  width: 100%;
  vertical-align: top;
  aspect-ratio: 16 / 9;
}

@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: 0.72;
  font-size: 1.25em;
  color: currentcolor;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  z-index: 420;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

#slideshow .ssoverlay .trait {
  line-height: 2.15;
  font-size: 2.48em;
  display: block;
  letter-spacing: normal;
  text-transform: none;
  font-family: 'Prata', serif;
}

#slideshow .ssoverlay .btm {
  margin-left: 0.8em;
}

#slideshow .ssoverlay .spotbtn {
  display: flex;
  font-size: 0.68em;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.2em;
  background-color: rgba(229, 231, 233, 0.4);
  width: 26.58823529em;
  height: 3.41176471em;
  line-height: 3.23529412;
  margin: 5.76470588em auto 0;
  border: 1px solid white;
}

#slideshow .ssoverlay .spotbtn .text {
  width: 100%;
}

#slideshow .ssoverlay .spotbtn .icon {
  font-size: 1.35294118em;
  min-width: 2.52173913em;
  height: 100%;
  display: block;
  color: #fff;
  border-left: 1px solid white;
  overflow: hidden;
  position: relative;
}

#slideshow .ssoverlay .spotbtn .icon .first,
#slideshow .ssoverlay .spotbtn .icon .sec {
  display: block;
  line-height: 2.52173913;
  width: 100%;
  height: 100%;
  background-color: #30aee6;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: left 0.25s ease, bottom 0.25s ease;
}

#slideshow .ssoverlay .spotbtn .icon .first {
  transition-delay: 0.25s;
}

#slideshow .ssoverlay .spotbtn .icon .sec {
  bottom: 100%;
  background-color: #094e89;
  transition-delay: 0s;
}

#slideshow .ssoverlay .spotbtn:hover .icon .first {
  left: 100%;
  transition-delay: 0s;
}

#slideshow .ssoverlay .spotbtn:hover .icon .sec {
  bottom: 0;
  transition-delay: 0.25s;
}

/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
  z-index: 400;
}

.spotlight>div {
  position: relative;
}

@media only screen and (min-width: 1300px) {
  .spotlight.pseudo {
    background-color: white;
        overflow: hidden;
  }

  .spotlight.pseudo::before {
    content: '';
    width: 56.5em;
    height: 125.1em;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 7.5em;
    background: url(../images/spotlight/spot02waves.png) center / cover no-repeat;
    z-index: -1;
    pointer-events: none;
  }
}

/* ===============================================
	spot00 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION
=============================================== */
.spot01 {
  color: #fff;
  background-color: #fff;
  isolation: isolate;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .spot01 {
    padding: 3em 0;
    /* custom opt-out 665oo */
  }
}

@media only screen and (min-width: 768px) {
  .spot01 {
    font-size: min(1.4vw, 1em);
    padding: 12.35em 0 12.6em;
    /* custom 666w */
  }

  .spot01::before {
    content: '';
    width: 56.5em;
    height: 85em;
    display: block;
    position: absolute;
    top: -7.5em;
    left: 50%;
    margin-left: 7.5em;
    background: url(../images/spotlight/spot01waves.png) center / cover no-repeat;
    z-index: -1;
  }
}

@media only screen and (min-width: 1300px) {
  .spot01 {
    font-size: inherit;
    /* desk 1300w */
  }
}

.spot01 .decoration {
  width: 80%;
  max-width: 49.3em;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .spot01 .decoration {
    margin: 0 0 1em;
    /* custom opt-out 666oo */
  }
}

@media only screen and (min-width: 768px) {
  .spot01 .decoration {
    margin: 0;
    top: 6.9em;
    right: 50%;
    margin-right: 0.7em;
    position: absolute;
  }
}

.spot01 .mod {
  width: 96%;
  max-width: 29.375em;
  padding: 2em 0;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 465px) {
  .spot01 .mod {
    font-size: 3.2vw;
  }
}

@media only screen and (min-width: 768px) {
  .spot01 .mod {
    text-align: left;
    padding: 0;
    /* midTab 768w */
    transform: translateX(17.6em);
  }
}

.spot01 .pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.spot01 h2.topic {
  font-family: 'Prata', serif;
  line-height: 1;
  font-size: 2.5em;
  font-weight: 400;
  text-transform: capitalize;
  color: #202020;
  margin: 0 0 0.62em;
}

.spot01 h3.topic {
  font-size: 0.9em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.19444444em;
  text-transform: uppercase;
  color: #3b3d3c;
  transition: color 0.33s ease;
}

.spot01 h3.topic .trait {
  display: block;
  font-weight: 700;
}

.spot01 .spotbtn {
  width: 14em;
  height: 13.15em;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  border: 1px solid #c3c4c6;
  text-align: center;
  padding: 0 0 2.65em 0;
  position: relative;
  transition: box-shadow 0.33s ease;
  isolation: isolate;
  overflow: hidden;
  background-color: white;
}

.spot01 .spotbtn::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  background-image: -moz-linear-gradient(-90deg, #30aee6 0%, #094e89 100%);
  background-image: -webkit-linear-gradient(-90deg, #30aee6 0%, #094e89 100%);
  background-image: -ms-linear-gradient(-90deg, #30aee6 0%, #094e89 100%);
  transition: top 0.33s ease;
}

.spot01 .spotbtn:nth-child(1),
.spot01 .spotbtn:nth-child(2) {
  margin-bottom: 1.3em;
}

.spot01 .spotbtn .icon {
  transition: filter 0.33s ease;
  height: auto;
  margin-bottom: 1.15em;
}

.spot01 .spotbtn:nth-child(1) .icon {
  width: 4.1em;
}

.spot01 .spotbtn:nth-child(2) .icon {
  width: 4.6em;
}

.spot01 .spotbtn:nth-child(3) .icon {
  width: 4.35em;
}

.spot01 .spotbtn:nth-child(4) .icon {
  width: 4.65em;
}

.spot01 .spotbtn:hover {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.35);
}

.spot01 .spotbtn:hover::before {
  top: 0;
}

.spot01 .spotbtn:hover h3.topic {
  color: #fff;
}

.spot01 .spotbtn:hover .icon {
  filter: brightness(0) invert(1);
}

/* ==================================================================
	subnav
=================================================================== */
/* TOP ORIENTED */
#subnav {
  text-align: center;
  color: #000;
  padding: 2.1em 0 0;
  position: relative;
  z-index: auto;
}

#subnav .container {
  max-width: 57em;
}

#subnav::before {
  content: '';
  font-size: 1.5vw;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1.5em;
  transform: translate(-50%, 0);
  width: 106.2em;
  height: 23.4em;
  background: url(../images/spotlight/intwaves.png) center / cover no-repeat;
  pointer-events: none;
}

@media only screen and (min-width: 1024px) {
  #subnav::before {
    top: -5em;
    font-size: inherit;
  }
}

@media only screen and (min-width: 1300px) {
  #subnav {
    padding: 8.8em 0 2.1em;
    /* desk 1300w */
  }

  #subnav::before {
    top: 0;
  }
}

#subnav p {
  line-height: 1.69230769;
  font-size: 0.75em;
  margin: 0;
  padding: 0;
}

#subnav a {
  color: #363636;
  margin: 0 0.8em;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  padding: 0.6em 0;
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  #subnav a {
    margin: 0;
    padding: 0;
    /* maxTab 1024w */
  }
}

#subnav a:after {
  content: '';
  width: 100%;
  height: 1px;
  background: currentcolor;
  display: block;
  position: absolute;
  bottom: 0.3em;
  left: 0;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: translate3d(0, 0, 0) scaleX(0);
  opacity: 0;
}

#subnav a:hover,
#subnav a.active {
  color: #077bbd;
  text-decoration: none;
}

#subnav a:hover:after,
#subnav a.active:after {
  transform: translate3d(0, 0, 0) scaleX(1);
  opacity: 1;
}

#subnav .divider {
  display: none;
  width: 5px;
  height: 5px;
  background-color: #094e89;
}

@media only screen and (min-width: 1024px) {
  #subnav .divider {
    margin: 0.25em 1.2em;
    display: inline-block;
  }
}

.modal {
  display: block;
}

.modal .spotbtn {
  display: block;
  text-align: left;
  padding: 1em;
  margin: 0.25em;
  color: #fff;
  background-color: #094e89;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  transition: background-color 0.33s ease;
}

.modal .spotbtn:hover {
  background-color: #077bbd;
}

/* ==================================================================
	content
=================================================================== */
#bd {
  padding: 3em 0;
  position: relative;
  z-index: 400;
}

@media only screen and (min-width: 768px) {
  #bd {
    padding: 6.075em 0 6em;
    /* midTab 768w */
  }
}

@media only screen and (min-width: 1024px) {
  #bd.sub {
    min-height: 50em;
  }
}

@media only screen and (min-width: 1300px) {
  #bd.sub::after {
    content: '';
    width: 59.35em;
    height: 62.45em;
    position: absolute;
    display: block;
    bottom: -10.4em;
    left: 50%;
    z-index: -1;
    margin-left: -3em;
    background: url(../images/spotlight/intwaveslower.png) center / cover no-repeat;
    pointer-events: none;
  }
}

#bd .container {
  max-width: 64.5em;
}

#content {
  display: block;
}

@media only screen and (min-width: 768px) {
  #content {
    width: 56.97674419%;
    max-width: 36.75em;
    float: left;
    /* midTab 768w */
  }

  #content p {
    text-align: justify;
  }
}

#content .content-text {
  line-height: 1.70588235;
}

@media only screen and (min-width: 1300px) {
  #content .content-text {
    font-size: 0.85em;
    /* desk 1300w */
  }
}

/* ==================================================================
	.home content
=================================================================== */
.home #bd {
  padding: 3em 0;
  background-color: #094e89;
  text-align: left;
}

.home #bd .decor {
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  min-width: 83.2em;
  height: auto;
  margin-left: -32.1em;
}

@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: 3.35em 0 5em;
    background-color: transparent;
  }

  .home #bd .decor {
    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: 43.25em;
    max-width: 50.25em;
    margin-left: 0;
    /* desk 1300w */
  }
}

.home #bd #content .content-text {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .home #bd #content .content-text {
    column-count: 2;
    column-gap: 2.52941176em;
    /* midTab 768w */
  }
}

.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 li a,
.home #bd #content .content-text ul li a {
  color: #fff;
}

.home #bd #content .content-text ol li a:hover,
.home #bd #content .content-text ul li a:hover {
  color: #000;
}

@media only screen and (min-width: 1300px) {
  .home #bd #content .content-text {
    /* desk 1300w */
    padding: 4.6em 0 3.45em;
    z-index: 100;
  }

  .home #bd #content .content-text::before {
    content: '';
    width: 100em;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: -6.75em;
    background: #077bbd url(../images/spotlight/waves.png) right bottom / auto no-repeat;
    z-index: -1;
  }
}

.home #bd #content p {
  color: #fff;
}

.home #bd #content p a {
  color: #fff;
}

.home #bd #content p a:hover {
  color: #000;
}

@media only screen and (min-width: 768px) {
  .home #bd #content p {
    text-align: justify;
    /* midTab 768w */
  }
}

.meet-the-doctors #bd .img-right {
  max-width: 20em;
}

/* ==================================================================
	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: #077bbd;
  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 .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;
}

a.int-btn {
  letter-spacing: normal;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff !important;
  text-decoration: none !important;
  padding: .5em 1.5em;
  background-color: #077bbd;
  border: 1px solid #077bbd;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out;
  display: inline-block;
}

a.int-btn:hover {
  color: #fff;
  border-color: #094e89;
  background-color: #094e89;
}

/* ==================================================================
	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.40625;
  font-size: 1.88235294em;
  font-weight: 400;
  font-family: 'Prata', serif;
  text-transform: capitalize;
  text-decoration: none;
  color: #094e89;
  transition-duration: 0s;
}

.sitemap #content ul ul li a {
  line-height: 1.70588235;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #3b3d3c;
  margin-left: 0;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  /*to increase space adjust [body.sitemap #bd ul ul li] below*/
}

.sitemap #content a:hover {
  color: #30aee6;
  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;
  }
}




body.meet-the-doctors .lity-content>div {
  background: #fff;
  padding: 25px 20px;
  height: 400px;
  overflow-y: scroll;
  margin: 0 2%;
}

body.meet-the-doctors .lity-content>div img {
  display: block;
}

@media only screen and (min-width: 64em) {
  body.meet-the-doctors .lity-content>div {
    height: auto;
    /*        overflow-y: unset;*/
    width: 80vw;
  }
}

body.meet-the-doctors .team-member {
  margin-bottom: 2.8em;
}

body.meet-the-doctors .team-member h2 {
  font-size: 1.29353em !important;
}

body.meet-the-doctors .team-member h3 {
  margin-bottom: .2em !important;
}

body.meet-the-doctors .team-member * {
  text-align: center !important;
}

body.meet-the-doctors .team-member ul {

  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  align-items: center;
}

/* global override */
/* ==================================================================
	sidebar
=================================================================== */
#sidebar {
  width: 100%;
  max-width: 22.1em;
  margin: 0 auto 6%;
  padding: 0;
  display: none;
  position: relative;
  z-index: 420;
}

@media only screen and (min-width: 768px) {
  #sidebar {
    width: 34.26356589%;
    margin: 0.15em 0.05em 1em 0;
    display: block;
    float: right;
    clear: right;
    /* midTab 768w */
  }
}

/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
}

.stock {
  width: 100%;
  position: relative;
  box-shadow: 7.042px 13.244px 30px 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 - */
/* ===============================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot02 {
  text-align: center;
  padding: 3em 0;
  margin: 0;
  background: transparent;
  position: relative;
  z-index: 410;
}

@media only screen and (max-width: 479px) {
  .spot02 {
    font-size: 3.2vw;
    /* mintab opt-out 480oo */
  }
}

@media only screen and (min-width: 480px) {
  .spot02 {
    font-size: 1.7vw;
    /* mintab 480w */
  }
}

@media only screen and (min-width: 979px) {
  .spot02 {
    font-size: inherit;
    padding: 5em 0;
    /* custom 979w */
  }
}

@media only screen and (min-width: 1300px) {
  .spot02 {
    padding: 1.85em 0 6.9em 0.1em;
  }
}

.spot02 .container {
  max-width: 48em;
}

@media only screen and (min-width: 480px) {
  .spot02 .container {
    height: 44.6em;
  }
}

.spot02 .item {
  display: inline-block;
  position: relative;
  box-shadow: 5px 8.66px 20px 0px rgba(0, 0, 0, 0.35);
  width: 80%;
  margin: 0 0 1em;
}

.spot02 .item img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 480px) {
  .spot02 .item {
    position: absolute;
    margin: 0;
  }

  .spot02 .item:nth-child(1) {
    width: 27.5em;
    right: 4em;
    top: 0;
    z-index: 1;
  }

  .spot02 .item:nth-child(2) {
    width: 22.1em;
    bottom: 6.325em;
    left: 0;
  }

  .spot02 .item:nth-child(3) {
    width: 23.3em;
    bottom: 0;
    right: 0;
  }
}

.spot02 .spotbtn {
  display: flex;
  font-size: 0.9em;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.2em;
  background-color: #094e89;
  width: 14.5em;
  height: 3.77777778em;
  line-height: 3.77777778;
  margin: 5.44444444em auto 0;
  border: 1px solid white;
  position: absolute;
  bottom: 2.22222222em;
  left: 0;
  z-index: 100;
  text-transform: uppercase;
}

.spot02 .spotbtn.s2 {
  width: 17.61111111em;
}

.spot02 .spotbtn.s3 {
  width: 18.38888889em;
}

.spot02 .spotbtn .text {
  width: 100%;
}

.spot02 .spotbtn .icon {
  font-size: 1.38888889em;
  min-width: 2.64em;
  height: 100%;
  display: block;
  color: #fff;
  border-left: 1px solid white;
  overflow: hidden;
  position: relative;
}

.spot02 .spotbtn .icon .first,
.spot02 .spotbtn .icon .sec {
  display: block;
  line-height: 2.6;
  width: 100%;
  height: 100%;
  background-color: #30aee6;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: left 0.25s ease, bottom 0.25s ease;
}

.spot02 .spotbtn .icon .first {
  transition-delay: 0.25s;
}

.spot02 .spotbtn .icon .sec {
  bottom: 100%;
  background-color: #077bbd;
  transition-delay: 0s;
}

.spot02 .spotbtn:hover .icon .first {
  left: 100%;
  transition-delay: 0s;
}

.spot02 .spotbtn:hover .icon .sec {
  bottom: 0;
  transition-delay: 0.25s;
}

/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 2em 0;
  background: #ccc no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  z-index: 500;
}

@media only screen and (min-width: 1024px) {
  #ft {
    font-size: inherit;
    padding: 0;
    height: 37.3em;
  }
}

@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: #000;
}

/* ===============================================
		locations
=============================================== */
#location {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 1em;
}

@media only screen and (min-width: 1024px) {
  #location {
    font-size: 1vw;
    flex-wrap: nowrap;
    padding: 0;
  }
}

@media only screen and (min-width: 2000px) {
  #location {
    font-size: inherit;
  }
}

#location .item {
  display: inline-block;
  background-color: #094e89;
  text-align: left;
  width: 20em;
  padding: 1.1em 0 1.1em 2em;
  margin: 0.25em;
}

@media only screen and (min-width: 1024px) {
  #location .item {
    margin: 0;
    border-right: 1px solid #5c799d;
  }
}

#location .item:nth-last-of-type(1) {
  border-right: 0;
}

#location .item:hover {
  background: linear-gradient(to right, #077bbd 0%, #30aee6 100%);
}

#location .item.prev-active {
  border-color: #077bbd;
}

#location .item:hover {
  border-color: #30aee6;
}

#location .item:hover .address .marker {
  background-color: #30aee6;
}

#location .item:hover .address .marker::after {
  opacity: 1;
}

#location .item:hover .address .marker .tail {
  color: #30aee6;
}

#location .phone {
  line-height: 1.86666667;
  font-size: 0.75em;
  display: block;
  font-weight: 600;
  letter-spacing: 0.15em;
}

#location .address {
  line-height: 1.33333333;
  font-size: 0.6em;
  margin: 0;
  display: block;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #fff;
  width: max-content;
}

#location .address .marker {
  display: block;
  background-color: #094e89;
  color: #fff;
  font-size: 1em;
  line-height: 3.66666667;
  line-height: 1.66666667;
  letter-spacing: 0.15em;
  font-weight: 600;
  padding: 0 1.58333333em;
  position: absolute;
  top: 0;
  left: 50%;
  text-transform: uppercase;
  transition: background-color 0.33s ease;
  isolation: isolate;
}

#location .address .marker::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(to right, #077bbd 0%, transparent 93%);
  transition: opacity 0.33s ease;
  opacity: 0;
}

@media only screen and (max-width: 1023px) {
  #location .address .marker {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  #location .address .marker {
    font-size: 9px;
  }
}

@media only screen and (min-width: 1300px) {
  #location .address .marker {
    font-size: 12px;
  }
}

#location .address .marker.addison {
  top: 7em;
  margin-left: -45.375em;
}

#location .address .marker.cicero {
  top: 21.16666667em;
  margin-left: -8.41666667em;
}

#location .address .marker.dental {
  top: 20.33333333em;
  margin-left: -40em;
}

#location .address .marker.kedzie {
  top: 30.58333333em;
  margin-left: 1em;
}

#location .address .marker.summit {
  top: 36.16666667em;
  margin-left: -17.5em;
}

#location .address .marker.taylor {
  margin-left: 26.91666667em;
  top: 29.33333333em;
}

#location .address .marker.taylor::after {
  background: linear-gradient(to left, #077bbd 0%, transparent 93%);
}

#location .address .marker.taylor .tail {
  transform: scaleX(-1);
  right: auto;
  left: 0;
}

#location .address .marker .tail {
  width: 1.83333333em;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  color: #094e89;
  z-index: -1;
  transition: color 0.33s ease;
  transform: scaleX(1);
}

#location .address .trait {
  display: block;
  font-weight: bold;
  font-size: 1.33333333em;
  line-height: 1.95;
  letter-spacing: 0.15em;
}

#location .address .street {
  font-weight: 500;
  transition: color 0.33s ease;
}

#location .address .street:hover {
  /*  color: #000;*/
}

#location .address:hover {
  color: #fff;
}

#location .address:hover .marker {
  background-color: #30aee6;
}

#location .address:hover .marker::after {
  opacity: 1;
}

#location .address:hover .marker .tail {
  color: #30aee6;
}

/* ==================================================================
		#links
=================================================================== */
#links {
  text-align: center;
  color: #000;
  padding: 2em 0;
  margin: 0;
  background-color: #fff;
  z-index: 500;
}

@media only screen and (min-width: 768px) {
  #links {
    height: 4.75em;
    padding: 1.625em 0 0 1.9em;
    /* midTab 768w  */
  }
}

#links .util {
  line-height: 2.72727273;
  font-size: 0.55em;
  margin-bottom: 2em;
  width: auto;
  display: inline-block;
}

#links .util a {
  color: #434f58;
  transition: color 0.33s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

#links .util a:hover {
  color: #30aee6;
}

#links .util a,
#links .util .divider {
  display: inline-block;
}

#links .util .divider {
  margin: 0 1.15em;
  color: #89b0b8;
}

/* ===============================================
		sesame link
=============================================== */
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 {
  transition: fill 0.33s ease-in-out;
}

a#sesame-link .sesameicon path.top {
  fill: #D6E03D;
}

a#sesame-link .sesameicon path.bottom {
  fill: #00a5e3;
}

a#sesame-link:hover .sesameicon path {
  fill: currentcolor;
}

/* ===============================================
	backToTop
=============================================== */
#btt {
  text-align: center;
  width: auto;
  margin: 0;
  display: block;
  position: relative;
}

@media only screen and (min-width: 768px) {
  #btt {
    margin: 0 0 0 0.6em;
    display: inline-block;
  }
}

a#backtotop {
  line-height: 1.36363636;
  font-size: 1.1em;
  color: #30aee6;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out;
  font-weight: 300;
}

a#backtotop:hover {
  color: #000;
}

/*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: #077bbd;
  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: #077bbd;
  border: 1px solid #077bbd;
  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: #094e89;
  background-color: #094e89;
}

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: 400;
  text-transform: uppercase;
  color: #fff;
  height: 44px;
  width: auto;
  text-decoration: none;
  padding: 0 1.5em;
  background-color: #077bbd;
  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: #094e89;
}

/* ===============================================
	.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 #content,
  .layout-full-width #content {
    width: 100%;
    max-width: none;
  }

  .sitemap #bd.sub,
  .layout-full-width #bd.sub {
    min-height: auto;
  }

  .sitemap #bd.sub::after,
  .layout-full-width #bd.sub::after {
    content: none;
  }

  .sitemap #sidebar,
  .layout-full-width #sidebar {
    display: none;
  }

  /* ===============================================
	custom content
=============================================== */
  /*.success{ width:66%; }*/
  /*table.office-hours{ max-width:50%; }*/
  .speed-system img[alt='Speed Braces'] {
    display: block;
  }

  /* ===============================================
	PAGE SPECIFIC
=============================================== */
  .which-is-right-for-me #content p {
    display: inline-block;
    float: left;
  }

  .which-is-right-for-me #content a[href^='/sesame_media/docs/'] {
    text-align: center;
    width: 100%;
    display: block;
    clear: both;
  }

  .which-is-right-for-me #content a[href^='/sesame_media/docs/'] img {
    display: inline-block;
  }

  .in-ovation-testimonials .embed-container {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  [class^='inovation-chart-'] {
    max-width: 50%;
    display: inline-block;
  }

  .in-ovation-before-after #content p {
    text-align: center;
    margin-bottom: 0;
  }

  .in-ovation-before-after .content-text h3 {
    text-align: center;
  }

  .in-ovation-before-after .content-text .img-left,
  .in-ovation-before-after .content-text .border {
    max-width: 44%;
    margin: 2%;
    display: inline-block;
    float: none;
  }

  .in-ovation-videos .content-text h2 {
    text-align: center;
  }

  .in-ovation-videos .content-text .embed-container {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  body[class*='in-ovation'] .img-right {
    max-width: 40%;
  }

  /*END*/
}

/* ===============================================
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.7em;
    margin-top: 0.8em;
    box-shadow: none;
    position: relative;
    top: auto;
    z-index: 2900;
  }

  #main-nav .container {
    max-width: 100%;
  }

  #main-nav div.collapsible {
    margin: 0 auto;
  }

  #main-nav ul {
    height: 2.7em;
    width: auto;
    padding: 0;
    margin: 0 1.95em 0 0;
    background: none;
    position: static;
    float: right;
  }

  #main-nav ul li {
    height: 100%;
    margin: 0 1.685em 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.85714286;
    text-align: center;
    height: 100%;
    z-index: 3000;
  }

  #main-nav ul ul {
    width: auto;
    height: auto;
    padding: 0.78em 0;
    position: absolute;
    display: none;
    z-index: 2800;
  }

  #main-nav ul ul li {
    height: 1.2em;
    margin: 0 0 0.05em 0;
    padding: 0;
    float: left;
    opacity: 1;
  }

  #main-nav ul ul li a {
    line-height: 2.18181818;
    text-align: left;
    white-space: nowrap;
    height: 2.18181818em;
    padding: 0 1.81818182em;
    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: -1em;
    /*top:37px;*/
  }

  #main-nav ul li.contact-us:hover ul,
  #main-nav ul li.contact:hover ul {
    margin: 0;
    left: auto;
    right: -1em;
  }

  /*END*/
}

/* ie nonsense */
/***********************************************
target ie11: html[data-useragent*='Trident/7.0']
***********************************************/
html[data-useragent*='Trident/7.0'] {
  /* END */
}

html[data-useragent*='Trident/7.0'] .spot01 a:hover {
  background-color: #094e89;
}

html[data-useragent*='Trident/7.0'] #utilitynav a {
  height: 40px;
}

/* 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(43.23529412em, 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;
  }
}