/* ===============================================
	.less VERSION 2.1
	
	hansen-andrew2
	Written by: James Stillion
		
	Sesame Communications - (c) 2022
	All rights reserved.
	Any reproduction or intentional misuse is strictly prohibited
	
=============================================== */
/* ===============================================
					colors
=============================================== */
/* green blue crayola */
/* iceberg */
/* indigo */
/* cotton candy || hyperlinks */
/* bubblegum */
/* copper red */
/* ===============================================
					fonts
=============================================== */
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''), url('../fonts/open-sans-v27-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/open-sans-v27-latin-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''), url('../fonts/open-sans-v27-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/open-sans-v27-latin-700.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local(''), url('../fonts/open-sans-v27-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/open-sans-v27-latin-italic.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local(''), url('../fonts/open-sans-v27-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/open-sans-v27-latin-700italic.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* josefin-sans-regular - latin */
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''), url('../fonts/JosefinSans-Regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/JosefinSans-Regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* josefin-sans-italic - latin */
@font-face {
  font-family: 'Josefin Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local(''), url('../fonts/JosefinSans-Italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/JosefinSans-Italic.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* josefin-sans-600 - latin */
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local(''), url('../fonts/JosefinSans-SemiBold.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/JosefinSans-SemiBold.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* josefin-sans-700 - latin */
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''), url('../fonts/JosefinSans-Bold.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/JosefinSans-Bold.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* josefin-sans-700italic - latin */
@font-face {
  font-family: 'Josefin Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local(''), url('../fonts/JosefinSans-BoldItalic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/JosefinSans-BoldItalic.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* jost-regular - latin */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''), url('../fonts/Jost-Book.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/Jost-Book.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
.fontJ5 {
  font-family: 'Josefin Sans', sans-serif;
}
.fontJ {
  font-family: 'Jost', sans-serif;
}
.fontO {
  font-family: 'Open Sans', 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;
}
.italic {
  font-style: italic;
}
.upp {
  text-transform: uppercase;
}
.loww {
  text-transform: lowercase;
}
.noo {
  text-transform: none;
}
.normal {
  font-style: normal;
}
/*LETTER SPACING, LINE HEIGHT AND FONT SIZE */
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}
.alignleft {
  text-align: left;
}
.justify {
  text-align: justify;
}
/*helper mixins*/
.clear {
  clear: both;
}
.clearright {
  clear: right;
}
.clearleft {
  clear: left;
}
.wall {
  width: 100%;
}
.hall {
  height: 100%;
}
.auto {
  width: auto;
}
.autoy {
  height: auto;
}
.autox {
  width: auto;
  height: auto;
}
.zerox {
  width: 0;
  height: 0;
}
.line {
  width: 100%;
  height: 1px;
}
.show {
  display: block;
}
.hide {
  display: none;
}
.inline {
  display: inline;
}
.inline-block,
.ib {
  display: inline-block;
}
.left {
  float: left;
}
.right {
  float: right;
}
.nofloat {
  float: none;
}
.behave {
  display: block;
  float: left;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.round {
  border-radius: 50%;
}
/*functional mixins*/
.vertical-align {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.overlay {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.inlay {
  width: auto;
  height: auto;
  display: block;
  position: absolute;
}
/* use with .trbl */
.grey,
.gray {
  -webkit-filter: grayscale(1);
  filter: grayscale(100%);
}
/* ===============================================
Basic Stylings
These will affect every size of the site.
=============================================== */
/*resets*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*GLOBAL OVERRIDES*/
.fab,
.fas,
.fal,
.far,
.fad {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: 0;
}
/* ==================================================================
	main content-text font sizes
=================================================================== */
/* ===============================================
	body 
=============================================== */
body,
input,
select,
textarea {
  font-family: 'Open Sans', sans-serif;
}
form button {
  font-family: 'Josefin Sans', sans-serif;
}
body {
  font-size: 15px;
  color: #333;
  background: #ccc;
  overflow: hidden;
}
@media only screen and (min-width: 81.25em) {
  body {
    font-size: 20px;
    /* desk 1300w */
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #D66F47;
  text-decoration: none;
  transition: color 0.33s ease-in-out;
}
.home #content a {
  color: #F9B1DA;
}
#content a:hover {
  text-decoration: underline;
  color: #0094DD;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  font-family: 'Josefin Sans', sans-serif;
  text-align: left;
  margin: 0 0 0.8em;
  text-rendering: auto;
}
h1,
h2:not(.topic),
h3:not(.topic) {
  text-transform: uppercase;
}
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  font-weight: 600;
}
header.sub {
  width: 100%;
  padding: 1.475em 0;
  background-color: #E892C3;
}
@media only screen and (min-width: 81.25em) {
  header.sub {
    margin-top: 6.55em;
    /* desk 1300w */
  }
}
header.sub h1 {
  width: 96%;
  max-width: 20.28571429em;
}
@media only screen and (max-width: 63.9375em) {
  header.sub h1 {
    text-align: center;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 64em) {
  header.sub h1 {
    width: 56%;
    text-align: right;
    /* midTab 1024w */
  }
}
h1 {
  font-size: 10vw;
  font-weight: 400;
  color: #fff;
  margin: 0 auto;
  display: block;
}
@media only screen and (min-width: 30em) {
  h1 {
    font-size: 1.75em;
    /* mintab 480w */
  }
}
.home h1 {
  line-height: 4.00952759;
  font-size: 4.5vw;
  text-align: center;
  margin: 0;
}
@media only screen and (min-width: 30em) {
  .home h1 {
    font-size: 1.2595em;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 48em) {
  .home h1 {
    transform: translate3d(-3em, 0, 0);
    /* midTab 768w */
  }
}
.home h1 .trait {
  height: 3.73163954em;
  display: block;
}
.home h1 .trait.top {
  width: 11.03612545em;
  margin-left: -2em;
  background-color: #D66F47;
}
.home h1 .trait.bottom {
  width: 22.46923382em;
  background-color: #F9B1DA;
}
h2:not(.topic) {
  font-size: 1.47058824em;
  color: #D66F47;
}
h3:not(.topic) {
  font-size: 1.35294118em;
  color: #69A9CF;
}
h4 {
  font-size: 1.23529412em;
  color: #E892C3;
}
h5 {
  font-size: 1.17647059em;
}
h6 {
  font-size: 1.11764706em;
}
/* ===============================================
	containers
=============================================== */
.container {
  max-width: 55em;
}
/* ===============================================
	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%;
  background-color: rgba(0, 67, 119, 0.85);
  position: relative;
  z-index: 3000;
}
@media only screen and (max-width: 29.9375em) {
  #masthead {
    padding: 0 0 1em;
    /* mintab 480oo */
  }
}
@media only screen and (min-width: 30em) {
  #masthead {
    padding: 0;
    /* mintab 480w */
  }
}
@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;
    /* desk 1300w */
  }
}
#masthead .container {
  width: 100%;
  max-width: none;
}
@media only screen and (min-width: 64em) {
  #masthead .container {
    max-width: calc(100% - 2.4em);
    /* 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(255, 255, 255, 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: #fff;
  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: #fff;
}
#main-nav .trigger:hover .navicon span {
  /* background:@color1; */
}
#main-nav .open .trigger {
  color: #fff;
}
#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(0, 148, 221, 0.9);
  background-image: -moz-linear-gradient(top, rgba(0, 67, 119, 0) 0%, rgba(0, 67, 119, 0.99) 100%);
  background-image: -webkit-linear-gradient(top, rgba(0, 67, 119, 0) 0%, rgba(0, 67, 119, 0.99) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 67, 119, 0) 0%, rgba(0, 67, 119, 0.99) 100%);
  position: relative;
  float: right;
  z-index: 550;
}
#main-nav ul li {
  clear: both;
}
#main-nav ul li a[id] {
  line-height: 3.14285714;
  font-size: 0.7em;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  color: #fff;
  width: auto;
  height: 2.85714286em;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease;
}
#main-nav ul li a[id]:before {
  content: '';
  width: 1.92857143em;
  height: 1.5em;
  display: block;
  transform: translate3d(0, 0, 0) scaleX(0);
  opacity: 0;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  background-image: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' width='27' height='21' viewBox='0 0 27 21'><path d='M23.322 8.933a53.8 53.8 0 0 0 1.652-.187c.606-.079 1.139-.16 1.609-.243v-.809c-.568.104-1.258.209-2.094.31-.347.043-.711.082-1.082.119a23.26 23.26 0 0 0 .115-2.149c0-4.698-2.41-5.953-4.759-5.953-2.35 0-4.977 1.232-4.977 1.232S11.04 0 8.51 0C4.925 0 3.434 2.288 3.434 6.46c0 .476.033 1.034.093 1.646-.31-.033-.615-.066-.909-.102a34.286 34.286 0 0 1-2.202-.33v.81a37.27 37.27 0 0 0 1.719.262c.471.061.968.118 1.484.17C4.24 13.73 6.367 21 9.064 21c3.22 0 2.187-5.164 4.557-5.164S14.613 21 17.995 21c2.778 0 4.723-6.975 5.327-12.067zM4.231 6.372c0-4.806 2.335-5.575 4.536-5.575s5.335.874 7.616 2.044c0 0-.256-.214-1.544-.944 0 0 1.704-1.032 3.878-1.032 2.173 0 3.996 1.188 3.996 5.468 0 .546-.035 1.18-.101 1.867a90.014 90.014 0 0 1-4.537.28V7.27c0-.895-.725-1.619-1.62-1.619h-5.953a1.62 1.62 0 0 0-1.62 1.619v1.204a89.743 89.743 0 0 1-4.554-.289 19.26 19.26 0 0 1-.097-1.813zm13.109.999v3.104a.97.97 0 0 1-.967.973h-5.754a.97.97 0 0 1-.968-.973V7.371a.97.97 0 0 1 .968-.972h5.754a.97.97 0 0 1 .967.972zm-1.209 10.795c-.446-1.349-.942-3.067-2.544-3.067-1.557 0-1.991 1.669-2.518 3.006-.454 1.153-.941 2.08-1.83 2.08-2.103 0-4.195-6.316-4.82-11.192 1.374.123 2.877.216 4.462.278v1.28c0 .895.725 1.62 1.62 1.62h5.953a1.62 1.62 0 0 0 1.62-1.62V9.276c1.579-.06 3.076-.15 4.449-.27-.571 4.682-2.386 11.178-4.577 11.178-.97.001-1.433-.87-1.815-2.018zm-.508-10.864h.585v3.318h-.585V9.23H14.03v1.39h-.585V8.256L12.39 9.841l-1.055-1.586v2.365h-.585V7.302h.62l1.02 1.558v.002-.002l1.021-1.559h.619v1.4h1.593V7.302z' fill='plum' stroke='plum' stroke-width='0.5'/></svg>");
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 63.9375em) {
  #main-nav ul li a[id]:before {
    font-size: 0.8em;
    margin: auto 0;
    position: absolute;
    top: 0;
    right: calc(100% + 0.5em);
    bottom: 0;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 64em) {
  #main-nav ul li a[id]:before {
    margin-left: auto;
    margin-right: auto;
    display: block;
    /* midTab 1024w */
  }
}
#main-nav ul li.open > a[id],
#main-nav ul li.active > a[id],
#main-nav ul li:hover > a[id] {
  color: #F9B1DA;
  text-decoration: none;
  transition-duration: 0.15s;
}
#main-nav ul li.open > a[id]:before,
#main-nav ul li.active > a[id]:before,
#main-nav ul li:hover > a[id]:before {
  transition-duration: 0.15s;
  transform: translate3d(0, 0, 0) scaleX(1);
  opacity: 1;
}
#main-nav ul ul {
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
  background: rgba(4, 7, 7, 0.88);
  display: inline;
}
#main-nav ul ul li {
  width: 100%;
  float: left;
  background: none;
}
#main-nav ul ul li a {
  line-height: 2.85714286;
  font-size: 0.7em;
  font-family: 'Jost', sans-serif;
  color: #fff;
  width: 100%;
  height: 2.85714286em;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#main-nav ul li.active ul li a:hover,
#main-nav ul ul li a:hover,
#main-nav ul ul li a.active {
  text-decoration: none;
  color: #F9B1DA;
  margin-bottom: 0;
  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: #fff;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 29.9375em) {
  #hd {
    /* mintab 480oo */
  }
}
@media only screen and (min-width: 30em) {
  #hd {
    text-align: right;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 64em) {
  #hd {
    z-index: 3000;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 30em) and (max-width: 63.9375em) {
  #hd .container {
    padding: 1.1em 55px 1.1em 0;
    /* range 480w - 1023oo */
  }
}
@media only screen and (min-width: 64em) {
  #hd .container {
    padding: 0.5em 0 0;
    /* midTab 1024w */
  }
}
#hd .mod {
  line-height: 0;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  width: auto;
  margin: 0 auto;
  border: 1px solid #fff;
  display: inline-block;
  vertical-align: top;
}
#hd .mod .appointmentrequest {
  line-height: 3.27272727;
  font-size: 0.75em;
  width: 13.63636364em;
  height: 3.27272727em;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  background-color: #F9B1DA;
}
#hd .mod .appointmentrequest .trait {
    display: block;
  }

 #hd .mod .appointmentrequest {
    display: block;
    line-height: 1;
    margin: 0 0 0 auto;
    position: fixed;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    width: 8.636364em;
    height: 8.636364em;
    padding-top: 1.5em;

  }
#hd .mod .appointmentrequest .icon {
    line-height: 1.5;
    font-size: 2.2em;
    display: block;
  }

  #hd .mod .text-us img{
  filter: brightness(0) saturate(100%) invert(100%);
}
#hd .mod .text-us:hover img{
  filter: none;
}



@media only screen and (min-width: 64em) {

#hd .mod .appointmentrequest .icon {
    line-height: 1.2;
    font-size: 3.5em;
    display: block;
  }
}
#hd .mod .text-us {
  line-height: 2.375;
  font-size: 0.8em;
  font-weight: 700;
  width: 2.25em;
  height: 2.25em;
  background-color: #D66F47;
  border-left: 1px solid #fff;
  display: inline-block;
  vertical-align: top;
}

#hd .mod .phone {
  line-height: 2.375;
  font-size: 0.8em;
  font-weight: 700;
  width: 8.4375em;
  height: 2.25em;
  background-color: #D66F47;
  border-left: 1px solid #fff;
  display: inline-block;
  vertical-align: top;
}
#hd .mod a {
  color: #fff;
  transition: background-color 0.33s ease-in-out;
}
#hd .mod a:hover {
  color: #004377;
  background-color: #fff;
}

#hd .mod #google_translate_element {
  display: inline-block;
  margin-right: -6px;
}

#hd .mod #google_translate_element .goog-te-gadget-simple {
  background: #d66f47;
  display: inline-block;
  position: relative;
  font-size: 9px;
  /*line-height: 17px;*/
  padding: 12px 4px 12px;
  color: #fff;
  margin: 0;
  letter-spacing: 0.0em;
  -webkit-transition: .32s;
  -o-transition: .32s;
  -moz-transition: .32s;
  transition: .32s;
  border: none;
}
@media only screen and (min-width: 64em) {
#hd .mod #google_translate_element .goog-te-gadget-simple {
    padding: 14px 9px 13px;
}
}
@media only screen and (min-width: 81.25em) {
#hd .mod #google_translate_element .goog-te-gadget-simple {
    font-size: 11px;
  padding: 16px ;
}
}
#hd .mod #google_translate_element .goog-te-gadget-simple span {
  border: none !important;
  color: #fff !important;
  display: none;
}

#hd .mod #google_translate_element .goog-te-gadget-simple a {
  color: #fff;
}

#hd .mod #google_translate_element .goog-te-gadget-simple:hover {
  background: #165986;
  color: #fff;
}

#hd .mod #google_translate_element .goog-te-gadget-simple img {
  display: none !important;
}

#hd .mod #google_translate_element .goog-te-gadget-simple:before {
  font-family: "Font Awesome";
  content: "";
  color: #fff;
  position: relative;
  display: inline-block;
  font-size: 14px;
  padding-right: 2px;
  top: 0px;
}

#hd .mod #google_translate_element .goog-te-gadget-simple:after {
  content: "TRANSLATE";
  color: #fff;
  position: relative;
  display: inline-block;
  /*font-size: 11px;*/
  padding-right: 2px;
  top: 0px;
}


/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  font-size: 0.7em;
  width: 11.1em;
  margin: 0.5em auto 1em 2%;
  display: block;
  position: relative;
}
@media only screen and (max-width: 29.9375em) {
  #logo {
    margin: 0.5em auto 1em;
    /* mintab 480oo */
  }
}
@media only screen and (min-width: 30em) {
  #logo {
    position: absolute;
    top: 0;
    left: 0;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 64em) {
  #logo {
    font-size: inherit;
    margin: 0;
    top: 0.85em;
    left: 0;
    /* maxTab 1024w */
  }
}
#logo a {
  display: inline-block;
  vertical-align: top;
}
#logo svg {
  width: 11.1em;
  height: 4.8em;
}
/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  font-size: min(3.2vw, 20px);
  text-align: center;
  color: #fff;
  background: #000;
  min-height: 55vw;
  position: relative;
  z-index: 400;
  /* socialmedia || aka social-icons */
}
@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;
  opacity: 0.8;
}
#slideshow .ssoverlay {
  font-family: 'Josefin Sans', sans-serif;
  text-align: right;
  text-transform: uppercase;
  color: #fff;
  width: 96%;
  max-width: 55em;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 400;
}
@media only screen and (max-width: 81.1875em) {
  #slideshow .ssoverlay {
    position: absolute;
    top: 80%;
    transform: translate3d(0, -50%, 0);
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 81.25em) {
  #slideshow .ssoverlay {
    top: max(12vw, 12em);
    /* desk 1300w */
  }
  #slideshow .ssoverlay.ready .slogan {
    transform: translate3d(0, -50vh, 0);
    opacity: 0;
    transition-delay: 0s;
  }
  #slideshow .ssoverlay.ready .spotbtn {
    transform: translate3d(0, -50vh, 0);
    opacity: 0;
    transition-delay: 0s;
  }
  #slideshow .ssoverlay.ready .socialmedia {
    transform: translate3d(0, -50vh, 0);
    opacity: 0;
    transition-delay: 0s;
  }
}
#slideshow .ssoverlay .slogan {
  line-height: 4.06724512;
  font-size: 0.922em;
  text-align: center;
  text-transform: uppercase;
  width: 24.87418655em;
  height: 3.79609544em;
  margin: 0 0 1px auto;
  background-color: #D66F47;
  display: block;
  transition: transform 0.33s ease-out, opacity 0.33s ease-in-out;
}
#slideshow .ssoverlay .slogan .trait {
  font-weight: 700;
}
#slideshow .ssoverlay .spotbtn {
  line-height: 4;
  font-size: 0.7em;
  text-align: center;
  color: #fff;
  width: 20.71428571em;
  height: 3.71428571em;
  margin: 0 0 1px auto;
  background-color: #F9B1DA;
  display: block;
  transition: background-color 0.33s ease-in-out 0s, transform 0.33s ease-out 0.33s, opacity 0.33s ease-in-out 0.33s;
}
#slideshow .ssoverlay .spotbtn:hover {
  background-color: #0094DD;
}
#slideshow .socialmedia {
  line-height: 0;
  text-align: center;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0.9em 0 0;
  position: relative;
  z-index: 300;
  display: inline-block;
  vertical-align: top;
  transition: transform 0.33s ease-out, opacity 0.33s ease-in-out;
  transition-delay: 0.66s;
}
#slideshow .socialmedia a {
  line-height: 1.92307692;
  font-size: 1.3em;
  color: #F9B1DA;
  height: 1.92307692em;
  width: auto;
  margin: 0 1.03846154em 0 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-shadow: -0.5em -0.1155em 0 rgba(0, 148, 221, 0), -0.1155em 0.5em 0 rgba(105, 169, 207, 0), 0.1155em -0.5em 0 rgba(0, 67, 119, 0), 0.5em 0.1155em 0 rgba(51, 51, 51, 0);
  transition: transform 0.33s linear, opacity 0.33s linear, text-shadow 0.33s linear;
}
#slideshow .socialmedia a:nth-last-of-type(1) {
  margin: 0;
}
#slideshow .socialmedia a:hover {
  color: #fff;
  z-index: 400;
  text-shadow: -0.165em -0.1155em 0 rgba(0, 148, 221, 0.5), -0.1155em 0.165em 0 rgba(105, 169, 207, 0.5), 0.1155em -0.165em 0 rgba(0, 67, 119, 0.5), 0.165em 0.1155em 0 rgba(51, 51, 51, 0.5);
  transform: translate3d(0, 0, 0) scale(1.44);
  transition-timing-function: ease-in;
}
#slideshow .socialmedia a .icon {
  position: relative;
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
  z-index: 400;
}
.spotlight > div {
  position: relative;
}
/* ==================================================================
	spot01 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=================================================================== */
.spot01 {
  text-align: center;
  padding: 2em 0;
  margin: 0;
  background: #444 no-repeat center center;
  position: relative;
  z-index: 410;
}

.spot01 .wow_a_slide {
  height: 100%;
  width: 100%;
  z-index: -1 !important;
  background-size: cover;
  background-position: center center;
}

.spot01 .slide1{
  background-image: url("../images/spotlight/spot01bg5.jpg") ;
  
}

.spot01 .slide2{
  background-image: url("../images/spotlight/spot01bg5.jpg");
  
}

.spot01 .slide3{
  background-image: url("../images/spotlight/spot01bg5.jpg");
  
}

.spot01 .slide4{
  background-image: url("../images/spotlight/spot01bg5.jpg");
  
}
.spot01 .slide5{
  background-image: url("../images/spotlight/spot01bg5.jpg");
  
}

@media only screen and (max-width: 29.9375em) {
  .spot01 {
    font-size: 6vw;
    /* mintab opt-out 480oo */
  }
  .spot01 .slide1{
  background-image: url("../images/spotlight/spot01bg5.jpg") ;
  
}

.spot01 .slide2{
  background-image: url("../images/spotlight/spot01bg5.jpg");
  
}

.spot01 .slide3{
  background-image: url("../images/spotlight/spot01bg5.jpg");
  
}

.spot01 .slide4{
  background-image: url("../images/spotlight/spot01bg5.jpg");
  
}
.spot01 .slide5{
  background-image: url("../images/spotlight/spot01bg5.jpg");
  
}

}
@media only screen and (min-width: 30em) {
  .spot01 {
    font-size: min(3vw, 1em);
    /* mintab 480w */
  }
 
}
@media only screen and (min-width: 41.625em) and (max-width: 47.9375em) {
  .spot01 {
    padding: 5em 0;
    /* range 666w - 768oo */
  }
  .spot01 .slide1{
  background-image: url("../images/spotlight/spot01bg.jpg") ;
  
}

.spot01 .slide2{
  background-image: url("../images/spotlight/spot01bg2.jpg");
  
}

.spot01 .slide3{
  background-image: url("../images/spotlight/spot01bg3.jpg");
  
}

.spot01 .slide4{
  background-image: url("../images/spotlight/spot01bg4.jpg");
  
}
.spot01 .slide5{
  background-image: url("../images/spotlight/spot01bg5.jpg");
  
}
}
@media only screen and (min-width: 48em) {
  .spot01 {
    padding: 8.65em 0 7.75em;
    /* midTab 768w */
  }
  .spot01 .slide1{
  background-image: url("../images/spotlight/spot01bg.jpg") ;
  
}

.spot01 .slide2{
  background-image: url("../images/spotlight/spot01bg2.jpg");
  
}

.spot01 .slide3{
  background-image: url("../images/spotlight/spot01bg3.jpg");
  
}

.spot01 .slide4{
  background-image: url("../images/spotlight/spot01bg4.jpg");
  
}
.spot01 .slide5{
  background-image: url("../images/spotlight/spot01bg5.jpg");
  
}
}
@media only screen and (max-width: 81.1875em) {
  .spot01 {
    background-size: cover;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 81.25em) {
  .spot01 {
    background-size: auto auto;
    background-attachment: fixed;
    background-position: 50% 0;
    /* desk 1300w */
  }
  .spot01 .slide1{
  background-image: url("../images/spotlight/spot01bg.jpg") ;
  
}

.spot01 .slide2{
  background-image: url("../images/spotlight/spot01bg2.jpg");
  
}

.spot01 .slide3{
  background-image: url("../images/spotlight/spot01bg3.jpg");
  
}

.spot01 .slide4{
  background-image: url("../images/spotlight/spot01bg4.jpg");
  
}
.spot01 .slide5{
  background-image: url("../images/spotlight/spot01bg5.jpg");
  
}
}
@media only screen and (min-width: 124.9375em) {
  .spot01 {
    background-size: 100% auto;
    /* custom 1999w */
  }
  .spot01 .slide1{
  background-image: url("../images/spotlight/spot01bg.jpg") ;
  
}

.spot01 .slide2{
  background-image: url("../images/spotlight/spot01bg2.jpg");
  
}

.spot01 .slide3{
  background-image: url("../images/spotlight/spot01bg3.jpg");
  
}

.spot01 .slide4{
  background-image: url("../images/spotlight/spot01bg4.jpg");
  
}
.spot01 .slide5{
  background-image: url("../images/spotlight/spot01bg5.jpg");
  
}
}




.spot01 a {
  color: #fff;
  width: 44%;
  max-width: 6em;
  padding: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  animation-fill-mode: both;
  animation-duration: 0.8s;
}
@media only screen and (max-width: 41.5625em) {
  .spot01 a {
    margin: 2%;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot01 a {
    margin: 0 2.5em;
    /* custom 666w */
  }
}
.spot01 a:hover {
  color: #fff;
  z-index: 400;
  animation-name: pulse_custom;
}
.spot01 a:hover .icon path.ring {
  transform: translate3d(0, 0, 0) rotate(360deg);
  transition-duration: 0.99s;
  transition-timing-function: ease-in-out;
}
.spot01 a:hover .icon path.mark {
  transform: translate3d(0, 0, 0) scale(1.23);
  transition-duration: 0.66s;
}
.spot01 a .icon {
  width: 4.7em;
  height: 4.7em;
  margin: 0 auto 1.05em;
  display: block;
  transition: transform 0.33s ease-in-out;
}
.spot01 a .icon path {
  transform-origin: 50% 50%;
  transition-property: transform;
}
.spot01 a .icon path.ring {
  transition-timing-function: linear;
  transition-duration: 0s;
}
.spot01 a .icon path.mark {
  transition-timing-function: ease;
  transition-duration: 0.33s;
}
.spot01 a .info {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
}
.spot01 a h2.topic {
  line-height: 1.14285714;
  font-size: 1.05em;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  color: currentcolor;
  white-space: nowrap;
  width: 100%;
  display: block;
}
/* ===============================================
	spot02
=============================================== */
.spot02 {
  color: #fff;
  background-color: #fff;
}
@media only screen and (max-width: 41.5625em) {
  .spot02 {
    font-size: 4vw;
    padding: 3em 0;
    /* custom opt-out 665oo */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot02 {
    font-size: min(1.4vw, 1em);
    padding: 6em 0 5em;
    /* custom 666w */
  }
}
@media only screen and (min-width: 81.25em) {
  .spot02 {
    font-size: inherit;
    /* desk 1300w */
  }
}
.spot02 .ol {
  font-size: 1vw;
  width: 100em;
  height: 0.5em;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 420;
  pointer-events: none;
}
@media only screen and (min-width: 81.25em) and (max-width: 124.9375em) {
  .spot02 .ol {
    font-size: inherit;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    /* range 1300w - 1999oo */
  }
}
.spot02 .decoration {
  line-height: 0;
  width: 80%;
  max-width: 22.7em;
  position: relative;
  z-index: 420;
}
@media only screen and (max-width: 41.5625em) {
  .spot02 .decoration {
    display: none;
    /* custom opt-out 666oo */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot02 .decoration {
    margin: 0 -3em 0 0;
    display: inline-block;
    vertical-align: top;
    /* custom 666w */
  }
}
.spot02 .decoration img {
  width: 100%;
  display: block;
  box-shadow: 0.25em 0.5em 1em rgba(0, 0, 0, 0.25);
}
.spot02 .mod {
  text-align: center;
  width: 96%;
  max-width: 30.1em;
  display: inline-block;
  vertical-align: top;
}
.spot02 .mod > div {
  background-color: #004377;
}
@media only screen and (max-width: 41.5625em) {
  .spot02 .mod > div {
    padding: 3.3em 0 5em;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot02 .mod > div {
    padding: 3.3em 0 5em 3em;
    margin-top: 3.65em;
    /* custom 666w */
  }
}
.spot02 h2.topic {
  line-height: 1.06382979;
  font-size: 2.35em;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  color: #fff;
  width: 8.5106383em;
  margin: 0 auto;
  display: block;
}
@media only screen and (min-width: 48em) {
  .spot02 h2.topic {
    text-align: left;
    /* midTab 768w */
  }
}
.spot02 h3.topic {
  letter-spacing: 0.125em;
  line-height: 1.625;
  font-size: 0.8em;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #69A9CF;
  width: 25em;
  margin: 0 auto 1.5625em;
  display: block;
}
@media only screen and (min-width: 48em) {
  .spot02 h3.topic {
    text-align: left;
    /* midTab 768w */
  }
}
.spot02 a {
  width: 9.5em;
  margin: 0 0.5em;
  display: inline-block;
  vertical-align: top;
}
.spot02 a img {
  width: 100%;
  margin: 0 0 0.45em;
  display: block;
}
.spot02 a .fauxbtn {
  line-height: 3;
  font-size: 0.75em;
  font-family: 'Jost', sans-serif;
  text-align: center;
  color: #fff;
  width: 100%;
  height: 3em;
  display: block;
  position: relative;
  z-index: 420;
  transition: color 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
.spot02 a .fauxbtn:hover {
  color: #004377;
}
.spot02 a .fauxbtn:hover:after {
  background-color: #fff;
}
.spot02 a .fauxbtn:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
  z-index: -1;
  transition: background-color 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
/* ==================================================================
	subnav || aka subnav-outer || aka ipSub
=================================================================== */
/* TOP ORIENTED */
#subnav {
  color: #D66F47;
  padding: 1.85em 0;
  background-color: #f5f5f5;
  border-top: 2px solid #fff;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 63.9375em) {
  #subnav {
    text-align: center;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 64em) {
  #subnav {
    text-align: right;
    /* midTab 1024w */
  }
}
@media only screen and (min-width: 81.25em) {
  #subnav {
    padding-top: 2.3em;
    /* desk 1300w */
  }
}
#subnav nav {
  width: 100%;
  max-width: 47.85em;
}
@media only screen and (min-width: 48em) {
  #subnav nav {
    width: 82.5%;
    margin-right: auto;
    /* midTab 768w */
  }
}
#subnav p {
  line-height: 1.57142857;
  font-size: 0.7em;
  margin: 0;
  padding: 0;
}
#subnav a {
  letter-spacing: 0.05em;
  font-family: 'Jost', sans-serif;
  text-transform: uppercase;
  color: #363636;
  margin: 0.2em 0.8em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
@media only screen and (min-width: 48em) {
  #subnav a {
    margin-right: 0;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 64em) {
  #subnav a {
    margin: 0;
    /* maxTab 1024w */
  }
}
#subnav a:hover,
#subnav a.active {
  color: #D66F47;
  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: 5em 0;
  background: #fff;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 48em) {
  #bd {
    padding: 4.75em 0 14.8em;
    /* midTab 768w */
  }
  #bd.sub:after {
    content: '';
    width: 20%;
    height: 100%;
    background: #F9B1DA url(../images/bdsub.jpg) no-repeat 0 0;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
  }
}
@media only screen and (min-width: 81.25em) {
  #bd {
    /* desk 1300w */
  }
  #bd.sub:after {
    width: auto;
    left: 50%;
    margin-left: 19.85em;
  }
}
#bd .container {
  max-width: 60em;
}
#content {
  display: block;
}
@media only screen and (min-width: 48em) {
  #content {
    max-width: 30.2em;
    width: 50.33333333%;
    float: left;
    position: relative;
    z-index: 420;
    /* midTab 780w */
  }
  #content p {
    text-align: justify;
  }
}
#content .content-text {
  /*font-family: 'Josefin Sans', sans-serif;*/
  line-height: 1.82352941;
}
@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.35em 0 4.65em;
  background: #3b9afa no-repeat center center;
  background-size: cover;
}
.home #bd .container {
  max-width: 60em;
}
.home #bd #content {
  color: #fff;
}
@media only screen and (min-width: 48em) {
  .home #bd #content {
    width: 100%;
    max-width: 24.4em;
    float: none;
    margin-left: auto;
    margin-right: auto;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 81.25em) {
  .home #bd #content {
    margin-right: 0;
    /* desk 1300w */
  }
}
.home #bd #content .content-text {
  font-family: 'Open Sans', sans-serif;
  padding: 3em 0;
  position: relative;
  z-index: 420;
}
.home #bd #content .content-text:after {
  content: '';
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  right: -5.17647059em;
  bottom: 0;
  left: -4.47058824em;
  background-color: rgba(0, 67, 119, 0.9);
  z-index: -1;
}
@media only screen and (min-width: 81.25em) {
  .home #bd #content .content-text {
    font-size: 0.85em;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 48em) {
  .home #bd #content p {
    text-align: justify;
    /* midTab 768w */
  }
}
/* ==================================================================
	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: #F9B1DA;
  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 */
  }
}
#content .flexi {
  text-align: center;
  width: 100%;
  margin: 1em 0;
  display: block;
}
#content .flexi.awards img {
  width: auto;
  max-width: 19%;
  margin: 2%;
}
.meet-the-doctors #content .flexi.mid img {
  width: auto;
  max-width: 43%;
  margin: 2%;
}
#content .flexi img {
  display: inline-block;
  vertical-align: middle;
}
/* ==================================================================
	meet the team page classes for individual and full team images 
=================================================================== */
.staff {
  /*width: 45%;*/
  /*max-width: 10em;*/
  max-width: 350px;
  margin: 0 0 1em 1em;
  background-color: #fff;
  border: 0.35em solid #fff;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.31);
  display: block;
  float: right;
    position: relative;    
}
.staff .hover {
    display: inline;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    opacity:0;
}
.staff:hover .hover {
    opacity:1;
}





.team {
  width: 100%;
  max-width: 1000px;
  background-color: #fff;
  border: 0.7em solid #fff;
  box-shadow: 0 0 0.5em 1em rgba(0, 0, 0, 0.31);
  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.8;
  font-size: 1.47058824em;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: #D66F47;
  transition-duration: 0s;
}
.sitemap #content ul ul li a {
  line-height: 1.76470588;
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-transform: none;
  color: #000;
  margin-left: 0;
  /*to increase space adjust [body.sitemap #bd ul ul li] below*/
}
.sitemap #content a:hover {
  text-decoration: none;
  color: #F9B1DA;
}
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: 22.1em;
  margin: 0 auto 6%;
  /*display: none;*/
  padding: 0;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 48em) {
  #sidebar {
    width: 36.83333333%;
    margin: 0 0 1em;
    float: right;
    clear: right;
    display: block;
    /* midTab 768w */
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
}
.stock {
  width: 100%;
  background-color: #fff;
  border: 0.75em solid #fff;
  box-shadow: 0 0.3em 0.8em 0.05em rgba(0, 0, 0, 0.2);
  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 - */
/* ==================================================================
	spot03
=================================================================== */
.spot03 {
  padding: 5.8em 0 3em;
  background-color: #fff;
  /* socialmedia || aka social-icons */
}
.spot03 .ol {
  font-size: 1vw;
  width: 100em;
  height: 0.5em;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 420;
  pointer-events: none;
}
@media only screen and (min-width: 81.25em) and (max-width: 124.9375em) {
  .spot03 .ol {
    font-size: inherit;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    /* range 1300w - 1999oo */
  }
}
.spot03 .mod {
  width: 100%;
  display: block;
  margin: 0 0 1.16666667em;
}
.spot03 h2.topic {
  line-height: 1.13333333;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  color: #000;
  white-space: nowrap;
  width: auto;
  height: 1em;
  margin: 0 0.125em;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 29.9375em) {
  .spot03 h2.topic {
    font-size: 10vw;
    /* mintab 480oo */
  }
}
@media only screen and (min-width: 30em) {
  .spot03 h2.topic {
    font-size: 3em;
    /* mintab 480w */
  }
}
.spot03 .socialmedia {
  line-height: 0;
  text-align: center;
  height: auto;
  padding: 0;
  position: relative;
  z-index: 300;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 47.9375em) {
  .spot03 .socialmedia {
    width: 100%;
    margin: 1em 0 0;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 48em) {
  .spot03 .socialmedia {
    width: auto;
    margin: 0 0.375em;
    /* midTab 768w */
  }
}
.spot03 .socialmedia a {
  line-height: 2.77777778;
  font-size: 0.9em;
  color: #fff;
  height: 2.77777778em;
  width: 2.77777778em;
  border-radius: 50%;
  margin: 0 0.72222222em 0 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
.spot03 .socialmedia a:nth-child(4n+1) {
  background-color: #F9B1DA;
}
.spot03 .socialmedia a:nth-child(4n+2) {
  background-color: #D66F47;
}
.spot03 .socialmedia a:nth-child(4n+3) {
  background-color: #69A9CF;
}
.spot03 .socialmedia a:nth-child(4n+4) {
  background-color: #004377;
}
.spot03 .socialmedia a:nth-last-of-type(1) {
  margin: 0;
}
.spot03 .socialmedia a:hover {
  color: #fff;
  background: #0094DD;
  z-index: 400;
  transform: scale(1.44);
}
.spot03 .socialmedia a .icon {
  position: relative;
}
.spot03 .cycle-slideshow {
  width: 92%;
  max-width: 62em;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.spot03 .cycle-slide {
  width: 100%;
  padding: 0;
  display: block;
}
.spot03 .cycle-slide img {
  width: 23.5483871%;
  margin: 0.48387097%;
  display: inline-block;
  vertical-align: top;
  animation-fill-mode: forwards;
  animation-duration: 0.55s;
  animation-timing-function: ease-out;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  opacity: 0;
}
.spot03 .cycle-slide img:nth-child(1) {
  animation-delay: 0s;
}
.spot03 .cycle-slide img:nth-child(2) {
  animation-delay: 0.2s;
}
.spot03 .cycle-slide img:nth-child(3) {
  animation-delay: 0.4s;
}
.spot03 .cycle-slide img:nth-child(4) {
  animation-delay: 0.6s;
}
.spot03 .cycle-slide img:nth-child(5) {
  animation-delay: 0.7s;
}
.spot03 .cycle-slide img:nth-child(6) {
  animation-delay: 0.9s;
}
.spot03 .cycle-slide img:nth-child(7) {
  animation-delay: 1.1s;
}
.spot03 .cycle-slide img:nth-child(8) {
  animation-delay: 1.3s;
}
.spot03 .cycle-slide img.active {
  animation-name: flipIn;
}



/* Section 1 */
.spot05 {
  z-index: 10;
  padding: 70px 0;
  text-align: center;
  background: url(../images/para-bg1.jpg) center center;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
       
  border-top: 2.625em solid #fff;
  border-bottom: 10.625em solid #fff;
}


body.layout-section-about-us .spot05 {
  background-image: url(../images/para-bg2.jpg);
}
body.layout-section-new-patients .spot05 {
  background-image: url(../images/para-bg3.jpg);
}
body.layout-section-braces-101 .spot05 {
  background-image: url(../images/para-bg4.jpg);
}
body.layout-section-treatments .spot05 {
  background-image: url(../images/para-bg5.jpg);
}
body.layout-section-invisalign .spot05 {
  background-image: url(../images/para-bg6.jpg);
}

.spot05 h2 {
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  letter-spacing: .0em;
    text-align: center;
}

.spot05 a {
  font-size: 22px;
  line-height: 33px;
  color: #fff;
  letter-spacing: .0em;
    text-align: center;
}
@media only screen and (min-width: 48em) {
  .spot05 {
      padding: 139px 0;
  }
}

.spot05 .testifier {
  display: block;
  margin-bottom: 1.8em;
}

.spot05 .socialmedia a {
  line-height: 2.77777778;
  font-size: 0.9em;
  color: #fff;
  height: 2.77777778em;
  width: 2.77777778em;
  border-radius: 50%;
  margin: 0 0.72222222em 0 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
.spot05 .socialmedia a:nth-child(4n+1) {
  background-color: #F9B1DA;
}
.spot05 .socialmedia a:nth-child(4n+2) {
  background-color: #D66F47;
}
.spot05 .socialmedia a:nth-child(4n+3) {
  background-color: #69A9CF;
}
.spot05 .socialmedia a:nth-child(4n+4) {
  background-color: #004377;
}
.spot05 .socialmedia a:nth-last-of-type(1) {
  margin: 0;
}
.spot05 .socialmedia a:hover {
  color: #fff;
  background: #0094DD;
  z-index: 400;
  transform: scale(1.44);
}
.spot05 .socialmedia a .icon {
  position: relative;
}



/* ===============================================
	spot04 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION
=============================================== */
.spot04 {
  color: #000;
  padding: 3.825em 0;
  background-color: #fff;
}
.spot04:after {
  content: '';
  max-width: 79.55em;
  height: auto;
  background: #69a9cf url(../images/spotlight/spot04bg.jpg) no-repeat center center;
  background-size: ;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 47.9375em) {
  .spot04:after {
    width: 100%;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 48em) {
  .spot04:after {
    width: auto;
    right: 50%;
    margin-right: -15.55em;
    background-position: 100% 50%;
    /* midTab 768w */
  }
}
.spot04 .cycle-slideshow {
  color: #000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  z-index: 420;
}
@media only screen and (max-width: 41.5625em) {
  .spot04 .cycle-slideshow {
    max-width: 21.2em;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot04 .cycle-slideshow {
    max-width: 43.15em;
    /* custom 666w */
  }
}
@media only screen and (min-width: 81.25em) {
  .spot04 .cycle-slideshow {
    transform: translate3d(3.25em, 0, 0);
    /* desk 1300w */
  }
}
.spot04 .cycle-slide {
  text-align: left;
  width: 100%;
  display: block;
  position: relative;
}
.spot04 .cycle-slide img {
  width: 60.48667439%;
  max-width: 26.1em;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 41.5625em) {
  .spot04 .cycle-slide img {
    display: none;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot04 .cycle-slide img {
    display: block;
    /* custom 666w */
  }
}
.spot04 .cycle-slide .mod {
  width: 21.1em;
  padding: 2.7em 3em 3.1em 3.1em;
  background-color: #fff;
  box-shadow: 0.5em 0.5em 1em rgba(0, 0, 0, 0.25);
  display: block;
}
@media only screen and (max-width: 41.5625em) {
  .spot04 .cycle-slide .mod {
    text-align: center;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot04 .cycle-slide .mod {
    text-align: left;
    position: absolute;
    left: 0;
    bottom: 6.6em;
    /* custom 666w */
  }
}
.spot04 .cycle-slide h2.topic {
  line-height: 1;
  font-size: 2.25em;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  margin-bottom: 0.48888889em;
}
.spot04 .cycle-slide h2.topic svg.invisalign {
  line-height: 0;
  width: 6.11111111em;
  height: 1.66666667em;
}
.spot04 .cycle-slide h2.topic svg.glo {
  line-height: 0;
  width: 6.11111111em;
  height: 2.13333333em;
}
.spot04 .cycle-slide h2.topic svg.glo path {
  fill: #000;
}
.spot04 .cycle-slide .info {
  line-height: 1.53846154;
  font-size: 0.65em;
  margin: 0 0 2.53846154em;
}
@media only screen and (max-width: 81.1875em) {
  .spot04 .cycle-slide .info {
    display: none;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 81.25em) {
  .spot04 .cycle-slide .info {
    display: block;
    /* desk 1300w */
  }
}
.spot04 .cycle-slide .spotbtn {
  line-height: 3.63636364;
  font-size: 0.55em;
  font-family: 'Josefin Sans', sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #D66F47;
  width: 12.54545455em;
  height: 3.36363636em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: color 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
.spot04 .cycle-slide .spotbtn:hover {
  color: #fff;
}
.spot04 .cycle-slide .spotbtn:hover:after {
  background-color: #D66F47;
}
.spot04 .cycle-slide .spotbtn:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #D66F47;
  z-index: -1;
  transition: background-color 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
.spot04 .spot04links {
  width: 100%;
  max-width: 21.2em;
  padding: 2em;
  background-color: #004377;
  box-shadow: 0.5em 0.5em 1em rgba(0, 0, 0, 0.25);
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 440;
}
@media only screen and (max-width: 41.5625em) {
  .spot04 .spot04links {
    margin: 0;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot04 .spot04links {
    margin: -6.6em 0 0;
    /* custom 666w */
  }
}
@media only screen and (min-width: 81.25em) {
  .spot04 .spot04links {
    transform: translate3d(-1.25em, 0, 0);
    /* desk 1300w */
  }
}
.spot04 .spot04links .spotbtn {
  line-height: 3.25;
  font-size: 0.7em;
  font-family: 'Josefin Sans', sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  height: 3.07142857em;
  margin: 0.57142857em auto;
  display: block;
  position: relative;
  z-index: 400;
}
.spot04 .spot04links .spotbtn:nth-child(1) {
  margin-top: 0;
}
.spot04 .spot04links .spotbtn:nth-last-child(1) {
  margin-bottom: 0;
}
.spot04 .spot04links .spotbtn:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(214, 111, 71, 0);
  border: 1px solid #fff;
  z-index: -1;
  transition: background-color 0.33s ease-in-out, border-color 0.33s ease-in-out;
}
.spot04 .spot04links .spotbtn:hover:after {
  background-color: #D66F47;
  border-color: #D66F47;
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 3.05em 0 2.8em;
  background: #F9B1DA no-repeat center center;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 81.25em) {
  #ft {
    background-size: auto auto;
    background-attachment: fixed;
    background-position: 0 50%;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 48em) {
  #ft.sub {
    /* midTab 768w */
  }
  #ft.sub:before {
    content: '';
    width: 100%;
    height: 1.3em;
    background-color: #fff;
    display: block;
    position: absolute;
    top: -1.3em;
    left: 0;
    pointer-events: none;
  }
}
#ft .logo {
  line-height: 0;
  text-align: center;
  display: block;
  position: absolute;
  top: -6.15em;
}
@media only screen and (max-width: 47.9375em) {
  #ft .logo {
    font-size: min(3vw, 1em);
    margin-left: auto;
    margin-right: auto;
    right: 0;
    left: 0;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 48em) {
  #ft .logo {
    margin: 0;
    left: 50%;
    transform: translate3d(-26.55em, 0, 0);
    /* midTab 768w */
  }
}
#ft .logo svg {
  width: 27.2em;
  height: 4.45em;
}
#ft .logo svg .toof {
  -webkit-filter: drop-shadow(0.1em 0 0.17em rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0.1em 0 0.17em rgba(0, 0, 0, 0.3));
}
#ft a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}
#ft a:hover {
  color: #555;
}
/* ===============================================
		locations || aka ft-location
=============================================== */
#location {
  font-family: 'Josefin Sans', sans-serif;
  width: 100%;
  max-width: 39.6em;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(214, 111, 71, 0.9);
  display: block;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  #location {
    padding: 2.2em 0 2.5em;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 48em) {
  #location {
    text-align: left;
    padding: 2.2em 0 2.5em 4em;
    transform: translate3d(-7em, 0, 0);
    /* midTab 768w */
  }
}
#location .mod {
  width: 100%;
  max-width: 9.65em;
  padding: 0 0 0.7em;
  display: inline-block;
  vertical-align: middle;
  direction: ltr;
  border-bottom: 1px solid #fff;
}
@media only screen and (min-width: 48em) {
  #location .mod {
    margin-right: 3.35em;
    /* midTab 768w */
  }
}
#location .phone {
  line-height: 1.26666667;
  font-size: 1.5em;
  white-space: nowrap;
  display: block;
}
#location .address {
  line-height: 1.29411765;
  font-size: 0.85em;
  white-space: nowrap;
  margin: 0 auto;
  display: block;
}
#location .address .marker {
  line-height: 1;
  font-size: 3.65647059em;
  margin-left: 6.4em;
  position: absolute;
  left: 50%;
  top: -1.4em;
  z-index: 400;
  transition: transform 0.33s ease-in-out;
  transform-origin: center bottom;
  display: none;
}
@media only screen and (min-width: 48em) {
  #location .address .marker {
    display: block;
    /* midTab 768w */
  }
}
#location .address .marker:before {
  content: '\f041';
  color: #F9B1DA;
}
#location .address .marker:after {
  content: '';
  width: 1.02960103em;
  height: 0.93307593em;
  background: url(../images/footer/shadow.png) no-repeat center center;
  left: 0.1em;
  bottom: 0em;
  background-size: cover;
  position: absolute;
  z-index: -1;
  transition: transform 0.33s ease-in-out;
}
#location .address:hover .marker {
  transform: scale(2);
}
#location img {
  background-color: #fff;
  border: 0.75em solid #fff;
  box-shadow: 0.25em 0.5em 1em rgba(0, 0, 0, 0.29);
}
#location img[src$=".png"] {
  width: 20.7em;
  position: absolute;
  top: -10.75em;
  right: -12.85em;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 47.9375em) {
  #location img[src$=".png"] {
    display: none;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 48em) {
  #location img[src$=".png"] {
    display: block;
    /* midTab 768w */
  }
}
#location img[src$=".jpg"] {
  width: 19.9em;
  position: relative;
  vertical-align: middle;
  z-index: 420;
  pointer-events: none;
}
@media only screen and (max-width: 47.9375em) {
  #location img[src$=".jpg"] {
    display: none;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 48em) {
  #location img[src$=".jpg"] {
    display: inline-block;
    /* midTab 768w */
  }
}
/* ==================================================================
		#links || aka ft-design-credit
=================================================================== */
#links {
  text-align: center;
  text-transform: uppercase;
  color: #000;
  padding: 2em 0;
  margin: 0;
  background-color: #fff;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 48em) {
  #links {
    height: 4.6em;
    padding: 1.55em 0 0;
    /* midTab 768w  */
  }
}
#links .util {
  line-height: 2.72727273;
  font-size: 0.55em;
  margin-bottom: 2em;
}
@media only screen and (min-width: 30em) {
  #links .util {
    line-height: 2.72727273;
    width: auto;
    margin: 0;
    float: left;
    /* mintab 480w */
  }
}
#links .util a {
  letter-spacing: 0.05em;
  color: #000;
  transition: color 0.33s ease-in-out;
}
#links .util a:hover {
  color: #D66F47;
}
#links .util a,
#links .util .divider {
  display: inline-block;
}
#links .util .divider {
  margin: 0 0.6em;
}
/* ===============================================
		sesame link
=============================================== */
a#sesame-link .sesameicon {
  width: 2.18181818em;
  height: 1.81818182em;
  margin-right: 0.72727273em;
  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: 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: 1.39925373;
  font-size: 1.072em;
  color: #F9B1DA;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out;
}
a#backtotop:hover {
  color: #D66F47;
}
/*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: #f5f5f5;
  border: none;
  display: block;
}
/* ===============================================
	success message
=============================================== */
.success {
  text-transform: none;
  font-weight: 400;
  color: #fff;
  width: 100%;
  padding: 1rem;
  float: left;
  background: #F9B1DA;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  line-height: 40px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: smaller;
  color: #fff;
  height: 38px;
  padding: 0 1.5em;
  background-color: #F9B1DA;
  border: 1px solid #F9B1DA;
  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: #0094DD;
  background-color: #0094DD;
}
form p {
  height: auto;
}

  form .radio-group label input{
    width: 5% !important;
    padding: 5px !important;
    margin-top: 2px;
    box-sizing: border-box;
    float: left;
  }
form .radio-group label span{
    display: inline-block !important;
    width: 90%;
}


/* ===============================================
	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: 79.5%;
    max-width: none;
  }
  .sitemap #sidebar,
  .layout-full-width #sidebar {
    display: none;
  }
  /* ===============================================
	custom content
=============================================== */
  /*.success{ width:66%; }*/
  /*table.office-hours{ max-width:50%; }*/
  .before-after-image img {
    width: auto;
  }
  .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: 3.3em;
    margin-top: 1em;
    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: 3.3em;
    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: 2.35714286;
    text-align: center;
    text-decoration: none;
    height: 100%;
    z-index: 3000;
  }
  #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.3em;
    margin: 0;
    padding: 0;
    opacity: 1;
    float: left;
  }
  #main-nav ul ul li a {
    line-height: 1.85714286;
    text-align: left;
    white-space: nowrap;
    height: 1.85714286em;
    width: 100%;
    padding: 0 1.64285714em;
    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: -1.15em;
    /*top:37px;*/
    display: block;
  }
  #main-nav ul li.contact-us:hover ul,
  #main-nav ul li.contact:hover ul {
    left: auto;
    right: -1.15em;
    margin: 0;
  }
  /*END*/
}




.overlay-wrap .staffphoto {
  position: relative;
    margin: 0 0 .67em;
  /*width: 50%;*/
}

.overlay-wrap .staffphoto img {
  display: block;
  width: 100%;
  height: auto;
}


.overlay-wrap .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0, 0, 0, .75) ;
}

.overlay-wrap .text {
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
    width: 95%;
    font-size: 1.05em;
    line-height: 1.1em;
}


.overlay-wrap .staffphoto:hover .overlay {
  opacity: 1;
}
.overlay-wrap .text p:nth-last-of-type(1) {
    margin-bottom: 0;
}

.overlay-wrap h2 {
  margin: 0 0 .67em;
}




/* ie nonsense */
/***********************************************
target ie11: html[data-useragent*='Trident/7.0']
***********************************************/
html[data-useragent*='Trident/7.0'] {
  /* END */
}
@media only screen and (min-width: 81.25em) {
  html[data-useragent*='Trident/7.0'] #slideshow .ssoverlay {
    top: 12vw;
  }
  html[data-useragent*='Trident/7.0'] #slideshow .ssoverlay.ready .slogan,
  html[data-useragent*='Trident/7.0'] #slideshow .ssoverlay.ready .spotbtn,
  html[data-useragent*='Trident/7.0'] #slideshow .ssoverlay.ready .socialmedia {
    transform: translate3d(0, 0, 0);
  }
}
/* custom animations */
@keyframes flyinmobilenav {
  from {
    left: 300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
/* flipIn */
@keyframes flipIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) translateY(100%) translateZ(-160px) rotateY(180deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0) translateZ(0) rotateY(0);
  }
}
.flipIn {
  animation-name: flipIn;
}
/* pulse_custom */
@keyframes pulse_custom {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.44, 1.44, 1.44);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse_custom {
  animation-name: pulse_custom;
}
/* pulse_rev */
@keyframes pulse_rev {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(0.88, 0.88, 0.88);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse_rev {
  animation-name: pulse_rev;
}

.vMaster {
  bottom: 20% !important;
}