<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Fahkwang:ital,wght@0,300;0,400;0,500;0,700;1,400;1,700&amp;family=Permanent+Marker&amp;family=Playfair+Display:wght@400;500&amp;display=swap');
/* ===============================================
  
  edwards-laura
  
  Sesame Communications - (c) 2020
  Written by: Vita Stillion
  All rights reserved.
  Any reproduction or intentional misuse is strictly prohibited
  
=============================================== */
/* ===============================================
          Colors 
=============================================== */
/* Body Text */
/* a-links - dark blue */
/* light blue */
/* light gray */
/*div hr*/
/* ===============================================
          Fonts 
=============================================== */
.font-f {
  font-family: 'Fahkwang', sans-serif;
}
.font-pe {
  font-family: 'Permanent Marker', cursive;
}
.font-pl {
  font-family: 'Fahkwang', sans-serif;

  /*font-family: 'Playfair Display', 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: #333333;
  background-image: -webkit-gradient(linear, left top, left top, color-stop(0%, #363636), color-stop(100% #303030));
  background-image: -webkit-linear-gradient(left, #363636 0%, #303030 100%);
  background-image: -moz-linear-gradient(left, #363636 0%, #303030 100%);
  background-image: -ms-linear-gradient(left, #363636 0%, #303030 100%);
  background-image: -o-linear-gradient(left, #363636 0%, #303030 100%);
  background-image: linear-gradient(left, #363636 0%, #303030 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: 'Fahkwang', 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: #333333;
  overflow: hidden;
}
p {
  margin: 0 0 1.58em;
  -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: #005596;
  text-decoration: underline;
}
#content a:hover {
  color: #549abc;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: left;
  font-weight: 400;
  margin: 0 0 0.7em;
  text-rendering: auto;
  line-height: 1em;
  color: #abadb0;
}
h1,
h2 {
  font-family: 'Fahkwang', sans-serif;
}
h1 {
  font-size: 1.8em;
  color: #005596;
}
.home h1 span {
  font-weight: 300;
  text-transform: none;
  font-family: 'Fahkwang', sans-serif;
  display: block;
  font-size: 0.673em;
  color: #549abc;
  line-height: 1;
}
h2 {
  font-size: 1.200em;
  color: #549abc;
}
h3 {
  font-size: 1.100em;
  color: #005596;
}
h4 {
  font-size: 1em;
}
h5,
h6 {
  font-size: 0.9em;
}
hr {
  color: #d4d4d4;
  background-color: #d4d4d4;
  border: none;
  height: 1px;
  clear: both;
  margin: 1.58em 0;
}
.hr {
  visibility: hidden;
}
.container {
  max-width: 1000px;
}
.sidebar {
  display: none;
  text-align: center;
  margin: 0 auto 2em;
  position: relative;
  max-width: 324px;
}
/*#hide-stock { .hide; }*/
/*.meet-the-doctor, body[class^='meet-dr-'], body[class^='meet-doctor-'] { #hide-stock { .show;.aligncenter;margin:1em auto; } }*/
.meet-the-doctor .sidebar,
body[class^='meet-dr-'] .sidebar,
body[class^='meet-doctor-'] .sidebar {
  display: block;
  text-align: center;
  margin: 1em auto;
}
.static {
  margin: 0;
  display: inline-block;
  width: 100%;
  max-width: 324px;
}
.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 {
  display: block;
  width: 45%;
  max-width: 250px;
  margin: 0 auto 1em;
}
.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 1.8em 25px;
}
.sitemap #content ul li {
  margin-left: 0;
}
#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 {
  /*font-family: 'Playfair Display', serif;*/
  font-size: 1.200em;
  /* 24px */
  color: #549abc;
  display: inline-block;
  text-decoration: none;
}
body.sitemap #content ul ul {
  padding-left: 0;
  margin: 0;
  /* margin: 0 0 0 30px; */
}
body.sitemap #content ul ul li {
  margin: 0;
  list-style: none;
}
body.sitemap #content ul ul li a {
  font-family: 'Fahkwang', sans-serif;
  font-weight: 400;
  display: inline-block;
  font-size: 1em;
  color: #333333;
  text-transform: none;
}
body.sitemap #content ul li a:hover,
body.sitemap #content ul ul li a:hover {
  color: #549abc;
}
#sticky {
  position: relative;
  width: 100%;
  z-index: 3000;
  padding-top: 50px;
  background: #ffffff;
}
#sticky .container {
  max-width: 1200px;
}
/* Header */
#hd {
  text-align: center;
  width: 100%;
  padding: 0;
  position: relative;
  /* Header Info */
}
#hd .container {
  width: 100% !important;
}
#hd .logo {
  float: none;
  display: block;
  text-align: center;
  max-width: 150px;
  margin: 2em auto 1.5em;
  text-decoration: none;
  /*background: #fff;*/
  /*box-shadow: 0 1.154em 1.154em rgba(0, 0, 0, 0.06);*/
}
#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 {
  display: block;
  margin-bottom: 1.5em;
}
#hd .info .city {
  /*font-family: 'Playfair Display', serif;*/
  -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: inline-block;
  text-decoration: none;
  color: #549abc;
  font-size: 18px;
}
#hd .info .phone {
  /*font-family: 'Playfair Display', serif;*/
  -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: inline-block;
  text-decoration: none;
  color: #549abc;
  font-size: 16px;
}
#hd .info a:hover {
  color: #005596;
}
#hd .links a {
  text-align: center;
  font-weight: 500;
  display: block;
  font-size: 12px;
  color: #ffffff;
  background: #549abc;
  line-height: 30px;
  position: relative;
}
#hd .links a.btn01-dr {
  background: #68aacc;
}
#hd .links a.btn02 {
  background: #8d2d9e;
}
#hd .links a span {
  position: relative;
}
#hd .links a: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: '';
  background: #0b87e5;
  background: -moz-radial-gradient(center, ellipse cover, #0b87e5 0%, #094c99 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #0b87e5 0%, #094c99 100%);
  background: radial-gradient(ellipse at center, #0b87e5 0%, #094c99 100%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
#hd .links a:hover:before {
  opacity: 1;
}
/* social-media || aka social-icons */
.social-media img,
.social-media .ib {
  vertical-align: top;
}
/*global override*/
.social-media {
  text-align: center;
  height: auto;
  width: 100%;
  display: inline-block;
  padding: 0;
  margin: 0;
  position: relative;
  background: rgba(84, 154, 188, 0.9);
}
.social-media .ib {
  display: inline-block;
}
.social-media a {
  color: #ffffff;
  font-size: 18px;
  line-height: 43px;
  margin: 0 5px;
  position: relative;
  -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 {
  text-shadow: -2px -2px 0 #005596, 2px 2px 0 #bcbec0;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
/* ==================================================================
  main-nav
=================================================================== */
#main-nav {
  font-size: 14px;
  text-align: left;
  padding: 0;
  margin: 0;
  height: 50px;
  width: 100%;
  clear: both;
  box-shadow: 0 1px 0 rgba(51, 51, 51, 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 {
  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;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  color: #005596;
  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 .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 {
  background: #bcbec0;
  color: #ffffff;
}
#main-nav .trigger:hover .nav_icon span {
  /*background:@color1;*/
}
#main-nav .open .trigger {
  background: #bcbec0;
  color: #ffffff;
}
#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: #e3e4e5;
}
#main-nav ul li {
  clear: both;
  text-align: center;
}
#main-nav ul li a[id] {
  line-height: 40px;
  font-size: 14px;
  color: #000000;
  width: auto;
  height: 40px;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#main-nav ul li.active &gt; a[id],
#main-nav ul li:hover &gt; a[id] {
  color: #549abc;
  text-decoration: none;
}
#main-nav ul ul {
  padding: 0;
  width: 100%;
  float: left;
  background: #549abc;
  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: #000;
  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: #bcbec0;
  border: none;
}
/*main-nav make li fly in all cool*/
#main-nav .collapsible.open &gt; 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: 4em 0 2em;
  background: #005596 url(../images/bg-subtop.jpg) no-repeat center top;
  background-size: cover;
  text-align: center;
}
#subnav-outer: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: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
#subnav-outer .divider {
  display: none;
  margin: 0 3px;
}
#subnav-outer p {
  font-weight: 700;
  color: #ffffff;
  width: 100%;
  margin: 0 auto;
  font-size: 0.650em;
  line-height: 22px;
  position: relative;
}
#subnav-outer 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: #ffffff;
  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: -1px;
}
#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: #fff;
  position: relative;
  z-index: 400;
}
#slideshow #home-slideshow {
  width: 200%;
  margin: 0 -50%;
}
#slideshow .ss_overlay {
  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%);
  width: 100%;
  left: 0;
  z-index: 401;
  font-size: 1.5vw;
    z-index: 9999;
}
#slideshow .ss_overlay img{
    margin: 0 0 0.7em;
}
#slideshow .ss_overlay h2 {
  text-align: center;
  /*text-transform: uppercase;*/
  color: #5499bc;
  font-family: 'Fahkwang', sans-serif;
  font-size: 2.200em;
  line-height: 0.9;
  margin: 0;
}
#slideshow .cycle-slideshow:before {
    content: '';
    background: rgba(255,255,255,0.7);
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    width: 100%;
    z-index: 999;
}
/* Callouts */
#callouts {
  text-align: center;
  width: 100%;
  position: relative;
  background: #f2f2f2;
  padding: 2em 0;
}
#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;
  display: inline-block;
  width: 100%;
  margin: 0;
  vertical-align: top;
}
#callouts a .mod {
  width: 100%;
  display: none;
  overflow: hidden;
  background: #0b87e5;
  background: -moz-radial-gradient(center, ellipse cover, #0b87e5 0%, #094c99 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #0b87e5 0%, #094c99 100%);
  background: radial-gradient(ellipse at center, #0b87e5 0%, #094c99 100%);
}
#callouts a .mod img {
  -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;
  width: 100%;
}
#callouts a .topic {
  -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: 'Playfair Display', serif;*/
  text-transform: uppercase;
  -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;
  color: #005596;
  font-size: 0.900em;
  padding: 1em 0;
  position: relative;
  height: 3.1em;
}
#callouts a .topic: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: '';
  background: #7db9e8;
  background: -moz-radial-gradient(center, ellipse cover, #7db9e8 0%, #005596 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #7db9e8 0%, #005596 100%);
  background: radial-gradient(ellipse at center, #7db9e8 0%, #005596 100%);
  width: 100%;
  height: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
#callouts a .topic span {
  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%);
  width: 100%;
  left: 0;
}
#callouts a:hover .mod img {
  opacity: 0.7;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
#callouts a:hover .topic {
  color: #ffffff;
}
#callouts a:hover .topic:before {
  opacity: 0.6;
  height: 3.1em;
}
.spotlight {
  text-align: center;
  width: 100%;
  position: relative;
  background: #ffffff;
  padding: 3em 0;
}
.spot01 {
  padding: 0;
}
.spot01 .container {
  max-width: 1200px;
  width: 100% !important;
}
.spot01 .info {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  max-width: 370px;
  padding: 2em 1em;
  font-size: 4vw;
}
.spot01 .info h2 {
  text-transform: uppercase;
  font-family: 'Fahkwang', sans-serif;
  font-size: 3.200em;
  color: #549abc;
  line-height: 0.891;
  margin-bottom: 0.47em;
}
.spot01 .info .detail {
  display: none;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  margin-bottom: 3.7em;
  direction: ltr;
}
.spot01 .info .btn {
  font-weight: 700;
  text-align: center;
  -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;
  background: #549abc;
  color: #ffffff;
  font-size: 13px;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  z-index: 2;
  position: relative;
}
.spot01 .info .btn: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: #0b87e5;
  background: -moz-radial-gradient(center, ellipse cover, #0b87e5 0%, #094c99 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #0b87e5 0%, #094c99 100%);
  background: radial-gradient(ellipse at center, #0b87e5 0%, #094c99 100%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}
.spot01 .info .btn:hover:before {
  opacity: 1;
}
.spot01 .mod02 h2 {
  color: #005596;
}
.spot01 .mod02 .btn {
  background: #005596;
}
/* Testimonials */
#testimonials-box {
  text-align: center;
  padding: 9.5em 0 7em;
  background: #549abc url(../images/bg-testimonials.jpg) no-repeat center center;
  background-size: auto 100%;
}
#testimonials-box .tshow {
  width: 14.9em;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#testimonials-box .tshow &gt; a {
  line-height: 1.154;
  font-size: 0.65em;
  font-family: 'Permanent Marker', cursive;
  color: #000;
  max-width: 268px;
  background: #fff;
  border: 1em solid #d3e5ef;
  box-shadow: 0 1.154em 1.154em rgba(0, 0, 0, 0.06);
  -webkit-transition: color 0.35s;
  -moz-transition: color 0.35s;
  -o-transition: color 0.35s;
  -ms-transition: color 0.35s;
  transition: color 0.35s;
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 7em 1.5em 2em;
  max-height: 22.92em;
}
#testimonials-box .tshow &gt; a:hover {
  color: #005596;
  -webkit-animation: swing 1.5s;
  animation: swing 1.5s;
}
#testimonials-box .tshow &gt; a:nth-child(1) {
  -webkit-transform: rotate(-1.2deg);
  -moz-transform: rotate(-1.2deg);
  -ms-transform: rotate(-1.2deg);
  -o-transform: rotate(-1.2deg);
  transform: rotate(-1.2deg);
}
#testimonials-box .tshow &gt; a:nth-child(1):before {
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  transform: rotate(-4deg);
}
#testimonials-box .tshow &gt; a:nth-child(2) {
  -webkit-transform: rotate(0.43deg);
  -moz-transform: rotate(0.43deg);
  -ms-transform: rotate(0.43deg);
  -o-transform: rotate(0.43deg);
  transform: rotate(0.43deg);
}
#testimonials-box .tshow &gt; a:nth-child(2):before {
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  transform: rotate(-2deg);
  left: -2em;
}
#testimonials-box .tshow &gt; a:nth-child(3) {
  -webkit-transform: rotate(-0.5deg);
  -moz-transform: rotate(-0.5deg);
  -ms-transform: rotate(-0.5deg);
  -o-transform: rotate(-0.5deg);
  transform: rotate(-0.5deg);
}
#testimonials-box .tshow &gt; a:nth-child(3):before {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
  left: -3em;
}
#testimonials-box .tshow &gt; a:nth-child(4) {
  -webkit-transform: rotate(0.8deg);
  -moz-transform: rotate(0.8deg);
  -ms-transform: rotate(0.8deg);
  -o-transform: rotate(0.8deg);
  transform: rotate(0.8deg);
}
#testimonials-box .tshow &gt; a:nth-child(4):before {
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
  transform: rotate(-1deg);
  left: -2em;
}
#testimonials-box .tshow &gt; a:before {
  content: '';
  width: 1.69em;
  height: 9.85em;
  margin-left: auto;
  margin-right: auto;
  background: url(../images/testpin.png) no-repeat center center;
  background-size: 90%;
  display: block;
  position: absolute;
  top: -8em;
  right: 0;
  left: 0;
  z-index: 400;
}
#testimonials-box .tshow &gt; a .decor {
  width: 100%;
  display: block;
  margin-bottom: 2.077em;
}
#testimonials-box .tshow &gt; a .decor-wm {
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
  margin: auto;
}
#testimonials-box .voluble {
  text-align: center;
  height: 2.85em;
  display: block;
}
#testimonials-box .cred {
  display: inline-block;
}
#bd {
  position: relative;
  z-index: 400;
  padding: 3em 0;
}
#bd .container {
  width: 90%!important;
}
#bd .hp-decor {
  margin-bottom: 2.45em;
}
/* Content */
#content {
  display: block;
  position: relative;
}
.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 &gt; div {
  font-size: 2.8em;
  color: #333333;
  position: absolute;
  top: 50%;
  z-index: 900;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.mediaSlider .cycle-slideshow &gt; div span {
  -webkit-transition: transform 0.35s ease, opacity 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.mediaSlider .cycle-slideshow &gt; div.cycle-prev {
  text-align: left;
  left: 0;
}
.mediaSlider .cycle-slideshow &gt; div.cycle-prev span {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.mediaSlider .cycle-slideshow &gt; div.cycle-next {
  text-align: right;
  direction: rtl;
  right: 0;
}
.mediaSlider .cycle-slideshow &gt; div.cycle-next span {
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}
.mediaSlider .cycle-slideshow &gt; div:hover {
  cursor: pointer;
}
.mediaSlider .cycle-slideshow &gt; div:hover span {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  opacity: 0.68;
}
.spot02 {
  background: #f2f2f2;
  font-size: 2.5vw;
}
.spot02 .mod {
  -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;
  width: 14.6em;
  margin: 1em 0.5em;
  vertical-align: top;
}
.spot02 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 1.25em;
}
.spot02 h2 {
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Fahkwang', sans-serif;
  font-size: 1.450em;
  color: #005596;
  margin-bottom: 0.58em;
  text-align: center;
}
.spot02 .detail {
  display: none;
  font-size: 13px;
  line-height: 21px;
  color: #000000;
  text-align: justify;
}
.spot02 .btn {
  font-weight: 700;
  text-align: center;
  -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;
  background: #005596;
  color: #ffffff;
  font-size: 0.650em;
  /* 13px */
  height: 3em;
  line-height: 3em;
  width: 8.462em;
  position: relative;
  margin: 1em 0 2em;
  z-index: 2;
  font-size: inherit;
}
.spot02 .btn: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: #0b87e5;
  background: -moz-radial-gradient(center, ellipse cover, #0b87e5 0%, #094c99 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #0b87e5 0%, #094c99 100%);
  background: radial-gradient(ellipse at center, #0b87e5 0%, #094c99 100%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}
.spot02 .btn:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.spot02 .btn:hover:before {
  opacity: 1;
}
/* Logos */
#logos {
  text-align: center;
  padding: 2em 0;
  background: #ffffff;
}
#logos 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;
  display: inline-block;
  margin: 5%;
  width: 35%;
}
#logos a:hover {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 0.8;
}
/* Footer */
#ft {
  background: #efeeec url(../images/footer/ft-map.jpg) no-repeat center center;
  text-align: center;
  width: 100%;
  padding: 0;
  position: relative;
}
#ft .container {
  width: 100% !important;
}
#ft .info {
  padding: 3em 1em;
  background: #fff;
}
#ft .info .logo {
  -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;
  margin-bottom: 1.1em;
}
#ft .info .addy {
  font-weight: 500;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-decoration: none;
  display: block;
  color: #0f5496;
  font-size: 12px;
  line-height: 16px;
}
#ft .info .addy .marker {
  top: 212px;
  left: -225px;
  line-height: 1;
  font-size: 66px;
  position: absolute;
  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;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
  display: none;
}
#ft .info .addy .marker:before {
  color: #549abc;
}
#ft .info .addy .marker:after {
  content: '';
  width: 71px;
  height: 61px;
  background: url(../images/footer/shadow.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 12px;
  bottom: -7px;
  z-indeX: -1;
  -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 .info .addy:hover .marker {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
#ft .info .addy:hover .marker:before {
  color: #005596;
}
#ft .info .phone {
  font-weight: 500;
  /*font-family: 'Playfair Display', serif;*/
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-decoration: none;
  display: block;
  color: #0f5496;
  font-size: 18px;
}
#ft .info a:hover {
  color: #bcbec0;
}
.ft-design-credit {
  background: #549abc url(../images/bg-ft-design.jpg) no-repeat center bottom;
  clear: both;
  width: 100%;
  color: #ffffff;
  text-align: center;
  position: relative;
  padding: 1em 0 4em;
}
.ft-design-credit .container {
  max-width: 1200px;
}
.ft-design-credit .util {
  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: #ffffff;
  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: #002a4a;
}
.ft-design-credit .sesame-link .sesame-icon {
  width: 16px;
  height: 14px;
  margin-right: 0.4em;
  display: inline-block;
  vertical-align: middle;
}
.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: #fff;
}
.ft-design-credit .sesame-link .sesame-icon path.bottom {
  fill: #fff;
}
.ft-design-credit .sesame-link:hover .sesame-icon path {
  fill: currentColor;
}
.ft-design-credit .back-to-top {
  -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-family: 'Playfair Display', serif;*/
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  float: none;
  color: #ffffff;
  margin: 1em auto;
  width: 126px;
  height: 38px;
  line-height: 36px;
  font-size: 15px;
  background: #005596;
  position: relative;
  z-index: 2;
}
.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: '';
  background: #0b87e5;
  background: -moz-radial-gradient(center, ellipse cover, #0b87e5 0%, #094c99 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #0b87e5 0%, #094c99 100%);
  background: radial-gradient(ellipse at center, #0b87e5 0%, #094c99 100%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}
.ft-design-credit .back-to-top:hover {
  color: #ffffff;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.ft-design-credit .back-to-top:hover:before {
  opacity: 1;
}
/* Form Buttons */
form button {
  background: #005596;
  border: 1px solid #005596;
  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;
}
form button:hover {
  color: #ffffff;
  border-color: #003863;
  background: #003863;
}
.success {
  text-transform: none;
  font-weight: 400;
  color: #fff;
  padding: 16px;
  float: left;
  background: #005596;
}
/* 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: #549abc;
  font-size: 1.5em;
  margin: 0 0 0.8em;
  font-weight: 400;
  text-align: center;
}
form#blog_search {
  background: #549abc;
  color: #005596;
  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: #005596;
  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: #005596;
  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: #30627a;
}
/* 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: #333333;
}
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: #333333;
}
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: #333333;
}
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: #333333;
}
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: #333333;
}
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: #333333;
}
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: #333333;
}
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: #333333;
}
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: #333333;
}
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;
}
/* 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: #005596;
  padding: 0 10px;
  color: #fff;
}
.invisalign-before-after.slideshow,
.office-tour.slideshow,
.before-and-after.slideshow {
  border-bottom: 3px solid #005596;
  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: #005596;
  -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;
}


#coronavirus-update {
    background: #e12118;
    color: #fff;
    text-decoration: none;
    padding: 10px 25px;
    position: fixed;
    bottom: 0;
    left: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -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: 3000;
}
.coronavirus-update #coronavirus-update {display:none}
#coronavirus-update a {color:#FFF;}
#coronavirus-update:hover {
    background: #c40a01;
    color: #fff;
}
.CoronaClose {
  cursor: pointer;
  position: absolute;
  top: 21%;
  right: 0%;
  padding: 0px 8px;
  transform: translate(0%, -50%);
  color:#FFF;
}

.before-after-image {
  width: 100%;
}

/* ===============================================
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) {
  .spot01 .info {
    font-size: 3vw;
  }
  .spot02 {
    font-size: 2vw;
  }
}
/* ===============================================
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.before-and-after #bd .container,
  .layout-full-width.patient-photos #bd .container,
  .layout-full-width.smile-gallery #bd .container,
  .layout-full-width.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 {
    width: 96%!important;
    max-width: 50em;
  }
  .layout-full-width.home .content-text,
  .layout-full-width.before-and-after .content-text,
  .layout-full-width.patient-photos .content-text,
  .layout-full-width.smile-gallery .content-text,
  .layout-full-width.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 {
    width: 100%;
    max-width: none;
    /*default mw::none*/ 
  }
  .layout-full-width.home .sidebar,
  .layout-full-width.before-and-after .sidebar,
  .layout-full-width.patient-photos .sidebar,
  .layout-full-width.smile-gallery .sidebar,
  .layout-full-width.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 {
    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;
  }
  .content-text {
    width: 100%;
    display: inline-block;
    float: left;
  }
  .content-text p {
    /* text-align: justify; */
  }
  p.before-after-text {
    width: 70%;
  }
  .home .content-text {
    display: block;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 52px;
    -moz-column-gap: 52px;
    column-gap: 52px;
    width: 100%;
    float: none;
  }
  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;
  }
  .staff {
    float: right;
    width: 100%;
    margin: 0 0 1em 1em;
  }
  /*.success {
    width:62%;
    margin-top:13px;
  }
  
  table.office-hours { max-width:50%; }
  */
  /*------------ Style Edit Region ------------*/
  #content .sidebar {
    width: 32.4%;
    float: right;
    display: inline;
    text-align: right;
    margin: 0 0 20px 20px;
  }
  .team-photo {
    float: left;
    margin: 0 20px 20px 0;
  }
  #slideshow #home-slideshow {
    width: 130%;
    margin: 0 -15%;
  }
  #slideshow #home-slideshow .cycle-slideshow {
    /*margin-top:-5%;*/
  }
  #slideshow .ss_overlay {
    font-size: 1vw;
  }
  #callouts {
    padding: 4.62em 0 3.7em;
  }
  #callouts a {
    width: 14em;
    margin: 0 0.4em;
  }
  #callouts a .mod {
    display: inline-block;
  }
  .spot01 {
    padding: 3em 0;
  }
  .spot01 .mod img {
    vertical-align: middle;
    display: inline-block;
    width: 50%;
  }
  .spot01 .mod02 {
    margin-top: -2em;
    direction: rtl;
  }
  .spot01 .mod02 .info {
    text-align: right;
  }
  .spot01 .mod02 h2 {
    text-align: right;
  }
  .spot01 .info {
    font-size: inherit;
  }
  .spot02 {
    font-size: inherit;
  }
  .spot02 h2 {
    text-align: left;
  }
  .spot02 .mod {
    text-align: left;
    margin: 0 2em;
  }
  .spot02 .detail {
    display: block;
  }
  .spot02 .btn {
    font-size: 13px;
    margin: 2.55em 0 0 0;
  }
  #logos {
    padding: 2.9em 0 2.55em;
  }
  #logos a {
    width: 20%;
    margin: 0 2%;
  }
  
  .ft-design-credit .util {
    float: left;
    height: 38px;
    line-height: 34px;
    margin-left: 5px;
  }
  .ft-design-credit .back-to-top {
    float: right;
    margin: 0;
  }

  .before-after-image {
    width: 40%;
  }

}
/* ===============================================
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: 36px;
  }
  #sticky {
    padding: 0;
  }
  h1 {
    font-size: 2.450em;
  }
  .coronavirus-update h1{
    text-align: center;
  }
  .home h1 {
    margin-bottom: 1.1em;
  }
  #hd {
    display: block;
    padding: 0;
    z-index: 3000;
  }
  #hd .links {
    width: 125px;
    position: absolute;
    top: 0px;
    right: 0;
  }
  #hd .links a {
    display: block;
    width: 100%;
  }
  #hd .links a.btn01,
  #hd .links a.btn01-dr {
    height: 42px;
    line-height: 42px;
  }

  #hd .links a.btn02 {
    font-size: 13px;
    line-height: 1;
    height: 103px;
    padding: 33px 0 0;
    box-sizing: border-box;
  }
  .social-media {
    width: 43px;
    margin: 0;
    position: fixed;
    top: 250px;
    right: 10px;
    padding: 0.5em 0;
  }
  .social-media a {
    float: none;
    margin: 0;
    display: block;
    line-height: 32px;
  }
  /* ==================================================================
  main-nav
=================================================================== */
  /*deskBurger*/
  /*  
  #main-nav{ 
    .collapsible{
      .trigger{ .show;box-shadow:none; }
    }
  }
  
  nav.horizontal ul li{ .wall;.nofloat; }
  nav .collapsible ul { display:none }
  nav .open&gt;ul { display:block }
  */
  #main-nav {
    width: 100%;
    margin: 0;
    /*padding:0;*/
    position: relative;
    top: 0;
    z-index: 2900;
    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: 50px;
    width: auto;
    float: none;
    text-align: center;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    position: static;
  }
  #main-nav ul:before {
    display: none;
  }
  #main-nav ul li {
    height: 100%;
    float: none;
    clear: none;
    margin: 0;
    /*adjust margin for spacing*/
    background: none;
    position: relative;
    vertical-align: top;
  }
  #main-nav ul li.contact,
  #main-nav ul li.contact-us {
    margin-right: 0;
    padding-right: 0;
  }
  #main-nav ul li a[id] {
    font-weight: 300;
    font-size: 19px;
    line-height: 40px;
    text-align: center;
    color: #004b8b;
    text-decoration: none;
    height: 40px;
    width: auto;
    padding: 0 8px;
    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 {
    -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: '';
    background: #bcbec0;
    width: 100%;
    height: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    opacity: 0;
    z-index: -1;
  }
  #main-nav ul li.active &gt; a[id],
  #main-nav ul li:hover &gt; a[id] {
    color: #ffffff;
    text-decoration: none;
  }
  #main-nav ul li.active &gt; a[id]:before,
  #main-nav ul li:hover &gt; a[id]:before {
    height: 40px;
    opacity: 1;
    top: 0;
    bottom: 0;
  }
  #main-nav ul ul {
    width: auto;
    height: auto;
    padding: 11px 0 9px;
    margin: 0;
    z-index: 2800;
    position: absolute;
    display: none;
  }
  #main-nav ul ul li {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 25px;
    /*default 25*/
    background: none;
    opacity: 1;
  }
  #main-nav ul ul li a {
    line-height: 21px;
    text-align: left;
    white-space: nowrap;
    height: 21px;
    width: 100%;
    padding: 0 22px;
    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:37px;*/
    display: block;
  }
  #main-nav ul li.contact-us:hover ul,
  #main-nav ul li.contact:hover ul {
    left: auto;
    right: 0;
    margin: 0;
  }
  #subnav-outer {
    text-align: left;
    padding: 438px 0 26px;
    background-size: auto;
  }
  #subnav-outer:before {
    height: 50%;
  }
  #subnav-outer .divider {
    display: inline-block;
  }
  #subnav-outer a {
    margin: 0;
  }
  #subnav-outer p {
    line-height: 18px;
  width:605px;
  margin-left:0; 
  }
  .layout-full-width #subnav-outer p { width:1000px; text-align:center; margin:0 auto; }
  /* Slider */
  #slideshow {
    width: 100%;
    margin-top: 0;
    top: 0;
  }
  #slideshow #home-slideshow {
    position: relative;
    width: 100%;
    margin: 0 auto;
    /*left:50%; width:2000px; margin:0 -1000px;*/
    /*2000px centered slideshow CYCLE2*/
  }
  #slideshow #home-slideshow .cycle-slideshow {
    margin-top: 0;
  }

  #slideshow .cycle-slideshow:before {
    content: '';
    background: rgba(255,255,255,0.3);
    background: linear-gradient(30deg, rgba(255,255,255,0.9) 10%, rgba(255,255,255,0.1) 40%, rgba(255,255,255,0) 100%);
  }

  #slideshow #home-slideshow .hp-slide {
    max-width: none;
    width: 100%;
  }
  #testimonials-box {
    font-size: 1.5vw;
  }
  #testimonials-box .tshow {
    width: 100%;
    display: block;
  }
  #testimonials-box .tshow &gt; a {
    width: auto;
    margin: 0 1.15em;
    display: inline-block;
    vertical-align: top;
  }
  #testimonials-box .tshow &gt; a img {
    width: 20.62em;
  }
  #content .sidebar {
    margin: -106px 0 20px 20px;
  }
  #bd {
    padding: 2.45em 0 3em;
  }
  .home #bd {
    padding: 5em 0;
  }
  #logos a {
    margin: 0 37px;
    width: auto;
  }
  .spot02 {
    padding: 100px 0;
  }
  .spot02 .mod {
    margin: 0 .9em;
  }
  #ft {
    height: 542px;
  }
  #ft .info {
    width: 343px;
    padding: 1.25em 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  #ft .info .addy,
  #ft .info .phone {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  #ft .info .addy .marker,
  #ft .info .phone .marker {
    display: block;
  }
  #ft .info .phone {
    line-height: 1;
    margin-right: 10px;
  }

  body.types-of-appliances .video-sleeve {
    max-width: 80%;
    margin: 0 auto;
  }
}
/* ===============================================
Desktop Only Excluding large tablets
Supports 75em (1200px) and up
=============================================== */
@media only screen and (min-width: 75em) {
  .spot01 {
    padding: 5em 0;
  }
  .spot01 .mod img {
    width: auto;
  }
  .spot01 .mod .detail {
    display: block;
  }
  .spot01 .mod01 img {
    margin-left: 40px;
  }
  .spot01 .mod01 .info {
    padding: 0;
    margin: -110px 0 0 30px;
  }
  .spot01 .mod01 .btn:nth-child(1) {
    margin-right: 12px;
  }
  .spot01 .mod02 {
    text-align: right;
    margin-top: -4.45em;
  }
  .spot01 .mod02 .info {
    padding: 0;
    margin: 125px 40px 0 0;
  }
  .spot01 .mod02 .info .detail {
    margin-bottom: 2em;
  }
}
/* ===============================================
Desktop Only Excluding large tablets
Supports 81.25em (1300px) and up
=============================================== */
@media only screen and (min-width: 81.25em) {
  /*un-deskburger*/
  /*
  #main-nav{ 
    .collapsible{
      .trigger{ .hide; }
    }
  }
  
  nav.horizontal ul li{ .auto;.nofloat; }
  nav .collapsible ul { .ib; }
  */
  #main-nav {
       top: 46px;
  }

  #sticky {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    min-height: 103px;
    background: #0f5496;
}

  #hd {
    text-align: right;
  }
  #hd .logo {
    z-index: 40;
    position: absolute;
    top: 0;
    left: 0;
    height: 103px;
    margin: 0;
    padding: 0 20px;
    box-sizing: content-box;
    background: #fff;
    min-width: 170px;
  }

  .home #hd .logo {
    opacity: 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;
  }

  .home .small #hd .logo {
    opacity: 1;
  }

  #hd .logo img{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    width: 150px;
    /*filter: brightness(0) saturate(100%) invert(100%);*/
  }


  #hd .info {
    margin: 16px 0 8px;
    /* padding-right: 136px; */
    /* float: right; */
    /* display: inline-block; */
    width: 250px;
    position: absolute;
    top: 30px;
    right: 156px;
  }

  #hd .info .city {
    color: #ffffff;
  }
  #hd .info .city:hover {
    color: #4a8eb4;
  }
  #hd .info .phone {
    color: #ffffff;
  }
  #hd .info .phone
  #main-nav ul li a[id] {
    color: #fff;
  }
  #main-nav ul {
    float: left;
    padding: 0 0 0 245px;
  }

  #main-nav ul li a[id] {
    color: #fff;
  }

  #slideshow .ss_overlay {
    font-size: inherit;
    top: auto;
    bottom: 5%;
    left: 5%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    text-align: left;
  }
#slideshow .ss_overlay h2{
  text-align: left;
}
  #slideshow {
    margin-top: 103px;
  }

}
/* ===============================================
breakpoint for arbitrary width at which testimonials section is able to match proof
Supports 83.125em (1330px) and up
=============================================== */
@media only screen and (min-width: 83.125em) {
  #testimonials-box {
    font-size: inherit;
  }
}

/* ===============================================
Desktop Only Large screen only
Supports 106.25em (1700px) and up
=============================================== */
@media only screen and (min-width: 106.25em) {
  
  .ft-design-credit { padding:7px 0 6px; }

}

/* ===============================================
Desktop Only Large screen only
Supports 125em (2000px) and up
=============================================== */
@media only screen and (min-width: 125em) {
  /*
  #slideshow{
    #home-slideshow{ 
      position:relative;
      .wall;
      margin:0 auto;
      left:0;
    }
  }
  */
  #subnav-outer {
    background-size: 100% auto;
  }
  #testimonials-box {
    background-size: 100% auto;
  }
}
/*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;
  }
}


body.appointment-request form .radio-group label , body.refer-a-friend form .radio-group label {width: 75%;}
body.appointment-request input[type=checkbox], body.refer-a-friend input[type=checkbox]{float:left; width:25px !important}
</pre></body></html>