/* ===============================================
	.less VERSION 2.0

	crossroads-ortho
		Sesame Communications - (c) 2021
	Written by: Vita Stillion
	All rights reserved.
	Any reproduction or intentional misuse is strictly prohibited
	
============================================== */
/* ===============================================
					colors
=============================================== */
/* jet */
/* cornflower || hyperlinks */
/* wine */
/* plurp */
/* superman */
/* ===============================================
					fonts
=============================================== */
/* montserrat-500 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(''), url('../fonts/montserrat-v18-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/montserrat-v18-latin-500.woff') format('woff');

  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-600 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local(''), url('../fonts/montserrat-v18-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/montserrat-v18-latin-600.woff') format('woff');

  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
.fontM {
  font-family: 'Montserrat', 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;
}
.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;
}
.hidden,
.hide {
  display: none !important;
}
.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%;
  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);
  -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;
  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', sans-serif;
}
form button {
  font-family: 'Montserrat', sans-serif;
}
body {
  font-size: 15px;
  color: #333;
  background: #ccc;
  overflow: hidden;
}
@media only screen and (min-width: 81.25em) {
  body {
    font-size: 20px;
    /* desk 1300w */
  }
}
/* ===============================================
	links
=============================================== */
a {
  text-decoration: none;
}
#content a {
  font-weight: 700;
  color: #7695b9;
  text-decoration: underline;
  -webkit-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
#content a:hover {
  text-decoration: underline;
  color: #353536;
}
/* ===============================================
	h family || hfam
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  font-weight: 800;
  line-height: 1;
  text-align: left;
  color: #353536;
  margin: 0 0 0.8em;
  text-rendering: auto;
}
h1 {
  font-size: 10vw;
  margin-bottom: 0.75em;
}
@media only screen and (min-width: 30em) {
  h1 {
    font-size: 2.75em;
    /* mintab 480w */
  }
}
h1:after {
  content: '';
  width: 2em;
  height: 0.07272727em;
  margin: 0.33333333em auto 0.7em 0;
  background: #782e37;
  display: block;
}
.home h1 {
  text-align: center;
  margin-bottom: 0.375em;
}
@media only screen and (min-width: 30em) {
  .home h1 {
    font-size: 3.6em;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 61.25em) {
  .home h1 {
    white-space: nowrap;
    /* custom 980w */
  }
}
.home h1:after {
  display: none;
}
.home h1 .ornament {
  width: 2.86111111em;
}
@media only screen and (max-width: 61.1875em) {
  .home h1 .ornament {
    margin: 0 auto 0.25em;
    display: block;
    /* custom 979oo */
  }
}
@media only screen and (min-width: 61.25em) {
  .home h1 .ornament {
    margin-right: 0.30555556em;
    display: inline-block;
    vertical-align: bottom;
    /* custom 980w */
  }
}
.home h1 .ornament .mark {
  width: 2.86111111em;
  height: 1.20833333em;
  /* .transform(translate3d(0,-24/72em,0)); */
}
h2:not(.topic) {
  font-size: 1.55555556em;
}
h3:not(.topic) {
  font-size: 1.33333333em;
}
h4 {
  font-size: 1.16666667em;
}
h5 {
  font-size: 1.11111111em;
}
h6 {
  font-size: 1.05555556em;
}
/* ===============================================
	containers
=============================================== */
.container {
  max-width: 60em;
}
/* ===============================================
	list styles - global overrides
=============================================== */
.what-sets-us-apart #content ol,
.meet-the-team #content ol,
.our-office #content ol,
.office-tour #content ol,
body[class*='-after'] #content ol {
  margin: 0;
}
#content ul li {
  list-style: disc outside;
  /* list-style-image:none; */
}
/* ==================================================================
	masthead
=================================================================== */
#masthead {
  width: 100%;
  padding: 0;
  background-color: #fff;
  position: relative;
  z-index: 3000;
  -webkit-transition: background-color 0.99s ease-in-out;
  transition: background-color 0.99s ease-in-out;
}
@media only screen and (min-width: 41.625em) {
  #masthead {
    padding: 0;
    /* custom 666w */
  }
}
@media only screen and (min-width: 64em) {
  #masthead {
    font-size: 1.1em;
    width: 100%;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 81.25em) {
  #masthead {
    font-size: inherit;
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    z-index: 3000;
    /* desk 1300w */
    /* desk 1300w */
  }
  #masthead.ready {
    background-color: rgba(255, 255, 255, 0);
  }
}
#masthead .container {
  width: 100%;
  max-width: none;
}
/* ==================================================================

=================================================================== */
#main-nav {
  font-size: 1.2em;
  font-weight: 500;
  text-align: center;
  height: 43px;
  width: 43px;
  padding: 0;
  margin: 0;
  box-shadow: -1px 1px 0 rgba(118, 149, 185, 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: #7695b9;
  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: #7695b9;
}
#main-nav .trigger:hover .navicon span {
  /* background:@color1; */
}
#main-nav .open .trigger {
  color: #353536;
}
#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, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 100%);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 100%);
  position: relative;
  float: right;
  z-index: 550;
}
#main-nav ul li {
  clear: both;
}
#main-nav ul li a[id] {
  letter-spacing: 0.02em;
  line-height: 3.07692308;
  font-size: 0.65em;
  text-transform: uppercase;
  color: #353536;
  width: auto;
  height: 3.07692308em;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  -webkit-transition: color 0.33s ease;
  transition: color 0.33s ease;
}
@media only screen and (min-width: 81.25em) {
  #main-nav ul li a[id] {
    /* desk 1300w */
  }
  .ready #main-nav ul li a[id] {
    color: #fff;
  }
}
#main-nav ul li a[id]:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #6b1d27;
  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;
}
@media only screen and (min-width: 81.25em) {
  #main-nav ul li a[id]:after {
    /* desk 1300w */
  }
  .ready #main-nav ul li a[id]:after {
    background-color: #fff;
  }
}
#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(107, 29, 39, 0.89);
  display: inline;
}
#main-nav ul ul li {
  width: 100%;
  float: left;
  background: none;
}
#main-nav ul ul li a {
  line-height: 3.07692308;
  font-size: 0.65em;
  color: #fff;
  width: auto;
  height: 3.07692308em;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#main-nav ul ul li a:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  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.active ul li a:hover,
#main-nav ul ul li a:hover,
#main-nav ul ul li a.active {
  text-decoration: none;
  color: #fff;
  margin-bottom: 0;
  border: none;
}
#main-nav ul li.active ul li a:hover:after,
#main-nav ul ul li a:hover:after,
#main-nav ul ul li a.active:after {
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}
/*  make li fly in all cool */
#main-nav .collapsible.open > ul {
  -webkit-animation: flyinmobilenav 0.4s 1;
  animation: flyinmobilenav 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.33s;
  transition-duration: 0.33s;
  opacity: 0;
}
/* all about that open class */
#main-nav .open ul {
  display: inline-block;
}
#main-nav .open ul .open ul {
  padding: 1em 0;
}
#main-nav .open ul .open ul li {
  height: 2em;
  opacity: 1;
}
/* ==================================================================
	header
=================================================================== */
#hd {
  text-align: center;
  color: #353536;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 41.625em) {
  #hd {
    text-align: right;
    /* custom 666w */
  }
}
@media only screen and (min-width: 81.25em) {
  #hd {
    /* desk 1300w */
  }
  .ready #hd {
    color: #fff;
  }
}
@media only screen and (min-width: 41.625em) and (max-width: 63.9375em) {
  #hd .container {
    padding: 0.66em 55px 0.66em 0;
    /* range 666w - 1023oo */
  }
}
@media only screen and (min-width: 64em) {
  #hd .container {
    padding: 0;
    /* midTab 1024w */
  }
}
#hd .mod {
  z-index: 3000;
}
@media only screen and (min-width: 30em) {
  #hd .mod {
    display: block;
    position: absolute;
    top: 0.6em;
    right: 50px;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 64em) {
  #hd .mod {
    top: 0.9em;
    right: 1.5em;
    /* midTab 1024w */
  }
}
#hd .mod .phone {
  line-height: 1.42857143;
  font-weight: 600;
}
@media only screen and (max-width: 29.9375em) {
  #hd .mod .phone {
    font-size: 14px;
    display: block;
    position: absolute;
    left: 3%;
    bottom: -26px;
    /* mintab 480oo */
  }
}
@media only screen and (min-width: 30em) {
  #hd .mod .phone {
    font-size: 0.7em;
    margin-right: 1.42857143em;
    display: inline-block;
    vertical-align: middle;
    /* mintab 480w */
  }
}
#hd .mod .phone .icon {
  line-height: inherit;
  font-size: inherit;
  color: #7695b9;
  margin: 0 0.42857143em 0 0;
  display: inline-block;
  vertical-align: top;
}
#hd .mod a.phone {
  color: #353536;
}
@media only screen and (min-width: 48em) {
  #hd .mod .phone {
    /*display: none;*/
  }
}


#hd .mod .phone-btn {
  display: none;
  line-height: 1.42857143;
  font-weight: 600;
}
@media only screen and (max-width: 29.9375em) {
  #hd .mod .phone-btn {
    font-size: 14px;
    display: block;
    position: absolute;
    left: 3%;
    bottom: -26px;
    /* mintab 480oo */
  }
}
@media only screen and (min-width: 30em) {
  #hd .mod .phone-btn {
    font-size: 0.7em;
    margin-right: 1.42857143em;
    display: inline-block;
    vertical-align: middle;
    /* mintab 480w */
  }
}

@media only screen and (min-width: 48em) {
  #hd .mod .phone-btn {
    display: inline-block;
  }
}
#hd .mod .phone-btn .icon {
  line-height: inherit;
  font-size: inherit;
  color: #7695b9;
  margin: 0 0.42857143em 0 0;
  display: inline-block;
  vertical-align: top;
}
#hd .mod a.phone-btn {
  color: #353536;
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  font-size: 0.7em;
  width: 8.35em;
  margin: 0.5em auto 0.5em 2%;
  display: block;
  position: relative;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out, font-size 0.33s ease-in-out;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out, font-size 0.33s ease-in-out;
}
@media only screen and (min-width: 64em) {
  #logo {
    font-size: inherit;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3000;
    -webkit-transform: translate3d(1.1em, 0.95em, 0);
    transform: translate3d(1.1em, 0.95em, 0);
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 81.25em) {
  #logo {
    /* desk 1300w */
  }
  .ready #logo {
    -webkit-transform: translate3d(calc(50vw - 4.175em), 20vw, 0) scale(2.35329341);
    transform: translate3d(calc(50vw - 4.175em), 20vw, 0) scale(2.35329341);
    z-index: 2800;
  }
  .ready #logo .monolith {
    opacity: 0;
  }
}
@media only screen and (min-width: 125em) {
  #logo {
    /* custom 2000w */
  }
  .ready #logo {
    font-size: 1vw;
  }
}
#logo a {
  display: inline-block;
  vertical-align: top;
}
#logo svg {
  width: 8.35em;
  height: 4.25em;
}
@media only screen and (min-width: 64em) {
  #logo svg {
    /* midTab 1024w */
  }
  #logo svg .monolith {
    opacity: 1;
    -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;
  }
}
/* ===============================================
	utility-nav
=============================================== */
#utilitynav {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 400;
}
@media only screen and (max-width: 29.9375em) {
  #utilitynav {
    display: block;
    position: absolute;
    top: 0.6em;
    right: 50px;
    /* mintab 480oo */
  }
}
#utilitynav ul {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#utilitynav ul li {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#utilitynav .icons {
  width: 1.2em;
  margin-right: 0.1em;
  display: inline-block;
  vertical-align: top;
}
#utilitynav .icons a {
  line-height: 2;
  font-size: 0.6em;
  text-align: center;
  color: #fff;
  width: 2em;
  height: 2em;
  margin: 0 0 0.16666667em;
  background-color: #8c3742;
  display: block;
  -webkit-transition: background-color 0.33s ease-in-out;
  transition: background-color 0.33s ease-in-out;
}
#utilitynav .icons a:hover {
  background-color: #004b8d;
}
#utilitynav .icons a.patient-login {
  color: rgba(255, 255, 255, 0);
  pointer-events: none;
}
#utilitynav .icons a.patient-login:before {
  content: '\f023';
  line-height: inherit;
  font-size: inherit;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 420;
  pointer-events: auto;
}
#utilitynav a.spotbtn {
  letter-spacing: 0.03em;
  line-height: 1.2;
  font-size: 0.5em;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  width: 12.72em;
  height: 5em;
  padding: 1.3em .2em 0 .2em;
  background: #782e37;
  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.spotbtn:hover {
  color: #fff;
  background-color: #004b8d;
}
/* ===============================================
	socialmedia || aka social-icons
=============================================== */
.socialmedia {
  line-height: 0;
  text-align: right;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  background-color: #aba8a8;
  background-image: -moz-linear-gradient(-45deg, #aba8a8 0%, #d9d9d9 100%);
  background-image: -webkit-linear-gradient(-45deg, #aba8a8 0%, #d9d9d9 100%);
  background-image: linear-gradient(135deg, #aba8a8 0%, #d9d9d9 100%);
  outline: 1px solid #fff;
  display: block;
  z-index: 300;
}
@media only screen and (max-width: 29.9375em) {
  .socialmedia {
    outline-offset: -1px;
    /* mintab 480oo */
  }
}
@media only screen and (min-width: 30em) {
  .socialmedia {
    width: 4.3em;
    margin: 0;
    display: block;
    position: absolute;
    right: 1px;
    top: 100%;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 64em) {
  .socialmedia {
    top: 11.25em;
    /* maxTab 1024w */
  }
}
.socialmedia a {
  line-height: 3;
  font-size: 0.7em;
  text-align: center;
  color: #fff;
  height: 3em;
  width: 3em;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media only screen and (min-width: 30em) {
  .socialmedia a {
    width: 50%;
    /* mintab 480w */
  }
}
.socialmedia a:hover {
  color: #fff;
  background: rgba(0, 75, 141, 0.5);
  z-index: 400;
}
.socialmedia a:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #fff;
  z-index: 420;
}
.socialmedia a .icon {
  position: relative;
}
/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  font-size: 2vw;
  text-align: center;
  color: #fff;
  background: #000;
  min-height: 55vw;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 64em) {
  #slideshow {
    font-size: inherit;
    width: 100%;
    margin-top: 0;
    top: 0;
    /* maxTab 1024w */
  }
}
#slideshow .welcomevid {
  width: 100%;
  vertical-align: top;
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
}
.spotlight > div {
  position: relative;
}
/* ==================================================================
	spot01 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=================================================================== */
.spot01 {
  text-align: center;
  padding: 2em 0;
  margin: 0;
  background: #819dbe url(../images/bg-spot01.png) no-repeat center center;
  background-attachment: fixed;
  position: relative;
  z-index: 410;
}
@media only screen and (max-width: 41.5625em) {
  .spot01 {
    font-size: 3vw;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot01 {
    font-size: min(1.45vw, 1em);
    padding: 4.5em 0 5em;
    /* custom 666w */
  }
}
@media only screen and (min-width: 61.25em) {
  .spot01 {
    font-size: inherit;
    /* custom opt-out 979oo */
  }
}
.spot01 a {
  color: #353536;
  background: #fff;
  width: 14.25em;
  padding: 0.5em;
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: transform 0.33s ease-in-out;
  transition: transform 0.33s ease-in-out;
}
@media only screen and (max-width: 47.9375em) {
  .spot01 a {
    margin: 2%;
    /* midTab opt-out 768oo */
  }
}
@media only screen and (min-width: 48em) {
  .spot01 a {
    margin: 0 1em;
    /* midTab 768w */
  }
}
.spot01 a:hover {
  color: #fff;
  /*background-color:fade(#fff, 10%);*/
  z-index: 400;
}
.spot01 a:hover .decoration img {
  opacity: 0.2;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.spot01 a:hover .info {
  z-index: 400;
  -webkit-transform: translateY(-7em);
  transform: translateY(-7em);
}
.spot01 a:hover h2.topic {
  color: #fff;
}
.spot01 a:hover h2.topic .trait {
  color: #fff;
}
.spot01 a .decoration {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 2;
}
.spot01 a .decoration img {
  width: 100%;
  -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;
}
.spot01 a .decoration:before {
  content: '';
  background: #6b1d27;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.spot01 a .info {
  width: 100%;
  display: block;
  position: relative;
  z-index: 420;
  -webkit-transition: transform 0.33s ease-in-out;
  transition: transform 0.33s ease-in-out;
}
.spot01 a h2.topic {
  font-weight: 500;
  line-height: 3.2;
  font-size: 1em;
  text-transform: none;
  color: currentcolor;
  width: 100%;
  display: block;
  z-index: 420;
  -webkit-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
.spot01 a h2.topic .trait {
  font-weight: 700;
  color: #6b1d27;
  -webkit-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
/* ==================================================================
	hero
=================================================================== */
#hero {
  width: 100%;
  max-width: none;
  background-color: #000000;
  display: block;
}
@media only screen and (min-width: 81.25em) {
  #hero {
    min-height: 20vw;
    /* desk 1300w */
  }
}
#hero #jumbo {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 81.25em) {
  #hero #jumbo {
    position: fixed;
    left: 0;
    top: 0;
    /* desk 1300w */
  }
}
/* ==================================================================

	subnav || aka subnav-outer || aka ipSub
	TOP OF PAGE orientation - for sidebar orientation scroll or search down to 'side oriented' [=
	=================================================================== */
/* TOP ORIENTED */
#subnav {
  font-weight: 500;
  text-align: center;
  color: #6b1d27;
  padding: 1.2em 0;
  position: relative;
  overflow: hidden;
  background: #9bb1cd;
}
@media only screen and (min-width: 81.25em) {
  #subnav {
    padding-top: 1.2em;
    /* desk 1300w */
  }
}
#subnav p {
  line-height: 1.46153846;
  font-size: 0.65em;
  margin: 0;
  padding: 0;
}
#subnav a {
  color: #353536;
  margin: 0.2em 0.8em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  -webkit-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
@media only screen and (min-width: 64em) {
  #subnav a {
    margin: 0;
    /* maxTab 1024w */
  }
}
#subnav a:hover,
#subnav a.active {
  color: #fff;
  text-decoration: none;
}
#subnav .divider {
  display: none;
}
@media only screen and (min-width: 64em) {
  #subnav .divider {
    margin: 0 0.7em;
    display: inline-block;
    vertical-align: top;
    /* maxTab 1024w */
  }
}
/* ==================================================================
	content || aka .interior-content
=================================================================== */
#bd {
  padding: 3em 0;
  background: #ebebeb url(../images/pattern.jpg) repeat;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 48em) {
  #bd {
    padding: 3.32em 0 3.31em;
    /* midTab 780w */
  }
}
#bd .container {
  max-width: 60em;
}
@media only screen and (min-width: 48em) {
  #content {
    max-width: 33.5em;
    width: 55.83333333%;
    float: right;
    margin-right: 2.1em;
    /* midTab 780w */
  }
  #content p {
    text-align: justify;
  }
}
#content .content-text {
  line-height: 1.88888889;
}
@media only screen and (min-width: 81.25em) {
  #content .content-text {
    font-size: 0.9em;
    /* desk 1300w */
  }
}
/* ==================================================================
	.home content || aka #home-content
=================================================================== */
.home #bd {
  padding: 3em 0;
  background: #fff;
}
@media only screen and (min-width: 48em) {
  .home #bd {
    padding: 4em 0 2.6em;
    /* midTab 780w */
  }
}
.home #bd .container {
  max-width: 60em;
}
@media only screen and (min-width: 48em) {
  .home #bd #content {
    width: 100%;
    max-width: 60em;
    float: none;
    margin-left: auto;
    margin-right: auto;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 81.25em) {
  .home #bd #content {
    margin: 0;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 48em) {
  .home #bd #content .content-text {
    column-count: 2;
    column-gap: 2.77777778em;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 81.25em) {
  .home #bd #content .content-text {
    font-size: 0.9em;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 48em) {
  .home #bd #content p {
    text-align: justify;
    /* midTab 768w */
  }
}
/* ==================================================================
	custom content
=================================================================== */
.mediaslider {
  text-align: center;
}
.mediaslider .cycle-slideshow {
  width: 100%;
  margin: 0.5em 0 1.5em;
  position: relative;
}
.mediaslider .cycle-slideshow .cycle-slide {
  padding: 0 5%;
}
.mediaslider .cycle-slideshow > div {
  font-size: 2.8em;
  color: #7695b9;
  position: absolute;
  top: 50%;
  z-index: 900;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.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.44);
  transform: scale(1.44);
  opacity: 0.68;
}
/* ===============================================
 		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;
  }
}
/* comment line below if patient login is live and legit */
/* .financial-information #financial-online-services{
	display:none; } */
/* 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 */
  }
}
/* office tour */
.office-tour #content h2 {
  text-align: center;
}
/* ==================================================================
	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: 800px;
  margin: 2% auto;
  display: block;
}
/* ==================================================================
	sitemap
=================================================================== */
.sitemap #content .column > ul > li {
  margin-bottom: 1.45em;
}
.sitemap #content ul {
  margin-left: 0px;
  list-style: none;
  margin-bottom: 0;
}
.sitemap #content ul a {
  line-height: 1.60714286;
  font-size: 1.55555556em;
  font-weight: 800;
  text-decoration: none;
  color: #353536;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.sitemap #content ul ul li a {
  line-height: 1.88888889;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #353536;
  margin-left: 0;
  /*to increase space adjust [body.sitemap #bd ul ul li] below*/
}
.sitemap #content a:hover {
  text-decoration: none;
  color: #7695b9;
}
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: 20em;
  margin: 0 auto 6%;
  display: none;
  padding: 0;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 48em) {
  #sidebar {
    width: 33.33333333%;
    margin: 0 0 1em;
    float: left;
    clear: left;
    display: block;
    /* midTab 768w */
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
  -webkit-transform: rotate(-5.33deg);
  transform: rotate(-5.33deg);
}
#hide-stock .ornament {
  width: 100%;
  display: block;
  box-shadow: 0.15em 0.15em 0.15em rgba(0, 0, 0, 0.35);
}
.stock {
  width: 87.75%;
  margin: 7.25% auto 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  outline: 1px solid rgba(255, 255, 255, 0.33);
  outline-offset: -1px;
}
/* ===============================================
	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
=================================================================== */
/* END SIDEBAR - */
/* ==================================================================
	.spotlight bottom
=================================================================== */
.spotlight.bottom {
  background: #f9f8f8 url(../images/spotlight/spotlight.bottom.jpg) no-repeat center bottom;
}
@media only screen and (max-width: 47.9375em) {
  .home .spotlight.bottom {
    background-size: 150% auto;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 48em) {
  .home .spotlight.bottom {
    background-size: 100% auto;
    /* midTab 768w */
  }
}
/* ===============================================
	spot02
=============================================== */
.spot02 {
  color: #000;
  padding: 5em 0;
  background: -moz-linear-gradient(top, #f9f8f8 0%, #f9f8f8 70%, rgba(249, 248, 248, 0) 100%);
  background: -webkit-linear-gradient(top, #f9f8f8 0%, #f9f8f8 70%, rgba(249, 248, 248, 0) 100%);
  background: linear-gradient(to bottom, #f9f8f8 0%, #f9f8f8 70%, rgba(249, 248, 248, 0) 100%);
}
@media only screen and (max-width: 47.9375em) {
  .spot02 {
    font-size: min(3.33vw, 1em);
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 48em) and (max-width: 81.1875em) {
  .spot02 {
    font-size: min(1.8vw, 1em);
    /* range 768w - 1300oo */
  }
}
@media only screen and (min-width: 81.25em) {
  .spot02 {
    font-size: 1vw;
    /* desk 1300w */
  }
}
.spot02:after {
  content: 'Actual Crossroads Ortho Patients';
  line-height: 1.66666667;
  font-size: 0.75em;
  text-align: left;
  font-style: italic;
  color: #353536;
  width: 96%;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.spot02 .mod {
  line-height: 0;
  width: 100%;
  display: block;
  margin: 0 0 2.5em;
}
@media only screen and (min-width: 48em) and (max-width: 81.1875em) {
  .spot02 .mod {
    margin: 0 0 5em;
    /* range 768w - 1300oo */
  }
}
.spot02 h2.topic {
  line-height: 1;
  font-size: 3.1em;
  font-weight: 800;
  color: #353536;
}
@media only screen and (max-width: 47.9375em) {
  .spot02 h2.topic {
    text-align: center;
    margin: 0 0 0.6em 0;
    display: block;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 48em) {
  .spot02 h2.topic {
    text-align: right;
    margin: 0 0.6em 0 0;
    display: inline-block;
    vertical-align: middle;
    /* midTab 768w */
  }
}
@media only screen and (max-width: 47.9375em) {
  .spot02 .links {
    font-size: min(4.44vw, 15px);
    display: block;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 48em) {
  .spot02 .links {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    /* midTab 768w */
  }
}
.spot02 .links a {
  text-align: center;
  width: 6.5em;
  height: 6.5em;
  border-radius: 50%;
  margin: 0 0.9em 0 0;
  padding: 0;
  box-shadow: 0 0.35em 0.75em rgba(0, 0, 0, 0.34);
  display: inline-block;
  vertical-align: top;
  position: relative;
  -webkit-transition: transform 0.33s ease-in-out, background-color 0.33s ease-in-out, box-shadow 0.33s ease-in-out;
  transition: transform 0.33s ease-in-out, background-color 0.33s ease-in-out, box-shadow 0.33s ease-in-out;
}
.spot02 .links a:nth-child(n):hover {
  background-color: #cccccc;
  box-shadow: 0 0.35em 0.35em rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.23);
  transform: scale(1.23);
}
.spot02 .links a:nth-child(n):hover .icon {
  color: #999;
}
.spot02 .links a:nth-last-child(1) {
  margin: 0;
}
.spot02 .links a:nth-child(1) {
  background-color: #7695b9;
}
.spot02 .links a:nth-child(1) .icon {
  font-size: 3.95em;
  color: #5d7ea4;
}
.spot02 .links a:nth-child(2) {
  background-color: #6b1d27;
}
.spot02 .links a:nth-child(2) .icon {
  font-size: 4.35em;
  color: #540812;
}
.spot02 .links a:nth-child(3) {
  background-color: #4b5771;
}
.spot02 .links a:nth-child(3) .icon {
  font-size: 3.1em;
  color: #2f3a53;
}
.spot02 .links a .icon,
.spot02 .links a .cta {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}
.spot02 .links a .icon {
  line-height: 1;
  z-index: 1;
  -webkit-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
.spot02 .links a .cta {
  line-height: 1.29411765;
  font-size: 0.85em;
  font-weight: 700;
  color: #fff;
  z-index: 420;
}
.spot02 .cycle-slideshow {
  font-size: 1vw;
  width: 120%;
  margin: 0 -10%;
  display: block;
  position: relative;
  pointer-events: none;
  z-index: 1;
}
.spot02 .cycle-slide {
  width: 100%;
  padding: 0;
  display: block;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.spot02 .cycle-slide img {
  width: 16.66666667%;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  box-shadow: 0.15em 0.15em 0.35em rgba(0, 0, 0, 0.35);
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 0) rotate(0deg) scale(0);
  transform: translate3d(0, 0, 0) rotate(0deg) scale(0);
  -webkit-transition: transform 0.33s ease-in-out 0s;
  transition: transform 0.33s ease-in-out 0s;
  position: relative;
  z-index: 400;
}
.spot02 .cycle-slide img.active {
  -webkit-transition-duration: 0.99s;
  transition-duration: 0.99s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.spot02 .cycle-slide img.active:nth-child(1) {
  -webkit-transform: translate3d(9.8em, -6.1em, 0) rotate(9.31deg) scale(1);
  transform: translate3d(9.8em, -6.1em, 0) rotate(9.31deg) scale(1);
}
.spot02 .cycle-slide img.active:nth-child(2) {
  -webkit-transform: translate3d(6.9em, 1.2em, 0) rotate(-8.13deg) scale(1);
  transform: translate3d(6.9em, 1.2em, 0) rotate(-8.13deg) scale(1);
  z-index: 420;
}
.spot02 .cycle-slide img.active:nth-child(3) {
  -webkit-transform: translate3d(4.65em, 3.85em, 0) rotate(6.36deg) scale(1);
  transform: translate3d(4.65em, 3.85em, 0) rotate(6.36deg) scale(1);
}
.spot02 .cycle-slide img.active:nth-child(4) {
  -webkit-transform: translate3d(2.2em, 1em, 0) rotate(-2.59deg) scale(1);
  transform: translate3d(2.2em, 1em, 0) rotate(-2.59deg) scale(1);
  z-index: 410;
}
.spot02 .cycle-slide img.active:nth-child(5) {
  -webkit-transform: translate3d(-3.5em, 5.4em, 0) rotate(14.1deg) scale(1);
  transform: translate3d(-3.5em, 5.4em, 0) rotate(14.1deg) scale(1);
  z-index: 420;
}
.spot02 .cycle-slide img.active:nth-child(6) {
  -webkit-transform: translate3d(-10.15em, -3.8em, 0) rotate(-13.13deg) scale(1);
  transform: translate3d(-10.15em, -3.8em, 0) rotate(-13.13deg) scale(1);
}
/* ===============================================
	spot03 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot03 {
  padding: 5em 0;
  text-align: center;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 41.5625em) {
  .spot03 {
    font-size: min(3.8vw, 1em);
    /* custom 666oo */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot03 {
    font-size: min(1.5vw, 1em);
    /* custom 666w */
  }
}
@media only screen and (min-width: 48em) {
  .spot03 {
    padding-bottom: 10.95em;
    /* midTab 768w */
  }
}
.spot03 h2.topic {
  line-height: 1;
  font-size: 3.1em;
  font-weight: 800;
  margin-bottom: 0.80645161em;
  display: block;
}
.spot03 a {
  color: #fff;
  width: 10.75em;
  height: 10.75em;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  padding: 2em 0 0;
  box-shadow: 0.15em 0.15em 0.35em rgba(0, 0, 0, 0.35);
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: transform 0.33s ease-in-out, background-color 0.33s ease-in-out, color 0.33s ease-in-out;
  transition: transform 0.33s ease-in-out, background-color 0.33s ease-in-out, color 0.33s ease-in-out;
}
@media only screen and (max-width: 41.5625em) {
  .spot03 a {
    margin: 0 2%;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot03 a {
    margin: 0 0.775em;
    /* custom 666w */
  }
}
.spot03 a:nth-of-type(1) {
  background-color: #98b3d3;
}
.spot03 a:nth-of-type(2) {
  background-color: #7695b9;
}
.spot03 a:nth-of-type(3) {
  background-color: #4b5771;
}
@media only screen and (max-width: 41.5625em) {
  .spot03 a:nth-of-type(3) {
    margin-left: auto;
    margin-right: auto;
    display: block;
    /* custom 666oo */
  }
}
.spot03 a:nth-of-type(4) {
  background-color: #6b1d27;
}
.spot03 a:nth-of-type(5) {
  background-color: #943542;
}
.spot03 a:nth-of-type(n):hover {
  color: #fff;
  background-color: #999999;
  -webkit-transform: scale(1.23);
  transform: scale(1.23);
  z-index: 400;
}
.spot03 a .icon {
  width: 4.5em;
  height: 3.95em;
  margin: 0 auto 0.8em;
  display: block;
}
.spot03 a h3.topic {
  line-height: 1.17647059;
  font-size: 0.85em;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  color: currentcolor;
  width: 100%;
  display: block;
}
/* ===============================================
	spot00 || subpage spotlight
=============================================== */
.spot00 {
  padding: 0;
  background-color: #802d37;
  width: 50%;
}
.spot00 .mod {
  padding: 4.5em 0 3.25em;
}
@media only screen and (max-width: 63.9375em) {
  .spot00 .mod {
    width: 100%;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 64em) {
  .spot00 .mod {
    height: 29.6em;
    width: 100%;
    margin-right: 50%;
    padding-right: 4.5em;
    /* midTab 1024w */
  }
}
.spot00 .decoration {
  display: block;
}
@media only screen and (max-width: 63.9375em) {
  .spot00 .decoration {
    width: 100%;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 64em) {
  .spot00 .decoration {
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 50%;
    /* midTab 1024w */
  }
}
@media only screen and (min-width: 125em) {
  .spot00 .decoration {
    width: 100%;
    height: auto;
    top: 26vw;
    /* custom 2000w */
  }
}
/* widget */
.contactform {
  width: 96%;
  max-width: 20.7em;
  margin: 0;
  padding: 0;
  display: block;
}
@media only screen and (max-width: 63.9375em) {
  .contactform {
    margin-left: auto;
    margin-right: auto;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 64em) {
  .contactform {
    margin: 0 0 0 auto;
    /* midTab 1024w */
  }
}
.contactform h2.topic {
  line-height: 1;
  font-size: 1.9em;
  font-weight: 800;
  color: #fff;
  margin: 0 0 0.52631579em;
  display: block;
}
.contactform form {
  width: 100%;
  display: inline-block;
}
.contactform input[type="text"],
.contactform select,
.contactform textarea {
  font-size: 0.65em;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  caret-color: #004b8d;
  width: 100%;
  margin: 0 0 0.76923077em;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
  -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;
  box-shadow: none;
  display: block;
}
.contactform input[type="text"]::-webkit-input-placeholder,
.contactform select::-webkit-input-placeholder,
.contactform textarea::-webkit-input-placeholder {
  color: #fff;
}
.contactform input[type="text"]:-moz-placeholder,
.contactform select:-moz-placeholder,
.contactform textarea:-moz-placeholder {
  color: #fff;
}
.contactform input[type="text"]::-moz-placeholder,
.contactform select::-moz-placeholder,
.contactform textarea::-moz-placeholder {
  color: #fff;
}
.contactform input[type="text"]:-ms-input-placeholder,
.contactform select:-ms-input-placeholder,
.contactform textarea:-ms-input-placeholder {
  color: #fff;
}
.contactform input[type="text"]:focus,
.contactform select:focus,
.contactform textarea:focus {
  color: #802d37;
  box-shadow: none;
  background: #fff;
  border-color: #fff;
}
.contactform input[type="text"]:focus::-webkit-input-placeholder,
.contactform select:focus::-webkit-input-placeholder,
.contactform textarea:focus::-webkit-input-placeholder {
  color: #802d37;
}
.contactform input[type="text"]:focus:-moz-placeholder,
.contactform select:focus:-moz-placeholder,
.contactform textarea:focus:-moz-placeholder {
  color: #802d37;
}
.contactform input[type="text"]:focus::-moz-placeholder,
.contactform select:focus::-moz-placeholder,
.contactform textarea:focus::-moz-placeholder {
  color: #802d37;
}
.contactform input[type="text"]:focus:-ms-input-placeholder,
.contactform select:focus:-ms-input-placeholder,
.contactform textarea:focus:-ms-input-placeholder {
  color: #802d37;
}
.contactform select,
.contactform input[type="text"] {
  height: 2.92307692em;
}
.contactform textarea {
  height: 12.92307692em;
}
.contactform .widget-btn {
  line-height: 2.53333333;
  font-size: 0.75em;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  width: 9.86666667em;
  height: 2.53333333em;
  margin: 0 auto;
  background: #fff;
  border: none;
  display: block;
  position: relative;
  z-index: 420;
}
.contactform .widget-btn:hover {
  color: #fff;
  background: none;
}
.contactform .widget-btn:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #fff;
  z-index: -1;
}
/* global override */
/* padding for inputs and textareas */
.full textarea {
  padding: 0.53846154em 0 0 1em !important;
  min-height: 0;
}
input[type="text"],
input[type="date"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="file"] {
  padding: 0 0 0 1em!important;
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0;
  background-color: #f5f5f5;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  overflow: hidden;
}
#ft .mark {
  width: 164.7em;
  height: 74.85em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-52%, -48.6%, 0);
  transform: translate3d(-52%, -48.6%, 0);
  pointer-events: none;
  z-index: -1;
  opacity: 0.64;
}
#ft .mark path {
  fill: #fff;
}
/* ===============================================
		locations || aka ft-location
=============================================== */
#locations {
  color: #353536;
  width: 100%;
  padding: 3.4em 0 2.45em;
  display: block;
  position: relative;
  z-index: 420;
}
#locations .logo {
  line-height: 0;
  text-align: center;
  margin: 0 auto 2.55em;
  display: block;
}
#locations .logo svg {
  width: 18.15em;
  height: 9.25em;
}
#locations .mod {
  text-align: center;
  width: 100%;
  max-width: 13.7em;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 29.9375em) {
  #locations .mod {
    margin: 2% 0;
    /* mintab 480oo */
  }
}
@media only screen and (min-width: 30em) {
  #locations .mod {
    width: 33%;
    /* mintab 480w */
  }
}
#locations .address {
  line-height: 1.33333333;
  font-size: 0.75em;
  font-weight: 500;
  margin: 0 auto;
  display: block;
}
#locations .address .city {
  line-height: 2.04545455;
  font-size: 1.46666667em;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  -webkit-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
#locations .address .city.caro {
  color: #782e37;
}
#locations .address .city.cent {
  color: #4b5771;
}
#locations .address .city.park {
  color: #91a9c6;
}
#locations .phone {
  line-height: 2.23529412;
  font-size: 0.85em;
  font-weight: 700;
  display: block;
  animation-fill-mode: both;
  animation-duration: 0.8s;
}


@media only screen and (min-width: 48em) {
  #locations .phone{
    /*display: none;*/
  }
}


#locations .phone-btn {
  line-height: 2.23529412;
  font-size: 0.85em;
  font-weight: 700;
  display: none;
  animation-fill-mode: both;
  animation-duration: 0.8s;
}
@media only screen and (min-width: 48em) {
  #locations .phone-btn {
    display: block;
  }
}


#locations .phone.animate {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
#locations a {
  color: #353536;
  -webkit-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
#locations a:hover {
  color: #004b8d;
}
#locations a:hover .city[class] {
  color: #004b8d;
}
/* ==================================================================
		superutil
=================================================================== */
.superutil {
  text-align: center;
  width: 100%;
  padding: 0.55em 0;
  background-color: #91a9c5;
  display: block;
  position: relative;
  z-index: 420;
}
@media only screen and (max-width: 41.5625em) {
  .superutil {
    font-size: 3.6vw;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 41.625em) {
  .superutil {
    font-size: min(1.75vw, 1em);
    /* custom 666w */
  }
}
@media only screen and (min-width: 81.25em) {
  .superutil {
    font-size: inherit;
    /* desk 1300w */
  }
}
.superutil .spotbtn {
  line-height: 3.33333333;
  font-size: 0.75em;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  width: 17.73333333em;
  height: 3.33333333em;
  margin: 0.36666667em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  -webkit-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
.superutil .spotbtn:hover {
  color: #91a9c5;
}
.superutil .spotbtn:hover:after {
  background-color: #4b5771;
  border-color: #4b5771;
}
.superutil .spotbtn:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #fff;
  z-index: -1;
  -webkit-transition: background-color 0.33s ease-in-out, border-color 0.33s ease-in-out;
  transition: background-color 0.33s ease-in-out, border-color 0.33s ease-in-out;
}
/* ==================================================================
		#links || aka ft-design-credit
=================================================================== */
#links {
  text-align: center;
  text-transform: uppercase;
  color: #353536;
  padding: 2em 0;
  margin: 0;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 48em) {
  #links {
    height: 4.4em;
    padding: 1.45em 0 0;
    /* midTab 768w  */
  }
}
#links .util {
  line-height: 2.72727273;
  font-size: 0.55em;
}
#links .util a {
  letter-spacing: 0.1em;
  color: #353536;
  -webkit-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
#links .util a:hover {
  color: #004b8d;
}
#links .util a,
#links .util .divider {
  display: inline-block;
}
#links .util .divider {
  margin: 0 0.6em;
}
@media only screen and (max-width: 29.9375em) {
  #links .util .divider {
    /* mintab 480oo */
  }
  #links .util .divider.opp {
    display: none;
  }
}
/* ===============================================
		sesame link
=============================================== */
@media only screen and (max-width: 29.9375em) {
  a#sesame-link {
    width: 100%;
    /* mintab 480oo */
  }
}
a#sesame-link .sesameicon {
  width: 2.18181818em;
  height: 1.81818182em;
  margin-right: 0.72727273em;
  display: inline-block;
  vertical-align: middle;
}
a#sesame-link .sesameicon path {
  fill: currentcolor;
  -webkit-transition: fill 0.33s ease-in-out;
  transition: fill 0.33s ease-in-out;
}
/*superlative*/
/************************************************************************************************************************************************/
/* hide double hr aka div.hr */
hr,
.types-of-braces #content div.clear {
  font-size: inherit;
  height: 4px;
  width: 6.11111111em;
  margin: 1.58em auto 1.58em 0;
  background: #782e37;
  border: none;
  display: block;
}
/* ===============================================
	success message
=============================================== */
.success {
  text-transform: none;
  font-weight: 400;
  color: #fff;
  width: 100%;
  padding: 1rem;
  float: left;
  background: #7695b9;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: 0.03em;
  font-weight: 500;
  text-transform: uppercase;
  font-size: smaller;
  color: #fff;
  height: 38px;
  padding: 0 1.5em;
  background-color: #782e37;
  border: 1px solid #782e37;
  -webkit-transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out;
  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: #004b8d;
  background-color: #004b8d;
}
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
=============================================== */
  .layout-full-width #content {
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .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 {
    font-size: inherit;
    width: 100%;
    height: 3em;
    margin-top: 1.25em;
    position: relative;
    top: auto;
    z-index: 2900;
    box-shadow: none;
    /*background:none;*/
  }
  #main-nav .container {
    background: none;
    max-width: right;
  }
  #main-nav div.collapsible {
    margin: 0 auto;
  }
  #main-nav ul {
    height: 3em;
    width: auto;
    padding: 0;
    margin: 0 17.4em 0 0;
    border: none;
    background: none;
    position: static;
    float: right;
  }
  #main-nav ul li {
    height: 100%;
    margin: 0 1.2em 0 0;
    background: none;
    position: relative;
    vertical-align: top;
    float: none;
    clear: none;
  }
  #main-nav ul li.contact,
  #main-nav ul li.contact-us {
    margin-right: 0;
    padding-right: 0;
  }
  #main-nav ul li a[id] {
    line-height: 3.07692308;
    text-align: center;
    text-decoration: none;
    height: 100%;
    z-index: 3000;
  }
  #main-nav ul li a[id]:after {
    bottom: 2.23076923em;
  }
  #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.35em;
    margin: 0;
    padding: 0 1.35em;
    opacity: 1;
    float: left;
  }
  #main-nav ul ul li a {
    line-height: 2.07692308;
    text-align: left;
    white-space: nowrap;
    height: 2.07692308em;
    padding: 0;
    float: left;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
  #main-nav ul ul li a:after {
    bottom: 0.23076923em;
  }
  #main-nav ul li.contact-us ul li a,
  #main-nav ul li.contact ul li a {
    text-align: right;
    float: right;
  }
  #main-nav ul li:hover ul {
    left: -1.1em;
    /*top:37px;*/
    display: block;
  }
  #main-nav ul li.contact-us:hover ul,
  #main-nav ul li.contact:hover ul {
    left: auto;
    right: -1.1em;
    margin: 0;
  }
  /*END*/
}
/* ie nonsense */
/***********************************************
target ie11: html[data-useragent*='Trident/7.0']
***********************************************/
html[data-useragent*='Trident/7.0'] {
  /* END */
}
/* custom animations */
@-webkit-keyframes flyinmobilenav {
  from {
    left: 300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@keyframes flyinmobilenav {
  from {
    left: 300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
/*  scalein */
@keyframes scalein {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }
}
.scalein {
  -webkit-animation: scalein 0.66s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scalein 0.66s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}


.grecaptcha-badge { z-index:5000 !important;
margin-bottom:65px !important;}