/* ===============================================
	.less VERSION 10
	
	hayes-curtis
	Written by: Ricky R.
		
	Sesame Communications - (c) 2022
	All rights reserved.
	Any reproduction or intentional misuse is strictly prohibited
	
=============================================== */
/* ===============================================
					colors
=============================================== */
/* color */
/* color || hyperlinks */
/* ===============================================
					fonts
=============================================== */
.fontH {
  font-family: 'Montserrat', Arial, sans-serif;
}

/* ===============================================
					Mixins 
=============================================== */
/*font-mixins*/
.th {
  font-weight: 100;
}

.xlt {
  font-weight: 200;
}

.lt {
  font-weight: 300;
}

.roman {
  font-weight: 400;
}

.mbold {
  font-weight: 500;
}

.sbold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.xbold {
  font-weight: 800;
}

.ubold,
.black {
  font-weight: 900;
}

.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: 'Montserrat', Arial, sans-serif;
}

form button {
  font-family: 'Montserrat', Arial, sans-serif;
}

body {
  font-size: 15px;
  color: #4e4e4f;
  background: #ccc;
  overflow: hidden;
}

@media only screen and (min-width: 81.25em) {
  body {
    font-size: 20px;
    /* desk 1300w */
  }
}

body p {
  font-weight: 300;
}

/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}

#content a {
  color: #738baa;
  text-decoration: underline;
  transition: color 0.33s ease-in-out;
}

#content a:hover {
  text-decoration: underline;
  color: #9eac81;
}

/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #738baa;
  margin: 0 0 0.8em;
  text-rendering: auto;
  font-family: 'Playfair Display', Arial, serif;
  font-weight: 400;
}

h1 {
  font-size: 10vw;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0em;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 99;
}

@media only screen and (min-width: 30em) {
  h1 {
    font-size: 3.2405em;
    /* mintab 480w */
    margin-bottom: 0;
  }
}

.home h1 {
  text-align: center;
  margin: 0;
  color: #fff;
  margin-bottom: 1em;
}

@media only screen and (min-width: 30em) {
  .home h1 {
    font-size: 3.2405em;
    line-height: 1;
    /* mintab 480w */
  }
}

@media only screen and (min-width: 64em) {
  .home h1 {
    margin-bottom: 0;
    text-align: right;
    margin-left: auto;
    width: 78%;
  }
}

.home h1:after {
  content: none;
}

.home h1 .trait {
  display: block;
  font-style: italic;
  text-transform: none;
}

h2:not(.topic) {
  font-size: 1.88888889em;
  text-transform: uppercase;
}

h3:not(.topic) {
  font-size: 1.66666667em;
  text-transform: capitalize;
}

h4 {
  font-size: 1.44444444em;
  text-transform: capitalize;
  font-style: italic;
}

h5 {
  font-size: 1.22222222em;
}

h6 {
  font-size: 1.16666667em;
}

/* ===============================================
	containers
=============================================== */
.container {
  max-width: 60em;
}

/* ===============================================
	list styles - global overrides
=============================================== */
.what-sets-us-apart #content ol,
.meet-the-team #content ol,
.our-office #content ol,
.office-tour #content ol,
body[class*='-after'] #content ol {
  margin: 0;
}

#content ul li {
  list-style: disc outside;
  /* list-style-image:none; */
}

/* ==================================================================
	masthead
=================================================================== */
#masthead {
  width: 100%;
  padding: 0 0 1em;
  background-color: #21456d;
  background-color: #fff;
  position: relative;
  z-index: 3000;
}

@media only screen and (min-width: 41.625em) {
  #masthead {
    padding: 0;
    /* custom 666w */
  }
}

@media only screen and (min-width: 64em) {
  #masthead {
    font-size: 1.1em;
    width: 100%;
    /* maxTab 1024w */
  }
}

@media only screen and (min-width: 81.25em) {
  #masthead {
    font-size: inherit;
    position: fixed;
    top: 0;
    z-index: 3000;
    /* desk 1300w */
  }
}

#masthead .container {
  width: 100%;
  max-width: none;
}

@media only screen and (min-width: 64em) {
  #masthead .container {
    max-width: 60em;
    /* maxTab 1024w */
  }
}

/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 1.2em;
  text-align: center;
  height: 43px;
  width: 43px;
  padding: 0;
  margin: 0;
  box-shadow: -1px 1px 0 rgba(115, 139, 170, 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: #738baa;
  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(115, 139, 170, 0.95);
  position: relative;
  float: right;
  z-index: 550;
}

#main-nav ul li {
  clear: both;
}

#main-nav ul li a[id] {
  line-height: 2.35294118;
  font-size: 0.75em;
  text-transform: uppercase;
  color: #fff;
  width: auto;
  height: 2.35294118em;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease;
  font-family: 'Playfair Display', Arial, serif;
  font-weight: 400;
}

#main-nav ul li a[id]:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0.6em;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: scaleX(0);
  opacity: 0;
}

#main-nav ul li.open>a[id],
#main-nav ul li.active>a[id],
#main-nav ul li:hover>a[id] {
  /*color: #fff;*/
  text-decoration: none;
  transition-duration: 0.15s;
}

#main-nav ul li.open>a[id]:after,
#main-nav ul li.active>a[id]:after,
#main-nav ul li:hover>a[id]:after {
  transition-duration: 0.15s;
  transform: scaleX(1);
  opacity: 1;
}

#main-nav ul ul {
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
  background: rgba(158, 172, 129, 0.89);
  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;
  color: #fff;
  width: 100%;
  height: 2.85714286em;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-family: 'Playfair Display', Arial, serif;
}

#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: #3eadca;
  margin-bottom: 0;
  background: #fff;
  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
=================================================================== */

.top-banner {
  text-align: center;
  color: #fff;
  background: #697D9B;
  padding: 1em;
  font-size: .75em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.top-banner a {
  color: #9eac81;
}

#hd {
  text-align: center;
  color: #738baa;
  padding: 0;
  position: relative;
}

@media only screen and (min-width: 41.625em) {
  #hd {
    text-align: right;
    /* custom 666w */
  }
}

@media only screen and (min-width: 64em) {
  #hd {
    z-index: 3000;
    /* maxTab 1024w */
    display: flex;
  }
}

#hd .container {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 41.625em) and (max-width: 63.9375em) {
  #hd .container {
    padding: 0.66em 0 0.66em 0;
    /* range 666w - 1023oo */
  }
}

@media only screen and (min-width: 64em) {
  #hd .container {
    min-height: 2.9em;
    max-width: none;
    justify-content: flex-end;
    padding: 0em 0 0em;
    margin: 0 4.2em 0 1.05em;
    /* midTab 1024w */
  }
}

@media only screen and (max-width: 665px) {
  #hd .container {
    flex-wrap: wrap;
  }
}

/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  font-size: 0.7em;
  width: 12.3em;
  margin: 0.5em auto 1em 2%;
  display: block;
  position: relative;
  left: 0;
}

@media only screen and (min-width: 41.625em) {
  #logo {
    position: absolute;
    top: 0.4em;
    left: 0;
    /* custom 666w */
  }
}

@media only screen and (min-width: 64em) {
  #logo {
    font-size: inherit;
    margin: 0;
    top: 0.8em;
    left: 0;
    /* maxTab 1024w */
  }
}

#logo a {
  display: inline-block;
  vertical-align: top;
}

#logo svg {
  width: 12.3em;
  height: 3.3em;
}

/* ===============================================
	contact info
=============================================== */
#contactinfo {
  text-align: center;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: -6.5em;
}

@media only screen and (min-width: 48em) {
  #contactinfo {
    /* display:block; */
  }
}
@media only screen and (min-width: 64em) {
  #contactinfo {
    display:flex;
    margin-right: 0;
  }
}
@media only screen and (max-width: 665px) {
  #contactinfo {
    margin: 0 6em;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 692px) and (max-width: 766px) {
  #contactinfo {
    margin: 0 -15% 0 0em;
  }
}


@media only screen and (max-width: 425px) {
  #contactinfo {
    margin: 0 1em;
  }
}


#contactinfo .address {
  line-height: 1;
  font-size: 0.9em;
  color: #21456d;
  width: auto;
  margin-right: .7em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

#contactinfo .address i {
  color: #bac4a4;
  margin-right: 0.3em;
  font-size: 0.9em;
  -webkit-font-smoothing: auto;
}

@media only screen and (max-width: 425px) {
  #contactinfo .address {
    margin: 0.5em;
  }
}

#contactinfo .phone {
  line-height: 1;
  font-size: 0.9em;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
  background: #697D9B;
  padding: 11px;
  border-radius: 25px;
}

@media only screen and (max-width: 665px) {
  #contactinfo .phone {
    margin: 0.5em;
  }
}

#contactinfo .phone i {
  color: #bac4a4;
  margin-right: 0.3em;
  font-size: 0.9em;
  -webkit-font-smoothing: auto;
}

#contactinfo .aptrqst {
  color: #fff;
  font-size: 0.6em;
  background: #697D9B;
  padding: 15px;
  border-radius: 25px;
  width: 12.41666667em;
  height: 3.66666667em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  margin-bottom: 0.2em;
  position: relative;
  overflow: hidden;
  transform-origin: bottom;
  border: 1px solid white;
  margin-left:0;
}
#contactinfo .aptrqst.pay {
 
width: 10em;
}



@media only screen and (min-width: 48em) {
#contactinfo .aptrqst {
 
  margin-left: 2.05em;
}}

#contactinfo .aptrqst::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #21456d;
  z-index: -1;
  transform: scaleY(0);
  transition: transform 0.33s;
}

#contactinfo .aptrqst:hover {
  background: transparent;
}

#contactinfo .aptrqst:hover::before {
  transform: scaleY(1);
}

@media only screen and (min-width: 64em) {
  #contactinfo .aptrqst {
    /*border: 1px solid #21456d;*/
  }
}

@media only screen and (max-width: 425px) {
  #contactinfo .aptrqst {
    margin: 0.5em;
  }
}

#contactinfo a {
  transition: color 0.33s ease-in-out;
}

#contactinfo a:hover {
  color: #738baa;
}

/* ===============================================
	socialmedia || aka social-icons
=============================================== */
.socialmedia {
  line-height: 0;
  text-align: center;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0 0;
  position: relative;
  z-index: 300;
  display: flex;
  justify-content: center;
  align-items: center;
}

.socialmedia a {
  line-height: 2.71428571;
  font-size: 0.7em;
  color: #fff;
  height: 2.71428571em;
  width: 2.71428571em;
  border-radius: 0.35714286em;
  margin: 0 5px 0 0;
  background: #9eac81;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
}

.socialmedia a:hover {
  color: #fff;
  background: #9eac81;
  z-index: 400;
  transform: scale(1.44);
}

.socialmedia a .icon {
  position: relative;
}

/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  font-size: 2vw;
  text-align: center;
  color: #fff;
  background: #000;
  min-height: 52.7vw;
  position: relative;
  z-index: 400;
}

@media only screen and (min-width: 64em) {
  #slideshow {
    font-size: inherit;
    width: 100%;
    margin-top: 0;
    top: 0;
    /* maxTab 1024w */
  }
}

#slideshow .welcomevid {
  width: 100%;
  vertical-align: top;
}

@media only screen and (min-width: 81.25em) {
  #slideshow .welcomevid {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
  }
}

/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
  z-index: 400;
}

.spotlight>div {
  position: relative;
}

/* ==================================================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=================================================================== */
.spot01 {
  text-align: center;
  padding: 2em 0;
  margin: 0;
  background: #9eac81 url(../images/spotlight/spot01bg.jpg);
  position: relative;
  z-index: 410;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 29.9375em) {
  .spot01 {
    font-size: 3.2vw;
    /* mintab opt-out 480oo */
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 30em) {
  .spot01 {
    font-size: 1.7vw;
    /* mintab 480w */
  }
}

@media only screen and (min-width: 61.25em) {
  .spot01 {
    font-size: inherit;
    padding: 6.15em 0 7.55em;
    padding-left: 0.2em;
    /* custom opt-out 979oo */
  }
}

.spot01 a {
  color: #738baa;
  width: 10.65em;
  height: 9.6em;
  padding: 0;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  transition: transform 0.33s ease-in-out;

  /*  padding-bottom: 1.8em;*/
}

@media only screen and (max-width: 47.9375em) {
  .spot01 a {
    margin: 0.9em;
    /* midTab opt-out 768oo */
  }
}

@media only screen and (min-width: 48em) {
  .spot01 a {
    margin: 0 0.9em;
    /* midTab 768w */
  }
}


.spot01 a {
  perspective: 1000px;
  /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.spot01 a .card-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.spot01 a:hover .card-wrap {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.card-wrap .front,
.card-wrap .back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-radius: 0.25em;
  border: 1px solid white;
}


/* Style the back side */
.card-wrap .back {
  transform: rotateY(180deg);
  background: #708BA9;
}



.spot01 a:hover {
  /*  transform: scale(1.1);*/
}

.spot01 a h2.topic {
  line-height: 1.10526316;
  font-size: 0.95em;
  text-transform: capitalize;
  color: #fff;
  width: 100%;
  display: block;
  font-family: 'Playfair Display', Arial, serif;
}

.spot01 a img {
  margin-bottom: 1em;
}

.spot01 a:nth-child(1) {
  /*  padding-bottom: 2.8em;*/
}

.spot01 a:nth-child(1) img {
  width: 3.35em;
  height: 2.05em;
  margin-bottom: 0.7em;
}

.spot01 a:nth-child(2) img {
  width: 3.8em;
  height: 2.95em;
}

.spot01 a:nth-child(3) img {
  width: 2em;
  height: 2.75em;
}

.spot01 a:nth-child(4) img {
  width: 3.25em;
  height: 3.25em;
}

.spot01 a:nth-child(5) img {
  width: 3.25em;
  height: 3.25em;
}

.spot01 a p {
  color: #fff;
  margin-bottom: 0;
}

/* ===============================================
	spot00 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION
=============================================== */
.spotlight-02 {
  background-color: white;
  padding: 3em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

@media only screen and (max-width: 47.975em) {
  .spotlight-02 {
    font-size: 3.2vw;
    /* mintab 480w */
  }
}

@media only screen and (min-width: 48em) {
  .spotlight-02 {
    font-size: 1.7vw;
    padding: 11.5em 0;
    /* mintab 480w */
  }
}

@media only screen and (min-width: 64em) {
  .spotlight-02 {
    font-size: inherit;
    /* custom opt-out 979oo */
    padding: 11.5em 0 9.85em;
    padding-right: 0.4em;
  }
}

.spotlight-02 .spot02 {
  width: 42.95em;
  height: 26.5em;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .spotlight-02 .spot02 {
    flex-direction: column;
    height: 100%;
  }

  .spotlight-02 .spot02 .content {
    order: 2;
  }
}

@media only screen and (min-width: 64em) {
  .spotlight-02 .spot02 {
    padding-left: 1.65em;
  }

  .spotlight-02 .spot02::before {
    content: '';
    position: absolute;
    bottom: -4.5em;
    left: 50%;
    transform: translateX(-50%);
    width: 43.05em;
    height: 11.2em;
    z-index: -1;
    pointer-events: none;
    display: block;
    background: url(../images/spotlight/shadow.png) center / cover no-repeat;
  }
}

.spotlight-02 .spot02 .img01 {
  position: absolute;
  width: 27.3em;
  height: 27.5em;
  z-index: -4;
  left: -10.47em;
  top: -2.2em;
  display: none;
}

@media only screen and (min-width: 48em) {
  .spotlight-02 .spot02 .img01 {
    display: block;
  }
}

.spotlight-02 .spot02 .img02 {
  position: absolute;
  width: 23.55em;
  height: 34.65em;
  z-index: -2;
  right: -2.95em;
  top: -5.4em;
  display: none;
}

@media only screen and (min-width: 48em) {
  .spotlight-02 .spot02 .img02 {
    display: block;
  }
}

.spotlight-02 .spot02 .img03 {
  position: absolute;
  width: 20em;
  height: 27.1em;
  z-index: -3;
  right: -14em;
  top: -2.4em;
  display: none;
}

@media only screen and (min-width: 48em) {
  .spotlight-02 .spot02 .img03 {
    display: block;
  }
}

.spotlight-02 .spot02 .grn {
  position: absolute;
  top: 5.35em;
  left: -3.63em;
  width: 15.8em;
  height: 26.6em;
  pointer-events: none;
  z-index: -2;
  display: none;
}

@media only screen and (min-width: 48em) {
  .spotlight-02 .spot02 .grn {
    display: block;
  }
}

.spotlight-02 .spot02 .dr {
  width: 20.8em;
  height: 23em;
  margin: 0 0 2.5em 0;
}

@media only screen and (min-width: 48em) {
  .spotlight-02 .spot02 .dr {
    margin: 0 0 0.25em 2.5em;
  }
}

.spotlight-02 .spot02 .mod {
  width: 96%;
  max-width: 25.2em;
  padding: 2em 0;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (min-width: 48em) {
  .spotlight-02 .spot02 .mod {
    text-align: left;
    padding: 0;
    /* midTab 768w */
  }
}

.spotlight-02 .spot02 h2.topic {
  line-height: 1;
  font-size: 3.5785em;
  font-weight: 400;
  text-transform: uppercase;
  color: #58595b;
  font-family: 'Playfair Display', Arial, serif;
  margin: 0 0 0.4em;
}

@media only screen and (min-width: 48em) {
  .spotlight-02 .spot02 h2.topic {
    text-align: right;
  }
}

.spotlight-02 .spot02 .content {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 0.4em;
}

.spotlight-02 .spot02 .info {
  line-height: 1.4;
  font-size: 0.75em;
  margin: 0 0 3.86666667em;
  display: none;
}

@media only screen and (min-width: 81.25em) {
  .spotlight-02 .spot02 .info {
    display: block;
    /* desk 1300w */
  }
}

.spotlight-02 .spot02 .spotbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #58595b;
  position: relative;
  font-style: italic;
  font-family: 'Playfair Display', Arial, serif;
  font-size: 0.862em;
  margin-right: 0.3em;
  transition: all 0.33s;
}

@media only screen and (max-width: 767px) {
  .spotlight-02 .spot02 .spotbtn {
    margin: auto;
  }
}

.spotlight-02 .spot02 .spotbtn::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #58595b;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: all 0.33s;
}

.spotlight-02 .spot02 .spotbtn:hover {
  color: #738baa;
}

.spotlight-02 .spot02 .spotbtn:hover::before {
  background-color: #738baa;
}

/* ==================================================================
	
	subnav || aka subnav-outer || aka ipSub
	TOP OF PAGE orientation - for sidebar orientation scroll or search down to 'side oriented' [=
	
=================================================================== */
/* TOP ORIENTED */
#subnav {
  text-align: center;
  color: #000;
  position: relative;
  overflow: hidden;
}

#subnav .container-1 {
  background: url(../images/spotlight/subnav.jpg) center / cover no-repeat;
  width: 100%;
  max-width: none;
  padding: 2em 0;
}

body.layout-section-our-office #subnav .container-1 {
  background-image: url(../images/header/our-office.jpg);
}

body.layout-section-new-patients #subnav .container-1 {
  background-image: url(../images/header/new-patients.jpg);
}

body.layout-section-services #subnav .container-1 {
  background-image: url(../images/header/services.jpg);
}

body.layout-section-implant-dentistry #subnav .container-1 {
  background-image: url(../images/header/implant-dentistry.jpg);
}

#intvid {

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;

}


@media only screen and (min-width: 64em) {
  #subnav .container-1 {
    padding: 17.15em 0 10.6em;
    padding: 11.15em 0 16.6em;
    /* desk 1300w */
  }
}

#subnav nav {
  background-color: #9eac81;
  padding: 1.9em 0;
}

#subnav nav .container {
  max-width: 64.5em;
}

@media only screen and (min-width: 48em) {
  #subnav nav {
    /*    height: 7.3em;*/
  }
}

#subnav p {
  line-height: 1.53333333;
  /*  font-size: 0.75em;*/
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  font-family: 'Playfair Display', Arial, serif;
}

@media only screen and (min-width: 64em) {
  #subnav p {
    /*    max-width: 48em;*/
  }
}

#subnav a {
  color: #fff;
  margin: 0.2em 0.8em;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

@media only screen and (min-width: 64em) {
  #subnav a {
    margin: 0;
    /* maxTab 1024w */
  }
}

#subnav a:after {
  content: '';
  width: 100%;
  height: 1px;
  background: currentcolor;
  position: absolute;
  bottom: 0.2em;
  left: 0;
  display: block;
  opacity: 0;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: scaleX(0);
}

#subnav a:hover,
#subnav a.active {
  text-decoration: none;
}

#subnav a:hover:after,
#subnav a.active:after {
  opacity: 1;
  transform: scaleX(1);
}

#subnav .divider {
  width: 4px;
  height: 4px;
  background-color: #cbd5b1;
  border-radius: 50%;
  display: inline-block;
}

@media only screen and (min-width: 64em) {
  #subnav .divider {
    margin: 0 0.6em 0.2em 0.6em;
    display: inline-block;
    /* maxTab 1024w */
  }
}

/* ==================================================================
	content || aka .interior-content
=================================================================== */
#bd {
  padding: 3em 0;
  background: #fff;
  position: relative;
  z-index: 400;
}

@media only screen and (min-width: 48em) {
  #bd {
    padding: 3.5em 0 6em;
    /* midTab 780w */
  }
}

@media only screen and (min-width: 64em) {
  #bd::before {
    content: '';
    width: 51.75em;
    height: 80.2em;
    background: url(../images/spotlight/watermark.png) center / cover no-repeat;
    position: absolute;
    top: 0em;
    left: 50%;
    transform: translate(-50%, 0%);
    margin-left: 38.2em;
    z-index: -1;
    pointer-events: none;
  }
}

#bd .container {
  padding-left: 0.2em;
  max-width: 64.95em;
}

#content {
  display: block;
}

@media only screen and (min-width: 48em) {
  #content {
    max-width: 39.25em;
    width: 60.43110085%;
    float: left;
    /* midTab 780w */
  }

  #content p {
    text-align: left;
  }
}

#content .content-text {
  line-height: 1.66666667;
}

@media only screen and (min-width: 81.25em) {
  #content .content-text {
    font-size: 0.9em;
    /* desk 1300w */
  }
}

/* ==================================================================
	.home content || aka #home-content
=================================================================== */
.home #bd {
  padding: 3em 0;
  background-color: #708ba9;
}

@media only screen and (min-width: 48em) {
  .home #bd {
    padding: 4em 0 2.6em;
    /* midTab 768w */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

@media only screen and (min-width: 64em) {
  .home #bd {
    background-color: white;
    padding: 0em 0em;
  }

  .home #bd::before,
  .home #bd::after {
    content: none !important;
  }
}

.home #bd .decor {
  width: 100em;
  min-width: 100em;
  height: 43em;
  display: none;
}

@media only screen and (min-width: 64em) {
  .home #bd .decor {
    display: block;
  }
}

.home #bd .container {
  max-width: 64.5em;
  position: relative;
}

@media only screen and (min-width: 64em) {
  .home #bd .container {
    padding: 3.5em 0 2.77em;
  }

  .home #bd .container::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    background-color: #708ba9;
    display: block;
  }
}

.home #bd .container header {
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 64em) {
  .home #bd .container header {
    position: absolute;
    top: -17.25em;
    left: 50%;
    transform: translateX(-50%);
    height: 17.25em;
    display: block;
    width: 100%;
    margin-left: -15.5em;
    padding-right: 4.4em;
    padding-top: 3.45em;
  }

  .home #bd .container header::before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 100vw;
    right: 0;
    z-index: -1;
    background-color: rgba(41, 42, 43, 0.5);
    display: block;
  }
}

@media only screen and (min-width: 1350px) {
  .home #bd .container header {
    margin-left: -16.35em;
  }
}

@media only screen and (min-width: 48em) {
  .home #bd #content {
    width: 100%;
    max-width: 43.75em;
    float: none;
    margin-left: auto;
    margin-right: auto;
    /* midTab 768w */
  }
}

@media only screen and (min-width: 64em) {
  .home #bd #content {
    margin-left: 0;
    /* desk 1300w */
  }
}

@media only screen and (min-width: 48em) {
  .home #bd #content .content-text {
    column-count: 2;
    column-gap: 2.11111111em;
    /* midTab 768w */
  }
}

@media only screen and (min-width: 81.25em) {
  .home #bd #content .content-text {
    font-size: 0.9em;
    /* desk 1300w */
  }
}

.home #bd #content ul li,
.home #bd #content ol li {
  color: white;
}

.home #bd #content p {
  color: white;
}

.home #bd #content p a {
  color: white;
  text-decoration: none;
  position: relative;
  transition: all 0.33s;
}

.home #bd #content p a::before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: white;
  transition: all 0.33s;
}

.home #bd #content p a:hover {
  color: #000;
}

.home #bd #content p a:hover::before {
  background-color: #000;
}

@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: #738baa;
  position: absolute;
  top: 50%;
  z-index: 900;
  transform: translate3d(0, -50%, 0);
}

.mediaslider .cycle-slideshow>div span {
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.mediaslider .cycle-slideshow>div.cycle-prev {
  text-align: left;
  left: 0;
}

.mediaslider .cycle-slideshow>div.cycle-prev span {
  transform-origin: left center;
}

.mediaslider .cycle-slideshow>div.cycle-next {
  text-align: right;
  direction: rtl;
  right: 0;
}

.mediaslider .cycle-slideshow>div.cycle-next span {
  transform-origin: right center;
}

.mediaslider .cycle-slideshow>div:hover {
  cursor: pointer;
}

.mediaslider .cycle-slideshow>div:hover span {
  transform: scale(1.44);
  opacity: 0.68;
}

/* comment line below if patient-login is live and legit */
.financial-information #financial-online-services {
  display: none;
}

/* ===============================================
 		common treatments
=============================================== */
.before-after-image {
  width: 44%;
  display: inline-block;
  vertical-align: top;
}

.before-after-image img,
.before-after-image span {
  display: block;
}

@media only screen and (min-width: 48em) {

  .before-after-image img,
  .before-after-image span {
    width: 100%;
  }
}

@media only screen and (min-width: 48em) {

  .before-after-box,
  p.before-after-text {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
}

/* preventive-care */
.preventive-care #content ul {
  display: inline-block;
}

/* reduces dimensions of coronavirus tab */
#coronavirus-update {
  font-size: 0.85em;
  padding: 0.5em 1.25em !important;
  left: 0.5em !important;
}

@media only screen and (min-width: 81.25em) {
  #coronavirus-update {
    font-size: 1em;
    /* desk 1300w */
  }
}

/* ==================================================================
	meet the team page classes for individual and full team images 
=================================================================== */
.staff {
  width: 45%;
  max-width: 10em;
  margin: 0 0 1em 1em;
  display: block;
  float: right;
}

.team {
  width: 100%;
  max-width: 1000px;
  margin: 2% auto;
  display: block;
}

.logo-wrap {
    display: flex;
    align-items: center;
    justify-content: space-evenly;

}
.logo-wrap img {
  margin: 0 10px;

}
body.meet-dr-curtis-hayes .logo-wrap {
    display: block;
	text-align:center

}

body.meet-dr-curtis-hayes .logo-wrap img {
  margin: 0 20px 20px;
  max-width: 32%;
}

@media only screen and (max-width: 64em) {body.meet-dr-curtis-hayes .logo-wrap img {
 
  max-width: 16.5%;
}}

a.int-btn {
  letter-spacing: normal;
  font-weight: 400;
  text-transform: uppercase;
  /*  font-size: smaller;*/
  color: #fff !important;
  padding: 0.5em 1.5em;
  background-color: #738baa;
  border: 1px solid #738baa;
  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: #9eac81;
  background-color: #9eac81;
}


@media only screen and (max-width: 48em) {
  .mob-fix{
    display: block;
    max-width: 50%;
    margin: auto;
  }
}

.services-wrap {
  /*  display: flex;*/
  /*  justify-content: space-evenly;*/
  /*  align-items: center;*/
  /*  border-bottom: 0.5em solid white;*/
  /*    width: 100%;*/
}

@media only screen and (max-width: 29.9375em) {
  .services-wrap {
    /*    flex-direction: column;*/
  }
}
.services-wrap h2.topic {
  color: #d68252;
  padding: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  transition: transform 0.33s ease-in-out;
  border-bottom: solid 5px #fff;
}

.services-wrap h2.topic::before {
  content: '';
  background: rgba(158, 172, 129, 0.9);
  position: absolute;
  height: 0%;
  width: 96%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: height 0.33s ease;
  z-index: 4;
}

.services-wrap h2.topic::after {
  content: '';
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.3));
  position: absolute;
  z-index: 2;
}

body.advanced-technology .services-wrap h2.topic::after {
  content: '';
  width: 100%;
  height: 66%;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
  position: absolute;
  z-index: 2;
}


.services-wrap h2.topic:hover::before {
  height: 90%;
}

.services-wrap h2.topic:hover a {
  bottom: 43.5%;
}

.services-wrap h2.topic a {
  line-height: 1;
  font-size: 1.55em;
  text-transform: uppercase;
  color: white !important;
  text-align: center;
  width: 100%;
  display: block;
  font-weight: 600;
  position: absolute;
  left: 50.1%;
  bottom: 1.15em;
  transform: translateX(-50%);
  transition: all 0.33s ease;
  letter-spacing: -0.013em;
  z-index: 5;
}

.services-wrap h2.topic {
  width: 50%;
  height: 12.05em;
}

@media only screen and (max-width: 767px) {
  .services-wrap h2.topic {
    width: 100%;
    margin-left:0;
  }
}

@media only screen and (min-width: 48em) {
  .services-wrap h2.topic {
    width: 33%;
    height: 12.05em;
  }
}

.services-wrap h2.oral {
  background: url(../images/services/oral.jpg) center / cover no-repeat;
}
.services-wrap h2.traumatic {
  background: url(../images/services/traumatic.jpg) center / cover no-repeat;
}
.services-wrap h2.wisdom {
  background: url(../images/services/wisdom.jpg) center / cover no-repeat;
}
.services-wrap h2.extraction {
  background: url(../images/services/extraction.jpg) center / cover no-repeat;
}
.services-wrap h2.bone {
  background: url(../images/services/bone.jpg) center / cover no-repeat;
}
.services-wrap h2.exparel {
  background: url(../images/services/exparel.jpg) center / cover no-repeat;
}
.services-wrap h2.botox {
  background: url(../images/services/botox.jpg) center / cover no-repeat;
}
.services-wrap h2.all-on-4 {
  background: url(../images/services/all-on-4.jpg) center / cover no-repeat;
}
.services-wrap h2.sleep {
  background: url(../images/services/sleep.jpg) center / cover no-repeat;
}
@media only screen and (min-width: 821px) {
  .services-wrap h2.sleep {
    left: 33.5%;
  }
}
.services-wrap h2.imaging {
  background: url(../images/services/imaging.jpg) center / cover no-repeat;
}
.services-wrap h2.sedation {
  background: url(../images/services/sedation.jpg) center / cover no-repeat;
}
.services-wrap h2.jawsurgery {
  background: url(../images/services/jawsurgery.jpg) center / cover no-repeat;
}
.services-wrap h2.pathology {
  background: url(../images/services/pathology.jpg) center / cover no-repeat;
}
.services-wrap h2.sinus {
  background: url(../images/services/sinus.jpg) center / cover no-repeat;
}
.services-wrap h2.biopsy {
  background: url(../images/services/biopsy.jpg) center / cover no-repeat;
}
.services-wrap h2.prf {
  background: url(../images/services/prf.jpg) center / cover no-repeat;
}
.services-wrap h2.intraoral {
  background: url(../images/services/Intraoral.jpg) center / cover no-repeat;
}
.services-wrap h2.ct3dimaging {
  background: url(../images/services/3dctimaging.jpg) center / cover no-repeat;
}
.services-wrap h2.implants {
  background: url(../images/services/implants.jpg) center / cover no-repeat;
}

/* ==================================================================
	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.32352941;
  font-size: 1.88888889em;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  color: #738baa;
  transition-duration: 0s;
  font-family: 'Playfair Display', Arial, serif;
}

.sitemap #content ul ul li a {
  line-height: 1.66666667;
  font-size: 1em;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
  color: #4e4e4f;
  margin-left: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  /*to increase space adjust [body.sitemap #bd ul ul li] below*/
}

.sitemap #content a:hover {
  text-decoration: none;
  opacity: 70%;
}

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: 21.65em;
  margin: 0 auto 6%;
  display: none;
  padding: 0;
  position: relative;
  z-index: 420;
}

@media only screen and (min-width: 48em) {
  #sidebar {
    width: 33.33333333%;
/*    margin: -5.7em 0 0em;*/
    float: right;
    clear: right;
    display: block;
    /* midTab 768w */
  }
}

/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
  box-shadow: 1px 44px 60px -50px rgba(0, 0, 0, 0.53);
}

#hide-stock::after {
  content: '';
  border: 0.75em solid white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stock {
  width: 100%;
  position: relative;
}

/* ===============================================
	show doctor image on all devices
=============================================== */
/*.home,*/
/*body[class^='meet-the-'], body[class^='meet-our-'],*/
.meet-the-doctor #sidebar,
body[class^='meet-dr-'] #sidebar,
body[class^='meet-doctor-'] #sidebar {
  display: block;
}

body[class~='blog'] #sidebar {
  display: block;
}

body[class~='blog'] #hide-stock {
  display: none;
}

/* END SIDEBAR - */
/* ==================================================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=================================================================== */
.spotlight-03 {
  background-color: white;
  padding: 3em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1000;
}

@media only screen and (max-width: 47.975em) {
  .spotlight-03 {
    font-size: 3.2vw;
    /* mintab 480w */
  }
}

@media only screen and (min-width: 48em) {
  .spotlight-03 {
    font-size: 1.7vw;
    padding: 11.65em 0 18.75em;
    /* mintab 480w */
  }
}

@media only screen and (min-width: 64em) {
  .spotlight-03 {
    font-size: inherit;
    /* custom opt-out 979oo */
    padding: 11.65em 0 18.75em;
    padding-left: 0.47em;
  }

  .spotlight-03::before {
    content: '';
    width: 48.6em;
    height: 44.4em;
    position: absolute;
    top: -23.1em;
    left: 50%;
    margin-left: 39.7em;
    transform: translateX(-50%);
    z-index: -10;
    background: url(../images/spotlight/shape.png) center / cover no-repeat;
  }
}

.spotlight-03 .spot03 {
  width: 45.25em;
  height: 28em;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .spotlight-03 .spot03 {
    flex-direction: column;
    height: 100%;
  }

  .spotlight-03 .spot03 .content {
    order: 1;
    align-items: center !important;
    margin-bottom: 1em;
  }

  .spotlight-03 .spot03 .fb {
    order: 2;
  }
}

@media only screen and (min-width: 64em) {
  .spotlight-03 .spot03 {
    padding-right: 1.8em;
  }

  .spotlight-03 .spot03::before {
    content: '';
    position: absolute;
    bottom: -4.5em;
    left: 50%;
    transform: translateX(-50%);
    width: 43.05em;
    height: 11.2em;
    z-index: -1;
    pointer-events: none;
    display: block;
    background: url(../images/spotlight/shadow.png) center / cover no-repeat;
  }
}

.spotlight-03 .spot03 .img01 {
  position: absolute;
  width: 29.75em;
  height: 29.5em;
  z-index: -2;
  left: -15.5em;
  top: 10.9em;
  display: none;
}

@media only screen and (min-width: 48em) {
  .spotlight-03 .spot03 .img01 {
    display: block;
  }
}

.spotlight-03 .spot03 .img02 {
  position: absolute;
  width: 38.05em;
  height: 28.2em;
  z-index: -3;
  left: -7.4em;
  top: -5.3em;
  display: none;
}

@media only screen and (min-width: 48em) {
  .spotlight-03 .spot03 .img02 {
    display: block;
  }
}

.spotlight-03 .spot03 .img03 {
  position: absolute;
  width: 20.95em;
  height: 28.45em;
  z-index: -1;
  right: -12em;
  top: 4.15em;
  display: none;
}

@media only screen and (min-width: 48em) {
  .spotlight-03 .spot03 .img03 {
    display: block;
  }
}

.spotlight-03 .spot03 .grn2 {
  position: absolute;
  bottom: -7.9em;
  right: -0.7em;
  width: 15.8em;
  height: 26.6em;
  pointer-events: none;
  z-index: -2;
  display: none;
}

@media only screen and (min-width: 48em) {
  .spotlight-03 .spot03 .grn2 {
    display: block;
  }
}

.spotlight-03 .spot03 .blue {
  position: absolute;
  bottom: -4.95em;
  left: 6.45em;
  width: 15.8em;
  height: 26.6em;
  pointer-events: none;
  z-index: -4;
  display: none;
}

@media only screen and (min-width: 48em) {
  .spotlight-03 .spot03 .blue {
    display: block;
  }
}

.spotlight-03 .spot03 .fb {
  width: 19.2em;
  height: 23em;
  margin: 0 0 2.5em 0;
}

@media only screen and (min-width: 48em) {
  .spotlight-03 .spot03 .fb {
    margin: 0 1.65em 0 0;
  }
}

.spotlight-03 .spot03 h2.topic {
  line-height: 1;
  font-size: 3.5785em;
  font-weight: 400;
  text-transform: uppercase;
  color: #58595b;
  font-family: 'Playfair Display', Arial, serif;
  margin: 0 0 0.55em;
}

@media only screen and (min-width: 48em) {
  .spotlight-03 .spot03 h2.topic {
    text-align: left;
  }
}

.spotlight-03 .spot03 .content {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 0.05em;
}

@media only screen and (min-width: 64em) {
  .spotlight-03 .spot03 .content {
    padding-bottom: 2.5em;
  }
}

.spotlight-03 .spot03 .info {
  line-height: 1.4;
  font-size: 0.75em;
  margin: 0 0 3.86666667em;
  display: none;
}

@media only screen and (min-width: 81.25em) {
  .spotlight-03 .spot03 .info {
    display: block;
    /* desk 1300w */
  }
}


.spotlight-04 {
  background-color: white;
  padding: 3em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1000;
}
.spot04 {
 
        align-items: center;

}


.spot04 a {
  margin: 0 1.2em .8em;
  display:inline;
}
.spot04 a img{max-width: 13%;}
@media only screen and (min-width: 48em) {.spot04 a img{max-width: 11%;}}
@media only screen and (min-width: 64em) {.spot04 a img{max-width: 8%;}}

.spot05 {
  background-color: #708ba9;
  padding: 1em;
  display: inline-block;
}
.spot05 h2 {
  text-align: center;
  margin-bottom: .8em;
  color: #fff;
  font-style: italic;
}
.spot05 .cycle-slideshow {
  width: 70%;
  display: inline-block;
  margin-bottom: .5em;
}
.spot05 .cycle-slideshow .testimony {
  color: #fff;
}
.spot05 .cycle-slideshow .testifier {
  color: #fff;
  font-style: italic;
}
.spot05 .controls a {
  color: #9eac81;
  margin-bottom: 1em;
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0;
  background: #ccc url(../images/footer/map.png) no-repeat center center;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 500;
}

@media only screen and (min-width: 81.25em) {
  #ft {
    background-size: auto 100%
      /* desk 1300w */
    ;
  }
}

#ft a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}

#ft a:hover {
  color: #9eac81;
}

/* ===============================================
		locations || aka ft-location
=============================================== */
#location {
  width: 100%;
  padding: 3.25em 0 3.9em;
  background-color: rgba(115, 139, 170, 0.9);
  display: block;
}

@media only screen and (min-width: 48em) {
  #location {
    text-align: right;
    background-color: transparent;
    /* midTab 768w */
  }
}

@media only screen and (min-width: 64em) {
  #location {
    margin-right: calc(50% + 4px);
    padding-right: 12.95em;
    float: right;
    /* desk 1300w */
  }
}

#location .mod {
  text-align: center;
  width: 19.05em;
  height: 28.4em;
  display: block;
  background-color: white;
  padding: 2.8em 0 0;
  margin: auto;
}

@media only screen and (min-width: 64em) {
  #location .mod {
    margin: 0 0 0 auto;
    /* midTab 768w */
  }
}

#location .logo {
  line-height: 0;
  text-align: center;
  margin: 0 auto 1.42em;
  display: block;
  margin-left: 0.3em;
  transition: all 0.3s;
}

#location .logo:hover {
  transform: scale(1.05);
}

#location .logo img {
  width: 10.8em;
}

#location .address {
  line-height: 1.30769231;
  font-size: 0.65em;
  margin: 0 auto;
  display: block;
  color: #58595b;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  position: relative;
}

#location .address .marker {
  line-height: 1;
  font-size: 5.07692308em;
  margin-left: 2.4em;
  position: absolute;
  left: 153%;
  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: 64em) {
  #location .address .marker {
    display: block;
    /* midTab 768w */
  }
}

#location .address:hover .marker {
  transform: scale(1.1);
}

#location .phone {
  line-height: 1;
  font-size: 0.9em;
  display: block;
  color: #58595b;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-bottom: 0.2em;
  margin-left: 0.3em;
}

#location .line {
  height: 1px;
  background-color: #9fac7f;
  width: 5.9em;
  margin: 0.9em auto 0.9em;
}

#location .officehours {
  line-height: 1.63636364;
  font-size: 0.55em;
  display: block;
  display: flex;
  flex-direction: column;
  position: relative;
  color: #58595b;
  margin: 0 auto 0;
  letter-spacing: 0.04em;
}

#location .officehours .hr {
  line-height: 1.63636364;
  display: flex;
  padding-left: 12.3em;
  text-transform: uppercase;
}

#location .officehours .hr span {
  width: 2.72727273em;
  text-align: right;
  margin-right: 0.9em;
  font-weight: bold;
}

/* ==================================================================
		#links || aka ft-design-credit
=================================================================== */
#links {
  text-align: center;
  color: #000;
  padding: 2em 0;
  margin: 0;
  background-color: #21456d;
  z-index: 500;
}

@media only screen and (min-width: 48em) {
  #links {
    height: 4.75em;
    padding: 1.625em 0 0;
    /* midTab 768w  */
  }
}

#links .util {
  line-height: 2.5;
  font-size: 0.6em;
  margin-bottom: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 30em) {
  #links .util {
    line-height: 2.5;
    width: auto;
    margin: 0;
    /* mintab 480w */
  }
}

@media only screen and (max-width: 399px) {
  #links .util {
    flex-wrap: wrap;
  }
}

#links .util a {
  color: #fff;
  transition: color 0.33s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

#links .util a:hover {
  color: #9eac81;
}

#links .util a,
#links .util .divider {
  display: inline-block;
  color: white;
}

#links .util .divider {
  margin: 0 1.25em;
}

/* ===============================================
		sesame link
=============================================== */
a#sesame-link .sesameicon {
  width: 2em;
  height: 1.66666667em;
  margin-right: 0.66666667em;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  right: 0.2em;
}

a#sesame-link .sesameicon path {
  fill: currentcolor;
  transition: fill 0.33s ease-in-out;
}

/* ===============================================
	backToTop
=============================================== */
#btt {
  text-align: center;
  display: block;
  width: auto;
  margin: 0;
  position: relative;
}

@media only screen and (min-width: 30em) {
  #btt {
    width: auto;
    float: right;
    /* mintab 480w */
  }
}

a#backtotop {
  color: #9eac81;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out;
  text-transform: uppercase;
  color: white;
  letter-spacing: 0.05em;
  position: relative;
  left: 0.1em;
}

a#backtotop:hover {
  color: #738baa;
}

/*superlative*/
/************************************************************************************************************************************************/
/* hide double hr aka div.hr */
hr,
.types-of-braces #content div.clear {
  font-size: inherit;
  height: 1px;
  width: 100%;
  margin: 1.58em 0;
  background: #666;
  border: none;
  display: block;
}

/* ===============================================
	success message
=============================================== */
.success {
  text-transform: none;
  font-weight: 400;
  color: #fff;
  width: 100%;
  padding: 1rem;
  float: left;
  background: #738baa;
}

/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-size: smaller;
  color: #fff;
  height: 38px;
  padding: 0 1.5em;
  background-color: #738baa;
  border: 1px solid #738baa;
  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: #9eac81;
  background-color: #9eac81;
}

form p {
  height: auto;
}

/* ===============================================
	chat widget resize for mobile use comfort
=============================================== */
#bc-chat-container {
  font-size: 0.8em !important;
}

.bc-minimize-state {
  width: 11.8em !important;
  height: 7.7em !important;
}

/************************************************************************************************************************************************/
/* end superlatives */
/* ===============================================
Tablet
Supports 48em (768px) and up
=============================================== */
@media only screen and (min-width: 48em) {

  /* ===============================================
	blanket content sidebar hide
=============================================== */
  .sitemap #content,
  .layout-full-width #content {
    width: 100%;
    max-width: none;
  }

  .sitemap #sidebar,
  .layout-full-width #sidebar {
    display: none;
  }

  /* ===============================================
	custom content
=============================================== */
  /*.success{ width:66%; }*/
  /*table.office-hours{ max-width:50%; }*/
  .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 {
    font-size: 1em;
    width: 16.5em;
    right: 0;
    z-index: 3000;
    box-shadow: none;
    width: 5em;
    height: 100%;
  }
  #main-nav .collapsible .trigger {
    box-shadow: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 2.2em;
    height: 2.2em;
    top: 1.3em;
    position: relative;
    border: 1px solid white;
    margin-right: 2em;
  }
  #main-nav .collapsible .trigger .navicon {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 0;
  }
  #main-nav .collapsible .trigger .navicon span {
    width: 1.1em;
    height: 0.05em;
    background-color: white;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #main-nav .collapsible .trigger .navicon span:nth-child(1) {
    top: 31%;
    transition: width 0.5s;
  }
  #main-nav .collapsible .trigger .navicon span:nth-child(2) {
    top: 45%;
    transition: all 0.5s;
  }
  #main-nav .collapsible .trigger .navicon span:nth-child(3) {
    top: 60%;
    transition: all 0.5s;
  }
  #main-nav .collapsible .trigger .navicon span:nth-child(4) {
    top: 74%;
    transition: width 0.5s;
  }
  #main-nav .collapsible.open .trigger {
    padding-top: 0.12em;
  }
  #main-nav .collapsible.open .trigger .navicon span:nth-child(2) {
    background-color: white;
    height: 0.05em;
    transform: unset;
    transform: translate(-50%, -50%) rotate(45deg);
    top: 50%;
    width: 1.25em;
  }
  #main-nav .collapsible.open .trigger .navicon span:nth-child(3) {
    background-color: white;
    height: 0.05em;
    transform: translate(-50%, -50%) rotate(-45deg);
    top: 50%;
    width: 1.25em;
  }
  #main-nav ul:first-of-type {
    width: 12.775em !important;
    padding: 4.9em 0em 2.05em 0 !important;
    background-color: transparent;
    position: relative;
    background-color: rgba(115, 139, 170, 0.94);
  }
  #main-nav ul:first-of-type li > a[id] {
    color: #fff;
    width: 100%;
    text-align: right;
    padding-right: 2.35em;
    font-weight: 400;
    text-transform: capitalize;
    height: 2.35294118em;
    transition: background-color 0.5s;
  }
  #main-nav ul:first-of-type li > a[id]::after {
    content: none !important;
  }
  #main-nav ul:first-of-type li:hover a[id] {
    color: white;
    background-color: rgba(74, 100, 134, 0.94);
  }
  #main-nav ul:first-of-type li:hover a[id]::before {
    content: '';
    transform: scaleX(1);
    transition: transform 0.5s;
    transform-origin: left;
  }
  #main-nav ul:first-of-type li > ul {
    width: 100% !important;
    padding: 0em !important;
    background-color: transparent;
  }
  #main-nav ul:first-of-type li > ul::before,
  #main-nav ul:first-of-type li > ul::after {
    content: none;
  }
  #main-nav ul:first-of-type li > ul li {
    margin-bottom: 0;
    text-align: right;
    padding-right: 1.95em;
  }
  #main-nav ul:first-of-type li > ul li a {
    text-align: right;
    line-height: 1;
    height: auto;
    width: auto;
    position: relative;
  }
  #main-nav ul:first-of-type li > ul li a::after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 0.2em;
    transform: translateX(-50%);
    background-color: white;
    transition: opacity 0.5s;
    opacity: 0;
  }
  #main-nav ul:first-of-type li > ul li.active {
    background-color: #4a6486;
  }
  #main-nav ul:first-of-type li > ul li.active a {
    color: white;
  }
  #main-nav ul:first-of-type li:hover a[id] {
    position: relative;
    color: white;
    background-color: rgba(74, 100, 134, 0.94);
  }
  #main-nav ul:first-of-type li:hover > ul {
    width: 104% !important;
    padding: 0.8em 0 0.85em !important;
    background-color: rgba(74, 100, 134, 0.94);
    position: absolute;
    right: 12.775em;
    top: 0;
  }
  #main-nav ul:first-of-type li:hover > ul li {
    height: auto;
    background-color: transparent;
  }
  #main-nav ul:first-of-type li:hover > ul li a {
    background-color: transparent;
    color: #fff;
    line-height: 1.7;
    opacity: 1;
  }
  #main-nav ul:first-of-type li:hover > ul li a:hover::after {
    opacity: 1;
  }
  #main-nav ul:first-of-type li.active a[id] {
    position: relative;
    color: white;
    background-color: rgba(74, 100, 134, 0.94);
  }
  #main-nav ul:first-of-type li:hover {
    margin-bottom: 0em;
  }
  #main-nav ul:first-of-type li:hover > ul {
    width: 104% !important;
    padding: 1.1em 0 1.6em !important;
    background-color: rgba(74, 100, 134, 0.94);
    position: absolute;
    right: 12.775em;
    top: 0;
    opacity: 1;
  }
  #main-nav ul:first-of-type li:hover > ul li {
    height: auto;
    transition: none;
  }
  #main-nav ul:first-of-type li:hover > ul li a {
    background-color: transparent;
    color: #fff;
    line-height: 2;
    opacity: 1;
    transition: none;
  }
  #main-nav ul:first-of-type li:hover > ul li a:hover::after {
    opacity: 1;
  }
  #main-nav ul:first-of-type li ul {
    position: absolute;
  }
  #main-nav ul:first-of-type li ul li {
    opacity: 1;
  }
  #main-nav ul:first-of-type li ul li a {
    opacity: 0;
    height: auto;
    transition: opacity 1.5s;
  }
  nav.horizontal ul li {
    width: 100%;
    float: none;
  }
  nav .collapsible ul {
    display: none;
  }
  nav .open > ul {
    display: block;
  }
   ==================================================================
	main-nav
=================================================================== */
  /*END*/
}



@media only screen and (min-width: 64em) {

  /* ==================================================================
  main-nav
=================================================================== */
  /* ==================================================================
  main-nav
=================================================================== */
  #main-nav {
    font-size: inherit;
    width: 100%;
    /*height: 5.55em;*/
    margin-top: 0em;
    position: relative;
    top: auto;
    z-index: 2900;
    box-shadow: none;
    /*background:none;*/
    display: flex;
  }

  #main-nav .container {
    background: none;
    max-width: none;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-right: 1.2em;
  }

  #main-nav ul {
    /*height: 5.55em;*/
    width: auto;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    position: static;
    float: right;
  }

  #main-nav ul li {
    height: 100%;
    margin: 0 .3em 0 0;
    background: none;
    position: relative;
    vertical-align: top;
    float: none;
    clear: none;
  }
  
    #main-nav ul li.home {
  
    margin: 0 .8em 0 0;
   
  }

  #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: 3.04645849;
    text-align: center;
    text-decoration: none;
    height: 100%;
    z-index: 3000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0.2em;
    color: #697D9B;
    letter-spacing: 0.5px;
  }

  #main-nav ul li a[id] span {
    margin-right: 0.3em;
  }

  #main-nav ul li a[id]:after {
    bottom: 2.63em;
  }

  #main-nav ul li.first>a[id] {
    left: 1.4em;
    position: relative;
    color: transparent;
  }

  #main-nav ul li.first>a[id]::before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: '\f015';
    color: #697D9B;
    font-size: 13px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 0.1em;
    transform: translate(-50%, -50%)
  }

  #main-nav ul li.restore-enhance {
    margin-right: 0.7em
  }

  #main-nav ul li.new-patients>a[id] {
    letter-spacing: 0.7px;
  }

  #main-nav ul ul {
    width: auto;
    height: auto;
    padding: 0.7em 0;
    z-index: 2800;
    position: absolute;
    display: none;
    overflow: hidden;
  }

  #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: 2;
    text-align: left;
    white-space: nowrap;
    height: 2em;
    width: 100%;
    padding: 0 2.15384615em;
    float: left;
    transition-duration: 0s;
    padding: 0 1.35em 0 2.1em;
  }

  #main-nav ul li.active ul li a:hover,
  #main-nav ul ul li a:hover,
  #main-nav ul ul li a.active {
    text-decoration: none;
    color: #fff;
    margin-bottom: 0;
    background-color: transparent;
    border: none;
    position: relative;
  }

  #main-nav ul li.active ul li a:hover::before,
  #main-nav ul ul li a:hover::before,
  #main-nav ul ul li a.active::before {
    content: '';
    position: absolute;
    height: 1.9em;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffc54bfc;
    opacity: 60%;
    z-index: -1;
  }

  #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.4em;
    /*top:37px;*/
    display: block;
  }

  #main-nav ul li.contact-us:hover ul,
  #main-nav ul li.contact:hover ul {
    left: auto;
    right: -1.4em;
    margin: 0;
  }

  /*END*/
}


/* ==================================================================
	meet the team page classes for individual and full team images 
=================================================================== */
.card {
  position: relative;
  text-align: center;
  /*margin: auto;*/
  display: block;
  max-width: 300px;
}

.card .img-top {
  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;
}

.card:hover .img-top {
  opacity: 1;
}

.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;
}

@media only screen and (max-width: 47.9375em) {
  .group {
    margin: 0 auto 1em;
    display: block;
    /* midTab 768oo */
  }
}

@media only screen and (min-width: 48em) {
  .group {
    width: 40%;
    margin: 0 0 1em 1em;
    float: right;
    /* midTab 768w */
  }
}

/* ie nonsense */
/***********************************************
target ie11: html[data-useragent*='Trident/7.0']
***********************************************/
html[data-useragent*='Trident/7.0'] {
  /* END */
}

/* custom animations */
@keyframes flyinmobilenav {
  from {
    left: 300px;
    opacity: 0;
  }

  to {
    left: 0;
    opacity: 1;
  }
}

@media only screen and (max-width: 1023px) {
  body.all-on-4 .img-right {
    max-width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  body.all-on-4 .all-on-four-img {
    width: 75%;
    margin-left: 12%;
  }
}