/* ===============================================
	.less VERSION 2.0
	
	rotramel-george
	
	Sesame Communications - (c) 2021
	Written by: Ryan Postell
	All rights reserved.
	Any reproduction or intentional misuse is strictly prohibited
	
=============================================== */
/* ===============================================
					colors
=============================================== */
/* color */
/* color || hyperlinks */
/* ===============================================
					fonts
=============================================== */
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local(''), url('../fonts/roboto-v29-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/roboto-v29-latin-300.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''), url('../fonts/roboto-v29-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/roboto-v29-latin-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local(''), url('../fonts/roboto-v29-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/roboto-v29-latin-italic.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''), url('../fonts/roboto-v29-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/roboto-v29-latin-700.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
.fontR {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
/* ===============================================
					Mixins 
=============================================== */
/*font-mixins*/
.th {
  font-weight: 100;
}
.xlt {
  font-weight: 200;
}
.lt {
  font-weight: 300;
}
.roman {
  font-weight: 400;
}
.mbold {
  font-weight: 500;
}
.sbold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.xbold {
  font-weight: 800;
}
.ubold,
.black {
  font-weight: 900;
}
.ob {
  font-style: oblique;
}
.italic {
  font-style: italic;
}
.upp {
  text-transform: uppercase;
}
.loww {
  text-transform: lowercase;
}
.noo {
  text-transform: none;
}
.supp {
  font-variant: small-caps;
}
.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;
}
.near {
  clear: none;
}
.wimp {
  width: 100%!important;
}
.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;
}
.inline {
  display: inline;
}
.inline-block,
.ib {
  display: inline-block;
}
.hide {
  display: none;
}
.obliterate {
  line-height: 0;
  font-size: 0;
  text-indent: -999em;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  display: none;
  visibility: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
.nofloat {
  float: none;
}
.behave {
  display: block;
  float: left;
}
.rehave {
  display: block;
  float: right;
}
.restrain {
  width: auto;
  display: inline-block;
  float: none;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.trans {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.fade {
  opacity: 0.5;
}
.round {
  border-radius: 50%;
}
/*functional mixins*/
.vertical-align {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.vertical-align-nul {
  position: relative;
  top: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 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);
  -webkit-filter: grayscale(100%);
  filter: gray;
  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', Helvetica, Arial, sans-serif;
}
form button {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  color: #fff;
}
body {
  font-size: 15px;
  color: #4f4f4f;
  background: #ccc;
  overflow: hidden;
  /* body content font-size declared below */
}
@media only screen and (min-width: 81.25em) {
  body {
    font-size: 20px;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 2000px) {
  body {
    font-size: 1vw;
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #5073a1;
  text-decoration: underline;
  -webkit-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
#content a:hover {
  text-decoration: underline;
  color: #5073a1;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #5073a1;
  margin: 0 0 0.8em;
  text-rendering: auto;
  text-transform: uppercase;
  font-weight: 400;
}
h1 {
  font-size: 10vw;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0.75em;
  color: #3d5574;
}
@media only screen and (min-width: 30em) {
  h1 {
    font-size: 2.45em;
    /* mintab 480w */
  }
}
.home h1 {
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  color: #3d5574;
  font-weight: 300;
  line-height: 0.97560976;
  margin-bottom: 0.6097561em;
}
@media only screen and (min-width: 30em) {
  .home h1 {
    font-size: 2.05em;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 48em) {
  .home h1 {
    text-align: left;
  }
}
@media only screen and (max-width: 63.9375em) {
  .home h1 {
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 64em) {
  .home h1 {
    /* midTab 1024w */
  }
}
.home h1 .trait {
  display: block;
}
.home h1 .trait.top {
  line-height: 1.35294118;
  font-size: 0.41463415em;
  color: #96939a;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: bold;
}
.home h1 .trait.bottom {
  line-height: 1.5;
  font-size: 0.5em;
}
h2:not(.topic) {
  font-size: 1.2em;
  color: #48678e;
}
h3:not(.topic) {
  font-size: 1.1em;
  color: #698bb8;
}
h4 {
  font-size: 1em;
  color: #96939a;
}
h5 {
  font-size: 1em;
  color: #96939a;
}
h6 {
  font-size: 1em;
  color: #96939a;
}
/* ===============================================
	containers
=============================================== */
.container {
  max-width: 50em;
}
/* ===============================================
	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 1em;
  background-color: #e8e8eb;
  position: relative;
  z-index: 3000;
}
@media only screen and (min-width: 41.625em) {
  #masthead {
    padding: 0.5em 0;
    /* custom 666w */
  }
}
@media only screen and (min-width: 64em) {
  #masthead {
    font-size: 1.1em;
    width: 100%;
    padding: 0;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 81.25em) {
  #masthead {
    font-size: inherit;
    position: fixed;
    top: 0;
    z-index: 3000;
    /* desk 1300w */
  }
}
#masthead .container {
  width: 100%;
  max-width: none;
}
@media only screen and (min-width: 64em) {
  #masthead .container {
    max-width: 60em;
    /* maxTab 1024w */
  }
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 1.2em;
  text-align: center;
  height: 43px;
  width: 43px;
  padding: 0;
  margin: 0;
  box-shadow: -1px 1px 0 rgba(80, 115, 161, 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: #5073a1;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  z-index: 600;
  -webkit-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
#main-nav .trigger .navicon {
  width: 12px;
  height: 8px;
  position: relative;
  display: inline-block;
  top: -0.2em;
}
#main-nav .trigger .navicon span {
  height: 2px;
  width: 100%;
  background: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: width 0.3s ease, top 0.3s ease, left 0.3s ease, transform 0.3s ease;
  transition: width 0.3s ease, top 0.3s ease, left 0.3s ease, transform 0.3s ease;
}
#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: #5073a1;
}
#main-nav .trigger:hover .navicon span {
  /* background:@color1; */
}
#main-nav .open .trigger {
  color: #5073a1;
}
#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) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#main-nav .open .trigger .navicon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: 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,  fade(#fff, 0) 0%, fade(#fff, 99%) 100%);
		background-image: -webkit-linear-gradient(top,  fade(#fff, 0) 0%,fade(#fff, 99%) 100%);
		background-image: linear-gradient(to bottom,  fade(#fff, 0) 0%,fade(#fff, 99%) 100%);
		*/
  position: relative;
  float: right;
  z-index: 550;
}
#main-nav ul li {
  clear: both;
}
#main-nav ul li a[id] {
  line-height: 2.85714286;
  font-size: 0.7em;
  text-transform: uppercase;
  color: #000;
  width: auto;
  height: 2.85714286em;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  -webkit-transition: color 0.33s ease;
  transition: color 0.33s ease;
}
#main-nav ul li a[id]:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0.6em;
  -webkit-transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  -webkit-transform: scaleX(0);
  transform: 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: #5073a1;
  text-decoration: none;
  -webkit-transition-duration: 0.15s;
  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 {
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}
#main-nav ul ul {
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
  background: #698bb8;
  display: inline;
}
#main-nav ul ul li {
  width: 100%;
  float: left;
  background: none;
}
#main-nav ul ul li a {
  line-height: 3.07692308;
  font-size: 0.65em;
  color: #fff;
  width: 100%;
  height: 3.07692308em;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#main-nav ul li.active ul li a:hover,
#main-nav ul ul li a:hover,
#main-nav ul ul li a.active {
  text-decoration: none;
  margin-bottom: 0;
  background: #4f4f4f;
  border: none;
}
/* main-nav make li fly in all cool */
#main-nav .collapsible.open > ul {
  -webkit-animation: flyinmobilenav 0.4s 1;
  animation: flyinmobilenav 0.4s 1;
}
#main-nav .collapsible.open ul ul {
  -webkit-animation: none;
  animation: none;
}
/* make flyouts expand on mobile */
#main-nav ul ul li {
  height: 0;
  overflow: hidden;
  -webkit-transition-duration: 0.33s;
  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;
}
/* ==================================================================
	header
=================================================================== */
#hd {
  text-align: center;
  color: #5073a1;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 41.625em) {
  #hd {
    text-align: right;
    /* custom 666w */
  }
}
@media only screen and (min-width: 64em) {
  #hd {
    z-index: 3000;
    background: #3d5574;
    height: 1.75em;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 41.625em) and (max-width: 63.9375em) {
  #hd .container {
    padding: 0;
    /* range 666w - 1023oo */
  }
}
@media only screen and (min-width: 64em) {
  #hd .container {
    padding: 0;
    display: flex;
    justify-content: space-between;
    /* midTab 1024w */
  }
}
/* ===============================================
	logo
=============================================== */
.logo {
  line-height: 0;
  font-size: 0.7em;
  width: 11.25em;
  margin: 0.5em auto 1em 2%;
  display: block;
  position: relative;
}
@media only screen and (min-width: 41.625em) {
  .logo {
    position: absolute;
    top: 0;
    left: 2%;
    /* custom 666w */
  }
}
@media only screen and (min-width: 64em) {
  .logo {
    font-size: inherit;
    margin: 0;
    top: 0.6em;
    left: 0;
    display: none;
    /* maxTab 1024w */
  }
}
.logo a {
  display: inline-block;
  vertical-align: top;
}
.logo img {
  width: 11.25em;
}
/* ===============================================
	utility-nav
=============================================== */
#utilitynav {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  vertical-align: top;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 666px) {
  #utilitynav {
    margin-right: 100px;
  }
}
@media only screen and (min-width: 48em) {
  #utilitynav {
    margin-right: 4em;
    margin-top: 0.25em;
    font-size: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  #utilitynav {
    font-size: inherit;
    height: 1.75em;
    margin: 0;
  }
}
#utilitynav ul {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background-color: #698bb8;
  overflow: hidden;
}
#utilitynav ul li {
  line-height: 0;
  width: auto;
  margin: 0 0 0 0em;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#utilitynav ul li a[id] {
  width: 10em;
  background-color: #698bb8;
}
#utilitynav ul li a[id]:hover {
  background-color: #fff;
  color: #5073a1;
}
#utilitynav ul li a[id]:hover:before {
  color: #5073a1;
}
#utilitynav ul li a[id]:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  content: "\f2bd";
  display: inline-block;
  position: relative;
  transition: 0.4s;
}
#utilitynav a {
  width: 11.5em;
  font-size: 0.6em;
  line-height: 2.83333333;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background-color: #5073a1;
  display: inline-block;
  transition: background-color 0.3s, color 0.3s;
}
@media only screen and (min-width: 64em) {
  #utilitynav a:hover {
    background-color: #fff !important;
    color: #5073a1 !important;
  }
  #utilitynav a:hover span {
    color: #5073a1;
  }
}
#utilitynav a:nth-child(1) {
  width: 9.5em;
}
#utilitynav a:nth-child(2) {
  width: 14.33333333em;
  background-color: #5d7fac;
}
#utilitynav a:nth-child(3) {
  width: 9.91666667em;
  background-color: #698bb8;
}
#utilitynav a span,
#utilitynav a:before {
  color: #fff;
  margin-right: 0.25em;
  display: inline-block;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #utilitynav {
    width: 35em;
  }
  #utilitynav a:nth-child(1) {
    width: 10.83333333em;
  }
  #utilitynav a:nth-child(2) {
    width: 15.83333333em;
    background-color: #5d7fac;
  }
  #ft .marker {
    margin-left: 16em !important;
  }
}
/* ===============================================
	Bottom Nav
=============================================== */
.bottom-nav {
  display: flex;
  justify-content: center;
  gap: 2em;
  margin-top: 1em;
  max-width: 20em;
}
@media only screen and (min-width: 41.625em) {
  .bottom-nav {
    display: flex;
    justify-content: space-between;
    width: 92%;
    margin: auto;
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 48em) {
  .bottom-nav {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .bottom-nav {
    font-size: inherit;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 5.4em;
    max-width: 60em;
    width: 100%;
  }
}
.bottom-nav .logo {
  display: none;
}
@media only screen and (min-width: 64em) {
  .bottom-nav .logo {
    display: block;
    position: relative;
    left: auto;
    top: auto;
    transform: translateX(-1.2em) translateY(0.05em);
  }
}
.bottom-nav .doc,
.bottom-nav .phone {
  color: #48678e;
  font-size: 0.9em;
}
@media only screen and (min-width: 64em) {
  .bottom-nav .doc,
  .bottom-nav .phone {
    transform: translateY(0.27777778em);
  }
}
@media only screen and (min-width: 64em) {
  .bottom-nav .doc:hover {
    text-decoration: underline;
  }
}
/* ===============================================
	socialmedia || aka social-icons
=============================================== */
.socialmedia {
  line-height: 0;
  text-align: center;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 1em 0 0;
  position: relative;
  z-index: 300;
}
.socialmedia a {
  line-height: 1.53846154;
  font-size: 0.65em;
  color: #fff;
  height: 1.53846154em;
  width: 1.53846154em;
  border-radius: 50%;
  margin: 0 2px 0 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.3s !important;
}
.socialmedia a:nth-last-of-type(1) {
  margin: 0;
}
.socialmedia a:hover {
  color: #fff;
  z-index: 400;
  -webkit-transform: scale(1.44);
  transform: scale(1.44);
}
.socialmedia a .icon {
  position: relative;
}
/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  font-size: 2vw;
  text-align: center;
  color: #fff;
  background: #000;
  min-height: 38.0952381vw;
  /* adjust to match slideshow height from proof */
  position: relative;
  z-index: 400;
  box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.35);
}
@media only screen and (min-width: 48em) {
  #slideshow {
    padding-top: 4.85em;
    padding-bottom: 5em;
    background: url("../images/spotlight/slideshow-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 64em) {
  #slideshow {
    font-size: inherit;
    width: 100%;
    margin-top: 7.1em;
    top: 0;
    /* maxTab 1024w */
  }
}
#slideshow #home-slideshow {
  width: 100%;
  margin: 0;
}
@media only screen and (min-width: 48em) {
  #slideshow #home-slideshow {
    width: 90%;
    max-width: 60em;
    margin: auto;
    box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.35);
  }
}
@media only screen and (min-width: 64em) {
  #slideshow #home-slideshow {
    position: relative;
    /* maxTab 1024w */
  }
  #slideshow #home-slideshow .hpslide {
    max-width: none;
    width: 100%;
  }
}
#slideshow .ssoverlay {
  line-height: 0.875;
  font-size: 2em;
  color: currentcolor;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  z-index: 420;
}
#slideshow .ssoverlay .trait {
  line-height: 1;
  font-size: 2em;
  text-transform: uppercase;
  display: block;
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
}
.spotlight > div {
  position: relative;
}
/* ==================================================================
	spot01 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=================================================================== */
.spot01 {
  background: #fff;
  padding: 3.75em 0;
  position: relative;
}
.spot01:before {
  content: '';
  position: absolute;
  display: none;
  height: 100%;
  width: 100%;
  background: url("../images/spotlight/purty-wood.png");
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
  opacity: 0.5;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 48em) {
  .spot01 {
    padding-top: 2.95em;
    padding-bottom: 2.8em;
    background-color: #fff;
  }
  .spot01:before {
    display: block;
  }
}
.spot01 .container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  font-size: min(3vw, 1em);
  max-width: 50.65em;
}
@media only screen and (min-width: 48em) {
  .spot01 .container {
    font-size: min(1.7vw, 1em);
    justify-content: space-between;
  }
}
.spot01 a {
  display: inline-block;
  position: relative;
  margin-bottom: 2em;
  perspective: 700px;
}
@media only screen and (min-width: 48em) {
  .spot01 a {
    margin: 0;
  }
}
@media only screen and (min-width: 64em) {
  .spot01 a:hover .image-box {
    transform: rotateY(180deg);
  }
  .spot01 a:hover .image-box .frontside {
    opacity: 0 !important;
  }
  .spot01 a:hover .image-box .backside {
    opacity: 1 !important;
  }
}
.spot01 a .image-box {
  position: relative;
  width: 11.55em;
  height: 11.55em;
  margin-bottom: 0.7em;
  transform-style: preserve-3d;
  transition: transform 0.6s;
  border: 0.25em solid #fff;
  border-radius: 50%;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
}
.spot01 a .image-box img {
  border-radius: 50%;
  background-color: #fff;
  width: 100%;
  height: auto;
  display: block;
  opacity: 1;
}
.spot01 a .image-box .frontside {
  transition: opacity 0.3s;
  opacity: 1;
  backface-visibility: hidden;
}
.spot01 a .image-box .backside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transform: rotateY(180deg);
  display: none;
  opacity: 1;
  transition: opacity 0.3s;
  z-index: -2;
  backface-visibility: hidden;
}
@media only screen and (min-width: 64em) {
  .spot01 a .image-box .backside {
    display: block;
  }
}
.spot01 a h2 {
  color: #3d5574;
  font-size: 0.95em;
  line-height: 1.05263158;
  text-align: center;
  margin: 0;
}
.spot01 a h2 span {
  display: block;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .spot01 a:hover .image-box .backside {
    backface-visibility: visible;
  }
}
/* ==================================================================
	
	subnav || aka subnav-outer || aka ipSub
	TOP OF PAGE orientation - for sidebar orientation scroll or search down to 'side oriented' [=
	
=================================================================== */
/* TOP ORIENTED */
/* ==================================================================
	content || aka .interior-content
=================================================================== */
#bd {
  padding: 3em 0;
  padding: 0 0 3em;
  background: #f3f3f5;
  position: relative;
  z-index: 400;
}
body.appointment-request #bd {
  padding-bottom: 5em;
}
@media only screen and (min-width: 48em) {
  #bd {
    padding: 3.32em 0 3.31em;
    /* midTab 780w */
  }
}
@media only screen and (min-width: 64em) {
  #bd {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1300px) {
  #bd {
    padding-top: 12.5em;
  }
}
@media only screen and (min-width: 1600px) {
  #bd {
    min-height: 70em;
  }
}
#bd .container {
  max-width: 60em;
}
#bd .hero {
  display: none;
}
@media only screen and (min-width: 64em) {
  #bd .hero {
    display: block;
    z-index: -1;
  }
}
@media only screen and (min-width: 1600px) {
  #bd .hero {
    position: absolute;
    bottom: 0;
  }
}
@media only screen and (min-width: 48em) {
  #content {
    max-width: 38.5em;
    width: 64.16666667%;
    float: left;
    /* midTab 780w */
  }
  #content p {
    text-align: justify;
  }
}
#content .content-text {
  line-height: 1.5;
}
@media only screen and (min-width: 81.25em) {
  #content .content-text {
    font-size: .9em;
    /* desk 1300w */
  }
}
/* ==================================================================
	.home content || aka #home-content
=================================================================== */
.home #bd {
  padding: 4.55em 0 2.5em;
  position: relative;
  background: #fff;
}
@media only screen and (min-width: 1600px) {
  .home #bd {
    min-height: auto;
  }
}
.home #bd .container {
  max-width: 60em;
}
@media only screen and (min-width: 48em) {
  .home #bd #content {
    width: 100%;
    max-width: 35em;
    float: none;
    margin-left: auto;
    margin-right: auto;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 64em) {
  .home #bd #content {
    float: left;
    max-width: 29.1em;
  }
}
@media only screen and (min-width: 81.25em) {
  .home #bd #content {
    margin-left: 0;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 81.25em) {
  .home #bd #content .content-text {
    font-size: .9em;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 48em) {
  .home #bd #content p {
    text-align: left;
    /* midTab 768w */
  }
}
.home #bd #content a {
  color: #698bb8;
  text-decoration: underline;
}
.home #bd #content a:hover {
  color: #3d5574;
}
.home-image {
  display: none;
}
body.home .home-image {
  display: none;
}
@media only screen and (min-width: 1024px) {
  body.home .home-image {
    display: block;
    position: absolute;
    top: -4.55em;
    bottom: -2.5em;
    left: 50%;
    width: 47em;
    margin-left: 3em;
  }
  body.home .home-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    margin: 0;
  }
}
/* ==================================================================
	Spot 02
=================================================================== */
.spot02 {
  background-color: #48678e;
  padding: 3.75em 0;
}
@media only screen and (min-width: 768px) {
  .spot02 {
    padding-top: 5.8em;
    padding-bottom: 5.45em;
  }
}
.spot02 .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 96%;
  max-width: 22.5em;
  margin: auto;
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .spot02 .container {
    max-width: 44.8em;
  }
}
@media only screen and (min-width: 1300px) {
  .spot02 .container {
    font-size: inherit;
    justify-content: space-between;
  }
}
.spot02 a {
  display: inline-block;
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .spot02 a {
    margin: 0;
  }
}
.spot02 a:nth-of-type(1) .box img {
  width: 2.45em;
  height: 1.85em;
}
.spot02 a:nth-of-type(2) .box img {
  width: 1.9em;
  height: 2.5em;
}
.spot02 a:nth-of-type(3) .box img {
  width: 1.55em;
  height: 2.3em;
}
.spot02 a:nth-of-type(4) .box img {
  width: 1.75em;
  height: 2.65em;
}
.spot02 a:nth-of-type(5) .box img {
  width: 3.05em;
  height: 1.5em;
}
.spot02 a:hover .box {
  box-shadow: 6px 10px 12px 0px rgba(0, 0, 0, 0.25), inset 4px 7px 8px 0px rgba(0, 0, 0, 0.25);
}
.spot02 a:hover .box img {
  filter: drop-shadow(6px 10px 12px rgba(0, 0, 0, 0.25));
  transform: scale(1.1);
}
.spot02 a:hover h2 {
  text-shadow: 6px 10px 12px rgba(0, 0, 0, 0.25);
}
.spot02 a .box {
  height: 6.05em;
  width: 6.05em;
  background-color: #698bb8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.25em solid #fff;
  margin: auto;
  margin-bottom: 0.75em;
  box-shadow: 6px 10px 12px 0px rgba(0, 0, 0, 0), inset 4px 7px 8px 0px rgba(0, 0, 0, 0.25);
  transition: box-shadow 0.3s;
}
.spot02 a .box img {
  transition: filter 0.3s, transform 0.3s;
}
.spot02 a h2 {
  color: #fff;
  font-size: 0.85em;
  line-height: 1.11764706;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  transition: text-shadow 0.3s;
}
.spot02 a h2 span {
  display: block;
}
/* ==================================================================
	Spot 03
=================================================================== */
.spotlight .spot06 {
  position: relative;
  background-color: #fff;
  padding-top: 4.75em;
  padding-bottom: 5em;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .spotlight .spot06 {
    position: relative;
    font-size: 20px;
  }
  .spotlight .spot06:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: url("../images/spotlight/purty-wood.png");
    background-size: contain;
    background-position: center;
    background-repeat: repeat;
    opacity: 0.5;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
@media only screen and (min-width: 1300px) {
  .spotlight .spot06 {
    font-size: inherit;
  }
}
.spotlight .spot06 h2 {
  font-size: 2.25em;
  line-height: 1em;
  text-align: center;
  font-weight: 300;
  margin-bottom: 0.95555556em;
}
.spotlight .spot06 a {
  position: static;
}
.spotlight .spot06 a .fauxshow .cycle-slide:hover {
  opacity: 0.66;
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
.spotlight .spot06 .fauxshow {
  max-width: 90em;
  display: block;
}
@media only screen and (max-width: 63.9375em) {
  .spotlight .spot06 .fauxshow {
    width: 250%;
    margin: 0 -25%;
    /* desk OO */
  }
}
@media only screen and (min-width: 64em) {
  .spotlight .spot06 .fauxshow {
    font-size: 1vw;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    /* maxTab */
  }
}
@media only screen and (min-width: 125em) {
  .spotlight .spot06 .fauxshow {
    font-size: inherit;
    /* custom */
  }
}
.spotlight .spot06 .fauxshow .cycle-slide {
  width: 16.66666667%;
  padding: 0 0.27777778%;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: filter 0.33s ease-in-out, -webkit-filter 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transition: filter 0.33s ease-in-out, -webkit-filter 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
/* ==================================================================
	custom content
=================================================================== */
.mediaslider {
  text-align: center;
}
.mediaslider .cycle-slideshow {
  width: 100%;
  margin: 0.5em 0 1.5em;
  position: relative;
}
.mediaslider .cycle-slideshow .cycle-slide {
  padding: 0 5%;
}
.mediaslider .cycle-slideshow > div {
  font-size: 2.8em;
  color: #5073a1;
  position: absolute;
  top: 50%;
  z-index: 900;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.mediaslider .cycle-slideshow > div span {
  -webkit-transition: transform 0.35s ease, opacity 0.35s ease;
  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 {
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.mediaslider .cycle-slideshow > div.cycle-next {
  text-align: right;
  direction: rtl;
  right: 0;
}
.mediaslider .cycle-slideshow > div.cycle-next span {
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.mediaslider .cycle-slideshow > div:hover {
  cursor: pointer;
}
.mediaslider .cycle-slideshow > div:hover span {
  -webkit-transform: scale(1.44);
  transform: scale(1.44);
  opacity: 0.68;
}
/* ===============================================
 		common treatments
=============================================== */
.before-after-image {
  width: 44%;
  display: inline-block;
  vertical-align: top;
}
.before-after-image img,
.before-after-image span {
  display: block;
}
@media only screen and (min-width: 48em) {
  .before-after-image img,
  .before-after-image span {
    width: 100%;
  }
}
@media only screen and (min-width: 48em) {
  .before-after-box,
  p.before-after-text {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
}
/* comment line below if patient login is live and legit */
.financial-information #financial-online-services {
  display: none;
}
/* preventive-care */
.preventive-care #content ul {
  display: inline-block;
}
/* reduces dimensions of coronavirus tab */
#coronavirus-update {
  font-size: 0.85em;
  padding: 0.5em 1.25em !important;
  left: 0.5em !important;
}
@media only screen and (min-width: 81.25em) {
  #coronavirus-update {
    font-size: 1em;
    /* desk 1300w */
  }
}
/* ==================================================================
	meet the team page classes for individual and full team images 
=================================================================== */
.staff {
  width: 45%;
  max-width: 10em;
  margin: 0 0 1em 1em;
  display: block;
  float: right;
}
.team {
  width: 100%;
  max-width: 1000px;
  margin: 2% auto;
  display: block;
}
/* ==================================================================
	sitemap
=================================================================== */
.sitemap #content .column > ul > li {
  margin-bottom: 1.45em;
}
.sitemap #content ul {
  margin-left: 0px;
  list-style: none;
  margin-bottom: 0;
}
.sitemap #content ul a {
  line-height: 1.125;
  font-size: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  color: #48678e;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.sitemap #content ul ul li a {
  line-height: 1.8;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  color: #4f4f4f;
  margin-left: 0;
  /*to increase space adjust [body.sitemap #bd ul ul li] below*/
}
.sitemap #content a:hover {
  text-decoration: underline;
  color: #5073a1;
}
body.sitemap #bd ul li {
  list-style: none;
}
body.sitemap #bd ul ul li {
  list-style: none;
  /*list-style-image:none;*/
  margin-left: 0;
  /*default=15px*/
}
body.sitemap #content .width1 {
  width: 100%;
}
@media only screen and (min-width: 48em) {
  body.sitemap #content .width1 {
    width: 50%;
    /*default 50%*/
    /* midTab 768w */
  }
  body.sitemap #content .width1:not(.first) {
    width: auto;
    float: right;
  }
}
/* global override */
/* ==================================================================
	sidebar
=================================================================== */
#sidebar {
  width: 110%;
  margin: 0 -5% 3em;
  display: block;
  padding: 0;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 48em) {
  #sidebar {
    width: 28.66666667%;
    margin: 0 0 1em;
    float: right;
    clear: right;
    display: flex;
    flex-direction: column;
    /* midTab 768w */
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
  width: 100%;
  max-width: 17.2em;
  margin: 0 auto 6%;
  padding: 0;
  display: none;
  border-radius: 50%;
}
@media only screen and (min-width: 48em) {
  #hide-stock {
    margin-bottom: 1em;
    display: block;
    order: 1;
    /* midTab 768w */
  }
}
#hide-stock img {
  border-radius: 50%;
  border: 0.4em solid #fff;
  box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.1);
}
.stock {
  width: 100%;
  position: relative;
}
/* ===============================================
	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 || aka subnav-outer || aka ipSub || SIDE ORIENTED
=================================================================== */
#subnav {
  text-align: center;
  color: #4f4f4f;
  margin: 0 0 6%;
  position: relative;
  overflow: hidden;
  background-color: #5073a1;
}
@media only screen and (max-width: 47.94em) {
  #subnav {
    padding: 3em 10% 4em;
    /* midTab opt-out 767oo */
  }
}
@media only screen and (min-width: 48em) {
  #subnav {
    padding: 0em 1em 4em;
    order: 2;
    background-color: transparent;
    /* midTab 768w */
  }
}
#subnav h2.topic {
  line-height: 2.16666667;
  font-size: 1.2em;
  text-align: inherit;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  height: 2.16666667em;
  width: 100%;
  margin: auto;
  display: block;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 48em) {
  #subnav h2.topic {
    color: #3d5574;
  }
}
#subnav p {
  line-height: 1.5;
  font-size: 0.6em;
  text-transform: uppercase;
  width: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
}
#subnav a {
  color: #fff;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  margin: 0.2em 0.8em;
  position: relative;
}
@media only screen and (min-width: 48em) {
  #subnav a {
    clear: left;
    margin: 0.2em 0;
    color: #4f4f4f;
    display: block;
    margin: auto;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 81.25em) {
  #subnav a {
    margin: 0;
    /* desk 1300w */
  }
}
#subnav a:hover,
#subnav a.active {
  color: #fff;
  text-decoration: underline;
}
@media only screen and (min-width: 48em) {
  #subnav a:hover,
  #subnav a.active {
    color: #698bb8;
    text-decoration: none;
  }
}
/* END SIDEBAR - */
/* ==================================================================
	.spotlight
=================================================================== */
/* ===============================================
	spot04 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot04 {
  font-size: 3vw;
  padding: 3em 0;
  background-color: #5073a1;
}
@media only screen and (min-width: 30em) {
  .spot04 {
    font-size: 2.3vw;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot04 {
    font-size: inherit;
    /* custom 666w */
  }
}
@media only screen and (min-width: 48em) {
  .spot04 {
    padding: 5em 0;
    /* midTab 768w */
  }
}
.spot04 a {
  color: #5073a1;
  width: 11.8em;
  height: 11.8em;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  margin: 2%;
  padding: 4em 0 0;
  background-color: #fff;
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: transform 0.33s ease-in-out, background-color 0.33s ease-in-out, color 0.33s ease-in-out;
  transition: transform 0.33s ease-in-out, background-color 0.33s ease-in-out, color 0.33s ease-in-out;
}
.spot04 a:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transform: scale(1.23);
  transform: scale(1.23);
  z-index: 400;
}
.spot04 a .decoration {
  width: 2em;
  margin: 0 auto 1em;
  -webkit-transition: transform 0.33s ease-in-out;
  transition: transform 0.33s ease-in-out;
}
.spot04 a h3.topic {
  line-height: 1.11111111;
  font-size: 0.9em;
  text-align: center;
  color: currentcolor;
  width: 100%;
  display: block;
}
.spot04 a h3.topic .trait {
  font-weight: 700;
  text-transform: uppercase;
}
/* ===============================================
	spot05 || COMMON TESTIMONIAL SLIDESHOW SECTION EXAMPLE
=============================================== */
.spot05 {
  padding: 3em 0;
  background-color: #ccc;
}
@media only screen and (min-width: 48em) {
  .spot05 {
    padding: 5em 0;
    /* midTab 768w */
  }
}
.spot05 .cycle-slideshow {
  color: #5073a1;
  width: 96%;
  max-width: 30em;
  margin: 0 auto;
  display: block;
}
.spot05 .cycle-slideshow:hover {
  color: #3f5b7f;
}
.spot05 .cycle-slide {
  width: 100%;
  display: block;
  -webkit-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
.spot05 .testimony {
  line-height: 2.30769231;
  font-size: 0.75em;
  display: block;
}
.spot05 .testifier {
  line-height: 3.30769231;
  font-size: 0.65em;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}
.spot05 .controls {
  line-height: 0;
  width: 96%;
  max-width: 40em;
  margin: 1em auto;
  display: block;
}
@media only screen and (min-width: 48em) {
  .spot05 .controls {
    text-align: right;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    /* midTab 768w */
  }
}
.spot05 .controls > a {
  line-height: 2.5;
  font-size: 1em;
  text-align: center;
  color: #fff;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  background-color: #5073a1;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
.spot05 .controls > a:hover {
  -webkit-transform: scale(1.44);
  transform: scale(1.44);
  opacity: 0.5;
}
.spot05 .controls > a.prev {
  margin-right: 1em;
}
@media only screen and (min-width: 48em) {
  .spot05 .controls > a.prev {
    float: left;
    /* midTab 768w */
  }
}
/* ==================================================================
	association logos 
=================================================================== */
.associationlogos {
  text-align: center;
  padding: 2em 0;
  background: #fff;
  position: relative;
}
@media only screen and (max-width: 47.94em) {
  .associationlogos {
    font-size: 2vw;
    /* midTab opt-out 767oo */
  }
}
@media only screen and (min-width: 48em) {
  .associationlogos {
    font-size: 1.25vw;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 64em) {
  .associationlogos {
    font-size: inherit;
    /* maxTab 1024w */
  }
}
.associationlogos a {
  margin: 2%;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: opacity 0.33s ease-in-out, transform 0.33s ease-in-out;
  transition: opacity 0.33s ease-in-out, transform 0.33s ease-in-out;
}
@media only screen and (min-width: 48em) {
  .associationlogos a {
    margin: 0 1em;
    /* midTab 768w */
  }
}
.associationlogos a:hover {
  -webkit-transform: scale(0.88);
  transform: scale(0.88);
  opacity: 0.5;
}
.associationlogos a.invisalign {
  width: 9.5em;
  height: 2.55em;
}
.associationlogos a img,
.associationlogos a svg {
  width: 100%;
  height: 100%;
  display: block;
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
}
#ft .bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  display: none;
}
@media only screen and (min-width: 48em) {
  #ft .bg {
    display: block;
  }
}
#ft a {
  color: #fff;
  -webkit-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
#ft .marker {
  position: absolute;
  display: none;
  transition: transform 0.3s;
}
#ft .marker img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 48em) {
  #ft .marker {
    display: block;
    left: 50%;
    margin-left: 12em;
    top: 6.5em;
  }
}
@media only screen and (min-width: 64em) {
  #ft .marker {
    margin-left: 18.7em;
    top: 12em;
  }
  #ft .marker:hover {
    transform: scale(1.2);
  }
}
@media only screen and (min-width: 64em) {
  #ft .marker {
    margin-left: 17em;
    top: 11.3em;
  }
}
/* ===============================================
		locations || aka ft-location
=============================================== */
#location {
  width: 100%;
  padding: 3em 0;
  background-color: #3d5574;
  display: block;
}
@media only screen and (min-width: 48em) {
  #location {
    text-align: right;
    width: 50%;
    margin-right: 50%;
    background-color: #3d5574;
    position: relative;
    padding: 5em 0;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 64em) {
  #location {
    padding-top: 9.2em;
    padding-bottom: 9.55em;
  }
}
@media only screen and (min-width: 81.25em) {
  #location {
    margin-right: calc(50% + 4px);
    padding-right: 2em;
    float: right;
    /* desk 1300w */
  }
}
#location .mod {
  text-align: center;
  width: 100%;
  max-width: 20em;
  display: block;
}
@media only screen and (max-width: 47.9375em) {
  #location .mod {
    margin: 0 auto;
    /* midTab opt-out 768oo */
  }
}
@media only screen and (min-width: 48em) {
  #location .mod {
    margin: 0 0 0 auto;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 64em) {
  #location .mod {
    width: 9.15em;
    font-size: 20px;
    margin-right: 8.2em;
  }
}
@media only screen and (min-width: 1300px) {
  #location .mod {
    font-size: inherit;
  }
}
#location .footer-logo {
  display: block;
  margin: auto;
  margin-bottom: 0.75em;
  font-size: 20px;
}
@media only screen and (min-width: 1300px) {
  #location .footer-logo {
    font-size: inherit;
  }
}
#location .footer-logo span {
  display: block;
}
#location .footer-logo .top {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1.75em;
  line-height: 0.91428571;
  font-weight: 300;
  margin: 0;
  text-transform: uppercase;
}
#location .footer-logo .bottom {
  line-height: 1.21428571;
  font-size: 0.7em;
  font-weight: bold;
  letter-spacing: 0.14em;
  color: #fff;
  text-transform: uppercase;
}
#location .address {
  line-height: 1.1;
  font-size: 1em;
  margin: 0 auto;
  display: block;
}
#location .address:hover {
  color: #fff;
  text-decoration: underline;
}
#location .address:hover .marker {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#location .phone {
  line-height: 1.1;
  font-size: 1em;
  display: block;
  margin-bottom: 2.3em;
}
#location .officehours {
  line-height: 1.11111111;
  font-size: 0.9em;
  width: 16.66666667em;
  margin: 7em auto 0;
  display: block;
}
#location .officehours .days,
#location .officehours .hours {
  width: 48%;
  display: inline-block;
  vertical-align: top;
}
/* ==================================================================
		#links || aka ft-design-credit
=================================================================== */
#links {
  text-align: center;
  color: #fff;
  padding: 2em 0;
  margin: 0;
  background-color: #4f4f4f;
  box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
}
#links .container {
  max-width: 60em;
}
@media only screen and (min-width: 48em) {
  #links {
    height: 2.60em;
    padding: 0.025em 0 0;
    margin-top: -0.05em;
    margin-bottom: -0.05em;
    /* midTab 768w  */
  }
}
#links .util {
  line-height: 2.5;
  font-size: 0.6em;
  margin-bottom: 2em;
}
@media only screen and (min-width: 30em) {
  #links .util {
    line-height: 4.16666667;
    width: auto;
    margin: 0;
    float: left;
    /* mintab 480w */
  }
}
#links .util a {
  padding-top: 0.08333333em;
  color: #fff;
  -webkit-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
#links .util a:hover {
  text-decoration: underline;
}
#links .util a,
#links .util .divider {
  display: inline-block;
}
#links .util .divider {
  margin: 0 0.6em;
}
/* ===============================================
		sesame link
=============================================== */
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;
  -webkit-transition: fill 0.33s ease-in-out;
  transition: fill 0.33s ease-in-out;
}
/* ===============================================
	backToTop
=============================================== */
#btt {
  text-align: center;
  display: block;
  width: 100%;
  margin: 0;
  position: relative;
  background-color: #698bb8;
  width: 6em;
  margin: auto;
  box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
}
@media only screen and (min-width: 30em) {
  #btt {
    float: right;
    /* mintab 480w */
  }
}
a#backtotop {
  line-height: 3.84615385;
  font-size: 0.65em;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  display: block;
  vertical-align: top;
  font-weight: bold;
  line-height: 3.92307692em;
  padding-top: 0.07692308em;
  -webkit-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out, background-color 0.3s;
}
a#backtotop:hover {
  color: #5073a1;
  background-color: #fff;
}
/*superlative*/
/************************************************************************************************************************************************/
/* hide double hr aka div.hr */
hr,
.types-of-braces #content div.clear {
  font-size: inherit;
  height: 1px;
  width: 100%;
  margin: 1.58em 0;
  background: #666;
  border: none;
  display: block;
}
/* ===============================================
	success message
=============================================== */
.success {
  text-transform: none;
  font-weight: 400;
  color: #fff;
  width: 100%;
  padding: 1rem;
  float: left;
  background: #5073a1;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-size: smaller;
  color: #fff;
  height: 38px;
  padding: 0 1.5em;
  background-color: #5073a1;
  border: 1px solid #5073a1;
  -webkit-transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out;
}
form button:hover {
  color: #fff;
  border-color: #5073a1;
  background-color: #5073a1;
}
form p {
  height: auto;
}
/* ===============================================
	chat widget resize for mobile use comfort
=============================================== */
#bc-chat-container {
  font-size: 0.8em !important;
}
.bc-minimize-state {
  width: 11.8em !important;
  height: 7.7em !important;
}
/************************************************************************************************************************************************/
/* end superlatives */
/* ===============================================
Tablet
Supports 48em (768px) and up
=============================================== */
@media only screen and (min-width: 48em) {
  /* ===============================================
	blanket content sidebar hide
=============================================== */
  /* ===============================================
	custom content
=============================================== */
  /*.success{ width:66%; }*/
  /*table.office-hours{ max-width:50%; }*/
  .before-after-box,
  p.before-after-text {
    width: 100%;
  }
  .speed-system img[alt='Speed Braces'] {
    display: block;
  }
  /* ===============================================
	PAGE SPECIFIC
=============================================== */
  .which-is-right-for-me #content p {
    display: inline-block;
    float: left;
  }
  .which-is-right-for-me #content a[href^='/sesame_media/docs/'] {
    text-align: center;
    display: block;
    width: 100%;
    clear: both;
  }
  .which-is-right-for-me #content a[href^='/sesame_media/docs/'] img {
    display: inline-block;
  }
  .in-ovation-testimonials .embed-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  [class^='inovation-chart-'] {
    display: inline-block;
    max-width: 50%;
  }
  .in-ovation-before-after #content p {
    text-align: center;
    margin-bottom: 0;
  }
  .in-ovation-before-after .content-text h3 {
    text-align: center;
  }
  .in-ovation-before-after .content-text .img-left,
  .in-ovation-before-after .content-text .border {
    max-width: 44%;
    float: none;
    display: inline-block;
    margin: 2%;
  }
  .in-ovation-videos .content-text h2 {
    text-align: center;
  }
  .in-ovation-videos .content-text .embed-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  body[class*='in-ovation'] .img-right {
    max-width: 40%;
  }
  /*END*/
}
/* ===============================================
Large Tablet Stylings
Supports 64em (1024px) and up
=============================================== */
@media only screen and (min-width: 64em) {
  /* ==================================================================
	main-nav
=================================================================== */
  /* ==================================================================
	main-nav
=================================================================== */
  #main-nav {
    font-size: inherit;
    width: 100%;
    text-align: left;
    height: 1.75em;
    margin-top: 0em;
    position: relative;
    top: auto;
    z-index: 2900;
    box-shadow: none;
    /*background:none;*/
  }
  #main-nav .container {
    background: none;
    max-width: left;
  }
  #main-nav div.collapsible {
    margin: 0 auto;
  }
  #main-nav ul {
    height: 1.75em;
    width: auto;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    position: static;
    float: left;
    margin-left: 0.15em;
  }
  #main-nav ul li {
    height: 100%;
    margin: 0 0.85em 0 0;
    background: none;
    position: relative;
    vertical-align: top;
    float: none;
    clear: none;
  }
  #main-nav ul li.active a[id],
  #main-nav ul li:hover a[id] {
    color: #fff;
  }
  #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;
    text-decoration: none;
    height: 100%;
    z-index: 3000;
    color: #fff;
  }
  #main-nav ul li a[id]:after {
    bottom: 0em;
    height: 0.35714286em;
    background: #698bb8;
  }
  #main-nav ul ul {
    width: auto;
    height: auto;
    padding: 1em 0;
    z-index: 2800;
    position: absolute;
    display: none;
  }
  #main-nav ul ul li {
    width: 100%;
    height: 1.25em;
    margin: 0;
    padding: 0;
    opacity: 1;
    float: left;
  }
  #main-nav ul ul li a {
    line-height: 1.92307692;
    text-align: left;
    white-space: nowrap;
    height: 1.92307692em;
    width: 100%;
    padding: 0 1.92307692em;
    float: left;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
  #main-nav ul li.contact-us ul li a,
  #main-nav ul li.contact ul li a {
    text-align: right;
    float: right;
  }
  #main-nav ul li:hover ul {
    left: 0em;
    /*top:37px;*/
    display: block;
  }
  #main-nav ul li.contact-us:hover ul,
  #main-nav ul li.contact:hover ul {
    left: auto;
    right: 0em;
    margin: 0;
  }
  /*END*/
}
/* ie nonsense */
/***********************************************
target ie11: html[data-useragent*='Trident/7.0']
***********************************************/
html[data-useragent*='Trident/7.0'] {
  /* END */
}
/* custom animations */
@-webkit-keyframes flyinmobilenav {
  from {
    left: 300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@keyframes flyinmobilenav {
  from {
    left: 300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
