@import url("https://fonts.googleapis.com/css2?family=Niconne&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,700&display=swap");
/* ===============================================
	
	very-daniel
	
	Sesame Communications - (c) 2020
	Written by: James Stillion
	All rights reserved.
	Any reproduction or intentional misuse is strictly prohibited
	
=============================================== */
/*Colors */
/* hypertext */
/* cyan */
/* cornflower */
/* bdaz || hyperlinks */
/* glaucous */
/* silver */
/* ===============================================
					fonts 
=============================================== */
.fontN {
  font-family: "Niconne", cursive;
}
.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;
}
.ob {
  font-style: oblique;
}
.italic {
  font-style: italic;
}
.upp {
  text-transform: uppercase;
}
.loww {
  text-transform: lowercase;
}
.noo {
  text-transform: none;
}
.supp {
  font-variant: small-caps;
}
.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;
}
#content .clear {
  line-height: 1;
  font-size: 0;
}
.clearright {
  clear: right;
}
.clearleft {
  clear: left;
}
.near {
  clear: none;
}
.wimp {
  width: 100% !important;
}
.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;
}
.inline {
  display: inline;
}
.inline-block,
.ib {
  display: inline-block;
}
.hide,
.validation-only {
  display: none;
}
.obliterate {
  line-height: 0;
  font-size: 0;
  text-indent: -999em;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  display: none;
  visibility: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
.nofloat {
  float: none;
}
.behave {
  display: block;
  float: left;
}
.rehave {
  display: block;
  float: right;
}
.restrain {
  width: auto;
  display: inline-block;
  float: none;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.trans {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.fade {
  opacity: 0.5;
}
.round {
  border-radius: 50%;
}
/*functional mixins*/
.vertical-align {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.vertical-align-nul {
  position: relative;
  top: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.inlay {
  width: auto;
  height: auto;
  position: absolute;
}
/* use with .trbl */
.grey,
.gray {
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
}
/* ===============================================
Basic Stylings
These will affect every size of the site.
=============================================== */
/*resets*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  height: auto;
}
/*GLOBAL OVERRIDES*/
.fa,
.fas,
.fab,
.fal {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
sup {
  font-size: inherit;
  top: 0;
}
li {
  line-height: inherit;
}
nav ul li a,
nav ul ul li a {
  padding: 0;
}
address,
div.address {
  margin-bottom: 0;
  line-height: inherit;
  font-style: inherit;
}
svg:not(:root) {
  overflow: visible;
}
div.hr hr {
  display: block;
}
/* Body */
body,
input,
select,
textarea,
form button {
  font-family: "Poppins", sans-serif;
}
body {
  line-height: 1.8;
  font-size: 15px;
  color: #333333;
  background: #fff;
  overflow: hidden;
}
p {
  margin: 0 0 1.85em;
  /*global override*/
}
/* Links */
a {
  text-decoration: none;
}
#content a {
  color: #3157a4;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#content a:hover {
  text-decoration: none;
  color: #0fb4e6;
}
/* hfam */
h1,
h2:not(.topic),
h3,
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  font-weight: 400;
  margin: 0 0 1.16666667em;
  text-rendering: auto;
}
/*F20 --v */
h1 {
  /*F60*/
  font-size: 10vw;
  font-weight: 500;
  color: #2f58a4;
  margin-bottom: 0.75em;
}
h1 .trait {
  line-height: 1.4;
  font-size: 0.66666667em;
  font-family: "Niconne", cursive;
  text-transform: none;
  display: block;
}
/*F18 --v */
.home h1 {
  line-height: 1.16666667;
  text-transform: uppercase;
  margin: 0;
}
.home h1:after {
  content: "";
  width: 2.83333333em;
  height: 2px;
  margin: 0.45em auto 0.73333333em 0;
  background: #2f58a4;
  display: block;
}
h2:not(.topic) {
  font-size: 1.66666667em;
}
h3 {
  font-size: 1.44444444em;
}
h4 {
  font-size: 1.22222222em;
}
h5 {
  font-size: 1.16666667em;
}
h6 {
  font-size: 1.11111111em;
}
/*containers*/
.container {
  max-width: 1000px;
}
/* List Styling */
#content ul,
#content ol {
  margin: 0 0 1.55em 1.6em;
}
/*global override*/
.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;*/
}
.oral-and-maxillofacial-surgery #content ul li,
.periodontal-treatments #content ul li,
#content #brushing-instructions ul li,
#content #flossing-instructions ul li {
  list-style: none;
}
#content dt {
  margin-top: 1em;
}
#content dl {
  margin-bottom: 1.6em;
}
#subnav {
  margin: 0;
  padding: 0;
}
#subnav li,
body.sitemap #content ul li {
  list-style: none;
}
/* ==================================================================
	vertex
=================================================================== */
#vertex {
  padding: 0;
  background: #fff;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 3000;
}
#vertex .container {
  max-width: none;
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 1.2em;
  text-align: center;
  text-transform: uppercase;
  height: 43px;
  width: 43px;
  padding: 0;
  margin: 0;
  box-shadow: -1px 1px 0 rgba(49, 87, 164, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 600;
  clear: both;
}
#main-nav .container {
  height: 100%;
  width: 100% !important;
  padding: 0;
}
#main-nav .trigger {
  line-height: 43px;
  color: #3157a4;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  z-index: 600;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#main-nav .trigger .nav_icon {
  width: 12px;
  height: 8px;
  position: relative;
  display: inline-block;
  top: -0.2em;
}
#main-nav .trigger .nav_icon 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 .nav_icon span:nth-child(1) {
  top: 0px;
}
#main-nav .trigger .nav_icon span:nth-child(2),
#main-nav .trigger .nav_icon span:nth-child(3) {
  top: 50%;
}
#main-nav .trigger .nav_icon span:nth-child(4) {
  top: 100%;
}
#main-nav .trigger:hover {
  color: #0fb4e6;
}
#main-nav .trigger:hover .nav_icon span {
  /* background:@color1; */
}
#main-nav .open .trigger {
  color: #0fb4e6;
}
#main-nav .open .trigger .nav_icon span:nth-child(1) {
  width: 0;
  top: 50%;
  left: 50%;
}
#main-nav .open .trigger .nav_icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#main-nav .open .trigger .nav_icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#main-nav .open .trigger .nav_icon span:nth-child(4) {
  width: 0;
  top: 50%;
  left: 50%;
}
#main-nav ul {
  width: 100vw;
  margin: -46px 0 0;
  padding: 1em 0;
  background-color: rgba(204, 204, 204, 0.8);
  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;
  z-index: 550;
  float: right;
}
#main-nav ul li {
  clear: both;
}
#main-nav ul li a[id] {
  line-height: 2.35294118;
  font-size: 0.85em;
  color: #636363;
  width: auto;
  height: 2.35294118em;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#main-nav ul li a[id]:after {
  content: "";
  width: 100%;
  height: 0;
  background: #3157a4;
  bottom: -5px;
  left: 0;
  display: block;
  -webkit-transition: height 0.33s ease-in-out, bottom 0.33s ease-in-out;
  transition: height 0.33s ease-in-out, bottom 0.33s ease-in-out;
}
#main-nav ul li.open > a[id],
#main-nav ul li.active > a[id],
#main-nav ul li:hover > a[id] {
  color: #3157a4;
  text-decoration: none;
}
#main-nav ul li.open > a[id]:after,
#main-nav ul li.active > a[id]:after,
#main-nav ul li:hover > a[id]:after {
  height: 2px;
  bottom: 5px;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
#main-nav ul ul {
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
  background: none;
  border-top: 0 solid rgba(76, 76, 76, 0.9);
  border-bottom: 0 solid rgba(76, 76, 76, 0.9);
  display: inline;
}
#main-nav ul ul:before {
  display: none;
}
#main-nav ul ul li {
  width: 100%;
  float: left;
  background: none;
}
#main-nav ul ul li a {
  letter-spacing: 0.05em;
  line-height: 3.07692308;
  font-size: 0.65em;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  height: 40px;
  margin: 0;
  background: rgba(76, 76, 76, 0.9);
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#main-nav ul li.active ul li a:hover,
#main-nav ul ul li a:hover,
#main-nav ul ul li a.active {
  text-decoration: none;
  color: #fff;
  /*.show;*/
  margin-bottom: 0;
  background: rgba(49, 87, 164, 0.9);
  border: none;
}
/* main-nav make li fly in all cool */
#main-nav .collapsible.open > ul {
  -webkit-animation: peters_move 0.4s 1;
  animation: peters_move 0.4s 1;
}
#main-nav .collapsible.open ul ul {
  -webkit-animation: none;
  animation: none;
}
/* make flyouts expand on mobile */
#main-nav ul ul li {
  height: 0;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0;
}
/* all about that open class */
#main-nav .open ul {
  display: inline-block;
}
#main-nav .open ul .open ul {
  border-width: 1em;
}
#main-nav .open ul .open ul li {
  height: 2em;
  opacity: 1;
}
/* ==================================================================
	header
=================================================================== */
#hd {
  line-height: 0;
  text-align: center;
  color: #3157a4;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 48em) {
  #hd {
    text-align: right;
    padding-bottom: 1em;
    /* midTab */
  }
}
#hd .container {
  width: 100% !important;
}
#hd .mod {
  font-size: 0.88em;
  text-align: center;
  width: 100%;
  margin: 0 0 1em;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 48em) {
  #hd .mod {
    font-size: inherit;
    width: auto;
    margin: 1.5em 55px 0 0;
    /* midTab */
  }
}
#hd .mod .doctor {
  letter-spacing: 0.05em;
  line-height: 2.77777778;
  font-size: 0.9em;
  font-weight: 700;
  text-transform: uppercase;
  color: #3157a4;
  margin: 0 0.5em;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
#hd .mod .doctor:hover {
  color: #0fb4e6;
}

#hd .mod .locations {
  letter-spacing: 0.05em;
  line-height: 1.38888889;
  font-size: 0.9em;
  font-weight: 700;
  text-transform: uppercase;
  color: #3157a4;
  margin: 0 0.5em;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
  text-align: right;
}
#hd .mod .location a {
  color: #3157a4;
}
#hd .mod .location a:hover {
  color: #0fb4e6;
}

#hd .mod .mark {
  line-height: 2.08333333;
  font-size: 1.2em;
  color: #fff;
  width: 2.08333333em;
  height: 2.08333333em;
  margin: 0 0 0 0.41666667em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 400;
  -webkit-transition: transform 0.66s ease-in-out;
  transition: transform 0.66s ease-in-out;
}
#hd .mod .mark:hover {
  -webkit-transform: scale(1.23);
  transform: scale(1.23);
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
#hd .mod .mark:hover:nth-last-of-type(3):after {
  background-color: #0fb4e6;
}
#hd .mod .mark:hover:nth-last-of-type(2):after {
  background-color: #2086c5;
}
#hd .mod .mark:hover:nth-last-of-type(1):after {
  background-color: #1a6b9e;
}
#hd .mod .mark:hover:after {
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
#hd .mod .mark:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #3157a4;
  -webkit-transition: background-color 0.66s ease-in-out;
  transition: background-color 0.66s ease-in-out;
  z-index: -1;
}
/* logo  */
#logo {
  font-size: 0.8em;
  width: 31.5em;
  margin: 1em auto 1em;
  display: block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media only screen and (min-width: 48em) {
  #logo {
    position: absolute;
    top: 0;
    left: 0;
    /* midTab */
    width: 19em;
  }
}
#logo a {
  display: inline-block;
  vertical-align: top;
}
#logo svg {
  width: 12.95em;
  height: 4.8em;
}
/* socialMedia || aka social-icons */
.socialMedia img,
.socialMedia .ib {
  vertical-align: top;
}
/*global override*/
.socialMedia {
  text-align: center;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 0 1em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 300;
}
.socialMedia h2.topic {
  line-height: 2.5;
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  color: #3157a4;
  white-space: nowrap;
  margin: 0 0.83333333em 0 0;
  display: inline-block;
  vertical-align: top;
}
.socialMedia > div {
  width: auto;
  padding: 0.65em;
  background: #2e55a5;
}
.socialMedia a {
  line-height: 1.9;
  font-size: 1em;
  color: #fff;
  height: 1.9em;
  width: 1.9em;
  margin: 0;
  display: block;
  float: left;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.socialMedia a.healthgrades .fa-healthgrades2 {
  vertical-align: -2px;
}
.socialMedia a:nth-last-of-type(1) {
  margin: 0;
}
.socialMedia a:hover {
  color: #0fb4e6;
  z-index: 400;
  -webkit-transform: scale(1.44);
  transform: scale(1.44);
}
.socialMedia a .icon {
  position: relative;
}
/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  font-size: 1.5vw;
  text-align: center;
  background: #000;
  position: relative;
  z-index: 400;
}
#slideshow #home-slideshow {
  width: 100%;
  margin: 0;
  opacity: 0.9;
}
#slideshow #home-slideshow:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 400;
  background-image: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0.99) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.99) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.99) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 20%;
  opacity: 0.8;
}
#slideshow .slogan {
  color: #fff;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 55%;
  left: 0;
  z-index: 420;
}
#slideshow .slogan .top {
  line-height: 1;
  font-size: 7em;
  font-family: "Niconne", cursive;
  width: 100%;
  margin: 0;
  display: block;
  position: relative;
}
#slideshow .slogan .top .trait {
  line-height: 0.85507246;
  font-size: 1.97142857em;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: rgba(49, 87, 164, 0.6);
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#slideshow .slogan .bott {
  line-height: 1;
  font-size: 2.1em;
  font-weight: 600;
  margin: 1.26190476em 0 0;
  display: block;
}
.hero {
  width: 100%;
  max-width: none;
  display: block;
}
/* ==================================================================
					torso 
=================================================================== */
/*.torso{ position:relative;background:#fff;z-index:420; }*/
/* ==================================================================
	callouts || aka bd-callouts
=================================================================== */
#callouts {
  font-size: 2.3vw;
  text-align: center;
  padding: 2em 0;
  margin: 0;
  background: #fff;
  position: relative;
  z-index: 410;
}
@media only screen and (min-width: 48em) {
  #callouts {
    font-size: 1vw;
    /* midTab */
  }
}
#callouts a {
  text-align: left;
  color: #fff;
  width: 44%;
  max-width: 20em;
  margin: 2%;
  padding: 0;
  background: #000;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  -webkit-transition: background-color 0.99s ease-in-out,
    box-shadow 0.99s ease-in-out;
  transition: background-color 0.99s ease-in-out, box-shadow 0.99s ease-in-out;
}
@media only screen and (min-width: 48em) {
  #callouts a {
    margin: 0 2em;
    /* midTab */
  }
}
#callouts a:hover {
  background: #2086c5;
  box-shadow: 0 0.7em 1.4em rgba(0, 0, 0, 0.25),
    0 0.5em 0.5em rgba(0, 0, 0, 0.22);
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
#callouts a:hover .decoration {
  opacity: 0.44;
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
#callouts a:hover h2.topic {
  -webkit-transform: translateY(-2em);
  transform: translateY(-2em);
  -webkit-transition-duration: 0.44s;
  transition-duration: 0.44s;
}
#callouts a .decoration {
  width: 100%;
  background: #fff;
  opacity: 0.7;
  -webkit-transition-duration: 0.99s;
  transition-duration: 0.99s;
}
#callouts a .info {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  right: 0;
  bottom: -3.45em;
  left: 0;
  z-index: 420;
}
@media only screen and (min-width: 81.25em) {
  #callouts a .info {
    bottom: 1.65em;
    /* desk */
  }
}
#callouts a h2.topic {
  line-height: 1.07142857;
  font-size: 1.4em;
  color: currentcolor;
  width: 100%;
  padding: 0 0 0 2em;
  margin: 0 0 0.92857143em;
  display: block;
  position: relative;
  -webkit-transition: transform 0.66s ease-in-out;
  transition: transform 0.66s ease-in-out;
}
#callouts a h2.topic .icon {
  width: 1.85714286em;
  height: 1.85714286em;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0.21428571em;
}
#callouts a .voluble {
  line-height: 1.5625;
  font-size: 0.8em;
  opacity: 0;
  -webkit-transform: translateY(150%);
  transform: translateY(150%);
  -webkit-transition: transform 0.44s ease-in-out, opacity 0.44s ease-in-out;
  transition: transform 0.44s ease-in-out, opacity 0.44s ease-in-out;
}
/* ==================================================================
	ipSub || aka subnav-outer
=================================================================== */
#ipSub {
  text-align: center;
  color: #3157a4;
  padding: 1.3em 0;
  background: #f2f2f2;
  position: relative;
  overflow: hidden;
}
#ipSub p {
  line-height: 1.78571429;
  font-size: 0.7em;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
#ipSub a {
  color: #3157a4;
  display: inline-block;
  margin: 0.2em 0.8em;
  position: relative;
}
#ipSub a:before {
  content: "";
  width: 0;
  height: 1px;
  background: currentcolor;
  position: absolute;
  bottom: 0.17857143em;
  left: 50%;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: block;
}
#ipSub a:hover,
#ipSub a.active {
  color: #8c8c8c;
  text-decoration: none;
}
#ipSub a:hover:before,
#ipSub a.active:before {
  width: 100%;
  left: 0;
}
#ipSub .divider {
  display: none;
}
/* ==================================================================
	content || aka #home-content and .interior-content
=================================================================== */
#bd {
  padding: 3em 0;
  background: #fff;
  position: relative;
  z-index: 400;
}
.home #bd {
  padding: 5em 0;
}
.home #bd .container {
  width: 100% !important;
}
.home #bd #content {
  width: 100%;
  max-width: none;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.home #bd #content .content-text {
  width: 100%;
  max-width: none;
  padding: 3em 5%;
  float: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.home #bd #content .content-text:after {
  content: "";
  width: auto;
  height: auto;
  position: absolute;
  top: -1em;
  right: -1em;
  bottom: -1em;
  left: -1em;
  background: #f2f2f2;
  z-index: -1;
}
.home #bd #content .post-content-text {
  color: #fff;
  width: 100%;
  max-width: none;
  padding: 3em 5%;
  float: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.home #bd #content .post-content-text:after {
  content: "";
  width: auto;
  height: auto;
  position: absolute;
  top: -1em;
  right: -1em;
  bottom: -1em;
  left: -1em;
  background: #3157a4;
  z-index: -1;
}
.home #bd #content .post-content-text a {
  color: #fff;
  text-decoration: underline;
}
.home #bd #content .post-content-text a:hover {
  color: #87daf3;
}
.home #bd .ornament {
  width: 46.5%;
  max-width: 46.5em;
  margin: 0 0 0 -1.5em;
  display: none;
  position: absolute;
  top: 6em;
  left: 50%;
}
/* Content */
#content a img {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#content a .fa,
#content a .fas,
#content a .fab {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transform-origin: 20% 50%;
  transform-origin: 20% 50%;
}
#content a:hover img {
  opacity: 0.5;
}
#content a:hover .fa,
#content a:hover .fas,
#content a:hover .fab {
  -webkit-transform: scale(1.33);
  transform: scale(1.33);
}
/* ===============================================
				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: #3157a4;
  position: absolute;
  top: 50%;
  z-index: 900;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.mediaSlider .cycle-slideshow > div span {
  -webkit-transition: transform 0.35s ease, opacity 0.35s ease;
  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 {
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.mediaSlider .cycle-slideshow > div.cycle-next {
  text-align: right;
  direction: rtl;
  right: 0;
}
.mediaSlider .cycle-slideshow > div.cycle-next span {
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.mediaSlider .cycle-slideshow > div:hover {
  cursor: pointer;
}
.mediaSlider .cycle-slideshow > div:hover span {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  opacity: 0.68;
}
.financial-information #financial-online-services {
  display: none;
}
.brushing-and-flossing hr,
.brushing-and-flossing-instructions hr,
.brushing-flossing hr,
.types-of-braces hr {
  display: block;
}
.teeth-for-life .img-left {
  max-width: 100%;
}
#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 */
  }
}
/* ===============================================
					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;
  font-size: 1.66666667em;
  text-decoration: none;
  color: #3157a4;
  -webkit-transition-duration: 0;
  transition-duration: 0;
}
.sitemap #content ul ul li a {
  line-height: 1.66666667;
  font-size: 0.9em;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #3157a4;
  margin-left: 0;
  /*to increase space adjust [body.sitemap #bd ul ul li] below*/
}
.sitemap #content a:hover {
  text-decoration: underline;
  color: #0fb4e6;
}
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%;
}
/* global override */
/* ==================================================================
	sidebar / sitepics
=================================================================== */
#sidebar {
  width: 100%;
  max-width: 16.5em;
  margin: 0 auto 6%;
  padding: 0;
  display: none;
}
/*.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;
}
/*sitepics*/
#hide-stock {
  position: relative;
}
.static {
  width: 100%;
  position: relative;
}
.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;
}
/* ==================================================================
	sidebar / sitepics
=================================================================== */
#drawer {
  display: none;
}
@media only screen and (min-width: 64em) {
  .hero {
    margin-top: 95px;
  }
  #drawer {
    display: block;
    position: absolute;
    top: 300px;
    right: -450px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  #drawer.open {
    right: 0;
  }
  #drawer a {
    display: block;
    position: absolute;
    width: 350px;
    top: 144px;
    right: 304px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 2.5;
    font-size: 1.2em;
    font-weight: 700;
    white-space: nowrap;
    background-color: #3157a4;
    border: 1px solid #3157a4;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: all 0.3s ease-out;
  }
  #drawer a:hover {
    background-color: #274580;
  }
  #drawer .qr {
    display: inline-block;
    width: 450px;
    height: 350px;
    background-color: #f2f2f2;
    border: 1px solid #3157a4;
  }
  #drawer .qr img {
    padding-top: 10px;
    max-width: 250px;
    display: block;
    margin: auto;
  }
  #drawer .qr p {
    color: #000000;
    text-align: center;
    padding-top: 10px;
  }
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
  background: #fff;
}
.spotlight > div {
  position: relative;
}
.spotlight .spot01 {
  font-size: 4vw;
  padding: 4.75em 0 0.9em;
}
@media only screen and (min-width: 48em) {
  .spotlight .spot01 {
    font-size: inherit;
    /* midTab */
  }
}
.spotlight .spot01 h2.topic {
  line-height: 1;
  font-size: 4.5em;
  font-family: "Niconne", cursive;
  color: #b1b1b1;
  margin: 0 0 0.2em;
  display: block;
  position: relative;
  z-index: 420;
}
.spotlight .spot01 h2.topic .trait {
  line-height: 0.85625;
  font-size: 1.77777778em;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #3157a4;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.spotlight .spot01 h2.topic .cta {
  display: block;
  position: relative;
  z-index: 420;
}
.spotlight .spot01 .mod {
  font-size: 2.33vw;
  width: 100%;
  max-width: 58em;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media only screen and (min-width: 30em) {
  .spotlight .spot01 .mod {
    font-size: 1.5vw;
    /* smallTab */
  }
}
.spotlight .spot01 a {
  margin: 0.5em;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 48em) {
  .spotlight .spot01 a {
    margin: 0.86%;
    /* midTab */
  }
}
.spotlight .spot01 a:hover h3.topic {
  color: rgba(0, 0, 0, 0.66);
  -webkit-transform: translate(-1.5em, -1em);
  transform: translate(-1.5em, -1em);
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.spotlight .spot01 a:hover h3.topic:before {
  -webkit-transform: translateZ(0) rotate3d(1, 1, 0, 0deg);
  transform: translateZ(0) rotate3d(1, 1, 0, 0deg);
  opacity: 1;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.spotlight .spot01 a:hover h3.topic:after {
  background-color: #fff;
  opacity: 0.66;
  -webkit-transition-duration: 0.33s, 0.66s;
  transition-duration: 0.33s, 0.66s;
}
.spotlight .spot01 a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-image: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.99) 100%
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.99) 100%
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.99) 100%
  );
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 40%;
  opacity: 0.5;
}
.spotlight .spot01 a:nth-child(1) {
  max-width: 25em;
}
@media only screen and (min-width: 48em) {
  .spotlight .spot01 a:nth-child(1) {
    width: 43.10344828%;
    /* midTab */
  }
}
.spotlight .spot01 a:nth-child(1) h3.topic {
  width: 10.33333333em;
}
.spotlight .spot01 a:nth-child(2) {
  max-width: 15em;
}
@media only screen and (min-width: 48em) {
  .spotlight .spot01 a:nth-child(2) {
    width: 25.86206897%;
    /* midTab */
  }
}
.spotlight .spot01 a:nth-child(2) h3.topic {
  width: 8.66666666em;
}
.spotlight .spot01 a:nth-child(3) {
  max-width: 15em;
}
@media only screen and (min-width: 48em) {
  .spotlight .spot01 a:nth-child(3) {
    width: 25.86206897%;
    /* midTab */
  }
}
.spotlight .spot01 a:nth-child(3) h3.topic {
  width: 7.25em;
}
.spotlight .spot01 a:nth-child(4) {
  max-width: 25em;
  vertical-align: bottom;
}
@media only screen and (min-width: 48em) {
  .spotlight .spot01 a:nth-child(4) {
    width: 43.10344828%;
    /* midTab */
  }
}
.spotlight .spot01 a:nth-child(4) h3.topic {
  width: 6em;
}
.spotlight .spot01 a:nth-child(5) {
  max-width: 31em;
  vertical-align: bottom;
}
@media only screen and (min-width: 30em) {
  .spotlight .spot01 a:nth-child(5) {
    margin-top: -4.5em;
    /* smallTab */
  }
}
@media only screen and (min-width: 48em) {
  .spotlight .spot01 a:nth-child(5) {
    width: 53.44827586%;
    /* midTab */
  }
}
.spotlight .spot01 a:nth-child(5) h3.topic {
  width: 14.66666667em;
}
.spotlight .spot01 a .decoration {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.spotlight .spot01 a h3.topic {
  line-height: 2;
  font-size: 1.5em;
  text-align: center;
  font-weight: 300;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  right: 0;
  bottom: 1em;
  left: 0;
  z-index: 420;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition: color 0.99s ease-in-out, transform 0.99s ease-in-out;
  transition: color 0.99s ease-in-out, transform 0.99s ease-in-out;
}
.spotlight .spot01 a h3.topic:hover:before {
  color: #000;
  background-color: #fff;
  opacity: 0.66;
}
.spotlight .spot01 a h3.topic:before {
  content: "Learn More";
  line-height: 1;
  font-size: 0.5em;
  color: #fff;
  padding: 1em 1.25em;
  outline: 1px solid #fff;
  display: block;
  position: absolute;
  top: 100%;
  left: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: transform 0.66s ease-in-out, opacity 0.66s ease-in-out,
    color 0.66s ease-in-out, background-color 0.66s ease-in-out;
  transition: transform 0.66s ease-in-out, opacity 0.66s ease-in-out,
    color 0.66s ease-in-out, background-color 0.66s ease-in-out;
  -webkit-transform: translateZ(0) rotate3d(-1, 1, 0, -80deg);
  transform: translateZ(0) rotate3d(-1, 1, 0, -80deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  opacity: 0;
}
.spotlight .spot01 a h3.topic:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
  z-index: -1;
  -webkit-transition: background-color 0.99s ease-in-out,
    opacity 0.99s ease-in-out;
  transition: background-color 0.99s ease-in-out, opacity 0.99s ease-in-out;
}
.spotlight .spot02 {
  font-size: 3vw;
  padding: 3.6em 0;
}
@media only screen and (min-width: 48em) {
  .spotlight .spot02 {
    font-size: inherit;
    /* midTab */
  }
}
.spotlight .spot02 .mod {
  width: 96%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.spotlight .spot02 .mod:nth-child(1) {
  max-width: 37.7em;
  margin: 4em 0;
}
.spotlight .spot02 .mod:nth-child(2) {
  max-width: none;
  padding: 13em 0 6.5em;
  background: #3157a4;
}
@media only screen and (min-width: 48em) {
  .spotlight .spot02 .mod:nth-child(2) {
    padding: 6.5em 0;
    /* midTab */
  }
}
.spotlight .spot02 h2.topic {
  line-height: 1;
  font-size: 4.5em;
  font-family: "Niconne", cursive;
  color: #b1b1b1;
  margin: 0 0 0.55555556em;
  display: block;
  position: relative;
  z-index: 420;
}
.spotlight .spot02 h2.topic .trait {
  line-height: 0.85625;
  font-size: 1.77777778em;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #3157a4;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.spotlight .spot02 h2.topic .cta {
  display: block;
  position: relative;
  z-index: 420;
}
.spotlight .spot02 .spotbtn {
  line-height: 2.66666667;
  font-size: 1.5em;
  font-weight: 300;
  color: #3157a4;
  width: 8.66666667em;
  height: 2.66666667em;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  z-index: 400;
  -webkit-transition: color 0.99s ease-in-out;
  transition: color 0.99s ease-in-out;
}
.spotlight .spot02 .spotbtn:hover {
  color: #fff;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.spotlight .spot02 .spotbtn:hover:after {
  background-color: #3157a4;
  -webkit-transform: scale(1.23);
  transform: scale(1.23);
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.spotlight .spot02 .spotbtn:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(49, 87, 164, 0);
  border: 1px solid #3157a4;
  z-index: -1;
  -webkit-transition: transform 0.99s ease-in-out,
    background-color 0.99s ease-in-out;
  transition: transform 0.99s ease-in-out, background-color 0.99s ease-in-out;
}
.spotlight .spot02 .controls {
  line-height: 2.5;
  font-size: 2em;
  width: auto;
  display: block;
  position: absolute;
  top: 2em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 48em) {
  .spotlight .spot02 .controls {
    font-size: 1em;
    /* midTab */
  }
}
.spotlight .spot02 .controls > a {
  color: #3157a4;
  width: 2.5em;
  height: 2.5em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  -webkit-transition: transform 0.88s ease;
  transition: transform 0.88s ease;
}
.spotlight .spot02 .controls > a:hover {
  color: #fff;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-duration: 0.44s;
  transition-duration: 0.44s;
}
.spotlight .spot02 .controls > a:hover:after {
  background: rgba(255, 255, 255, 0);
  border-width: 0.18em;
  -webkit-transition-duration: 0.22s;
  transition-duration: 0.22s;
}
.spotlight .spot02 .controls > a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: 0px solid #fff;
  -webkit-transition: border-width 0.33s ease, background-color 0.88s ease;
  transition: border-width 0.33s ease, background-color 0.88s ease;
  z-index: -1;
}
.spotlight .spot02 .controls > a#prev {
  margin-right: 1.2em;
}
.spotlight .spot02 .cycle-slideshow {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.spotlight .spot02 .cycle-slideshow .cycle-slide {
  padding: 0 1em;
}
.spotlight .spot03 {
  font-size: 3.5vw;
  padding: 3.5em 0;
}
@media only screen and (min-width: 48em) {
  .spotlight .spot03 {
    font-size: inherit;
    /* midTab */
  }
}
.spotlight .spot03 .row {
  width: 100%;
  padding: 0 0 2.5em;
  display: block;
}
.spotlight .spot03 h2.topic {
  line-height: 1;
  font-size: 4.5em;
  font-family: "Niconne", cursive;
  color: #b1b1b1;
  display: block;
  position: relative;
}
.spotlight .spot03 h2.topic .trait {
  line-height: 0.85625;
  font-size: 1.77777778em;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #3157a4;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.spotlight .spot03 h2.topic .cta {
  display: block;
  position: relative;
  z-index: 420;
}
.spotlight .spot03 .lax {
  width: 100%;
  padding: 3em 0;
  background: #c9ba61 url(../images/spotlight/spot03bg.jpg) no-repeat center
    center;
  background-size: cover;
  display: block;
}
@media only screen and (min-width: 81.25em) {
  .spotlight .spot03 .lax {
    padding: 7.5em 0;
    background-size: auto auto;
    background-attachment: fixed;
    /* desk */
  }
}
.spotlight .spot03 .tshow {
  width: 96%;
  max-width: 36em;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media only screen and (min-width: 64em) {
  .spotlight .spot03 .tshow {
    width: 100%;
    max-width: none;
    /* maxTab */
  }
}
.spotlight .spot03 .tshow > a {
  color: #fff;
  width: 100%;
  background-color: rgba(49, 87, 164, 0.85);
  -webkit-transition: background-color 0.35s ease-in-out;
  transition: background-color 0.35s ease-in-out;
}
@media only screen and (min-width: 64em) {
  .spotlight .spot03 .tshow > a {
    width: 30%;
    max-width: 18em;
    height: 22em;
    margin: 0 0.75em;
    display: inline-block;
    vertical-align: top;
    /* maxTab */
  }
}
.spotlight .spot03 .tshow > a:hover {
  background-color: rgba(32, 134, 197, 0.66);
}
.spotlight .spot03 .tshow .level {
  padding: 2.65em 0 3.15em;
}
.spotlight .spot03 .tshow .voluble {
  line-height: 1.38888889;
  font-size: 0.9em;
  font-style: italic;
  width: 88%;
  margin: 0 auto 1.11111111em;
  display: block;
}
@media only screen and (min-width: 64em) {
  .spotlight .spot03 .tshow .voluble {
    max-width: 13em;
    /* maxTab */
  }
}
.spotlight .spot03 .tshow .cred {
  line-height: 1.15384615;
  font-size: 1.3em;
  font-family: "Niconne", cursive;
  display: block;
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #3e3e3e;
  padding: 0;
  background: #fff;
  position: relative;
}
#ft a {
  color: #3e3e3e;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#ft a:hover {
  color: #3157a4;
}
/* ===============================================
		locations || aka ft-location
=============================================== */
#locations {
  padding: 0 0 1.7em;
}
@media only screen and (min-width: 64em) {
  #locations {
    padding: 1em 0;
    /* maxTab */
  }
}
#locations .office {
  width: 100%;
  margin: 1em 0;
  display: none;
  vertical-align: top;
}
@media only screen and (min-width: 48em) {
  #locations .office {
    width: 49%;
    margin: 0;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    vertical-align: top;
    /* midTab */
  }
  #locations .office:nth-child(2) {
    margin: 0 min(0.5em, 0.5%);
  }
  
}


#locations .addy {
  line-height: 1.6875;
  font-size: 0.8em;
  font-weight: 300;
  display: block;
  position: relative;
}
#locations .addy .marker {
  width: 2.8125em;
  height: 3.75em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  bottom: max(-41vw, -32em);
  left: 0;
  z-index: 400;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  display: none;
}
@media only screen and (min-width: 48em) {
  #locations .addy .marker {
    display: block;
    /* midTab */
  }
}
#locations .addy:hover .marker {
  -webkit-transform: scale(2);
  transform: scale(2);
}
#locations .addy .trait {
  line-height: 1.5;
  font-size: 1.75em;
  font-weight: 600;
  color: #3157a4;
  display: block;
}
#locations .addy .opp {
  display: block;
}
#locations .phone {
  line-height: 1.5;
  font-size: 1em;
  font-weight: 700;
  display: block;
}
#locations .map {
  width: 100%;
  margin: 1.675em 0 0;
  display: none;
}
@media only screen and (min-width: 48em) {
  #locations .map {
    display: block;
    /* midTab */
  }
}

#locations .locations a,
#locations .locations .phone,
#locations .locations .addy .trait {
  color: #fff;
  margin-bottom: 0.2em;
}
/* ==================================================================
		links || aka ft-design-credit
=================================================================== */
#links {
  text-align: center;
  color: #fff;
  padding: 2em 0;
  margin: 0;
  background: #3157a4;
}
#links .util {
  letter-spacing: 0.15em;
  line-height: 2.72727273;
  font-size: 0.55em;
  text-transform: uppercase;
  margin-bottom: 2em;
}
#links .util a {
  color: #fff;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#links .util a:hover {
  color: #0fb4e6;
}
#links .util a,
#links .util .divider {
  display: inline-block;
}
/*sesame link*/
a#sesame-link .sesame-icon {
  width: 1.72727273em;
  height: 1.45454545em;
  margin-right: 0.72727273em;
  display: inline-block;
  vertical-align: middle;
}
a#sesame-link .sesame-icon path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
a#sesame-link .sesame-icon path.top {
  fill: #d6e03d;
}
a#sesame-link .sesame-icon path.bottom {
  fill: #00a5e3;
}
a#sesame-link:hover .sesame-icon path {
  fill: currentcolor;
}
/*backToTop*/
#btt {
  text-align: center;
  display: block;
  width: 100%;
  position: relative;
  margin: 0;
}
a#backToTop {
  letter-spacing: 0.1em;
  line-height: 4.16666667;
  font-size: 0.6em;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  width: 15.33333333em;
  height: 4.16666667em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 400;
  -webkit-transition: transform 0.77s ease-in-out, color 0.77s ease-in-out,
    opacity 0.77s ease-in-out;
  transition: transform 0.77s ease-in-out, color 0.77s ease-in-out,
    opacity 0.77s ease-in-out;
}
a#backToTop:hover {
  color: #3157a4;
  -webkit-transform: scale(1.44);
  transform: scale(1.44);
  opacity: 0.8;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
a#backToTop:hover:after {
  background-color: #fff;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
a#backToTop:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #fff;
  -webkit-transition: background-color 0.77s ease-in-out;
  transition: background-color 0.77s ease-in-out;
  z-index: -1;
}
a#backToTop .icon {
  line-height: 3.57142857;
  font-size: 1.16666667em;
  display: inline-block;
  margin-left: 0.92857143em;
}
/*superlative*/
/************************************************************************************************************************************************/
/* hide double hr */
hr {
  height: 1px;
  width: 9.44444444em;
  margin: 1.85em auto 1.85em 0;
  padding: 0;
  clear: both;
  background: #0fb4e6;
}

a.int-btn {
  letter-spacing: normal;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff !important;
  height: 38px;
  padding: 8px 10px;
  background-color: #3157a4;
  border: 1px solid #3157a4;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
a.int-btn:hover {
  color: #3157a4 !important;
  border-color: #3157a4;
  background-color: transparent;
}

.types-of-braces #content div.clear {
  font-size: inherit;
  height: 1px;
  width: 9.44444444em;
  margin: 1.85em auto 1.85em 0;
  background: #0fb4e6;
  /* change to match div.hr color please */
  display: block;
}
/*success message*/
.success {
  text-transform: none;
  font-weight: 400;
  color: #fff;
  width: 100%;
  padding: 16px;
  float: left;
  background: #3157a4;
}
/* Form Buttons */
form button {
  letter-spacing: normal;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  height: 38px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #3157a4;
  border: 1px solid #3157a4;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
form button:hover {
  color: #3157a4;
  border-color: #3157a4;
  background-color: transparent;
}
form p {
  height: auto;
}
/* massive 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;
}
.img-left,
.img-right {
  max-width: 45%;
}
/* BLOG FORM */
.stButton {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.st_plusone_large {
  top: 9px;
  position: relative;
}
.share-article-links {
  text-align: center;
}
.share-text {
  color: #000;
  font-size: 15px;
  margin: 0 0 0.8em;
  font-weight: 400;
  text-align: center;
}
form#blog_search {
  color: #000;
  position: relative;
  text-align: center;
  width: 275px;
  float: none;
  margin: 0 auto;
}
form#blog_search label {
  color: #3157a4;
  font-size: 14px;
  font-weight: 700;
  text-shadow: none;
  margin: 0px;
  text-align: left;
  text-transform: none;
  caret-color: #3157a4;
}
form#blog_search input {
  background: rgba(255, 255, 255, 0.8);
  color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.8);
  width: 178px;
  margin: 6px auto;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
form#blog_search input:hover {
  background: rgba(255, 255, 255, 0.95);
}
form#blog_search button {
  font-weight: 700;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  padding: 4px 8px !important;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.24);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.26);
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
form#blog_search button:active,
form#blog_search button:hover {
  color: #000;
  background: rgba(0, 0, 0, 0.22);
  box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.24);
}
/* end blog css */
/* fixes buttons */
button:hover,
button:active,
button:focus {
  outline: none;
}
/* Generic Classes */
.shift {
  position: relative;
}
.columns {
  display: inline;
  float: left;
}
.genie {
  opacity: 1;
  filter: alpha(opacity=100);
}
.genie:hover {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.video-sleeve {
  margin-bottom: 1.85em;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*other forms*/
input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="file"],
textarea {
  /*width:80%;*/
  caret-color: #3157a4;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="file"] {
  height: 34px;
}
/* hidden field styles */
.hidden-option {
  display: none;
}
body.office-tour .video-sleeve {
  margin: 0 auto;
  max-width: 600px;
}
.test-cred {
  display: block;
  font-weight: bold;
  font-size: smaller;
}
.flash {
  margin: 20px 0;
}
#pro-pack h2 {
  padding-top: 0;
}
/*global overrides*/
button:active {
  outline: none;
}
form label {
  margin: 1em 0;
}
form p {
  margin: 2em 0 0;
}
form #rating label span {
  margin-left: 0;
}
form #rating label input {
  width: 20px !important;
}
form label[for="Days_Available_No_Preference"] span,
form fieldset.radio-group span {
  display: inline-block;
}
form.full label input[type="checkbox"] {
  width: auto !important;
  margin: 0;
}
/*body[class^='meet-dr-'] #hide-stock { display:block !important; text-align:center; margin: 1em auto; }*/
/*unecessary rule - see #sidebar*/
form p {
  height: auto;
}
/*common procedures styles*/
p#procedures-nav {
  font-size: 12px;
  text-transform: uppercase;
  color: #3157a4;
  /*padding-bottom:1em;
	margin-bottom:3em;
	border-bottom:1px solid @tri-grey;*/
}
p#procedures-nav a {
  color: #3157a4;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
p#procedures-nav a:hover {
  text-decoration: none;
  color: #0fb4e6;
}
/*********************************************************************/
/*embedded videos*/
/*********************************************************************/
/*keeps videos from getting too hooj*/
.embed-container {
  width: 100%;
}
.embed-container.ratio16x9,
.embed-container.docvid {
  padding-bottom: 46%;
}
.clarity-sl .embed-container {
  padding: 0 0 10% 0;
  width: 60%;
}
.clarity-sl .embed-container a {
  line-height: 7;
}
/*exceptions - there are exceptions to every rule!!!*/
.acceledent .embed-container:nth-of-type(1) {
  float: right;
  height: auto;
  padding-bottom: 0;
  width: auto;
}
/*office-location*/
.map-directions .embed-container,
.address-hours .embed-container,
.address-and-hours .embed-container,
body[class*="office"] .embed-container,
body[class*="location"] .embed-container {
  width: auto;
  margin-top: 2em;
  padding-bottom: 55%;
  /*default 55%*/
}
.location-page,
table.office-hours {
  margin-bottom: 1.85em;
}
table.office-hours {
  font-size: 0.9em;
}
p.office-hours {
  margin-bottom: 0;
}
.office-info,
.office-location table {
  margin-bottom: 2em;
}
/*padding-bottom adjusts height of google map*/
h3.hours {
  margin-top: 2em;
}
/*********************************************************************
	invisalign overrides
*********************************************************************/
body[class*="invisalign"] span[style="font-size:10px;"] {
  line-height: 2;
  display: inline-block;
}
.invisalign-testimonials #pro-pack > p {
  display: inline-block;
}
.invisalign-testimonials ul#testimonials {
  margin: 0 0 100px 0;
}
.invisalign-videos h1 {
  text-align: center;
}
.invisalign-videos .img-left {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
/*invisalign videos*/
.invisalign-videos h3 {
  text-align: center;
}
.invisalign-videos .embed-container {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*hides p tag under slideshow*/
.invisalign-testimonials ul#testimonials {
  background: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.invisalign-testimonials ul#testimonials p {
  line-height: 18px;
  font-size: 17px;
  text-shadow: none;
  font-weight: 400;
  color: #333333;
}
/*invisalign footer*/
#invisalign-footer,
#suresmile-footer {
  max-width: 100%;
  width: auto;
}
#invisalign-footer a:hover img,
#suresmile-footer a:hover img {
  opacity: 0.5;
}
#pro-pack #invisalign-footer {
  width: 90%;
  float: none;
  margin: 1em auto;
}
#pro-pack #invisalign-footer a:hover img {
  opacity: 0.5;
}
#invisalign-footer li,
#suresmile-footer li,
#pro-pack #invisalign-footer li {
  width: auto;
}
/*other stuff*/
.braces-diagram #content p {
  float: none;
  margin: 0 auto !important;
  padding: 0;
}
.braces-diagram #content .img-left {
  float: none;
  margin: 0 auto;
  clear: none;
  display: block;
}
/************************************************************************************************************************************************/
/* end superlatives */
/* ===============================================
Small Tablet/Large Phone Stylings (Optional)
Supports 30em (480px) to 47.9375em (767px)
------
Useful for making minor adjustments between
awkward sizes.
=============================================== */
@media only screen and (min-width: 30em) and (max-width: 47.9375em) {
  h1 {
    font-size: 3em;
  }
  .home h1 {
    font-size: 3.33333333em;
  }
  /*END*/
}
/* ===============================================
Tablet
Supports 48em (768px) and up
=============================================== */
@media only screen and (min-width: 48em) {
  /* ===============================================
					super 
=============================================== */
  /*keeps videos from getting too hooj*/
  /*.embed-container{ width: 60%;padding-bottom:30%;.show;.center; }
.embed-container.ratio16x9, .embed-container.docvid{ padding-bottom:30%; }*/
  /*.slideshow-pagination{ .show; }*/
  .damon-smile-testimonials .embed-container.ratio16x9 {
    margin-left: auto;
    margin-right: auto;
  }
  /* in-ovation pages */
  .in-ovation div.img-left {
    float: right;
    margin: 0 0 2.5% 2.5%;
  }
  .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;
    float: left;
  }
  /*damon pages*/
  .damon-smile-info img[src$="damon-3.png"] {
    float: right;
    margin: 0 0 0.8em 0.8em;
  }
  .damon-smile-info img[src$="damon-3.png"] + p {
    display: block;
    width: 100%;
    clear: both;
  }
  /*invisalign footer*/
  #pro-pack #invisalign-footer {
    width: 100%;
    float: left;
  }
  #pro-pack #invisalign-footer ul {
    float: left;
    width: auto;
    margin: 0;
    min-width: 120px;
  }
  #pro-pack #invisalign-footer a.external,
  #pro-pack #invisalign-footer p.cf {
    float: right;
    clear: right;
  }
  #pro-pack #invisalign-footer p.cf {
    text-align: center;
  }
  #invisalign-footer p.cf {
    text-align: center;
  }
  /*suremsile pages*/
  [class*="suresmile"] iframe,
  [class*="suresmile"] .embed-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .suresmile-before-and-after #content p img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .how-suresmile-works .embed-container {
    display: none;
  }
  .suresmile-info .embed-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #suresmile-footer {
    width: 100%;
    float: left;
  }
  #suresmile-footer > .external {
    display: block;
    margin: 1em auto;
    float: none;
    clear: both;
  }
  #suresmile-footer p.cf {
    text-align: center;
  }
  #suresmile-footer ul.cf li a:nth-child(2) {
    display: none;
  }
  /* opalescence */
  #video-opalescence {
    float: right;
    margin: 0 0 1em 1em;
  }
  /**/
  .video-sleeve {
    width: 100%;
  }
  .video-sleeve-60 {
    width: 100%;
    max-width: 60%;
  }
  /*hfam*/
  h1 {
    font-size: 3em;
  }
  .home h1 {
    font-size: 3.33333333em;
  }
  /* ===============================================
					header 
=============================================== */
  /* ===============================================
					slideshow 
=============================================== */
  /* ===============================================
					callouts 
=============================================== */
  /* ===============================================
					ipSub 
=============================================== */
  /* ===============================================
				content / sidebar 
=============================================== */
  #bd {
    padding: 3.5em 0 5em;
  }
  #bd .container {
    max-width: 57em;
  }
  #content {
    width: 63.59649123%;
    max-width: 36.25em;
    float: left;
  }
  #sidebar {
    width: 28.94736842%;
    margin: 0 0 1em;
    display: block;
    float: right;
    clear: right;
  }
  .home #bd {
    padding: 0;
  }
  .home #bd #content {
    width: 100%;
    max-width: none;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .home #bd #content .content-text {
    width: 100%;
    max-width: 498px;
    padding: 4.33333333em 0 12.66666667em;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .home #bd #content .content-text:after {
    top: 0;
    right: -19.88888889em;
    bottom: 0;
    left: -100vw;
  }
  .home #bd #content .post-content-text {
    width: 96%;
    max-width: 870px;
    padding: 3.777777778em 0 3.77777778em;
    margin-top: -12em;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .home #bd #content .post-content-text:after {
    top: 0;
    right: -11.22222222em;
    bottom: 0;
    left: -5.55555556em;
  }
  /* 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%; }*/
  /*p.before-after-text, .before-after-box{ .wall; }*/
  .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%;
  }
  /* ===============================================
					sitemap 
=============================================== */
  body.sitemap #content .width1 {
    width: 50%;
    /*default 50%*/
  }
  /* ===============================================
			spotlight 
=============================================== */
  /* ===============================================
					footer 
=============================================== */
  /*location*/
  /*links*/
  #links {
    font-size: 20px;
    height: 6em;
    padding: 1.75em 0 0;
  }
  #links .container {
    max-width: 57em;
  }
  #links .util {
    line-height: 4.54545455;
    width: auto;
    margin: 0;
    float: left;
  }
  #links .util .divider {
    margin: 0 0.6em;
  }
  /*back to top*/
  #btt {
    width: auto;
    margin: 0;
    float: right;
  }
  /*END*/
}
/* ===============================================
Large Tablet Stylings
Supports 64em (1024px) and up
=============================================== */
@media only screen and (min-width: 64em) {
  #fc-calculator .form-row .fc-col3 {
    max-width: 80px;
  }
  /* vertex */
  #vertex {
    font-size: 1.1em;
    width: 100%;
    padding: 0;
    position: fixed;
    top: 0;
    z-index: 3000;
  }
  #vertex .container {
    max-width: 57em;
  }
  /*HD*/
  #hd {
    padding: 0;
    z-index: 3000;
    overflow: visible;
  }
  #hd .mod {
    margin: 0.25em 0 0;
  }
  #logo {
    font-size: inherit;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0.6em;
    left: -1.5em;
    width: 22.5em;
  }

  .socialMedia {
    width: 60px;
    padding: 0 /*7.65em 0 0*/;
    margin: 0;
    position: fixed;
    right: 0;
    top: 150px;
  }
  .socialMedia h2.topic {
    margin: 0;
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: rotate(90deg) translateX(-100%);
    transform: rotate(90deg) translateX(-100%);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    display: none;
  }
  .socialMedia > div {
    width: 100%;
    height: auto;
  }
  .socialMedia a {
    margin: 0 auto;
    float: none;
  }
  .socialMedia a:nth-last-of-type(1) {
    margin-left: auto;
    margin-right: auto;
  }
  /* ==================================================================
	main-nav
=================================================================== */
  #main-nav {
    font-size: inherit;
    width: 100%;
    height: 2.6em;
    margin: 0.65em 0 0;
    position: relative;
    top: auto;
    z-index: 2900;
    box-shadow: none;
  }
  #main-nav .container {
    background: none;
    padding: 0;
  }
  #main-nav div.collapsible {
    margin: 0 auto;
  }
  #main-nav ul {
    height: 2.6em;
    width: auto;
    float: right;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    position: static;
  }
  #main-nav ul:before {
    display: none;
  }
  #main-nav ul li {
    height: 100%;
    float: none;
    clear: none;
    margin: 0 1.75em 0 0;
    background: none;
    position: relative;
    vertical-align: top;
  }
  #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.17647059em;
    text-align: center;
    text-decoration: none;
    height: 100%;
    width: auto;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 3000;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  #main-nav ul ul {
    width: auto;
    height: auto;
    border-width: 1em;
    margin: 0;
    z-index: 2800;
    position: absolute;
    display: none;
  }
  #main-nav ul ul li {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 1.4em;
    background: none;
    opacity: 1;
  }
  #main-nav ul ul li a {
    line-height: 2.30769231em;
    font-size: 0.65em;
    text-align: left;
    white-space: nowrap;
    height: 2.30769231em;
    width: 100%;
    padding: 0 2.30769231em;
    margin: 0;
    float: left;
    box-shadow: none;
    border-right: none;
    position: relative;
    -webkit-transition-duration: 0;
    transition-duration: 0;
  }
  /* reverses text-align for flyout on last nav item */
  #main-nav ul li.contact-us ul li a,
  #main-nav ul li.contact ul li a {
    text-align: right;
    float: right;
  }
  /* ===============================================
			special drop locations 
=============================================== */
  #main-nav ul li:hover ul {
    left: 0;
    /*top:37px;*/
    display: block;
  }
  #main-nav ul li.contact-us:hover ul,
  #main-nav ul li.contact:hover ul {
    left: auto;
    right: 0;
    margin: 0;
  }
  /* ==================================================================
ipSub 
=================================================================== */
  #ipSub p {
    margin: 0;
  }
  #ipSub a {
    margin: 0;
  }
  #ipSub .divider {
    display: inline-block;
    margin: 0 0.3em;
  }
  /* ==================================================================
	slideshow
=================================================================== */
  #slideshow {
    width: 100%;
    margin-top: 0;
    top: 0;
  }
  #slideshow #home-slideshow {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  #slideshow #home-slideshow .hp-slide {
    max-width: none;
    width: 100%;
  }
  /*callouts*/
  /* ==================================================================
	bd || content || sidebar
=================================================================== */
  /* spotlight */
  /* ft */
  #ft {
    font-size: 1vw;
  }
  /* locations */
  #locations .addy .opp {
    /*display: inline;*/
  }
  #locations .addy .marker {
    bottom: -42.5em;
  }
  /*links*/
  /*backToTop*/
  /*END*/
}
/* ===============================================
Desktop Only Excluding large tablets
Supports 81.25em (1300px) and up
=============================================== */
@media only screen and (min-width: 81.25em) {
  /*body*/
  body {
    font-size: 20px;
  }
  #vertex {
    font-size: inherit;
    -webkit-transition: background-color 0.44s ease-in-out,
      box-shadow 0.44s ease-in-out;
    transition: background-color 0.44s ease-in-out, box-shadow 0.44s ease-in-out;
  }
  #vertex.ready {
    background-color: rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  .hero {
    margin-top: 120px;
  }
  #callouts.ready a .voluble {
    opacity: 1;
    -webkit-transform: translateY(150%);
    transform: translateY(150%);
  }
  #callouts a .voluble {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  
   #logo {
    width: 22.5em;
  }
  
  /* ==================================================================
	content || aka #home-content and .interior-content
=================================================================== */
  #bd #content .content-text,
  #bd #content .post-content-text {
    font-size: 0.9em;
  }
  .home #bd #content .content-text,
  .home #bd #content .post-content-text {
    margin-left: 0;
  }
  .home #bd .ornament {
    display: block;
  }
  .spotlight .spot01 .mod {
    font-size: inherit;
  }
  .spotlight .spot02 {
    font-size: 1vw;
  }
  .spotlight .spot02 .mod:nth-child(2) {
    width: 61.5%;
    margin-right: -11.5%;
  }
  .spotlight .spot02 .controls {
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
  }
  /*END*/
}
/* ===============================================
Desktop Only Large Screen Only
Supports 125em (2000px) and up
=============================================== */
@media only screen and (min-width: 125em) {
  .spotlight .spot02 {
    font-size: inherit;
  }
  /*END*/
}
/* ie nonsense */
/***********************************************
target ie11: html[data-useragent*='Trident/7.0']
***********************************************/
html[data-useragent*="Trident/7.0"] {
  /* END */
}
/* custom animations */
/* mymove looted from Peter B. || credit due where credit is deserved [= */
@-webkit-keyframes peters_move {
  from {
    left: 300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@-moz-keyframes peters_move {
  from {
    left: 300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@-o-keyframes peters_move {
  from {
    left: 300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@keyframes peters_move {
  from {
    left: 300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
/* PULSE STUFF */
/* pulse_custom */
@keyframes pulse_custom {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.44, 1.44, 1.44);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse_custom {
  animation-name: pulse_custom;
}
/* pulse_rev */
@keyframes pulse_rev {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(0.88, 0.88, 0.88);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse_rev {
  animation-name: pulse_rev;
}
/* omni */
@keyframes omni-1 {
  0% {
    opacity: 1;
    transform: scale3d(0.5, 0.5, 1);
  }
  100% {
    opacity: 0;
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes omni-2 {
  0% {
    opacity: 1;
    transform: scale3d(0.5, 0.5, 1);
  }
  50%,
  100% {
    opacity: 0;
    transform: scale3d(1.2, 1.2, 1);
  }
}
.omni-1 {
  animation: omni-1 0.5s forwards;
}
.omni-2 {
  animation: omni-2 0.5s forwards;
}
