/* 
 Site Manager Version: 11.2.0
 Buildkit Version: 11.2.0
 Date Created: October 2022
 Account: hinnant-keith2
 Written by: Ricky Rivas
 Sesame Communications - All rights reserved. C2022
 Any reproduction or intentional misuse is strictly prohibited
*/
/* ===============================================
              options
 =============================================== */
/* ===============================================
                    colors
 =============================================== */
/* ===============================================
					fonts
=============================================== */
.fontH {
  font-family: 'Roboto', Arial, sans-serif;
}
.font-rb {
  font-family: 'Roboto Slab', 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: 'Roboto', Arial, sans-serif;
}
form button {
  font-family: 'Roboto', Arial, sans-serif;
}
body {
  font-size: 15px;
  color: #333;
  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: #268ed5;
  text-decoration: underline;
  transition: opacity 0.33s ease-in-out;
}
#content a:hover {
  text-decoration: underline;
  opacity: 70%;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #268ed5;
  margin: 0 0 1.5em;
  text-rendering: auto;
  text-transform: uppercase;
  font-family: 'Roboto Slab', serif;
}
.sub h1 {
  font-size: 10vw;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0.50666667em;
  font-family: 400;
}
@media only screen and (min-width: 480px) {
  .sub h1 {
    font-size: 3.75em;
    /* mintab 480w */
  }
}
.home h1 {
  font-size: 10vw;
  text-align: left;
  margin: 0 0 0.16em;
  color: #000;
  font-weight: 300;
  line-height: 0.95;
}
@media only screen and (min-width: 480px) {
  .home h1 {
    font-size: 3.35em;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 768px) {
  .home h1 {
    color: white;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 1024px) {
  .home h1 {
    position: relative;
    right: 0.03em;
  }
}
.home h1 .bold {
  font-weight: 500;
  display: block;
  font-size: 1.20895522em;
}
.home h1 .trait {
  display: block;
  font-weight: 300;
}
.home h1 .trait.top {
  line-height: 0.90909091;
  font-size: 0.49253731em;
  text-transform: uppercase;
  margin-bottom: 0.13em;
}
.home h1 .trait.bottom {
  font-weight: 700;
}
h2:not(.topic) {
  font-size: 1.2em;
  color: #231f20;
  font-weight: bold;
}
h3:not(.topic) {
  font-size: 1.1em;
  color: #268ed5;
  font-weight: 400;
}
h4 {
  font-size: 1em;
  color: #716f6f;
  font-weight: 400;
}
h5 {
  font-size: 0.95em;
  font-weight: 400;
}
h6 {
  font-size: 0.9em;
  font-weight: 400;
}
/* ===============================================
	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;
    width: 100%;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 1300px) {
  #masthead {
    font-size: inherit;
    position: fixed;
    top: 0;
    z-index: 3000;
    transition: background-color 0.33s ease;
    /* desk 1300w */
  }
  #masthead.ready {
    background-color: transparent;
    box-shadow: none;
  }
  #masthead.ready .logo {
    opacity: 0;
    visibility: hidden;
  }
  #masthead.ready .logo2 {
    opacity: 1;
    visibility: visible;
  }
  #masthead.ready #hd {
    background-color: transparent;
  }
  #masthead.ready #hd #contactinfo,
  #masthead.ready #hd .box {
    opacity: 0;
  }
  #masthead.ready #hd .oval {
    opacity: 0;
    pointer-events: none;
  }
  #masthead.ready #contactinfo .phone,
  #masthead.ready #contactinfo .address {
    color: #fff;
  }
  #masthead.ready #contactinfo .phone i,
  #masthead.ready #contactinfo .address i {
    color: white;
  }
  #masthead.ready .collapsible ul li a[id] {
    color: #fff;
  }
}
@media only screen and (max-width: 660px) {
  #masthead {
    padding: 2em 0;
  }
}
#masthead .container {
  width: 100%;
  max-width: none;
}
@media only screen and (min-width: 1024px) {
  #masthead .container {
    max-width: 60em;
    /* maxTab 1024w */
  }
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 1.2em;
  text-align: center;
  height: 43px;
  width: 43px;
  padding: 0;
  margin: 0;
  box-shadow: -1px 1px 0 rgba(38, 142, 213, 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: 43px;
  color: #268ed5;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  z-index: 600;
  transition: color 0.33s ease-in-out;
}
#main-nav .trigger .navicon {
  width: 12px;
  height: 8px;
  display: inline-block;
  position: relative;
  top: -0.2em;
}
#main-nav .trigger .navicon span {
  height: 2px;
  width: 100%;
  background: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate(0deg);
  transition: width 0.3s ease, top 0.3s ease, left 0.3s ease, transform 0.3s ease;
}
#main-nav .trigger .navicon span:nth-child(1) {
  top: 0px;
}
#main-nav .trigger .navicon span:nth-child(2),
#main-nav .trigger .navicon span:nth-child(3) {
  top: 50%;
}
#main-nav .trigger .navicon span:nth-child(4) {
  top: 100%;
}
#main-nav .trigger:hover {
  color: #268ed5;
}
#main-nav .trigger:hover .navicon span {
  /* background:@color1; */
}
#main-nav .open .trigger {
  color: #231f20;
}
#main-nav .open .trigger .navicon span:nth-child(1),
#main-nav .open .trigger .navicon span:nth-child(4) {
  width: 0;
  top: 50%;
  left: 50%;
}
#main-nav .open .trigger .navicon span:nth-child(2) {
  transform: translate3d(0, 0, 0) rotate(45deg);
}
#main-nav .open .trigger .navicon span:nth-child(3) {
  transform: translate3d(0, 0, 0) rotate(-45deg);
}
#main-nav ul {
  width: 100vw;
  margin: -43px 0 0;
  padding: 1em 0;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 100%);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 100%);
  position: relative;
  float: right;
  z-index: 550;
}
#main-nav ul li {
  clear: both;
}
#main-nav ul li a[id] {
  line-height: 3.07692308;
  font-size: 0.65em;
  text-transform: uppercase;
  color: #231f20;
  width: auto;
  height: 3.07692308em;
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-family: 'Roboto Slab', serif;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease;
}
#main-nav ul li a[id]:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0.6em;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: translate3d(0, 0, 0) scaleX(0);
  opacity: 0;
}
#main-nav ul li.open > a[id],
#main-nav ul li.active > a[id],
#main-nav ul li:hover > a[id] {
  color: #268ed5;
  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: #268ed5;
  display: inline;
  float: left;
}
#main-nav ul ul li {
  width: 100%;
  background: none;
  float: left;
}
#main-nav ul ul li a {
  line-height: 3.33333333;
  font-size: 0.6em;
  color: #fff;
  width: 100%;
  height: 3.33333333em;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  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: #231f20;
  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: #268ed5;
  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 */
    background-color: #268ed5;
    transition: background-color 0.33s ease;
  }
}
#hd .box {
  transition: opacity 0.33s ease;
}
#hd .overflow {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#hd .oval {
  width: 6.55em;
  height: 3.15em;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  display: block;
  z-index: -1;
  pointer-events: none;
  transition: opacity 0.1s ease;
}
@media only screen and (max-width: 1023px) {
  #hd .oval {
    display: none;
  }
}
#hd .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 666px) and (max-width: 1023px) {
  #hd .container {
    padding: 1.6em 0px 1.6em 0;
    /* range 666w - 1023oo */
  }
}
@media only screen and (min-width: 1024px) {
  #hd .container {
    justify-content: space-between;
    max-width: 50.1em;
    padding: 0.39em 0;
    /* midTab 1024w */
  }
}
@media only screen and (max-width: 660px) {
  #hd .container {
    flex-wrap: wrap;
  }
}
#hd .container::before,
#hd .container::after {
  content: none;
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  font-size: 0.7em;
  width: 7.85em;
  margin: 0.5em auto 1em 2%;
  display: block;
  position: relative;
}
@media only screen and (min-width: 666px) {
  #logo {
    position: absolute;
    top: 0;
    left: 2%;
    /* custom 666w */
  }
}
@media only screen and (min-width: 1024px) {
  #logo {
    font-size: inherit;
    margin: 0;
    top: 0.45em;
    left: 0;
    /* maxTab 1024w */
    left: 50.2%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 660px) {
  #logo {
    position: absolute;
    left: 0;
  }
}
#logo a {
  display: inline-block;
  vertical-align: top;
}
#logo img .logo {
  width: 7.85em;
}
#logo img.logo2 {
  opacity: 0;
  transition: opacity 0.33s ease;
  position: absolute;
  /* maxTab 1024w */
  left: 50.2%;
  transform: translateX(-50%);
  width: 10.55em;
  height: auto;
  max-width: none;
}
@media only screen and (max-width: 1023px) {
  #logo img.logo2 {
    display: none;
  }
}
/* ===============================================
	contact info
=============================================== */
#contactinfo {
  text-align: center;
  width: 100%;
  margin: 0 0 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.33s ease;
}
@media only screen and (min-width: 480px) {
  #contactinfo {
    width: auto;
    margin: 0 0.5em 0 0;
    /* mintab 480w */
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #contactinfo {
    margin-left: -30em;
  }
}
#contactinfo .address {
  line-height: 1;
  font-size: 0.6em;
  color: #fff;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
#contactinfo .address i {
  margin-right: 0.15em;
  position: relative;
  bottom: 0.1em;
}
@media only screen and (max-width: 1023px) {
  #contactinfo .address {
    color: #000;
  }
}
#contactinfo .phone {
  line-height: 1;
  font-size: 0.6em;
  color: #fff;
  display: inline-block;
  margin-right: 1.66666667em;
  vertical-align: top;
}
@media only screen and (min-width: 1024px) {
  #contactinfo .phone {
    margin-left: 0.65em;
  }
}
@media only screen and (max-width: 1023px) {
  #contactinfo .phone {
    color: #000;
  }
}
#contactinfo a {
  transition: color 0.33s ease-in-out;
}
#contactinfo a:hover {
  color: #231f20;
}
/* ===============================================
	utility-nav
=============================================== */
#utilitynav {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 400;
}
#utilitynav ul {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#utilitynav ul li {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#utilitynav ul li:nth-child(n+2) {
  margin: 0 0 0 0.5em;
}
#utilitynav a {
  line-height: 1;
  font-size: 0.6em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
#utilitynav a:hover {
  color: #231f20;
}
#utilitynav a.pl {
  width: 9.75em;
}
@media only screen and (max-width: 1023px) {
  #utilitynav a {
    color: #000;
  }
}
/* ===============================================
	socialmedia
=============================================== */
.socialmedia {
  line-height: 0;
  text-align: center;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 300;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .socialmedia {
    margin-right: 0.5em;
  }
}
.socialmedia a {
  line-height: 1;
  font-size: 0.6em;
  color: #fff;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color 0.33s ease-in-out;
  margin: 0 0 0 0.6em;
}
.socialmedia a span {
  width: auto;
}
.socialmedia a:hover {
  color: #231f20 !important;
  background-color: transparent !important;
}
.socialmedia a .icon {
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .socialmedia a {
    color: #000;
  }
}
/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  font-size: 2vw;
  text-align: center;
  color: #fff;
  min-height: 42vw;
  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) {
  #slideshow::before,
  #slideshow::after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 2.5em;
    background-color: white;
    z-index: 5;
  }
  #slideshow::before {
    left: 0;
  }
  #slideshow::after {
    right: 0;
  }
}
#slideshow .welcomevid {
  width: 100%;
  vertical-align: top;
  aspect-ratio: 16 / 9;
}
#slideshow .placeholder {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #slideshow .placeholder {
    width: 140%;
    max-width: 140%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
#slideshow .absolute {
  position: absolute;
  bottom: 2.1em;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#slideshow .absolute i {
  font-size: 1.9em;
  margin-bottom: 0.23em;
  -webkit-font-smoothing: auto;
}
#slideshow .absolute svg {
  animation: bounce 2s infinite;
  width: 1.45em;
  height: 0.4em;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  60% {
    transform: translateY(-5px);
  }
}
/* ==================================================================
	.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: #231f20;
  position: relative;
  z-index: 410;
  border-top: 2.5em solid white;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .spot01 {
    font-size: 3.2vw;
    /* mintab opt-out 480oo */
    flex-wrap: wrap;
  }
  .spot01 .content {
    order: 1;
  }
  .spot01 .first {
    order: 2;
    margin-bottom: 2em;
  }
  .spot01 .sec {
    order: 3;
    margin-bottom: 2em;
  }
  .spot01 .third {
    order: 4;
  }
  .spot01 .last {
    order: 5;
  }
}
@media only screen and (min-width: 768px) {
  .spot01 {
    font-size: 1.4vw;
    /* mintab 480w */
    padding: 4.8em 0 6.2em;
  }
}
@media only screen and (min-width: 979px) {
  .spot01 {
    font-size: 1.4vw;
    padding-left: 0.15em;
    /* custom 979w */
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 {
    font-size: 1.3vw;
  }
}
@media only screen and (min-width: 1400px) {
  .spot01 {
    font-size: inherit;
  }
}
.spot01 div.content {
  width: 15em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 0.85em;
}
@media only screen and (min-width: 1300px) {
  .spot01 div.content {
    min-width: 15em;
  }
}
.spot01 div.content h2 {
  line-height: 0.95454545;
  font-size: 2.2em;
  text-transform: uppercase;
  color: white;
  width: 100%;
  display: block;
  text-align: center;
  font-weight: 400;
  font-family: 'Roboto Slab', serif;
  margin: 0 0 0.8em;
  position: relative;
  right: 0.02em;
  margin-top: 0.4em;
}
.spot01 div.content h2 span {
  display: block;
  font-weight: 300;
  position: relative;
  right: 0.1em;
}
.spot01 div.content p {
  font-size: 0.75em;
  color: white;
  line-height: 1.2;
  text-align: justify;
  text-align-last: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .spot01 div.content p {
    width: 300px;
  }
}
.spot01 a {
  color: white;
  width: 13.5em;
  height: 19em;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: transform 0.33s ease-in-out;
}
.spot01 a img {
  width: 13.5em;
  height: 19em;
}
@media only screen and (max-width: 767px) {
  .spot01 a {
    margin: 2%;
    /* midTab opt-out 768oo */
  }
}
@media only screen and (min-width: 768px) {
  .spot01 a {
    margin: 0 0.75em;
    /* midTab 768w */
    min-width: 13.5em;
  }
}
.spot01 a::after {
  content: '';
  background-color: #a4cad8;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: opacity 0.33s ease;
}
.spot01 a:hover .name {
  bottom: 30%;
  transform: translate(-50%, -50%);
}
.spot01 a:hover::after {
  opacity: 80%;
}
.spot01 a .name {
  width: 10.35em;
  height: 3em;
  position: absolute;
  left: 46.3%;
  transform: translateX(-50%);
  bottom: -1.5em;
  background-color: #a4cad8;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  transition: bottom 0.33s ease, transform 0.33s ease;
}
@media only screen and (max-width: 767px) {
  .spot01 a .name {
    left: 50%;
  }
}
.spot01 a.first .name {
  padding-right: 0.1em;
}
.spot01 a.third .name {
  left: 45.6%;
}
.spot01 a.last .name {
  padding-right: 0.15em;
}
.spot01 a .decoration {
  width: 100%;
}
.spot01 a .info {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
}
.spot01 a .icon {
  width: 2em;
  margin: 0 auto 1em;
  transition: transform 0.33s ease-in-out;
}
.spot01 a h3 {
  line-height: 1;
  font-size: 0.8em;
  text-transform: uppercase;
  color: white;
  width: 100%;
  display: block;
  font-weight: 400;
  letter-spacing: 0.027em;
}
/* ===============================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot02 {
  text-align: center;
  padding: 2em 0;
  margin: 0;
  background: white;
  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 */
  }
}
.spot02 img {
  margin: 0 0.2em;
  width: 10.35em;
  height: auto;
}
.spot02 .top {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 48em;
  height: 6.95em;
  background: rgba(102, 153, 205, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 479px) {
  .spot02 .top {
    height: 7.5em;
    width: 90%;
    padding: 0;
  }
}
@media only screen and (min-width: 64em) {
  .spot02 .top {
    padding-right: 1.3em;
    transition: transform 0.33s ease;
  }
  .spot02 .top:hover {
    transform: translate(-50%, -50%) scale(1.02);
  }
}
.spot02 .top h2 {
  color: white;
  font-family: 'Roboto Slab', serif;
  font-size: 4.8em;
  line-height: 1;
  font-weight: 400;
  margin: 0;
}
@media only screen and (max-width: 479px) {
  .spot02 .top h2 {
    width: 80%;
    text-align: center;
    font-size: 3.5em;
  }
}
/* ===============================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
/* five across */
.spotlight-03 {
  text-align: center;
  padding: 2em 0;
  margin: 0;
  background: #fff;
  position: relative;
  z-index: 410;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .spotlight-03 {
    font-size: 2.1vw;
    /* mintab opt-out 480oo */
  }
}
@media only screen and (min-width: 768px) {
  .spotlight-03 {
    font-size: 1.35vw;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 1024px) {
  .spotlight-03 {
    font-size: inherit;
    padding: 0em 0 4em;
    /* custom 979w */
  }
}
.spotlight-03 .spot03 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .spotlight-03 .spot03 {
    width: 69.75em;
    min-width: 69.75em;
  }
}
.spotlight-03 .spot03 a {
  color: #268ed5;
  width: 23.25em;
  height: auto;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.33s ease-in-out;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .spotlight-03 .spot03 a:hover .content {
    top: 0;
  }
}
.spotlight-03 .spot03 a .hover {
  position: absolute;
  bottom: 0;
  width: 23.25em;
  height: 15.65em;
}
@media only screen and (max-width: 1023px) {
  .spotlight-03 .spot03 a .hover {
    display: none;
  }
}
.spotlight-03 .spot03 a .content {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -100%;
  left: 0;
  background-color: #268ed5;
  transition: top 0.33s ease;
}
@media only screen and (max-width: 1023px) {
  .spotlight-03 .spot03 a .content {
    top: unset;
    bottom: 0;
    align-items: flex-start;
    padding: 1em 0;
    height: auto;
    background-color: transparent;
    background: rgba(38, 142, 213, 0.8);
  }
}
.spotlight-03 .spot03 a h2 {
  line-height: 0.97435897;
  font-size: 1.95em;
  text-transform: uppercase;
  color: white;
  text-align: center;
  width: 100%;
  display: block;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  margin-top: -2.7em;
}
@media only screen and (max-width: 1023px) {
  .spotlight-03 .spot03 a h2 {
    margin: 0;
  }
}
/* ==================================================================
	content
=================================================================== */
#bd {
  padding: 0 0 3em;
  background: #fff;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 768px) {
  #bd {
    padding: 3.25em 0 6em;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 768px) {
  #bd::before {
    content: '';
    width: 47.5em;
    height: 100%;
    background-color: #268ed5;
    background: url(../images/spotlight/pattern.png) top left / contain repeat;
    background-size: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 36em;
    z-index: -1;
    pointer-events: none;
  }
}
@media only screen and (min-width: 1024px) {
  #bd::before {
    content: '';
    width: 47.5em;
    height: 100%;
    background-color: #268ed5;
    background: url(../images/spotlight/pattern.png) top left / contain repeat;
    background-size: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 41.08em;
    z-index: -1;
  }
}
#bd .container {
  max-width: 64.5em;
}
#content {
  display: block;
}
@media only screen and (min-width: 768px) {
  #content {
    max-width: 39.85em;
    width: 61.78294574%;
    float: left;
    /* midTab 768w */
  }
  #content p {
    text-align: justify;
  }
}
#content .content-text {
  line-height: 1.8;
}
@media only screen and (min-width: 1300px) {
  #content .content-text {
    font-size: 1em;
    /* desk 1300w */
  }
}
/* ==================================================================
	.home content
=================================================================== */
.home #bd {
  padding: 3em 0;
}
.home #bd::after,
.home #bd::before {
  content: none;
}
@media only screen and (min-width: 768px) {
  .home #bd {
    padding: 4.9em 0 4em;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  .home #bd {
    padding-top: 0;
  }
}
.home #bd .container {
  max-width: 69.6em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .home #bd #content {
    background-color: #268ed5;
    width: 100%;
    max-width: 36.75em;
    float: none;
    /* midTab 768w */
    padding: 2.3em 2.75em 2.3em;
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd #content {
    margin-right: -32.85em;
  }
}
.home #bd #content .content-text ul {
  margin: 0 0 1.58em 0.8em;
}
.home #bd #content .content-text ul li {
  color: white;
  list-style: none;
  line-height: 1.4;
}
.home #bd #content .content-text ul li::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  content: "";
  margin: -3px 0.3em 0em 0em;
  background-color: #fff;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .home #bd #content .content-text ul li::before {
    background-color: #000;
  }
}
@media only screen and (max-width: 767px) {
  .home #bd #content .content-text ul li {
    color: #000;
  }
}
.home #bd #content .content-text h3 {
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  font-family: 'Roboto Slab', serif;
  margin-bottom: 0.8em;
}
@media only screen and (max-width: 767px) {
  .home #bd #content .content-text h3 {
    color: #000;
  }
}
.home #bd #content a {
  color: white;
  position: relative;
  text-decoration: none;
}
.home #bd #content a::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: white;
  position: absolute;
  left: 0;
  bottom: 0.1em;
}
.home #bd #content a:hover {
  text-decoration: none;
  opacity: 70%;
}
@media only screen and (max-width: 767px) {
  .home #bd #content a {
    color: #000;
  }
}
.home #bd #content p {
  color: white;
}
@media only screen and (min-width: 768px) {
  .home #bd #content p {
    text-align: justify;
    /* midTab 768w */
  }
}
@media only screen and (max-width: 767px) {
  .home #bd #content p {
    color: #000;
  }
}
.home #bd #content p a {
  color: white;
  position: relative;
  text-decoration: none;
}
.home #bd #content p a::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: white;
  position: absolute;
  left: 0;
  bottom: 0.1em;
}
.home #bd #content p a:hover {
  text-decoration: none;
  opacity: 70%;
}
@media only screen and (max-width: 767px) {
  .home #bd #content p a {
    color: #000;
  }
}
.home #bd #content .decor {
  display: none;
}
@media only screen and (min-width: 1300px) {
  .home #bd #content .decor {
    width: 49.5em;
    height: 50em;
    max-width: 50em;
    display: block;
    position: absolute;
    top: -4.9em;
    right: 50%;
    z-index: -1;
    margin-right: -0.75em;
  }
}
body.layout-full-width #bd::before,
body.sitemap #bd::before,
body.blog #bd::before,
#bd.blog::before,
body.layout-full-width #bd::after,
body.sitemap #bd::after,
body.blog #bd::after,
#bd.blog::after {
  content: none;
}
/* ==================================================================
	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 > div {
  font-size: 2.8em;
  color: #268ed5;
  position: absolute;
  top: 50%;
  z-index: 900;
  transform: translate3d(0, -50%, 0);
}
.mediaslider .cycle-slideshow > div span {
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.mediaslider .cycle-slideshow > div.cycle-prev {
  text-align: left;
  left: 0;
}
.mediaslider .cycle-slideshow > div.cycle-prev span {
  transform-origin: left center;
}
.mediaslider .cycle-slideshow > div.cycle-next {
  text-align: right;
  direction: rtl;
  right: 0;
}
.mediaslider .cycle-slideshow > div.cycle-next span {
  transform-origin: right center;
}
.mediaslider .cycle-slideshow > div:hover {
  cursor: pointer;
}
.mediaslider .cycle-slideshow > div:hover span {
  transform: scale(1.44);
  opacity: 0.68;
}
/* comment line below if patient-login is live and legit */
.financial-information #financial-online-services {
  display: none;
}
/* common treatments */
.before-after-image {
  width: 44%;
  display: inline-block;
  vertical-align: top;
}
.before-after-image img,
.before-after-image span {
  display: block;
}
@media only screen and (min-width: 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;
}
/* ==================================================================
	sitemap
=================================================================== */
.sitemap #content .column > ul > li {
  margin-bottom: 1.45em;
}
.sitemap #content ul {
  margin-left: 0px;
  list-style: none;
  margin-bottom: 0;
}
.sitemap #content ul a {
  line-height: 1.125;
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #231f20;
  transition-duration: 0s;
  font-family: 'Roboto Slab', serif;
}
.sitemap #content ul ul li a {
  line-height: 1.8;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #231f20;
  margin-left: 0;
  /*to increase space adjust [body.sitemap #bd ul ul li] below*/
  font-family: 'Roboto', Arial, sans-serif;
}
.sitemap #content a:hover {
  text-decoration: none;
  color: #268ed5;
}
body.sitemap #bd ul li {
  list-style: none;
}
body.sitemap #bd ul ul li {
  list-style: none;
  /*list-style-image:none;*/
  margin-left: 0;
  /*default=15px*/
}
body.sitemap #content .width1 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.sitemap #content .width1 {
    width: 50%;
    /*default 50%*/
    /* midTab 768w */
  }
  body.sitemap #content .width1:not(.first) {
    width: auto;
    float: right;
  }
}
/* global override */
/* ==================================================================
	sidebar
=================================================================== */
#sidebar {
  width: 110%;
  margin: 0 -5% 3em;
  display: block;
  padding: 0;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 768px) {
  #sidebar {
    width: 25.58139535%;
    margin: 3.2em 0 1em;
    float: right;
    clear: right;
    display: flex;
    flex-direction: column;
    /* midTab 768w */
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
  width: 100%;
  max-width: 16.5em;
  margin: 0 auto 6%;
  padding: 0;
  display: none;
}
@media only screen and (min-width: 768px) {
  #hide-stock {
    margin-bottom: 1em;
    display: block;
    order: 1;
    /* midTab 768w */
  }
  #hide-stock::before {
    content: '';
    width: 90%;
    height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid white;
    z-index: 1;
  }
  #hide-stock::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 0.4em solid white;
    z-index: 1;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #hide-stock::before,
  #hide-stock::after {
    content: none;
  }
}
.stock {
  width: 100%;
  position: relative;
  border-radius: 50%;
}
/* ===============================================
	show doctor image on all devices
=============================================== */
/*.home,*/
/*body[class^='meet-the-'], body[class^='meet-our-'],*/
.meet-the-doctor #hide-stock,
body[class^='meet-dr-'] #hide-stock,
body[class^='meet-doctor-'] #hide-stock {
  display: block;
}
body[class~='blog'] #hide-stock {
  display: none;
}
/* ==================================================================
	SUBNAV || SIDE ORIENTED
=================================================================== */
#subnav {
  color: #fff;
  margin: 0 0 6%;
  background: #268ed5;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #subnav {
    text-align: center;
    padding: 1em 10%;
    /* midTab opt-out 767oo */
  }
}
@media only screen and (min-width: 768px) {
  #subnav {
    text-align: left;
    padding: 1.3em 1em 4em;
    order: 2;
    /* midTab 768w */
    background-color: transparent;
  }
}
#subnav h2.topic {
  line-height: 0.9;
  font-size: 1.5em;
  text-align: inherit;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  height: 0.9em;
  width: 100%;
  margin: 0 auto 1.7em;
  display: block;
  position: relative;
  z-index: 400;
  font-weight: bold;
  text-align: center;
  font-family: 'Roboto Slab', serif;
}
#subnav p {
  line-height: 1.38461538;
  font-size: 0.65em;
  text-transform: uppercase;
  width: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #subnav p {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
#subnav a {
  color: #fff;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  margin: 0.2em 0.8em;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #subnav a {
    margin: 0.2em 0;
    float: left;
    clear: left;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1300px) {
  #subnav a {
    margin: 0;
    /* desk 1300w */
  }
}
#subnav a:after {
  content: '';
  width: 100%;
  height: 1px;
  background: currentcolor;
  display: block;
  position: absolute;
  bottom: 0.2em;
  left: 0;
  transition: transform 0.33s ease-in-out;
  transform: translate3d(0, 0, 0) scaleX(0);
}
#subnav a:hover,
#subnav a.active {
  color: #fff;
  text-decoration: none;
}
#subnav a:hover:after,
#subnav a.active:after {
  transform: translate3d(0, 0, 0) scaleX(1);
}
.int-header {
  height: 27.7em;
  background: url(../images/spotlight/subnav.jpg) center / cover no-repeat;
  position: relative;
  border-bottom: 2.5em solid white;
}

.int-header.img-2 {
  background-image: url(../images/spotlight/subnav2.jpg);
}
.int-header.img-3 {
  background-image: url(../images/spotlight/subnav3.jpg);
}
.int-header.img-4 {
  background-image: url(../images/spotlight/subnav4.jpg);
}
.int-header.img-5 {
  background-image: url(../images/spotlight/subnav5.jpg);
}
.int-header.img-6 {
  background-image: url(../images/spotlight/subnav6.jpg);
}
.int-header.img-7 {
  background-image: url(../images/spotlight/subnav7.jpg);
}

@media only screen and (max-width: 47.975em) {
  .int-header {
    font-size: 1.5vw;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 48em) {
  .int-header {
    font-size: 1.7vw;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 64em) {
  .int-header {
    font-size: inherit;
    /* custom opt-out 979oo */
  }
}
@media only screen and (min-width: 1300px) {
  .int-header::before,
  .int-header::after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 2.5em;
    background-color: white;
    z-index: 5;
  }
  .int-header::before {
    left: 0;
  }
  .int-header::after {
    right: 0;
  }
}
/* END SIDEBAR - */
/* ===============================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spotlight-04 {
  text-align: center;
  padding: 2em 0;
  margin: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 410;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .spotlight-04 {
    font-size: 3.2vw;
    /* mintab opt-out 480oo */
  }
}
@media only screen and (min-width: 768px) {
  .spotlight-04 {
    font-size: 1.7vw;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 1024px) {
  .spotlight-04 {
    font-size: inherit;
    padding: 3.25em 0 4em;
    /* custom 979w */
  }
}
.spotlight-04::before {
  content: '';
  width: 100%;
  height: 13.2em;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.spotlight-04 h2 {
  text-align: center;
  font-weight: 300;
  font-family: 'Roboto Slab', serif;
  font-size: 4.25em;
  text-transform: uppercase;
  margin: 0 0 0.45em;
  color: #231f20;
  margin-right: 0.2em;
}
@media only screen and (max-width: 767px) {
  .spotlight-04 h2 {
    font-size: 45px;
    width: 90%;
  }
}
.spotlight-04 .spot04 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #a4cad8;
  width: 37.65em;
  height: 23.35em;
  padding: 2.6em;
  padding-top: 5.1em;
}
@media only screen and (min-width: 768px) {
  .spotlight-04 .spot04 {
    margin-right: -9.5em;
  }
}
@media only screen and (max-width: 767px) {
  .spotlight-04 .spot04 {
    width: auto;
    height: auto;
    padding: 1em;
  }
}
.spotlight-04 .spot04 .decor {
  width: 18.3em;
  height: 18.3em;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: -25%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .spotlight-04 .spot04 .decor {
    display: none;
  }
}
.spotlight-04 .spot04 form {
  position: relative;
  z-index: 3;
  padding: 0;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 23.45em;
  background-color: #a4cad8;
}
@media only screen and (max-width: 480px) {
  .spotlight-04 .spot04 form {
    font-size: 1.2em;
  }
}
.spotlight-04 .spot04 form fieldset {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
}
.spotlight-04 .spot04 form fieldset label {
  width: 100%;
  margin: 0;
}
.spotlight-04 .spot04 form fieldset label input[type=text] {
  background-color: #bfdae4;
  border: 0;
  color: #fff;
  font-size: 0.75em;
  padding: 0 1.25em;
  width: 100%;
  height: 2.86666667em;
  margin-bottom: 0.3em;
}
.spotlight-04 .spot04 form fieldset label input[type=text]::placeholder {
  color: #fff;
}
.spotlight-04 .spot04 form fieldset label textarea {
  color: white;
  width: 100%;
  position: relative;
  border-radius: 0;
  background-color: #bfdae4;
  font-size: 0.75em;
  resize: none;
  border: 0;
  margin-bottom: 0.66666667em;
  padding: 1em 1.25em;
  min-height: 6.2em;
  margin-top: 0.2em;
}
.spotlight-04 .spot04 form fieldset label textarea::placeholder {
  color: #fff;
}
.spotlight-04 .spot04 form button {
  background-color: #231f20;
  border: 0;
  color: #fff;
  font-size: 0.75em;
  width: 7.26666667em;
  height: 2.86666667em;
  margin: 0;
  position: relative;
  z-index: 2;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spotlight-04 .spot04 form button:hover {
  background: white;
  color: #231f20;
}
.spotlight-04 .spot04 form fieldset label span {
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.7em;
  letter-spacing: 1.3px;
}
.spotlight-04 .spot04 form fieldset label .visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #231f20;
  padding: 5em 0 0.65em;
  z-index: 500;
  position: relative;
}
@media only screen and (max-width: 47.975em) {
  #ft {
    font-size: 3.2vw;
    /* mintab 480w */
  }
}
@media only screen and (max-width: 480px) {
  #ft {
    font-size: 4vw;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 48em) {
  #ft {
    font-size: 1.7vw;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 64em) {
  #ft {
    font-size: inherit;
    /* custom opt-out 979oo */
  }
}
#ft a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}
#ft a:hover {
  color: #268ed5;
}
/* ===============================================
		locations
=============================================== */
#location {
  width: 100%;
  max-width: 60em;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 3em;
}
@media only screen and (max-width: 47.975em) {
  #location {
    flex-wrap: wrap;
    align-items: center;
  }
  #location .map-container {
    order: 1;
    margin: 0 2em 2em 2em;
  }
  #location .mod {
    order: 3;
    padding-left: 2em !important;
    width: auto !important;
  }
  #location .content {
    order: 2;
    padding-right: 2em !important;
    width: auto !important;
  }
}
#location .map-container {
  width: 18.3em;
  height: 18.3em;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1em;
}
@media only screen and (min-width: 768px) {
  #location .map-container {
    margin: 0 3.1em;
  }
}
#location .map-container img.map {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  height: 18.3em;
  width: 18.3em;
  object-fit: cover;
}
#location .map-container .marker {
  line-height: 1;
  font-size: 3.3em;
  color: #268ed5;
  z-index: 400;
  transition: transform 0.33s ease-in-out;
  transform-origin: center bottom;
  position: relative;
  margin-bottom: 0.31em;
  margin-right: 0.05em;
}
@media only screen and (min-width: 768px) {
  #location .map-container .marker {
    display: block;
    /* midTab 768w */
  }
}
#location .map-container .marker:before {
  color: currentcolor;
}
#location .map-container .marker:after {
  content: '';
  width: 1.10606061em;
  height: 1.01515152em;
  background: url(../images/footer/shadowalt.png) no-repeat center center;
  margin-left: 0.4em;
  margin-top: 0.15em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background-size: cover;
  position: absolute;
  pointer-events: none;
}
#location .map-container .marker.hover {
  transform: scale(1.1);
}
#location .mod {
  text-align: left;
  width: 15em;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding-left: 5em;
}
@media only screen and (min-width: 768px) {
  #location .mod {
    margin-top: 5.75em;
  }
}
#location .phone {
  line-height: 1.38461538;
  font-size: 0.65em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.2em;
}
#location .phone i {
  font-size: 1.53846154em;
  margin-right: 0.625em;
  position: relative;
  margin-left: 0.45em;
  -webkit-font-smoothing: auto;
}
#location .mail {
  line-height: 1.38461538;
  font-size: 0.65em;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.15em;
}
#location .mail i {
  font-size: 1.53846154em;
  margin-right: 0.6em;
  position: relative;
  margin-left: 0.2em;
  top: -0.1em;
  -webkit-font-smoothing: auto;
}
#location .mission {
  line-height: 1.38461538;
  font-size: 0.65em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
}
#location .mission i {
  font-size: 1.53846154em;
  margin-right: 0.75em;
  position: relative;
  -webkit-font-smoothing: auto;
  left: 0.1em;
}
#location .address {
  line-height: 1.38461538;
  font-size: 0.65em;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 1.5em;
}
#location .address.hover {
  color: #268ed5;
}
#location .address i {
  font-size: 1.53846154em;
  margin-right: 0.6em;
  position: relative;
  margin-left: 0.1em;
  -webkit-font-smoothing: auto;
  top: 0.25em;
}
#location .content {
  width: 15em;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  text-align: right;
  padding-right: 5em;
}
@media only screen and (min-width: 768px) {
  #location .content {
    margin-top: 4.85em;
  }
}
#location .content a.name {
  color: white;
  text-decoration: none;
  font-size: 0.8em;
  line-height: 1.5;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  text-transform: uppercase;
}
#location .content a.name.last {
  margin-bottom: 2.8em;
}
#location .content a.name:hover {
  color: #268ed5;
}
#location .content a.btn {
  background-color: #268ed5;
  font-size: 0.6em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14.25em;
  height: 3em;
  text-align: center;
  transition: background-color 0.33s ease;
}
#location .content a.btn:hover {
  background-color: white;
}
.util {
  line-height: 2.5;
  font-size: 0.6em;
  margin-bottom: 2em;
}
@media only screen and (min-width: 480px) {
  .util {
    width: auto;
    margin: 0;
    float: left;
    /* mintab 480w */
  }
}
.util a {
  color: #000;
  transition: color 0.33s ease-in-out;
}
.util a:hover {
  color: #231f20;
}
.util a,
.util .divider {
  display: inline-block;
}
.util .divider {
  margin: 0 0em;
}
/* ==================================================================
		#links
=================================================================== */
#links {
  text-align: center;
  color: #000;
  padding: 2em 0;
  margin: 0;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  #links {
    height: 4.25em;
    padding: 1.375em 0 0;
    /* midTab 768w  */
  }
}
#links .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
#links .container a {
  display: flex;
  justify-content: center;
  align-items: center;
}
#links .container a:hover i {
  color: #231f20 !important;
}
#links .container i {
  font-size: 1.83333333em;
  color: #a4cad8;
  -webkit-font-smoothing: auto;
}
@media only screen and (max-width: 768px) {
  #links .container i {
    color: #000;
  }
}
/* ===============================================
		sesame link
=============================================== */
a#sesame-link sup {
  font-size: 1.45em;
  top: 0.15em;
}
a#sesame-link .sesameicon {
  width: 1.33333333em;
  height: 1.16666667em;
  margin-right: 0.33333333em;
  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: 100%;
  margin: 0;
  display: block;
  position: relative;
}
@media only screen and (min-width: 480px) {
  #btt {
    width: auto;
    float: right;
    /* mintab 480w */
  }
}
a#backtotop {
  line-height: 2.30769231;
  font-size: 0.65em;
  color: #231f20;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out;
}
a#backtotop:hover {
  color: #268ed5;
}
/*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 {
  text-transform: none;
  font-weight: 400;
  color: #fff;
  width: 100%;
  padding: 1rem;
  float: left;
  background: #268ed5;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-size: small;
  color: #fff;
  height: 38px;
  padding: 0 1.5em;
  background-color: #268ed5;
  border: 1px solid #268ed5;
  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: #231f20;
  background-color: #231f20;
}
form p {
  height: auto;
}
/* ===============================================
	chat widget resize for mobile use comfort
=============================================== */
#bc-chat-container {
  font-size: 0.8em !important;
}
.bc-minimize-state {
  width: 11.8em !important;
  height: 7.7em !important;
}
/************************************************************************************************************************************************/
/* end superlatives */
/* ===============================================
Tablet
Supports 768px (768px) and up
=============================================== */
@media only screen and (min-width: 768px) {
  /* ===============================================
	blanket content sidebar hide
=============================================== */
  .sitemap #content,
  .layout-full-width #content {
    width: 100%;
    max-width: none;
  }
  .sitemap #sidebar,
  .layout-full-width #sidebar {
    display: none;
  }
  /* ===============================================
	custom content
=============================================== */
  /*.success{ width:66%; }*/
  /*table.office-hours{ max-width:50%; }*/
  .speed-system img[alt='Speed Braces'] {
    display: block;
  }
  /* ===============================================
	PAGE SPECIFIC
=============================================== */
  .which-is-right-for-me #content p {
    display: inline-block;
    float: left;
  }
  .which-is-right-for-me #content a[href^='/sesame_media/docs/'] {
    text-align: center;
    display: block;
    width: 100%;
    clear: both;
  }
  .which-is-right-for-me #content a[href^='/sesame_media/docs/'] img {
    display: inline-block;
  }
  .in-ovation-testimonials .embed-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  [class^='inovation-chart-'] {
    display: inline-block;
    max-width: 50%;
  }
  .in-ovation-before-after #content p {
    text-align: center;
    margin-bottom: 0;
  }
  .in-ovation-before-after .content-text h3 {
    text-align: center;
  }
  .in-ovation-before-after .content-text .img-left,
  .in-ovation-before-after .content-text .border {
    max-width: 44%;
    float: none;
    display: inline-block;
    margin: 2%;
  }
  .in-ovation-videos .content-text h2 {
    text-align: center;
  }
  .in-ovation-videos .content-text .embed-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  body[class*='in-ovation'] .img-right {
    max-width: 40%;
  }
  /*END*/
}
/* ===============================================
Large Tablet Stylings
Supports 1024px (1024px) and up
=============================================== */
@media only screen and (min-width: 1024px) {
  /* ==================================================================
	main-nav
=================================================================== */
  #main-nav {
    font-size: inherit;
    width: 100%;
    height: 1.8em;
    margin-top: 2em;
    position: relative;
    top: auto;
    z-index: 2900;
    box-shadow: none;
    /*background:none;*/
  }
  #main-nav .container {
    background: none;
    max-width: right;
    margin: auto;
    display: flex;
    justify-content: center;
    padding-left: 1em;
  }
  #main-nav div.collapsible {
    margin: auto 0;
  }
  #main-nav ul {
    height: 1.8em;
    width: auto;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    position: static;
    float: right;
  }
  #main-nav ul li {
    height: 100%;
    margin: 0 1em 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: 16.92307692em;
  }
  #main-nav ul li a[id] {
    line-height: 0.2;
    text-align: center;
    text-decoration: none;
    height: 100%;
    z-index: 3000;
  }
  #main-nav ul li a[id]:after {
    bottom: 1.69230769em;
  }
  #main-nav ul ul {
    width: auto;
    height: auto;
    padding: 1.1em 0 1.2em;
    z-index: 2800;
    display: none;
    position: absolute;
  }
  #main-nav ul ul li {
    width: 100%;
    height: 1.25em;
    margin: 0;
    padding: 0;
    opacity: 1;
    float: left;
  }
  #main-nav ul ul li a {
    line-height: 2.08333333;
    text-align: left;
    white-space: nowrap;
    height: 2.08333333em;
    width: 100%;
    padding: 0 2.08333333em;
    float: left;
    transition-duration: 0s;
    padding: 0 4.5em 0 2.25em;
    font-weight: 500;
    letter-spacing: 0.03em;
  }
  #main-nav ul li:hover ul {
    left: 0em;
    /*top:37px;*/
    display: block;
  }
  /*END*/
}
/* ie nonsense */
/***********************************************
target ie11: html[data-useragent*='Trident/7.0']
***********************************************/
html[data-useragent*='Trident/7.0'] {
  /* END */
}
/* custom animations */
@keyframes flyinmobilenav {
  from {
    left: 300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}

/* Office Tour */
.office-tour-outer {
  text-align: center;
}
.office_tour.cycle-slideshow {
  width: 100%;
  position: relative;
  margin: 10px 0 30px;
  /* Padding for navigation btns */
  /* Navigation - Prev/Next */
}
.office_tour.cycle-slideshow img {
  padding: 0 5%;
  box-sizing: border-box;
}
.office_tour.cycle-slideshow .slide-control {
  z-index: 900;
  user-select: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 20px 0;
  color: #4eabf0;
  font-size: 2.8em;
}
.office_tour.cycle-slideshow .slide-control i {
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.office_tour.cycle-slideshow .slide-control.cycle-prev,
.office_tour.cycle-slideshow .slide-control.cycle-prev1,
.office_tour.cycle-slideshow .slide-control.cycle-prev2 {
  left: 0;
  text-align: left;
}
.office_tour.cycle-slideshow .slide-control.cycle-prev i,
.office_tour.cycle-slideshow .slide-control.cycle-prev1 i,
.office_tour.cycle-slideshow .slide-control.cycle-prev2 i {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.office_tour.cycle-slideshow .slide-control.cycle-next,
.office_tour.cycle-slideshow .slide-control.cycle-next1,
.office_tour.cycle-slideshow .slide-control.cycle-next2 {
  right: 0;
  text-align: right;
  direction: rtl;
}
.office_tour.cycle-slideshow .slide-control.cycle-next i,
.office_tour.cycle-slideshow .slide-control.cycle-next1 i,
.office_tour.cycle-slideshow .slide-control.cycle-next2 i {
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -o-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.office_tour.cycle-slideshow .slide-control:hover {
  cursor: pointer;
}
.office_tour.cycle-slideshow .slide-control:hover i {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  opacity: 0.68;
}