/* ===============================================
	.less VERSION 2.1
	
	corydon-dental
	Written by: Ryan Postell
		
	Sesame Communications - (c) 2022
	All rights reserved.
	Any reproduction or intentional misuse is strictly prohibited
	
=============================================== */
/* ===============================================
					colors
=============================================== */
/* color */
/* color || hyperlinks */
/* ===============================================
					fonts
=============================================== */
/* cardo-regular - latin */
@font-face {
  font-family: 'Cardo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''), url('../fonts/cardo-v19-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/cardo-v19-latin-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* cardo-700 - latin */
@font-face {
  font-family: 'Cardo';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''), url('../fonts/cardo-v19-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/cardo-v19-latin-700.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''), url('../fonts/montserrat-v24-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/montserrat-v24-latin-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''), url('../fonts/montserrat-v24-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/montserrat-v24-latin-700.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-italic - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local(''), url('../fonts/montserrat-v24-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/montserrat-v24-latin-italic.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* qwitcher-grypen-regular - latin */
@font-face {
  font-family: 'Qwitcher Grypen Regular';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''), url('../fonts/qwitcher-grypen-v3-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/qwitcher-grypen-v3-latin-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* qwitcher-grypen-regular - latin */
@font-face {
  font-family: 'Bad Script';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''), url('../fonts/BadScript-Regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/BadScript-Regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@import url('https://fonts.googleapis.com/css2?family=Bad+Script&display=swap');

.fontH {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
.fontC {
  font-family: 'Cardo', Helvetica, Arial, sans-serif;
}
.fontQ {
  font-family: 'Qwitcher Grypen Regular',  Helvetica, 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', Helvetica, Arial, sans-serif;
}
form button {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
body {
  font-size: 15px;
  color: #333;
  background: url("../images/spotlight/pattern5.png");
  background-size: 66%;
  background-position: center;
  background-repeat: repeat;
  background-color: #efeee7;
  overflow: hidden;
}
@media only screen and (min-width: 81.25em) {
  body {
    font-size: 20px;
    background-size: auto;

    /* desk 1300w */
  }
}
@media only screen and (min-width: 2000px) {
  body {
    font-size: 1vw;
    /* desk 1300w */
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #060076;
  text-decoration: underline;
  transition: color 0.33s ease-in-out;
}
#content a:hover {
  text-decoration: underline;
  color: #060076;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #060076;
  margin: 0 0 0.8em;
  text-rendering: auto;
  /*font-family: 'Montserrat', Helvetica, Arial, sans-serif;*/
  font-family: 'Qwitcher Grypen Regular',  Helvetica, Arial, sans-serif;
  /*text-transform: uppercase;*/
  font-weight: 400;
}
.sub h1 {
  font-size: 10vw;
  font-weight: 400;
  /*text-transform: uppercase;*/
  margin-bottom: 0.75em;
}
@media only screen and (min-width: 30em) {
  .sub h1 {
    font-size: 3em;
    /* mintab 480w */
  }
}
.home h1 {
  font-size: 10vw;
  text-align: center;
  margin: 0;
}
@media only screen and (min-width: 30em) {
  .home h1 {
    font-size: 3em;
    /* mintab 480w */
  }
}
.home h1:after {
  content: '';
  width: 4.5em;
  height: 2px;
  margin: 0.33333333em auto 0.7em;
  background: #060076;
  display: block;
}
.home h1 .trait {
  display: block;
}
.home h1 .trait.top {
  line-height: 1.5;
  font-size: 0.5em;
  text-transform: none;
}
.home h1 .trait.bottom {
  line-height: 1.5;
  font-size: 0.5em;
}
h2:not(.topic) {
  font-size: 2em;
  /*font-family: 'Cardo', Helvetica, Arial, sans-serif;*/

  font-family: 'Qwitcher Grypen Regular',  Helvetica, Arial, sans-serif;
  text-transform: initial;
  color: #575555;
}
h3:not(.topic) {
  font-size: 1.57142857em;
  /*font-family: 'Montserrat', Helvetica, Arial, sans-serif;*/
  
  font-family: 'Qwitcher Grypen Regular',  Helvetica, Arial, sans-serif;
  color: #2c92c1;
  letter-spacing: 0.06em;
}
h4,
h5,
h6 {
  font-size: 1.42857143em;
  color: #000000;
  letter-spacing: 0.06em;
}
/* ===============================================
	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 0em;
  background-color: #fff;
  position: relative;
  z-index: 3000;
  transition: background-color 0.3s;
}
@media only screen and (min-width: 41.625em) {
  #masthead {
    padding: 0;
    /* custom 666w */
  }
}
@media only screen and (min-width: 1300px) {
  #masthead {
    width: 100%;
    /* maxTab 1024w */
  }
  #masthead.ready #logo {
    opacity: 0;
  }
}
@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 */
  }
}
.floating-button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 8.23076923em;
  height: 8.23076923em;
  font-size: 0.65em;
  background-color: rgba(253, 193, 47, 0.9);
  position: fixed;
  top: 10em;
  right: 0.5em;
  z-index: 100000;
  color: #fff;
  text-transform: uppercase;
  font-size: 8px;
  transition: background-color 0.3s;
}
@media only screen and (min-width: 48em) {
  .floating-button {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1500px) {
  .floating-button {
    font-size: 0.65em;
    top: 19.07692308em;
  }
}
.floating-button:hover {
  background-color: rgba(44, 146, 193, 0.9);
}
.floating-button:before {
  content: '';
  position: absolute;
  display: block;
  top: 0.30769231em;
  bottom: 0.30769231em;
  left: 0.30769231em;
  right: 0.30769231em;
  border: 1px solid #fff;
}
.floating-button .cursive {
  font-family: 'Bad Script', cursive;
  color: #fff;
  font-size: 2.46153846em;
  letter-spacing: 0.02em;
  text-transform: none;
}
/* ==================================================================
	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(6, 0, 118, 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: #060076;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  z-index: 600;
  -webkit-transition: color 0.33s ease-in-out;
  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;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: width 0.3s ease, top 0.3s ease, left 0.3s ease, transform 0.3s ease;
  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: #060076;
}
#main-nav .trigger:hover .navicon span {
  /* background:@color1; */
}
#main-nav .open .trigger {
  color: #060076;
}
#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) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#main-nav .open .trigger .navicon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  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,  fade(#fff, 0) 0%, fade(#fff, 99%) 100%);
		background-image: -webkit-linear-gradient(top,  fade(#fff, 0) 0%,fade(#fff, 99%) 100%);
		background-image: linear-gradient(to bottom,  fade(#fff, 0) 0%,fade(#fff, 99%) 100%);
		*/
  position: relative;
  float: right;
  z-index: 550;
}
#main-nav ul li {
  clear: both;
}
#main-nav ul li a[id] {
  line-height: 2.66666667;
  font-size: 0.75em;
  text-transform: uppercase;
  color: #3b3933;
  width: auto;
  height: 2.66666667em;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  letter-spacing: 0.06em;
  -webkit-transition: color 0.33s ease;
  transition: color 0.33s ease;
}
#main-nav ul li a[id]:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0.6em;
  -webkit-transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0;
}
#main-nav ul li.open > a[id],
#main-nav ul li.active > a[id],
#main-nav ul li:hover > a[id] {
  text-decoration: none;
  -webkit-transition-duration: 0.15s;
  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 {
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}
#main-nav ul ul {
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
  background: rgba(80, 85, 91, 0.95);
  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: 100%;
  height: 3.33333333em;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
#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: #fdc12f;
  margin-bottom: 0;
  border: none;
}
/* main-nav make li fly in all cool */
#main-nav .collapsible.open > ul {
  animation: flyinmobilenav 0.4s 1;
}
#main-nav .collapsible.open ul ul {
  animation: none;
}
/* make flyouts expand on mobile */
#main-nav ul ul li {
  height: 0;
  overflow: hidden;
  transition-duration: 0.33s;
  opacity: 0;
}
/* all about that open class */
#main-nav .open ul {
  display: inline-block;
}
#main-nav .open ul .open ul {
  padding: 1em 0;
}
#main-nav .open ul .open ul li {
  height: 2em;
  opacity: 1;
}
@media only screen and (max-width: 63.9375em) {
  /* main-nav */
}
/* ==================================================================
	header
=================================================================== */
#hd {
  text-align: center;
  color: #060076;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 41.625em) {
  #hd {
    text-align: right;
    /* custom 666w */
  }
}
@media only screen and (min-width: 64em) {
  #hd {
    z-index: 3000;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 41.625em) and (max-width: 63.9375em) {
  #hd .container {
    padding: 1em 55px 1em 0;
    /* range 666w - 1023oo */
  }
}
@media only screen and (min-width: 64em) {
  #hd .container {
    padding: 0;
    width: 96%;
    max-width: 64.5em;
    /* midTab 1024w */
  }
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  font-size: 0.7em;
  width: 3.8em;
  margin: 0.5em auto 1em 2%;
  display: block;
  position: relative;
  transition: opacity 0.3s;
}
@media only screen and (min-width: 41.625em) {
  #logo {
    position: absolute;
    top: 0;
    left: 2%;
    /* custom 666w */
  }
}
@media only screen and (min-width: 64em) {
  #logo {
    font-size: inherit;
    margin: 0;
    top: 0.5em;
    left: 0.1em;
    /* maxTab 1024w */
  }
}
#logo a {
  display: inline-block;
  vertical-align: top;
}
#logo img {
  width: 3.8em;
}
/* ===============================================
	contact info
=============================================== */
#contactinfo {
  text-align: center;
  width: auto;
  margin: 0 0 0.5em;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 1em;
  right: 3em;
}
@media only screen and (min-width: 386px) {
  #contactinfo {
    font-size: min(3.9vw, 1em);
  }
}
@media only screen and (min-width: 666px) {
  #contactinfo {
    position: relative;
    top: auto;
    right: auto;
  }
}
@media only screen and (min-width: 30em) {
  #contactinfo {
    width: auto;
    margin: 0 0.5em 0 0;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 64em) {
  #contactinfo {
    padding-top: 0.55em;
    margin: 0;
  }
}
#contactinfo .address {
  line-height: 2.14285714em;
  font-size: 0.7em;
  color: #4a4f55;
  width: auto;
  display: inline-block;
  vertical-align: top;
  position: relative;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.05em;
}
#contactinfo .address:hover {
  text-decoration: underline;
}
#contactinfo .address:after {
  content: '';
  position: relative;
  display: inline-block;
  height: 2.14285714em;
  width: 0.07142857em;
  background: #4a4f55;
  opacity: 1;
  margin-left: 1.28571429em;
  margin-right: 1em;
}
#contactinfo .phone {
  font-size: 0.85em;
  line-height: 1.76470588;
  color: #f8981d;
  display: inline-block;
  vertical-align: top;
  font-family: 'Cardo', Helvetica, Arial, sans-serif;
}
#contactinfo a {
  -webkit-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
#contactinfo a:hover {
  color: #060076;
}
/* ===============================================
	utility-nav
=============================================== */
#utilitynav {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  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 0 0 0.5em;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#utilitynav a {
  line-height: 2.5;
  font-size: 0.65em;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  padding: 0;
  background: #060076;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
#utilitynav a:hover {
  color: #fff;
  background-color: #060076;
}
#utilitynav a.appointmentrequest {
  width: 13em;
}
#utilitynav a.patient-login {
  width: 9em;
}
/* ===============================================
	socialmedia || aka social-icons
=============================================== */
.socialmedia {
  line-height: 0;
  text-align: center;
  width: auto;
  height: auto;
  padding: 0 0.75em;
  margin: 0em 0 0;
  z-index: 300;
  display: inline-flex;
  justify-content: center;
}
@media only screen and (min-width: 386px) {
  .socialmedia {
    margin: 0;
    margin-left: 0.7em;
  }
}
@media only screen and (min-width: 666px) {
  .socialmedia {
    position: relative;
    top: auto;
    right: auto;
    margin: 0;
    margin-left: 0.6em;
    padding: 0;
  }
}
.socialmedia a {
  line-height: 2.72727273;
  font-size: 0.55em;
  color: #2c92c1;
  height: 2.72727273em;
  width: 1.63636364em;
  border-radius: 50%;
  margin: 0 2px 0 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  -webkit-transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
}
@media only screen and (min-width: 64em) {
  .socialmedia a {
    margin: 0 0 0 0;
    /* maxTab 1024w */
  }
}
.socialmedia a:nth-last-of-type(1) {
  margin: 0;
}
.socialmedia a:hover {
  z-index: 400;
  -webkit-transform: scale(1.44);
  transform: scale(1.44);
}
.socialmedia a .icon {
  position: relative;
}
/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  font-size: 2vw;
  text-align: center;
  color: #fff;
  background: #000;
  min-height: 38.0952381vw;
  /* adjust to match slideshow height from proof */
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 64em) {
  #slideshow {
    font-size: inherit;
    width: 100%;
    margin-top: 0;
    top: 0;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow {
    margin-top: 4.5em;
  }
}
#slideshow #home-slideshow {
  width: 150%;
  margin: 0;
  aspect-ratio: 5 / 2;
}
@media only screen and (min-width: 48em) {
#slideshow #home-slideshow {
  width: 100%;
}
}
@media only screen and (min-width: 64em) {
  #slideshow #home-slideshow {
    position: relative;
    /* maxTab 1024w */
  }
  #slideshow #home-slideshow .hpslide {
    max-width: none;
    width: 100%;
  }
}
#slideshow .ssoverlay {
  width: 100%;
  display: block;
  position: absolute;
  position: relative;
  left: 0;
  bottom: 0%;
  z-index: 420;
  height: 7.5em;
  background: rgba(145, 141, 134, 0.9);
}
@media only screen and (min-width: 64em) {
  #slideshow .ssoverlay {
    position: absolute;
  }
}
#slideshow .ssoverlay img {
  width: 24.05em;
  height: 6.45em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
  z-index: 400;
}
.spotlight > div {
  position: relative;
}
.template1 {
  margin-bottom: 3.95em;
  padding-top: 5em;
}
.template1 .container {
  max-width: 64.5em;
  margin: auto;
  /* Small Desktop */
}
@media only screen and (min-width: 64em) {
  .template1 .container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
  }
}
.template1 img {
  max-width: 35em;
  display: block;
  margin: auto;
  width: 96%;
}
@media only screen and (min-width: 64em) {
  .template1 img {
    margin: 0;
    position: absolute;
    left: 0;
    min-width: 43em;
    height: 28.65em;
  }
}
.template1 .content {
  background-color: rgba(134, 131, 123, 0.9);
  position: relative;
  margin: auto;
  width: 93%;
  max-width: 23.15em;
  padding-top: 1.85em;
  padding-bottom: 3.7em;
  height: 22.3em;
  box-shadow: 13px 22px 25px 0px rgba(0, 0, 0, 0.25);
  margin-top: -2.5em;
}
@media only screen and (min-width: 64em) {
  .template1 .content {
    margin: 0;
  }
}
.template1 .content:before {
  content: '';
  position: absolute;
  display: block;
  top: 0.5em;
  bottom: 0.5em;
  left: 0.5em;
  right: 0.5em;
  border: 1px solid #fff;
  pointer-events: none;
}
.template1 .content h2 {
  font-size: 2em;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  text-align: center;
  margin-bottom: 0.625em;
}
.template1 .content h2 span {
  font-family: 'Qwitcher Grypen Regular',  Helvetica, Arial, sans-serif;
  display: block;
  text-transform: initial;
  font-size: 2.125em;
  margin-bottom: -0.17647059em;
}
.template1 .content a {
  font-size: 0.9em;
  line-height: 2.05555556em;
  color: #fff;
  text-transform: uppercase;
  display: block;
  margin: 0;
}
.template1 .content .line {
  display: block;
  margin: auto;
  width: 1.65em;
  height: 0.15em;
  background: #fff;
}
.template1 .content p {
  font-size: 0.9em;
  line-height: 1.22222222em;
  max-width: 22.22222222em;
  margin: auto;
  color: #fff;
  margin-bottom: 1.64705882em;
}
.template1 .content .button {
  font-size: 0.85em;
  color: #918d86;
  background-color: #fff;
  display: block;
  margin: auto;
  line-height: 2.88235294em;
  width: 8.70588235em;
  text-align: center;
  transition: background-color 0.3s, color 0.3s, filter 0.3s;
}
.template1 .content .button:hover {
  color: #fff;
  background-color: #918d86;
  filter: brightness(80%);
}
.spot01 a:hover {
  text-decoration: underline;
}
.spot02 {
  margin-bottom: 3.9em;
}
.spot02 img {
  position: relative;
  left: auto;
  max-width: 20.55em;
  height: auto;
  order: 2;
}
@media only screen and (min-width: 1024px) {
  .spot02 img {
    margin-right: 11.2em;
    margin-left: -1.8em;
    min-width: 20.55em;
  }
}
.spot03 {
  background: #f5f4ec;
  padding: 3em 0;
  background-image: url("../images/spotlight/pattern5.png");
  background-size: 66%;
  background-position: center;
  background-repeat: repeat;

}
@media only screen and (min-width: 1200px) {
  .spot03 {
    padding-top: 4.05em;
    background-image: none;
    padding-bottom: 3.1em;
  }
}
@media only screen and (min-width: 666px) {
  .spot03 .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: #f5f4ec;

  }
}
@media only screen and (min-width: 1200px) {
  .spot03 .container {
    flex-wrap: nowrap;
    font-size: min(2vw, 1em);
    align-items: flex-start;
    justify-content: space-between;
    max-width: 64.5em;
  }
}
.spot03 .item {
  display: block;
  margin: auto;
  width: 11.35em;
  margin-bottom: 2.5em;
  font-size: 20px;
}
@media only screen and (min-width: 666px) {
  .spot03 .item {
    margin: 1em;
  }
}
@media only screen and (min-width: 1200px) {
  .spot03 .item {
    font-size: inherit;
    margin: 0;
  }
  .spot03 .item:hover .image-box::before {
    opacity: 0.5;
  }
  .spot03 .item:hover .image-box img {
    filter: grayscale(1);
  }
}
.spot03 .item .image-box {
  position: relative;
  margin-bottom: 0.9em;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
  width: 11.35em;
  height: 11.35em;
}
.spot03 .item .image-box:before {
  content: '';
  position: absolute;
  display: none;
  height: 100%;
  width: 100%;
  background: #f8981d;
  opacity: 1;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 1200px) {
  .spot03 .item .image-box:before {
    display: block;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 10;
  }
}
.spot03 .item .image-box img {
  width: 100%;
  height: auto;
  display: block;
}
.spot03 .item .image-box:after {
  content: '';
  position: absolute;
  display: block;
  top: 0.5em;
  bottom: 0.5em;
  left: 0.5em;
  right: 0.5em;
  border: 1px solid #fff;
  z-index: 11;
}
.spot03 .item h2 {
  font-size: 0.8em;
  line-height: 1.125em;
  color: #2c92c1;
  text-align: center;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  letter-spacing: 0.14em;
  margin-bottom: 0.6875em;
  text-transform: uppercase;
}
.spot03 .item p {
  font-size: 0.6em;
  line-height: 1.16666667;
  /*text-align: justify;*/
  color: #86837b;
}
/* ==================================================================
	
	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: #4d4e4e;
  padding: 2.85em 0;
  position: relative;
  overflow: hidden;
  background-color: #f5f4ec;
}
@media only screen and (min-width: 81.25em) {
  #subnav {
    padding-top: 2.85em;
    /* desk 1300w */
  }
}
#subnav p {
  line-height: 1.5;
  font-size: 0.6em;
  margin: 0;
  padding: 0;
  max-width: 80em;
  margin: auto;
}
#subnav a {
  color: #4d4e4e;
  margin: 0.2em 0.8em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media only screen and (min-width: 64em) {
  #subnav a {
    margin: 0;
    /* maxTab 1024w */
  }
}
#subnav a:after {
  content: '';
  width: 100%;
  height: 1px;
  background: currentcolor;
  position: absolute;
  bottom: 0;
  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 {
  color: #f8981d;
  text-decoration: none;
}
#subnav a:hover:after,
#subnav a.active:after {
  opacity: 1;
  transform: scaleX(1);
}
#subnav .divider {
  display: none;
}
@media only screen and (min-width: 64em) {
  #subnav .divider {
    margin: 0 0.3em;
    display: inline-block;
    vertical-align: top;
    /* maxTab 1024w */
  }
}
/* ==================================================================
	content || aka .interior-content
=================================================================== */
@media only screen and (min-width: 1300px) {
  .hero {
    margin-top: 4.5em;
  }
}
body.orthodontic-procedures #content {
  width: 100%;
  max-width: 100%;
}
#bd {
  padding: 3em 0;
  background: #fff;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 48em) {
  #bd {
    background: transparent;
  }
}
#bd h1 {
  color: #000000;
  font-size: 10vw;
  /*text-transform: uppercase;*/
}
@media only screen and (min-width: 30em) {
  #bd h1 {
    font-size: 2.45em;
  }
}

body.contact #bd h1 ,
body.services #bd h1 ,
body.new-patients #bd h1 {
  display: none;
}

@media only screen and (min-width: 48em) {
  #bd {
    padding: 3.05em 0 6em;
    /* midTab 780w */
  }
}
#bd .container {
  max-width: 64.5em;
}
#content {
  display: block;
}
@media only screen and (min-width: 48em) {
  #content {
    max-width: 39.75em;
    width: 61.62790698%;
    float: left;
    /* midTab 780w */
  }
  #content p {
    text-align: justify;
  }
}
#content .content-text {
  line-height: 1.71428571;
}
@media only screen and (min-width: 81.25em) {
  #content .content-text {
    font-size: 1em;
    /* desk 1300w */
  }
}
#content .content-text a {
  color: #25366b;
  text-decoration: underline;
  transition: filter 0.3s;
}
#content .content-text a:hover {
  filter: brightness(90%);
}
/* ==================================================================
	.home content || aka #home-content
=================================================================== */
.home #bd {
  padding: 4.45em 0 3.95em;
  position: relative;
  background-color: #fff;

  background: rgba(134, 131, 123, 0.9);
}
@media only screen and (min-width: 48em) {
  .home #bd {
    padding-top: 7.25em;
    background-color: transparent;
  }
}
@media only screen and (min-width: 1500px) {
  .home #bd:after {
    display: none;
  }
}
.home #bd .container {
  max-width: 64.5em;
}
.home #bd h1 {
  margin-bottom: 0;
  color: #fff;
  line-height: 0.97727273;
  margin-bottom: 0.37209302em;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
.home #bd h1:after {
  display: none;
}
@media only screen and (min-width: 30em) {
  .home #bd h1 {
    font-size: 2.2em;
  }
}
@media only screen and (min-width: 48em) {
  .home #bd h1 {
    text-align: left;
    color: #fff;
  }
  .home #bd h1 .middle {
    display: block;
  }
}
.home #bd h1 .top {
  display: block;
  text-transform: initial;
  line-height: 0.7173913;
  font-size: 1.04545455em;
  font-family: 'Qwitcher Grypen Regular',  Helvetica, Arial, sans-serif;
  color: #fdc12f;
  margin-bottom: -0.03030303em;
}
@media only screen and (min-width: 48em) {
  .home #bd h2,
  .home #bd h3,
  .home #bd h4,
  .home #bd h5,
  .home #bd h6 {
    color: #fff;
  }
}
.home #bd .line {
  width: 6.5em;
  height: 0.1em;
  background: #4c3041;
  margin: 2.65em auto 2.3em;
}
@media only screen and (min-width: 48em) {
  .home #bd .line {
    margin-left: 0;
  }
}

@media only screen and (min-width: 48em) {
  .home #bd #content {
    width: 100%;
    max-width: 35em;
    float: none;
    margin-left: auto;
    margin-right: auto;
    background: rgba(134, 131, 123, 0.9);
    padding-top: 2.6em;
    padding-left: 1.8em;
    padding-right: 2.1em;
    padding-bottom: 1.5em;
    box-shadow: 13px 22px 25px 0px rgba(0, 0, 0, 0.25);
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1200px) {
  .home #bd #content {
    float: left;
    max-width: 27.2em;
  }
}
@media only screen and (min-width: 81.25em) {
  .home #bd #content {
    margin-left: 0;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 81.25em) {
  .home #bd #content .content-text {
    font-size: 0.7em;
    /* desk 1300w */
  }
}
.home #bd #content p {
  color: #fff;
}
@media only screen and (min-width: 48em) {
  .home #bd #content p {
    text-align: justify;
    color: #fff;
    /* midTab 768w */
  }
}

  .home #bd #content li {
    color: #fff;
  }

.home #bd #content a {
  color: #fdc12f;
  text-decoration: none;
}
.home #bd #content a:hover {
  text-decoration: underline;
}
.home-image {
  display: none;
}
body.home .home-image {
  display: none;
}
@media only screen and (min-width: 1200px) {
  body.home .home-image {
    display: block;
    position: absolute;
    top: -3.3em;
    height: 43.7em;
    left: 50%;
    width: 45.55em;
    margin-left: -13.25em;
    z-index: -1;
  }
  body.home .home-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    margin: 0;
  }
}
/* ==================================================================
	custom content
=================================================================== */
.mediaslider {
  text-align: center;
}
.mediaslider .cycle-slideshow {
  width: 100%;
  margin: 0.5em 0 1.5em;
  position: relative;
}
.mediaslider .cycle-slideshow .cycle-slide {
  padding: 0 5%;
}
.mediaslider .cycle-slideshow > div {
  font-size: 2.8em;
  color: #060076;
  position: absolute;
  top: 50%;
  z-index: 900;
  transform: translate3d(0, -50%, 0);
}
.mediaslider .cycle-slideshow > div span {
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.mediaslider .cycle-slideshow > div.cycle-prev {
  text-align: left;
  left: 0;
}
.mediaslider .cycle-slideshow > div.cycle-prev span {
  transform-origin: left center;
}
.mediaslider .cycle-slideshow > div.cycle-next {
  text-align: right;
  direction: rtl;
  right: 0;
}
.mediaslider .cycle-slideshow > div.cycle-next span {
  transform-origin: right center;
}
.mediaslider .cycle-slideshow > div:hover {
  cursor: pointer;
}
.mediaslider .cycle-slideshow > div:hover span {
  transform: scale(1.44);
  opacity: 0.68;
}
/* comment line below if patient-login is live and legit */
.financial-information #financial-online-services {
  display: none;
}
/* ===============================================
 		common treatments
=============================================== */
.before-after-image {
  width: 44%;
  display: inline-block;
  vertical-align: top;
}
.before-after-image img,
.before-after-image span {
  display: block;
}
@media only screen and (min-width: 48em) {
  .before-after-image img,
  .before-after-image span {
    width: 100%;
  }
}
@media only screen and (min-width: 48em) {
  .before-after-box,
  p.before-after-text {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
}
/* preventive-care */
.preventive-care #content ul {
  display: inline-block;
}
/* reduces dimensions of coronavirus tab */
#coronavirus-update {
  font-size: 0.85em;
  padding: 0.5em 1.25em !important;
  left: 0.5em !important;
}
@media only screen and (min-width: 81.25em) {
  #coronavirus-update {
    font-size: 1em;
    /* desk 1300w */
  }
}
/* ==================================================================
	meet the team page classes for individual and full team images 
=================================================================== */
.staff {
  width: 45%;
  max-width: 10em;
  margin: 0 0 1em 1em;
  display: block;
  float: right;
}
.team {
  width: 100%;
  max-width: 1000px;
  margin: 2% auto;
  display: block;
}
/* ==================================================================
	sitemap
=================================================================== */
.sitemap #content .column > ul > li {
  margin-bottom: 1.45em;
}
.sitemap #content ul {
  margin-left: 0px;
  list-style: none;
  margin-bottom: 0;
}
.sitemap #content ul a {
  line-height: 0.96428571;
  font-size: 2em;
  text-decoration: none;
  color: #575555;
  font-family: 'Cardo', Helvetica, Arial, sans-serif;
  transition-duration: 0s;
}
.sitemap #content ul ul li a {
  line-height: 1.8;
  font-size: 1.42857143em;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #000000;
  margin-left: 0;
  /*to increase space adjust [body.sitemap #bd ul ul li] below*/
}
.sitemap #content a:hover {
  text-decoration: underline;
}
body.sitemap #bd ul li {
  list-style: none;
}
body.sitemap #bd ul ul li {
  list-style: none;
  /*list-style-image:none;*/
  margin-left: 0;
  /*default=15px*/
}
body.sitemap #content .width1 {
  width: 100%;
}
@media only screen and (min-width: 48em) {
  body.sitemap #content .width1 {
    width: 50%;
    /*default 50%*/
    /* midTab 768w */
  }
  body.sitemap #content .width1:not(.first) {
    width: auto;
    float: right;
  }
}
/* global override */
/* ==================================================================
	sidebar
=================================================================== */
#sidebar {
  width: 100%;
  max-width: 17.8em;
  margin: 0 auto 6%;
  display: none;
  padding: 0;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 48em) {
  #sidebar {
    width: 27.59689922%;
    margin: 0 0 1em;
    float: right;
    clear: right;
    display: block;
    /* midTab 768w */
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
}
#hide-stock:before {
  /*content: '';*/
  /*position: absolute;*/
  /*display: block;*/
  /*top: 0.55em;*/
  /*bottom: 0.55em;*/
  /*left: 0.55em;*/
  /*right: 0.55em;*/
  /*border: 1px solid #fff;*/
  /*z-index: 1;*/
}
#hide-stock img {
  box-shadow: 13px 22px 25px 0px rgba(0, 0, 0, 0.16);
}
.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;
}
/* ==================================================================
	SUBNAV || aka subnav-outer || aka ipSub || SIDE ORIENTED
=================================================================== */
/* ==================================================================
	#ft
=================================================================== */
#ft {
  background: url("../images/spotlight/footer-bg.png");
  background-size: 100%;
  background-position: center;
  background-repeat: repeat;
  padding: 3em 0;
}
@media only screen and (min-width: 48em) {
  #ft {
    height: 22.9em;
  }
}
@media only screen and (min-width: 48em) {
  #ft .container {
    font-size: min(1.8vw, 1em);
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 48em;
    flex-wrap: wrap;
  }
}
#ft .item {
  text-align: center;
  margin-bottom: 2.5em;
}
#ft .item .icon {
  color: #f8981d;
  display: block;
  margin: auto;
  font-size: 1.75em;
  margin-bottom: 1.2em;
}
#ft .item .address,
#ft .item .phone,
#ft .item .hour-line {
  font-size: 0.95em;
  color: #fff;
  text-align: center;
  line-height: 1.2em;
  display: block;
}
#ft .item .address:hover,
#ft .item .email-link:hover {
  text-decoration: underline;
}
#ft .item .email-link {
  color: #fdc12f;
  font-size: 0.75em;
  line-height: 1.66666667em;
  margin-top: 0.93333333em;
  display: block;
}
#ft .item .hours-group .hour-line {
  display: block;
  color: #fff;
}
#ft .item .hours-group .hour-line .day {
  display: inline-block;
  width: 2.33333333em;
  text-align: right;
  margin-right: 0.4em;
}
@media only screen and (min-width: 48em) {
  #ft .item1 {
    margin-top: 2.55em;
    transform: translateX(3em);
  }
  #ft .item1 .icon {
    transform: translateY(-0.02857143em);
  }
}
#ft .middle {
  width: 13.3em;
  height: 13.3em;
  margin: auto;
  margin-bottom: 2.5em;
}
@media only screen and (min-width: 48em) {
  #ft .middle {
    transform: translateY(0.85em);
  }
}
#ft .middle a {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 48em) {
  #ft .item3 {
    transform: translateY(1.7em) translateX(-3.35em);
  }
  #ft .item3 .icon {
    transform: translateY(-0.08em);
  }
}
/* ==================================================================
		#links || aka ft-design-credit
=================================================================== */
#links {
  text-align: center;
  color: #7889a5;
  margin: 0;
}
@media only screen and (min-width: 48em) {
  #links {
    height: 5em;
    padding: 0;
    padding-top: 1.3em;
    width: 100%;
    /* midTab 768w  */
  }
}
#links .util {
  line-height: 2.5;
  font-size: 0.6em;
}
@media only screen and (min-width: 30em) {
  #links .util {
    line-height: 2.5;
    width: auto;
    /* mintab 480w */
  }
}
#links .util a {
  color: #7889a5;
  transition: color 0.33s ease-in-out;
}
#links .util a:hover {
  color: #fff;
}
#links .util a,
#links .util .divider {
  display: inline-block;
}
#links .util .divider {
  margin: 0 0.6em;
}
/* ===============================================
		sesame link
=============================================== */
a#sesame-link .sesameicon {
  width: 1.33333333em;
  height: 1.16666667em;
  margin-right: 0.66666667em;
  display: inline-block;
  vertical-align: middle;
}
a#sesame-link .sesameicon path {
  fill: currentcolor;
  transition: fill 0.33s ease-in-out;
}
/* ===============================================
	backToTop
=============================================== */
#btt {
  text-align: center;
  display: block;
  width: 100%;
  margin: 0;
  position: relative;
  padding: 1.5em 0;
}
a#backtotop {
  font-size: 1.6em;
  color: #060076;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out, background-color 0.3s;
  font-family: 'Qwitcher Grypen Regular',  Helvetica, Arial, sans-serif;
  color: #ce0f42;
  width: 2.31428571em;
  line-height: 1.57142857em;
  text-transform: lowercase;
  border: 1px solid #ce0f42;
}
a#backtotop:hover {
  color: #fff;
  background-color: #ce0f42;
}
/*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: #d4d4d4;
  border: none;
  display: block;
}
/* ===============================================
	success message
=============================================== */
.success {
  text-transform: none;
  font-weight: 400;
  color: #fff;
  width: 100%;
  padding: 1rem;
  float: left;
  background: #060076;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-size: small;
  color: #fff;
  height: 38px;
  padding: 0 1.5em;
  background-color: #060076;
  border: 1px solid #060076;
  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: #2c92c1;
  background-color: #2c92c1;
}
form p {
  height: auto;
}
/* ===============================================
	chat widget resize for mobile use comfort
=============================================== */
#bc-chat-container {
  font-size: 0.8em !important;
}
.bc-minimize-state {
  width: 11.8em !important;
  height: 7.7em !important;
}
/************************************************************************************************************************************************/
/* end superlatives */
/* ===============================================
Tablet
Supports 48em (768px) and up
=============================================== */
@media only screen and (min-width: 48em) {
  /* ===============================================
	blanket content sidebar hide
=============================================== */
  .sitemap #content,
  .layout-full-width #content {
    width: 100%;
    max-width: none;
  }
  .sitemap #sidebar,
  .layout-full-width #sidebar {
    display: none;
  }
  /* ===============================================
	custom content
=============================================== */
  /*.success{ width:66%; }*/
  /*table.office-hours{ max-width:50%; }*/
  .speed-system img[alt='Speed Braces'] {
    display: block;
  }
  /* ===============================================
	PAGE SPECIFIC
=============================================== */
  .which-is-right-for-me #content p {
    display: inline-block;
    float: left;
  }
  .which-is-right-for-me #content a[href^='/sesame_media/docs/'] {
    text-align: center;
    display: block;
    width: 100%;
    clear: both;
  }
  .which-is-right-for-me #content a[href^='/sesame_media/docs/'] img {
    display: inline-block;
  }
  .in-ovation-testimonials .embed-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  [class^='inovation-chart-'] {
    display: inline-block;
    max-width: 50%;
  }
  .in-ovation-before-after #content p {
    text-align: center;
    margin-bottom: 0;
  }
  .in-ovation-before-after .content-text h3 {
    text-align: center;
  }
  .in-ovation-before-after .content-text .img-left,
  .in-ovation-before-after .content-text .border {
    max-width: 44%;
    float: none;
    display: inline-block;
    margin: 2%;
  }
  .in-ovation-videos .content-text h2 {
    text-align: center;
  }
  .in-ovation-videos .content-text .embed-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  body[class*='in-ovation'] .img-right {
    max-width: 40%;
  }
  /*END*/
}
/* ===============================================
Large Tablet Stylings
Supports 64em (1024px) and up
=============================================== */
@media only screen and (min-width: 64em) {
  /* ==================================================================
	main-nav
=================================================================== */
  #main-nav {
    font-size: inherit;
    width: 100%;
    height: 2.25em;
    margin-top: 0.2em;
    position: relative;
    top: auto;
    z-index: 2900;
    box-shadow: none;
    /*background:none;*/
  }
  #main-nav .container {
    background: none;
    max-width: 64.5em;
    width: 96%;
  }
  #main-nav div.collapsible {
    margin: 0 auto;
  }
  #main-nav ul {
    height: 2.25em;
    width: auto;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    position: static;
    float: right;
  }
  #main-nav ul li {
    height: 100%;
    margin: 0 0.8em 0 0;
    background: none;
    position: relative;
    vertical-align: top;
    float: none;
    clear: none;
  }
  #main-nav ul li.new-patients ul,
  #main-nav ul li.our-clinic ul,
  #main-nav ul li.services ul {
    display: none !important;
  }
  #main-nav ul li.contact,
  #main-nav ul li.contact-us {
    margin-right: 0;
    padding-right: 0;
  }
  #main-nav ul li.contact a[id]:after,
  #main-nav ul li.contact-us a[id]:after {
    right: -0.53333333em !important;
    width: auto !important;
    left: 0 !important;
  }
  #main-nav ul li.contact a[id],
  #main-nav ul li.contact-us a[id] {
    padding-right: 0;
  }
  #main-nav ul li a[id] {
    line-height: 2.26666667;
    text-align: center;
    text-decoration: none;
    height: 100%;
    z-index: 3000;
    padding: 0 0.6em;
  }
  #main-nav ul li a[id]:after {
    bottom: 0;
    height: 2.26666667em;
    width: 100%;
    top: 0pt;
    border: 1px solid #000;
    background: transparent;
  }
  #main-nav ul ul {
    width: auto;
    height: auto;
    padding: 1em 0;
    z-index: 2800;
    position: absolute;
    display: none;
  }
  #main-nav ul ul li {
    width: 100%;
    height: 1.45em;
    margin: 0;
    padding: 0;
    opacity: 1;
    float: left;
  }
  #main-nav ul ul li a {
    line-height: 2.41666667;
    text-align: left;
    white-space: nowrap;
    height: 2.41666667em;
    width: 100%;
    padding: 0 2.41666667em;
    float: left;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
  #main-nav ul li.contact-us ul li a,
  #main-nav ul li.contact ul li a {
    text-align: right;
    float: right;
  }
  #main-nav ul li:hover ul {
    left: 0em;
    /*top:37px;*/
    display: block;
  }
  #main-nav ul li.contact-us:hover ul,
  #main-nav ul li.contact:hover ul {
    left: auto;
    right: 0em;
    margin: 0;
  }
  /*END*/
}
/* ie nonsense */
/***********************************************
target ie11: html[data-useragent*='Trident/7.0']
***********************************************/
html[data-useragent*='Trident/7.0'] {
  /* END */
}
/* custom animations */
@keyframes flyinmobilenav {
  from {
    left: 300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
