/* ===============================================
	
	lomen-evan2
	Written by: Ryan Postell
		
	Sesame Communications - (c) 2022
	All rights reserved.
	Any reproduction or intentional misuse is strictly prohibited
	
=============================================== */

/* ===============================================
					fonts
=============================================== */
/* crimson-pro-300 */
@font-face {
  font-display: swap;
  font-family: 'Crimson Pro';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/crimson-pro-300.woff2') format('woff2');
}

/* crimson-pro-400 */
@font-face {
  font-display: swap;
  font-family: 'Crimson Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/crimson-pro-400.woff2') format('woff2');
}

/* crimson-pro-700 */
@font-face {
  font-display: swap;
  font-family: 'Crimson Pro';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/crimson-pro-700.woff2') format('woff2');
}

/* libre-franklin-300 */
@font-face {
  font-display: swap;
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/libre-franklin-300.woff2') format('woff2');
}

/* libre-franklin-400 */
@font-face {
  font-display: swap;
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/libre-franklin-400.woff2') format('woff2');
}

/* libre-franklin-400i */
@font-face {
  font-display: swap;
  font-family: 'Libre Franklin';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/libre-franklin-400i.woff2') format('woff2');
}

/* libre-franklin-700 */
@font-face {
  font-display: swap;
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/libre-franklin-700.woff2') format('woff2');
}

/* libre-franklin-700i */
@font-face {
  font-display: swap;
  font-family: 'Libre Franklin';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/libre-franklin-700i.woff2') format('woff2');
}


/* ===============================================
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;
}

/* ===============================================
	body 
=============================================== */
body,
input,
select,
textarea,
form button {
  font-family: 'Libre Franklin', Helvetica, Arial, sans-serif;
}

:root{
  background:#d2cdc9 url(../images/spotlight/pattern.jpg) repeat 0 0; 
}
body {
  font-size: 15px;
  color: #333;
  background-color:rgba(255,255,255,0.2);
  overflow: hidden;
  position: relative;
}

@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;
    /* desk 1300w */
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #b3004a;
  text-decoration: underline;
  transition: color 0.33s ease-in-out;
}
#content a:hover {
  text-decoration: underline;
  color: #b3004a;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #b3004a;
  margin: 0 0 0.8em;
  text-rendering: auto;
  font-weight: 400;
}
.sub h1 {
  font-size: 10vw;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0.75em;
}
@media only screen and (min-width: 30em) {
  .sub h1 {
    font-size: 3em;
    /* mintab 480w */
  }
}
.home h1 {
  font-size: 10vw;
  text-align: center;
  margin: 0;
}
@media only screen and (min-width: 30em) {
  .home h1 {
    font-size: 3em;
    /* mintab 480w */
  }
}
.home h1:after {
  content: '';
  width: 4.5em;
  height: 2px;
  margin: 0.33333333em auto 0.7em;
  background: #b3004a;
  display: block;
}
.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.55em;
  font-family: 'Crimson Pro', Helvetica, Arial, sans-serif;
  color: #89979f;
}
h3:not(.topic) {
  font-size: 1.1em;
  color: #b3004a;
}
h4,
h5,
h6 {
  font-size: 1em;
  color: #697882;
}
/* ===============================================
	containers
=============================================== */
.container {
  max-width: 60em;
}
/* ===============================================
	list styles - global overrides
=============================================== */
.what-sets-us-apart #content ol,
.meet-the-team #content ol,
.our-office #content ol,
.office-tour #content ol,
body[class*='-after'] #content ol {
  margin: 0;
}
#content ul li {
  list-style: disc outside;
  /* list-style-image:none; */
}
/* ==================================================================
	masthead
=================================================================== */
#masthead {
  width: 100%;
  padding: 0 0 1em;
  background-color: #fff;
  position: relative;
  z-index: 3000;
}
@media only screen and (min-width: 41.625em) {
  #masthead {
    padding: 0;
    /* custom 666w */
  }
}
@media only screen and (min-width: 64em) {
  #masthead {
    font-size: 1.1em;
    width: 100%;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 81.25em) {
  #masthead {
    font-size: inherit;
    position: fixed;
    top: 0;
    z-index: 3000;
   
  }
  #masthead.ready {
    background-color: transparent;
  }
  #masthead.ready #logo {
    opacity: 0;
  }
  #masthead.ready #main-nav ul li a {
    color: #fff;
  }
  #masthead.ready #main-nav ul li a:after {
    background: #fff;
  }
  
  /* 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(179, 0, 74, 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: #b3004a;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  z-index: 600;
  transition: color 0.33s ease-in-out;
}
#main-nav .trigger .navicon {
  width: 12px;
  height: 8px;
  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;
  transform: rotate(0deg);
  transition: width 0.3s ease, top 0.3s ease, left 0.3s ease, transform 0.3s ease;
}
#main-nav .trigger .navicon span:nth-child(1) {
  top: 0px;
}
#main-nav .trigger .navicon span:nth-child(2),
#main-nav .trigger .navicon span:nth-child(3) {
  top: 50%;
}
#main-nav .trigger .navicon span:nth-child(4) {
  top: 100%;
}
#main-nav .trigger:hover {
  color: #b3004a;
}
#main-nav .trigger:hover .navicon span {
  /* background:@color1; */
}
#main-nav .open .trigger {
  color: #b3004a;
}
#main-nav .open .trigger .navicon span:nth-child(1),
#main-nav .open .trigger .navicon span:nth-child(4) {
  width: 0;
  top: 50%;
  left: 50%;
}
#main-nav .open .trigger .navicon span:nth-child(2) {
  transform: rotate(45deg);
}
#main-nav .open .trigger .navicon span:nth-child(3) {
  transform: rotate(-45deg);
}
#main-nav ul {
  width: 100vw;
  margin: -43px 0 0;
  padding: 1em 0;
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  float: right;
  z-index: 550;
}
#main-nav ul li {
  clear: both;
}
#main-nav ul li a[id] {
  font-family: 'Crimson Pro', Helvetica, Arial, sans-serif;
  line-height: 2.10526316;
  font-size: 0.95em;
  text-transform: uppercase;
  color: #384042;
  width: auto;
  height: 2.10526316em;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease;
}
#main-nav ul li a[id]:after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #007371;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  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] {
  text-decoration: none;
  transition-duration: 0.15s;
}
#main-nav ul li.open > a[id]:after,
#main-nav ul li.active > a[id]:after,
#main-nav ul li:hover > a[id]:after {
  transition-duration: 0.15s;
  transform: scaleX(1);
  opacity: 1;
}
#main-nav ul ul {
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
  background: #007371;
  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;
  text-transform: uppercase;
}
#main-nav ul li.active ul li a:hover,
#main-nav ul ul li a:hover,
#main-nav ul ul li a.active {
  text-decoration: none;
  color: #fff;
  margin-bottom: 0;
  background: #33ccc9;
  border: none;
}
/* main-nav make li fly in all cool */
#main-nav .collapsible.open > ul {
  animation: flyinmobilenav 0.4s 1;
}
#main-nav .collapsible.open ul ul {
  animation: none;
}
/* make flyouts expand on mobile */
#main-nav ul ul li {
  height: 0;
  overflow: hidden;
  transition-duration: 0.33s;
  opacity: 0;
}
/* all about that open class */
#main-nav .open ul {
  display: inline-block;
}
#main-nav .open ul .open ul {
  padding: 1em 0;
}
#main-nav .open ul .open ul li {
  height: 2em;
  opacity: 1;
}

/* ==================================================================
	header
=================================================================== */
#hd {
  text-align: center;
  color: #b3004a;
  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.55em;
    max-width: 64.5em;
    /* midTab 1024w */
  }
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  font-size: 0.7em;
  width: 13.2em;
  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: 1.2em;
    left: 0;
    transition: opacity 0.3s;
    /* maxTab 1024w */
  }
}
#logo a {
  display: inline-block;
  vertical-align: top;
}
#logo img {
  width: 13.2em;
}
/* ===============================================
	utility-nav
=============================================== */
#utilitynav {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 400;
}
#utilitynav a,
#utilitynav .phone {
  line-height: 2.41666667;
  font-size: 0.6em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  background: #b3004a;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
#utilitynav a.appointmentrequest,
#utilitynav .phone.appointmentrequest {
  width: 15.41666667em;
  background-color: #b3004a;
}
#utilitynav a.appointmentrequest:hover,
#utilitynav .phone.appointmentrequest:hover {
  color: #fff;
  background-color: #33ccc9;
}
#utilitynav a span,
#utilitynav .phone span {
  margin-right: 0.25em;
}
#utilitynav .phone {
  width: 10.5em;
  background-color: #33ccc9;
}
/* ===============================================
	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;
}
@media only screen and (max-width: 63.9375em) {
  .socialmedia {
    display: flex;
    justify-content: center;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 64em) {
  .socialmedia {
    width: 2.05em;
    margin: 0;
    display: block;
    position: absolute;
    right: 0.5em;
    top: 12.5em;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 81.25em) {
  .socialmedia {
    position: fixed;
    /* desk 1300w */
  }
}
.socialmedia a {
  line-height: 2.27777778;
  font-size: 0.9em;
  color: #33ccc9;
  height: 2.27777778em;
  width: 2.27777778em;
  border-radius: 50%;
  margin: 0 2px 0 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out, background-color 0.3s;
}
.socialmedia a:before {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background: #b3004a url("../images/spotlight/social.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  border-radius: 50%;
  transition: opacity 0.3s;
}
@media only screen and (min-width: 64em) {
  .socialmedia a {
    margin: 0 0 3px 0;
    /* maxTab 1024w */
  }
}
.socialmedia a:nth-last-of-type(1) {
  margin: 0;
}
.socialmedia a:hover {
  color: #fff;
  background: #b3004a;
  z-index: 400;
  transform: scale(1.44);
}
.socialmedia a:hover:before {
  opacity: 0;
}
.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;
}
@media only screen and (min-width: 64em) {
  #slideshow {
    font-size: inherit;
    width: 100%;
    margin-top: 0;
    top: 0;
    /* maxTab 1024w */
  }
}
#slideshow #home-slideshow {
  width: 100%;
  margin: 0;
  aspect-ratio: 5 / 2;
}
@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 {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  z-index: 420;
}
@media only screen and (min-width: 1300px) {
  #slideshow .ssoverlay {
    transform: translate3d(0, -40%, 0);
    font-size: inherit;
  }
}
#slideshow .ssoverlay img {
  width: 31.55em;
  height: 9.15em;
  display: block;
  margin: auto;
  margin-bottom: 5em;
}
@media only screen and (min-width: 1300px) {
  #slideshow .ssoverlay img {
    margin-bottom: 7.85em;
  }
}
#slideshow .ssoverlay .trait {
  font-family: 'Crimson Pro', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 1.8em;
  line-height: 1em;
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
  z-index: 400;
}
.spotlight > div {
  position: relative;
}
/* ==================================================================
	spot01 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=================================================================== */

  .spot01 {
    padding: 30px 0;
    background: rgba(158, 0, 52, 0.8);
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  
  .spot01 .mod {
    text-align: center;
    background: 0 0;
    margin: auto;
    margin-bottom: 20px;
    max-width: 20.6em;
  }
  
  .spot01 .mod h2 {
    font-size: clamp(30px, 10vw, 3.05em);
    font-family: 'Crimson Pro', Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 0.75409836em;
    margin: auti;
    margin-bottom: 0.19672131em;
  }
  .spot01 .mod h2 span {
    display: block;
    font-size: 0.85245902em;
    text-transform: capitalize;
    font-style: italic;
    line-height: 0.65384615em;
  }
  .spot01 .mod p {
    margin: auto;
    text-align: center;
    font-size: 0.65em;
    line-height: 1.15384615em;
    margin-bottom: 3.46153846em;
    color: #fff;
  }
  
  .spot01 .mod .spotbtn {
    transition: 0.22s;
    display: block;
    position: relative;
    margin: auto;
    width: 14.8em;
    margin-bottom: 0.2em;
    display: flex;
    align-items: center;
  }
  .spot01 .mod .spotbtn:after {
    content: "";
    position: absolute;
    top: 0.925em;
    right: 0;
    z-index: 1;
    height: 3.875em;
  }
  .spot01 .mod .spotbtn .cta {
    position: relative;
    z-index: 10;
    display: block;
    font-size: 0.95em;
    text-transform: uppercase;
    color: #fff;
    height: 2.42105263em;
    line-height: 2.42105263em;
    width: 15.57894737em;
    padding-left: 0.89473684em;
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
  }
 
  .spot01 .decoration {
    width: 20em;
   /*  height: 43.45em;/481 */
    position: relative;
    box-shadow: 13px 22px 25px 0px rgba(0, 0, 0, 0.25);
    display:inline-block;
  }
  .spot01 .decoration:before {
    content: '';
    position: absolute;
    display: block;
    top: 1em;
    bottom: 1em;
    left: 1em;
    right: 1em;
    border: 1px solid #fff;
    z-index: 400;
  }
  
  
/* Tablet */
@media only screen and (min-width: 48em) {
  .spot01 {
    padding: 0;
    font-size: min(1.4vw, 1em);
  }
  .spot01 .container {
    max-width: 81em;
    padding: 4em 0 3.95em;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-size: min(1.9vw, 1em);
  }
  .spot01 .mod h2,
  .spot01 .mod p {
    text-align: left;
  }
  .spot01 .mod h2 span {
    margin-bottom: 0.06060606em;
  }
  .spot01 .mod {
    text-align: left;
    z-index: 100;
    right: 0;
    order: 2;
    font-size: inherit;
    margin: 0;
    margin-right: 0em;
    margin-top: 1.85em;
  }
  .spot01 .mod .spotbtn {
    margin-left: 0;
    transition: background-color 0.3s;
  }
  .spot01 .mod .spotbtn.cycle-pager-active .cta{
    background-color: #3fbcbe;
  }
  .spot01 .mod .spotbtn {
    margin-top: 0;
  }
  .spot01 .mod .spotbtn:before {
    transition: width 0.3s;
  }
  .spot01 .mod .spotbtn .cta {
    line-height: 1.2em;
    position: relative;
    top: 0.2em;
  }
  .spot01 .decoration{
    margin-right: 4.1em;
  }

}
/* ==================================================================
	spot02
=================================================================== */
/* Mobile */

  .spot02 {
    padding: 30px 0;
    margin-bottom: 0.5em;
  }
  .spot02 .mod {
    text-align: center;
    background: 0 0;
    margin: auto;
    margin-bottom: 20px;
    max-width: 20.5em;
  }
  .spot02 .mod .spotbtn {
    font-family: 'Crimson Pro', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    transition: 0.22s;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin: auto;
    margin-bottom: 0.5em;
    height:3.35em;
    
  }
  .spot02 .mod .spotbtn:nth-of-type(1) { background-color: rgba(179, 0, 74, 0.9); }
  .spot02 .mod .spotbtn:nth-of-type(2) { background-color: rgba(166, 0, 69, 0.9); }
  .spot02 .mod .spotbtn:nth-of-type(3) { background-color: rgba(147, 0, 61, 0.9); }
  .spot02 .mod .spotbtn:nth-of-type(4) { background-color: rgba(129, 0, 54, 0.9); }
  .spot02 .mod .spotbtn:nth-of-type(5) { background-color: rgba(116, 0, 48, 0.9); }
  
  .spot02 .mod .spotbtn .cta {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 1.95em;
    line-height: 1;
    /* height: 1.71794872em; */
  }
  .spot02 .mod .spotbtn .icon {
    height: 1.65em;
    width: 2.05em;
    position: relative;
    z-index: 10;
    display: inline-block;
  }
  
  .spot02 .decoration {
    position: relative;
    box-shadow: 18px 18px 25px 0px rgba(0, 0, 0, 0.16);
  }
  
/* Tablet */
@media only screen and (min-width: 48em) {
  .spot02 {
    padding: 0;
    font-size: min(1.3vw, 1em);
    position: relative;
  }
  
  .spot02:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 50%;
    background: #33ccc9;
    opacity: 0.9;
    top: 0;
    right: 50%;
    margin-right: 5em;
  }
  
  .spot02 .container {
    max-width: 81em;
    padding: 4em 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .spot02 .mod {
    text-align: left;
    z-index: 100;
    right: 0;
    order: 2;
    margin: 0;
    min-width: 20.5em;
  }
  
  .spot02 .mod .spotbtn.cycle-pager-active:before {
    transform:scaleX(1);
  }
  
  .spot02 .mod .spotbtn:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #43cdca;
    opacity: 1;
    top: 0;
    left: 0;
    transition: transform 0.3s;
    transform-origin:0 50%;
    transform:scaleX(0);
  }
  
  .spot02 .mod .spotbtn .cta {
    /* line-height: 1.2em; */
    position: relative;
    width: auto;
    vertical-align: middle;
    display:inline-block;
  }
  .spot02 .mod .spotbtn .icon {
    vertical-align: middle;
    display:inline-block;
  }
  
  .spot02 .decoration {
    display: inline-block;
    z-index: 1;
    width: 39.75em;
    height: 32.4em;
    position: relative;
  }
  .spot02 .decoration:before {
    content: '';
    position: absolute;
    display: block;
    top: 1em;
    bottom: 1em;
    left: 1em;
    right: 1em;
    border: 1px solid #fff;
    z-index: 410;
  }
  
}
/* Desktop */
@media only screen and (min-width: 74em) {
  .spot02 .container {
    transform: translateX(1.45em);
  }
}
/* ==================================================================
	spot05 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=================================================================== */
.spot05 {
  padding: 3em 0;
  position: relative;
  background:#b8d5d8 no-repeat center center;
  background-size:cover;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 48em) {
  .spot05 {
    padding: 4.35em 0 3.8em;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 64em) {
  .spot05 .container {
    max-width: 52.9em;
    position: relative;
  }
}
.spot05 .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0.5;
}
.spot05 .person {
  display: none;
}
@media only screen and (min-width: 64em) {
  .spot05 .person {
    display: block;
    position: absolute;
    bottom: -7.55em;
    right: -11.65em;
    width: 41.1em;
    height: 33.9em;
  }
}
.spot05 .cycle-slideshow {
  color: #b3004a;
  width: 96%;
  max-width: 48em;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 10;
}
.spot05 .cycle-slideshow:hover {
  color: #800035;
}
@media only screen and (min-width: 64em) {
  .spot05 .cycle-slideshow {
    background-color: rgba(179, 0, 74, 0.9);
  }
}
.spot05 .cycle-slide {
  width: 100%;
  display: block;
  -webkit-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
@media only screen and (min-width: 64em) {
  .spot05 .cycle-slide {
    padding-bottom: 3em;
  }
}
@media only screen and (min-width: 64em) {
  .spot05 .cycle-pager {
    width: 1.75em;
    position: absolute;
    left: -0.45em;
    top: 7.8em;
  }
}
.spot05 .cycle-pager span {
  font-size: 3.75em;
  color: transparent;
  position: relative;
}
@media only screen and (min-width: 64em) {
  .spot05 .cycle-pager span {
    display: block;
    line-height: 0.35em;
  }
}
.spot05 .cycle-pager span:before {
  content: '';
  position: absolute;
  display: block;
  height: 0.24em;
  border-radius: 50%;
  width: 0.24em;
  border: 2px solid #fff;
  opacity: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.spot05 .cycle-pager span.cycle-pager-active:before {
  background-color: #fff;
}
.spot05 .testimony {
  line-height: 1.17857143;
  font-size: clamp(14px, 4vw, 1.4em);
  display: block;
  color: #fff;
}
@media only screen and (min-width: 64em) {
  .spot05 .testimony {
    font-size: 1.35em;
    padding-top: 3.57142857em;
    padding-left: 2.39285714em;
    padding-right: 2.42857143em;
  }
}
.spot05 .testifier {
  line-height: 3.28571429;
  font-size: 1.4em;
  font-style: italic;
  display: block;
  color: #fff;
  font-family: 'Crimson Pro', Helvetica, Arial, sans-serif;
}
.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: #b3004a;
  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 */
  }
}
.spot05 .link {
  display: inline-block;
  color: #fff;
  background-color: #33ccc9;
  font-size: 0.75em;
  text-transform: uppercase;
  width: 8.33333333em;
  line-height: 3.93333333;
  margin-right: 0.4em;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
}
@media only screen and (min-width: 64em) {
  .spot05 .link {
    transform: translateY(-2em);
    position: relative;
    z-index: 10;
  }
}
.spot05 .link a {
  display: inline-block;
  transition: transform 0.3s;
}
.spot05 .link a:hover {
  transform: translateY(-0.46666667em);
}
.spot05 .link span {
  color: #fff;
  margin-left: 0.33333333em;
}
.spot05 .leave {
  width: 14.53333333em;
}
/* ==================================================================
	
	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;
  padding: 1.65em 0;
  position: relative;
  overflow: hidden;
  background: url("../images/spotlight/int.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
    background: #b3004a;
}
#subnav:before {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.5;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 64em) {
  #subnav:before {
    display: none;
  }
}
#subnav .container {
  max-width: 64.5em;
}
#subnav h1 {
  font-size: 10vw;
  font-family: 'Crimson Pro', Helvetica, Arial, sans-serif;
  color: #fff;
  text-align: center;
  margin-bottom: 0.2295082em;
  max-width: 13.03278689em;
}
@media only screen and (min-width: 30em) {
  #subnav h1 {
    font-size: 3.05em;
  }
}
@media only screen and (min-width: 64em) {
  #subnav h1 {
    text-align: left;
  }
}
@media only screen and (min-width: 81.25em) {
  #subnav {
    padding-top: 7.4em;
    /* desk 1300w */
  }
}
#subnav p {
  line-height: 1.38461538;
  font-size: 0.65em;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 64em) {
  #subnav p {
    text-align: left;
    max-width: 61.15384615em;
  }
}
#subnav a {
  color: #fff;
  margin: 0.2em 0.8em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-transform: uppercase;
}
@media only screen and (min-width: 64em) {
  #subnav a {
    margin: 0;
    /* maxTab 1024w */
  }
}
#subnav a:after {
  content: '';
  width: 100%;
  height: 1px;
  background: currentcolor;
  position: absolute;
  bottom: 0.15384615em;
  left: 0;
  display: block;
  opacity: 0;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: scaleX(0);
}
#subnav a:hover:after,
#subnav a.active:after {
  opacity: 1;
  transform: scaleX(1);
}
#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
=================================================================== */
body.layout-full-width #bd:before,
body.sitemap #bd:before {
  right: 0.6em;
  width: auto;
  left: 0.6em;
  margin: 0;
}
body.office-tour .mediaslider .cycle-slideshow,
body.before-and-after .mediaslider .cycle-slideshow {
  max-width: 40em;
  margin: auto;
}
body.office-tour .mediaslider .cycle-slideshow img,
body.before-and-after .mediaslider .cycle-slideshow img {
  margin: 0 !important;
  left: 50% !important;
  transform: translateX(-50%);
}
body.before-and-after .mediaslider .cycle-slideshow img {
  width: 100%;
  max-width: 30em;
}
#bd {
  padding: 3em 0;
  background: #fff;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 48em) {
  #bd {
    padding: 4.2em 0 6em;
    /* midTab 780w */
    background: transparent;
  }
  #bd:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    background: #fff;
    opacity: 0.7;
    top: 0.6em;
    right: 50%;
    margin-right: -40%;
    bottom: 0.5em;
  }
}
@media only screen and (min-width: 64em) {
  #bd {
    /* midTab 780w */
    background: transparent;
  }
  #bd:before {
    margin-right: -24.7em;
  }
}
#bd .container {
  max-width: 64.5em;
}
#content {
  display: block;
}
@media only screen and (min-width: 48em) {
  #content {
    max-width: 39.75em;
    width: 61.62790698%;
    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 */
  }
}
#content .content-text a {
  color: #33ccc9;
  text-decoration: underline;
}
#content .content-text a:hover {
  color: #b3004a;
}
/* ==================================================================
	.home content || aka #home-content
=================================================================== */
.home #bd {
  padding: 5em 0 5em;
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.35em;
}
.home #bd:before {
  display: none !important;
}
@media only screen and (min-width: 64em) {
  .home #bd {
    padding: 0;
  }
}
.home #bd .container {
  max-width: 64.5em;
}
.home #bd h1 {
  font-size: 10vw;
  color: #b3004a;
  font-family: 'Crimson Pro', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 0.80769231em;
  margin-bottom: 0.78846154em;
}
.home #bd h1:after {
  display: none;
}
@media only screen and (min-width: 30em) {
  .home #bd h1 {
    font-size: 2.6em;
  }
}
@media only screen and (min-width: 48em) {
  .home #bd h1 {
    text-align: left;
  }
}
.home #bd h1 span {
  font-size: 0.69230769em;
  color: #33ccc9;
  font-style: italic;
  line-height: 0.86111111em;
}
.home #bd .line {
  width: 8em;
  height: 0.05em;
  background: #72b6cc;
  margin: 2.65em auto 2.9em;
}
@media only screen and (min-width: 48em) {
  .home #bd .line {
    margin-left: 0;
  }
}
@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: 31.5em;
    margin-top: 3.95em;
    padding-bottom: 3.6em;
  }
}
@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: 1em;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 48em) {
  .home #bd #content p {
    text-align: left;
    /* midTab 768w */
  }
}
.home #bd #content a {
  color: #33ccc9;
  text-decoration: underline;
  transition: color 0.3s;
}
.home #bd #content a:hover {
  color: #b3004a;
}
.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: 0;
    left: 50%;
    width: 47em;
    margin-left: 1em;
  }
  body.home .home-image img {
    width: 100%;
/*    height: 100%;*/
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    margin: 0;
  }
}
/* ==================================================================
	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: #b3004a;
  position: absolute;
  top: 50%;
  z-index: 900;
  transform: translate3d(0, -50%, 0);
}
.mediaslider .cycle-slideshow > div span {
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.mediaslider .cycle-slideshow > div.cycle-prev {
  text-align: left;
  left: 0;
}
.mediaslider .cycle-slideshow > div.cycle-prev span {
  transform-origin: left center;
}
.mediaslider .cycle-slideshow > div.cycle-next {
  text-align: right;
  direction: rtl;
  right: 0;
}
.mediaslider .cycle-slideshow > div.cycle-next span {
  transform-origin: right center;
}
.mediaslider .cycle-slideshow > div:hover {
  cursor: pointer;
}
.mediaslider .cycle-slideshow > div:hover span {
  transform: scale(1.44);
  opacity: 0.68;
}
/* comment line below if patient-login is live and legit */
.financial-information #financial-online-services {
  display: none;
}
/* ===============================================
 		common treatments
=============================================== */
.before-after-image {
  width: 44%;
  display: inline-block;
  vertical-align: top;
}
.before-after-image img,
.before-after-image span {
  display: block;
}
@media only screen and (min-width: 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;
  }
}
/* 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: 0.87096774;
  font-size: 1.55em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #89979f;
  font-family: 'Crimson Pro', Helvetica, Arial, sans-serif;
  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;
  color: #333333;
  margin-left: 0;
  /*to increase space adjust [body.sitemap #bd ul ul li] below*/
}
.sitemap #content a:hover {
  text-decoration: underline;
}
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: 15em;
  margin: 0 auto 6%;
  display: none;
  padding: 0;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 48em) {
  #sidebar {
    width: 23.25581395%;
    margin: 0 0 1em;
    float: right;
    clear: right;
    display: block;
    /* midTab 768w */
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
}
#hide-stock img {
  box-shadow: 13px 22px 25px 0px rgba(0, 0, 0, 0.25);
}
.stock {
  width: 100%;
  position: relative;
}
/* ===============================================
	show doctor image on all devices
=============================================== */
/*.home,*/
/*body[class^='meet-the-'], body[class^='meet-our-'],*/
.meet-the-doctor #sidebar,
body[class^='meet-dr-'] #sidebar,
body[class^='meet-doctor-'] #sidebar {
  display: block;
}
body[class~='blog'] #sidebar {
  display: block;
}
body[class~='blog'] #hide-stock {
  display: none;
}
/* END SIDEBAR - */
/* ==================================================================
	.spotlight
=================================================================== */
/* ==================================================================
	#ft
=================================================================== */
#ft {
  position: relative;
}
@media only screen and (min-width: 48em) {
  #ft {
    display: flex;
    justify-content: center;
    align-items: stretch;
    height: 28.5em;
    background:#ccc no-repeat 50% 50%;
    background-size: cover;
  }
}

/* #ft .footer-map {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
} */
/* @media only screen and (min-width: 48em) {
  #ft .footer-map {
    display: none;
  }
} */
#ft .address {
  height: 15em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 48em) {
  #ft .address {
    width: 50%;
    height: 28.5em;
  }
}
@media only screen and (min-width: 48em) {
  #ft .address .address-wrapper {
    position: absolute;
    right: 50%;
    top: 50%;
    margin-right: 6em;
    transform: translateY(-4em);
  }
}
@media only screen and (min-width: 81.25em) {
  #ft .address .address-wrapper {
    margin-right: 14em;
    transform: translateY(-2.5em);
  }
}
#ft .address .pin {
  display: none;
}
@media only screen and (min-width: 48em) {
  #ft .address .pin {
    display: block;
    font-size: 1em;
    transform: translateX(5.25em);
    margin: 0;
    width: 4.7em;
    height: 4.25em;
  }
}
@media only screen and (min-width: 81.25em) {
  #ft .address .pin {
    transform: translateX(5.25em) translateY(-0.5em);
    transition: transform 0.3s;
  }
  #ft .address .pin:hover {
    transform: translateX(5.25em) translateY(-0.5em) scale(1.1);
  }
}
#ft .address .contact-info {
  background: #870138;
  padding-top: 1.1em;
  padding-bottom: 1.2em;
  width: 13.15em;
}
@media only screen and (min-width: 64em) {
  #ft .address .contact-info:before {
    top: -0.25em;
  }
}
#ft .address .logo {
  display: block;
  width: 10.1em;
  height: 2.85em;
  margin: auto;
  margin-bottom: 0.9em;
  font-size: 1em;
}
#ft .address .logo img {
  width: 100%;
  height: auto;
}
#ft .address a,
#ft .address .phone {
  display: block;
  text-align: center;
  font-size: 0.65em;
  color: #fff;
  line-height: 1em;
}
#ft .address .phone {
  line-height: 1.76923077em;
}
#ft .address .location:hover {
  text-decoration: underline;
}
#ft .contactForm {
  background: rgba(0, 115, 113, 0.9);
  padding: 3em 0;
  font-size: 20px;
  position: relative;
}
@media only screen and (min-width: 48em) {
  #ft .contactForm {
    width: 50%;
    padding: 0;
    height: 28.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: inherit;
  }
}
@media only screen and (min-width: 64em) {
  #ft .contactForm {
    justify-content: flex-start;
  }
}
#ft .contactForm form {
  width: 96%;
  max-width: 19.2em;
  margin: auto;
}
@media only screen and (min-width: 48em) {
  #ft .contactForm form {
    margin: 0;
  }
}
@media only screen and (min-width: 64em) {
  #ft .contactForm form {
    margin-left: 4.85em;
    margin-top: 2em;
  }
}
#ft .contactForm form h2 {
  font-size: clamp(29px, 6vw, 2.2em);
  color: #fff;
  text-transform: uppercase;
  font-weight: 200;
  line-height: 1em;
  margin-bottom: 0.51724138em;
}
#ft .contactForm form input {
  font-size: 0.8em;
  height: 3.75em;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  margin-bottom: 0.125em;
  color: #fff;
  width: 100%;
  padding-left: 1.375em;
}
#ft .contactForm form input::placeholder {
  color: #fff;
  font-size: 0.8125em;
}
#ft .contactForm form textarea {
  font-size: 0.8em;
  height: 2.9375em;
  width: 100%;
  margin-bottom: 0.125em;
  padding-left: 1.375em;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  min-height: 7.3125em;
  padding-top: 1.875em;
  color: #fff;
}
#ft .contactForm form textarea::placeholder {
  color: #fff;
  font-size: 0.8125em;
}
#ft .contactForm form button {
  font-size: 0.65em;
  font-weight: bold;
  width: 10.46153846em;
  line-height: 4.61538462em;
  height: 4.61538462em;
  padding: 0;
  margin-left: auto;
  margin-right: 0;
  display: block;
  margin-bottom: 0;
  margin-top: 0.15384615em;
  color: #b3004a;
  background-color: #fff;
  border: none;
}
#ft .contactForm form button:hover {
  background-color: #b3004a;
  color: #fff;
}
/* ==================================================================
		#links || aka ft-design-credit
=================================================================== */
#links {
  text-align: center;
  color: #384042;
  padding: 2em 0;
  margin: 0;
}
@media only screen and (min-width: 48em) {
  #links {
    height: 3.65em;
    padding: 1.075em 0 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;
    /* mintab 480w */
  }
}
#links .util a {
  color: #384042;
  transition: color 0.33s ease-in-out;
}
#links .util a:hover {
  color: #870138;
}
#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.66666667em;
  display: inline-block;
  vertical-align: middle;
}
a#sesame-link .sesameicon path {
  fill: currentcolor;
  transition: fill 0.33s ease-in-out;
}
/* ===============================================
	backToTop
=============================================== */
#btt {
  text-align: center;
  display: inline-blocks;
  width: auto;
  margin: 0;
  position: relative;
  margin-top: 2.5em;
}
@media only screen and (min-width: 48em) {
  #btt {
    position: absolute;
    bottom: 4em;
    right: 1.5em;
  }
}
@media only screen and (min-width: 64em) {
  #btt {
    position: absolute;
    bottom: 2.9em;
    left: 31.35em;
    right: auto;
  }
}
a#backtotop {
  line-height: 2;
  font-size: 0.75em;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out;
}
a#backtotop:hover {
  color: #870138;
}
/*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: #b3004a;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-size: small;
  color: #fff;
  height: 38px;
  padding: 0 1.5em;
  background-color: #b3004a;
  border: 1px solid #b3004a;
  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: #33ccc9;
  background-color: #33ccc9;
}
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 {
    font-size: inherit;
    width: 100%;
    height: 2em;
    margin-top: 1.6em;
    position: relative;
    top: auto;
    z-index: 2900;
    box-shadow: none;
    /*background:none;*/
  }
  #main-nav .container {
    background: none;
    max-width: 64.5em;
  }
  #main-nav div.collapsible {
    margin: 0 auto;
  }
  #main-nav ul {
    height: 2em;
    width: auto;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    position: static;
    float: right;
  }
  #main-nav ul li {
    height: 100%;
    margin: 0 1.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;
    padding-right: 0;
  }
  #main-nav ul li a[id] {
    line-height: 1.63157895;
    text-align: center;
    text-decoration: none;
    height: 100%;
    z-index: 3000;
  }
  #main-nav ul li a[id]:after {
    bottom: 0.47368421em;
  }
  #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;
    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 */
@keyframes flyinmobilenav {
  from {
    left: 300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
