@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i|Roboto+Slab:400,700&display=swap');
/* ===============================================
  
  swedeh-osman
  
  Sesame Communications - (c) 2020
  Written by: Vita Stillion
  All rights reserved.
  Any reproduction or intentional misuse is strictly prohibited
  
=============================================== */
/* ===============================================
          Colors 
=============================================== */
/* Body Text */
/* a-links - green */
/* green 2 */
/* dark blue */
/*div hr*/
/* ===============================================
          Fonts 
=============================================== */
.font-l {
  font-family: 'Lato', sans-serif;
}
.font-r {
  font-family: 'Roboto Slab', serif;
}
/* ===============================================
          Mixins 
=============================================== */
/*font-mixins*/
.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;
}
/*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;
}
.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;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.trans2 {
  -webkit-transition: ease-in-out all 0.4s;
  -moz-transition: ease-in-out all 0.4s;
  -o-transition: ease-in-out all 0.4s;
  -ms-transition: ease-in-out all 0.4s;
  transition: ease-in-out all 0.4s;
}
.fade {
  opacity: 0.5;
}
.round {
  border-radius: 50%;
}
/*functional mixins*/
.vertical-align {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.vertical-align-nul {
  position: relative;
  top: auto;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-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 {
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
}
.g-style {
  background-color: #a82416;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b12a1c), color-stop(100% #9e1d0f));
  background-image: -webkit-linear-gradient(top, #b12a1c 0%, #9e1d0f 100%);
  background-image: -moz-linear-gradient(top, #b12a1c 0%, #9e1d0f 100%);
  background-image: -ms-linear-gradient(top, #b12a1c 0%, #9e1d0f 100%);
  background-image: -o-linear-gradient(top, #b12a1c 0%, #9e1d0f 100%);
  background-image: linear-gradient(top, #b12a1c 0%, #9e1d0f 100%);
}
.g-style-linear {
  background-color: #252525;
  background-image: -webkit-gradient(linear, left top, left top, color-stop(0%, #282828), color-stop(100% #222222));
  background-image: -webkit-linear-gradient(left, #282828 0%, #222222 100%);
  background-image: -moz-linear-gradient(left, #282828 0%, #222222 100%);
  background-image: -ms-linear-gradient(left, #282828 0%, #222222 100%);
  background-image: -o-linear-gradient(left, #282828 0%, #222222 100%);
  background-image: linear-gradient(left, #282828 0%, #222222 100%);
}
/* ===============================================
Basic Stylings
These will affect every size of the site.
=============================================== */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fa,
.fas,
.fab,
.fal {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: 0;
}
body,
input,
select,
textarea,
form button {
  font-family: 'Lato', sans-serif;
}
nav ul li a,
nav ul ul li a {
  padding: 0;
}
li {
  line-height: inherit;
}
img {
  height: auto;
}
/* Body */
body {
  font-size: 15px;
  line-height: 1.6em;
  font-weight: normal;
  background: #ffffff;
  color: #252525;
  overflow: hidden;
}
p {
  margin: 0 0 .5em;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
/* Links */
a {
  text-decoration: none;
}
#content a {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #2d9fb4;
  text-decoration: none;
}
#content a:hover {
  color: #639974;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Roboto Slab', serif;
  margin: 0 0 0.7em;
  text-rendering: auto;
  line-height: 1em;
  color: #0c2d4c;
}
h1 {
  font-weight: 400;
  text-transform: none;
  font-size: 2em;
}
.home h1 {
  letter-spacing: -0.01em;
}
.home h1 span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.333em;
  line-height: 1.5;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.300em;
}
h4 {
  font-size: 1em;
}
h5,
h6 {
  font-size: 0.9em;
}
hr {
  color: #d9dadb;
  background-color: #d9dadb;
  border: none;
  height: 2px;
  clear: both;
  margin: 1.58em 0;
}
.hr {
  visibility: hidden;
}
.container {
  max-width: 1000px;
}
.sidebar {
  text-align: center;
  margin: 0 auto 1em;
  position: relative;
}
.static {
  margin: 0 0 20px 0;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  border: solid 2px #d9dadb;
}
.team {
  display: inline-block;
  margin: 0 20px 20px 0;
}
.team-photo {
  display: block;
  width: 100%;
  float: none;
  margin: 0 auto 25px;
  max-width: 600px;
  border: solid 4px #ffffff;
}
/*
.staff {
  .show;
  width:80%;
  max-width:250px; 
  margin:0 auto 1em; 
}
*/



figure.team-member img, figure.team-member p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -o-transition: opacity 0.35s, -o-transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s, -o-transform 0.35s;
}

.grid figure img {
  position: relative;
  display: block;
  width: 100%;
  max-width: 300%;
}

figure.team-member:hover img {
  opacity: 0.3;
  -webkit-transform: scale3d(1, 1, 2);
  -moz-transform: scale3d(1, 1, 2);
       transform: scale3d(1, 1, 2);
}

figure.team-member p {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 18% 12%;
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  -moz-transform: scale3d(0.8, 0.8, 1);
       transform: scale3d(0.8, 0.8, 1);
  -webkit-transform-origin: 50% -100%;
  -moz-transform-origin: 50% -100%;
   -ms-transform-origin: 50% -100%;
    -o-transform-origin: 50% -100%;
       transform-origin: 50% -100%;
  color: #26889f;
  text-align: left;
  font-size: 1.2em;
  text-transform: none;
  line-height: 1.5em;
}

.grid figure figcaption, .grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grid figure figcaption {
  /* padding: 2em; */
  color: #000;
  text-transform: uppercase;
  font-size: 1em;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
}

figure.team-member:hover h2, figure.team-member:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
       transform: scale3d(1, 1, 1);
}

figure.team-member p span {
  display: block;
  color: #2d9fb4;
  text-transform: uppercase;
  font-weight: 700;
  font-size: .7em;
  line-height: 1.2em;
  letter-spacing: .1em;
  text-align: left;
}

figure.team-member {
  background: -webkit-linear-gradient(-45deg, #fff 0%, #d7d7d7 100%);
  background: -webkit-linear-gradient(135deg, #fff 0%, #d7d7d7 100%);
  background: -moz-linear-gradient(135deg, #fff 0%, #d7d7d7 100%);
  background: -o-linear-gradient(135deg, #fff 0%, #d7d7d7 100%);
  background: linear-gradient(-45deg, #fff 0%, #d7d7d7 100%);
}

.grid figure {
  overflow: hidden;
  max-width: 100%;
  text-align: center;
  /* cursor: pointer; */
  margin: 0 auto 1.2em;
  padding: 0;
}

@media only screen and (min-width: 48em) {
  .grid figure {
    float: left;
    width: -webkit-calc(25% - 20px);
    width: -moz-calc(25% - 20px);
    width: calc(25% - 20px);
    margin: 10px;
  }
}

@media only screen and (min-width: 64em) {
  figure.team-member p {
    font-size: 20px;
  }
}




.patient-forms ul.forms li a {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/*.img-right { max-width: 100%; }*/
/* List Styling */
ul li {
  list-style: disc;
}
li {
  margin-left: 20px;
  line-height: inherit;
}
.office-tour li,
.invisalign-before-after li,
.before-and-after li {
  margin: 0;
}
#content ul {
  margin: 0 0 .4em 25px;
}
.sitemap #content ul li {
  margin-left: 0;
}
#ft ul,
#subnav {
  margin: 0;
  padding: 0;
}
#subnav li,
body.sitemap #content ul li {
  list-style: none;
}
/* Sitemap */
body.sitemap #content ul {
  margin: 0 0 1.8em 0;
}
body.sitemap #content ul li {
  margin-top: 21px;
  list-style: none;
}
body.sitemap #content ul li a {
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
  font-size: 1.300em;
  color: #2d9fb4;
  display: inline-block;
  text-decoration: none;
}
body.sitemap #content ul ul {
  padding-left: 0;
  margin: 0;
}
body.sitemap #content ul ul li {
  margin: 0;
  list-style: none;
}
body.sitemap #content ul ul li a {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  display: inline-block;
  font-size: 1em;
  color: #2d9fb4;
  text-transform: none;
}
body.sitemap #content ul li a:hover,
body.sitemap #content ul ul li a:hover {
  color: #639974;
}
#sticky {
  position: relative;
  width: 100%;
  z-index: 3000;
  padding-top: 50px;
  background: #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
/* Header */
#hd {
  text-align: center;
  width: 100%;
  padding: 1em 0 0;
  position: relative;
  /* Header Info */
}
#hd .container {
  width: 100% !important;
}
#hd .logo {
  float: none;
  display: block;
  text-align: center;
  width: 90%;
  max-width: 311px;
  margin: 0 auto 1em;
  text-decoration: none;
}
#hd .logo img {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  width: 100%;
  display: inline-block;
}
#hd .info {
  background: #2d9fb4;
  padding: 1em 0;
}
#hd .info .loc {
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Roboto Slab', serif;
  color: #ffffff;
  font-size: 0.600em;
  line-height: 1.2;
  margin: 1em 0.5em;
}
#hd .info .divider {
  display: none;
  color: #ffffff;
}
#hd .info .city {
  font-weight: 700;
  letter-spacing: 0.136em;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: block;
  text-decoration: none;
  color: #ffffff;
}
#hd .info .phone {
  letter-spacing: 0.136em;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-weight: 700;
  display: block;
  text-decoration: none;
  color: #ffffff;
}
#hd .info a:hover {
  color: #0c2d4c;
}
/* social-media || aka social-icons */
.social-media img,
.social-media .ib {
  vertical-align: top;
}
/*global override*/
.social-media {
    text-align: center;
    height: auto;
    display: inline-block;
    vertical-align: bottom;
    padding: 0;
    position: absolute;
    width: 42px;
    top: 250px;
    right: 5px;
    margin: 0;
}
.social-media .ib {
  display: inline-block;
}
.social-media a {
  background: #639974;
  color: #ffffff;
  line-height: 3.125;
  font-size: 0.800em;
  /* 16px */
  height: 3.125em;
  width: 3.125em;
  margin: 0 0 5px;
  position: relative;
  display: block;
  float: left;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.social-media a:hover {
  background: #2d9fb4;
}
/* ==================================================================
  main-nav
=================================================================== */
#main-nav {
  font-family: 'Roboto Slab', serif;
  letter-spacing: 0.05em;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  height: 50px;
  width: 100%;
  clear: both;
  box-shadow: 0 1px 0 rgba(37, 37, 37, 0.1);
  /* light underline for mobile devices */
  position: absolute;
  top: 0;
  z-index: 600;
}
#main-nav .container {
  height: 100%;
  width: 100%!important;
  padding: 0;
}
#main-nav .trigger {
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  color: #0c2d4c;
  padding: 0;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 600;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#main-nav .trigger:before {
  content: '';
  width: 0;
  height: 2px;
  margin: 0 auto;
  background: #d9dadb;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#main-nav .trigger .nav_icon {
  width: 16px;
  height: 10px;
  margin-right: 0.4em;
  position: relative;
  display: inline-block;
  top: -0.14em;
}
#main-nav .trigger .nav_icon span {
  height: 2px;
  width: 100%;
  border-radius: 2px;
  background: currentColor;
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#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: #2d9fb4;
}
#main-nav .trigger:hover:before {
  width: 80px;
}
#main-nav .trigger:hover .nav_icon span {
  /*background:@color1;*/
}
#main-nav .open .trigger {
  color: #2d9fb4;
}
#main-nav .open .trigger:before {
  width: 80px;
}
#main-nav .open .trigger .nav_icon span {
  /*background:@color1;*/
}
#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);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#main-nav .open .trigger .nav_icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-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: 100%;
  margin: 0;
  padding: 1em 0;
  z-index: 550;
  position: relative;
  background: #32b1c8;
}
#main-nav ul li {
  clear: both;
}
#main-nav ul li a[id] {
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  width: auto;
  height: 40px;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#main-nav ul li.active > a[id],
#main-nav ul li:hover > a[id] {
  color: #0c2d4c;
  text-decoration: none;
}
#main-nav ul ul {
  padding: 0;
  width: 100%;
  float: left;
  background: rgba(45, 159, 180, 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 {
  line-height: 40px;
  /*default 40*/
  color: #fff;
  width: 100%;
  height: 40px;
  /*default 40*/
  margin: 0;
  background: none;
  border: none;
  position: relative;
  display: inline-block;
}
#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: #ffffff;
  margin-bottom: 0;
  background: #0c2d4c;
  border: none;
}
/*main-nav make li fly in all cool*/
#main-nav .collapsible.open > ul li {
  -webkit-animation: peters_move 0.4s 1;
  -moz-animation: peters_move 0.4s 1;
  -ms-animation: peters_move 0.4s 1;
  -o-animation: peters_move 0.4s 1;
  animation: peters_move 0.4s 1;
}
#main-nav .collapsible.open ul ul li {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;
}
/*make flyouts expand on mobile*/
#main-nav ul ul li {
  height: 0;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0;
}
/*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: 40px;
  opacity: 1;
}
/* Subnav */
#subnav-outer {
  position: relative;
  padding: 2em 0;
  background: #0c2d4c;
  text-align: center;
}
#subnav-outer .divider {
  display: none;
  margin: 0 3px;
}
#subnav-outer p {
  text-transform: uppercase;
  color: #2d9fb4;
  width: 100%;
  margin: 0 auto;
  font-size: 0.600em;
  line-height: 25px;
}
#subnav-outer a {
  letter-spacing: 0.1em;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #2d9fb4;
  text-decoration: none;
  display: inline-block;
  position: relative;
  line-height: 1em;
  margin: 0.2em 0.8em;
  white-space: nowrap;
}
#subnav-outer a:before {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  content: '';
  background: #ffffff;
  width: 0;
  height: 1px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -4px;
}
#subnav-outer a.active,
#subnav-outer a:hover {
  color: #ffffff;
  text-decoration: none;
}
#subnav-outer a.active:before,
#subnav-outer a:hover:before {
  width: 100%;
  left: 0;
}
/* Slideshow */
#slideshow {
  text-align: center;
  background: #000000;
  position: relative;
  z-index: 400;
}
#slideshow video {
  margin: 0 auto;
  z-index: 10;
  width: 100%;
  display: block;
  opacity: 0.9;
}
#slideshow .ss_overlay {
  font-family: 'Roboto Slab', serif;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 401;
  font-size: 6vw;
  line-height: 1;
}
#slideshow .ss_overlay .trait {
  display: block;
  font-weight: 700;
}
.torso {
  position: relative;
  background: #ffffff;
  z-index: 400;
}
/* Callouts */
#callouts {
  text-align: center;
  width: 100%;
  position: relative;
  padding: 0;
  z-index: 400;
}
#callouts a {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  background: #2d9fb4;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 400;
  overflow: hidden;
}
#callouts a:before {
  -webkit-transition: ease-in-out all 0.4s;
  -moz-transition: ease-in-out all 0.4s;
  -o-transition: ease-in-out all 0.4s;
  -ms-transition: ease-in-out all 0.4s;
  transition: ease-in-out all 0.4s;
  border-radius: 50%;
  content: '';
  background: #26889f;
  width: 22.95em;
  height: 22.95em;
  display: block;
  position: absolute;
  left: -1em;
  top: -1.5em;
  z-index: -1;
}
#callouts a:after {
  -webkit-transition: ease-in-out all 0.4s;
  -moz-transition: ease-in-out all 0.4s;
  -o-transition: ease-in-out all 0.4s;
  -ms-transition: ease-in-out all 0.4s;
  transition: ease-in-out all 0.4s;
  content: '';
  background: #26889f;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 40%;
  top: 0;
  z-index: -1;
}
#callouts a .topic {
  text-align: left;
  -webkit-transition: ease-in-out all 0.4s;
  -moz-transition: ease-in-out all 0.4s;
  -o-transition: ease-in-out all 0.4s;
  -ms-transition: ease-in-out all 0.4s;
  transition: ease-in-out all 0.4s;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
  color: #ffffff;
  font-size: 1em;
  height: 4em;
  line-height: 3.8;
  padding-left: 1.55em;
}
#callouts a .topic img {
  vertical-align: -1em;
  -webkit-transition: ease-in-out all 0.4s;
  -moz-transition: ease-in-out all 0.4s;
  -o-transition: ease-in-out all 0.4s;
  -ms-transition: ease-in-out all 0.4s;
  transition: ease-in-out all 0.4s;
  display: inline-block;
  margin-right: 1.2em;
  width: 2.25em;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -ms-perspective: 800px;
  -o-perspective: 800px;
  perspective: 800px;
  -webkit-transform: translateX(0) rotateY(0deg) translateZ(0);
  -moz-transform: translateX(0) rotateY(0deg) translateZ(0);
  -ms-transform: translateX(0) rotateY(0deg) translateZ(0);
  -o-transform: translateX(0) rotateY(0deg) translateZ(0);
  transform: translateX(0) rotateY(0deg) translateZ(0);
}
#callouts a:hover:before {
  left: -10em;
  width: 30em;
  height: 30em;
}
#callouts a:hover .topic img {
  -webkit-transform: translateX(0) rotateY(-180deg);
  -moz-transform: translateX(0) rotateY(-180deg);
  -ms-transform: translateX(0) rotateY(-180deg);
  -o-transform: translateX(0) rotateY(-180deg);
  transform: translateX(0) rotateY(-180deg);
}
#bd {
  position: relative;
  z-index: 400;
  padding: 3em 0;
}
#bd .container {
  width: 90%!important;
}
.hp-decor {
  display: none;
}
/* Content */
#content {
  display: block;
  position: relative;
}
.office_tour {
  display: block;
  position: relative;
}
.office_tour .cycle-slideshow {
  display: block;
  width: 96%;
  max-width: 800px;
  /* adjust max-width the actual dimensions of the slides */
  margin-left: auto;
  margin-right: auto;
}
.office_tour .controls {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  z-index: 400;
}
.office_tour .controls > div {
  font-size: 50px;
  color: #252525;
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.office_tour .controls > div[id^="prev"] {
  float: left;
}
.office_tour .controls > div[id^="next"] {
  float: right;
  direction: rtl;
}
.office_tour .controls > div:hover {
  cursor: pointer;
  -webkit-transform: scale(1.44);
  -moz-transform: scale(1.44);
  -ms-transform: scale(1.44);
  -o-transform: scale(1.44);
  transform: scale(1.44);
  opacity: 0.5;
}
/* custom content */
.meet-our-doctors .content-text {
  text-align: center;
}
.meet-our-doctors .geo {
  width: 96%;
  max-width: 400px;
  margin: 0 2% 2em;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.meet-our-doctors .doctor {
  width: 50%;
  display: block;
  margin: 0 auto 1em 0;
}
.meet-our-doctors .links {
  width: 40%;
  position: absolute;
  top: 40%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.meet-our-doctors .btn {
  line-height: 3;
  font-size: 0.6em;
  text-transform: uppercase;
  width: 100%;
  margin: 0.5em 0;
  display: block;
  position: relative;
  z-index: 400;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.meet-our-doctors .btn:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid currentcolor;
}
.meet-our-doctors h2 {
  font-size: 1em;
  text-align: center;
}
body[class*='-team'] .grid {
  color: #fff;
  width: 100%;
  text-align: center;
}
body[class*='-team'] .bio {
  font-size: 0.77em;
  width: 96%;
  max-width: 300px;
  margin: 0 2% 2%;
  padding: 3em 1em 1em;
  background: #16548e;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
body[class*='-team'] .bio .staff {
  width: 40%;
  max-width: 100px;
  margin: 0 1em 1em 0;
  display: block;
  float: left;
}
body[class*='-team'] .bio h2 {
  text-align: center;
  color: currentcolor;
  white-space: nowrap;
  width: 100%;
  padding: 3% 5%;
  position: absolute;
  top: 0;
  right: 0;
}
body[class*='-team'] .bio h3 {
  color: currentcolor;
}
body[class*='-team'] .bio p {
  line-height: 1.5;
  text-align: left;
  margin: 0 0 1em;
}
body[class*='-location'] .btn-tour {
  -webkit-transition: ease-in-out all 0.4s;
  -moz-transition: ease-in-out all 0.4s;
  -o-transition: ease-in-out all 0.4s;
  -ms-transition: ease-in-out all 0.4s;
  transition: ease-in-out all 0.4s;
  text-transform: uppercase;
  font-family: 'Roboto Slab', serif;
  display: inline-block;
  color: #2d9fb4;
  border: solid 1px #2d9fb4;
  padding: 0.25em 0.5em;
}
body[class*='-location'] .btn-tour:hover {
  color: #639974;
  border-color: #639974;
}
/* Callouts 02 */
.callouts-02 {
  text-align: center;
  width: 100%;
  position: relative;
  background: #f5f6f7;
  padding: 3em 1em;
  z-index: 401;
  font-size: 3vw;
  border-bottom: solid 10px #ffffff;
}
.callouts-02 h2 {
  text-transform: none;
  text-align: center;
  font-size: 3em;
  color: #0c2d4c;
  margin-bottom: 1.2em;
}
.callouts-02 a {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  width: 45%;
  text-align: center;
  max-width: 340px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 400;
  overflow: hidden;
  margin: 1em auto;
}
.callouts-02 a .icon {
  -webkit-transition: ease-in-out all 0.4s;
  -moz-transition: ease-in-out all 0.4s;
  -o-transition: ease-in-out all 0.4s;
  -ms-transition: ease-in-out all 0.4s;
  transition: ease-in-out all 0.4s;
  border-radius: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 3em;
  height: 3em;
  overflow: hidden;
  position: relative;
  line-height: 2.95;
  font-size: 2.5em;
  color: #ffffff;
  z-index: 2;
}
.callouts-02 a .icon .fa {
  position: relative;
}
.callouts-02 a .icon:after {
  -webkit-transition: ease-in-out all 0.4s;
  -moz-transition: ease-in-out all 0.4s;
  -o-transition: ease-in-out all 0.4s;
  -ms-transition: ease-in-out all 0.4s;
  transition: ease-in-out all 0.4s;
  border-radius: 50%;
  content: '';
  background: #26889f;
  width: 4.6em;
  height: 4.6em;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -2.3em;
  top: 1.38em;
  z-index: -1;
}
.callouts-02 a:nth-child(1) .icon {
  background: #2d9fb4;
}
.callouts-02 a:nth-child(2) .icon {
  background: #639974;
}
.callouts-02 a:nth-child(2) .icon:after {
  background: #538061;
}
.callouts-02 a:nth-child(3) .icon {
  background: #144c80;
  -webkit-transform: translateX(0) rotateY(-180deg);
  -moz-transform: translateX(0) rotateY(-180deg);
  -ms-transform: translateX(0) rotateY(-180deg);
  -o-transform: translateX(0) rotateY(-180deg);
  transform: translateX(0) rotateY(-180deg);
}
.callouts-02 a:nth-child(3) .icon:after {
  background: #0c2d4d;
}
.callouts-02 a .topic {
  letter-spacing: 0.05em;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: ease-in-out all 0.4s;
  -moz-transition: ease-in-out all 0.4s;
  -o-transition: ease-in-out all 0.4s;
  -ms-transition: ease-in-out all 0.4s;
  transition: ease-in-out all 0.4s;
  display: block;
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
  color: #0c2d4c;
  font-size: 1.250em;
  line-height: 1.250;
  margin: 0.9em auto 0.5em;
}
.callouts-02 a .detail {
  display: none;
  letter-spacing: 0.05em;
  color: #252525;
  font-size: 0.800em;
  /* 16px */
  line-height: 1.875em;
}
.callouts-02 a:hover .icon:after {
  top: -3em;
  border-radius: 0;
}
.callouts-02 a:hover:nth-child(1) .topic {
  color: #44bad0;
}
.callouts-02 a:hover:nth-child(1) .icon {
  background: #44bad0;
}
.callouts-02 a:hover:nth-child(2) .topic {
  color: #81ae8f;
}
.callouts-02 a:hover:nth-child(2) .icon {
  background: #81ae8f;
}
.callouts-02 a:hover:nth-child(3) .topic {
  color: #1b66ac;
}
.callouts-02 a:hover:nth-child(3) .icon {
  background: #1b66ac;
}
.callouts-02 .btn {
  display: block;
  font-family: 'Roboto Slab', serif;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.05em;
  color: #2d9fb4;
  font-size: 1em;
  width: 18em;
  height: 4em;
  line-height: 4;
  position: relative;
  margin: 2em auto 0;
}
.callouts-02 .btn:before {
  -webkit-transition: ease-in-out all 0.5s;
  -moz-transition: ease-in-out all 0.5s;
  -o-transition: ease-in-out all 0.5s;
  -ms-transition: ease-in-out all 0.5s;
  transition: ease-in-out all 0.5s;
  content: '';
  border: solid 1px #2d9fb4;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.callouts-02 .btn:hover:before {
  bottom: 0;
  height: 4px;
  border: none;
  background: #2d9fb4;
}
/* Testimonials */
#testimonials-box {
  text-align: center;
  padding: 3em 1em;
  background: url(../images/bg-testimonials.jpg) no-repeat center right;
  font-size: 4vw;
}
#testimonials-box h2 {
  letter-spacing: -0.01em;
  text-transform: none;
  font-weight: 400;
  text-align: center;
  color: #0c2d4c;
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0.85em;
}
#testimonials-box .cycle-slideshow {
  width: 100%;
  display: block;
}
#testimonials-box .cycle-slide {
  color: #252525;
  -webkit-transition: color 0.35s;
  -moz-transition: color 0.35s;
  -o-transition: color 0.35s;
  -ms-transition: color 0.35s;
  transition: color 0.35s;
  width: 100%;
  display: block;
  margin: 0 auto ;
}
#testimonials-box .cycle-slide:hover {
  color: #2d9fb4;
}
#testimonials-box .voluble {
  display: inline-block;
  line-height: 1.500;
  font-size: 1em;
  margin: 0;
}
#testimonials-box .cred {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  font-size: 0.900em;
  margin-top: 0.8em;
}
#testimonials-box .btn {
  display: block;
  font-family: 'Roboto Slab', serif;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.05em;
  color: #2d9fb4;
  font-size: 0.700em;
  /* 14px */
  width: 12.57em;
  height: 4.29em;
  line-height: 4.29;
  position: relative;
  margin: 3em auto 0;
}
#testimonials-box .btn:before {
  -webkit-transition: ease-in-out all 0.5s;
  -moz-transition: ease-in-out all 0.5s;
  -o-transition: ease-in-out all 0.5s;
  -ms-transition: ease-in-out all 0.5s;
  transition: ease-in-out all 0.5s;
  content: '';
  border: solid 1px #2d9fb4;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
#testimonials-box .btn:hover:before {
  bottom: 0;
  height: 4px;
  border: none;
  background: #2d9fb4;
}
/* Footer */
#ft {
  text-align: center;
  background: #fff;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  position: relative;
}
#locations {
  width: 100%;
  display: block;
}
#locations .office {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  /*max-width:400px;*/
  background: #144c80;
  border: 5px solid #fff;
}
#locations address {
  font-family: 'Roboto Slab', serif;
  color: #fff;
  padding: 0.8em 0 0.75em;
  margin: 0;
  background: #0c2d4c;
}
#locations address .area {
  line-height: 1.39;
  font-size: 0.9em;
  display: block;
}
#locations .phone {
  line-height: 1.39;
  font-size: 0.9em;
  display: block;
}
#locations .addy .street {
  line-height: 1.58;
  font-size: 0.6em;
  display: block;
}
#locations .addy .fauxbtn {
  letter-spacing: 0.1em;
  line-height: 4;
  font-size: 1em;
  text-transform: uppercase;
  width: 58.974%;
  height: 4em;
  background: #2d9fb4;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
#locations .addy .fauxbtn:hover {
  background: #abd9e1;
}
#locations .addy .fauxbtn .icon {
  display: inline-block;
  margin-left: 0.8em;
  animation-fill-mode: both;
  animation-duration: 0.8s;
}
#locations .site {
  width: 100%;
  display: none;
}
#locations .map {
  width: 100%;
  display: none;
}
#locations .links {
  line-height: 0;
  text-align: right;
  width: 100%;
  display: block;
}
#locations .links a {
  font-family: 'Lato', sans-serif;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  height: 4em;
  width: 20.5128%;
  padding: 0.8em 0 0;
  display: inline-block;
  vertical-align: top;
}
#locations .links a[class]:hover {
  background: #abd9e1;
}
#locations .links a[class]:hover .icon {
  animation-name: pulse_custom;
}
#locations .links a.glink {
  background: #144c80;
}
#locations .links a.gtour {
  background: #639974;
}
#locations .links a .cta {
  letter-spacing: 0.1em;
  line-height: 1.67;
  font-size: 0.6em;
  text-transform: uppercase;
  display: block;
}
#locations .links a .icon {
  line-height: 1.58;
  font-size: 1.2em;
  display: block;
  animation-fill-mode: both;
  animation-duration: 0.8s;
}
#locations a {
  color: #fff;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#locations a:hover {
  color: #abd9e1;
}
#locations a:hover .icon,
#locations a:hover .cta {
  color: #0c2d4c;
}
#locations a:hover .icon {
  animation-name: pulse_custom;
}
#locations a .cta,
#locations a .icon {
  color: #fff;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.ft-design-credit {
  background: #f5f6f7;
  clear: both;
  width: 100%;
  color: #252525;
  text-align: center;
  position: relative;
  padding: 1em 0 6em;
}
.ft-design-credit .util {
  letter-spacing: 0.1em;
  font-family: 'Roboto Slab', serif;
  font-size: 0.600em;
}
.ft-design-credit a {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #252525;
  float: none;
  text-decoration: none;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  display: inline-block;
}
.ft-design-credit a:hover {
  color: #639974;
}
.ft-design-credit .sesame-link .sesame-icon {
  width: 19px;
  height: 16px;
  margin-right: 0.7em;
  display: inline-block;
  vertical-align: -3px;
}
.ft-design-credit .sesame-link .sesame-icon path {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.ft-design-credit .sesame-link .sesame-icon path.top {
  fill: #D6E03D;
}
.ft-design-credit .sesame-link .sesame-icon path.bottom {
  fill: #00a5e3;
}
.ft-design-credit .sesame-link:hover .sesame-icon path {
  fill: currentColor;
}
.ft-design-credit .back-to-top {
  display: block;
  font-family: 'Roboto Slab', serif;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.05em;
  color: #2d9fb4;
  font-size: 0.700em;
  /* 14px */
  width: 12.07em;
  height: 3.57em;
  line-height: 3.5;
  position: relative;
  margin: 2em auto;
}
.ft-design-credit .back-to-top .icon {
  margin-left: 0.9em;
}
.ft-design-credit .back-to-top:before {
  -webkit-transition: ease-in-out all 0.5s;
  -moz-transition: ease-in-out all 0.5s;
  -o-transition: ease-in-out all 0.5s;
  -ms-transition: ease-in-out all 0.5s;
  transition: ease-in-out all 0.5s;
  content: '';
  border: solid 1px #2d9fb4;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.ft-design-credit .back-to-top:hover {
  color: #639974;
}
.ft-design-credit .back-to-top:hover:before {
  bottom: 0;
  height: 4px;
  border: none;
  background: #639974;
}
/* Stciky appointment button */
.btn-sticky{
  -webkit-transition: ease-in-out all 0.4s;
  -moz-transition: ease-in-out all 0.4s;
  -o-transition: ease-in-out all 0.4s;
  -ms-transition: ease-in-out all 0.4s;
  transition: ease-in-out all 0.4s;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #0c2d4c;
  color: #ffffff;
  position: relative;
  padding: 1em 0;
  font-size: 1em;
  border-top: solid 5px #2d9fb4;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 3030;
}
.btn-sticky:hover {
  background: #16548e;
}
/* Form Buttons */
form button, #content .carecredit a  {
  background: #2d9fb4;
  border: 1px solid #2d9fb4;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 30px !important;
  text-align: center;
  font-size: 0.9285714285714286em;
  display: inline-block;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  text-align:center;
  margin:0 5px 20px;
}
form button:hover, #content .carecredit a:hover {
  color: #ffffff;
  border-color: #237b8b;
  background: #237b8b;
}
.success {
  text-transform: none;
  font-weight: 400;
  color: #fff;
  padding: 16px;
  float: left;
  background: #2d9fb4;
}
/* 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: #639974;
  font-size: 1.5em;
  margin: 0 0 0.8em;
  font-weight: 400;
  text-align: center;
}
form#blog_search {
  background: #639974;
  color: #2d9fb4;
  margin: 10px 0 0;
  padding: 15px 10px;
  position: relative;
  text-align: center;
  width: 100%;
}
form#blog_search label {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 17px;
  margin: 0px;
  text-align: center;
  margin: 0 0 -2px;
}
form#blog_search input {
  background: #cccccc;
  color: #2d9fb4;
  width: 178px;
  margin: 6px auto;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
form#blog_search input:hover {
  background: #ffffff;
}
form#blog_search button {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: block;
  background: #2d9fb4;
  color: #ffffff;
  font-size: 12px!important;
  text-transform: uppercase;
  padding: 5px 12px!important;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
  margin: 5px auto 0;
  border: none;
}
form#blog_search button:active,
form#blog_search button:hover {
  background: #3b5b45;
}
/* end blog css */
/* Generic Classes */
.ie8 nav.horizontal ul li a {
  max-width: none;
}
.shift {
  position: relative;
}
.columns {
  display: inline;
  float: left;
}
.genie {
  opacity: 1.0;
  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%;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="file"],
textarea {
  width: 80%;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="file"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #252525;
}
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="file"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #252525;
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="file"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #252525;
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="file"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #252525;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="file"]:focus,
textarea:focus {
  box-shadow: none;
  background: rgba(0, 0, 0, 0.1);
  color: #252525;
}
input[type="text"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
input[type="search"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder,
input[type="file"]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #252525;
}
input[type="text"]:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder,
input[type="search"]:focus:-moz-placeholder,
input[type="tel"]:focus:-moz-placeholder,
input[type="file"]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #252525;
}
input[type="text"]:focus::-moz-placeholder,
input[type="email"]:focus::-moz-placeholder,
input[type="search"]:focus::-moz-placeholder,
input[type="tel"]:focus::-moz-placeholder,
input[type="file"]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #252525;
}
input[type="text"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
input[type="search"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder,
input[type="file"]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #252525;
}
body.office-tour .video-sleeve {
  margin: 0 auto;
}
#invisalign-before-after {
  max-width: 464px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#invisalign-before-after ul {
  margin: 0;
}
#invisalign-before-after p.caption {
  position: relative;
}
#pro-pack #invisalign-footer {
  margin-left: auto;
  margin-right: auto;
}
#damon-before-after {
  max-width: 539px;
  width: 100%;
}
.test-cred {
  display: block;
  font-weight: bold;
  font-size: smaller;
}
.flash {
  margin: 20px 0;
}
/* hide double hr */
body.types-of-appliances div.hr,
body.ortho-dictionary div.hr {
  display: none;
}
#hide-stock {
  display: none;
}
.meet-the-doctor #hide-stock,
body[class^='meet-dr-'] #hide-stock,
body[class^='meet-doctor-'] #hide-stock {
  display: block;
  text-align: center;
  margin: 1em auto;
}
/* Office Tour */
ul.slideshow {
  margin: 0 auto !important;
}
form p {
  height: auto;
}
/*other forms*/
input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="file"] {
  height: 34px;
}
/* hidden field styles */
.hidden-option {
  display: none;
}
p.office-hours {
  margin-bottom: 0;
}
.location-page,
table.office-hours {
  margin-bottom: 1.8em;
}
/*office-location*/
.map-directions .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%*/
}
/*office tour, before-after slideshow styles*/
.slideshow-text {
  background: #2d9fb4;
  padding: 0 10px;
  color: #fff;
}
.invisalign-before-after.slideshow,
.office-tour.slideshow,
.before-and-after.slideshow {
  border-bottom: 3px solid #2d9fb4;
  margin: 0 auto;
}
.invisalign-before-after.slideshow .slideshow-nav a,
.office-tour.slideshow .slideshow-nav a,
.before-and-after.slideshow .slideshow-nav a {
  padding: 5px 5px;
}
.invisalign-before-after.slideshow .slideshow-nav a.prev,
.office-tour.slideshow .slideshow-nav a.prev,
.before-and-after.slideshow .slideshow-nav a.prev,
.invisalign-before-after.slideshow .slideshow-nav a.next,
.office-tour.slideshow .slideshow-nav a.next,
.before-and-after.slideshow .slideshow-nav a.next {
  padding: 5px 15px;
}
.invisalign-before-after.slideshow .slideshow-nav a:hover,
.office-tour.slideshow .slideshow-nav a:hover,
.before-and-after.slideshow .slideshow-nav a:hover {
  color: #666;
}
.invisalign-before-after .slideshow-nav-paginated li.slideshow-active-page a,
.office-tour .slideshow-nav-paginated li.slideshow-active-page a,
.before-and-after .slideshow-nav-paginated li.slideshow-active-page a {
  color: #666;
}
.office-tour.slideshow .slideshow-nav,
.before-and-after.slideshow .slideshow-nav {
  background: #2d9fb4;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 auto;
}
#content .slideshow-nav a {
  color: #fff;
  text-decoration: none;
}
#content .slideshow-nav a:hover,
#content .slideshow-nav li.slideshow-active-page a {
  text-decoration: none;
  color: #333;
}
.office-tour.slideshow,
.before-and-after.slideshow {
  margin-bottom: 3em;
}
#content ul.slideshow {
  margin: 0 auto;
}
#before-after-container,
.slideshow.office-tour {
  margin: 0 auto 5% auto;
  max-width: 460px;
  padding: 0;
}
.before-and-after.slideshow img {
  display: inline-block;
}
.before-and-after.slideshow p,
.office-tour.slideshow p {
  line-height: 45px;
  display: block;
  text-align: center;
  padding: 1% 0;
  background: #fff;
  clear: both;
  min-height: 45px;
  margin: 0;
}
.before-and-after .cycle-detail {
  padding: 1.4em;
  background: #999;
}
.before-and-after .cycle-detail span {
  display: block;
}
.before-and-after.slideshow .slideshow-item img {
  margin: 0;
}
.office-tour.slideshow .slideshow-pagination,
.before-and-after.slideshow .slideshow-pagination {
  margin: 0;
}
.slideshow .slideshow-item .caption {
  line-height: 16px;
}
.slideshow-nav-paginated ol {
  padding: 0 4em;
}
.before-and-after .slideshow-nav-paginated ol {
  display: none;
}
.before-and-after.slideshow .slideshow-nav a {
  padding: 15px 5px;
}
.office-tour.slideshow .slideshow-nav a {
  padding: 10px 5px;
}
.office-tour.slideshow .slideshow-nav a.prev,
.before-and-after.slideshow .slideshow-nav a.prev,
.office-tour.slideshow .slideshow-nav a.next,
.before-and-after.slideshow .slideshow-nav a.next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.ie8 .office-tour.slideshow .slideshow-nav a.prev,
.ie8 .before-and-after.slideshow .slideshow-nav a.prev,
.ie8 .office-tour.slideshow .slideshow-nav a.next,
.ie8 .before-and-after.slideshow .slideshow-nav a.next {
  top: -3px;
}
/* ===============================================
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) {
  #hd .info .loc {
    width: 30%;
  }
  #callouts a:after {
    left: 32%;
  }
  .callouts-02 {
    padding: 3em 1em;
    font-size: 2vw;
  }
  .callouts-02 a {
    width: 30%;
  }
  #testimonials-box {
    font-size: 3vw;
  }
  #locations .office {
    width: 50%;
  }
}
/* ===============================================
Tablet / Desktop Stylings
Supports 48em (768px) and up
=============================================== */
@media only screen and (min-width: 48em) {
  body.sitemap #content .width1 {
    width: 50%;
    display: inline;
    float: left;
  }
  body[class^='meet-dr-'] #hide-stock,
  #hide-stock {
    display: block;
    margin: 0 0 1em 0;
  }
  /* blanket content sidebar hide and slimmer-centered-content-area */
  /* in order to accommodate for better legibility */
  .layout-full-width {
    /* count out 90 characters per line to declare width */
  }
  .layout-full-width #bd .container {
    width: 80%!important ;
    max-width: 40em;
    /*800px*/
  }
  .layout-full-width .content-text {
    width: 100%;
    max-width: none;
  }
  .layout-full-width .sidebar {
    display: none;
  }
  /* blanket content width 100% and sidebar hide */
  .layout-full-width.home #bd .container,
  .layout-full-width[class^='before-'] #bd .container,
  .layout-full-width.patient-photos #bd .container,
  .layout-full-width.smile-gallery #bd .container,
  .layout-full-width[class='office-tour'] #bd .container,
  .layout-full-width.around-our-office #bd .container,
  .layout-full-width.tour-our-office #bd .container,
  .layout-full-width.sitemap #bd .container,
  .layout-full-width.brace-painter #bd .container,
  .layout-full-width[class*='-team'] #bd .container {
    width: 96%!important;
    max-width: 50em;
  }
  .layout-full-width.home .content-text,
  .layout-full-width[class^='before-'] .content-text,
  .layout-full-width.patient-photos .content-text,
  .layout-full-width.smile-gallery .content-text,
  .layout-full-width[class='office-tour'] .content-text,
  .layout-full-width.around-our-office .content-text,
  .layout-full-width.tour-our-office .content-text,
  .layout-full-width.sitemap .content-text,
  .layout-full-width.brace-painter .content-text,
  .layout-full-width[class*='-team'] .content-text {
    width: 100%;
    max-width: none;
    /*default mw::none*/
  }
  .layout-full-width.home .sidebar,
  .layout-full-width[class^='before-'] .sidebar,
  .layout-full-width.patient-photos .sidebar,
  .layout-full-width.smile-gallery .sidebar,
  .layout-full-width[class='office-tour'] .sidebar,
  .layout-full-width.around-our-office .sidebar,
  .layout-full-width.tour-our-office .sidebar,
  .layout-full-width.sitemap .sidebar,
  .layout-full-width.brace-painter .sidebar,
  .layout-full-width[class*='-team'] .sidebar {
    display: none;
  }
  .sitemap #bd .container {
    width: 96%!important;
    max-width: 50em;
  }
  .sitemap #content {
    width: 100%;
    max-width: none;
    /*default mw::none*/
  }
  .sitemap #sidebar {
    display: none;
  }
  .sitemap .content-text {
    width: 100%;
  }
  .content-text {
    width: 60.5%;
    display: inline-block;
    float: left;
  }
  .content-text p {
    text-align: justify;
  }
  .home .content-text {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
    width: 70%;
    max-width: 688px;
  }
  .home .content-text p {
    text-align: left;
  }
  body.meet-our-team .content-text .img-right {
    display: block;
  }
  .video-sleeve {
    width: 100%;
  }
  .video-sleeve-60 {
    width: 100%;
    max-width: 60%;
  }
  #video-opalescence {
    float: right;
    margin: 0 0 1em 1em;
  }
  /*keeps videos from getting too hooj*/
  .embed-container {
    width: 100%;
  }
  .embed-container.ratio16x9,
  .embed-container.docvid {
    padding-bottom: 46%;
  }
  /* Custom content */
  .before-and-after .slideshow-nav-paginated ol {
    display: block;
    padding: 0 3.5em;
  }
  .meet-our-doctors .geo {
    width: 44%;
  }
  .office_tour .controls > div[id^="prev"] {
    margin-left: -50px;
  }
  .office_tour .controls > div[id^="next"] {
    margin-right: -50px;
  }
  /*
  .staff { 
    .right;
    .wall; 
    max-width:250px; 
    margin:0 0 1em 1em;  
  }
*/
  /*.success {
    width:62%;
    margin-top:13px;
  }
  
  table.office-hours { max-width:50%; }
  */
  /*------------ Style Edit Region ------------*/
  .sidebar {
    width: 32%;
    float: right;
    display: inline;
    text-align: right;
    margin: 6px 0 0 0;
  }
  .team-photo {
    float: left;
    margin: 0 20px 20px 0;
  }
  #hd .info .loc {
    vertical-align: middle;
    width: 17%;
    margin: 0;
  }
  #slideshow .ss_overlay {
    font-size: 5vw;
  }
  #callouts a {
    width: 50%;
  }
  #callouts a:after {
    left: 32%;
  }
  .callouts-02 {
    font-size: 1.5vw;
  }
  .callouts-02 a {
    width: 25%;
    margin: 0 2%;
  }
  #testimonials-box {
    font-size: 1.5vw;
    padding: 3em 0;
  }
  #testimonials-box .wrapp {
    display: inline-block;
    max-width: 560px;
  }
  #locations .office {
    width: 33%;
  }
  .ft-design-credit {
    padding: 2.2em 0 6em;
  }
  .ft-design-credit .util {
    line-height: 4.4;
    height: 4.2em;
  }
  .ft-design-credit .util .divider {
    margin: 0 6.5px;
  }
  .ft-design-credit .back-to-top {
    display: inline-block;
  }
}
/* ===============================================
Desktop Only Stylings
Supports 64em (1024px) and up
=============================================== */
@media only screen and (min-width: 64em) {
  #fc-calculator .form-row .fc-col3 {
    max-width: 80px;
  }
  body {
    font-size: 20px;
    line-height: 32px;
  }
  h1 {
    font-size: 3em;
    margin-bottom: 0.3em;
  }
  .social-media {
    width: 50px;
    position: fixed;
    top: 160px;
    right: 20px;
    margin: 0;
  }
  .social-media a {
    display: block;
    float: none;
    margin: 0 0 5px;
  }
  /* ==================================================================
  main-nav
=================================================================== */
  /*deskBurger*/
  #main-nav {
    z-index: 3001;
  }
  #main-nav .collapsible .trigger {
    display: block;
    box-shadow: none;
  }
  nav.horizontal ul li {
    width: 100%;
    float: none;
  }
  nav .collapsible ul {
    display: none;
  }
  nav .open > ul {
    display: block;
  }
  #subnav-outer {
    padding: 1.1em 0 1.3em;
  }
  #subnav-outer .divider {
    display: inline-block;
  }
  #subnav-outer a {
    margin: 0;
  }
  /* Slider */
  #slideshow {
    width: 100%;
    margin-top: 0;
    top: 0;
  }


  #slideshow .ss_overlay {
    font-size: 3em;
  }
  /* custom content */
  body[class*="-team"] .bio {
    font-size: 13px;
    width: 28%;
  }
  .callouts-02 a .detail {
    display: block;
  }
  #locations address {
    min-height: 120px;
  }
  #locations .office {
    width: 20%;
    max-width: 400px;
  }
  #locations .site,
  #locations .map {
    display: block;
  }
  #locations .addy:before {
    content: '';
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 5em;
    right: 0;
    bottom: 4em;
    left: 0;
  }
  .ft-design-credit {
    padding: 2.2em 0 5em;
  }
  .ft-design-credit .util {
    float: left;
  }
  .ft-design-credit .back-to-top {
    float: right;
    margin: 0;
  }
  .btn-sticky {
    -webkit-transition: ease-in-out all 0.4s;
    -moz-transition: ease-in-out all 0.4s;
    -o-transition: ease-in-out all 0.4s;
    -ms-transition: ease-in-out all 0.4s;
    transition: ease-in-out all 0.4s;
    text-align: right;
    width: 399px;
    height: 97px;
    background-image: url(../images/bg-sticky-btn.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    border: none;
    padding: 44px 32px 0 0;
    background-color: transparent;
  }
  .btn-sticky:before {
    -webkit-transition: ease-in-out all 0.4s;
    -moz-transition: ease-in-out all 0.4s;
    -o-transition: ease-in-out all 0.4s;
    -ms-transition: ease-in-out all 0.4s;
    transition: ease-in-out all 0.4s;
    content: '';
    background: url(../images/shape-sticky-btn.png) no-repeat left top;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .btn-sticky:hover {
    bottom: -0.5em;
    background-color: transparent;
    background-image: url(../images/bg-sticky-btn.png);
  }
  .btn-sticky:hover:before {
    bottom: -0.5em;
  }
}
/* ===============================================
Desktop Only Excluding large tablets
Supports 81.25em (1300px) and up
=============================================== */
@media only screen and (min-width: 81.25em) {
  #sticky {
    padding: 0;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }
  #sticky .container {
    max-width: 1140px;
  }
  #hd {
    padding: 0;
    display: block;
    z-index: 4000;
  }
  #hd .logo {
    position: absolute;
    top: 33px;
    left: 0;
  }
  #hd .info {
    padding: 0;
    line-height: 30px;
  }
  #hd .info .container {
    max-width: none;
  }
  #hd .info .divider {
    display: inline-block;
    font-size: 8px;
    margin: 0 7px;
    vertical-align: top;
    line-height: 28px;
  }
  #hd .info .loc {
    width: auto;
    vertical-align: top;
    line-height: 28px;
  }
  #hd .info .city,
  #hd .info .phone {
    display: inline-block;
  }
  /*un-deskburger*/
  #main-nav .collapsible .trigger {
    display: none;
  }
  nav.horizontal ul li {
    width: auto;
    float: none;
  }
  nav .collapsible ul {
    display: inline-block;
  }
  #main-nav {
    height: 110px;
    width: 100%;
    margin: 0;
    /*padding:0;*/
    position: relative;
    top: auto;
    box-shadow: none;
    /*background:none;*/
  }
  #main-nav .container {
    background: none;
    padding: 0;
    /*max-width:none;*/
  }
  #main-nav div.collapsible {
    margin: 0 auto;
  }
  #main-nav ul {
    height: 110px;
    width: auto;
    float: right;
    /*<def-nofloat*/
    padding: 33px 0 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 0 0 32px;
    /*adjust margin for spacing*/
    background: none;
    position: relative;
    vertical-align: top;
    /*&.contact, &.contact-us { margin-right:0;padding-right:0; }*/
  }
  #main-nav ul li a[id] {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 43px;
    text-align: center;
    color: #0c2d4c;
    text-decoration: none;
    height: 57px;
    width: auto;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 3000;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  #main-nav ul li a[id]:before {
    content: '';
    width: 0;
    height: 2px;
    margin: 0 auto;
    background: #d9dadb;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 12px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    z-index: -1;
  }
  #main-nav ul li a#my-account {
    display: block;
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.05em;
    color: #2d9fb4;
    font-size: 12px;
    width: 139px;
    height: 40px;
    line-height: 38px;
    position: relative;
    margin-top: 2px;
  }
  #main-nav ul li a#my-account:before {
    -webkit-transition: ease-in-out all 0.5s;
    -moz-transition: ease-in-out all 0.5s;
    -o-transition: ease-in-out all 0.5s;
    -ms-transition: ease-in-out all 0.5s;
    transition: ease-in-out all 0.5s;
    content: '';
    border: solid 1px #2d9fb4;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: transparent;
  }
  #main-nav ul li a#my-account:hover:before {
    bottom: 0;
    height: 4px;
    border: none;
    background: #2d9fb4;
  }
  #main-nav ul li.my-account {
    margin-left: 37px;
  }
  #main-nav ul li.active > a[id],
  #main-nav ul li:hover > a[id] {
    color: #2d9fb4;
    text-decoration: none;
  }
  #main-nav ul li.active > a[id]:before,
  #main-nav ul li:hover > a[id]:before {
    width: 100%;
  }
  #main-nav ul ul {
    width: auto;
    height: auto;
    padding: 22px 0 20px;
    margin: 0;
    z-index: 2800;
    position: absolute;
    display: none;
  }
  #main-nav ul ul li {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 30px;
    /*default 25*/
    background: none;
    opacity: 1;
  }
  #main-nav ul ul li a {
    line-height: 26px;
    text-align: left;
    white-space: nowrap;
    height: 26px;
    width: 100%;
    padding: 0 28px;
    margin: 0;
    float: left;
    box-shadow: none;
    border-right: none;
    position: relative;
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -o-transition-duration: 0;
    -ms-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: 57px;
    display: block;
  }
  #main-nav ul li.contact-us:hover ul,
  #main-nav ul li.contact:hover ul {
    left: auto;
    right: 0;
    margin: 0;
  }
  /* Slider */
  #slideshow {
    margin-top: 140px;
  }
  body.home #slideshow {
    margin-top: 0;
  }
  
  #slideshow .ss_overlay {
    width: 1140px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    left: 50%;
    margin-left: -570px;
  }
  #callouts {
    width: 330px;
    position: absolute;
    top: 24vw;
    right: 50%;
    margin-right: -570px;
  }
  #callouts a {
    border-radius: 20px;
    width: 100%;
    margin: 0 0 10px;
    border: none;
  }
  #callouts a:last-child {
    margin-bottom: 0;
  }
  #bd {
    padding: 90px 0 100px;
  }
  .home #bd {
    padding: 200px 0 100px;
  }
  .home #bd:before {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    content: '';
    background: #f5f6f7;
    width: 100%;
    height: 46%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .home #bd header {
    /* -webkit-transform: translateX(-70px) translateY(-23px); */
    -moz-transform: translateX(-70px) translateY(-23px);
    -ms-transform: translateX(-70px) translateY(-23px);
    -o-transform: translateX(-70px) translateY(-23px);
    /* transform: translateX(-70px) translateY(-23px); */
  }
  .home #bd .container {
    max-width: 1140px;
  }
  .home #bd #content {
    width: 720px;
    background: #ffffff;
    margin-left: -75px;
  }
  .home #bd .content-text {
    margin-left: 25px;
    width: 100%;
    padding-bottom: 2.5em;
  }
  /* custom content */
  body[class*="-team"] .bio {
    /*.fs(13px);width:28%;*/
    min-height: 348px;
  }
  .static-lg {
    width: 100%;
    max-width: none;
  }
  .callouts-02 {
    font-size: inherit;
    padding: 72px 0 90px;
  }
  .callouts-02 h2 {
    letter-spacing: -0.02em;
  }
  .callouts-02 a {
    width: auto;
    margin: 0 28px;
  }
  .callouts-02 .btn {
    margin: 71px auto 0;
    max-width: none;
  }
  .hp-decor {
    display: block;
    position: absolute;
    top: 100px;
    left: 50%;
  }
  #testimonials-box {
    height: 740px;
    padding: 50px 0;
    font-size: inherit;
    background-position: center center;
    padding: 0;
  }
  #testimonials-box .container {
    max-width: 1140px;
  }
  #testimonials-box .wrapp {
    display: block;
    margin: 107px 0 0 auto;
  }
}
/* ===============================================
breakpoint for arbitrary width at which the footer locations are able to fit across in one row
Supports 90.625em (1450px) and up
=============================================== */
@media only screen and (min-width: 90.625em) {
  #locations address {
    min-height: auto;
  }
  /*END*/
}
/* ===============================================
Desktop Only Large screen only
Supports 100em (1600px) and up
=============================================== */
@media only screen and (min-width: 100em) {
  .ft-design-credit {
    padding: 2.2em 0 2.3em;
  }
}
/* ===============================================
Desktop Only Large screen only
Supports 125em (2000px) and up
=============================================== */
@media only screen and (min-width: 125em) {
  #testimonials-box {
    background-size: 100% auto;
  }
  #ft {
    background: #f5f6f7;
  }
}
/*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 */
@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;
}
