<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ===============================================
	.less VERSION 2.0
	
	mccabe-timothy2
	
	Sesame Communications - (c) 2021
	Written by: Builder_Name
	All rights reserved.
	Any reproduction or intentional misuse is strictly prohibited
	
=============================================== */
/*Colors */
/* color */
/* orange || hyperlinks */
/* light blue */
/* green */
/* blue */
/* ===============================================
					fonts
=============================================== */
/* utilize font-display: swap; property for @ff kit */
.fontP {
  font-family: 'Poppins', sans-serif;
}
/* ===============================================
					Mixins 
=============================================== */
/*font-mixins*/
.th {
  font-weight: 100;
}
.xlt {
  font-weight: 200;
}
.lt {
  font-weight: 300;
}
.roman {
  font-weight: 400;
}
.mbold {
  font-weight: 500;
}
.sbold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.xbold {
  font-weight: 800;
}
.ubold,
.black {
  font-weight: 900;
}
.ob {
  font-style: oblique;
}
.italic {
  font-style: italic;
}
.upp {
  text-transform: uppercase;
}
.loww {
  text-transform: lowercase;
}
.noo {
  text-transform: none;
}
.supp {
  font-variant: small-caps;
}
.normal {
  font-style: normal;
}
/*LETTER SPACING, LINE HEIGHT AND FONT SIZE */
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}
.alignleft {
  text-align: left;
}
.justify {
  text-align: justify;
}
/*helper mixins*/
.clear {
  clear: both;
}
.clearright {
  clear: right;
}
.clearleft {
  clear: left;
}
.near {
  clear: none;
}
.wimp {
  width: 100%!important;
}
.wall {
  width: 100%;
}
.hall {
  height: 100%;
}
.auto {
  width: auto;
}
.autoy {
  height: auto;
}
.autox {
  width: auto;
  height: auto;
}
.zerox {
  width: 0;
  height: 0;
}
.line {
  width: 100%;
  height: 1px;
}
.show {
  display: block;
}
.inline {
  display: inline;
}
.inline-block,
.ib {
  display: inline-block;
}
.hide {
  display: none;
}
.obliterate {
  line-height: 0;
  font-size: 0;
  text-indent: -999em;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  display: none;
  visibility: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
.nofloat {
  float: none;
}
.behave {
  display: block;
  float: left;
}
.rehave {
  display: block;
  float: right;
}
.restrain {
  width: auto;
  display: inline-block;
  float: none;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.trans {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.fade {
  opacity: 0.5;
}
.round {
  border-radius: 50%;
}
/*functional mixins*/
.vertical-align {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.vertical-align-nul {
  position: relative;
  top: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.overlay {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.inlay {
  width: auto;
  height: auto;
  display: block;
  position: absolute;
}
/* use with .trbl */
.grey,
.gray {
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
}
.trans {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.trans2 {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
/* ===============================================
Basic Stylings
These will affect every size of the site.
=============================================== */
/*resets*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*GLOBAL OVERRIDES*/
.fab,
.fas,
.fal,
.far,
.fad {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: 0;
}
/* Body */
/* line-height from main content area on psd proof */
/* font size from main content area on psd proof (will affect .content-area only) */
body,
input,
select,
textarea {
  font-family: 'Poppins', sans-serif;
}
/* for font declaration that will affect most site elements */
form button {
  font-family: 'Poppins', sans-serif;
}
/* for font declaration that will affect button elements only */
body {
  line-height: 1.8;
  font-size: 15px;
  /* do not change - this informs factor for em units on mobile devices */
  color: #333;
  background: #ccc;
  overflow: hidden;
  /* body content font-size declared below */
}
@media only screen and (min-width: 81.25em) {
  body {
    font-size: 20px;
    /* do not change - this is factor for em units */
    /* desk 1300w */
  }
}
/* Links */
a {
  text-decoration: none;
}
#content a {
  color: #f5591c;
  text-decoration: underline;
  -webkit-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
#content a:hover {
  text-decoration: underline;
  color: #5d6062;
}
/* h family || hfam */
h1,
h2:not(.topic),
h3,
h4,
h5,
h6 {
  font-weight: 700;
  text-transform: none;
  line-height: 1;
  text-align: left;
  color: #f5591c;
  margin: 0 0 0.8em;
  text-rendering: auto;
  color: #4aba6e;
}
h1 {
  font-weight: 600;
  font-size: 10vw;
  margin-bottom: 0.75em;
  color: #004b8d;
}
@media only screen and (min-width: 30em) {
  h1 {
    font-size: 2.25em;
    /* mintab 480w */
  }
}
h1 .trait {
  display: block;
}
h1 .trait.top {
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 2;
  font-size: 0.51111111em;
  text-transform: uppercase;
  color: #f4dd7e;
}
.home h1 {
  color: #ffffff;
}
@media only screen and (min-width: 30em) {
  .home h1 {
    font-size: 2.25em;
    /* mintab 480w */
  }
}
h2:not(.topic) {
  font-size: 1.3em;
  color: #f5591c;
}
h3 {
  font-size: 1.15em;
  color: #2ca5ce;
}
h4 {
  font-size: 1.05em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 0.95em;
}
/*containers*/
.container {
  max-width: 50.25em;
}
/*global override*/
.what-sets-us-apart #content ol,
.meet-the-team #content ol,
.our-office #content ol,
.office-tour #content ol,
body[class*='-after'] #content ol {
  margin: 0;
}
#content ul li {
  list-style: disc outside;
  /* list-style-image:none; */
}
/* ==================================================================
	top
=================================================================== */
#masthead {
  width: 100%;
  background: none;
  box-shadow: 0 0.35em 0.5em rgba(0, 0, 0, 0.22);
  padding: 0 0 1em;
  position: relative;
  z-index: 3000;
}
@media only screen and (min-width: 41.625em) {
  #masthead {
    padding: 0;
    /* custom 666w */
  }
}
@media only screen and (max-width: 63.9375em) {
  #masthead {
    background-color: #fff;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 64em) {
  #masthead {
    font-size: 1.1em;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3000;
    width: 100%;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 81.25em) {
  #masthead {
    font-size: inherit;
    position: fixed;
    /* desk 1300w */
  }
}
#masthead .container {
  width: 100%;
  max-width: none;
}
@media only screen and (min-width: 64em) {
  #masthead .container {
    max-width: 50em;
    /* maxTab 1024w */
  }
}
/* ==================================================================
	main-nav
=================================================================== */
/* MAIN-NAV STYLE =&gt; 'standard' (common) or 'fullmob' for mobile nav through desktop don't forget to alter breakpoint on local.js */
/* main nav item font size from psd proof */
/* drop menu item font size from psd proof */
#main-nav {
  /* height and width and lineHeight of .trigger */
  font-size: 1.2em;
  text-align: center;
  height: 43px;
  width: 43px;
  padding: 0;
  margin: 0;
  box-shadow: -1px 1px 0 rgba(93, 96, 98, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 600;
  clear: both;
}
@media only screen and (min-width: 64em) {
  #main-nav {
    background-color: #fff;
    /* midTab 1024w */
  }
}
#main-nav .container {
  height: 100%;
  padding: 0;
}
#main-nav .trigger {
  line-height: 43px;
  color: #5d6062;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  z-index: 600;
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
#main-nav .trigger .navicon {
  width: 12px;
  height: 8px;
  position: relative;
  display: inline-block;
  top: -0.2em;
  /* adjust positioning of navicon from top */
}
#main-nav .trigger .navicon span {
  height: 2px;
  width: 100%;
  background: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: width 0.3s ease, top 0.3s ease, left 0.3s ease, transform 0.3s ease;
  transition: width 0.3s ease, top 0.3s ease, left 0.3s ease, transform 0.3s ease;
}
#main-nav .trigger .navicon span:nth-child(1) {
  top: 0px;
}
#main-nav .trigger .navicon span:nth-child(2),
#main-nav .trigger .navicon span:nth-child(3) {
  top: 50%;
}
#main-nav .trigger .navicon span:nth-child(4) {
  top: 100%;
}
#main-nav .trigger:hover {
  color: #2ca5ce;
}
#main-nav .trigger:hover .navicon span {
  /* background:@color1; */
}
#main-nav .open .trigger {
  color: #2ca5ce;
  /* should contrast against ul background color declared below */
}
#main-nav .open .trigger .navicon span {
  /* background:@color1; */
}
#main-nav .open .trigger .navicon span:nth-child(1),
#main-nav .open .trigger .navicon span:nth-child(4) {
  width: 0;
  top: 50%;
  left: 50%;
}
#main-nav .open .trigger .navicon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#main-nav .open .trigger .navicon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#main-nav ul {
  width: 100vw;
  margin: -43px 0 0;
  padding: 1em 0;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 100%);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 100%);
  position: relative;
  float: right;
  z-index: 550;
}
#main-nav ul li {
  clear: both;
}
#main-nav ul li a[id] {
  line-height: 2.5;
  font-size: 0.8em;
  text-transform: none;
  color: #000;
  width: auto;
  height: 2.5em;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  -webkit-transition: color 0.33s ease;
  transition: color 0.33s ease;
}
#main-nav ul li a[id]:after {
  content: '';
  width: 1.3125em;
  height: 2.5em;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: -1.5em;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  opacity: 0;
}
@media only screen and (max-width: 63.9375em) {
  #main-nav ul li a[id]:after {
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0) scale(0);
    transform: translate3d(0, -50%, 0) scale(0);
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 64em) {
  #main-nav ul li a[id]:after {
    top: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    /* midTab 1024w */
  }
}
#main-nav ul li a[id].home:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyMScgaGVpZ2h0PSc0MCcgdmlld0JveD0nMCAwIDIxIDQwJz4NCiAgPHBhdGggZmlsbD0nI2Y1NTkxYycgZD0nTTEwLjI1NCwyNS4wMTVsLTEuMjAzLTAuNTI4YzAuMzEzLTAuMTMxLDAuNjIzLTAuMzM0LDAuOTItMC41OTZjLTEuNDg2LTIuMTA1LTIuMjgyLTUuNzQtMS4yMjEtOC42NjQJYzAuNDYzLTEuMjc1LDEuMTc0LTIuMzE1LDIuMDU3LTMuMDc3Yy0xLjUwOC0xLjYyLTMuNzAzLTIuMTI3LTUuODk2LTEuNTJjLTMuMjAxLDAuODg1LTUuMTg3LDMuODA3LTQuMTIsNy42NgljMC45OTEsMy41ODIsNC45NDEsNi41Miw3LjQzNyw2LjM4Yy0wLjQyLDAuNzEzLTEuMTA1LDEuOTQ5LTAuMDgyLDIuNTg0YzAuNDUxLDAuMjgsMC44NTksMC41NTEsMC45MDYsMC43ODkJYzAuMDA3LDAuMDM1LDAuMDI4LDAuMTQzLTAuMTIyLDAuMzUybDAuNDI3LDAuMzA4YzAuMTkxLTAuMjY1LDAuMjYtMC41MTUsMC4yMTEtMC43NjJjLTAuMDg4LTAuNDQ2LTAuNTUtMC43NjUtMS4xNDUtMS4xMzQJYy0wLjMyMS0wLjE5OS0wLjM1My0wLjUxOC0wLjE5Mi0wLjk2NWwtMC4wNDMsMC4zNDVMMTAuMjU0LDI1LjAxNXogTTguMzgsMjQuNjU3bDAsMC4wMDZsLTAuMDA4LTAuMDA1CUM4LjM3NSwyNC42NTgsOC4zNzcsMjQuNjU3LDguMzgsMjQuNjU3eiBNNC41MTMsMTMuMzIzYy0xLjIwNiwxLjEwMS0xLjY4NSwyLjc0Ny0xLjM0Niw0LjYzM2MwLjAzOSwwLjIxNS0wLjEwNCwwLjQyLTAuMzE5LDAuNDU5CWMtMC4wMzYsMC4wMDYtMC4wNzEsMC4wMDgtMC4xMDYsMC4wMDRjLTAuMTcyLTAuMDE2LTAuMzItMC4xNDUtMC4zNTItMC4zMjRjLTAuMzg5LTIuMTYzLDAuMTc2LTQuMDY2LDEuNTkxLTUuMzU2CWMwLjE2Mi0wLjE0NywwLjQxMS0wLjEzNSwwLjU1OCwwLjAyNkM0LjY4NiwxMi45MjYsNC42NzQsMTMuMTc2LDQuNTEzLDEzLjMyM3ogTTE5Ljk5OCwxNC42NjgJYy0wLjYwNS0xLjI2OS0xLjc0Ny0yLjI2MS0zLjIxNi0yLjc5NGMtMC41MTktMC4xODgtMS4wNDctMC4zMDgtMS41NjktMC4zNTZjLTEuNTAzLTAuMTM5LTIuODUzLDAuMzA3LTMuOTE2LDEuMjM2CWMtMC43NjksMC42NzItMS4zODgsMS41OTYtMS44MDQsMi43NDFjLTAuOTQyLDIuNTk3LTAuMjY1LDUuOTMyLDEuMDIzLDcuODM5YzAuMzg4LDAuNTczLDAuODMxLDEuMDE3LDEuMzAxLDEuMjcybC0wLjM3OCwwLjIzCWwtMC4zNjMsMC4yMjNsLTAuNDIsMC4yNTdsMi4wMjEsMC44MDhjLTAuMTE3LDAuMjM4LTAuNDUxLDAuNDI5LTAuOTQyLDAuNTMyYy0wLjUxMSwwLjEwNi0wLjgzLDAuNDE0LTAuODU0LDAuODIxCWMtMC4wMywwLjUwNCwwLjQxLDAuOTgzLDEuMTIyLDEuMjI0bDAuMTY3LTAuNDk5Yy0wLjU0Mi0wLjE4My0wLjc3NS0wLjQ4Ny0wLjc2My0wLjY5NGMwLjAwOC0wLjE1NSwwLjE3Mi0wLjI4LDAuNDM2LTAuMzM3CWMwLjc3MS0wLjE2MSwxLjI2MS0wLjUyMiwxLjM4MS0xLjAxNWMwLjAzNC0wLjEzOCwwLjA0My0wLjMwOC0wLjAwMy0wLjUwNGMtMC4wMjgtMC4xMTktMC4wNzctMC4yNDktMC4xNTMtMC4zODgJYy0wLjA2OS0wLjEyNS0wLjE2MS0wLjI1Ny0wLjI4LTAuMzk2YzIuMzU0LDAuMTIsNi4xMTItMi4zNTcsNy4yNjgtNS41NDJDMjAuNjY3LDE3LjY0MiwyMC42NDcsMTYuMDMsMTkuOTk4LDE0LjY2OHogTTE1LjAzNCwxMy40NjljLTEuMDQzLDAuMTI3LTEuOTY5LDAuNjE1LTIuNzE1LDEuNDA2Yy0wLjQxNSwwLjQzOS0wLjc3NCwwLjk3MS0xLjA2NiwxLjU5Yy0wLjA3MiwwLjE1NC0wLjIzMiwwLjI0LTAuMzk0LDAuMjI1CWMtMC4wNDQtMC4wMDQtMC4wODktMC4wMTYtMC4xMzEtMC4wMzZjLTAuMTk3LTAuMDkzLTAuMjgyLTAuMzI5LTAuMTg5LTAuNTI2YzAuMzkyLTAuODMyLDAuODk0LTEuNTI4LDEuNDg0LTIuMDc2CWMwLjgyLTAuNzYxLDEuODEtMS4yMzQsMi45MTYtMS4zNjljMC4yMTctMC4wMjcsMC40MTQsMC4xMjcsMC40MzksMC4zNDRDMTUuNDA1LDEzLjI0NiwxNS4yNTEsMTMuNDQzLDE1LjAzNCwxMy40Njl6Jy8+DQo8L3N2Zz4=);
}
#main-nav ul li a[id].about-us:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyMScgaGVpZ2h0PSc0MCcgdmlld0JveD0nMCAwIDIxIDQwJz4NCiAgPHBhdGggZmlsbD0nIzAwNGI4ZCcgZD0nTTEwLjI1NCwyNS4wMTVsLTEuMjAzLTAuNTI4YzAuMzEzLTAuMTMxLDAuNjIzLTAuMzM0LDAuOTItMC41OTZjLTEuNDg2LTIuMTA1LTIuMjgyLTUuNzQtMS4yMjEtOC42NjQJYzAuNDYzLTEuMjc1LDEuMTc0LTIuMzE1LDIuMDU3LTMuMDc3Yy0xLjUwOC0xLjYyLTMuNzAzLTIuMTI3LTUuODk2LTEuNTJjLTMuMjAxLDAuODg1LTUuMTg3LDMuODA3LTQuMTIsNy42NgljMC45OTEsMy41ODIsNC45NDEsNi41Miw3LjQzNyw2LjM4Yy0wLjQyLDAuNzEzLTEuMTA1LDEuOTQ5LTAuMDgyLDIuNTg0YzAuNDUxLDAuMjgsMC44NTksMC41NTEsMC45MDYsMC43ODkJYzAuMDA3LDAuMDM1LDAuMDI4LDAuMTQzLTAuMTIyLDAuMzUybDAuNDI3LDAuMzA4YzAuMTkxLTAuMjY1LDAuMjYtMC41MTUsMC4yMTEtMC43NjJjLTAuMDg4LTAuNDQ2LTAuNTUtMC43NjUtMS4xNDUtMS4xMzQJYy0wLjMyMS0wLjE5OS0wLjM1My0wLjUxOC0wLjE5Mi0wLjk2NWwtMC4wNDMsMC4zNDVMMTAuMjU0LDI1LjAxNXogTTguMzgsMjQuNjU3bDAsMC4wMDZsLTAuMDA4LTAuMDA1CUM4LjM3NSwyNC42NTgsOC4zNzcsMjQuNjU3LDguMzgsMjQuNjU3eiBNNC41MTMsMTMuMzIzYy0xLjIwNiwxLjEwMS0xLjY4NSwyLjc0Ny0xLjM0Niw0LjYzM2MwLjAzOSwwLjIxNS0wLjEwNCwwLjQyLTAuMzE5LDAuNDU5CWMtMC4wMzYsMC4wMDYtMC4wNzEsMC4wMDgtMC4xMDYsMC4wMDRjLTAuMTcyLTAuMDE2LTAuMzItMC4xNDUtMC4zNTItMC4zMjRjLTAuMzg5LTIuMTYzLDAuMTc2LTQuMDY2LDEuNTkxLTUuMzU2CWMwLjE2Mi0wLjE0NywwLjQxMS0wLjEzNSwwLjU1OCwwLjAyNkM0LjY4NiwxMi45MjYsNC42NzQsMTMuMTc2LDQuNTEzLDEzLjMyM3ogTTE5Ljk5OCwxNC42NjgJYy0wLjYwNS0xLjI2OS0xLjc0Ny0yLjI2MS0zLjIxNi0yLjc5NGMtMC41MTktMC4xODgtMS4wNDctMC4zMDgtMS41NjktMC4zNTZjLTEuNTAzLTAuMTM5LTIuODUzLDAuMzA3LTMuOTE2LDEuMjM2CWMtMC43NjksMC42NzItMS4zODgsMS41OTYtMS44MDQsMi43NDFjLTAuOTQyLDIuNTk3LTAuMjY1LDUuOTMyLDEuMDIzLDcuODM5YzAuMzg4LDAuNTczLDAuODMxLDEuMDE3LDEuMzAxLDEuMjcybC0wLjM3OCwwLjIzCWwtMC4zNjMsMC4yMjNsLTAuNDIsMC4yNTdsMi4wMjEsMC44MDhjLTAuMTE3LDAuMjM4LTAuNDUxLDAuNDI5LTAuOTQyLDAuNTMyYy0wLjUxMSwwLjEwNi0wLjgzLDAuNDE0LTAuODU0LDAuODIxCWMtMC4wMywwLjUwNCwwLjQxLDAuOTgzLDEuMTIyLDEuMjI0bDAuMTY3LTAuNDk5Yy0wLjU0Mi0wLjE4My0wLjc3NS0wLjQ4Ny0wLjc2My0wLjY5NGMwLjAwOC0wLjE1NSwwLjE3Mi0wLjI4LDAuNDM2LTAuMzM3CWMwLjc3MS0wLjE2MSwxLjI2MS0wLjUyMiwxLjM4MS0xLjAxNWMwLjAzNC0wLjEzOCwwLjA0My0wLjMwOC0wLjAwMy0wLjUwNGMtMC4wMjgtMC4xMTktMC4wNzctMC4yNDktMC4xNTMtMC4zODgJYy0wLjA2OS0wLjEyNS0wLjE2MS0wLjI1Ny0wLjI4LTAuMzk2YzIuMzU0LDAuMTIsNi4xMTItMi4zNTcsNy4yNjgtNS41NDJDMjAuNjY3LDE3LjY0MiwyMC42NDcsMTYuMDMsMTkuOTk4LDE0LjY2OHogTTE1LjAzNCwxMy40NjljLTEuMDQzLDAuMTI3LTEuOTY5LDAuNjE1LTIuNzE1LDEuNDA2Yy0wLjQxNSwwLjQzOS0wLjc3NCwwLjk3MS0xLjA2NiwxLjU5Yy0wLjA3MiwwLjE1NC0wLjIzMiwwLjI0LTAuMzk0LDAuMjI1CWMtMC4wNDQtMC4wMDQtMC4wODktMC4wMTYtMC4xMzEtMC4wMzZjLTAuMTk3LTAuMDkzLTAuMjgyLTAuMzI5LTAuMTg5LTAuNTI2YzAuMzkyLTAuODMyLDAuODk0LTEuNTI4LDEuNDg0LTIuMDc2CWMwLjgyLTAuNzYxLDEuODEtMS4yMzQsMi45MTYtMS4zNjljMC4yMTctMC4wMjcsMC40MTQsMC4xMjcsMC40MzksMC4zNDRDMTUuNDA1LDEzLjI0NiwxNS4yNTEsMTMuNDQzLDE1LjAzNCwxMy40Njl6Jy8+DQo8L3N2Zz4=);
}
#main-nav ul li a[id].for-patients:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyMScgaGVpZ2h0PSc0MCcgdmlld0JveD0nMCAwIDIxIDQwJz4NCiAgPHBhdGggZmlsbD0nIzI1OTk0YScgZD0nTTEwLjI1NCwyNS4wMTVsLTEuMjAzLTAuNTI4YzAuMzEzLTAuMTMxLDAuNjIzLTAuMzM0LDAuOTItMC41OTZjLTEuNDg2LTIuMTA1LTIuMjgyLTUuNzQtMS4yMjEtOC42NjQJYzAuNDYzLTEuMjc1LDEuMTc0LTIuMzE1LDIuMDU3LTMuMDc3Yy0xLjUwOC0xLjYyLTMuNzAzLTIuMTI3LTUuODk2LTEuNTJjLTMuMjAxLDAuODg1LTUuMTg3LDMuODA3LTQuMTIsNy42NgljMC45OTEsMy41ODIsNC45NDEsNi41Miw3LjQzNyw2LjM4Yy0wLjQyLDAuNzEzLTEuMTA1LDEuOTQ5LTAuMDgyLDIuNTg0YzAuNDUxLDAuMjgsMC44NTksMC41NTEsMC45MDYsMC43ODkJYzAuMDA3LDAuMDM1LDAuMDI4LDAuMTQzLTAuMTIyLDAuMzUybDAuNDI3LDAuMzA4YzAuMTkxLTAuMjY1LDAuMjYtMC41MTUsMC4yMTEtMC43NjJjLTAuMDg4LTAuNDQ2LTAuNTUtMC43NjUtMS4xNDUtMS4xMzQJYy0wLjMyMS0wLjE5OS0wLjM1My0wLjUxOC0wLjE5Mi0wLjk2NWwtMC4wNDMsMC4zNDVMMTAuMjU0LDI1LjAxNXogTTguMzgsMjQuNjU3bDAsMC4wMDZsLTAuMDA4LTAuMDA1CUM4LjM3NSwyNC42NTgsOC4zNzcsMjQuNjU3LDguMzgsMjQuNjU3eiBNNC41MTMsMTMuMzIzYy0xLjIwNiwxLjEwMS0xLjY4NSwyLjc0Ny0xLjM0Niw0LjYzM2MwLjAzOSwwLjIxNS0wLjEwNCwwLjQyLTAuMzE5LDAuNDU5CWMtMC4wMzYsMC4wMDYtMC4wNzEsMC4wMDgtMC4xMDYsMC4wMDRjLTAuMTcyLTAuMDE2LTAuMzItMC4xNDUtMC4zNTItMC4zMjRjLTAuMzg5LTIuMTYzLDAuMTc2LTQuMDY2LDEuNTkxLTUuMzU2CWMwLjE2Mi0wLjE0NywwLjQxMS0wLjEzNSwwLjU1OCwwLjAyNkM0LjY4NiwxMi45MjYsNC42NzQsMTMuMTc2LDQuNTEzLDEzLjMyM3ogTTE5Ljk5OCwxNC42NjgJYy0wLjYwNS0xLjI2OS0xLjc0Ny0yLjI2MS0zLjIxNi0yLjc5NGMtMC41MTktMC4xODgtMS4wNDctMC4zMDgtMS41NjktMC4zNTZjLTEuNTAzLTAuMTM5LTIuODUzLDAuMzA3LTMuOTE2LDEuMjM2CWMtMC43NjksMC42NzItMS4zODgsMS41OTYtMS44MDQsMi43NDFjLTAuOTQyLDIuNTk3LTAuMjY1LDUuOTMyLDEuMDIzLDcuODM5YzAuMzg4LDAuNTczLDAuODMxLDEuMDE3LDEuMzAxLDEuMjcybC0wLjM3OCwwLjIzCWwtMC4zNjMsMC4yMjNsLTAuNDIsMC4yNTdsMi4wMjEsMC44MDhjLTAuMTE3LDAuMjM4LTAuNDUxLDAuNDI5LTAuOTQyLDAuNTMyYy0wLjUxMSwwLjEwNi0wLjgzLDAuNDE0LTAuODU0LDAuODIxCWMtMC4wMywwLjUwNCwwLjQxLDAuOTgzLDEuMTIyLDEuMjI0bDAuMTY3LTAuNDk5Yy0wLjU0Mi0wLjE4My0wLjc3NS0wLjQ4Ny0wLjc2My0wLjY5NGMwLjAwOC0wLjE1NSwwLjE3Mi0wLjI4LDAuNDM2LTAuMzM3CWMwLjc3MS0wLjE2MSwxLjI2MS0wLjUyMiwxLjM4MS0xLjAxNWMwLjAzNC0wLjEzOCwwLjA0My0wLjMwOC0wLjAwMy0wLjUwNGMtMC4wMjgtMC4xMTktMC4wNzctMC4yNDktMC4xNTMtMC4zODgJYy0wLjA2OS0wLjEyNS0wLjE2MS0wLjI1Ny0wLjI4LTAuMzk2YzIuMzU0LDAuMTIsNi4xMTItMi4zNTcsNy4yNjgtNS41NDJDMjAuNjY3LDE3LjY0MiwyMC42NDcsMTYuMDMsMTkuOTk4LDE0LjY2OHogTTE1LjAzNCwxMy40NjljLTEuMDQzLDAuMTI3LTEuOTY5LDAuNjE1LTIuNzE1LDEuNDA2Yy0wLjQxNSwwLjQzOS0wLjc3NCwwLjk3MS0xLjA2NiwxLjU5Yy0wLjA3MiwwLjE1NC0wLjIzMiwwLjI0LTAuMzk0LDAuMjI1CWMtMC4wNDQtMC4wMDQtMC4wODktMC4wMTYtMC4xMzEtMC4wMzZjLTAuMTk3LTAuMDkzLTAuMjgyLTAuMzI5LTAuMTg5LTAuNTI2YzAuMzkyLTAuODMyLDAuODk0LTEuNTI4LDEuNDg0LTIuMDc2CWMwLjgyLTAuNzYxLDEuODEtMS4yMzQsMi45MTYtMS4zNjljMC4yMTctMC4wMjcsMC40MTQsMC4xMjcsMC40MzksMC4zNDRDMTUuNDA1LDEzLjI0NiwxNS4yNTEsMTMuNDQzLDE1LjAzNCwxMy40Njl6Jy8+DQo8L3N2Zz4=);
}
#main-nav ul li a[id].treatments:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyMScgaGVpZ2h0PSc0MCcgdmlld0JveD0nMCAwIDIxIDQwJz4NCiAgPHBhdGggZmlsbD0nIzQ3YmFlMScgZD0nTTEwLjI1NCwyNS4wMTVsLTEuMjAzLTAuNTI4YzAuMzEzLTAuMTMxLDAuNjIzLTAuMzM0LDAuOTItMC41OTZjLTEuNDg2LTIuMTA1LTIuMjgyLTUuNzQtMS4yMjEtOC42NjQJYzAuNDYzLTEuMjc1LDEuMTc0LTIuMzE1LDIuMDU3LTMuMDc3Yy0xLjUwOC0xLjYyLTMuNzAzLTIuMTI3LTUuODk2LTEuNTJjLTMuMjAxLDAuODg1LTUuMTg3LDMuODA3LTQuMTIsNy42NgljMC45OTEsMy41ODIsNC45NDEsNi41Miw3LjQzNyw2LjM4Yy0wLjQyLDAuNzEzLTEuMTA1LDEuOTQ5LTAuMDgyLDIuNTg0YzAuNDUxLDAuMjgsMC44NTksMC41NTEsMC45MDYsMC43ODkJYzAuMDA3LDAuMDM1LDAuMDI4LDAuMTQzLTAuMTIyLDAuMzUybDAuNDI3LDAuMzA4YzAuMTkxLTAuMjY1LDAuMjYtMC41MTUsMC4yMTEtMC43NjJjLTAuMDg4LTAuNDQ2LTAuNTUtMC43NjUtMS4xNDUtMS4xMzQJYy0wLjMyMS0wLjE5OS0wLjM1My0wLjUxOC0wLjE5Mi0wLjk2NWwtMC4wNDMsMC4zNDVMMTAuMjU0LDI1LjAxNXogTTguMzgsMjQuNjU3bDAsMC4wMDZsLTAuMDA4LTAuMDA1CUM4LjM3NSwyNC42NTgsOC4zNzcsMjQuNjU3LDguMzgsMjQuNjU3eiBNNC41MTMsMTMuMzIzYy0xLjIwNiwxLjEwMS0xLjY4NSwyLjc0Ny0xLjM0Niw0LjYzM2MwLjAzOSwwLjIxNS0wLjEwNCwwLjQyLTAuMzE5LDAuNDU5CWMtMC4wMzYsMC4wMDYtMC4wNzEsMC4wMDgtMC4xMDYsMC4wMDRjLTAuMTcyLTAuMDE2LTAuMzItMC4xNDUtMC4zNTItMC4zMjRjLTAuMzg5LTIuMTYzLDAuMTc2LTQuMDY2LDEuNTkxLTUuMzU2CWMwLjE2Mi0wLjE0NywwLjQxMS0wLjEzNSwwLjU1OCwwLjAyNkM0LjY4NiwxMi45MjYsNC42NzQsMTMuMTc2LDQuNTEzLDEzLjMyM3ogTTE5Ljk5OCwxNC42NjgJYy0wLjYwNS0xLjI2OS0xLjc0Ny0yLjI2MS0zLjIxNi0yLjc5NGMtMC41MTktMC4xODgtMS4wNDctMC4zMDgtMS41NjktMC4zNTZjLTEuNTAzLTAuMTM5LTIuODUzLDAuMzA3LTMuOTE2LDEuMjM2CWMtMC43NjksMC42NzItMS4zODgsMS41OTYtMS44MDQsMi43NDFjLTAuOTQyLDIuNTk3LTAuMjY1LDUuOTMyLDEuMDIzLDcuODM5YzAuMzg4LDAuNTczLDAuODMxLDEuMDE3LDEuMzAxLDEuMjcybC0wLjM3OCwwLjIzCWwtMC4zNjMsMC4yMjNsLTAuNDIsMC4yNTdsMi4wMjEsMC44MDhjLTAuMTE3LDAuMjM4LTAuNDUxLDAuNDI5LTAuOTQyLDAuNTMyYy0wLjUxMSwwLjEwNi0wLjgzLDAuNDE0LTAuODU0LDAuODIxCWMtMC4wMywwLjUwNCwwLjQxLDAuOTgzLDEuMTIyLDEuMjI0bDAuMTY3LTAuNDk5Yy0wLjU0Mi0wLjE4My0wLjc3NS0wLjQ4Ny0wLjc2My0wLjY5NGMwLjAwOC0wLjE1NSwwLjE3Mi0wLjI4LDAuNDM2LTAuMzM3CWMwLjc3MS0wLjE2MSwxLjI2MS0wLjUyMiwxLjM4MS0xLjAxNWMwLjAzNC0wLjEzOCwwLjA0My0wLjMwOC0wLjAwMy0wLjUwNGMtMC4wMjgtMC4xMTktMC4wNzctMC4yNDktMC4xNTMtMC4zODgJYy0wLjA2OS0wLjEyNS0wLjE2MS0wLjI1Ny0wLjI4LTAuMzk2YzIuMzU0LDAuMTIsNi4xMTItMi4zNTcsNy4yNjgtNS41NDJDMjAuNjY3LDE3LjY0MiwyMC42NDcsMTYuMDMsMTkuOTk4LDE0LjY2OHogTTE1LjAzNCwxMy40NjljLTEuMDQzLDAuMTI3LTEuOTY5LDAuNjE1LTIuNzE1LDEuNDA2Yy0wLjQxNSwwLjQzOS0wLjc3NCwwLjk3MS0xLjA2NiwxLjU5Yy0wLjA3MiwwLjE1NC0wLjIzMiwwLjI0LTAuMzk0LDAuMjI1CWMtMC4wNDQtMC4wMDQtMC4wODktMC4wMTYtMC4xMzEtMC4wMzZjLTAuMTk3LTAuMDkzLTAuMjgyLTAuMzI5LTAuMTg5LTAuNTI2YzAuMzkyLTAuODMyLDAuODk0LTEuNTI4LDEuNDg0LTIuMDc2CWMwLjgyLTAuNzYxLDEuODEtMS4yMzQsMi45MTYtMS4zNjljMC4yMTctMC4wMjcsMC40MTQsMC4xMjcsMC40MzksMC4zNDRDMTUuNDA1LDEzLjI0NiwxNS4yNTEsMTMuNDQzLDE1LjAzNCwxMy40Njl6Jy8+DQo8L3N2Zz4=);
}
#main-nav ul li a[id].contact:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyMScgaGVpZ2h0PSc0MCcgdmlld0JveD0nMCAwIDIxIDQwJz4NCiAgPHBhdGggZmlsbD0nI2Y3Y2MxNScgZD0nTTEwLjI1NCwyNS4wMTVsLTEuMjAzLTAuNTI4YzAuMzEzLTAuMTMxLDAuNjIzLTAuMzM0LDAuOTItMC41OTZjLTEuNDg2LTIuMTA1LTIuMjgyLTUuNzQtMS4yMjEtOC42NjQJYzAuNDYzLTEuMjc1LDEuMTc0LTIuMzE1LDIuMDU3LTMuMDc3Yy0xLjUwOC0xLjYyLTMuNzAzLTIuMTI3LTUuODk2LTEuNTJjLTMuMjAxLDAuODg1LTUuMTg3LDMuODA3LTQuMTIsNy42NgljMC45OTEsMy41ODIsNC45NDEsNi41Miw3LjQzNyw2LjM4Yy0wLjQyLDAuNzEzLTEuMTA1LDEuOTQ5LTAuMDgyLDIuNTg0YzAuNDUxLDAuMjgsMC44NTksMC41NTEsMC45MDYsMC43ODkJYzAuMDA3LDAuMDM1LDAuMDI4LDAuMTQzLTAuMTIyLDAuMzUybDAuNDI3LDAuMzA4YzAuMTkxLTAuMjY1LDAuMjYtMC41MTUsMC4yMTEtMC43NjJjLTAuMDg4LTAuNDQ2LTAuNTUtMC43NjUtMS4xNDUtMS4xMzQJYy0wLjMyMS0wLjE5OS0wLjM1My0wLjUxOC0wLjE5Mi0wLjk2NWwtMC4wNDMsMC4zNDVMMTAuMjU0LDI1LjAxNXogTTguMzgsMjQuNjU3bDAsMC4wMDZsLTAuMDA4LTAuMDA1CUM4LjM3NSwyNC42NTgsOC4zNzcsMjQuNjU3LDguMzgsMjQuNjU3eiBNNC41MTMsMTMuMzIzYy0xLjIwNiwxLjEwMS0xLjY4NSwyLjc0Ny0xLjM0Niw0LjYzM2MwLjAzOSwwLjIxNS0wLjEwNCwwLjQyLTAuMzE5LDAuNDU5CWMtMC4wMzYsMC4wMDYtMC4wNzEsMC4wMDgtMC4xMDYsMC4wMDRjLTAuMTcyLTAuMDE2LTAuMzItMC4xNDUtMC4zNTItMC4zMjRjLTAuMzg5LTIuMTYzLDAuMTc2LTQuMDY2LDEuNTkxLTUuMzU2CWMwLjE2Mi0wLjE0NywwLjQxMS0wLjEzNSwwLjU1OCwwLjAyNkM0LjY4NiwxMi45MjYsNC42NzQsMTMuMTc2LDQuNTEzLDEzLjMyM3ogTTE5Ljk5OCwxNC42NjgJYy0wLjYwNS0xLjI2OS0xLjc0Ny0yLjI2MS0zLjIxNi0yLjc5NGMtMC41MTktMC4xODgtMS4wNDctMC4zMDgtMS41NjktMC4zNTZjLTEuNTAzLTAuMTM5LTIuODUzLDAuMzA3LTMuOTE2LDEuMjM2CWMtMC43NjksMC42NzItMS4zODgsMS41OTYtMS44MDQsMi43NDFjLTAuOTQyLDIuNTk3LTAuMjY1LDUuOTMyLDEuMDIzLDcuODM5YzAuMzg4LDAuNTczLDAuODMxLDEuMDE3LDEuMzAxLDEuMjcybC0wLjM3OCwwLjIzCWwtMC4zNjMsMC4yMjNsLTAuNDIsMC4yNTdsMi4wMjEsMC44MDhjLTAuMTE3LDAuMjM4LTAuNDUxLDAuNDI5LTAuOTQyLDAuNTMyYy0wLjUxMSwwLjEwNi0wLjgzLDAuNDE0LTAuODU0LDAuODIxCWMtMC4wMywwLjUwNCwwLjQxLDAuOTgzLDEuMTIyLDEuMjI0bDAuMTY3LTAuNDk5Yy0wLjU0Mi0wLjE4My0wLjc3NS0wLjQ4Ny0wLjc2My0wLjY5NGMwLjAwOC0wLjE1NSwwLjE3Mi0wLjI4LDAuNDM2LTAuMzM3CWMwLjc3MS0wLjE2MSwxLjI2MS0wLjUyMiwxLjM4MS0xLjAxNWMwLjAzNC0wLjEzOCwwLjA0My0wLjMwOC0wLjAwMy0wLjUwNGMtMC4wMjgtMC4xMTktMC4wNzctMC4yNDktMC4xNTMtMC4zODgJYy0wLjA2OS0wLjEyNS0wLjE2MS0wLjI1Ny0wLjI4LTAuMzk2YzIuMzU0LDAuMTIsNi4xMTItMi4zNTcsNy4yNjgtNS41NDJDMjAuNjY3LDE3LjY0MiwyMC42NDcsMTYuMDMsMTkuOTk4LDE0LjY2OHogTTE1LjAzNCwxMy40NjljLTEuMDQzLDAuMTI3LTEuOTY5LDAuNjE1LTIuNzE1LDEuNDA2Yy0wLjQxNSwwLjQzOS0wLjc3NCwwLjk3MS0xLjA2NiwxLjU5Yy0wLjA3MiwwLjE1NC0wLjIzMiwwLjI0LTAuMzk0LDAuMjI1CWMtMC4wNDQtMC4wMDQtMC4wODktMC4wMTYtMC4xMzEtMC4wMzZjLTAuMTk3LTAuMDkzLTAuMjgyLTAuMzI5LTAuMTg5LTAuNTI2YzAuMzkyLTAuODMyLDAuODk0LTEuNTI4LDEuNDg0LTIuMDc2CWMwLjgyLTAuNzYxLDEuODEtMS4yMzQsMi45MTYtMS4zNjljMC4yMTctMC4wMjcsMC40MTQsMC4xMjcsMC40MzksMC4zNDRDMTUuNDA1LDEzLjI0NiwxNS4yNTEsMTMuNDQzLDE1LjAzNCwxMy40Njl6Jy8+DQo8L3N2Zz4=);
}
#main-nav ul li.open &gt; a[id],
#main-nav ul li.active &gt; a[id],
#main-nav ul li:hover &gt; a[id] {
  color: #f5591c;
  text-decoration: none;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
#main-nav ul li.open &gt; a[id]:after,
#main-nav ul li.active &gt; a[id]:after,
#main-nav ul li:hover &gt; a[id]:after {
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  opacity: 1;
}
@media only screen and (max-width: 63.9375em) {
  #main-nav ul li.open &gt; a[id]:after,
  #main-nav ul li.active &gt; a[id]:after,
  #main-nav ul li:hover &gt; a[id]:after {
    -webkit-transform: translate3d(0, -50%, 0) scale(1);
    transform: translate3d(0, -50%, 0) scale(1);
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 64em) {
  #main-nav ul li.open &gt; a[id]:after,
  #main-nav ul li.active &gt; a[id]:after,
  #main-nav ul li:hover &gt; a[id]:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    /* midTab 1024w */
  }
}
#main-nav ul li.open &gt; a[id].home,
#main-nav ul li.active &gt; a[id].home,
#main-nav ul li:hover &gt; a[id].home {
  color: #f5591c;
}
#main-nav ul li.open &gt; a[id].about-us,
#main-nav ul li.active &gt; a[id].about-us,
#main-nav ul li:hover &gt; a[id].about-us {
  color: #004b8d;
}
#main-nav ul li.open &gt; a[id].for-patients,
#main-nav ul li.active &gt; a[id].for-patients,
#main-nav ul li:hover &gt; a[id].for-patients {
  color: #25994a;
}
#main-nav ul li.open &gt; a[id].treatments,
#main-nav ul li.active &gt; a[id].treatments,
#main-nav ul li:hover &gt; a[id].treatments {
  color: #47bae1;
}
#main-nav ul li.open &gt; a[id].contact,
#main-nav ul li.active &gt; a[id].contact,
#main-nav ul li:hover &gt; a[id].contact {
  color: #f7cc15;
}
#main-nav ul ul {
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
  background: rgba(0, 75, 141, 0.89);
  display: inline;
}
#main-nav ul ul li {
  width: 100%;
  float: left;
  background: none;
}
#main-nav ul ul li a {
  line-height: 3.07692308;
  font-size: 0.65em;
  color: #fff;
  width: 100%;
  height: 3.07692308em;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#main-nav ul li.active ul li a:hover,
#main-nav ul ul li a:hover,
#main-nav ul ul li a.active {
  text-decoration: none;
  color: #63adde;
  margin-bottom: 0;
  border: none;
}
/* main-nav make li fly in all cool */
#main-nav .collapsible.open &gt; ul {
  -webkit-animation: flyinmobilenav 0.4s 1;
  animation: flyinmobilenav 0.4s 1;
}
#main-nav .collapsible.open ul ul {
  -webkit-animation: none;
  animation: none;
}
/* make flyouts expand on mobile */
#main-nav ul ul li {
  height: 0;
  overflow: hidden;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
  opacity: 0;
}
/* all about that open class */
#main-nav .open ul {
  display: inline-block;
}
#main-nav .open ul .open ul {
  padding: 1em 0;
}
#main-nav .open ul .open ul li {
  height: 2em;
  opacity: 1;
}
/* ==================================================================
	header
=================================================================== */
#hd {
  text-align: center;
  color: #f5591c;
  /* color should reflect color of phone number in header */
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 48em) {
  #hd {
    text-align: right;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 64em) {
  #hd {
    z-index: 3000;
    /* midTab 1024w */
  }
}
@media only screen and (max-width: 63.9375em) {
  #hd .mod {
    padding: 0 0 0.5em;
    background-color: #226eaa;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 48em) and (max-width: 63.9375em) {
  #hd .mod {
    padding: 0 2% 0.5em;
    /* range 768x - 1024oo */
  }
}
@media only screen and (min-width: 64em) {
  #hd .mod {
    /* midTab 1024w */
  }
}
/* logo  */
#logo {
  /* to center the logo from 320w - 479w change to true */
  /* logo width from psd proof */
  /* logo height from psd proof */
  line-height: 0;
  font-size: 0.7em;
  width: 16.5em;
  margin: 0.5em auto 1em 2%;
  display: block;
  position: relative;
}
@media only screen and (min-width: 64em) {
  #logo {
    font-size: inherit;
    position: absolute;
    margin: 0;
    top: 1.55em;
    left: 0;
    /* maxTab 1024w */
  }
}
#logo a {
  display: inline-block;
  vertical-align: top;
}
#logo img {
  width: 16.5em;
}
/* utility-nav */
#utilitynav {
  line-height: 0;
  text-align: center;
  width: auto;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 400;
}
@media only screen and (max-width: 47.9375em) {
  #utilitynav {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 48em) {
  #utilitynav {
    display: inline-block;
    vertical-align: top;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 64em) {
  #utilitynav {
    vertical-align: bottom;
    /* midTab 1024w */
  }
}
#utilitynav a {
  font-size: 0.5em;
  line-height: 2.41666667;
  color: #ffffff;
  height: 2.41666667em;
  padding: 0 1.16666667em;
  display: inline-block;
  vertical-align: bottom;
  -webkit-transition: background-color 0.33s ease-in-out;
  transition: background-color 0.33s ease-in-out;
}
@media only screen and (max-width: 63.9375em) {
  #utilitynav a {
    border-radius: 0 0 0.5em 0.5em;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 64em) {
  #utilitynav a {
    border-radius: 0.5em 0.5em 0 0;
    /* midTab 1024w */
  }
}
#utilitynav a.btnreviews {
  background-color: #004b8d;
}
#utilitynav a.btnappointment {
  background-color: #25994a;
}

#utilitynav a.btnpayment {
    background-color: #eb088c;
}
#utilitynav a[class]:hover {
  background-color: #f55c23;
}
/* doctor-info */
#doctorinfo {
  text-align: center;
  color: #f6c700;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 47.9375em) {
  #doctorinfo {
    line-height: 2.5;
    font-size: 0.65em;
    width: 100%;
    margin: 0;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 48em) {
  #doctorinfo {
    line-height: 3.18181818;
    font-size: 0.51em;
    width: auto;
    float: left;
    margin-left: -1em;
    /* midTab 768w */
    margin-top: 4px;
  }
}
@media only screen and (max-width: 63.9375em) {
  #doctorinfo {
    padding: 0.5em 0;
    /* midTab 1024oo */
  }
}
#doctorinfo a {
  letter-spacing: 0.06em;
  line-height: inherit;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
#doctorinfo a:hover {
  color: #f7cc15;
}
#doctorinfo .divider {
  line-height: inherit;
  display: inline-block;
  vertical-align: top;
  margin: 0 0.4em;
}
/* socialmedia || aka social-icons */
.socialmedia {
  /* social-icon height (and often width) from psd proof */
  /* social-icon font-size from psd proof */
  line-height: 0;
  text-align: center;
  width: 4.8em;
  height: auto;
  padding: 0;
  margin: 0;
  display: block;
  position: absolute;
  right: 1em;
  /* value may change per psd proof */
  top: 12.5em;
  /* default 250 - value may change per psd proof */
}
.socialmedia a {
  line-height: 2.7;
  font-size: 1em;
  /* default 15 - value may change per psd proof */
  color: #fff;
  height: 3.45em;
  width: 2.3em;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 410;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.socialmedia a:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
}
.socialmedia a:nth-child(2) {
  margin-top: 1.15em;
}
.socialmedia a:nth-child(odd) {
  float: right;
}
.socialmedia a:nth-child(even) {
  float: left;
}
.socialmedia a:nth-child(even):after {
  background-image: url(../images/icons/socialeven.svg);
}
.socialmedia a:nth-of-type(4n+1):after {
  background-image: url(../images/icons/socialodd1.svg);
}
.socialmedia a:nth-of-type(4n+3):after {
  background-image: url(../images/icons/socialodd3.svg);
}
.socialmedia a:hover {
  color: #fff;
  z-index: 400;
  -webkit-transform: scale(1.44);
  transform: scale(1.44);
}
.socialmedia a .icon {
  position: relative;
  z-index: 420;
}
/* ==================================================================
	slideshow
=================================================================== */
/* SLIDESHOW style =&gt; video or classic */
/* height of slideshow from psd proof - applies to classic slideshow only */
#slideshow {
  font-size: 2vw;
  text-align: center;
  color: #fff;
  background: #000;
  min-height: 40.33333333vw;
  /* adjust to match slideshow height from proof */
  position: relative;
  z-index: 400;
  /* for slogans and other overlaying elements */
}
@media only screen and (min-width: 64em) {
  #slideshow {
    font-size: inherit;
    width: 100%;
    margin-top: 0;
    top: 0;
    /* maxTab 1024w */
  }
}
#slideshow #home-slideshow {
  width: 100%;
  margin: 0;
  /* uncomment below for parallax slideshow - dont't forget to uncomment local.js parallax code */
  /*
			@media only screen and (min-width: 81.25em) {
			 display: block;
			 position:fixed;
			 top:0;
			 left:0;
			}
			*/
}
@media only screen and (min-width: 64em) {
  #slideshow #home-slideshow {
    position: relative;
    /* maxTab 1024w */
  }
  #slideshow #home-slideshow .hpslide {
    max-width: none;
    width: 100%;
  }
}
#slideshow .ssoverlay {
  line-height: 0.875;
  font-size: 2em;
  color: currentcolor;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  z-index: 420;
}
#slideshow .ssoverlay .trait {
  line-height: 1;
  font-size: 2em;
  text-transform: uppercase;
  display: block;
}
/* ==================================================================
	callouts || aka bd-callouts
=================================================================== */
#callouts {
  text-align: center;
  padding: 2em 0;
  margin: 0;
  background: #ffffff;
  position: relative;
  z-index: 410;
}
@media only screen and (max-width: 29.9375em) {
  #callouts {
    font-size: 3.2vw;
    /* mintab opt-out 480oo */
  }
}
@media only screen and (min-width: 30em) {
  #callouts {
    font-size: 1.7vw;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 61.25em) {
  #callouts {
    font-size: inherit;
    padding: 5em 0;
    /* custom opt-out 979oo */
  }
}
#callouts a {
  color: #f5591c;
  width: 11.8em;
  border-radius: 50%;
  padding: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: transform 0.33s ease-in-out;
  transition: transform 0.33s ease-in-out;
}
@media only screen and (max-width: 47.9375em) {
  #callouts a {
    margin: 2%;
    /* midTab opt-out 768oo */
  }
}
@media only screen and (min-width: 48em) {
  #callouts a {
    margin: 0 1em;
    /* midTab 768w */
  }
}
#callouts a:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transform: scale(1.23);
  transform: scale(1.23);
  z-index: 400;
}
#callouts a .decoration {
  width: 100%;
  border-radius: 50%;
  -webkit-transition: transform 0.33s ease-in-out;
  transition: transform 0.33s ease-in-out;
}
#callouts a .info {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
#callouts a .icon {
  width: 2em;
  margin: 0 auto 1em;
  -webkit-transition: transform 0.33s ease-in-out;
  transition: transform 0.33s ease-in-out;
}
#callouts a h2.topic {
  line-height: 1.11111111;
  font-size: 0.9em;
  text-transform: uppercase;
  color: currentcolor;
  width: 100%;
  display: block;
}
#callouts a h2.topic .trait {
  font-weight: 700;
  font-style: italic;
}
/* ==================================================================
	subnav || aka subnav-outer || aka ipSub
	TOP OF PAGE orientation - for sidebar orientation scroll or search down to 'side oriented' [=
=================================================================== */
/* SUBNAV ORIENTATION =&gt; side or top */
/* TOP ORIENTED */
#subnav {
  /* space between links and bottom of section */
  text-align: left;
  color: #fff;
  padding: 0;
  position: relative;
  overflow: hidden;
  background: url(../images/bg-subnav.jpg) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 48em) {
  #subnav {
    text-align: center;
    padding: 18.1em 0 0;
  }
}
@media only screen and (min-width: 64em) {
  #subnav {
    padding: 24.45em 0 0;
    /* midTab 1024w */
  }
}
@media only screen and (min-width: 81.25em) {
  #subnav {
    padding: 29em 0 0;
    /* desk 1300w */
  }
}
#subnav .wrapp {
  background: rgba(74, 186, 110, 0.9);
  padding: 1.4em 5em 1.4em 0;
}
@media only screen and (min-width: 48em) {
  #subnav .wrapp {
    padding: 1.3em 0;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 48em) {
  #subnav .wrapp {
    background: rgba(74, 186, 110, 0.74);
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    /* midTab 768w */
  }
}
#subnav p {
  font-weight: 500;
  line-height: 1.46153846;
  font-size: 0.65em;
  margin: 0;
  padding: 0;
}
#subnav a {
  color: #fff;
  margin: 0.2em 0.8em;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 64em) {
  #subnav a {
    margin: 0;
    /* maxTab 1024w */
  }
}
#subnav a:hover,
#subnav a.active {
  color: #004b8d;
  text-decoration: none;
}
#subnav .divider {
  display: none;
}
@media only screen and (min-width: 64em) {
  #subnav .divider {
    margin: 0 0.3em;
    display: inline-block;
    vertical-align: top;
    /* maxTab 1024w */
  }
}
/* ==================================================================
	content || aka #home-content and .interior-content
=================================================================== */
/* pixel width of interior bd container on proof */
/* pixel width of interior content area on proof */
#bd {
  padding: 3em 0 5em;
  background: #ffffff url(../images/bg-sub.png) no-repeat center bottom;
  background-size: 100% auto;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 48em) {
  #bd {
    padding: 3.7em 0 10em;
    /* adjust padding to match proof */
    /* midTab 780w */
  }
}
@media only screen and (min-width: 81.25em) {
  #bd {
    background-size: auto;
    padding: 3.7em 0 17em;
    /* desk 1300w */
  }
}
#bd .container {
  max-width: 50.25em;
  width: 90%;
}
@media only screen and (min-width: 48em) {
  #content {
    max-width: 30.25em;
    width: 60.19900498%;
    float: left;
    /* midTab 780w */
  }
  #content p {
    text-align: justify;
  }
}
#content .content-text {
  /* for content area w/ text smaller (or larger) than 20px */
}
@media only screen and (min-width: 81.25em) {
  #content .content-text {
    font-size: 1em;
    /* desk 1300w */
  }
}
/* ===============================================
 		.home content
=============================================== */
/* pixel width of homepage bd container on proof */
/* pixel width of homepage content area on proof */
.home #bd {
  padding: 3em 0;
  background: #9cc1ea url(../images/bg-hp.jpg) no-repeat 0 center;
  background-size: cover;
}
@media only screen and (min-width: 48em) {
  .home #bd {
    padding: 6.4em 0 4em;
    /* midTab 780w */
  }
}
@media only screen and (min-width: 64em) {
  .home #bd {
    background-size: auto;
    background-position: 50% 50%;
    /* midTab 1024w */
  }
}
@media only screen and (min-width: 125em) {
  .home #bd {
    background-size: 100% auto;
    /* custom 2000w */
  }
}
.home #bd .container {
  max-width: 50.25em;
}
@media only screen and (min-width: 48em) {
  .home #bd #content {
    width: 100%;
    max-width: 31.75em;
    float: none;
    margin-left: auto;
    margin-right: auto;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 81.25em) {
  .home #bd #content {
    max-width: 31.75em;
    margin-left: 0;
    /* desk 1300w */
  }
}
.home #bd #content .content-text {
  /* comment out if no multiple columns on hp content */
  /* for content area text larger or smaller than 20px */
  color: #ffffff;
}
@media only screen and (min-width: 48em) {
  .home #bd #content .content-text {
    /* midTab 768w */
  }
}
@media only screen and (min-width: 81.25em) {
  .home #bd #content .content-text {
    font-size: 1em;
    /* desk 1300w */
  }
}
.home #bd #content .content-text a {
  color: #fce378;
}
.home #bd #content .content-text a:hover {
  color: #ffffff;
}
@media only screen and (min-width: 48em) {
  .home #bd #content p {
    text-align: justify;
    /* midTab 768w */
  }
}
/* ===============================================
				custom content 
=============================================== */
.mediaslider {
  text-align: center;
}
.mediaslider .cycle-slideshow {
  width: 100%;
  margin: 0.5em 0 1.5em;
  position: relative;
}
.mediaslider .cycle-slideshow .cycle-slide {
  padding: 0 5%;
}
.mediaslider .cycle-slideshow &gt; div {
  font-size: 2.8em;
  color: #f5591c;
  position: absolute;
  top: 50%;
  z-index: 900;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.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;
  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;
  transform-origin: right center;
}
.mediaslider .cycle-slideshow &gt; div:hover {
  cursor: pointer;
}
.mediaslider .cycle-slideshow &gt; div:hover span {
  -webkit-transform: scale(1.44);
  transform: scale(1.44);
  opacity: 0.68;
}
/* common treatments */
.before-after-image {
  width: 44%;
  display: inline-block;
  vertical-align: top;
}
.before-after-image img,
.before-after-image span {
  display: block;
}
@media only screen and (min-width: 48em) {
  .before-after-image img,
  .before-after-image span {
    width: 100%;
  }
}
@media only screen and (min-width: 48em) {
  .before-after-box,
  p.before-after-text {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
}
/* comment line below if patient login is live and legit */
.financial-information #financial-online-services {
  display: none;
}
/* reduces dimensions of coronavirus tab */
#coronavirus-update {
  font-size: 0.85em;
  padding: 0.5em 1.25em !important;
  left: 0.5em!important;
}
@media only screen and (min-width: 81.25em) {
  #coronavirus-update {
    font-size: 1em;
    /* returns coronavirus tab to default dimensions */
    /* desk 1300w */
  }
}
/* meet the team page classes for individual and full team images */
.staff {
  /* use instead of (and not in conjunction with) img-right */
  width: 45%;
  max-width: 10em;
  margin: 0 0 1em 1em;
  display: block;
  float: right;
}
.team {
  width: 100%;
  max-width: 1000px;
  margin: 2% auto;
  display: block;
}
/* ===============================================
					sitemap 
=============================================== */
.sitemap #content .column &gt; ul &gt; li {
  margin-bottom: 1.45em;
}
.sitemap #content ul {
  margin-left: 0px;
  list-style: none;
  margin-bottom: 0;
}
.sitemap #content ul a {
  line-height: 1.34615385;
  font-size: 1.3em;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  color: #f5591c;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.sitemap #content ul ul li a {
  line-height: 1.95;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #f5591c;
  margin-left: 0;
  /*to increase space adjust [body.sitemap #bd ul ul li] below*/
}
.sitemap #content a:hover {
  text-decoration: none;
  color: #5d6062;
}
body.sitemap #bd ul li {
  list-style: none;
}
body.sitemap #bd ul ul li {
  list-style: none;
  /*list-style-image:none;*/
  margin-left: 0;
  /*default=15px*/
}
body.sitemap #content .width1 {
  width: 100%;
}
@media only screen and (min-width: 48em) {
  body.sitemap #content .width1 {
    width: 50%;
    /*default 50%*/
    /* midTab 768w */
  }
  body.sitemap #content .width1:not(.first) {
    width: auto;
    float: right;
  }
}
/* global override */
/* ==================================================================
	sidebar
=================================================================== */
/* sidebar width from psd proof usually matches width of sitepic */
#sidebar {
  width: 100%;
  max-width: 17.85em;
  margin: 0 auto 6%;
  display: none;
  padding: 0;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 48em) {
  #sidebar {
    width: 35.52238806%;
    margin: 0 0 1em;
    /* adjust to make space for #hide-stock element */
    display: block;
    float: right;
    clear: right;
    /* midTab 768w */
  }
}
/*sitepics*/
#hide-stock {
  position: relative;
}
#hide-stock .ballons {
  position: absolute;
}
#hide-stock .ballons01 {
  top: 10.6em;
  left: 50%;
  margin-left: 3.5em;
  width: 12.75em;
  height: 23.05em;
  z-index: 500;
}
#hide-stock .ballons02 {
  top: 6.3em;
  left: 50%;
  margin-left: 6.5em;
  width: 8.05em;
  height: 19.9em;
  z-index: 300;
}
.static {
  border-radius: 0.75em;
  width: 100%;
  position: relative;
  z-index: 400;
}
/*.home,*/
/*body[class^='meet-the-'], body[class^='meet-our-'],*/
.meet-the-doctor #sidebar,
body[class^='meet-dr-'] #sidebar,
body[class^='meet-doctor-'] #sidebar {
  display: block;
}
body[class~='blog'] #sidebar {
  display: block;
}
body[class~='blog'] #hide-stock {
  display: none;
  /* hides hide-stock element on blog page preventing conflict with search widget */
}
/* subnav-outer || aka ipSub || SIDE ORIENTED */
/* END SIDEBAR - */
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
}
.spotlight &gt; div {
  position: relative;
}
.spot01 {
  font-size: 3.5vw;
  color: #5d6062;
  background-color: #fff;
}
@media only screen and (max-width: 47.9375em) {
  .spot01 {
    padding: 2.5em 0;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 48em) {
  .spot01 {
    padding: 3.8em 0;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 30em) {
  .spot01 {
    font-size: inherit;
    /* mintab 480w */
  }
}
.spot01 .spottoy {
  width: 70%;
  max-width: 18.25em;
  border-radius: 0.6em;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  border-right: 1px solid #f9db5a;
}
@media only screen and (max-width: 41.5625em) {
  .spot01 .spottoy {
    margin: 0 0 1em;
    /* margin bottom while decoration and mod are stacked */
    /* custom opt-out 666oo */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot01 .spottoy {
    margin: 0 3.2em 0 0;
    /* margin left when decoeration and mod line up horizontally */
    /* custom 666w */
  }
}
@media only screen and (min-width: 81.25em) {
  .spot01 .spottoy {
    margin: 0 3.2em 0 -2.4em;
    /* desk 1300w */
  }
}
.spot01 .mod {
  width: 96%;
  /* if you add a container element to the html this should change to 100% */
  max-width: 26.5em;
  /* value 504 is measured width of informational element from psd */
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 48em) {
  .spot01 .mod {
    text-align: left;
    padding: 0;
    margin-top: -1em;
    /* midTab 768w */
  }
}
.spot01 .slogan {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 1.4;
  font-size: 0.8em;
  font-weight: 400;
  color: #47bae1;
}
.spot01 h2.topic {
  line-height: 1;
  font-size: 2.25em;
  font-weight: 600;
  text-transform: none;
  color: #3a3e41;
  margin: 0 0 0.5em;
}
.spot01 .info {
  font-weight: 300;
  line-height: 1.6875;
  font-size: 0.8em;
  margin: 0 0 2.2em;
  display: none;
  /* hidden from mobile devices */
}
@media only screen and (min-width: 81.25em) {
  .spot01 .info {
    display: block;
    /* displays only on desktop */
    /* desk 1300w */
  }
}
.spot01 .spotpager {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 0.25em;
}
.spot01 .spotpager &gt; a {
  letter-spacing: 0.05em;
  line-height: 3.6;
  font-size: 0.75em;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  width: 49.32821497%;
  height: 3.6em;
  border-radius: 0.66666667em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  -webkit-transition: background-color 0.33s ease-in-out;
  transition: background-color 0.33s ease-in-out;
}
.spot01 .spotpager &gt; a:nth-child(1) {
  background-color: #2ca5ce;
  /* width: 100%; */
}
.spot01 .spotpager &gt; a:nth-child(2) {
  background-color: #f5591c;
}
.spot01 .spotpager &gt; a:nth-child(3) {
  background-color: #004b8d;
}
.spot01 .spotpager &gt; a:nth-child(4) {
  background-color: #4aba6e;
}
.spot01 .spotpager &gt; a:nth-child(5) {
  background-color: #ecca43;
}
.spot01 .spotpager &gt; a:nth-child(6) {
  background-color: #eb088c;
}
.spot01 .spotpager &gt; a:nth-child(n):hover {
  background-color: #666666;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.spot02 {
  color: #fff;
  background-color: #47bae1;
  background-repeat: no-repeat;
  padding: 3em 0 0;
  white-space: nowrap;
  z-index: 400;
}
@media only screen and (max-width: 81.1875em) {
  .spot02 {
    font-size: min(2.3vw, 1em);
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 81.25em) {
  .spot02 {
    font-size: inherit;
    /* desk 1300w */
  }
}
.spot02 a {
  color: #ffffff;
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  z-index: 420;
}
.spot02 a:nth-child(1) {
  width: 11.05em;
  height: 17.25em;
}
.spot02 a:nth-child(2) {
  width: 11em;
  height: 23.2em;
}
.spot02 a:nth-child(3) {
  width: 11em;
  height: 18.05em;
}
.spot02 a:nth-child(4) {
  width: 11.05em;
  height: 20.85em;
}
.spot02 a:hover h2.topic {
  opacity: 0;
}
.spot02 a:hover .ornament img.active {
  opacity: 1;
}
.spot02 a:hover .confetti path[class] {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
.spot02 a:hover .confetti path.lello {
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.spot02 a:hover .confetti path.arnge {
  -webkit-transition-duration: 0.55s;
  transition-duration: 0.55s;
}
.spot02 a:hover .confetti path.purp {
  -webkit-transition-duration: 0.66s;
  transition-duration: 0.66s;
}
.spot02 a:hover .confetti path.bleu {
  -webkit-transition-duration: 0.99s;
  transition-duration: 0.99s;
}
.spot02 a:hover .confetti path.grun {
  -webkit-transition-duration: 0.99s;
  transition-duration: 0.99s;
}
.spot02 h2.topic {
  line-height: 1.03703704;
  font-size: 1.35em;
  font-weight: 700;
  width: 100%;
  display: block;
  position: absolute;
  top: 3.25925926em;
  left: 0;
  z-index: 420;
  -webkit-transition: opacity 0.33s ease;
  transition: opacity 0.33s ease;
}
.spot02 h2.topic span.trait {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 0.77777778em;
}
.spot02 .ornament img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.spot02 .ornament img.active {
  opacity: 0;
}
.spot02 .confetti {
  width: 16.8em;
  height: 17.5605em;
  display: block;
  position: absolute;
  left: 50%;
  top: -14%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.spot02 .confetti path {
  -webkit-transition: transform 0.15s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.15s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.spot02 .confetti path.lello {
  -webkit-transform: scale(0) rotate(-360deg);
  transform: scale(0) rotate(-360deg);
}
.spot02 .confetti path.arnge {
  -webkit-transform: scale(0) rotate(180deg);
  transform: scale(0) rotate(180deg);
}
.spot02 .confetti path.purp {
  -webkit-transform: scale(0) rotate(-90deg);
  transform: scale(0) rotate(-90deg);
}
.spot02 .confetti path.bleu {
  -webkit-transform: scale(0) rotate(45deg);
  transform: scale(0) rotate(45deg);
}
.spot02 .confetti path.grun {
  -webkit-transform: scale(0) rotate(-144deg);
  transform: scale(0) rotate(-144deg);
}
.spot02 .clouds {
  width: 100em;
  height: auto;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}
.spot02 .clouds path {
  will-change: transform;
}
.spot03 {
  font-size: 3vw;
  padding: 3em 0;
  background: #96c0a6 url(../images/bg-spot03.jpg) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 41.625em) {
  .spot03 {
    font-size: min(1.5vw, 1em);
    /* custom 666w */
  }
}
@media only screen and (min-width: 48em) {
  .spot03 {
    padding: 5.5em 0 3.4em;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 64em) {
  .spot03 {
    background-size: auto;
    /* midTab 1024w */
  }
}
@media only screen and (min-width: 81.25em) {
  .spot03 {
    font-size: inherit;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 125em) {
  .spot03 {
    background-size: 100% auto;
    /* custom 2000w */
  }
}
.spot03 h2.topic {
  font-weight: 600;
  font-size: 2.25em;
  color: #ffffff;
  margin: 0 0 0.8em;
}
.spot03 a {
  color: #004b8d;
  width: 8.25em;
  height: 24.15em;
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: transform 0.33s ease-in-out, background-color 0.33s ease-in-out, color 0.33s ease-in-out;
  transition: transform 0.33s ease-in-out, background-color 0.33s ease-in-out, color 0.33s ease-in-out;
}
@media only screen and (max-width: 47.9375em) {
  .spot03 a {
    margin: 2%;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 48em) {
  .spot03 a {
    margin: 0 0.53em;
    /* midTab 768w */
  }
  .spot03 a:nth-of-type(even) {
    margin-top: 4.8em;
  }
}
.spot03 a:hover {
  color: #f891d1;
  -webkit-transform: scale(1.23);
  transform: scale(1.23);
  z-index: 400;
}
.spot03 a:hover .icon path {
  fill: currentcolor;
}
.spot03 a:hover .ornament .balloonFG {
  opacity: 0.9;
}
.spot03 a:hover .ornament .confetti path[class] {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
.spot03 a:hover .ornament .confetti path.lello {
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.spot03 a:hover .ornament .confetti path.orange {
  -webkit-transition-duration: 0.55s;
  transition-duration: 0.55s;
}
.spot03 a:hover .ornament .confetti path.purp {
  -webkit-transition-duration: 0.66s;
  transition-duration: 0.66s;
}
.spot03 a:hover .ornament .confetti path.bleu {
  -webkit-transition-duration: 0.99s;
  transition-duration: 0.99s;
}
.spot03 a:hover .ornament .confetti path.grun {
  -webkit-transition-duration: 0.99s;
  transition-duration: 0.99s;
}
.spot03 a .ornament {
  width: 8.25em;
  height: 24.15em;
  display: block;
}
.spot03 a .ornament .balloonFG {
  -webkit-transition: opacity 0.33s ease-in-out;
  transition: opacity 0.33s ease-in-out;
}
.spot03 a .ornament .confetti path {
  -webkit-transition: transform 0.15s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.15s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
}
.spot03 a .ornament .confetti path.lello {
  -webkit-transform: scale(0) rotate(-360deg);
  transform: scale(0) rotate(-360deg);
}
.spot03 a .ornament .confetti path.orange {
  -webkit-transform: scale(0) rotate(180deg);
  transform: scale(0) rotate(180deg);
}
.spot03 a .ornament .confetti path.purp {
  -webkit-transform: scale(0) rotate(-90deg);
  transform: scale(0) rotate(-90deg);
}
.spot03 a .ornament .confetti path.bleu {
  -webkit-transform: scale(0) rotate(45deg);
  transform: scale(0) rotate(45deg);
}
.spot03 a .ornament .confetti path.grun {
  -webkit-transform: scale(0) rotate(-144deg);
  transform: scale(0) rotate(-144deg);
}
.spot03 a .info {
  width: 100%;
  display: block;
  position: absolute;
  top: 1.65em;
  left: 0;
}
.spot03 a .icon {
  width: 3.75em;
  height: 3.45em;
  margin: 0 auto 0.55em;
  display: block;
}
.spot03 a .icon path {
  -webkit-transition: fill 0.33s ease-in-out;
  transition: fill 0.33s ease-in-out;
}
.spot03 a h3.topic {
  line-height: 1.11764706;
  font-size: 0.85em;
  text-align: center;
  font-weight: 500;
  color: currentcolor;
  width: 100%;
  margin: 0;
  display: block;
}
.spot03 .defs {
  display: block;
  position: absolute;
}
.spot04 {
  /* COMMON TESTIMONIAL SLIDESHOW SECTION EXAMPLE */
  padding: 3em 0 9em;
  background: #cccccc url(../images/bg-spot04.jpg) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 48em) {
  .spot04 {
    padding: 11.5em 0 14em;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 125em) {
  .spot04 {
    background-size: 100% auto;
    /* custom 2000w */
  }
}
.spot04 .cycle-slideshow {
  width: 80%;
  max-width: 39em;
  margin: 0 auto;
  display: block;
}
.spot04 .cycle-slide {
  /* adjustments to placement and position of testimonials slideshow should be made on the .cycle-slideshow  */
  color: #fff;
  width: 100%;
  display: block;
  -webkit-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
@media only screen and (min-width: 48em) {
  .spot04 .cycle-slide {
    display: flex!important;
    justify-content: space-between;
    /* midTab 768w */
  }
}
.spot04 .mod {
  width: 100%;
  max-width: 13.9em;
  display: block;
  position: relative;
  -webkit-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
@media only screen and (max-width: 47.9375em) {
  .spot04 .mod {
    margin: 0 auto;
    padding: 6em 0;
    /* midTab 768oo */
  }
  .spot04 .mod:nth-child(1) .ornament {
    -webkit-transform: translate3d(-50%, -50%, 0) rotateY(180deg);
    transform: translate3d(-50%, -50%, 0) rotateY(180deg);
  }
}
@media only screen and (min-width: 48em) {
  .spot04 .mod {
    display: inline-block;
    vertical-align: middle;
    /* midTab 768w */
  }
}
.spot04 .mod:nth-child(1) {
  color: #2ca5ce;
}
.spot04 .mod:nth-child(2) {
  color: #004b8d;
}
.spot04 .mod:nth-child(n):hover {
  color: #4aba6e;
}
.spot04 .ornament {
  width: 20.7em;
  height: 20.3em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.spot04 .testimony {
  line-height: 1.52941176;
  font-size: 0.85em;
  color: #fff;
  display: block;
  position: relative;
  z-index: 420;
}
.spot04 .testifier {
  line-height: 1.69230769;
  font-size: 0.65em;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  display: block;
  position: relative;
  z-index: 420;
  margin: 0.9em 0 0;
}
.spot04 .controls {
  line-height: 0;
  width: 6em;
  margin: 0 auto;
  display: block;
  background-color: #f5591c;
  position: absolute;
  right: 0;
  bottom: 4.3em;
  left: 0;
}
.spot04 .controls:after {
  content: '';
  width: 1px;
  height: 1.3em;
  background-color: #ffffff;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.spot04 .controls &gt; a {
  line-height: 2.57372654;
  font-size: 0.9325em;
  text-align: center;
  color: #fff;
  width: 50%;
  height: 2.57372654em;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
.spot04 .controls &gt; a:hover {
  -webkit-transform: scale(1.44);
  transform: scale(1.44);
  opacity: 0.5;
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0;
  background: #cccccc url(../images/footer/westfield-pediatric-dental-office.png) no-repeat center center;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 64em) {
  #ft {
    padding: 3.7em 0 3.68em;
    background-size: auto;
    /* midTab 1024w */
  }
}
#ft a {
  color: #fff;
  -webkit-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
#ft a:hover {
  color: #4aba6e;
}
/* ===============================================
		locations || aka ft-location
=============================================== */
/* default is 'alt' (for FA map-marker-alt with the hole in it) for no hole change to 'classic' */
#location {
  width: 100%;
  padding: 3.15em 0;
  background-color: rgba(32, 104, 168, 0.86);
  /* background color opaque on mobile to show map */
  display: block;
  position: relative;
}
@media only screen and (min-width: 48em) {
  #location {
    /* midTab 768w */
  }
}
@media only screen and (min-width: 64em) {
  #location {
    display: inline-block;
    max-width: 22.9em;
    border-radius: 1em;
    margin-left: -27.5em;
    padding: 3.15em 0 0;
    min-height: 19.3em;
    /* midTab 1024w */
  }
}
@media only screen and (min-width: 81.25em) {
  #location {
    /* desk 1300w */
  }
}
#location .mod {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 47.9375em) {
  #location .mod {
    margin: 0 auto;
    /* midTab opt-out 768oo */
  }
}
@media only screen and (min-width: 48em) {
  #location .mod {
    /* midTab 768w */
  }
}
@media only screen and (min-width: 64em) {
  #location .mod {
    /* midTab 1024w */
  }
}
#location .logo {
  /* logo width from psd proof */
  /* logo height from psd proof */
  line-height: 0;
  text-align: center;
  margin: 0 auto 2.15em;
  display: block;
}
#location .logo img {
  width: 15.45em;
}
#location .address {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.25;
  font-size: 0.8em;
  text-align: center;
  margin: 0 auto;
  display: block;
}
#location .address .marker {
  line-height: 1;
  font-size: 4.125em;
  margin-left: 2.4em;
  position: absolute;
  left: 50%;
  top: 2em;
  z-index: 400;
  -webkit-transition: transform 0.33s ease-in-out;
  transition: transform 0.33s ease-in-out;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  display: none;
  /* hidden on mobile devices since not enough room to accommodate horizontal orintation from proof */
}
@media only screen and (min-width: 48em) {
  #location .address .marker {
    display: block;
    /* midTab 768w */
  }
}
#location .address .marker:before {
  color: #f5591c;
}
#location .address .marker:after {
  content: '';
  width: 1.10606061em;
  height: 1.01515152em;
  background: url(../images/footer/shadowalt.png) no-repeat center center;
  /* image including drop shadow and white circular thingy from proof map */
  background-size: cover;
  position: absolute;
  left: 0.2em;
  bottom: -0.15em;
  z-index: -1;
  -webkit-transition: transform 0.33s ease-in-out;
  transition: transform 0.33s ease-in-out;
}
#location .address:hover .marker {
  -webkit-transform: scale(2);
  transform: scale(2);
}
#location .phone {
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1;
  font-size: 1em;
  text-align: center;
  display: block;
  margin-bottom: 0.8em;
}
/* ==================================================================
		footer || aka ft-design-credit
=================================================================== */
/* height of area formerly known as ft-design-cred */
/* based off 'sesame communications | sitemap' font-size */
/* based on backtotop height - normally 30, may be larger */
#links {
  text-align: center;
  color: #fff;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 48em) {
  #links {
    height: 5em;
    padding: 2.05em 0 0;
    /* midTab 768w  */
  }
}
@media only screen and (min-width: 64em) {
  #links {
    /* midTab 1024w */
  }
}
#links .util {
  /* contains sesame-link and sitemap link */
  text-transform: uppercase;
  line-height: 2.5;
  font-size: 0.6em;
}
@media only screen and (min-width: 30em) {
  #links .util {
    /* floats util element to left on tablet and up */
    line-height: 2.5;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    /* mintab 480w */
  }
}
#links .util a {
  letter-spacing: 0.03em;
  color: #78d7f7;
  -webkit-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
#links .util a:hover {
  color: #6fc88c;
}
#links .util a,
#links .util .divider {
  display: inline-block;
}
#links .util .divider {
  margin: 0 0.6em;
  /* adjust margin to increase space on left and right */
}
/*sesame link*/
/* if sesame icon is monochromatic (one color) change this value to true */
/* sesame-icon width */
/* sesame-icon height */
/* right margin between icon and letter 'W' */
a#sesame-link .sesameicon {
  width: 2em;
  height: 1.66666667em;
  margin-right: 0.66666667em;
  display: inline-block;
  vertical-align: middle;
}
a#sesame-link .sesameicon path {
  fill: currentcolor;
  -webkit-transition: fill 0.33s ease-in-out;
  transition: fill 0.33s ease-in-out;
}
/*backToTop*/
a#backtotop {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  font-size: 1.89090909em;
  color: #ffffff !important;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.3em;
}
a#backtotop .icon {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
a#backtotop:hover .icon {
  color: #6fc88c;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
/* .coMarks */
.associationlogos {
  text-align: center;
  padding: 2.7em 0 2.65em;
  background: #fff;
  position: relative;
}
@media only screen and (max-width: 47.94em) {
  .associationlogos {
    font-size: 2vw;
    /* midTab opt-out 767oo */
  }
}
@media only screen and (min-width: 48em) {
  .associationlogos {
    font-size: 1.25vw;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 64em) {
  .associationlogos {
    font-size: inherit;
    /* inherits body font declaration  */
    /* maxTab 1024w */
  }
}
.associationlogos a {
  margin: 2% 5%;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: opacity 0.33s ease-in-out, transform 0.33s ease-in-out;
  transition: opacity 0.33s ease-in-out, transform 0.33s ease-in-out;
}
@media only screen and (min-width: 48em) {
  .associationlogos a {
    margin: 0 1.28em;
    /* losing margin on top and bottom when logos should line up horizontally */
    /* midTab 768w */
  }
}
.associationlogos a:hover {
  -webkit-transform: scale(0.88);
  transform: scale(0.88);
  opacity: 0.5;
}
.associationlogos a.abpd {
  width: 3.05em;
  height: 3.05em;
}
.associationlogos a.cdabpd {
  width: 11.4em;
  height: 2.9em;
}
.associationlogos a.ada {
  width: 3.25em;
  height: 2.95em;
}
.associationlogos a.aapd {
  width: 4.15em;
  height: 4.15em;
}
.associationlogos a.njmo {
  width: 3em;
  height: 4em;
}
.associationlogos a.njmokids {
  width: 5.7em;
  height: 3.1em;
}
.associationlogos a.bbb {
  width: 10em;
}
.associationlogos a img,
.associationlogos a svg {
  width: 100%;
  height: 100%;
  display: block;
}
/*superlative*/
/************************************************************************************************************************************************/
/* hide double hr aka div.hr */
/* either 100% or the pixel value from the proof without the 'px' */
hr,
.types-of-braces #content div.clear {
  font-size: inherit;
  height: 1px;
  width: 100%;
  margin: 1.58em 0;
  background: #666666;
  border: none;
  display: block;
}
/*success message*/
.success {
  text-transform: none;
  font-weight: 400;
  color: #fff;
  width: 100%;
  padding: 1rem;
  float: left;
  background: #f5591c;
}
/* Form Buttons */
form button {
  letter-spacing: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-size: smaller;
  color: #000;
  height: 38px;
  padding: 0 1.5em;
  background-color: #f5591c;
  border: 1px solid #f5591c;
  -webkit-transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out;
}
form button:hover {
  color: #fff;
  border-color: #5d6062;
  background-color: #5d6062;
}
form p {
  height: auto;
}
/* chat widget resize for mobile use comfort */
#bc-chat-container {
  font-size: 0.8em!important;
}
.bc-minimize-state {
  width: 11.8em!important;
  height: 7.7em!important;
}
/************************************************************************************************************************************************/
/* end superlatives */
/* ===============================================
Tablet
Supports 48em (768px) and up
=============================================== */
@media only screen and (min-width: 48em) {
  /* blanket content sidebar hide  */
  .sitemap #content,
  .layout-full-width #content {
    width: 100%;
    max-width: none;
  }
  .sitemap #sidebar,
  .layout-full-width #sidebar {
    display: none;
  }
  /* custom content */
  /*.success{ width:66%; }*/
  /* for pages with stock photo in the content area */
  /*table.office-hours{ max-width:50%; }*/
  /* for pages with stock photo in the content area */
  .before-after-box,
  p.before-after-text {
    /* for sites subnav in sidebar */
  }
  .speed-system img[alt='Speed Braces'] {
    display: block;
  }
  /*PAGE SPECIFIC*/
  .which-is-right-for-me #content p {
    display: inline-block;
    float: left;
  }
  .which-is-right-for-me #content a[href^='/sesame_media/docs/'] {
    text-align: center;
    display: block;
    width: 100%;
    clear: both;
  }
  .which-is-right-for-me #content a[href^='/sesame_media/docs/'] img {
    display: inline-block;
  }
  .in-ovation-testimonials .embed-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  [class^='inovation-chart-'] {
    display: inline-block;
    max-width: 50%;
  }
  .in-ovation-before-after #content p {
    text-align: center;
    margin-bottom: 0;
  }
  .in-ovation-before-after .content-text h3 {
    text-align: center;
  }
  .in-ovation-before-after .content-text .img-left,
  .in-ovation-before-after .content-text .border {
    max-width: 44%;
    float: none;
    display: inline-block;
    margin: 2%;
  }
  .in-ovation-videos .content-text h2 {
    text-align: center;
  }
  .in-ovation-videos .content-text .embed-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  body[class*='in-ovation'] .img-right {
    max-width: 40%;
  }
  /*END*/
}
/* ===============================================
Large Tablet Stylings
Supports 64em (1024px) and up
=============================================== */
@media only screen and (min-width: 64em) {
  /* ==================================================================
	main-nav
=================================================================== */
  /* global override for hamburger on desktop layouts. Don't forget to adjust the responsive nav breakpoint on local.js as well. */
  /* end fullmob styles */
  /* ==================================================================
	main-nav
=================================================================== */
  /* float of main nav - left, right, or none */
  /* height of main nav from proof  - from top of main-link to top of drop down */
  /* distance between top level main-nav links */
  /* height of links in dropdown nav */
  /* offset distance of drop menu from left side of main-nav item on psd */
  #main-nav {
    font-size: inherit;
    width: 100%;
    height: 4.6em;
    padding: 1.4em 0 0;
    position: relative;
    top: auto;
    z-index: 2900;
    /* change to 3000 if nav appears visually above header elements */
    box-shadow: none;
    /* makes outline from trigger disappear - no longer needed */
    /*background:none;*/
    /* reverses text-align for flyout on last nav item */
    /* special drop locations */
  }
  #main-nav .container {
    background: none;
    /*max-width:none;*/
  }
  #main-nav div.collapsible {
    margin: 0 auto;
  }
  #main-nav ul {
    height: 3.2em;
    width: auto;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    position: static;
    float: right;
  }
  #main-nav ul li {
    height: 100%;
    margin: 0 2.6em 0 0;
    background: none;
    position: relative;
    vertical-align: top;
    float: none;
    clear: none;
  }
  #main-nav ul li.contact,
  #main-nav ul li.contact-us {
    margin-right: 0;
    padding-right: 0;
  }
  #main-nav ul li a[id] {
    text-align: center;
    text-decoration: none;
    height: 100%;
    z-index: 3000;
  }
  #main-nav ul ul {
    width: auto;
    height: auto;
    padding: 1em 0;
    z-index: 2800;
    position: absolute;
    display: none;
    border-radius: 0.5em;
  }
  #main-nav ul ul li {
    width: 100%;
    height: 1.25em;
    margin: 0;
    padding: 0;
    opacity: 1;
    float: left;
  }
  #main-nav ul ul li a {
    line-height: 1.92307692;
    text-align: left;
    white-space: nowrap;
    height: 1.92307692em;
    width: 100%;
    padding: 0 1.92307692em;
    float: left;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
  #main-nav ul li.contact-us ul li a,
  #main-nav ul li.contact ul li a {
    text-align: right;
    float: right;
  }
  #main-nav ul li:hover ul {
    left: -1.1em;
    top: 2em;
    /* rarely used - should only 'pull' drop menu upwards so as not to create white space between nav and drop menu. */
    display: block;
  }
  #main-nav ul li.contact-us:hover ul,
  #main-nav ul li.contact:hover ul {
    left: auto;
    right: -1.1em;
    margin: 0;
  }
  /*END*/
}
/* ie nonsense */
/***********************************************
target ie11: html[data-useragent*='Trident/7.0']
***********************************************/
html[data-useragent*='Trident/7.0'] {
  /* END */
}
html[data-useragent*='Trident/7.0'] .confetti {
  opacity: 0;
}
/* custom animations */
@-webkit-keyframes flyinmobilenav {
  from {
    left: 300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@keyframes flyinmobilenav {
  from {
    left: 300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
</pre></body></html>