/* 
 Site Manager Version: 12.1.0
 Buildkit Version: 11.2.0

 Account: potdar-sandeep
 Written by: vita stillion
 
 Date Created: March 2023
 Sesame Communications - All rights reserved. C2023
 Any reproduction or intentional misuse is strictly prohibited
*/
/* ===============================================
					fonts
=============================================== */
/* jost-300 */
@font-face {
  font-display: swap;
  font-family: 'Jost';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/jost-300.woff2') format('woff2');
}
/* jost-300i */
@font-face {
  font-display: swap;
  font-family: 'Jost';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/jost-300i.woff2') format('woff2');
}
/* jost-400 */
@font-face {
  font-display: swap;
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/jost-400.woff2') format('woff2');
}
/* jost-400i */
@font-face {
  font-display: swap;
  font-family: 'Jost';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/jost-400i.woff2') format('woff2');
}
/* jost-500 */
@font-face {
  font-display: swap;
  font-family: 'Jost';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/jost-500.woff2') format('woff2');
}
/* jost-700 */
@font-face {
  font-display: swap;
  font-family: 'Jost';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/jost-700.woff2') format('woff2');
}
/* jost-700i */
@font-face {
  font-display: swap;
  font-family: 'Jost';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/jost-700i.woff2') format('woff2');
}
/* mr-dafoe-400 */
@font-face {
  font-display: swap;
  font-family: 'Mr Dafoe';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/mr-dafoe-400.woff2') format('woff2');
}
/* windsong-400 */
@font-face {
  font-display: swap;
  font-family: 'WindSong';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/windsong-400.woff2') format('woff2');
}
/* windsong-500 */
@font-face {
  font-display: swap;
  font-family: 'WindSong';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/windsong-500.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;
}
.defs {
  line-height: 0;
  width: 0;
  height: 0;
  display: block;
  position: absolute;
}
/* ===============================================
	body 
=============================================== */
body,
input,
select,
textarea,
form button {
  font-family: 'Jost', sans-serif;
}
body {
  font-size: 15px;
  color: #000;
  background: #fff;
  overflow: hidden;
}
@media only screen and (min-width: 1300px) {
  body {
    font-size: 20px;
    /* desk 1300w */
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #2b77c5;
  text-decoration: none;
  transition: color 0.33s ease-in-out;
}
#content a:hover {
  text-decoration: none;
  color: #66be59;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  font-family: 'Jost', sans-serif;
  letter-spacing: 0.07em;
  line-height: 1;
  text-align: left;
  font-weight: 500;
/*  text-transform: uppercase;*/
  color: #282828;
  margin: 0 0 1.28571429em;
  text-rendering: auto;
}
.sub h1 {
  letter-spacing: 0.08em;
  font-size: 10vw;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  color: white;
  margin-bottom: 1.4em;
}
@media only screen and (min-width: 480px) {
  .sub h1 {
    font-size: 2.5em;
    /* mintab 480w */
  }
}
.home #content header {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
}
.home h1 {
  font-weight: 400;
  letter-spacing: 0.045em;
  line-height: 1;
  font-size: 5.4vw;
  text-align: center;
  text-transform: uppercase;
  color: #202020;
  margin: 0 0 1.25em;
  font-family: 'Jost', sans-serif;
}
@media only screen and (min-width: 480px) {
  .home h1 {
    font-size: 1.5em;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 1300px) {
  .home h1 {
    text-align: right;
    white-space: nowrap;
    float: right;
    /* desk 1300w */
  }
}
.home h1:after {
  content: '';
  width: 22.66666667em;
  height: 150%;
  background-color: #ffffff;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.home h1 .trait {
  display: block;
}
@media only screen and (min-width: 1300px) {
  .home h1 .trait {
    float: right;
    clear: right;
    /* desk 1300w */
  }
}
.home h1 .trait.top {
  line-height: 0.9;
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  text-align: center;
  text-transform: none;
  color: #f47d38;
  white-space: nowrap;
}
@media only screen and (max-width: 1299px) {
  .home h1 .trait.top {
    font-size: 3em;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .home h1 .trait.top {
    font-size: 5.33333333em;
    width: 112%;
    /* desk 1300w */
  }
}
h2:not(.topic) {
  font-size: 1.47368421em;
}
h3:not(.topic) {
  font-size: 1.26315789em;
}
h4 {
  font-size: 1.15789474em;
}
h5 {
  font-size: 1.10526316em;
}
h6 {
  font-size: 1.05263158em;
}
/* ===============================================
	containers
=============================================== */
.container {
  max-width: 64.5em;
}
/* ===============================================
	list styles - global overrides
=============================================== */
.what-sets-us-apart #content ol,
.meet-the-team #content ol,
.our-office #content ol,
.office-tour #content ol,
body[class*='-after'] #content ol {
  margin: 0;
}
#content ul li {
  list-style: disc outside;
  /* list-style-image:none; */
}
/* ==================================================================
	masthead
=================================================================== */
#masthead {
  width: 100%;
  padding: 0;
  background-color: #fff;
  position: relative;
  z-index: 3000;
  background-image: url(../images/bgmasthead.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
@media only screen and (min-width: 1024px) {
  #masthead {
    width: 100%;
    background-size: 100% auto;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 1300px) {
  #masthead {
    font-size: inherit;
    position: fixed;
    top: 0;
    z-index: 3000;
    /* desk 1300w */
  }
}
#masthead .container {
  width: 100%;
  max-width: none;
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 1.2em;
  text-align: center;
  height: 48px;
  width: 48px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 600;
  clear: both;
}
#main-nav .container {
  height: 100%;
  padding: 0;
}
#main-nav .trigger {
  line-height: 48px;
  color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background: #169abb;
  background: -moz-linear-gradient(left, #21b593 0%, #75c142 100%);
  background: -webkit-linear-gradient(left, #21b593 0%, #75c142 100%);
  background: linear-gradient(to right, #21b593 0%, #75c142 100%);
  padding: 0;
  margin: 0 auto;
  border: none;
  -webkit-appearance: none;
  position: relative;
  z-index: 600;
  transition: color 0.33s ease-in-out;
  transform: translate(-1px, 1px);
}
#main-nav .trigger .navicon {
  width: 12px;
  height: 8px;
  display: inline-block;
  position: relative;
  top: -0.2em;
}
#main-nav .trigger .navicon span {
  height: 2px;
  width: 100%;
  background: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate(0deg);
  transition: width 0.3s ease, top 0.3s ease, left 0.3s ease, transform 0.3s ease;
}
#main-nav .trigger .navicon span:nth-child(1) {
  top: 0px;
}
#main-nav .trigger .navicon span:nth-child(2),
#main-nav .trigger .navicon span:nth-child(3) {
  top: 50%;
}
#main-nav .trigger .navicon span:nth-child(4) {
  top: 100%;
}
#main-nav .trigger:hover {
  color: #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: translate3d(0, 0, 0) rotate(45deg);
}
#main-nav .open .trigger .navicon span:nth-child(3) {
  transform: translate3d(0, 0, 0) rotate(-45deg);
}
#main-nav ul {
  width: 100vw;
  margin: -48px 0 0;
  padding: 1em 0;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 100%);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 100%);
  position: relative;
  float: right;
  z-index: 550;
}
#main-nav ul li {
  clear: both;
}
#main-nav ul li a[id] {
  font-size: 0.82em;
  text-transform: uppercase;
  color: #000;
  width: 100%;
  height: 2.66666667em;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease;
}
@media only screen and (max-width: 1023px) {
  #main-nav ul li a[id] {
    line-height: 2.66666667;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav ul li a[id] {
    line-height: 1.26666667;
    /* midTab 1024w */
  }
  #main-nav ul li a[id]:before {
    content: '';
    width: 1.66375em;
    height: 1.6em;
    background: url(../images/nav/hov.svg) no-repeat center center;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    top: -1.83333333em;
    right: 0;
    left: 0;
    transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
    transform: translate(0, 120%) rotateY(-180deg);
    opacity: 0;
    pointer-events: none;
  }
}
#main-nav ul li a[id] span:nth-child(1) {
/*  font-size: 1.4em;*/
/*  font-family: 'WindSong', cursive;*/
/*  text-transform: none;*/
}
@media only screen and (max-width: 1023px) {
  #main-nav ul li a[id] span:nth-child(1) {
    line-height: 1.9047619;
    margin-right: 0.15em;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav ul li a[id] span:nth-child(1) {
    line-height: 1.23809524;
    height: 1.04761905em;
    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: #2b77c5;
  text-decoration: none;
  transition-duration: 0.15s;
}
@media only screen and (min-width: 1024px) {
  #main-nav ul li.open > a[id],
  #main-nav ul li.active > a[id],
  #main-nav ul li:hover > a[id] {
    /* midTab 1024w */
  }
  #main-nav ul li.open > a[id]:before,
  #main-nav ul li.active > a[id]:before,
  #main-nav ul li:hover > a[id]:before {
    transform: translate(0, 0) rotateY(0deg);
    opacity: 1;
  }
}
#main-nav ul ul {
  width: 100%;
  margin: 0;
  padding: 0;
  background: rgba(40, 40, 40, 0.88);
  display: inline;
  float: left;
}
#main-nav ul ul li {
  width: 100%;
  background: none;
  float: left;
}
#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;
  perspective: 1000px;
}
#main-nav ul ul li a:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #1e5799;
  background-image: -moz-linear-gradient(left, #1e5799 0%, #08adb1 33%, #32b687 66%, #76c142 100%);
  background-image: -webkit-linear-gradient(left, #1e5799 0%, #08adb1 33%, #32b687 66%, #76c142 100%);
  background-image: linear-gradient(to right, #1e5799 0%, #08adb1 33%, #32b687 66%, #76c142 100%);
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: translate3d(0, 0, -1em) rotate3d(1, 0, 0, -90deg);
  opacity: 0;
}
#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;
  border: none;
}
#main-nav ul li.active ul li a:hover:after,
#main-nav ul ul li a:hover:after,
#main-nav ul ul li a.active:after {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, -90deg);
  transition-duration: 0.15s;
}
/* 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 (min-width: 666px) {
  #hd {
    text-align: center;
    /* custom 666w */
  }
}
@media only screen and (min-width: 1024px) {
  #hd {
    z-index: 3000;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 1024px) {
  #hd .mod {
    display: block;
    position: absolute;
    top: 0.75em;
    right: 0.75em;
    /* midTab 1024w */
  }
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  font-size: 0.7em;
  width: 12.7em;
  padding: 0.9em 0;
  margin: 0 auto 0 2%;
  display: block;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #logo {
    font-size: inherit;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 1em;
    left: 0;
    transform: translate(0.75em, 0);
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 1300px) {
  #logo {
    transition: transform 0.33s ease-in-out;
    transform-origin: 0 50%;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  #logo {
    /* range 1300w - 1999oo */
  }
  .ready #logo {
    transform: translate(calc( 50vw - 6.35em ), calc( 562.5px - 1.525em ));
  }
}
@media only screen and (min-width: 2000px) {
  #logo {
    /* custom 2000w */
  }
  .ready #logo {
    transform: translate(calc( 50vw - 6.35em ), calc(50vh - 1.525em ));
  }
}
#logo a {
  display: inline-block;
  vertical-align: top;
}
#logo svg {
  width: 12.7em;
  height: 3.05em;
}
@media only screen and (min-width: 1300px) {
  #logo svg {
    transition: transform 0.33s ease-in-out;
    /* desk 1300w */
  }
  .ready #logo svg {
    transform: translate(0, 0) scale(2.72047244);
  }
  #logo svg g {
    transition: opacity 0.33s ease-in-out;
  }
  .ready #logo svg g.font {
    opacity: 0;
  }
  .ready #logo svg g.fonthov {
    opacity: 1;
  }
  #logo svg path {
    transition: fill 0.33s ease-in-out;
  }
  .ready #logo svg path {
    fill: #fff!important;
  }
}

#logo .text{
    width: 100%;
    text-align: center;
    margin-left: 35px;
    font-size: 0.65em;
    text-transform: uppercase;
    color: #000;
    margin-top: 7px;
}
#logo .text .trait{display: none;}
.ready #logo .text .trait{
  display: block;
}
.ready #logo .text{
    color: #fff;
    transform: translate(0, 8em) scale(2.72047244);
    width: 130%;
    line-height: 1.3;
}

@media only screen and (max-width: 1299px) {

  .ready #logo .text{
/*    transform: translate(40%, 18em) scale(2.72047244);*/
/*    width: 100%;*/
/*    position: absolute;*/
/*    left: 50%;*/
    color: #000;
    transform: none;
    width: auto;
    line-height: unset;
  }
    .ready #logo .text .trait{
      display: none;
  }
}

/* ===============================================
	contact info
=============================================== */
#contactinfo {
  text-align: center;
  width: 100%;
  margin: 0;
  display: block;
}
@media only screen and (max-width: 1023px) {
  #contactinfo {
    width: auto;
    position: absolute;
    top: 1px;
    right: 53px;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #contactinfo {
    margin-bottom: 0.2em;
    /* midTab 1024w */
  }
}
#contactinfo .address {
  font-size: 0.8em;
  border-radius: 3px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  #contactinfo .address {
    line-height: 48px;
    width: 48px;
    height: 48px;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #contactinfo .address {
    line-height: 2.125;
    width: 2.125em;
    height: 2.125em;
    /* midTab 1024w */
  }
}
#contactinfo .address:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
  z-index: -1;
  background-color: #2b77c5;
  background-image: -moz-linear-gradient(left, rgba(28, 145, 190, 0) 0%, #1c91be 100%);
  background-image: -webkit-linear-gradient(left, rgba(28, 145, 190, 0) 0%, #1c91be 100%);
  background-image: linear-gradient(to right, rgba(28, 145, 190, 0) 0%, #1c91be 100%);
}
@media only screen and (max-width: 1023px) {
  #contactinfo .address .icon:before {
    display: inline-block;
    transform: translate(0, 0) scale(1.5);
    transform-origin: 50% 50%;
    /* midTab 1024oo */
  }
}
#contactinfo .socialmedia {
  display: inline-block;
}
@media only screen and (max-width: 419px){  
  #contactinfo .socialmedia {
    display: flex;
    position:absolute;
    top:calc(100% + 11px);
    right:calc(100vw - 100%);
    transform:translate(calc(108% - 53px),0);
  }
}

#contactinfo .socialmedia a {
  font-size: 0.8em;
  border-radius: 3px;
  margin-right: 0.3125em;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#contactinfo .socialmedia a:nth-last-child(1){
  margin-right: 0;
}

@media only screen and (max-width: 1023px) {
  #contactinfo .socialmedia a {
    line-height: 48px;
    width: 48px;
    height: 48px;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #contactinfo .socialmedia a {
    line-height: 2.125;
    width: 2.125em;
    height: 2.125em;
    /* midTab 1024w */
  }
}
#contactinfo .socialmedia a:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
  z-index: -1;
  background-color: #2b77c5;
  background-image: -moz-linear-gradient(left, rgba(28, 145, 190, 0) 0%, #1c91be 100%);
  background-image: -webkit-linear-gradient(left, rgba(28, 145, 190, 0) 0%, #1c91be 100%);
  background-image: linear-gradient(to right, rgba(28, 145, 190, 0) 0%, #1c91be 100%);
}
@media only screen and (max-width: 1023px) {
  #contactinfo .socialmedia a .icon:before {
    display: inline-block;
    transform: translate(0, 0) scale(1.5);
    transform-origin: 50% 50%;
    /* midTab 1024oo */
  }
}
#contactinfo .phone {
  letter-spacing: 0.06em;
  font-size: 0.7em;
  border-radius: 3px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #contactinfo .phone {
    width: 48px;
    /* midTab 768oo */
  }
  #contactinfo .phone .cta {
    white-space: nowrap;
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
}
@media only screen and (min-width: 768px) {
  #contactinfo .phone {
    width: 11.28571429em;
    /* midTab 768w */
  }
}
@media only screen and (max-width: 1023px) {
  #contactinfo .phone {
    line-height: 48px;
    height: 48px;
    /* midTab 1024oo */
  }
  #contactinfo .phone:after {
    background-color: #1699bb;
    background-image: -moz-linear-gradient(left, rgba(33, 181, 147, 0) 0%, #21b593 100%);
    background-image: -webkit-linear-gradient(left, rgba(33, 181, 147, 0) 0%, #21b593 100%);
    background-image: linear-gradient(to right, rgba(33, 181, 147, 0) 0%, #21b593 100%);
  }
}
@media only screen and (min-width: 1024px) {
  #contactinfo .phone {
    line-height: 2.42857143;
    height: 2.42857143em;
    /* midTab 1024w */
  }
  #contactinfo .phone:after {
    background: #169abb;
    background: -moz-linear-gradient(left, #169abb 0%, #21b593 53%, #75c142 100%);
    background: -webkit-linear-gradient(left, #169abb 0%, #21b593 53%, #75c142 100%);
    background: linear-gradient(to right, #169abb 0%, #21b593 53%, #75c142 100%);
  }
}
#contactinfo .phone:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
  z-index: -1;
}
#contactinfo .phone .icon {
  font-size: 1.21428571em;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #contactinfo .phone .icon {
    margin-right: 0.41176471em;
    /* midTab 768w */
  }
}
@media only screen and (max-width: 1023px) {
  #contactinfo .phone .icon {
    line-height: 48px;
    /* midTab 1024oo */
  }
  #contactinfo .phone .icon:before {
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 1024px) {
  #contactinfo .phone .icon {
    line-height: 2;
    /* midTab 1024w */
  }
}
#contactinfo a {
  color: #fff;
  transition: background-color 0.33s ease-in-out;
}
#contactinfo a:hover {
  background-color: #282828;
}
/* ===============================================
	utility-nav
=============================================== */
#utilitynav {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 400;
}
@media only screen and (max-width: 1023px) {
  #utilitynav {
    display: block;
    position: absolute;
    top: calc(100% + 2px);
    right: 1px;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #utilitynav {
    /* midTab 1024w */
  }
}
#utilitynav ul {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#utilitynav ul li {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#utilitynav ul li:nth-child(n+2) {
  margin: 0 0 0 0.5em;
}
#utilitynav a {
  letter-spacing: 0.05em;
  font-size: 0.6em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  background-color: rgba(102, 190, 89, 0);
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  #utilitynav a {
    line-height: 48px;
    height: 48px;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #utilitynav a {
    line-height: 2.83333333;
    height: 2.83333333em;
    /* midTab 1024w */
  }
}
#utilitynav a:hover {
  color: #fff;
  background-color: #282828;
}
#utilitynav a.appointmentrequest {
  width: 16.5em;
  border-radius: 3px;
}
#utilitynav a.appointmentrequest:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
  z-index: -1;
  background: #fcb638;
  background: -moz-linear-gradient(left, #fcb638 0%, #f58438 50%, #ed6943 100%);
  background: -webkit-linear-gradient(left, #fcb638 0%, #f58438 50%, #ed6943 100%);
  background: linear-gradient(to right, #fcb638 0%, #f58438 50%, #ed6943 100%);
}
#utilitynav a.patient-login {
  width: 9.75em;
}
/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  font-size: 20px;
  text-align: center;
  color: #fff;
  min-height: 132.5vw;
  background:#9dc9dd url(../images/slideshow/poster.jpg) no-repeat center center;
  background-size:cover;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  #slideshow {
    font-size: inherit;
    width: 100%;
    min-height: 50vw;
    margin-top: 0;
    top: 0;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  #slideshow { min-height: 1055px; }
}
#slideshow .welcomevid {
  width: 100%;
  vertical-align: top;
}
@media only screen and (max-width: 1023px) {  
  #slideshow .welcomevid {
    aspect-ratio: 3 / 4;
  }
}
@media only screen and (min-width: 1024px) {  
  #slideshow .welcomevid {
    aspect-ratio: 341 / 180;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  #slideshow .welcomevid {
    width: 2000px;
    margin: 0 calc(-1000px + 50vw);
  }
}
#slideshow .ssoverlay {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 499px){  
  #slideshow .ssoverlay {
    display:flex;
    justify-content:space-evenly;
  }
}
@media only screen and (max-width: 665px) {
  #slideshow .ssoverlay {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 2px);
    border-radius: 5px;
    right: 0;
    bottom: 4px;
    left: 0;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 666px) {
  #slideshow .ssoverlay {
    width: 7.85em;
    border-radius: 5px 0 0 5px;
    top: 15vw;
    /* custom 666w */
  }
}
@media only screen and (min-width: 1024px) {
  #slideshow .ssoverlay {
    padding: 0.35em 0 0.35em 0.35em;
    top: 11.25em;
    /* midTab 1024w */
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow .ssoverlay {
    position: fixed;
    z-index: 3000;
    /* desk 1300w */
  }
}

@media only screen and (max-width: 665px) {
    #slideshow .ssoverlay .bloggity {
        display: none;
        /* desk 1300w */
    }
}

@media only screen and (min-width: 665px) {
    #slideshow .ssoverlay .blogger {
        display:none;
        /* desk 1300w */
    }
}

@media only screen and (max-width: 665px) {
    #slideshow .ssoverlay .blogger {
        display: block;
        line-height: 1;
        font-size: 20px;
        width: 2.125em;
        height: 12.17em;
        border-radius: 8px 0 0 8px;
        margin: 0 0 -6.08em;
        background: none !important;
        position: fixed;
        right: 0;
        bottom: 50%;
        z-index: 3000;
        overflow: hidden;
        transition: all 0.3s ease;
        /* desk 1300w */
    }
}

@media only screen and (max-width: 665px) {
    #slideshow .ssoverlay .blogger .cta {
        color: #fff;
        width: 2.125em;
        text-orientation: sideways-right;
        border-radius: 8px 0 0 8px;
        padding: 0.5em 0;
        background-color: currentColor;
        display: block;
        writing-mode: vertical-lr;
        background-color: #ef5636;
        position: absolute;
        font-size: 20px;
        
        line-height: 2em;
        left: 0;
        top: 0;
        z-index: 3000;
        transition-duration: 0.3s;
    }
}

#slideshow .ssoverlay .textus:after {
  background: -moz-linear-gradient(left, #fcb738 0%, #f58438 50%, #ef5636 100%);
  background: -webkit-linear-gradient(left, #fcb738 0%, #f58438 50%, #ef5636 100%);
  background: linear-gradient(to right, #fcb738 0%, #f58438 50%, #ef5636 100%);
}
#slideshow .ssoverlay .callus:after {
  background: -moz-linear-gradient(left, #75c144 0%, #44b87b 50%, #12b4a2 100%);
  background: -webkit-linear-gradient(left, #75c144 0%, #44b87b 50%, #12b4a2 100%);
  background: linear-gradient(to right, #75c144 0%, #44b87b 50%, #12b4a2 100%);
}
#slideshow .ssoverlay .address:after {
  background: -moz-linear-gradient(left, #15b49f 0%, #149eba 50%, #2b77c5 100%);
  background: -webkit-linear-gradient(left, #15b49f 0%, #149eba 50%, #2b77c5 100%);
  background: linear-gradient(to right, #15b49f 0%, #149eba 50%, #2b77c5 100%);
}

#slideshow .ssoverlay .bloggity:after {
    background: -moz-linear-gradient(left, #fcb738 0%, #f58438 50%, #ef5636 100%);
    background: -webkit-linear-gradient(left, #fcb738 0%, #f58438 50%, #ef5636 100%);
    background: linear-gradient(to right, #fcb738 0%, #f58438 50%, #ef5636 100%);
}

#slideshow .ssoverlay a {
  letter-spacing: 0.06em;
  line-height: 2;
  font-size: 0.65em;
  text-transform: uppercase;
  color: #fff;
  padding: 1em 0.76923077em;
  position: relative;
  z-index: 420;
  white-space: nowrap;
  transition: background-color 0.33s ease-in-out;
}
@media only screen and (max-width: 499px){  
  #slideshow .ssoverlay a {
    display:inline-flex;
    flex-direction:column-reverse;
    justify-content:center;
    align-items:center;
  }
}
@media only screen and (min-width: 500px) {
  #slideshow .ssoverlay a {
    display: inline-block;
  }
}
@media only screen and (max-width: 665px) {
  #slideshow .ssoverlay a {
    text-align: center;
    width: 30%;
    border-radius: 3px;
    margin: 1%;
    vertical-align: top;
  }
}

@media only screen and (min-width: 666px) {
  #slideshow .ssoverlay a {
    text-align: right;
    width: 11.30769231em;
    border-radius: 3px 0 0 3px;
    display: block;
    margin: 4px 0 4px auto;
    /* custom 666w */
  }
}
#slideshow .ssoverlay a:hover {
  background-color: #282828;
}
#slideshow .ssoverlay a:hover:after {
  opacity: 0;
}
#slideshow .ssoverlay a:hover .cta {
  opacity: 0.75;
}
#slideshow .ssoverlay a:hover .icon {
  transform: translate(0, 0) scale(1.23);
}
#slideshow .ssoverlay a:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: opacity 0.33s ease-in-out;
}
@media only screen and (max-width: 665px) {
  #slideshow .ssoverlay a:after {
    border-radius: 3px;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 666px) {
  #slideshow .ssoverlay a:after {
    border-radius: 3px 0 0 3px;
    /* custom 666w */
  }
}
#slideshow .ssoverlay a .cta {
  text-align: right;
  margin-right: 0.53846154em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: opacity 0.33s ease-in-out;
  z-index: 420;
}
@media only screen and (max-width: 499px){  
  #slideshow .ssoverlay a .cta {
    font-size:12px;
    margin-right: 0;
  }  
}
#slideshow .ssoverlay a .icon {
  line-height: 2.18181818;
  font-size: 0.84615385em;
  text-align: center;
  width: 2.18181818em;
  height: 2.18181818em;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  z-index: 420;
}

#slideshow .ssoverlay2 {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  display: none;
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 665px) {
  #slideshow .ssoverlay2 {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 2px);
    border-radius: 5px;
    right: 0;
    bottom: 4px;
    left: 0;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 666px) {
  #slideshow .ssoverlay2 {
    width: 8.15em;
    border-radius: 0 5px 5px 0;
    top: 15vw;
    display: block;
    /* custom 666w */
  }
}
@media only screen and (min-width: 1024px) {
  #slideshow .ssoverlay2 {
    padding: 0.35em 0.35em 0.35em 0;
    top: 11.25em;
    /* midTab 1024w */
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow .ssoverlay2 {
    position: fixed;
    z-index: 3000;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 666px) {
.liveChatFloatingButton {
  bottom: 15% !important;
  }
}
@media only screen and (min-width: 666px) {
.vMaster {
  display: none !important;
}
}
#slideshow .ssoverlay2 .textus:after {
  background: -moz-linear-gradient(left, #fcb738 0%, #f58438 50%, #ef5636 100%);
  background: -webkit-linear-gradient(left, #fcb738 0%, #f58438 50%, #ef5636 100%);
  background: linear-gradient(to right, #fcb738 0%, #f58438 50%, #ef5636 100%);
}
#slideshow .ssoverlay2 .callus:after {
  background: -moz-linear-gradient(left, #75c144 0%, #44b87b 50%, #12b4a2 100%);
  background: -webkit-linear-gradient(left, #75c144 0%, #44b87b 50%, #12b4a2 100%);
  background: linear-gradient(to right, #75c144 0%, #44b87b 50%, #12b4a2 100%);
}
#slideshow .ssoverlay2 .address:after {
  background: -moz-linear-gradient(left, #15b49f 0%, #149eba 50%, #2b77c5 100%);
  background: -webkit-linear-gradient(left, #15b49f 0%, #149eba 50%, #2b77c5 100%);
  background: linear-gradient(to right, #15b49f 0%, #149eba 50%, #2b77c5 100%);
}
#slideshow .ssoverlay2 .vc:after {
  background: -moz-linear-gradient(left, #ef5636 0%, #f58438 50%, #fcb738 100%);
  background: -webkit-linear-gradient(left, #ef5636 0%, #f58438 50%, #fcb738 100%);
  background: linear-gradient(to right, #ef5636 0%, #f58438 50%, #fcb738 100%);
}
#slideshow .ssoverlay2 a {
  letter-spacing: 0.06em;
  line-height: 1;
  font-size: 0.65em;
  text-transform: uppercase;
  color: #fff;
  padding: 1em 0.76923077em;
  position: relative;
  z-index: 420;
  white-space: nowrap;
  transition: background-color 0.33s ease-in-out;
}
@media only screen and (max-width: 665px) {
  #slideshow .ssoverlay2 a {
    text-align: center;
    width: 30%;
    border-radius: 3px;
    margin: 1%;
    display: inline-block;
    vertical-align: top;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 666px) {
  #slideshow .ssoverlay2 a {
    text-align: left;
    width: 11.530769231em;
    border-radius: 0 3px 3px 0;
    display: block;
    margin: 4px auto 4px 0;
    /* custom 666w */
  }
}
#slideshow .ssoverlay2 a:hover {
  background-color: #282828;
}
#slideshow .ssoverlay2 a:hover:after {
  opacity: 0;
}
#slideshow .ssoverlay2 a:hover .cta {
  opacity: 0.75;
}
#slideshow .ssoverlay2 a:hover .icon {
  transform: translate(0, 0) scale(1.23);
}
#slideshow .ssoverlay2 a:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  transition: opacity 0.33s ease-in-out;
}
@media only screen and (max-width: 665px) {
  #slideshow .ssoverlay2 a:after {
    border-radius: 3px;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 666px) {
  #slideshow .ssoverlay2 a:after {
    border-radius: 3px 0 0 3px;
    /* custom 666w */
  }
}
#slideshow .ssoverlay2 a .cta {
  text-align: left;
  margin-left: 0.53846154em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: opacity 0.33s ease-in-out;
  z-index: 420;
}
#slideshow .ssoverlay2 a .icon {
  line-height: 2.18181818;
  font-size: 0.84615385em;
  text-align: center;
  width: 2.18181818em;
  height: 2.18181818em;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  z-index: 420;
}

#slideshow .text {
  line-height: 0.875;
  font-size: max( 12px, 3vw );
  color: currentcolor;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  z-index: 420;
  display: none;
}
#slideshow .text .trait {
    line-height: 1.2;
    font-size: 1em;
  text-transform: uppercase;
  display: block;
}
@media only screen and (max-width: 1299px) {
  #slideshow .text {
    display: block;
  }
}
/* ==================================================================
	.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;
  margin: 0;
 /*  
 background: #72676e url(../images/spotlight/spot01bg.jpg) no-repeat center center;
  background-size: cover; 
  */
  border-top: solid 0.2em #ffffff;
  border-bottom: solid 0.2em #ffffff;
  position: relative;
  z-index: 410;
}
@media only screen and (max-width: 479px) {
  .spot01 {
    font-size: 3.2vw;
    /* mintab opt-out 480oo */
  }
}
@media only screen and (min-width: 480px) {
  .spot01 {
    font-size: 1.7vw;
    font-size: min(1.7vw, 1em);
    /* mintab 480w */
  }
  .spot01:before {
    content: '';
    width: 33.333333%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    border-right: solid 0.2em #ffffff;
    border-left: solid 0.2em #ffffff;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 420;
    pointer-events: none;
  }
}
.spot01 a {
  letter-spacing: 0.05em;
  color: white;
  text-shadow: 1px 1px 2px rgb(0 0 0 / 50%);
  width: 100%;
  padding: 5em 1em;
  background: no-repeat center center;
  background-size:cover;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  transition: transform 0.33s ease-in-out;
}

.spot01 a.first{
  background-image: url(../images/spotlight/spot01dec01.jpg); 
}
.spot01 a.middle{
  background-image: url(../images/spotlight/spot01dec02.jpg); 
}
.spot01 a.last{
  background-image: url(../images/spotlight/spot01dec03.jpg); 
}

@media only screen and (min-width: 480px) {
  .spot01 a {
    width: 33.333333%;
    padding: 3em 1em;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 a {
    perspective: 1000px;
    /* desk 1300w */
  }
}
.spot01 a:before {
  content: '';
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  z-index: 1;
  opacity: 0.8;
}
@media only screen and (max-width: 1299px) {
  .spot01 a:before {
    background-image: -moz-linear-gradient(top, #76c142 16.5%, #08adb1 50%, #2b77c5 82.5%);
    background-image: -webkit-linear-gradient(top, #76c142 16.5%, #08adb1 50%, #2b77c5 82.5%);
    background-image: linear-gradient(to bottom, #76c142 16.5%, #08adb1 50%, #2b77c5 82.5%);
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 a:before {
    background-image: -moz-linear-gradient(top, #76c142 16.5%, #08adb1 33%, #08adb1 66%, #2b77c5 82.5%);
    background-image: -webkit-linear-gradient(top, #76c142 16.5%, #08adb1 33%, #08adb1 66%, #2b77c5 82.5%);
    background-image: linear-gradient(to bottom, #76c142 16.5%, #08adb1 33%, #08adb1 66%, #2b77c5 82.5%);
    transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
    opacity: 0;
    /* desk 1300w */
  }
}
.spot01 a:hover {
  z-index: 400;
}
@media only screen and (min-width: 1300px) {
  .spot01 a:hover {
    /* desk 1300w */
  }
  .spot01 a:hover:before {
    opacity: 0.88;
  }
  .spot01 a:hover h2.topic {
    transform: translate(0, 0);
    transition-duration: 0.75s;
    transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .spot01 a:hover .detail {
    transform: translate(0, 0) rotate3d(0, 0, 0, 0deg);
    opacity: 1;
    transition-duration: 0.75s, 0.99s;
    transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1), linear;
  }
}
.spot01 a h2.topic {
  line-height: 1;
  font-size: 1.75em;
  font-weight: 400;
  text-transform: uppercase;
  color: currentcolor;
  width: 100%;
  display: block;
  position: relative;
  z-index: 4;
}
@media only screen and (min-width: 1300px) {
  .spot01 a h2.topic {
    transform: translate(0, 75%);
    transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
    /* desk 1300w */
  }
}
.spot01 a h2.topic .trait {
  font-size: 1.14285714em;
  font-family: 'WindSong', cursive;
  text-transform: none;
  display: block;
}
.spot01 a .detail {
  line-height: 1.42105263;
  font-size: 0.95em;
  font-weight: 300;
  width: 22.63157895em;
  margin: 1em auto 0;
  padding: 1em 0 0;
  border-top: solid 2px rgba(255, 255, 255, 0.4);
  position: relative;
  z-index: 4;
}
@media only screen and (max-width: 1299px) {
  .spot01 a .detail {
    display: none;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 a .detail {
    display: block;
    transform: translate(0, -50%) rotate3d(1, 0, 0, 90deg);
    transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
    transform-style: preserve3d;
    opacity: 0;
    /* desk 1300w */
  }
}
/* ==================================================================
	subnav
=================================================================== */
/* TOP ORIENTED */
#subnav {
  text-align: center;
  color: #fcb738;
  padding: 5em 0 2em;
  position: relative;
  overflow: hidden;
  background: black;
  z-index: 2;
}
@media only screen and (min-width: 1300px) {
  #subnav {
    padding-top: 11.8em;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 2000px) {
  #subnav {
    background-size: 100% auto;
    /* custom 2000w */
  }
}
#subnav:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: no-repeat center top;
  background-size: cover;
  opacity: 0.9;
}
#subnav.img-1:before {
  background-image: url(../images/slideshow/hero1.jpg);
}
#subnav.img-2:before {
  background-image: url(../images/slideshow/hero2.jpg);
}
#subnav.img-3:before {
  background-image: url(../images/slideshow/hero3.jpg);
}
#subnav.img-4:before {
  background-image: url(../images/slideshow/hero4.jpg);
}
#subnav.img-5:before {
  background-image: url(../images/slideshow/hero5.jpg);
}


#subnav p {
  line-height: 1.35714286;
  font-size: 0.85em;
  margin: 0;
  padding: 0;
}
#subnav a {
  color: #fff;
  margin: 0.2em 0.8em;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #subnav a {
    margin: 0;
    /* maxTab 1024w */
  }
}
#subnav a:after {
  content: '';
  width: 100%;
  height: 1px;
  background: currentcolor;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: translate3d(0, 0, 0) scaleX(0);
  opacity: 0;
}
#subnav a:hover,
#subnav a.active {
  color: white;
  text-decoration: none;
}
#subnav a:hover:after,
#subnav a.active:after {
  transform: translate3d(0, 0, 0) scaleX(1);
  opacity: 1;
}
#subnav .divider {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #subnav .divider {
    margin: 0 0.8em;
    display: inline-block;
    vertical-align: top;
    /* maxTab 1024w */
  }
}
/* ==================================================================
	content
=================================================================== */
#bd {
  padding: 3em 0;
  background: #fff;
  position: relative;
  z-index: 400;
  /* fractional bg image on subpages */
}
@media only screen and (min-width: 768px) {
  #bd {
    padding: 3.95em 0 6em;
    /* midTab 768w */
  }
}
#bd.sub {
  background: #ffffff url(../images/bdsub0.jpg) no-repeat 50% 0;
}
#bd.sub:after {
  content: none;
  height: 100%;
  background: #ffffff url(../images/bdsub.jpg) no-repeat 0 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  #bd.sub:after {
    content: '';
    width: 33%;
    /* adjust to maintain aesthetic spacing between sidebar and content area  */
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1300px) {
  #bd.sub:after {
    width: auto;
    left: calc(50% + 17.25em);
    /* desk 1300w */
  }
}
#bd .container {
  max-width: 64.5em;
}
#content {
  display: block;
}
@media only screen and (min-width: 768px) {
  #content {
    max-width: 37.5em;
    width: 58.13953488%;
    float: left;
    /* midTab 768w */
  }
  #content p {
    text-align: justify;
  }
}
#content .content-text {
  line-height: 1.68421053;
}
@media only screen and (min-width: 1300px) {
  #content .content-text {
    font-size: 1.05em;
    /* desk 1300w */
  }
}
/* ==================================================================
	.home content
=================================================================== */
.home #bd {
  padding: 3em 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .home #bd {
    padding: 10em 0 2.6em;
    /* midTab 768w */
  }
}
.home #bd .container {
  max-width: 64.7em;
}
@media only screen and (min-width: 768px) {
  .home #bd #content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: none;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd #content {
    max-width: 23.3em;
    margin-right: 0;
    /* desk 1300w */
  }
}
.home #bd .ornament {
  margin-right: -6.3em;
  position: absolute;
  top: 7.1em;
  right: 50%;
}
@media only screen and (max-width: 1299px) {
  .home #bd .ornament {
    display: none;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd .ornament {
    display: block;
    /* desk 1300w */
  }
}
.home #bd .ornament img {
  max-width: none;
}
.home #bd .ornament img[src$="bdornament.jpg"] {
  width: 70.3em;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  right: 0;
  z-index: 1;
}
.home #bd .ornament img[src$="bd.jpg"] {
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
}
/* ==================================================================
	custom content
=================================================================== */
.mediaslider {
  text-align: center;
}
.mediaslider .cycle-slideshow {
  width: 100%;
  margin: 0.5em 0 1.5em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .mediaslider .cycle-slideshow .cycle-slide {
    padding: 0 5%;
    /* midTab opt-out 768oo */
  }
}
.mediaslider .cycle-slideshow > button {
  font-size: 2.8em;
  color: #2b77c5;
  position: absolute;
  top: 50%;
  z-index: 900;
  transform: translate3d(0, -50%, 0);
}
.mediaslider .cycle-slideshow > button span {
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.mediaslider .cycle-slideshow > button.cycle-prev {
  text-align: left;
  left: 0;
}
.mediaslider .cycle-slideshow > button.cycle-prev span {
  transform-origin: left center;
}
.mediaslider .cycle-slideshow > button.cycle-next {
  text-align: right;
  direction: rtl;
  right: 0;
}
.mediaslider .cycle-slideshow > button.cycle-next span {
  transform-origin: right center;
}
.mediaslider .cycle-slideshow > button:hover {
  cursor: pointer;
}
.mediaslider .cycle-slideshow > button:hover span {
  transform: translate3d(0, 0, 0) scale(1.44);
  opacity: 0.68;
}
/* before-after and office-tour content center */
.before-and-after #content,
.office-tour #content,
.smile-gallery #content {
  text-align: center;
}
.before-and-after #content h2,
.office-tour #content h2,
.smile-gallery #content h2,
.before-and-after #content h3,
.office-tour #content h3,
.smile-gallery #content h3 {
  text-align: center;
}
/* comment line below if patient-login is live and legit */
.financial-information #financial-online-services {
  display: none;
}
/* common treatments */
.before-after-image {
  width: 44%;
  display: inline-block;
  vertical-align: top;
}
.before-after-image img,
.before-after-image span {
  display: block;
}
@media only screen and (min-width: 768px) {
  .before-after-image img,
  .before-after-image span {
    width: 100%;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 768px) {
  .before-after-box,
  p.before-after-text {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
  /* midTab 768w */
}
/* common procedures */
@media only screen and (min-width: 1300px) {
  .common-procedures #content h2[id] {
    scroll-margin-top: 10em;
  }
  /* desk 1300w */
}
/* preventive-care */
.preventive-care #content ul {
  display: inline-block;
}
/* reduces dimensions of coronavirus tab */
#coronavirus-update {
  font-size: 0.85em;
  padding: 0.5em 1.25em !important;
  left: 0.5em!important;
}
@media only screen and (min-width: 1300px) {
  #coronavirus-update {
    font-size: 1em;
    /* desk 1300w */
  }
}
/* ==================================================================
	meet the team page classes for individual and full team images 
=================================================================== */
.staff {
  width: 45%;
  max-width: 10em;
  margin: 0 0 1em 1em;
  display: block;
  float: right;
}
.team {
  width: 100%;
  max-width: 1000px;
  margin: 2% auto;
  display: block;
}


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

.overlay-wrap .special 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: rgba(0, 0, 0, 0.45);
    background: linear-gradient(0deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 50%);
}

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

.overlay-wrap .text p{
  text-align: center !important;
}

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

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



a.int-btn {
  letter-spacing: normal;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff !important;
/*  height: 38px;*/
  padding: 0 1.5em;
  background-color: #2b77c5;
  border: 1px solid #2b77c5;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out;
}
a.int-btn:hover {
  color: #fff;
  border-color: #000000;
  background-color: #000000;
}



/* ==================================================================
	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.52173913;
  font-size: 1.21052632em;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-decoration: none;
  color: #282828;
  transition-duration: 0s;
}
.sitemap #content ul ul li a {
  letter-spacing: 0;
  line-height: 1.95;
  font-size: 1.05263158em;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
  color: black;
  margin-left: 0;
  /*to increase space adjust [body.sitemap #bd ul ul li] below*/
}
.sitemap #content a:hover {
  text-decoration: none;
  color: #66be59;
}
body.sitemap #bd ul li {
  list-style: none;
}
body.sitemap #bd ul ul li {
  list-style: none;
  /*list-style-image:none;*/
  margin-left: 0;
  /*default=15px*/
}
body.sitemap #content .width1 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.sitemap #content .width1 {
    width: 50%;
    /*default 50%*/
    /* midTab 768w */
  }
  body.sitemap #content .width1:not(.first) {
    width: auto;
    float: right;
  }
}
/* global override */
/* ==================================================================
	sidebar
=================================================================== */
#sidebar {
  width: 100%;
  max-width: 20em;
  margin: 0 auto 6%;
  display: none;
  padding: 0;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 768px) {
  #sidebar {
    width: 31.00775194%;
    margin: 0 0 1em;
    float: right;
    clear: right;
    display: block;
    /* midTab 768w */
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
}
.stock {
  width: 100%;
  position: relative;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.35);
}
/* ===============================================
	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.bottom
=================================================================== */
.spotlight.bottom {
  background: no-repeat center top;
  background-size: 150% auto;
}
@media only screen and (min-width: 1300px) {
  .spotlight.bottom {
    background-size: auto auto;
    /* midTab 1300w */
  }
}
/* ===============================================
	spot02 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot02 {
  text-align: center;
  padding: 3em 0;
  margin: 0;
  position: relative;
  z-index: 410;
}
@media only screen and (max-width: 479px) {
  .spot02 {
    font-size: 2vw;
    /* mintab opt-out 480oo */
  }
}
@media only screen and (min-width: 480px) {
  .spot02 {
    font-size: 1.3vw;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 979px) {
  .spot02 {
    padding: 6.75em 0;
    /* custom 979w */
  }
}
@media only screen and (min-width: 1440px) {
  .spot02 {
    font-size: inherit;
    /* midTab 1440w */
  }
}
.spot02 .mod {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.4em 0;
  background: white;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .spot02 .mod {
    max-width: 67.5em;
    /* midTab 1024w */
  }
}
.spot02 a {
  color: #2b77c5;
  width: 20.1em;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .spot02 a {
    margin: 2%;
    /* midTab opt-out 768oo */
  }
}
@media only screen and (min-width: 768px) {
  .spot02 a {
    margin: 0 1em;
    /* midTab 768w */
  }
  .spot02 a:nth-child(-n+3) {
    margin-bottom: 2.4em;
  }
}
.spot02 a:hover {
  z-index: 400;
}
.spot02 a:hover .decoration:before {
  opacity: 0.7;
}
.spot02 a:hover .decoration img {
  transform: translate3d(0, 0, 0) scale(1.2);
}
.spot02 a:hover h2.topic:before {
  transform: translate(0, 10em);
  opacity: 0;
  transition-duration: 0.33s;
}
.spot02 a:hover h2.topic:after {
  transform: translate(0, 0);
  opacity: 1;
  transition-delay: 0.33s;
  transition-duration: 0.33s;
}
.spot02 a h2.topic {
  letter-spacing: 0.045em;
  line-height: 1.06666667;
  font-size:max(12px, 1.5em);
  text-align: left;
  font-weight: 400;
  text-transform: uppercase;
  color: #202020;
  width: 100%;
  margin-bottom: 0.4em;
  padding-left: 0.73333333em;
  display: block;
  position: relative;
}
.spot02 a h2.topic:before {
  content: '';
  background: -moz-linear-gradient(top, #76c142 0%, #08adb1 50%, #2b77c5 100%);
  background: -webkit-linear-gradient(top, #76c142 0%, #08adb1 50%, #2b77c5 100%);
  background: linear-gradient(to bottom, #76c142 0%, #08adb1 50%, #2b77c5 100%);
  height: 1.76666667em;
  width: 0.23333333em;
  position: absolute;
  top: 0.18em;
  left: 0.05em;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.spot02 a h2.topic:after {
  content: '';
  background: -moz-linear-gradient(top, #e62230 0%, #f57b38 100%);
  background: -webkit-linear-gradient(top, #e62230 0%, #f57b38 100%);
  background: linear-gradient(to bottom, #e62230 0%, #f57b38 100%);
  height: 1.76666667em;
  width: 0.23333333em;
  position: absolute;
  top: 0.18em;
  left: 0.05em;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transform: translate(0, 10em);
  opacity: 0;
}
.spot02 a .decoration {
  width: 100%;
  transition: transform 0.33s ease-in-out;
  position: relative;
  overflow: hidden;
  transition: transform 0.6s ease-in-out, opacity 0.33s ease-in-out;
}
.spot02 a .decoration img {
  width: 100%;
  transition: transform 1s ease-in-out;
  z-index: 1;
}
.spot02 a .decoration:before {
  content: '';
  background: #fcb738;
  background: -moz-linear-gradient(top, #fcb738 0%, #f58438 50%, #ef5636 100%);
  background: -webkit-linear-gradient(top, #fcb738 0%, #f58438 50%, #ef5636 100%);
  background: linear-gradient(to bottom, #fcb738 0%, #f58438 50%, #ef5636 100%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
  z-index: 2;
}
/* ===============================================
	spot03 || COMMON TESTIMONIAL SLIDESHOW SECTION EXAMPLE
=============================================== */
.spot03 {
  padding: 3em 0;
}
@media only screen and (max-width: 479px) {
  .spot03 {
    font-size:3vw;
    /* mintab opt-out 480oo */
  }
}
@media only screen and (min-width: 480px) {
  .spot03 {
    font-size: 2vw;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 768px) {
  .spot03 {
    padding: 5.6em 0;
    font-size: inherit;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1024px) {
  .spot03 {
    min-height: 46.3em;
    padding: 11.8em 0 0;
    /* midTab 1024w */
  }
}



.spot03 h2.topic {
    font-family: 'WindSong', cursive;
    font-weight: 800;
    line-height: 1.5;
    font-size:min(4.2em, 9vw);
    text-transform: none;
    width: 100%;
    display: block;
    padding-bottom: 0.7em;
    background: linear-gradient(to right, #fcb738, #ef5636);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;

}
.spot03 h2.topic:after{
      content: '';
    width: 22.66666667em;
    height: 150%;
    background-color: rgba(255, 255, 255, .5);
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.spot03 .decoration {
  outline: solid 1px white;
  width: 100%;
  max-width: 1317px;
  margin-right: -15.7em;
  position: absolute;
  bottom: 0;
  right: 50%;
}
@media only screen and (max-width: 1023px) {
  .spot03 .decoration {
    display: none;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  .spot03 .decoration {
    /* midTab 1024w */
  }
}
.spot03 .decoration img {
  width: 100%;
}
.spot03 .mod {
  width: 100%;
  max-width: 39.65em;
  padding: 3em 2em;
  background: #6ec246;
  background: -moz-linear-gradient(left, #6ec246 0%, #32b687 39%, #08adb1 73%, #1796b9 100%);
  background: -webkit-linear-gradient(left, #6ec246 0%, #32b687 39%, #08adb1 73%, #1796b9 100%);
  background: linear-gradient(to right, #6ec246 0%, #32b687 39%, #08adb1 73%, #1796b9 100%);
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .spot03 .mod {
    min-height: 28.9em;
    padding: 7.5em 6.35em 0 6.6em;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1024px) {
  .spot03 .mod {
    margin: 0 -25em 0 0 /* midTab 1024w */;
  }
}
.spot03 .mod:before {
  content: '';
  background: url(../images/icons/quotes.png) no-repeat center center;
  width: 7.2em;
  height: 4.7em;
  position: absolute;
  top: -1.2em;
  left: 6.4em;
  background-size: 100% 100%;
}
@media only screen and (max-width: 767px) {
  .spot03 .mod:before {
    display: none;
    /* midTab 768oo */
  }
}
.spot03 .cycle-slideshow {
  text-align: left;
  color: white;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.spot03 .cycle-slideshow:hover {
  color: #000000;
}
.spot03 .cycle-slide {
  width: 100%;
  display: block;
  transition: color 0.33s ease-in-out;
}
.spot03 .testimony {
  font-weight: 300;
  line-height: 1.48;
  font-size: 1.25em;
  display: block;
}
.spot03 .testifier {
  font-family: 'Mr Dafoe', cursive;
  letter-spacing: 0.03em;
  line-height: 1;
  font-size: 1.25em;
  text-transform: none;
  display: block;
  margin-top: 1em;
  margin-bottom: 1.6em;
}
.spot03 .testimonials-pager {
  text-align: left;
  margin: 0.5em 0 0;
}
.spot03 .testimonials-pager span {
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  font-size: 0;
  width: 14px;
  height: 14px;
  border: solid 1px white;
  margin: 0 6px 0 0;
  z-index: 400;
}
.spot03 .testimonials-pager span.cycle-pager-active {
  background: white;
}
.spot03 .testimonials-pager span:hover {
  cursor: pointer;
  background: white;
}
/* ===============================================
	spot04 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot04 {
  text-align: center;
  padding: 3em 0;
  margin: 0;
  position: relative;
  z-index: 410;
  background: no-repeat center bottom;
}
@media only screen and (max-width: 479px) {
  .spot04 {
    font-size: 3vw;
    /* mintab opt-out 480oo */
  }
}
@media only screen and (min-width: 480px) {
  .spot04 {
    font-size: 2vw;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 979px) {
  .spot04 {
    padding: 11.3em 0 9.3em;
    /* custom 979w */
  }
}
@media only screen and (min-width: 768px) {
  .spot04 {
    font-size: 1.3vw;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1300px) {
  .spot04 {
    font-size: inherit;
    /* desk 1300w */
  }
}
.spot04 h2.topic {
  font-family: 'WindSong', cursive;
  font-weight: 500;
  line-height: 1.5;
  font-size: min(3.75em, 11vw);
  text-transform: none;
  width: 100%;
  display: block;
  margin-bottom: 0.7em;
}
.spot04 a {
  color: #000000;
  width: 15em;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .spot04 a {
    margin: 2%;
    /* midTab opt-out 1023oo */
  }
}
@media only screen and (min-width: 1024px) {
  .spot04 a {
    margin: 0 1em;
    /* midTab 1024w */
  }
}
.spot04 a:hover {
  z-index: 400;
}
.spot04 a:hover .decoration {
  z-index: 2;
}
.spot04 a:hover .decoration:before {
  opacity: 0.9;
  transform: translate3d(0, 0, 0) scale(1.2);
}
.spot04 a:hover .decoration:after {
  opacity: 1;
}
.spot04 a:hover h3 {
  /* letter-spacing: 0.065em; */
  transform:scaleX(1.065);
}
.spot04 a .decoration {
  border-radius: 50%;
  font-size: 1.85em;
  line-height: 2.62162162;
  width: 2.62162162em;
  height: 2.62162162em;
  margin: 0 auto 0.85em;
  position: relative;
  transition: transform 0.33s ease-in-out, background 0.33s ease-in-out;
  color: white;
  z-index: 1;
}
.spot04 a .decoration:before {
  border-radius: 50%;
  content: '';
  background-image: url(../images/spotlight/spot04circle.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
.spot04 a .decoration:after {
  border-radius: 50%;
  content: '';
  background: #fcb638;
  background: -moz-linear-gradient(left, #fcb638 0%, #ed6943 100%);
  background: -webkit-linear-gradient(left, #fcb638 0%, #ed6943 100%);
  background: linear-gradient(to right, #fcb638 0%, #ed6943 100%);
  background: #f9a513;
  background: -moz-linear-gradient(left, #f9a513 0%, #ea5227 100%);
  background: -webkit-linear-gradient(left, #f9a513 0%, #ea5227 100%);
  background: linear-gradient(to right, #f9a513 0%, #ea5227 100%);
  box-shadow: inset 0 0 0.4em rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  opacity: 0;
}
.spot04 a h3 {
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.045em;
  line-height: 1.13043478;
  font-size: max(12px, 1.15em);
  text-transform: uppercase;
  color: currentcolor;
  width: 100%;
  display: block;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2;
  transition: transform 0.33s ease-in-out;
  font-family: 'Jost', sans-serif;
}
.spot04 a .detail {
  display: inline-block;
  font-weight: 300;
  line-height: 1.25;
  font-size: max(12px, 0.8em);
  color: currentcolor;
  max-width: 13.125em;
}
/* ===============================================
	spot05 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot05 {
  text-align: center;
  padding: 2.2em 0 1.85em;
  margin: 0;
  color: white;
  background: #fcb638;
  background: -moz-linear-gradient(left, #fcb638 0%, #ed6943 100%);
  background: -webkit-linear-gradient(left, #fcb638 0%, #ed6943 100%);
  background: linear-gradient(to right, #fcb638 0%, #ed6943 100%);
  position: relative;
  z-index: 410;
}
@media only screen and (max-width: 479px) {
  .spot05 {
    font-size: 3.2vw;
    /* mintab opt-out 480oo */
  }
}
@media only screen and (min-width: 480px) {
  .spot05 {
    font-size: 1.7vw;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 979px) {
  .spot05 {
    font-size: inherit;
    /* custom 979w */
  }
}
.spot05 h2.topic {
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1;
  font-size:max(1.1em, 12px);
  text-transform: uppercase;
  color: currentcolor;
  width: 100%;
  display: block;
  margin-bottom: 0.4em;
}
.spot05 h3 {
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
  font-family: 'WindSong', cursive;
  text-transform: none;
  line-height: 1;
  font-size:max(1.25em, 12px);
  color: currentcolor;
  width: 100%;
  display: block;
  margin: 0;
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #ft {
    background: #ffffff url(../images/bgft.jpg) no-repeat center center;
    background-size: cover;
    min-height: 37.55em;
    /* midTab 1024w */
  }
}
#ft a {
  color: #282828;
  transition: color 0.33s ease-in-out;
}
#ft a:hover {
  color: #f47d38;
}
/* ===============================================
		locations
=============================================== */
#location {
  width: 100%;
  padding: 3em 0 0;
  display: block;
}
@media only screen and (min-width: 1024px) {
  #location {
    padding: 1.8em 0 0;
    display: inline-block;
    width: auto;
    margin-left: -27.5em;
    /* midTab 1024w */
  }
}
#location .mod {
  text-align: center;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 767px) {
  #location .mod {
    margin: 0 auto;
    /* midTab opt-out 768oo */
  }
}
#location .phone {
  line-height: 1;
  font-size: 1em;
  font-weight: 500;
  color: #282828;
  display: block;
  line-height: 3;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1023px) {  
  #location .phone { 
    line-height:44px;
  }
}
@media only screen and (min-width: 1024px) {
  #location .phone {
    display: inline-block;
    vertical-align: middle;
    /* midTab 1024w */
  }
}
#location .phone .icon {
  font-size: 1.25em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2em;
  color: #f47d38;
}
#location .address {
  text-transform: uppercase;
  line-height: 1;
  font-size: 1em;
  margin: 0 auto;
  display: block;
  margin-bottom: 2em;
}
@media only screen and (max-width: 1023px) { 
  #location .address { 
    line-height:44px;
  }
}
@media only screen and (min-width: 1024px) {
  #location .address {
    letter-spacing: 0.1em;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2em;
    margin-bottom: 0;
    /* midTab 1024w */
  }
}
#location .address .icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.25em;
  margin-right: 0.2em;
  color: #66be59;
}
#location .address .marker {
  line-height: 1;
  font-size: 2.223em;
  color: #f47d38;
  width: 0.75em;
  position: absolute;
  bottom: 6.77013045em;
  z-index: 400;
  transition: transform 0.33s ease-in-out;
  transform-origin: center bottom;
}
@media only screen and (max-width: 1023px) {
  #location .address .marker {
    margin-left: auto;
    margin-right: auto;
    left: 0.5em;
    right: 0;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #location .address .marker {
    margin-left: -9.3em;
    left: 50%;
    /* midTab 1024w */
  }
}
#location .address .marker:before {
  content: '\f041';
  color: currentcolor;
  position: relative;
  z-index: 420;
}
#location .address .marker:after {
  content: '';
  width: 0.96969697em;
  height: 0.87878788em;
  background: url(../images/footer/shadow.png) no-repeat center center;
  -webkit-filter: blur(0.0825em);
  filter: blur(0.0825em);
  left: 0.075em;
  bottom: -0.025em;
  z-index: -1;
  background-size: cover;
  position: absolute;
  pointer-events: none;
}
#location .address:hover .marker {
  transform: translate(0, 0) scale(2);
}
#location .map {
  width: 100%;
  max-width: 59.05em;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  #location .map {
    width: 59.05em;
    margin-left: 50%;
    transform: translate(-50%, 0);
    /* midTab 1023oo */
  }
}
@media only screen and (min-width: 1024px) {
  #location .map {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-right: -9.1em;
    /* midTab 768w */
  }
}
#location .map[data-active] .ol path {
  transform: translate(0, 0) scale(0.66);
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1), linear;
  opacity: 0.75;
}
#location .map .ol {
  width: 100%;
  max-width: 59.05em;
  height: 100%;
  max-height: 31.1em;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#location .map .ol path {
  transition: transform 0.15s ease-in-out, opacity 0.33s ease-in-out;
  transform-origin: 50% 50%;
}
/* ==================================================================
		#links
=================================================================== */
#links {
  text-align: center;
  color: #000;
  padding: 2em 0;
  margin: 0;
  background-color: #fff;
}
@media only screen and (min-width: 1024px) {
  #links {
    height: 6.95em;
    padding: 2.275em 0 0;
    /* midTab 768w  */
  }
}
#links .util {
  letter-spacing: 0.1em;
  line-height: 4;
  font-size:max(12px, 0.6em);
  text-transform: uppercase;
}
@media only screen and (min-width: 480px) {
  #links .util {
    width: auto;
    margin: 0;
    display: inline-block;
    /* mintab 480w */
  }
}
#links .util a {
  color: #000;
  transition: color 0.33s ease-in-out;
}
#links .util a:hover:nth-of-type(1) {
  color: #fcb638;
}
#links .util a:hover:nth-of-type(2) {
  color: #f89038;
}
#links .util a:hover:nth-of-type(3) {
  color: #f26537;
}
#links .util a,
#links .util .divider {
  display: inline-block;
}
#links .util .divider {
  margin: 0 0.6em;
}
@media only screen and (max-width: 479px) {
  #links .util .divider.opp {
    display: none;
    /* mintab 480oo */
  }
}
/* ===============================================
		sesame link
=============================================== */
@media only screen and (max-width: 479px) {
  a#sesame-link {
    width: 100%;
    /* mintab 480oo */
  }
}
a#sesame-link .sesameicon {
  width: 2em;
  height: 1.66666667em;
  margin-right: 0.66666667em;
  display: inline-block;
  vertical-align: middle;
}
a#sesame-link .sesameicon path {
  transition: fill 0.33s ease-in-out;
}
a#sesame-link .sesameicon path.top {
  fill: #D6E03D;
}
a#sesame-link .sesameicon path.bottom {
  fill: #00a5e3;
}
a#sesame-link:hover .sesameicon path {
  fill: currentcolor;
}
/* ===============================================
	socialmedia
=============================================== */
#links .socialmedia {
  line-height: 0;
  text-align: center;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #links .socialmedia {
    width: auto;
    margin: 0 0 0 1em;
    /* midTab 768w */
  }
}
#links .socialmedia a {
  line-height: 3;
  font-size: 0.8em;
  color: #f47d38;
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
}
@media only screen and (max-width: 1023px) {  
  #links .socialmedia a {
      line-height:44px;
      font-size:16px;
     width:44px;height:44px;
  }
}

#links .socialmedia a:nth-last-of-type(1) { margin: 0; }
#links .socialmedia a:nth-child(1) { color: #fcb638; }
#links .socialmedia a:nth-child(2) { color: #fa9f38; }
#links .socialmedia a:nth-child(3) { color: #f89038; }
#links .socialmedia a:nth-child(4) { color: #f57a38; }
#links .socialmedia a:nth-child(5) { color: #f26537; }
#links .socialmedia a:nth-child(6) { color: #ef5936; }
#links .socialmedia a:hover {
  color: #282828;
  transform: translate3d(0, 0, 0) scale(1.44);
}
#links .socialmedia a .icon {
  position: relative;
}
/*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: #666666;
  border: none;
  display: block;
}
.brushing-and-flossing .content-text hr {
  float: left;
}
/* ===============================================
	success message
=============================================== */
.success {
  text-transform: none;
  font-weight: 400;
  color: #fff;
  width: 100%;
  padding: 1rem;
  float: left;
  background: #2b77c5;
}
/* ===============================================
	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: #2b77c5;
  border: 1px solid #2b77c5;
  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: #000000;
  background-color: #000000;
}
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;
}
/* ===============================================
	.screenreader 
	for descriptive text on vaguely designed buttons
	https://gomakethings.com/hidden-content-for-better-a11y/#hidden-labels
=============================================== */
.screenreader {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
/************************************************************************************************************************************************/
/* end superlatives */
/* ===============================================
Tablet
Supports 768px (768px) and up
=============================================== */
@media only screen and (min-width: 768px) {
  /* ===============================================
	blanket content sidebar hide
=============================================== */
  .sitemap #bd.sub:after,
  .layout-full-width #bd.sub:after {
    content: none;
  }
  .sitemap #content,
  .layout-full-width #content {
    width: 100%;
    max-width: none;
  }
  .sitemap #sidebar,
  .layout-full-width #sidebar {
    display: none;
  }
  /* ===============================================
	custom content
=============================================== */
  /*.success{ width:66%; }*/
  /*table.office-hours{ max-width:50%; }*/
  .speed-system img[alt='Speed Braces'] {
    display: block;
  }
  /* ===============================================
	PAGE SPECIFIC
=============================================== */
  .which-is-right-for-me #content p {
    display: inline-block;
    float: left;
  }
  .which-is-right-for-me #content a[href^='/sesame_media/docs/'] {
    text-align: center;
    display: block;
    width: 100%;
    clear: both;
  }
  .which-is-right-for-me #content a[href^='/sesame_media/docs/'] img {
    display: inline-block;
  }
  .in-ovation-testimonials .embed-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  [class^='inovation-chart-'] {
    display: inline-block;
    max-width: 50%;
  }
  .in-ovation-before-after #content p {
    text-align: center;
    margin-bottom: 0;
  }
  .in-ovation-before-after .content-text h3 {
    text-align: center;
  }
  .in-ovation-before-after .content-text .img-left,
  .in-ovation-before-after .content-text .border {
    max-width: 44%;
    float: none;
    display: inline-block;
    margin: 2%;
  }
  .in-ovation-videos .content-text h2 {
    text-align: center;
  }
  .in-ovation-videos .content-text .embed-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  body[class*='in-ovation'] .img-right {
    max-width: 40%;
  }
  /*END*/
}
/* ===============================================
Large Tablet Stylings
Supports 1024px (1024px) and up
=============================================== */
@media only screen and (min-width: 1024px) {
  /* ==================================================================
	main-nav
=================================================================== */
  #main-nav {
    font-size: inherit;
    width: 100%;
    height: 3.3em;
    margin-top: 1.8em;
    position: relative;
    top: auto;
    z-index: 2900;
    box-shadow: none;
    /*background:none;*/
  }
  #main-nav .container {
    background: none;
    max-width: none;
  }
  #main-nav div.collapsible {
    margin: 0 auto;
  }
  #main-nav ul {
    height: 3.3em;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    position: static;
    float: none;
  }
  #main-nav ul li {
    height: 100%;
    margin: 0 0em 0 0;
    background: none;
    vertical-align: top;
    position: relative;
    float: none;
    clear: none;
  }
  #main-nav ul li.contact,
  #main-nav ul li.contact-us {
    margin-right: 0;
    padding-right: 0;
  }
  #main-nav ul li a[id] {
    text-align: center;
    text-decoration: none;
    height: 100%;
    z-index: 3000;
  }
  #main-nav ul li a[id].home {
    min-width: 6.26666667em;
  }
  #main-nav ul li a[id].about-us {
    min-width: 6.26666667em;
  }
  #main-nav ul li a[id].new-patients {
    min-width: 6.93333333em;
  }
  #main-nav ul li a[id].family-dentistry {
    min-width: 6.8em;
  }
  #main-nav ul li a[id].advanced-technology {
    min-width: 7.86666667em;
  }
  #main-nav ul li a[id].smile-makeover {
    min-width: 5.8em;
  }
  #main-nav ul li a[id].dental-implants {
    min-width: 6.8em;
  }
  #main-nav ul li a[id].invisalign-treatment {
    min-width: 7.4em;
  }
  #main-nav ul li a[id].contact-us {
    min-width: 7.46666667em;
  }
  #main-nav ul ul {
    width: auto;
    height: auto;
    border-radius: 5px;
    padding: 1em 0;
    display: none;
    position: absolute;
    z-index: 2800;
  }
  #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.69230769em;
    float: left;
    transition-duration: 0s;
  }
  #main-nav ul li:hover ul {
    left: 0;
    top: 45px;
    display: block;
  }
  /*END*/
}
/* ie nonsense */
/***********************************************
target ie11: html[data-useragent*='Trident/7.0']
***********************************************/
html[data-useragent*='Trident/7.0'] {
  /* END */
}
/* custom animations */
@keyframes flyinmobilenav {
  from {
    transform: translate(100%, 0);
    opacity: 0;
    pointer-events: none;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: auto;
  }
}
/* backdrop filter */
@supports (-webkit-backdrop-filter: blur(5px)) or (backdrop-filter: blur(5px)) {
  .spot01 a:before:hover {
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
  }
}
/* gradient text */
@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
  #main-nav ul li.open > a[id],
  #main-nav ul li.active > a[id],
  #main-nav ul li:hover > a[id] {
    background: linear-gradient(to right, #1e5799 0%, #08adb1 33%, #32b687 66%, #76c142 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  @media only screen and (max-width: 1023px) {
    #main-nav ul li.open > a[id],
    #main-nav ul li.active > a[id],
    #main-nav ul li:hover > a[id] {
      background-size: 13em 100%;
      background-position: 50% 50%;
      /* midTab 1024oo */
    }
  }
  .home h1 .top,
  .spot04 h2.topic {
    background: linear-gradient(to right, #fcb738, #ef5636);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #ft .address .icon {
    background: linear-gradient(to right, #287dc3, #97d17b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #ft .phone .icon,
  #ft .address .marker:before {
    background: linear-gradient(to bottom, #fcb738, #f05d36);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.mediaslider2 {
  text-align: center;
  margin: 1.7em 0 2em;
  padding: 0 2.3em;
  font-size: 18px;
  font-size: clamp(15px,1.6vw,18px)
}
.mediaslider2 .cycle-slideshow {
  position: relative;
  display: inline-block
}
.mediaslider2 .cycle-slideshow ::selection {
  background: rgba(255,255,255,0)
}
.mediaslider2 .cycle-slideshow ::-moz-selection {
  background: rgba(255,255,255,0)
}
.mediaslider2 .cycle-slideshow .cycle-pager {
  position: absolute;
  bottom: -1.4em;
  left: 0;
  right: 0;
  line-height: 1
}
.mediaslider2 .cycle-slideshow .cycle-pager div {
  background: rgb(9,112,182);
  padding: .41em;
  display: inline-block;
  border-radius: 999em;
  margin: 0 .22em;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s
}
.mediaslider2 .cycle-slideshow .cycle-pager div.cycle-pager-active {
  opacity: .5
}
.mediaslider2 .cycle-slideshow .cycle-pager div:hover {
  opacity: .8
}
.mediaslider2 .cycle-slideshow .cycle-pager span {
  display: none
}
.mediaslider2 .cycle-slideshow .cycle-slide {
  width: auto!important;
  overflow: hidden
}
.mediaslider2 .cycle-slideshow .cycle-slide img {
  width: 100%
}
.mediaslider2 .cycle-slideshow .cycle-slide.cycle-slide-active .caption span {
  bottom: 0;
  opacity: 1
}
.mediaslider2 .cycle-slideshow .before-after-photos {
  background: #fff
}
.mediaslider2 .cycle-slideshow .before-after-photos div {
  width: 50%;
  display: block;
  float: left
}
.mediaslider2 .cycle-slideshow .before-after-photos div:first-of-type {
  border-right: 1px solid #fff
}
.mediaslider2 .cycle-slideshow .before-after-photos div:last-of-type {
  border-left: 1px solid #fff
}
.mediaslider2 .cycle-slideshow .caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  padding: 1.9em 1.2em;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.mediaslider2 .cycle-slideshow .caption:after {
  content: "";
  position: absolute;
  top: -2em;
  left: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.46)));
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.46) 100%);
  background: linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.46) 100%);
  z-index: -1
}
.mediaslider2 .cycle-slideshow .caption span {
  bottom: -.3em;
  position: relative;
  font-size: 1.55em;
  line-height: 1.15em;
  -webkit-transition: .6s .25s;
  transition: .6s .25s;
  opacity: 0
}
.mediaslider2 .cycle-slideshow .slidecontrol {
  font-size: 2.1em;
  color: rgb(9,112,182);
  cursor: pointer;
  -webkit-transition: .22s;
  transition: .22s;
  opacity: .95;
  width: 2.5em;
  height: 2.4em;
  display: block;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  margin: 0 -1.05em;
  padding: 0;
  border: none;
  background: none;
}
.mediaslider2 .cycle-slideshow .slidecontrol:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear,left top,right top,from(rgba(9,112,182,0)),to(rgb(9,112,182)));
  background: -webkit-linear-gradient(left,rgba(9,112,182,0) 0,rgb(9,112,182) 100%);
  background: linear-gradient(90deg,rgba(9,112,182,0) 0,rgb(9,112,182) 100%);
  z-index: -1;
  -webkit-transition: .25s;
  transition: .25s;
  opacity: .15;
  border-radius: 100%;
  margin: 0 -.05em
}
.mediaslider2 .cycle-slideshow .slidecontrol span {
  display: inline-block;
  -webkit-transition: .17s;
  transition: .17s
}
.mediaslider2 .cycle-slideshow .slidecontrol.cycle-prev {
  left: 0;
  direction: rtl
}
.mediaslider2 .cycle-slideshow .slidecontrol.cycle-prev:after {
  background: -webkit-gradient(linear,right top,left top,from(rgba(9,112,182,0)),to(rgb(9,112,182)));
  background: -webkit-linear-gradient(right,rgba(9,112,182,0) 0,rgb(9,112,182) 100%);
  background: linear-gradient(-90deg,rgba(9,112,182,0) 0,rgb(9,112,182) 100%)
}
.mediaslider2 .cycle-slideshow .slidecontrol.cycle-next {
  right: 0
}
.mediaslider2 .cycle-slideshow .slidecontrol.cycle-next span {
  left: auto;
  right: 0
}
.mediaslider2 .cycle-slideshow .slidecontrol:hover {
  -webkit-transform: translateX(.05em) translateY(-50%);
  transform: translateX(.05em) translateY(-50%)
}
.mediaslider2 .cycle-slideshow .slidecontrol:hover span {
  -webkit-transform: translateX(.05em) scale(.91);
  transform: translateX(.05em) scale(.91)
}
.mediaslider2 .cycle-slideshow .slidecontrol:hover:after {
  opacity: .24
}
.mediaslider2 .cycle-slideshow .slidecontrol:hover.cycle-prev {
  -webkit-transform: translateX(-.05em) translateY(-50%);
  transform: translateX(-.05em) translateY(-50%)
}
.mediaslider2 .cycle-slideshow .slidecontrol:hover.cycle-prev span {
  -webkit-transform: translateX(-.05em) scale(.91);
  transform: translateX(-.05em) scale(.91)
}
.mediaslider2 .cycle-slideshow .slidecontrol:active:after {
  opacity: .31
}
.mediaslider2.before-after .cycle-slide:after,
.mediaslider2.before-after .cycle-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  padding: 1em 0 1.5em;
  right: 50%;
  z-index: 1000;
  opacity: 1;
  -webkit-transition: .23s;
  transition: .23s;
  content: "After";
  background: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,0)),to(rgba(0,0,0,.55)));
  background: -webkit-linear-gradient(bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.55) 100%);
  background: linear-gradient(0deg,rgba(0,0,0,0) 0,rgba(0,0,0,.55) 100%);
  color: #fff;
  font-size: 1.45em;
  line-height: .98em
}
.mediaslider2.before-after .cycle-slide:after {
  left: 50%;
  right: 0;
  content: "Before"
}
.mediaslider2.captionbg .cycle-slideshow {
  border-radius: 0 0 .6em .6em
}
.mediaslider2.captionbg .cycle-slideshow .caption {
  position: relative;
  padding: 1.05em 1.3em;
  border-radius: 0 0 .6em .6em;
  overflow: hidden;
  -webkit-transition: none;
  transition: none
}
.mediaslider2.captionbg .cycle-slideshow .caption:after {
  background: rgb(9,112,182);
  opacity: 1
}
.mediaslider2.btnstyle2 .slidecontrol {
  font-size: 2.8em
}
.mediaslider2.btnstyle2 .slidecontrol:after {
  display: none
}
.mediaslider2.btnstyle2 .slidecontrol:hover {
  opacity: .85
}
.mediaslider2.btnstyle2 .slidecontrol:active {
  opacity: .75
}
.mediaslider2.btnstyle3 .slidecontrol {
  font-size: 2.3em;
  height: 2.1em
}
.mediaslider2.btnstyle3 .slidecontrol:after {
  border-radius: 0;
  margin: 0 -.02em
}
.mediaslider2.btnstyle4 {
  padding: 0 3em
}
.mediaslider2.btnstyle4 .slidecontrol {
  font-size: 1.8em;
  margin: 0 -1.7em;
  height: 1.45em;
  width: 1.45em
}
.mediaslider2.btnstyle4 .slidecontrol:after {
  margin: 0 -.02em;
  background: rgb(9,112,182)
}
.mediaslider2.btnstyle4 .slidecontrol.cycle-prev::after {
  background: rgb(9,112,182)
}
.mediaslider2.btnstyle4 .slidecontrol span {
  margin: 0 .17em
}
@media screen and (max-width:47.99em) {
  .mediaslider2 {
    padding: 0 2.35em;
    font-size: 11px
  }
}
