/* 
 Site Manager Version: 11.0.0
 Buildkit Version: 10.1.0
 
 Account: ekoh-madueke2
 Written by: James Stillion
 
 07/2022
  
 Sesame Communications - All rights reserved. (c)2022
 Any reproduction or intentional misuse is strictly prohibited
*/
/* ===============================================
              nav/subnav/hero options
 =============================================== */
/* ===============================================
                    colors
 =============================================== */
/* bad piggy */
/* forest */
/* pank || hyperlinks */
/* salmon */
/* terra cotta */
/* wine stain */
/* pomegranete */
/* merlot */
/* ===============================================
					fonts
=============================================== */
/* poppins-300 */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local(''), url('../fonts/poppins-300.woff2') format('woff2'), url('../fonts/poppins-300.woff') format('woff');
}
/* poppins-400 */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''), url('../fonts/poppins-400.woff2') format('woff2'), url('../fonts/poppins-400.woff') format('woff');
}
/* poppins-400i */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local(''), url('../fonts/poppins-400i.woff2') format('woff2'), url('../fonts/poppins-400i.woff') format('woff');
}
/* poppins-500 */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(''), url('../fonts/poppins-500.woff2') format('woff2'), url('../fonts/poppins-500.woff') format('woff');
}
/* poppins-700 */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''), url('../fonts/poppins-700.woff2') format('woff2'), url('../fonts/poppins-700.woff') format('woff');
}
/* poppins-700i */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local(''), url('../fonts/poppins-700i.woff2') format('woff2'), url('../fonts/poppins-700i.woff') format('woff');
}
/* poppins-800 */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local(''), url('../fonts/poppins-800.woff2') format('woff2'), url('../fonts/poppins-800.woff') format('woff');
}
.fontM {
  font-family: 'Montserrat', 'Trebuchet MS', Helvetica, sans-serif;
}
.fontP {
  font-family: 'Poppins', 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;
}
.fa,
.fa-brands,
.fa-duotone,
.fa-light,
.fa-regular,
.fa-solid,
.fa-thin,
.fab,
.fad,
.fal,
.far,
.fas,
.fat {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: 0;
}
/* ==================================================================
	main content-text font sizes
=================================================================== */
/* ===============================================
	body 
=============================================== */
body,
input,
select,
textarea,
form button {
  font-family: 'Poppins', sans-serif;
}
body {
  font-size: 15px;
  color: #333;
  background: #ccc;
  overflow: hidden;
}
@media only screen and (min-width: 81.25em) {
  body {
    font-size: 20px;
    /* desk 1300w */
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #fb9481;
  text-decoration: none;
  transition: color 0.33s ease-in-out;
}
#content a:hover {
  text-decoration: underline;
  color: #69b946;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #661d2e;
  margin: 0 0 1.34615385em;
  text-rendering: auto;
}
.sub h1 {
  font-size: 10vw;
  margin-bottom: 0;
}
@media only screen and (min-width: 30em) {
  .sub h1 {
    font-size: 2em;
    /* mintab 480w */
  }
}
.sub h1:after {
  content: '';
  width: 1.75em;
  height: 3px;
  margin: 0.7em auto 0.7em 0;
  background: #fb9481;
  display: block;
}
h2:not(.topic) {
  font-size: 1.52941176em;
  font-family: 'Montserrat', 'Trebuchet MS', Helvetica, sans-serif;
  font-weight: 800;
}
h3:not(.topic) {
  font-size: 1.35294118em;
}
h4 {
  font-size: 1.17647059em;
  font-family: 'Montserrat', 'Trebuchet MS', Helvetica, sans-serif;
  font-weight: 800;
}
h5 {
  font-size: 1.11764706em;
}
h6 {
  font-size: 1.05882353em;
}
/* ===============================================
	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;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 3000;
}
@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;
    /* desk 1300w */
  }
}
#masthead .container {
  width: 100%;
  max-width: none;
}
@media only screen and (min-width: 64em) {
  #masthead .container {
    max-width: calc(100% - 3em);
    /* 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(251, 148, 129, 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: #fb9481;
  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: #fb9481;
}
#main-nav .trigger:hover .navicon span {
  /* background:@color1; */
}
#main-nav .open .trigger {
  color: #69b946;
}
#main-nav .open .trigger .navicon span:nth-child(1),
#main-nav .open .trigger .navicon span:nth-child(4) {
  width: 0;
  top: 50%;
  left: 50%;
}
#main-nav .open .trigger .navicon span:nth-child(2) {
  transform: rotate(45deg);
}
#main-nav .open .trigger .navicon span:nth-child(3) {
  transform: rotate(-45deg);
}
#main-nav ul {
  width: 100vw;
  margin: -43px 0 0;
  padding: 1em 0;
  background-color: rgba(255, 255, 255, 0.9);
  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] {
  line-height: 2.75862069;
  font-size: 0.725em;
  font-weight: 500;
  color: #2b2b2b;
  width: auto;
  height: 2.75862069em;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease, -webkit-filter 0.33s ease, filter 0.33s ease;
}
#main-nav ul li a[id]:after {
  content: '';
  width: 0.96551724em;
  height: 0.89655172em;
  background: url(../images/star.svg) no-repeat center center;
  background-size: cover;
  display: block;
  transition: transform 0.33s ease-in-out, opacity 0.42s linear, -webkit-filter 0.42s linear, filter 0.42s linear;
  opacity: 0;
}
@media only screen and (max-width: 63.9375em) {
  #main-nav ul li a[id]:after {
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    left: -1.10344828em;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 64em) {
  #main-nav ul li a[id]:after {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    bottom: 1.93103448em;
    left: 0;
    transform: translate3d(0, 0, 0) scale(3) rotate(180deg);
    -webkit-filter: drop-shadow(0.66em 0.66em 0 rgba(105, 185, 70, 0.54)) drop-shadow(-0.66em -0.66em 0 rgba(233, 106, 83, 0.54)) drop-shadow(0.33em -0.33em 0 rgba(161, 48, 69, 0.54));
    filter: drop-shadow(0.66em 0.66em 0 rgba(105, 185, 70, 0.54)) drop-shadow(-0.66em -0.66em 0 rgba(233, 106, 83, 0.54)) drop-shadow(0.33em -0.33em 0 rgba(161, 48, 69, 0.54));
    pointer-events: none;
    /* midTab 1024w */
  }
}
#main-nav ul li.open > a[id],
#main-nav ul li.active > a[id],
#main-nav ul li:hover > a[id] {
  color: salmon;
  text-decoration: none;
  -webkit-filter: brightness(1.23);
  filter: brightness(1.23);
}
#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;
  opacity: 1;
}
@media only screen and (max-width: 63.9375em) {
  #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;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 64em) {
  #main-nav ul li.open > a[id]:after,
  #main-nav ul li.active > a[id]:after,
  #main-nav ul li:hover > a[id]:after {
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
    -webkit-filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0));
    filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0));
    transition-timing-function: ease-in;
    /* midTab 1024w */
  }
}
#main-nav ul ul {
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
  background: rgba(102, 29, 46, 0.94);
  display: inline;
}
#main-nav ul ul li {
  width: 100%;
  float: left;
  background: none;
}
#main-nav ul ul li a {
  line-height: 3.33333333;
  font-size: 0.6em;
  color: #fff;
  width: auto;
  height: 3.33333333em;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#main-nav ul ul li a:before {
  content: '';
  width: 1em;
  height: 0.83333333em;
  background: url(../images/star.svg) no-repeat center center;
  background-size: cover;
  display: block;
  position: absolute;
  top: 50%;
  left: -1.25em;
  transform: translate3d(100%, -50%, 0) scale(3);
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  pointer-events: none;
  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: salmon;
  margin-bottom: 0;
  border: none;
}
#main-nav ul li.active ul li a:hover:before,
#main-nav ul ul li a:hover:before,
#main-nav ul ul li a.active:before {
  transform: translate3d(0, -50%, 0) scale(1);
  opacity: 1;
  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;
}
@media only screen and (min-width: 64em) {
  /* main-nav */
}
/* ==================================================================
	header
=================================================================== */
#hd {
  text-align: center;
  color: #fff;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 64em) {
  #hd {
    text-align: right;
    background-color: #69b946;
    background-image: -moz-linear-gradient(left, #69b946 0%, #1f550f 100%);
    background-image: -webkit-linear-gradient(left, #69b946 0%, #1f550f 100%);
    background-image: linear-gradient(to right, #69b946 0%, #1f550f 100%);
    z-index: 3000;
    /* maxTab 1024w */
  }
}
@media only screen and (max-width: 63.9375em) {
  #hd .mod {
    padding: 0.5em 0;
    background-color: #69b946;
    background-image: -moz-linear-gradient(left, #69b946 0%, #1f550f 100%);
    background-image: -webkit-linear-gradient(left, #69b946 0%, #1f550f 100%);
    background-image: linear-gradient(to right, #69b946 0%, #1f550f 100%);
    /* midTab 1024oo */
  }
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  font-size: 0.6em;
  width: 13.55em;
  margin: 0.5em auto 1em 2%;
  display: block;
  position: relative;
}
@media only screen and (min-width: 64em) {
  #logo {
    font-size: inherit;
    margin: 0;
    position: absolute;
    top: 2.35em;
    left: 2px;
    /* maxTab 1024w */
  }
}
#logo a {
  display: inline-block;
  vertical-align: top;
}
#logo svg {
  width: 13.55em;
  height: 3.8em;
}
/* ===============================================
	contact info
=============================================== */
.contactinfo {
  text-align: center;
  width: auto;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.contactinfo .reviews {
  letter-spacing: 0.1em;
  line-height: 2.5;
  font-size: 0.6em;
  text-transform: uppercase;
  width: auto;
  display: inline-block;
  vertical-align: top;
}
.contactinfo .address {
  letter-spacing: 0.1em;
  line-height: 2.5;
  font-size: 0.6em;
  text-transform: uppercase;
  width: auto;
  display: inline-block;
  vertical-align: top;
}
.contactinfo .phone {
  line-height: 2.5;
  font-size: 0.8em;
  text-align: center;
  color: #fff;
  width: 10.375em;
  height: 2.375em;
  border-radius: 1.1875em;
  background-color: #a13045;
  background-image: -moz-linear-gradient(-10deg, rgba(102, 30, 47, 0) 0%, #661e2f 100%);
  background-image: -webkit-linear-gradient(-10deg, rgba(102, 30, 47, 0) 0%, #661e2f 100%);
  background-image: linear-gradient(170deg, rgba(102, 30, 47, 0) 0%, #661e2f 100%);
  display: block;
  position: absolute;
}
@media only screen and (max-width: 63.9375em) {
  .contactinfo .phone {
    top: 0.65em;
    right: 50px;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 64em) {
  .contactinfo .phone {
    top: 4.0625em;
    right: 0;
    /* midTab 1024w */
  }
}
.contactinfo a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}
.contactinfo a:hover {
  color: #fb9481;
}
/* ===============================================
	utility-nav
=============================================== */
#utilitynav {
  line-height: 0;
  width: auto;
  margin: 0 0.65em 0  0.65em;
  padding: 0 0.65em 0 0.65em;
  border-left: 1px solid #69b946;
  border-right: 1px solid #69b946;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 400;
}
#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 {
  line-height: 2.5;
  font-size: 0.6em;
  text-align: center;
  font-weight: 700;
  color: salmon;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  transform: translate3d(0, 0, 0);
  transition: color 0.33s ease-in-out, -webkit-filter 0.33s ease-in-out, filter 0.33s ease-in-out;
}
#utilitynav a[class]:hover {
  color: salmon;
  transform: translate3d(0, 0, 0);
  -webkit-filter: brightness(1.23) invert(0);
  filter: brightness(1.23) invert(0);
}
#utilitynav a.appointmentrequest {
  width: 14.08333333em;
}
#utilitynav a.patient-login:before {
  content: '';
  width: 1.5em;
  height: 2.5em;
  margin-right: 0.75em;
  display: inline-block;
  vertical-align: top;
  background-image: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' width='18' height='30' viewBox='0 0 18 30'><path d='M16.65 16.601h-.45v-2.118c0-1.177-.845-2.251-2.016-2.37a2.252 2.252 0 0 0-2.484 2.238v2.25h-.45c-.742 0-1.35.607-1.35 1.35v3.6c0 .742.607 1.351 1.35 1.351h5.4c.742 0 1.35-.608 1.35-1.351v-3.6c0-.743-.607-1.35-1.35-1.35zm-2.7 4.049c-.495 0-.9-.405-.9-.9s.405-.899.9-.899.899.404.899.899-.404.9-.899.9zm.9-4.049h-1.8v-2.25c0-.496.405-.9.9-.9s.899.404.899.9v2.25zM6.3 15.7a3.6 3.6 0 1 0 .001-7.201A3.6 3.6 0 0 0 6.3 15.7zM9 17.95c0-.244.049-.475.121-.695a4.913 4.913 0 0 0-1.395-.205H4.874A4.877 4.877 0 0 0 0 21.927c0 .537.437.973.975.973H9.46A2.246 2.246 0 0 1 9 21.55v-3.6z' fill='salmon'/></svg>");
  background-repeat: no-repeat;
  background-size: cover;
}

/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  font-size: 2vw;
  text-align: center;
  color: #fff;
  background: #fff;
  min-height: 55vw;
  position: relative;
  z-index: 400;
}
@media only screen and (max-width: 63.9375em) {
  #slideshow {
    margin-top: 85px;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 64em) {
  #slideshow {
    font-size: inherit;
    width: 100%;
    top: 0;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 64em) and (max-width: 81.1875em) {
  #slideshow {
    margin-top: 44px;
    /* range 1024w - 1300oo */
  }
}
@media only screen and (min-width: 81.25em) {
  #slideshow {
    margin-top: 113px;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 125em) {
  #slideshow {
    font-size: 1vw;
    /* custom 2000w */
  }
}
#slideshow .welcomevid {
  width:100%;
  vertical-align: top;
}
@media only screen and (max-width: 47.9375em) {
  #slideshow .welcomevid {
    width: 120%;
    /* margin: 0 0 0 -10%; */
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 48em) {
  #slideshow .welcomevid {
    width: 85%;
    margin: 0 0 0 auto;
    /* midTab 768w */
    right: 0;
    bottom: 0;
    position: absolute;
  }

video#welcomevid {}
}
@media only screen and (min-width: 81.25em) and (max-width: 124.9375em) {
  #slideshow .welcomevid {
    width: 1800px;
    margin: 0 0 0 60vw;
    transform: translate3d(-50%, 0, 0);
    /* range 1300w - 1999oo */
    position: relative;
  }
}
#slideshow .ol {
  font-size: 1vw;
  width: auto;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 410;
  transform: translate3d(-50%, 0, 0);
  pointer-events: none;
}
#slideshow .ssoverlay {
  text-align: left;
  display: block;
  position: absolute;
  z-index: 420;
}
@media only screen and (max-width: 41.5625em) {
  #slideshow .ssoverlay {
    left: 5%;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    /* custom 666oo */
  }
}
@media only screen and (min-width: 41.625em) and (max-width: 81.1875em) {
  #slideshow .ssoverlay {
    font-size: 1.5vw;
    left: 5%;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    /* range 666w - 1300oo */
  }
}
@media only screen and (min-width: 81.25em) {
  #slideshow .ssoverlay {
    margin-left: -32.15em;
    position: absolute;
    bottom: 30.4em;
    left: 50%;
    /* desk 1300w */
  }
}
#slideshow .ssoverlay .slogan {
  line-height: 0.975;
  font-size: 4em;
  font-weight: 700;
  color: #fb9481;
}
@media only screen and (max-width: 41.5625em) {
  #slideshow .ssoverlay .slogan {
    margin-bottom: 0.35em;
    /*margin-bottom: 40vw;*/
    /* custom 666oo */
  }
}
@media only screen and (min-width: 41.625em) {
  #slideshow .ssoverlay .slogan {
    margin-bottom: 0.35em;
    /* custom 666w */
  }
}
#slideshow .ssoverlay .slogan .trait {
  color: #661d2e;
  display: block;
}
#slideshow .ssoverlay .text-part-two {
  line-height: 0.975;
  font-size: 1.7em;
  font-weight: 700;
  color: #782335;
}

@media only screen and (min-width: 41.625em) {
  #slideshow .ssoverlay .text-part-two {
    margin-bottom: 0.35em;
    /* custom 666w */
  }
}

#slideshow .ssoverlay .spotbtn {
  letter-spacing: 0.05em;
  line-height: 2.92307692;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  width: 16.53846154em;
  height: 2.92307692em;
  border-radius: 1.46153846em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background-color: #69b946;
  background-image: -moz-linear-gradient(-10deg, rgba(31, 85, 15, 0) 0%, #1f550f 100%);
  background-image: -webkit-linear-gradient(-10deg, rgba(31, 85, 15, 0) 0%, #1f550f 100%);
  background-image: linear-gradient(170deg, rgba(31, 85, 15, 0) 0%, #1f550f 100%);
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
@media only screen and (max-width: 47.9375em) {
  #slideshow .ssoverlay .spotbtn {
    font-size: 1.3em;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 48em) {
  #slideshow .ssoverlay .spotbtn {
    font-size: 0.65em;
    /* midTab 768w */
  }
}
#slideshow .ssoverlay .spotbtn:hover {
  background-color: #1f550f;
  transform: translate3d(0, 0, 0) scale(1.23);
}
#slideshow .ssoverlay .spotbtn:hover:before {
  animation: omni-1 0.57s forwards;
}
#slideshow .ssoverlay .spotbtn:hover:after {
  animation: omni-2 0.57s forwards;
  animation-delay: 0.125s;
}
#slideshow .ssoverlay .spotbtn:before,
#slideshow .ssoverlay .spotbtn:after {
  line-height: 1;
  font-size: 3em;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  color: #69b946;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
#slideshow .ssoverlay .spotbtn:before {
  content: '\f762';
  top: 0;
  left: 55%;
}
#slideshow .ssoverlay .spotbtn:after {
  content: '\f890';
  right: 55%;
  bottom: 0;
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
}
.spotlight > div {
  position: relative;
}
/* ===============================================
	spot01
=============================================== */
.spot01 {
  color: #2b2b2b;
  background-color: #fff;
}
@media only screen and (max-width: 41.5625em) {
  .spot01 {
    padding: 3em 0;
    /* custom opt-out 665oo */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot01 {
    font-size: min(1.4vw, 1em);
    padding: 1.25em 0 4.6em;
    /* custom 666w */
  }
}
@media only screen and (min-width: 81.25em) {
  .spot01 {
    font-size: inherit;
    /* desk 1300w */
  }
}
.spot01 .decoration {
  width: 80%;
  max-width: 22em;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
@media only screen and (max-width: 41.5625em) {
  .spot01 .decoration {
    margin: 0 0 1em;
    /* custom opt-out 666oo */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot01 .decoration {
    margin: 0 10.1em 0 0;
    /* custom 666w */
  }
}
.spot01 .decoration img {
  width: 100%;
  border-radius: 50%;
  display: block;
  position: relative;
  z-index: 1;
}
.spot01 .decoration .ol {
  width: 100%;
  max-width: 22em;
  height: 100%;
  max-height: 22em;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.spot01 .mod {
  text-align: left;
  width: 96%;
  max-width: 17em;
  padding: 2em 0;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 48em) {
  .spot01 .mod {
    padding: 0;
    /* midTab 768w */
  }
}
.spot01 div.topic {
  letter-spacing: 0.2em;
  line-height: 1.625;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 300;
  color: #f47c65;
}
@media only screen and (max-width: 47.9375em) {
  .spot01 div.topic {
    text-align: center;
    /* midTab 768oo */
  }
}
.spot01 h2.topic {
  line-height: 1.14285714;
  font-size: 1.75em;
  font-weight: 700;
  color: #661d2e;
  margin-bottom: 0.51428571em;
  display: block;
}
@media only screen and (max-width: 47.9375em) {
  .spot01 h2.topic {
    text-align: center;
    /* midTab 768oo */
  }
}
.spot01 .spotlink {
  color: #2b2b2b;
  white-space: nowrap;
  padding: 0.45em 0;
  display: block;
  position: relative;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
  transform-origin: 50% 50%;
}
@media only screen and (max-width: 47.9375em) {
  .spot01 .spotlink {
    font-size: min(3.75vw, 1em);
    /* midTab 768oo */
  }
}
.spot01 .spotlink:nth-of-type(1) svg path {
  /* fill:#f00; */
}
.spot01 .spotlink:nth-of-type(2) svg path {
  fill: #661d2e;
}
.spot01 .spotlink:nth-of-type(3) svg path {
  fill: #1f550f;
}
.spot01 .spotlink:nth-of-type(4) svg path {
  fill: #69b946;
}
.spot01 .spotlink:nth-of-type(n):hover {
  color: #c85252;
  transform: translate3d(0, 0, 0) scale(1.1);
}
.spot01 .spotlink:nth-of-type(n):hover:before {
  animation: omni-1 0.57s forwards;
}
.spot01 .spotlink:nth-of-type(n):hover:after {
  animation: omni-2 0.57s forwards;
  animation-delay: 0.125s;
}
.spot01 .spotlink:nth-of-type(n):hover svg {
  transform: translate3d(0, 0, 0) scale(1.23) rotate(90deg);
}
.spot01 .spotlink:nth-of-type(n):hover svg path {
  fill: #c85252;
}
.spot01 .spotlink:before,
.spot01 .spotlink:after {
  line-height: 1;
  font-size: 2em;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  color: #c85252;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.spot01 .spotlink:before {
  content: '\f762';
  top: 0;
}
.spot01 .spotlink:after {
  content: '\f890';
  bottom: 0;
}
.spot01 .spotlink svg {
  margin-right: 0.6em;
  display: inline-block;
  vertical-align: middle;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
.spot01 .spotlink svg path {
  transition: fill 0.33s ease-in-out;
}
.spot01 .spotlink .cta {
  line-height: 2.07343413;
  font-size: 1.1575em;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
}
/* ===============================================
	spot02
=============================================== */
.spot02 {
  text-align: center;
  color: #2b2b2b;
  margin: 0;
  padding: 0;
  background-color: #fb9481;
  background-image: -moz-linear-gradient(top, #fb9481 0%, #f28879 100%);
  background-image: -webkit-linear-gradient(top, #fb9481 0%, #f28879 100%);
  background-image: linear-gradient(to bottom, #fb9481 0%, #f28879 100%);
  position: relative;
  z-index: 410;
}
@media only screen and (max-width: 29.9375em) {
  .spot02 {
    font-size: 4vw;
    /* mintab opt-out 480oo */
  }
}
@media only screen and (min-width: 30em) {
  .spot02 {
    font-size: min(2.5vw, 1em);
    /* mintab 480w */
  }
}
@media only screen and (min-width: 64em) {
  .spot02 {
    font-size: inherit;
    /* midTab 1024w */
  }
}
@media only screen and (max-width: 61.1875em) {
  .spot02 .info {
    width: 100%;
    margin: 0 0 1em;
    display: block;
    /* custom 979oo */
  }
}
@media only screen and (min-width: 61.25em) {
  .spot02 .info {
    text-align: right;
    width: auto;
    margin-right: 1.5em;
    display: inline-block;
    vertical-align: middle;
    /* custom 980w */
  }
}
.spot02 h2.topic {
  line-height: 1.05714286;
  font-size: 1.75em;
  color: #e96a53;
}
.spot02 h2.topic .trait {
  color: #661d2e;
}
@media only screen and (max-width: 47.9375em) {
  .spot02 h2.topic .trait {
    /* midTab 768oo */
  }
  .spot02 h2.topic .trait br {
    display: none;
  }
}
.spot02 .voluble {
  line-height: 1.38461538;
  font-size: 0.65em;
  font-weight: 300;
  color: #2b2b2b;
  width: 17.15384615em;
  margin-top: 1.15384615em;
}
@media only screen and (max-width: 81.1875em) {
  .spot02 .voluble {
    display: none;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 81.25em) {
  .spot02 .voluble {
    display: block;
    /* desk 1300w */
  }
}
.spot02 .mod {
  width: 96%;
  max-width: 50em;
  border-radius: 1.5em;
  padding: 1.825em 0;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 1.2em rgba(0, 0, 0, 0.2);
  display: block;
  position: relative;
  z-index: 420;
}
.spot02 a {
  color: #69b946;
  width: 16.5em;
  border-radius: 0.75em;
  padding: 0;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out;
}
@media only screen and (max-width: 47.9375em) {
  .spot02 a {
    margin: 2%;
    /* midTab opt-out 768oo */
  }
}
@media only screen and (min-width: 48em) {
  .spot02 a {
    margin: 0 0.5em;
    /* midTab 768w */
  }
}
.spot02 a:hover {
  transform: scale(1.05);
  border-color: #e96a53;
}
@media only screen and (min-width: 48em) {
  .spot02 a:hover {
    background-color: #fb9481;
    /* midTab 768w */
  }
  .spot02 a:hover .decoration {
    -webkit-filter: grayscale(1);
    filter: grayscale(100%);
    opacity: 0.5;
    transform: translate3d(0, 0, 0);
    transition-duration: 0.66s;
  }
}
.spot02 a:hover h2.topic {
  color: #fb9481;
  transition: color 0.33s ease-in-out, transform 0.33s ease-in-out;
}
@media only screen and (min-width: 48em) {
  .spot02 a:hover h2.topic {
    border-top-color: #e96a53;
    /* midTab 768w */
  }
}
.spot02 a:hover h2.topic .trait {
  color: #fb9481;
}
.spot02 a .decoration {
  width: 100%;
  margin: 0;
  transition: -webkit-filter 0.33s ease-in-out, filter 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
@media only screen and (max-width: 47.9375em) {
  .spot02 a .decoration {
    display: none;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 48em) {
  .spot02 a .decoration {
    display: block;
    /* midTab 768w */
  }
}
.spot02 a h2.topic {
  line-height: 1.33333333;
  font-size: 0.75em;
  font-weight: 400;
  color: #1f550f;
  background-color: #ffffff;
  padding: 1.46666667em 0;
  display: block;
  transition: color 0.33s ease-in-out, border-top-color 0.33s ease-in-out;
}
@media only screen and (min-width: 48em) {
  .spot02 a h2.topic {
    border-top: 1px solid #dddddd;
    /* midTab 768w */
  }
}
.spot02 a h2.topic .trait {
  line-height: 1;
  font-size: 2.33333333em;
  font-weight: 800;
  text-transform: uppercase;
  color: #69b946;
  display: block;
  transition: color 0.33s ease-in-out;
}
.spot02 .bg {
  width: 100em;
  height: 0.5em;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate3d(-50%, 0, 0);
  pointer-events: none;
}
@media only screen and (min-width: 125em) {
  .spot02 .bg {
    font-size: 1vw;
    /* custom 2000w */
  }
}
/* ===============================================
	spot03
=============================================== */
.spot03 {
  text-align: center;
  color: #fff;
  padding: 3em 0 5em;
  margin: 0;
  background-color: #f28879;
  background-image: -moz-linear-gradient(top, #f28879 0%, #c85252 100%);
  background-image: -webkit-linear-gradient(top, #f28879 0%, #c85252 100%);
  background-image: linear-gradient(to bottom, #f28879 0%, #c85252 100%);
  position: relative;
  z-index: 410;
}
@media only screen and (max-width: 29.9375em) {
  .spot03 {
    font-size: 3.2vw;
    /* mintab opt-out 480oo */
  }
}
@media only screen and (min-width: 30em) {
  .spot03 {
    font-size: 2.4vw;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 61.25em) {
  .spot03 {
    font-size: inherit;
    padding: 3.4em 0 7.22em;
    /* custom opt-out 979oo */
  }
}
.spot03 div.topic {
  letter-spacing: 0.2em;
  line-height: 1.6875;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #661d2e;
  width: 96%;
  max-width: 62.5em;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media only screen and (min-width: 61.25em) {
  .spot03 div.topic {
    text-align: left;
    /* custom 980w */
  }
}
.spot03 h2.topic {
  line-height: 1.14285714;
  font-size: 1.75em;
  font-weight: 700;
  color: #fff;
  width: 96%;
  max-width: 28.57142857em;
  margin: 0 auto 1.62857143em;
  display: block;
}
@media only screen and (min-width: 61.25em) {
  .spot03 h2.topic {
    text-align: left;
    /* custom 980w */
  }
}
.spot03 .mod {
  width: 96%;
  max-width: 50em;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 47.9375em) {
  .spot03 .mod {
    font-size: min(5vw, 20px);
    display: block;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 48em) {
  .spot03 .mod {
    display: flex;
    justify-content: space-between;
    /* midTab 768w */
  }
}
.spot03 .mod p {
  text-align: left;
}
@media only screen and (max-width: 47.9375em) {
  .spot03 .mod p {
    width: 100%;
    max-width: 14.65em;
    padding-top: 1.58em;
    margin-left: auto;
    margin-right: auto;
    display: block;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 48em) {
  .spot03 .mod p {
    text-align: left;
    width: 30%;
    max-width: 14.65em;
    display: inline-block;
    vertical-align: top;
    /* midTab 768w */
  }
}
.spot03 strong.topic {
  line-height: 1.3125;
  font-size: 0.8em;
  padding-left: 3.9375em;
  display: block;
  position: relative;
}
.spot03 strong.topic:before,
.spot03 strong.topic:after {
  display: block;
  position: absolute;
  left: 0;
}
.spot03 strong.topic:before {
  content: '';
  width: 3.75em;
  height: 3.5625em;
  background: url(../images/star.svg) no-repeat center center;
  background-size: cover;
  top: -0.475em;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  /*opacity: 0.6;*/
}

.spot03 .first strong.topic:before {
background-image: url(../images/spotlight/spot03dec01.png);
}
.spot03 .second strong.topic:before {
background-image: url(../images/spotlight/spot03dec02.png);
}
.spot03 .third strong.topic:before {
background-image: url(../images/spotlight/spot03dec03.png);
}
.spot03 strong.topic:after {
  /*content: '\f5c9';*/
  /*line-height: 2.36842105;*/
  /*font-size: 0.95em;*/
  /*font-family: 'Font Awesome 6 Pro';*/
  /*text-align: center;*/
  /*font-weight: 900;*/
  /*color: #661d2e;*/
  /*-webkit-font-smoothing: antialiased;*/
  /*-moz-osx-font-smoothing: grayscale;*/
  /*width: 4.10526316em;*/
  /*height: 1.89473684em;*/
  /*top: 0;*/
}
.spot03 .voluble {
  line-height: 1.84615385;
  font-size: 0.65em;
  display: block;
}
@media only screen and (max-width: 47.9375em) {
  .spot03 .voluble {
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 48em) {
  .spot03 .voluble {
    text-align: justify;
    /* midTab 768w */
  }
}
.spot03 .voluble:before {
  content: '';
  width: 100%;
  height: 2px;
  margin: 0.92307692em 0;
  background-color: #ffffff;
  display: block;
  opacity: 0.5;
}
.spot03 .voluble a {
  color: #fff;
  text-decoration: underline;
}
.spot03 .voluble a:hover {
  color: #661d2e;
}
.spot03 .bg {
  width: 100em;
  height: 0.5em;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate3d(-50%, 0, 0);
  pointer-events: none;
}
@media only screen and (min-width: 125em) {
  .spot03 .bg {
    font-size: 1vw;
    /* custom 2000w */
  }
}
/* ===============================================
	spot04
=============================================== */
.spot04 {
  color: #fff;
  background-color: #8a273e;
  background-image: -moz-linear-gradient(top, #8a273e 0%, #6a1f31 100%);
  background-image: -webkit-linear-gradient(top, #8a273e 0%, #6a1f31 100%);
  background-image: linear-gradient(to bottom, #8a273e 0%, #6a1f31 100%);
}
@media only screen and (max-width: 41.5625em) {
  .spot04 {
    padding: 3em 0;
    /* custom opt-out 665oo */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot04 {
    font-size: min(1.4vw, 1em);
    padding: 4.85em 0 6.25em;
    direction: rtl;
    /* custom 666w */
  }
}
@media only screen and (min-width: 81.25em) {
  .spot04 {
    font-size: inherit;
    /* desk 1300w */
  }
}
.spot04 .decoration {
  width: 80%;
  max-width: 22em;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
@media only screen and (max-width: 41.5625em) {
  .spot04 .decoration {
    margin: 0;
    /* custom opt-out 666oo */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot04 .decoration {
    margin: 0 0 0 8em;
    /* custom 666w */
  }
}
.spot04 .decoration img {
  width: 100%;
  border-radius: 50%;
  display: block;
  position: relative;
  z-index: 1;
}
.spot04 .decoration .ol {
  width: 100%;
  max-width: 22em;
  height: 100%;
  max-height: 22em;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.spot04 .mod {
  width: 96%;
  max-width: 26.5em;
  padding: 2em 0;
  display: inline-block;
  vertical-align: middle;
  direction: ltr;
}
@media only screen and (min-width: 41.625em) {
  .spot04 .mod {
    width: auto;
    text-align: left;
    padding: 0;
    /* custom 666w */
  }
}
.spot04 h2.topic {
  letter-spacing: 0.2em;
  line-height: 1.625;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 300;
  color: #fb9481;
  display: block;
}
.spot04 div.topic {
  line-height: 1.14285714;
  font-size: 1.75em;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.31428571em;
  display: block;
}
.spot04 .info {
  line-height: 1.76470588;
  font-size: 0.85em;
  margin-bottom: 1.47058824em;
}
@media only screen and (max-width: 81.1875em) {
  .spot04 .info {
    display: none;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 81.25em) {
  .spot04 .info {
    display: block;
    /* desk 1300w */
  }
}
.spot04 .spotbtn {
  letter-spacing: 0.05em;
  line-height: 2.92307692;
  font-size: 0.65em;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  width: 10.76923077em;
  height: 2.92307692em;
  border-radius: 1.46153846em;
  background-color: #fb9481;
  background-image: -moz-linear-gradient(top, rgba(233, 106, 83, 0) 0%, #e96a53 100%);
  background-image: -webkit-linear-gradient(top, rgba(233, 106, 83, 0) 0%, #e96a53 100%);
  background-image: linear-gradient(to bottom, rgba(233, 106, 83, 0) 0%, #e96a53 100%);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: transform 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
.spot04 .spotbtn:before,
.spot04 .spotbtn:after {
  line-height: 1;
  font-size: 3.9em;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  color: #e96a53;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.spot04 .spotbtn:before {
  content: '\f762';
  top: 0;
  right: 47%;
}
.spot04 .spotbtn:after {
  content: '\f890';
  bottom: 0;
  left: 47%;
}
.spot04 .spotbtn:hover {
  color: #fff;
  background-color: #e96a53;
  transform: translate3d(0, 0, 0) scale(1.23);
}
.spot04 .spotbtn:hover:before {
  animation: omni-1 0.57s forwards;
}
.spot04 .spotbtn:hover:after {
  animation: omni-2 0.57s forwards;
  animation-delay: 0.25s;
}
.spot04 .bg {
  width: 100em;
  height: 0.5em;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate3d(-50%, 0, 0);
  pointer-events: none;
}
@media only screen and (min-width: 125em) {
  .spot04 .bg {
    font-size: 1vw;
    /* custom 2000w */
  }
}
/* ===============================================
	spot05
=============================================== */
.spot05 {
  color: #2b2b2b;
  padding: 3em 0;
  background-color: #fff;
}
@media only screen and (min-width: 41.625em) {
  .spot05 {
    font-size: min(1.7vw, 1em);
    padding: 5em 0;
    /* custom 666w */
  }
}
@media only screen and (min-width: 81.25em) {
  .spot05 {
    font-size: inherit;
    /* desk 1300w */
  }
}
.spot05 .decoration {
  width: 80%;
  max-width: 22em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
}
@media only screen and (max-width: 41.5625em) {
  .spot05 .decoration {
    margin: 0;
    /* custom opt-out 666oo */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot05 .decoration {
    margin: 0 9.25em 0 -6em;
    /* custom 666w */
  }
}
.spot05 .decoration img {
  width: 100%;
  border-radius: 50%;
  display: block;
  position: relative;
  z-index: 1;
}
.spot05 .decoration .ol {
  width: 100%;
  max-width: 22em;
  height: 100%;
  max-height: 22em;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.spot05 .mod {
  text-align: left;
  width: 96%;
  max-width: 25em;
  padding: 2em 0;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 48em) {
  .spot05 .mod {
    text-align: left;
    padding: 1em 0 0;
    /* midTab 768w */
  }
}
.spot05 div.topic {
  letter-spacing: 0.2em;
  line-height: 1.625;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 300;
  color: #f47c65;
  display: block;
}
.spot05 h2.topic {
  line-height: 1.14285714;
  font-size: 1.75em;
  font-weight: 700;
  color: #661d2e;
  margin-bottom: 0.32857143em;
  display: block;
}
.spot05 .info {
  line-height: 1.76470588;
  font-size: 0.85em;
  margin-bottom: 1.58823529em;
  display: block;
}
.spot05 .info a {
  color: #fb9481;
  transition: color 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
.spot05 .info a:hover {
  color: #69b946;
  text-decoration: underline;
}
.spot05 .info ol,
.spot05 .info ul {
  text-align: left;
  display: inline-block;
}
.spot05 .spotbtn {
  letter-spacing: 0.05em;
  line-height: 2.92307692;
  font-size: 0.65em;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  width: 16em;
  height: 2.92307692em;
  border-radius: 1.46153846em;
  background-color: #fb9481;
  background-image: -moz-linear-gradient(top, rgba(233, 106, 83, 0) 0%, #e96a53 100%);
  background-image: -webkit-linear-gradient(top, rgba(233, 106, 83, 0) 0%, #e96a53 100%);
  background-image: linear-gradient(to bottom, rgba(233, 106, 83, 0) 0%, #e96a53 100%);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: transform 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
.spot05 .spotbtn:before,
.spot05 .spotbtn:after {
  line-height: 1;
  font-size: 3.9em;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  color: #e96a53;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.spot05 .spotbtn:before {
  content: '\f762';
  top: 0;
  right: 47%;
}
.spot05 .spotbtn:after {
  content: '\f890';
  bottom: 0;
  left: 47%;
}
.spot05 .spotbtn:hover {
  color: #fff;
  background-color: #e96a53;
  transform: translate3d(0, 0, 0) scale(1.23);
}
.spot05 .spotbtn:hover:before {
  animation: omni-1 0.57s forwards;
}
.spot05 .spotbtn:hover:after {
  animation: omni-2 0.57s forwards;
  animation-delay: 0.25s;
}
/* ===============================================
	spot06
=============================================== */
.spot06 {
  text-align: center;
  color: #2b2b2b;
  padding: 1em 0 0;
  margin: 0;
  background: #fff;
  position: relative;
  z-index: 410;
}
@media only screen and (max-width: 41.5625em) {
  .spot06 {
    font-size: min(5vw, 20px);
    /* custom 666oo */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot06 {
    font-size: inherit;
    /* custom 666w */
  }
}
.spot06:after {
  content: '';
  width: 99.85em;
  height: 106.35em;
  border-radius: 50%;
  margin-right: 32.25em;
  background-color: #f3f9f0;
  display: block;
  position: absolute;
  right: 50%;
  bottom: -30.35em;
  z-index: 1;
  transform: translate3d(0, 0, 0) rotate(-40deg);
  transform-origin: 50% 50%;
  pointer-events: none;
}
.spot06 div.topic {
  letter-spacing: 0.04em;
  line-height: 1;
  font-size: 1.75em;
  font-weight: 700;
  color: #661d2e;
  margin-bottom: 0.4em;
  display: block;
}
.spot06 a:hover h2.topic {
  color: #69b946;
  transform: translate3d(0, 0, 0) scaleX(1.05);
}
.spot06 a:hover h2.topic:before {
  animation: omni-1 0.57s forwards;
}
.spot06 a:hover h2.topic:after {
  animation: omni-2 0.57s forwards;
  animation-delay: 0.125s;
}
.spot06 a h2.topic {
  letter-spacing: 0.2em;
  line-height: 1.25;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 300;
  color: #f47c65;
  margin-bottom: 2.625em;
  display: block;
  position: relative;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
}
.spot06 a h2.topic:before,
.spot06 a h2.topic:after {
  line-height: 1;
  font-size: 2.4em;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  color: #69b946;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  opacity: 0;
}
.spot06 a h2.topic:before {
  content: '\f762';
  top: 0;
  right: 50%;
}
.spot06 a h2.topic:after {
  content: '\f890';
  bottom: 0;
  left: 50%;
}
.spot06 .cycle-slideshow {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 47.9375em) {
  .spot06 .cycle-slideshow {
    width: 142%;
    margin: 0 -14%;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 48em) {
  .spot06 .cycle-slideshow {
    /* midTab 768w */
  }
}
.spot06 .cycle-slideshow img {
  width: 100%;
  max-width: none;
}
/* ==================================================================
	subnav || aka subnav-outer || aka ipSub
=================================================================== */
/* TOP ORIENTED */
#subnav {
  text-align: center;
  color: #fff;
  padding: 7.75em 0 3.5em;
  background-color: #fb9481;
  background-image: -moz-linear-gradient(top, rgba(200, 82, 82, 0) 0%, #c85252 66%, #c85252 100%);
  background-image: -webkit-linear-gradient(top, rgba(200, 82, 82, 0) 0%, #c85252 66%, #c85252 100%);
  background-image: linear-gradient(to bottom, rgba(200, 82, 82, 0) 0%, #c85252 66%, #c85252 100%);
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 64em) {
  #subnav {
    padding-top: 10em;
    /* midTab 1024w */
  }
}
#subnav nav {
  width: 96%;
  max-width: 45em;
  margin-left: auto;
  margin-right: auto;
  display: block;
  z-index: 420;
}
#subnav p {
  line-height: 1.2;
  font-size: 0.75em;
  margin: 0;
  padding: 0;
}
#subnav a {
  font-family: 'Montserrat', 'Trebuchet MS', Helvetica, sans-serif;
  font-weight: 500;
  color: #fff;
  margin: 0.2em 0.8em;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
@media only screen and (min-width: 64em) {
  #subnav a {
    margin: 0;
    /* maxTab 1024w */
  }
}
#subnav a:hover,
#subnav a.active {
  color: #661d2e;
  text-decoration: none;
}
#subnav .divider {
  width: 0.8em;
  height: 0.75333333em;
  -webkit-filter: brightness(1.44);
  filter: brightness(1.44);
  display: none;
}
@media only screen and (min-width: 64em) {
  #subnav .divider {
    margin: 0 0.75em;
    display: inline-block;
    vertical-align: middle;
    /* maxTab 1024w */
  }
}
#subnav .ol {
  font-size: 1vw;
  width: 100em;
  height: 0.5em;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  transform: translate3d(-50%, 0, 0);
  pointer-events: none;
}
@media only screen and (min-width: 81.25em) and (max-width: 124.9375em) {
  #subnav .ol {
    font-size: 20px;
    /* range 1300w - 1999oo */
  }
}
/* ==================================================================
	content || aka .interior-content
=================================================================== */
#bd {
  padding: 3em 0;
  background: #fff;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 48em) {
  #bd {
    padding: 5em 0 6em;
    /* midTab 780w */
  }
}
#bd .container {
  max-width: 57em;
}
#content {
  display: block;
}
@media only screen and (min-width: 48em) {
  #content {
    max-width: 30.2em;
    width: 52.98245614%;
    float: left;
    /* midTab 780w */
  }
  #content p {
    text-align: justify;
  }
}
#content .content-text {
  line-height: 1.76470588;
}
@media only screen and (min-width: 81.25em) {
  #content .content-text {
    font-size: 0.85em;
    /* desk 1300w */
  }
}
/* ==================================================================
	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: 41.5625em) {
  .mediaslider .cycle-slideshow .cycle-slide {
    padding: 0 5%;
    /* custom 666oo */
  }
}
.mediaslider .cycle-slideshow > div {
  font-size: 2.8em;
  color: #fb9481;
  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;
}
/* office tour */
.office-tour #content .otvid {
  width: 80%;
  max-width: 30em;
  margin: 0 auto;
  background-color: #666666;
  display: block;
}
/* comment line below if patient-login is live and legit */
/* meet the team */
.meet-the-team #content .content-text {
  text-align: center;
}
.meet-the-team #content .content-text h2,
.meet-the-team #content .content-text h3 {
  text-align: center;
  width: 100%;
  margin: 0.5em 0;
  display: block;
}
@media only screen and (max-width: 47.9375em) {
  .meet-the-team #content .content-text h2 {
    font-size: 6vw;
    /* midTab 768oo */
  }
}
@media only screen and (max-width: 47.9375em) {
  .meet-the-team #content .content-text h3 {
    font-size: 3.5vw;
    /* midTab 768oo */
  }
}
.meet-the-team #content .profile {
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background-color: #69b946;
}
@media only screen and (max-width: 47.9375em) {
  .meet-the-team #content .profile {
    width: 44vw;
    height: 44vw;
    margin-bottom: 2em;
    margin: min(1.5%, 2em);
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 48em) {
  .meet-the-team #content .profile {
    width: 30%;
    max-width: 17em;
    height: 30vw;
    max-height: 17em;
    margin: 2em;
    /* midTab 768w */
  }
}
.meet-the-team #content .profile .info {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  left: 0;
}
/* suresmile */
body[class*="suresmile"] #pro-pack .img-right {
  float: right;
}
/* common treatments */
.before-after-image {
  width: 44%;
  display: inline-block;
  vertical-align: top;
}
.before-after-image img,
.before-after-image span {
  display: block;
}
@media only screen and (min-width: 48em) {
  .before-after-image img,
  .before-after-image span {
    width: 100%;
  }
}
@media only screen and (min-width: 48em) {
  .before-after-box,
  p.before-after-text {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
}
/* preventive-care */
.preventive-care #content ul {
  display: inline-block;
}
/* reduces dimensions of coronavirus tab */
#coronavirus-update {
  font-size: 0.85em;
  padding: 0.5em 1.25em !important;
  left: 0.5em!important;
}
@media only screen and (min-width: 81.25em) {
  #coronavirus-update {
    font-size: 1em;
    /* desk 1300w */
  }
}
/* ==================================================================
	meet the team page classes for individual and full team images 
=================================================================== */
.staff {
  width: 45%;
  max-width: 10em;
  margin: 0 0 1em 1em;
  display: block;
  float: right;
}
.team {
  width: 100%;
  max-width: 1000px;
  margin: 2% auto;
  display: block;
}
/* ==================================================================
	sitemap
=================================================================== */
.sitemap #content .column > ul > li {
  margin-bottom: 1.45em;
}
.sitemap #content ul {
  margin-left: 0px;
  list-style: none;
  margin-bottom: 0;
}
.sitemap #content ul a {
  line-height: 1.52173913;
  font-size: 1.35294118em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #fb9481;
  transition-duration: 0s;
}
.sitemap #content ul ul li a {
  line-height: 1.95;
  font-size: 1.17647059em;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #fb9481;
  margin-left: 0;
  /*to increase space adjust [body.sitemap #bd ul ul li] below*/
}
.sitemap #content a:hover {
  text-decoration: none;
  color: #69b946;
}
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: 18.3em;
  margin: 0 auto 6%;
  display: none;
  padding: 0;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 48em) {
  #sidebar {
    width: 32.10526316%;
    margin: 0 0 1em;
    float: right;
    clear: right;
    display: block;
    /* midTab 768w */
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
}
#hide-stock .ol {
  width: 18.3em;
  height: 18.3em;
  display: block;
  position: absolute;
  top: 0;
  z-index: 2;
}
.stock {
  width: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
/* ===============================================
	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 - */
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0;
  background: #cccccc url(../images/footer/gainesville-orthodontic-location.png) no-repeat center center;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  #ft {
    font-size: 17px;
    /* midTab 768oo */
  }
}
@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: #fb9481;
}
/* ===============================================
		locations || aka ft-location
=============================================== */
#location {
  width: 100%;
  padding: 3em 0;
  display: block;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 48em) {
  #location {
    width: 50%;
    height: 31.45em;
    padding: 5.2em 0 0;
    margin-right: 50%;
    /* midTab 768w */
  }
}
#location:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #69b946;
  background-image: -moz-linear-gradient(-5deg, rgba(31, 85, 15, 0) 0%, #1f550f 100%);
  background-image: -webkit-linear-gradient(-5deg, rgba(31, 85, 15, 0) 0%, #1f550f 100%);
  background-image: linear-gradient(175deg, rgba(31, 85, 15, 0) 0%, #1f550f 100%);
  background-size: 100% 100%;
  background-position: 100% 100%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 47.9375em) {
  #location:after {
    opacity: 0.8;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 48em) {
  #location:after {
    /* midTab 768w */
  }
}
#location .mod {
  text-align: left;
  width: 100%;
  /* display:block; */
}
@media only screen and (max-width: 47.9375em) {
  #location .mod {
    max-width: 18em;
    width: auto;
    display: inline-block;
    vertical-align: top;
    /* midTab opt-out 768oo */
  }
}
@media only screen and (min-width: 48em) {
  #location .mod {
    max-width: 25em;
    margin: 0 0 0 auto;
    display: block;
    /* midTab 768w */
  }
}
#location h2.topic {
  line-height: 1;
  font-size: 1.75em;
  margin-bottom: 1em;
  display: block;
}
@media only screen and (max-width: 47.9375em) {
  #location h2.topic {
    text-align: center;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 48em) {
  #location h2.topic {
    text-align: left;
    /* midTab 768w */
  }
}
#location .phone {
  line-height: 2;
  font-size: 0.75em;
  font-weight: 700;
  padding-left: 3em;
  margin-bottom: 1.86666667em;
  display: block;
  position: relative;
}
#location .phone:before {
  content: '\e11b';
  line-height: 1.5;
  font-size: 1.33333333em;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
}
@media only screen and (max-width: 47.9375em) {
  #location .phone:before {
    margin-left: auto;
    margin-right: auto;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 48em) {
  #location .phone:before {
    position: absolute;
    top: 0;
    left: 0;
    /* midTab 768w */
  }
}
#location .address {
  line-height: 1.23076923;
  font-size: 0.65em;
  margin: 0 0 2.15384615em;
  padding: 0 0 0 3.38461538em;
  display: block;
  position: relative;
}
#location .address:before {
  content: '\f602';
  line-height: 1.6;
  font-size: 1.53846154em;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
}
@media only screen and (max-width: 47.9375em) {
  #location .address:before {
    margin-left: auto;
    margin-right: auto;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 48em) {
  #location .address:before {
    position: absolute;
    top: 0;
    left: 0;
    /* midTab 768w */
  }
}
#location .address .marker {
  line-height: 0;
  width: 3.61538462em;
  height: 4.84615385em;
  margin: 0;
  position: absolute;
  right: -19.4em;
  top: -1.6em;
  z-index: 400;
  transition: transform 0.33s ease-in-out;
  transform-origin: center bottom;
}
@media only screen and (max-width: 47.9375em) {
  #location .address .marker {
    display: none;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 48em) {
  #location .address .marker {
    display: block;
    /* midTab 768w */
  }
}
#location .address:hover .marker {
  transform: scale(2);
}
#location .officehours {
  line-height: 1.92307692;
  font-size: 0.65em;
  padding: 0 0 0 3.38461538em;
  margin-bottom: 1.69230769em;
  display: block;
  position: relative;
}
#location .officehours:before {
  content: '\f017';
  line-height: 1.4;
  font-size: 1.53846154em;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
}
@media only screen and (max-width: 47.9375em) {
  #location .officehours:before {
    margin-left: auto;
    margin-right: auto;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 48em) {
  #location .officehours:before {
    position: absolute;
    top: 0;
    left: 0;
    /* midTab 768w */
  }
}
#location .officehours .days {
  width: 3.46153846em;
  display: inline-block;
  vertical-align: top;
}
#location .officehours .hours {
  width: calc(100% - 3.46153846em );
  display: inline-block;
  vertical-align: top;
}
#location .officehours .caveat {
  line-height: 2.38461538;
  width: 100%;
}
#location .socialmedia {
  line-height: 0;
  width: 100%;
  height: auto;
  padding: 0 0 0 1.9em;
  margin: 0;
  display: block;
  position: relative;
}
#location .socialmedia:before {
  content: '\f4ad';
  line-height: 1.46666667;
  font-size: 1.07142857em;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
}
@media only screen and (max-width: 47.9375em) {
  #location .socialmedia:before {
    margin-left: auto;
    margin-right: auto;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 48em) {
  #location .socialmedia:before {
    position: absolute;
    top: 0;
    left: 0;
    /* midTab 768w */
  }
}
#location .socialmedia a {
  line-height: 2;
  font-size: 0.7em;
  text-align: center;
  height: 2em;
  width: 2em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
}
#location .socialmedia a:hover {
  z-index: 400;
  transform: scale(1.44);
}
#location .socialmedia a .icon {
  position: relative;
}
/* ==================================================================
		#links || aka ft-design-credit
=================================================================== */
#links {
  text-align: center;
  color: #2b2b2b;
  padding: 2em 0;
  margin: 0;
  background-color: #fff;
}
@media only screen and (min-width: 48em) {
  #links {
    height: 8.4em;
    padding: 1.85em 0 0;
    /* midTab 768w  */
  }
}
#links .util {
  line-height: 2.5;
  font-size: 0.6em;
  text-transform: uppercase;
  margin-bottom: 2em;
}
@media only screen and (min-width: 30em) {
  #links .util {
    line-height: 2.5;
    width: 100%;
    margin: 0 0 2.16666667em;
    /* mintab 480w */
  }
}
#links .util a {
  color: #2b2b2b;
  transition: color 0.33s ease-in-out;
}
#links .util a:hover {
  color: #69b946;
}
#links .util a,
#links .util .divider {
  display: inline-block;
}
#links .util .divider {
  margin: 0 0.75em;
}
/* ===============================================
		sesame link
=============================================== */
a#sesame-link .sesameicon {
  width: 2em;
  height: 1.66666667em;
  margin-right: 0.66666667em;
  display: inline-block;
  vertical-align: middle;
}
a#sesame-link .sesameicon path {
  fill: currentcolor;
  transition: fill 0.33s ease-in-out;
}
/* ===============================================
	backToTop
=============================================== */
#btt {
  text-align: center;
  width: 100%;
  margin: 0;
  display: block;
  position: relative;
}
a#backtotop {
  line-height: 2.61538462;
  font-size: 0.65em;
  color: #fff;
  height: 2.30769231em;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out;
}
a#backtotop:before,
a#backtotop:after {
  line-height: 1;
  font-size: 3.9em;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  color: #69b946;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
a#backtotop:before {
  content: '\f762';
  top: 0;
  right: 47%;
}
a#backtotop:after {
  content: '\f890';
  bottom: 0;
  left: 47%;
}
a#backtotop:hover {
  color: #fff;
}
a#backtotop:hover:before {
  animation: omni-1 0.57s forwards;
}
a#backtotop:hover:after {
  animation: omni-2 0.57s forwards;
  animation-delay: 0.25s;
}
a#backtotop:hover svg {
  transform: translate3d(-50%, -40%, 0) scale(1.23) rotate(180deg);
}
a#backtotop:hover svg path {
  fill: #69b946;
}
a#backtotop .icon {
  position: relative;
  z-index: 420;
}
a#backtotop svg {
  width: 3.92307692em;
  height: 3.76923077em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) scale(1);
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
a#backtotop svg path {
  fill: #fb9481;
  transition: fill 0.33s ease-in-out;
}
/*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;
}
/* ===============================================
	success message
=============================================== */
.success {
  text-transform: none;
  font-weight: 400;
  color: #fff;
  width: 100%;
  padding: 1rem;
  float: left;
  background: #fb9481;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-size: small;
  color: #fff;
  height: 38px;
  border-radius: 19px;
  padding: 0 2em;
  background-color: #a13045;
  background-image: -moz-linear-gradient(-10deg, rgba(102, 30, 47, 0) 0%, #661e2f 100%);
  background-image: -webkit-linear-gradient(-10deg, rgba(102, 30, 47, 0) 0%, #661e2f 100%);
  background-image: linear-gradient(170deg, rgba(102, 30, 47, 0) 0%, #661e2f 100%);
  border: 0 solid #fb9481;
  transition: transform 0.33s ease-in-out, 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;
  background-color: #661e2f;
  transform: translate3d(0, 0, 0) scale(1.23);
}
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'] div.img-left {
    float: right;
    margin: 0 0 2.5% 2.5%;
    clear: right;
  }
  body[class*='in-ovation'] .img-right {
    max-width: 40%;
  }
  /*END*/
}
/* ===============================================
Large Tablet Stylings
Supports 64em (1024px) and up
=============================================== */
@media only screen and (min-width: 64em) {
  /* ==================================================================
	main-nav
=================================================================== */
  #main-nav {
    font-size: inherit;
    width: 100%;
    height: 3.65em;
    margin-top: 1.7em;
    position: relative;
    top: auto;
    z-index: 2900;
    box-shadow: none;
    /*background:none;*/
  }
  #main-nav .container {
    background: none;
    max-width: right;
  }
  #main-nav div.collapsible {
    margin: 0 auto;
  }
  #main-nav ul {
    height: 3.65em;
    width: auto;
    padding: 0;
    margin: 0 10em 0 0;
    border: none;
    background: none;
    position: static;
    float: right;
  }
  #main-nav ul li {
    height: 100%;
    margin: 0 1.25em 0 0;
    background: none;
    position: relative;
    vertical-align: top;
    float: none;
    clear: none;
  }
  #main-nav ul li.contact,
  #main-nav ul li.contact-us {
    margin-right: 0;
    padding-right: 0;
  }
  #main-nav ul li a[id] {
    line-height: 2.75862069;
    text-align: center;
    text-decoration: none;
    height: 100%;
    z-index: 3000;
  }
  #main-nav ul ul {
    width: auto;
    height: auto;
    border-radius: 0 0 0.75em 0.75em;
    padding: 1em 0;
    z-index: 2800;
    position: absolute;
    display: none;
  }
  #main-nav ul ul li {
    width: 100%;
    height: 1em;
    margin: 0;
    padding: 0 1.9em;
    opacity: 1;
    float: left;
  }
  #main-nav ul ul li a {
    line-height: 1.66666667;
    text-align: left;
    white-space: nowrap;
    height: 1.66666667em;
    width: auto;
    float: left;
    transition-duration: 0s;
  }
  #main-nav ul li.contact-us ul li a,
  #main-nav ul li.contact ul li a {
    text-align: right;
    float: right;
  }
  #main-nav ul li:hover ul {
    left: -1.9em;
    /*top:37px;*/
    display: block;
  }
  #main-nav ul li.contact-us:hover ul,
  #main-nav ul li.contact:hover ul {
    left: auto;
    right: -1.9em;
    margin: 0;
  }
  /*END*/
}
/* ie nonsense */
/***********************************************
target ie11: html[data-useragent*='Trident/7.0']
***********************************************/
html[data-useragent*='Trident/7.0'] {
  /* END */
}
html[data-useragent*='Trident/7.0'] #slideshow {
  position: relative;
  overflow: hidden;
  min-height: 0;
}
html[data-useragent*='Trident/7.0'] #slideshow .welcomevid {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
}
@media only screen and (min-width: 81.25em) and (max-width: 124.9375em) {
  html[data-useragent*='Trident/7.0'] #slideshow .welcomevid {
    width: 100%;
    margin: 0;
    /* range 1300w - 1999oo */
  }
}
html[data-useragent*='Trident/7.0'] #slideshow .ol {
  position: relative;
  top: 0;
  left: 0;
  width: 100vw;
  height: 49vw;
  transform: translate3d(0, 0, 0);
}
html[data-useragent*='Trident/7.0'] #slideshow .ssoverlay {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  bottom: auto;
}
html[data-useragent*='Trident/7.0'] #slideshow .ssoverlay .slogan {
  width: 100%;
}
/* custom animations */
@keyframes flyinmobilenav {
  from {
    left: 300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
/* omni */
@keyframes omni-1 {
  0% {
    opacity: 1;
    transform: scale3d(0.5, 0.5, 1) rotate(180deg);
  }
  100% {
    opacity: 0;
    transform: scale3d(3, 3, 1) rotate(0deg);
  }
}
@keyframes omni-2 {
  0% {
    opacity: 1;
    transform: scale3d(0.5, 0.5, 1) rotate(0deg);
  }
  50%,
  100% {
    opacity: 0;
    transform: scale3d(2.75, 2.75, 1) rotate(45deg);
  }
}
.omni-1 {
  animation: omni-1 0.57s forwards;
}
.omni-2 {
  animation: omni-2 0.57s forwards;
}
