/* ===============================================
	.less VERSION 2.0
	
	velasquez-magaly2
	
	Sesame Communications - (c) 2021
	Written by: Ryan Postell
	All rights reserved.
	Any reproduction or intentional misuse is strictly prohibited
	
=============================================== */
/* ===============================================
					colors
=============================================== */
/* color */
/* color || hyperlinks */
/* ===============================================
					fonts
=============================================== */
/* prata-regular - latin */
@font-face {
  font-family: 'Prata';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''), url('../fonts/prata-v17-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/prata-v17-latin-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* nunito-sans-300 - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local(''), url('../fonts/nunito-sans-v11-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/nunito-sans-v11-latin-300.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* nunito-sans-regular - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''), url('../fonts/nunito-sans-v11-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/nunito-sans-v11-latin-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* nunito-sans-italic - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local(''), url('../fonts/nunito-sans-v11-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/nunito-sans-v11-latin-italic.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* nunito-sans-700 - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''), url('../fonts/nunito-sans-v11-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/nunito-sans-v11-latin-700.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
.fontN {
  font-family: 'Nunito Sans', Helvetica, Arial, sans-serif;
}
.fontP {
  font-family: 'Prata', 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: 'Nunito Sans', Helvetica, Arial, sans-serif;
}
form button {
  font-family: 'Nunito Sans', Helvetica, Arial, sans-serif;
}
body {
  font-size: 15px;
  color: #333;
  overflow: hidden;
}
@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: #28699b;
  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: #28699b;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #28699b;
  margin: 0 0 0.8em;
  text-rendering: auto;
  text-transform: uppercase;
}
h1 {
  font-size: 10vw;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0.75em;
}
@media only screen and (min-width: 30em) {
  h1 {
    font-size: 3em;
    /* mintab 480w */
  }
}
.home h1 {
  text-align: center;
  margin: 0;
}
@media only screen and (min-width: 30em) {
  .home h1 {
    font-size: 3em;
    /* mintab 480w */
  }
}
.home h1 .trait {
  display: block;
}
.home h1 .trait.top {
  line-height: 1.5;
  font-size: 0.5em;
  text-transform: none;
}
.home h1 .trait.bottom {
  line-height: 1.5;
  font-size: 0.5em;
}
h2:not(.topic) {
  font-size: 1.2em;
  color: #7494be;
}
h3:not(.topic) {
  font-size: 1.1em;
  color: #819e1a;
}
h4,
h5,
h6 {
  font-size: 1em;
  color: #432110;
}
/* ===============================================
	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: #f7f4ef;
  position: relative;
  z-index: 3000;
}
@media only screen and (min-width: 700px) {
  #masthead {
    padding: 1em 0;
  }
}
@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.ready #logo {
    left: 50%;
    transform: translateX(-50%);
    width: 29.93em;
    height: 19.33em;
    top: 17.5vw;
  }
  #masthead.ready #logo .default {
    display: none;
  }
  #masthead.ready #logo .scroll {
    display: block;
    width: 100%;
    height: auto;
  }
}
#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(40, 105, 155, 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: #28699b;
  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: #28699b;
}
#main-nav .trigger:hover .navicon span {
  /* background:@color1; */
}
#main-nav .open .trigger {
  color: #28699b;
}
#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.95);
  /*
		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;
  color: #432110;
  width: auto;
  height: 2.85714286em;
  margin: 0;
  text-transform: uppercase;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-family: 'Prata', Helvetica, Arial, sans-serif;
  -webkit-transition: color 0.33s ease;
  transition: color 0.33s ease;
}
#main-nav ul li a[id]:after {
  content: '';
  width: 100%;
  height: 7px;
  background-color: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0em;
  -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: #28699b;
  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: #28699b;
  display: inline;
}
#main-nav ul ul li {
  width: 100%;
  float: left;
  background: none;
}
#main-nav ul ul li a {
  line-height: 3.33333333;
  font-size: 0.6em;
  color: #fff;
  width: 90%;
  height: 3.33333333em;
  margin: 0;
  padding: 0;
  font-family: 'Nunito Sans', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#main-nav ul ul li a:before {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  right: 0.66666667em;
  background: #7494be;
  opacity: 0;
  top: 0;
  left: 0.66666667em;
  z-index: -1;
  transition: opacity 0.3s;
}
#main-nav ul li.active ul li a:hover,
#main-nav ul ul li a:hover,
#main-nav ul ul li.active a {
  text-decoration: none;
  color: #fff;
  margin-bottom: 0;
  border: none;
}
#main-nav ul li.active ul li a:hover:before,
#main-nav ul ul li a:hover:before,
#main-nav ul ul li.active a:before {
  opacity: 1;
}
/* 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: #28699b;
  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;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 41.625em) and (max-width: 63.9375em) {
  #hd .container {
    padding: 0.66em 55px 0.66em 0;
    /* range 666w - 1023oo */
  }
}
@media only screen and (min-width: 64em) {
  #hd .container {
    padding: 0;
    padding-top: 0.3em;
    /* midTab 1024w */
  }
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  font-size: 0.7em;
  width: 8.7em;
  margin: 0.5em auto 1em 2%;
  display: block;
  position: relative;
}
#logo .scroll {
  display: none;
}
@media only screen and (min-width: 700px) {
  #logo {
    position: absolute;
    top: 0;
    left: 2%;
    /* custom 666w */
  }
}
@media only screen and (min-width: 64em) {
  #logo {
    font-size: inherit;
    margin: 0;
    top: 1.05em;
    left: 0;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 1300px) {
  #logo {
    font-size: inherit;
    margin: 0;
    top: 1.05em;
    left: 0;
    transform: none;
    height: 2.75em;
    width: 8.7em;
    transition: transform 0.3s, left 0.3s, top 0.3s, height 0.3s, width 0.3s;
    /* maxTab 1024w */
  }
}
#logo a {
  display: inline-block;
  vertical-align: top;
}
#logo img {
  width: 8.7em;
}
/* ===============================================
	contact info
=============================================== */
#contactinfo {
  text-align: center;
  width: 100%;
  margin: 0 0 0.5em;
  display: inline-block;
  vertical-align: top;
  font-size: 17px;
}
@media only screen and (min-width: 30em) {
  #contactinfo {
    width: auto;
    margin: 0 0.5em 0 0;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 666px) {
  #contactinfo {
    font-size: inherit;
  }
}
#contactinfo .address {
  line-height: 2.41666667;
  font-size: 0.6em;
  color: #432110;
  width: auto;
  margin-right: 1em;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  #contactinfo .address {
    margin-right: 0.33333333em;
  }
  #contactinfo .address:hover {
    text-decoration: underline;
  }
}
#contactinfo .address span {
  margin-right: 0.16666667em;
  color: #6a7c27;
}
#contactinfo .phone {
  line-height: 2.41666667;
  font-size: 0.6em;
  color: #432110;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  margin-right: 0.90909091em;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 1024px) {
  #contactinfo .phone {
    margin-right: 1.08333333em;
  }
}
#contactinfo .phone span {
  margin-right: 0.41666667em;
  color: #6a7c27;
}
#contactinfo a {
  -webkit-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
#contactinfo a:hover {
  color: #28699b;
}
/* ===============================================
	utility-nav
=============================================== */
#utilitynav {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 400;
  font-size: 17px;
}
@media only screen and (min-width: 666px) {
  #utilitynav {
    font-size: inherit;
  }
}
#utilitynav a {
  line-height: 2.63636364;
  font-size: 0.55em;
  text-align: center;
  color: #fff;
  padding: 0;
  text-transform: uppercase;
  background: #28699b;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  letter-spacing: 0.08em;
  -webkit-transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
#utilitynav a span {
  margin-right: 0.18181818em;
  margin-left: 0.18181818em;
}
#utilitynav a:hover {
  color: #fff;
  background-color: #7494be;
}
#utilitynav a.appointmentrequest {
  width: 16.63636364em;
  background-color: #819e1a;
}
@media only screen and (min-width: 64em) {
  #utilitynav a.appointmentrequest {
    margin-right: 0.45454545em;
  }
  #utilitynav a.appointmentrequest:hover {
    color: #fff;
    background-color: #7494be;
  }
}
#utilitynav a.login {
  width: 11.54545455em;
  background-color: #28699b;
}
#utilitynav a.login:hover {
  color: #fff;
  background-color: #7494be;
}
/* ===============================================
	socialmedia || aka social-icons
=============================================== */
.socialmedia {
  line-height: 0;
  text-align: center;
  width: 100%;
  height: auto;
  padding: 0.75em 0;
  margin: 1em 0 0;
  position: relative;
  z-index: 300;
  border: 1px solid #fff;
  background: rgba(116, 148, 190, 0.9);
}
@media only screen and (max-width: 63.9375em) {
  .socialmedia {
    display: none;
    justify-content: center;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 64em) {
  .socialmedia {
    width: 2.45em;
    margin: 0;
    display: block;
    position: absolute;
    right: 0.5em;
    top: 12.5em;
    /* maxTab 1024w */
  }
}
.socialmedia a {
  line-height: 2;
  font-size: 0.75em;
  color: #fff;
  height: 2em;
  width: 2em;
  margin: 0 auto;
  display: block;
  vertical-align: top;
  position: relative;
  -webkit-transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
}
.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: 55vw;
  position: relative;
  z-index: 400;
}
#slideshow:before {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.2;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 64em) {
  #slideshow {
    font-size: inherit;
    width: 100%;
    margin-top: 0;
    top: 0;
    /* maxTab 1024w */
  }
}
#slideshow .welcomevid {
  width: 100%;
  vertical-align: top;
  aspect-ratio: 16 / 9;
}
#slideshow .ssoverlay {
  line-height: 0.875;
  font-size: 2em;
  color: currentcolor;
  width: 100%;
  max-width: 15.95em;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 420;
}
@media only screen and (min-width: 1300px) {
  #slideshow .ssoverlay {
    display: none;
  }
}
#slideshow .ssoverlay img {
  width: 50%;
  height: auto;
  margin: auto;
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
  z-index: 400;
}
.spotlight > div {
  position: relative;
}
/* ==================================================================
	spot01 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=================================================================== */
.spot01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: 0.2em solid #f7f4ef;
}
@media only screen and (min-width: 666px) {
  .spot01 {
    font-size: min(1.4vw, 1em);
    border: none;
    background: #f7f4ef;
    padding-top: 2.25em;
    padding-bottom: 2.25em;
  }
}
@media only screen and (min-width: 768px) {
  .spot01 {
    margin-top: 2.5em;
  }
}
@media only screen and (min-width: 1024px) {
  .spot01 {
    font-size: min(1vw, 1em);
    margin: 0;
  }
}
@media only screen and (min-width: 2000px) {
  .spot01 {
    font-size: inherit;
  }
}
.spot01 .item {
  width: 50%;
  height: 50vw;
  position: relative;
  border: 0.2em solid #f7f4ef;
}
@media only screen and (min-width: 666px) {
  .spot01 .item {
    width: 45%;
    height: 33.33vw;
    border: none;
    margin: 0.7em;
    margin-bottom: 0.75em;
  }
}
@media only screen and (min-width: 1024px) {
  .spot01 .item {
    height: 24.45em;
    width: 47em;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .spot01 .item {
    width: 45em;
  }
}
.spot01 .item:before {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.4;
  top: 0;
  left: 0;
  z-index: 5;
  transition: opacity 0.3s, background-color 0.3s;
}
@media only screen and (min-width: 768px) {
  .spot01 .item:before {
    background-color: transparent;
  }
}
.spot01 .item:after {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
  opacity: 0.3;
  top: 0;
  left: 0;
  z-index: 1;
  transition: opacity 0.3s;
}
.spot01 .item:hover:before {
  background-color: #819e1a;
  opacity: 0.9;
}
.spot01 .item:hover:after {
  opacity: 0;
}
.spot01 .item:hover h2 {
  bottom: 50%;
  transform: translateY(50%);
}
.spot01 .item img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.spot01 .item h2 {
  font-size: 0.875em;
  line-height: 1em;
  font-weight: bold;
  letter-spacing: 0.08em;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 2.33333333em;
  text-transform: uppercase;
  z-index: 10;
  color: #fff;
  text-align: center;
  margin: 0;
  transition: transform 0.3s, bottom 0.3s;
}
@media only screen and (min-width: 630px) {
  .spot01 .item h2 {
    font-size: 1.4em;
    bottom: 1.25em;
  }
}
.spot01 .button {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #fff;
  padding: 2em 0;
}
@media only screen and (min-width: 1024px) {
  .spot01 .button {
    padding-top: 3.4em;
    padding-bottom: 5.85em;
  }
}
.spot01 .spotbtn {
  display: block;
  margin: auto;
  color: #fff;
  font-size: 0.6em;
  line-height: 4;
  width: 18.33333333em;
  text-transform: uppercase;
  background: #b5baaf;
  font-weight: bold;
  text-align: left;
  padding-left: 1.58333333em;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 666px) {
  .spot01 .spotbtn:hover {
    color: #fff;
  }
  .spot01 .spotbtn:hover:before {
    width: 100%;
  }
}
.spot01 .spotbtn:before {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 4em;
  background: #b53831;
  opacity: 1;
  top: 0;
  right: 0;
  transition: width 0.3s;
  z-index: -1;
}
.spot01 .spotbtn .plus {
  position: absolute;
  height: 1.71428571em;
  font-size: 2.33333333em;
  width: 1.71428571em;
  text-align: center;
  bottom: 0;
  right: 0;
  font-weight: 400;
  color: #fff;
}
.spot01 .spotbtn .plus span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* ===============================================
	spot02 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION REVERSE
=============================================== */
.spot02 {
  color: #fff;
  background-color: #819e1a;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 41.5625em) {
  .spot02 {
    padding: 3em 0;
    /* custom opt-out 665oo */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot02 {
    font-size: min(1.4vw, 1em);
    padding-top: 4.95em;
    padding-bottom: 5em;
    display: flex;
    justify-content: center;
    align-items: center;
    /* custom 666w */
  }
}
@media only screen and (min-width: 81.25em) {
  .spot02 {
    font-size: inherit;
    /* desk 1300w */
  }
}
.spot02 .decoration {
  width: 80%;
  max-width: 35.8em;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 41.5625em) {
  .spot02 .decoration {
    margin: 0 0 1em;
    /* custom opt-out 666oo */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot02 .decoration {
    margin: 0 0 0 2.7em;
    order: 2;
  }
}
@media only screen and (min-width: 1500px) {
  .spot02 .decoration {
    margin-right: 4em;
  }
}
.spot02 .mod {
  width: 96%;
  max-width: 25.2em;
  padding: 2em 0;
  display: inline-block;
  vertical-align: middle;
  direction: ltr;
}
@media only screen and (min-width: 48em) {
  .spot02 .mod {
    text-align: right;
    padding: 0;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1300px) {
  .spot02 .mod {
    margin-top: 1.25em;
  }
}
.spot02 h2.topic {
  line-height: 1.02439024;
  font-size: 2.05em;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 0.5em;
  font-family: 'Prata', Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 666px) {
  .spot02 h2.topic {
    text-align: right;
    margin-bottom: 0.7804878em;
  }
}
.spot02 h2.topic span.trait {
  letter-spacing: 0.16em;
  line-height: 0.94285714;
  font-size: 0.85365854em;
  font-family: 'Nunito Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  display: block;
}
.spot02 .info {
  line-height: 1.2;
  font-size: 0.75em;
  max-width: 27.33333333em;
  margin: auto;
  margin-right: 0;
  margin-bottom: 4.66666667em;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .spot02 .info {
    display: block;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 1300px) {
  .spot02 .info {
    margin-bottom: 11.06666667em;
  }
}
.spot02 .spotbtn {
  letter-spacing: 0.12em;
  line-height: 3.58333333;
  font-size: 0.6em;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #fff;
  color: #28699b;
  width: 10.25em;
  height: 3.83333333em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  -webkit-transition: color 0.33s ease-in-out, background-color 0.3s;
  transition: color 0.33s ease-in-out, background-color 0.3s;
}
@media only screen and (min-width: 666px) {
  .spot02 .spotbtn {
    margin-left: auto;
    margin-right: 0;
    display: block;
  }
}
.spot02 .spotbtn:hover {
  background-color: #28699b;
  color: #fff;
}
.spot03 {
  padding-top: 3.55em;
  padding-bottom: 3.15em;
  background: #f7f4ef;
}
.spot03 .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 48em) {
  .spot03 .container {
    justify-content: space-between;
    flex-wrap: nowrap;
    max-width: 51.25em;
    margin: auto;
    width: 96%;
  }
}
.spot03 a {
  margin: 1em;
}
@media only screen and (min-width: 48em) {
  .spot03 a {
    margin: 0;
    transition: transform 0.3s;
  }
  .spot03 a:hover {
    transform: scale(1.1);
  }
}
.spot03 a:nth-of-type(1) {
  width: 7.8em;
  height: 2.1em;
}
.spot03 a:nth-of-type(2) {
  width: 7.4em;
  height: 2.65em;
}
.spot03 a:nth-of-type(3) {
  width: 11.7em;
  height: 2.05em;
}
.spot03 a:nth-of-type(4) {
  width: 7.7em;
  height: 2.15em;
}
.spot03 a img {
  width: 100%;
  height: auto;
}
/* ==================================================================
	
	subnav || aka subnav-outer || aka ipSub
	TOP OF PAGE orientation - for sidebar orientation scroll or search down to 'side oriented' [=
	
=================================================================== */
/* TOP ORIENTED */
#subnav {
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 3.75em 0;
  background: url("../images/spotlight/int-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 64em) {
  #subnav {
    padding: 13.1em 0;
    padding-top: 5em;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 1300px) {
  #subnav {
    padding-top: 9.5em;
    /* desk 1300w */
  }
}
#subnav p {
  line-height: 1.5;
  font-size: 0.6em;
  margin: 0;
  padding: 0;
}
#subnav a {
  color: #fff;
  margin: 0.2em 0.8em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
@media only screen and (min-width: 64em) {
  #subnav a {
    margin: 0;
    /* maxTab 1024w */
  }
}
#subnav a:hover,
#subnav a.active {
  color: #819e1a;
  text-decoration: none;
}
#subnav .divider {
  display: none;
}
@media only screen and (min-width: 64em) {
  #subnav .divider {
    margin: 0 0.3em;
    display: inline-block;
    vertical-align: top;
    /* maxTab 1024w */
  }
}
/* ==================================================================
	content || aka .interior-content
=================================================================== */
#bd {
  padding: 3em 0;
  background: #fff;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 48em) {
  #bd {
    padding: 3.32em 0 5.75em;
    /* midTab 780w */
  }
}
@media only screen and (min-width: 64em) {
  #bd {
    background: #819e1a;
  }
}
#bd .container {
  max-width: 56.75em;
}
#bd h1 {
  color: #28699b;
  letter-spacing: 0.14em;
  font-weight: bold;
}
@media only screen and (min-width: 30em) {
  #bd h1 {
    font-size: 2.45em;
  }
}
@media only screen and (min-width: 64em) {
  .interior-bd {
    background: #28699b;
  }
  .interior-bd .container {
    margin-top: -11.95em;
    background: #f7f4ef;
    padding: 2.5em 2.8em;
    padding-top: 4.65em;
    outline: 0.75em solid rgba(255, 255, 255, 0.5);
  }
}
.interior-bd #content p {
  color: #432110;
}
.interior-bd #content a {
  color: #819e1a;
  text-decoration: underline;
}
.interior-bd #content a:hover {
  color: #28699b;
}
#content {
  display: block;
}
@media only screen and (min-width: 48em) {
  #content {
    max-width: 37.25em;
    width: 65.63876652%;
    float: left;
    /* midTab 780w */
  }
  #content p {
    text-align: justify;
  }
}
#content .content-text {
  line-height: 1.8;
}
@media only screen and (min-width: 81.25em) {
  #content .content-text {
    font-size: 1em;
    /* desk 1300w */
  }
}
/* ==================================================================
	.home content || aka #home-content
=================================================================== */
.home #bd {
  padding: 5.75em 0 6.45em;
}
.home #bd h1 {
  margin-bottom: 0.67346939em;
}
.home #bd h1 .trait {
  display: block;
  letter-spacing: 0;
  color: #819e1a;
  font-family: 'Prata', Helvetica, Arial, sans-serif;
  text-transform: initial;
  font-size: 0.67346939em;
  font-weight: 400;
  margin-bottom: 0.09090909em;
}
.home #bd .welcome span,
.home #bd .welcome .trait {
  display: block;
  letter-spacing: 0;
  color: #819e1a;
  font-family: 'Prata', Helvetica, Arial, sans-serif;
  text-transform: initial;
  font-size: 0.67346939em;
  font-weight: 400;
  margin-bottom: 0.09090909em;
}
@media only screen and (min-width: 64em) {
  .home #bd {
    background: url("../images/spotlight/home-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 64em) {
  .home #bd .container {
    margin-top: 0em;
    background: rgba(255, 255, 255, 0.9);
    padding-top: 4.95em;
    padding-bottom: 4.75em;
    outline: 0.75em solid rgba(255, 255, 255, 0.5);
  }
}
.home #bd .container {
  max-width: 56.75em;
}
@media only screen and (min-width: 64em) {
  .home #bd .container {
    background: rgba(255, 255, 255, 0.9);
    padding-top: 4.8em;
    padding-bottom: 4.75em;
    outline: 0.75em solid rgba(255, 255, 255, 0.5);
  }
}
@media only screen and (min-width: 48em) {
  .home #bd #content {
    width: 100%;
    max-width: 51.25em;
    float: none;
    margin-left: auto;
    margin-right: auto;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 64em) {
  .home #bd #content .container {
    padding: 0;
  }
  .home #bd #content .container:before {
    display: none;
  }
}
@media only screen and (min-width: 81.25em) {
  .home #bd #content {
    /* desk 1300w */
  }
}
@media only screen and (min-width: 48em) {
  .home #bd #content .content-text {
    columns: 2;
    column-gap: 2.6em;
    width: 100%;
    max-width: 51.25em;
    margin: auto;
  }
}
@media only screen and (min-width: 81.25em) {
  .home #bd #content .content-text {
    font-size: 1em;
    /* desk 1300w */
  }
}
.home #bd #content p {
  color: #432110;
  font-size: 1em;
  line-height: 1.8;
}
@media only screen and (min-width: 48em) {
  .home #bd #content p {
    text-align: justify;
    /* midTab 768w */
  }
}
.home #bd #content a {
  color: #819e1a;
}
.home #bd #content a:hover {
  color: #28699b;
}
/* ==================================================================
	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: #28699b;
  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: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #7494be;
  -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: #432110;
  margin-left: 0;
  /*to increase space adjust [body.sitemap #bd ul ul li] below*/
}
.sitemap #content a:hover {
  text-decoration: underline;
  color: #28699b;
}
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: 100%;
  max-width: 17.35em;
  margin: 0 auto 6%;
  display: none;
  padding: 0;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 48em) {
  #sidebar {
    width: 30.57268722%;
    margin: 0 0 1em;
    float: right;
    clear: right;
    display: block;
    /* midTab 768w */
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
}
.stock {
  width: 100%;
  position: relative;
}
/* ===============================================
	show doctor image on all devices
=============================================== */
/*.home,*/
/*body[class^='meet-the-'], body[class^='meet-our-'],*/
.meet-the-doctor #sidebar,
body[class^='meet-dr-'] #sidebar,
body[class^='meet-doctor-'] #sidebar {
  display: block;
}
body[class~='blog'] #sidebar {
  display: block;
}
body[class~='blog'] #hide-stock {
  display: none;
}
/* ==================================================================
	SUBNAV || aka subnav-outer || aka ipSub || SIDE ORIENTED
=================================================================== */
/* END SIDEBAR - */
/* ==================================================================
	.spotlight
=================================================================== */
/* ===============================================
	spot04 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
/*-- -------------------------- -->
<---          Services          -->
<--- -------------------------- -*/
#services {
  padding-top: 5em;
  padding-bottom: 5em;
  background: url("../images/spotlight/services-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 500px) {
  #services {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
#services .service {
  box-shadow: 1px 7px 15px 0px rgba(0, 0, 0, 0.25);
  padding: 1.75em 1em;
  border-radius: 0.5em;
  width: 15em;
  margin: auto;
  margin-bottom: 2em;
  overflow: hidden;
  position: relative;
  background: #fff;
}
#services .service:before {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 25em;
  background: #75cae8;
  transform: rotate(15deg) translate(-50%, 0%);
  transform-origin: center;
  opacity: 0.1;
  top: 50%;
  left: 50%;
  z-index: -1;
}
#services .service h2 {
  text-align: center;
  font-family: 'Prata', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.1em;
}
#services .service p {
  display: none;
}
#services .service a {
  display: block;
  margin: auto;
  background: #75cae8;
  color: #fff;
  text-transform: uppercase;
  line-height: 3.91666667em;
  width: 9.91666667em;
  text-align: center;
  font-size: 0.6em;
  font-weight: bold;
  letter-spacing: 0.12em;
}
@media only screen and (min-width: 48em) {
  /*-- -------------------------- -->
	<---          Services          -->
	<--- -------------------------- -*/
  #services {
    text-align: center;
  }
  #services .service {
    display: inline-block;
    margin: 1em;
    box-shadow: none;
  }
}
@media only screen and (min-width: 48em) {
  /*-- -------------------------- -->
	<---          Services          -->
	<--- -------------------------- -*/
  #services {
    padding: 0;
    background: url("../images/spotlight/services-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 22.5em;
    font-size: min(1.4vw, 1em);
    margin: auto;
    margin-top: 2.5em;
    margin-bottom: 2.55em;
    width: 95%;
  }
  #services .service {
    display: inline-block;
    height: 22.5em;
    position: relative;
    width: 20%;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 0;
    background: transparent;
    margin: 0;
  }
  #services .service:hover {
    cursor: pointer;
  }
  #services .service:hover:before {
    height: 100%;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  #services .service:hover h2 {
    margin-bottom: 3em;
  }
  #services .service:hover p {
    height: 7.5em;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  #services .service:hover a {
    visibility: visible;
    height: 3.91666667em;
    line-height: 3.91666667em;
  }
  #services .service:last-of-type {
    border-right: none;
  }
  #services .service:before {
    content: '';
    position: absolute;
    display: block;
    height: 0%;
    width: 100%;
    background: #819e1a;
    opacity: 0.8;
    top: 0;
    left: 0;
    transform: none;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  #services .service .content {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 10px;
  }
  #services .service h2 {
    color: #fff;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #services .service p {
    display: block;
    font-size: 0.75em;
    color: #fff;
    line-height: 1.5;
    overflow: hidden;
    height: 0;
    margin-bottom: 1.93333333em;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  #services .service a {
    line-height: 0;
    color: #1e7ab6;
    background: #fff;
    height: 0;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    visibility: hidden;
  }
  #services .service a:hover {
    background: #d4dadc;
  }
}
@media only screen and (min-width: 1024px) {
  #services {
    font-size: min(1vw, 1em);
  }
  #services {
    height: 40em;
  }
  #services .service {
    height: 40em;
  }
}
@media only screen and (min-width: 1800px) {
  #services {
    font-size: inherit;
  }
}
/* ===============================================
	spot05 || COMMON TESTIMONIAL SLIDESHOW SECTION EXAMPLE
=============================================== */
.spot05 {
  padding: 9.2em 0 5.4em;
  background: url("../images/spotlight/reviews-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: 1em solid #fff;
}
.spot05 .cycle-slideshow {
  color: #28699b;
  width: 96%;
  max-width: 42.15em;
  margin: 0 auto;
  display: block;
}
.spot05 .cycle-slideshow:hover {
  color: #1e4e72;
}
.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: 1.13636364;
  font-size: 1.1em;
  display: block;
  color: #fff;
  margin-bottom: 0em;
}
.spot05 .testifier {
  line-height: 5.8;
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  font-family: 'Prata', Helvetica, Arial, sans-serif;
  color: #fff;
  margin-bottom: 3.13333333em;
}
.spot05 .controls {
  line-height: 0;
  width: 96%;
  max-width: 60em;
  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: 3.6em;
  height: 3.6em;
  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.14);
  transform: scale(1.14);
  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 */
  }
}
.spot05 .button {
  line-height: 2.92857143em;
  font-size: 0.7em;
  width: 8.76923077em;
  letter-spacing: 0.08em;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background-color: #819e1a;
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: background-color 0.3s, color 0.3s;
}
@media only screen and (min-width: 64em) {
  .spot05 .button:hover {
    background-color: #fff;
    color: #819e1a;
  }
  .spot05 .button:hover a {
    color: #2992b7;
  }
}
.spot05 .button:before {
  content: '';
  position: absolute;
  display: block;
  top: 0.23076923em;
  bottom: 0.23076923em;
  left: 0.23076923em;
  right: 0.23076923em;
  transition: 0.3s;
  z-index: -1;
}
.spot05 .review {
  width: 15.69230769em;
  background: #28699b;
  margin-left: 0.76923077em;
}
.spot05 .review:hover {
  color: #fff;
  background-color: #28699b;
}
.spot05 .review:hover a {
  color: #fff;
}
.spot05 .review a {
  color: #fff;
  margin-left: 0.76923077em;
  transition: transform 0.3s;
  display: inline-block;
}
.spot05 .review a:hover {
  transform: translateY(-5px);
  color: #fff;
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  padding: 5em 0 12.5em;
  position: relative;
}
@media only screen and (min-width: 48em) {
  #ft:before {
    content: '';
    position: absolute;
    display: block;
    height: 3.75em;
    width: 100%;
    background: #000;
    opacity: 0.35;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
}
@media only screen and (min-width: 64em) {
  #ft {
    padding-bottom: 8.75em;
  }
}
#ft .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* ===============================================
		locations || aka ft-location
=============================================== */
#location {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: min(5vw, 20px);
}
@media only screen and (min-width: 64em) {
  #location {
    max-width: 56.4em;
    margin: auto;
    justify-content: space-between;
    flex-direction: row;
    font-size: min(1.6vw, 1em);
  }
}
@media only screen and (min-width: 1300px) {
  #location {
    font-size: inherit;
  }
}
#location .box {
  position: relative;
  display: block;
  width: 17.75em;
  height: 17.75em;
  margin: auto;
  transition: transform 0.3s, box-shadow 0.3s;
}
@media only screen and (min-width: 64em) {
  #location .box {
    margin: 0;
  }
}
#location .box:nth-of-type(2) {
  background: #f2eee8;
}
#location .box:nth-of-type(2) .group {
  background: rgba(137, 83, 161, 0.8);
}
#location .box:nth-of-type(2) .marker {
  margin-left: 0.05em;
}
#location .box .map {
  width: 100%;
  height: auto;
}
#location .box .marker {
  position: absolute;
  width: 4.7em;
  height: 3.95em;
  left: 50%;
  margin-left: -1.25em;
  top: 6.5em;
  transition: transform 0.3s;
}
#location .box .group {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 165, 223, 0.8);
  text-align: center;
  height: 3.55em;
  padding-top: 0.5em;
}
#location .box .street,
#location .box .phone {
  font-size: 0.75em;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  display: block;
}
#location .box .street:hover {
  text-decoration: underline;
}
#location .map-box:hover .marker {
  transform: translateY(-0.35em);
}
#location .logo {
  background: #f2eee8;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 2.8em auto;
}
#location .logo img {
  width: 11.6em;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  display: block;
}
@media only screen and (min-width: 64em) {
  #location .logo {
    margin: 0;
  }
  #location .logo:hover {
    transform: scale(1.1);
    box-shadow: rgba(149, 157, 165, 0.4) 0px 8px 24px;
  }
}
#location .address {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  background: #f2eee8;
}
#location .address .name {
  color: #28699b;
  font-family: 'Prata', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.7em;
  line-height: 3.5;
  margin-top: -1.14285714em;
}
#location .address .name:hover {
  text-decoration: underline;
}
#location .address .address-line:hover {
  text-decoration: underline;
}
#location .address .address-line,
#location .address .phone {
  font-size: 0.7em;
  line-height: 1.21428571;
  color: #432110;
  display: block;
}
/* ==================================================================
		#links || aka ft-design-credit
=================================================================== */
#links {
  text-align: center;
  color: #fff;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 2.5em;
  width: 100%;
}
#links .container {
  max-width: 60em;
}
@media only screen and (min-width: 1024px) {
  #links .container {
    padding-left: 1.7em;
    padding-right: 2.25em;
  }
}
@media only screen and (min-width: 48em) {
  #links {
    height: 3.75em;
    padding: 1.125em 0 0;
    padding-top: 1.1em;
    bottom: 0;
    /* 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: 2.5;
    width: auto;
    margin: 0;
    float: left;
    /* mintab 480w */
  }
}
#links .util a {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.08em;
  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.2em;
}
/* ===============================================
		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;
}
@media only screen and (min-width: 30em) {
  #btt {
    width: auto;
    float: right;
    /* mintab 480w */
  }
}
a#backtotop {
  line-height: 2.5;
  font-size: 0.6em;
  color: #819e1a;
  font-family: 'Prata', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
a#backtotop:hover {
  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: #28699b;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-size: smaller;
  color: #000;
  height: 38px;
  padding: 0 1.5em;
  background-color: #28699b;
  border: 1px solid #28699b;
  -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: #28699b;
  background-color: #28699b;
}
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
=============================================== */
  .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 64em (1024px) and up
=============================================== */
@media only screen and (min-width: 64em) {
  /* ==================================================================
	main-nav
=================================================================== */
  /* ==================================================================
	main-nav
=================================================================== */
  #main-nav {
    font-size: inherit;
    width: 100%;
    height: 2.05em;
    margin-top: 0.85em;
    position: relative;
    top: auto;
    z-index: 2900;
    box-shadow: none;
    /*background:none;*/
  }
  #main-nav .container {
    background: none;
    max-width: right;
  }
  #main-nav div.collapsible {
    margin: 0 auto;
  }
  #main-nav ul {
    height: 2.05em;
    width: auto;
    padding: 0 0.4em;
    margin: 0;
    border: none;
    background: none;
    position: static;
    float: right;
  }
  #main-nav ul li {
    height: 100%;
    margin: 0 0.8em 0 0;
    background: none;
    position: relative;
    vertical-align: top;
    float: none;
    clear: none;
  }
  #main-nav ul li.contact,
  #main-nav ul li.contact-us {
    margin-right: 0 !important;
    padding-right: 0;
  }
  #main-nav ul li a[id] {
    line-height: 2.85714286;
    text-align: center;
    text-decoration: none;
    height: 100%;
    z-index: 3000;
    width: 100%;
  }
  #main-nav ul li a[id]:after {
    bottom: 0em;
  }
  #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.15em;
    margin: 0;
    padding: 0;
    opacity: 1;
    float: left;
  }
  #main-nav ul ul li a {
    line-height: 1.91666667;
    text-align: left;
    white-space: nowrap;
    height: 1.91666667em;
    width: 100%;
    padding: 0 1.91666667em;
    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;
  }
}
