@import url('https://fonts.googleapis.com/css2?family=Caveat+Brush&family=Fjalla+One&family=Raleway:ital,wght@0,500;0,700;1,500;1,700&display=swap');
/* ===============================================
	
	martinezkoziol-elaine
	
	Sesame Communications - (c) 2020
	Written by: Vita Stillion
	All rights reserved.
	Any reproduction or intentional misuse is strictly prohibited
	
=============================================== */
/* ===============================================
					Colors 
=============================================== */
/* Body Text */
/* a-links - light yellow */
/* light orange */
/* light green */
/* blue */
/*div hr*/
/* ===============================================
					Fonts 
=============================================== */
.font-c {
  font-family: 'Caveat Brush', cursive;
}
.font-f {
  font-family: 'Fjalla One', sans-serif;
}
.font-r {
  font-family: 'Raleway', sans-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;
  transition-duration: 0.3s;
}
.trans2 {
  -webkit-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%);
  transform: translate(0, -50%);
}
.vertical-align-nul {
  position: relative;
  top: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.inlay {
  width: auto;
  height: auto;
  position: absolute;
}
/* use with .trbl */
.grey {
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
}
.g-style {
  background-color: #a82416;
  background-image: -webkit-linear-gradient(top, #b12a1c 0%, #9e1d0f 100%);
  background-image: -moz-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-linear-gradient(left, #363636 0%, #303030 100%);
  background-image: -moz-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;
}
svg:not(:root) {
  line-height: 0;
  overflow: visible;
}
body,
input,
select,
textarea,
form button {
  font-family: 'Raleway', 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.68421053em;
  font-weight: normal;
  background: #38a1c5 url(../images/water.jpg) repeat;
  color: #ffffff;
  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;
  transition-duration: 0.3s;
  color: #f8f3d9;
  text-decoration: underline;
}
#content a:hover {
  color: #f9ba7c;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: left;
  font-weight: 400;
  font-family: 'Fjalla One', sans-serif;
  margin: 0 0 0.7em;
  text-rendering: auto;
  line-height: 1em;
}
h1 {
  font-size: 2em;
}
.home h1 span {
  font-family: 'Caveat Brush', cursive;
  display: block;
  color: #f9ba7c;
  font-size: 0.8em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.25em;
}
h4 {
  font-size: 1.1em;
}
h5,
h6 {
  font-size: 1em;
}
hr {
  color: #f8f3d9;
  background-color: #f8f3d9;
  border: none;
  height: 1px;
  clear: both;
  margin: 1.58em 0;
}
.hr {
  visibility: hidden;
}
.container {
  max-width: 1000px;
}
.home .container {
  max-width: 1200px;
}
#sidebar {
  text-align: center;
  margin: 0 auto 2em;
  position: relative;
  max-width: 320px;
}
#hide-stock {
  position: relative;
  width: 100%;
}
.static {
  display: block;
  width: 100%;
}
.team {
  display: inline-block;
  vertical-align: top;
  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;
  transition-duration: 0.3s;
}
/*.img-right { max-.wall; }*/
/* List Styling */
ul li {
  list-style: disc;
}
.content-text ul li {
  text-align: left;
}
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-weight: 700;
  text-transform: uppercase;
  font-size: 1.200em;
  /* 24px */
  color: #f8f3d9;
  display: 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-weight: 400;
  display: inline-block;
  vertical-align: top;
  font-size: 1em;
  color: #333333;
  text-transform: none;
}
body.sitemap #content ul li a:hover,
body.sitemap #content ul ul li a:hover {
  color: #f8f3d9;
}
#sticky {
  position: relative;
  width: 100%;
  z-index: 3000;
  background: rgba(255, 255, 255, 0.83);
}
#sticky .container {
  max-width: none;
}
/* Header */
#hd {
  text-align: center;
  width: 100%;
  padding: 1em 0;
  position: relative;
  background: #ffffff;
  /* Header Info */
}
#hd .logo {
  -webkit-transition: ease-in-out all 0.4s;
  transition: ease-in-out all 0.4s;
  float: none;
  display: block;
  text-align: center;
  width: 150px;
  margin: 0 auto 1em;
  text-decoration: none;
}
#hd .logo img {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
#hd .info {
  font-family: 'Caveat Brush', cursive;
}
#hd .info .loc {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5em;
}
#hd .info .loc a {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #4dbfc1;
  font-size: 0.95em;
  height: 2.31578947em;
  line-height: 2.31578947em;
}
#hd .info .loc .phone {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: inline-block;
  text-decoration: none;
  color: #3c6fb5;
  font-size: 0.95em;
  height: 2.31578947em;
  line-height: 2.31578947em;
}
#hd .info .loc a:hover {
  color: #f9ba7c;
}
#hd .util {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
}
#hd .util .btn,
#hd .util a {
  -webkit-transition: ease-in-out all 0.4s;
  transition: ease-in-out all 0.4s;
  display: inline-block;
  vertical-align: top;
  font-family: 'Caveat Brush', cursive;
  color: #ffffff !important;
  background: #f7a24f;
  font-size: 1em;
  width: 6.5em;
  height: 2.2em;
  line-height: 2.2em;
  margin: 0 0.05em;
}
#hd .util a:nth-child(2) {
  background: #f47521;
}
#hd .util a:hover {
  background: #4dbfc1;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 130px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 1px 0;
  z-index: 100;
  right: 0;
}
.dropdown-content a{
  display: block;
}

.dropdown:hover .dropdown-content {
  display: block;
}


/* Logins */
#utility-nav {
  display: inline-block;
}
#utility-nav ul {
  margin: 0;
  float: none;
  display: inline-block;
}
#utility-nav ul li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
/* 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;
  vertical-align: top;
  padding: 0;
  margin: 1em 0;
  position: relative;
}
.social-media a {
  border-radius: 50%;
  background: rgba(135, 214, 247, 0.9);
  box-shadow: 0 0 0 3px #00aeef;
  color: #3c6fb5;
  line-height: 2.44444444em;
  font-size: 0.9em;
  height: 2.44444444em;
  width: 2.44444444em;
  margin: 0 5px;
  position: relative;
  display: block;
  float: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.social-media a:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  background: rgba(249, 186, 124, 0.9);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.6);
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  text-align: center;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  height: 50px;
  width: 50px;
  clear: both;
  box-shadow: -1px 1px 0 rgba(51, 51, 51, 0.4);
  /* light underline for mobile devices */
  position: absolute;
  top: 0;
  right: 0;
  z-index: 600;
}
#main-nav .container {
  height: 100%;
  padding: 0;
}
#main-nav .trigger {
  line-height: 50px;
  text-align: center;
  color: #333333;
  padding: 0;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 600;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#main-nav .trigger .nav_icon {
  width: 16px;
  height: 10px;
  position: relative;
  display: inline-block;
  top: -0.14em;
}
#main-nav .trigger .nav_icon span {
  height: 2px;
  width: 100%;
  background: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#main-nav .trigger .nav_icon span:nth-child(1) {
  top: 0px;
}
#main-nav .trigger .nav_icon span:nth-child(2),
#main-nav .trigger .nav_icon span:nth-child(3) {
  top: 50%;
}
#main-nav .trigger .nav_icon span:nth-child(4) {
  top: 100%;
}
#main-nav .trigger:hover {
  color: #4dbfc1;
  box-shadow: -1px 1px 0 rgba(77, 191, 193, 0.4);
}
#main-nav .trigger:hover .nav_icon span {
  /*background:@color1;*/
}
#main-nav .open .trigger {
  color: #4dbfc1;
  box-shadow: -1px 1px 0 rgba(77, 191, 193, 0.4);
}
#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);
  transform: rotate(45deg);
}
#main-nav .open .trigger .nav_icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#main-nav .open .trigger .nav_icon span:nth-child(4) {
  width: 0;
  top: 50%;
  left: 50%;
}
#main-nav ul {
  width: 100vw;
  margin: -50px 0 0;
  padding: 1em 0;
  z-index: 550;
  position: relative;
  background: #2f588f;
  float: right;
}
#main-nav ul li {
  clear: both;
}
#main-nav ul li a[id] {
  /* calculate .lh and height based on 40/.fs  */
  line-height: 40px;
  font-size: 14px;
  /* .fs/20 */
  color: #fff;
  width: auto;
  height: 40px;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#main-nav ul li.active > a[id],
#main-nav ul li:hover > a[id] {
  color: #f9ba7c;
  text-decoration: none;
}
#main-nav ul ul {
  padding: 0;
  margin: 0;
  width: 100%;
  float: left;
  background: rgba(60, 111, 181, 0.89);
  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 {
  /* calculate .lh and height based on 40/.fs  */
  line-height: 40px;
  font-size: 14px;
  /* .fs/20 */
  color: #fff;
  width: 100%;
  height: 40px;
  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: #4dbfc1;
  border: none;
}
/*main-nav make li fly in all cool*/
#main-nav .collapsible.open > ul {
  -webkit-animation: peters_move 0.4s 1;
  animation: peters_move 0.4s 1;
}
#main-nav .collapsible.open ul ul {
  -webkit-animation: none;
  animation: none;
}
/*make flyouts expand on mobile*/
#main-nav ul ul li {
  height: 0;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0;
}
/*all about that open class*/
#main-nav .open ul {
  display: inline-block;
}
#main-nav .open ul .open ul {
  padding: 1em 0;
}
#main-nav .open ul .open ul li {
  height: 40px;
  opacity: 1;
}
/* Subnav */
#subnav-outer {
  position: relative;
  padding: 3em 0;
  text-align: center;
  border-bottom: solid 2px rgba(248, 243, 217, 0.8);
}
#subnav-outer .divider {
  display: none;
  margin: 0 3px;
}
#subnav-outer p {
  font-weight: 500;
  color: #ffffff;
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 22px;
}
#subnav-outer a {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  line-height: 1em;
  margin: 0.2em 0.8em;
  white-space: nowrap;
}
#subnav-outer a:before {
  -webkit-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 {
  font-size: 1vw;
  text-align: center;
  position: relative;
  z-index: 400;
}
#slideshow .welcomeVid {
  width: 100%;
  border-radius: 7em;
  vertical-align: top;
  -webkit-filter: drop-shadow(0 0 2em rgba(0, 0, 0, 0.9));
  filter: drop-shadow(0 0 2em rgba(0, 0, 0, 0.9));
  -webkit-transform: translate(5em, -4em) rotate(-2deg);
  transform: translate(5em, -4em) rotate(-2deg);
}
.torso {
  position: relative;
  z-index: 401;
} */

/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
    font-size: 3.2vw;
    text-align: center;
    color: #fff;
    min-height: 40.47619048vw;
    /* adjust to match slideshow height from proof */
    position: relative;
    z-index: 400;
}

.slideshow-video {
  width: 100vw;
}

@media only screen and (min-width: 64em) {
    #slideshow {
        width: 100%;
        margin-top: 0;
        top: 0;
        /* maxTab 1024w */
    }
}

@media only screen and (min-width: 81.25em) and (max-width: 124.9375em) {
    #slideshow {
        font-size: 20px;
        /*min-height: 42.5em;*/ 
        /* range 1300w - 2000oo */
    }
}

@media only screen and (min-width: 125em) {
    #slideshow {
        font-size: 1vw;
        /* custom 2000w */
    }
}

#slideshow #home-slideshow {
    width: 100%;
    margin: 0;
    aspect-ratio: 40 / 17;
}

@media only screen and (min-width: 64em) {
    #slideshow #home-slideshow {
        position: relative;
        /* maxTab 1024w */
    }

        #slideshow #home-slideshow .hpslide {
            max-width: none;
            width: 100%;
        }
}

@media only screen and (min-width: 81.25em) and (max-width: 124.9375em) {
    #slideshow #home-slideshow {
        width: 2000px;
        margin-left: -1000px;
        /* left: 50%; */ 
        /* range 1300w - 2000oo */
    }
}

#slideshow .ssol {
    text-align: center;
    color: #fff;
    background-color: rgba(86, 111, 123, 0.7);
    width: 100%;
    height: 100%;
    display: block;
}

@media only screen and (min-width: 64em) {
    #slideshow .ssol {
        text-align: left;
        color: #fff;
        background-color: rgba(86, 111, 123, 0.7);
        width: 50%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        z-index: 400;
    }
}

@media only screen and (max-width: 81.1875em) {
    #slideshow .ssol {
        padding: 1em 2.5em 12.5em;
        /* desk 1300oo */
    }
}

@media only screen and (min-width: 81.25em) {
    #slideshow .ssol {
        font-size: 1vw;
        max-width: 22.8em;
        padding: 7.5em 1.5em 3.15em;
        margin-left: 34px;
        /* desk 1300w */
    }
}

@media only screen and (min-width: 81.25em) and (max-width: 124.9375em) {
    #slideshow .ssol {
        font-size: 20px;
        /* range 1300w - 2000oo */
    }
}

#slideshow .ssol h2.topic {
    line-height: 0.87755102;
    font-size: 2.45em;
    font-family: 'Alex Brush', cursive;
    font-weight: 400;
    color: #fff;
}

    #slideshow .ssol h2.topic img {
        filter: brightness(0) saturate(100%) invert(100%);
    }

@media only screen and (max-width: 81.1875em) {
    #slideshow .ssol h2.topic {
        display: none;
        /* desk 1300oo */
    }
}

#slideshow .ssol h2.topic:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #9ba9b0;
    display: block;
}

@media only screen and (max-width: 81.1875em) {
    #slideshow .ssol h2.topic:after {
        margin: 0.40816327em auto;
        /* desk 1300oo */
    }
}

@media only screen and (min-width: 81.25em) {
    #slideshow .ssol h2.topic:after {
        margin: 0.40816327em auto 1.1em;
        /* desk 1300w */
    }
}

#slideshow .ssol h2.topic .trait {
    letter-spacing: 0.1em;
    line-height: 1;
    font-size: 0.53959184em;
    font-family: 'Cormorant Garamond', serif;
    text-transform: uppercase;
}

#slideshow .ssol .mod {
    display: none;
}

    #slideshow .ssol .mod.cycle-pager-active {
        display: block;
    }

#slideshow .ssol .logo {
    max-width: 100%;
    height: auto;
    margin: 0 auto 0.8em;
    display: block;
}

@media only screen and (min-width: 81.25em) {
    #slideshow .ssol .logo {
        margin: 0 auto 0.8em 0;
    }
}

#slideshow .ssol .logo.healthystart {
    width: 12.4em;
    max-height: 1.95em;
}

#slideshow .ssol .logo.invisalign {
    width: 9.85em;
    max-height: 2.33305em;
}

#slideshow .ssol .logo.solea {
    width: 4.55em;
    max-height: 4.6em;
}

@media only screen and (min-width: 81.25em) {
    #slideshow .ssol .logo.solea {
        width: 6.55em;
    }
}

#slideshow .ssol .logo.itero {
    width: 6.35em;
    max-height: 2.6821em;
}

#slideshow .ssol .logo.planmeca {
    width: 14.7em;
    max-height: 1.25035em;
}

#slideshow .ssol h3.topic {
    line-height: 1.13636364;
    font-size: 1.1em;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-style: italic;
    margin: 0 0 0.63636364em;
    display: block;
}

@media only screen and (max-width: 81.1875em) {
    #slideshow .ssol h3.topic {
        display: none;
        /* desk 1300oo */
    }
}

#slideshow .ssol h3.topic:before {
    content: '';
    width: 1.45454545em;
    height: 2px;
    margin: 0 auto 0.54545455em 0;
    background-color: #ACC539;
}

#slideshow .ssol .voluble {
    line-height: 1.71428571;
    font-size: 0.73em;
    font-weight: 300;
    margin: 0 0 1.78571429em;
}

@media only screen and (min-width: 64em) {
    #slideshow .ssol .voluble {
        display: block;
        font-size: 0.5em;
        /* desk 1300w */
    }
}

@media only screen and (max-width: 46em) {
    #slideshow .ssol .voluble {
        font-size: .87em;
        line-height: 1.4em;
    }

    #slideshow .ssol img {
        width: 100px;
    }
}

@media only screen and (min-width: 81.1875em) {
    #slideshow .ssol .voluble {
        font-size: 0.7em;
        /* display: none; */
        /* desk 1300oo */
    }
}

#slideshow .ssol .spotbtn {
    line-height: 2.96191819;
    font-size: 0.7em;
    text-align: center;
    text-transform: uppercase;
    pointer-events: all;
    color: #fff;
    width: 8.32157969em;
    height: 2.96191819em;
    background-color: #ACC539;
    display: inline-block;
    vertical-align: top;
    transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, opacity 0.33s ease-in-out;
}

@media only screen and (max-width: 81.1875em) {
    #slideshow .ssol .spotbtn {
        line-height: 2.96191819;
        font-size: 0.7em;
        text-align: center;
        width: 8.32157969em;
        height: 2.96191819em;
    }
}

@media only screen and (min-width: 64em) {
    #slideshow .ssol .spotbtn {
        font-size: 0.4em;
    }
}

@media only screen and (min-width: 81em) {
    #slideshow .ssol .spotbtn {
        font-size: 0.7em;
    }
}

#slideshow .ssol .spotbtn:hover {
    color: #566f7b;
    background-color: #fff;
    opacity: 0.7;
}

#slideshow .small {
    position: absolute;
    top: 538px;
    left: 43%;
    display: none;
}

@media only screen and (max-width: 81.1875em) {
    #slideshow .small {
        /* display: none; */
        /* desk 1300oo */
        top: auto;
        bottom: 1em;
    }
}

@media only screen and (min-width: 64em) {
    #slideshow .small {
        display: block;
    }
}

@media only screen and (min-width: 81.25em) {
    #slideshow .small {
        display: block;
        /* desk 1300w */
        left: 2em;
        top: auto;
        bottom: 2.5em;
    }
}

#slideshow .small > span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 6px 0 0;
    background-color: #ACC539;
    display: inline-block;
    vertical-align: top;
    transition: transform 0.33s ease-in-out, background-color 0.33s ease-in-out;
}

    #slideshow .small > span.cycle-pager-active {
        background-color: #fff;
        transform: scale(1.5);
    }

/* Callouts */
#callouts {
  text-align: center;
  width: 100%;
  position: relative;
  padding: 3em 0;
}
#callouts a {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: inline-block;
  width: 40%;
  margin: 2%;
  vertical-align: top;
}
#callouts a:nth-child(1) img {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
#callouts a:nth-child(2) {
  margin-top: -1em;
}
#callouts a:nth-child(2) img {
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
}
#callouts a:nth-child(3) img {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
#callouts a:nth-child(4) {
  margin-top: -0.8em;
}
#callouts a:nth-child(4) img {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
#callouts a img {
  -webkit-transition: ease-in-out all 0.4s;
  transition: ease-in-out all 0.4s;
  border-radius: 1.3em;
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.26);
  margin-bottom: 1em;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
#callouts a .topic {
  font-family: 'Caveat Brush', cursive;
  -webkit-transition: ease-in-out all 0.4s;
  transition: ease-in-out all 0.4s;
  display: block;
  color: #ffffff;
  font-size: 1.75em;
}
#callouts a:hover .topic {
  color: #f9ba7c;
}
#callouts a:hover:nth-child(1) img {
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
}
#callouts a:hover:nth-child(2) img {
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
#callouts a:hover:nth-child(3) img {
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
}
#callouts a:hover:nth-child(4) img {
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
}
#bd {
  padding: 3.2em 0;
  position: relative;
  z-index: 400;
}
#bd .container {
  width: 90%!important;
  position: relative;
  z-index: 400;
}
#bd .sub-decor {
  display: none;
}
.home #bd .ornament {
  font-size: 1vw;
  width: auto;
  max-width: none;
  height: 100%;
  border-radius: 5em;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-filter: drop-shadow(0 0 2em rgba(0, 0, 0, 0.8));
  filter: drop-shadow(0 0 2em rgba(0, 0, 0, 0.8));
  /*.transform(translate(5em, -4em) rotate(-2deg));*/
  -webkit-transform: translate(-2.5em, 0) rotate(2deg);
  transform: translate(-2.5em, 0) rotate(2deg);
}
/* Content */
#content {
  display: block;
  position: relative;
}
#content .content-text {
  font-weight: 500;
}
#content .btn {
  font-size: 2.5vw;
  text-align: left;
  display: block;
  margin: 2em auto 0;
  width: 24.8em;
  height: 10.5em;
  position: relative;
}
#content .btn .txt {
  display: inline-block;
  line-height: 1.15217391em;
  -webkit-transition: ease-in-out all 0.4s;
  transition: ease-in-out all 0.4s;
  font-family: 'Caveat Brush', cursive;
  font-size: 2.65em;
  color: #ffffff;
  position: relative;
  z-index: 2;
  margin: 0.5em 0 0 0.5em;
}
#content .btn .bg {
  position: absolute;
  top: 0;
  left: 0;
}
#content .btn .decor {
  -webkit-transition: all ease-in-out 0.6s;
  transition: all ease-in-out 0.6s;
  position: absolute;
  top: -2em;
  left: 7.5em;
  z-index: 1;
}
#content .btn:hover .txt {
  letter-spacing: 0.02em;
  color: #3c6fb5;
}
#content .btn:hover .decor {
  -webkit-animation: swing 0.8s;
  animation: swing 0.8s;
}
/* Custom Content */
.financial-information #financial-online-services {
  display: none;
}
.mediaSlider {
  text-align: center;
}
.mediaSlider .cycle-slideshow {
  width: 100%;
  margin: 0.5em 0 1.5em;
  position: relative;
}
.mediaSlider .cycle-slideshow .cycle-slide {
  padding: 0 5%;
}
.mediaSlider .cycle-slideshow > div {
  font-size: 2.8em;
  color: #333333;
  position: absolute;
  top: 50%;
  z-index: 900;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.mediaSlider .cycle-slideshow > div span {
  -webkit-transition: transform 0.35s ease, opacity 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.mediaSlider .cycle-slideshow > div.cycle-prev {
  text-align: left;
  left: 0;
}
.mediaSlider .cycle-slideshow > div.cycle-prev span {
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.mediaSlider .cycle-slideshow > div.cycle-next {
  text-align: right;
  direction: rtl;
  right: 0;
}
.mediaSlider .cycle-slideshow > div.cycle-next span {
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.mediaSlider .cycle-slideshow > div:hover {
  cursor: pointer;
}
.mediaSlider .cycle-slideshow > div:hover span {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  opacity: 0.68;
}
.spot01 {
  font-size: 4vw;
  text-align: center;
  width: 100%;
  position: relative;
  padding: 6em 0;
}
.spot01 a {
  -webkit-transition: ease-in-out all 0.4s;
  transition: ease-in-out all 0.4s;
  display: inline-block;
  vertical-align: top;
  width: 28%;
  margin: 5% 2%;
  line-height: 1;
}
.spot01 a img {
  -webkit-transition: ease-in-out all 0.4s;
  transition: ease-in-out all 0.4s;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}
.spot01 a .topic {
  font-family: 'Caveat Brush', cursive;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: block;
  color: #ffffff;
  font-size: 2.25em;
}
.spot01 a:hover img {
  -webkit-animation: bounce 0.8s;
  animation: bounce 0.8s;
}
.spot01 a:hover .topic {
  color: #f9ba7c;
}
.spot02 {
  font-size: 3.5vw;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 410;
  padding: 3em 1em;
}
.spot02:before {
  content: '';
  font-size: 1vw;
  width: 140vw;
  height: 100%;
  border-radius: 5em;
  background: url(../images/spotlight/spot02dec.jpg) no-repeat center center;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-filter: drop-shadow(0 0 2em rgba(0, 0, 0, 0.9));
  filter: drop-shadow(0 0 2em rgba(0, 0, 0, 0.9));
  /*.transform(translate(5em, -4em) rotate(-2deg));*/
  -webkit-transform: translate(-5em, 0) rotate(-1.13deg);
  transform: translate(-5em, 0) rotate(-1.13deg);
}
.spot02 .spot02-decor {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  max-width: 24.65em;
  margin-bottom: 1.5em;
  position: relative;
  z-index: 400;
}
.spot02 .info {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 400;
  max-width: 27em;
}
.spot02 .info h2 {
  -webkit-transition: ease-in-out all 0.4s;
  transition: ease-in-out all 0.4s;
  font-size: 2.5em;
  text-align: center;
  font-family: 'Fjalla One', sans-serif;
  color: #ffffff;
}
.spot02 .info h2 .trait {
  font-family: 'Caveat Brush', cursive;
  font-size: 1.4em;
  color: #f7a24f;
}
.spot02 .info .detail {
  display: none;
  font-weight: 500;
  -webkit-transition: ease-in-out all 0.4s;
  transition: ease-in-out all 0.4s;
  font-size: 0.95em;
  line-height: 1.68421053em;
  color: #ffffff;
}
.spot02 .info:hover h2,
.spot02 .info:hover .detail {
  color: #f9ba7c;
}
.spot03 {
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 400;
  padding: 3em 0;
}
.spot03:before {
  content: '';
  font-size: 1vw;
  width: 140vw;
  height: 110%;
  border-radius: 5em;
  background: url(../images/spotlight/spot03dec.jpg) no-repeat center center;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-filter: drop-shadow(0 0 2em rgba(0, 0, 0, 0.9));
  filter: drop-shadow(0 0 2em rgba(0, 0, 0, 0.9));
  /*.transform(translate(5em, -4em) rotate(-2deg));*/
  -webkit-transform: translate(-2.5em, 0) rotate(1.13deg);
  transform: translate(-2.5em, 0) rotate(1.13deg);
}
.spot03 .mod {
  vertical-align: middle;
  width: 96%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 400;
}
.spot03 .mod01 .ornament {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.spot03 .mod01 .cta {
  position: relative;
  z-index: 400;
  max-width: 21.25em;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.spot03 .mod01 .cta h2 {
  text-align: center;
  font-family: 'Caveat Brush', cursive;
  font-size: 2.25em;
  color: #ffffff;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.36);
  width: 7.93333333em;
  height: 3.97777778em;
  position: relative;
}
.spot03 .mod01 .cta h2 .btn01 {
  position: absolute;
  top: 0;
  left: 0;
}
.spot03 .mod01 .cta h2 span {
  display: block;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  -webkit-transition: ease-in-out all 0.4s;
  transition: ease-in-out all 0.4s;
  position: relative;
  z-index: 400;
  padding: 0.8em 0 0 0;
}
.spot03 .mod01 .cta .spotbtn {
  display: block;
  -webkit-transition: ease-in-out all 0.4s;
  transition: ease-in-out all 0.4s;
  background: url(../images/spotlight/star.png) no-repeat center center;
  background-size: cover;
  width: 6.55em;
  height: 6.6em;
  position: absolute;
  top: 3em;
  right: 0;
  z-index: 401;
  -webkit-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.spot03 .mod01 .cta .spotbtn span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  width: 90%;
  top: 31%;
  left: 0;
  -webkit-transition: ease-in-out all 0.4s;
  transition: ease-in-out all 0.4s;
  font-family: 'Fjalla One', sans-serif;
  font-size: 1em;
  line-height: 1.05em;
  color: #ffffff;
}
.spot03 .mod01 .cta .spotbtn:hover {
  -webkit-animation: wobble 0.8s;
  animation: wobble 0.8s;
}
.spot03 .mod02 .embed-container {
  width: 96%;
  max-width: 35.45em;
  height: 53.76vw;
  max-height: 20em;
  border-radius: 1.5em;
  padding: 0;
  margin: 0 auto;
  box-shadow: 0.5em 0.5em 0.5em rgba(0, 0, 0, 0.36);
  z-index: 400;
}
.spot03 .mod02 .spotbtn {
  font-size: 4vw;
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: ease-in-out all 0.4s;
  transition: ease-in-out all 0.4s;
  background: url(../images/btn02.png) no-repeat center center;
  background-size: cover;
  width: 21.7em;
  height: 6.75em;
  position: relative;
  margin-top: -1.2em;
}
.spot03 .mod02 .spotbtn span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  left: 0;
  top: 49%;
  -webkit-transition: ease-in-out all 0.4s;
  transition: ease-in-out all 0.4s;
  font-family: 'Caveat Brush', cursive;
  font-size: 2.25em;
  color: #ffffff;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.36);
}
.spot03 .mod02 .spotbtn:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
/* Footer */
#ft {
  background: #0175ca url(../images/bg-ft.jpg) no-repeat center bottom;
  text-align: center;
  width: 100%;
  padding: 3em 0;
  position: relative;
}
#ft .info {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1.25em;
  font-family: 'Caveat Brush', cursive;
  background: url(../images/footer/map.jpg) no-repeat center center;
  padding: 3em 0;
  max-width: 683px;
}
#ft .info .loc {
  text-align: left;
  border-radius: 0.5em;
  display: block;
  background: #4dbfc1;
  width: 209px;
  height: 108px;
  margin: 0.5em auto;
  padding: 0.9em 0 1em 1.5em;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.49);
  position: relative;
}
#ft .info .loc:before {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  content: '';
  background: url(../images/footer/star.png) no-repeat center center;
  width: 40px;
  height: 41px;
  display: block;
  position: absolute;
  -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.39));
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.39));
}
#ft .info .loc01:before {
  left: -1em;
  top: 1.6em;
}
#ft .info .loc02:before {
  left: 91%;
  top: 80%;
  -webkit-transform: rotate(-39deg);
  transform: rotate(-39deg);
}
#ft .info .addy {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-decoration: none;
  display: block;
  color: #f8f3d9;
  font-size: 18px;
  line-height: 20px;
}
#ft .info .phone {
  font-family: 'Caveat Brush', cursive;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-decoration: none;
  display: block;
  line-height: 1;
  color: #ffffff;
  font-size: 1.25em;
  line-height: 1.4;
}
#ft .info a:hover {
  color: #3c6fb5;
}
#ft-design-credit {
  clear: both;
  width: 100%;
  color: #ffffff;
  text-align: center;
  position: relative;
  padding: 0;
  margin: 3em 0 0;
  font-size: 0.65em;
}
#ft-design-credit a {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #ffffff;
  float: none;
  text-decoration: none;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  display: inline-block;
  vertical-align: top;
}
#ft-design-credit a:hover {
  color: #f9ba7c;
}
#ft-design-credit .divider {
  margin: 0 0.6em;
}
#ft-design-credit .sesame-link .sesame-icon {
  width: 24px;
  height: 20px;
  margin-right: 0.4em;
  display: inline-block;
  vertical-align: middle;
}
#ft-design-credit .sesame-link .sesame-icon path {
  -webkit-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 {
  display: block;
  margin: 2em 0 0;
}
/* Form Buttons */
form button {
  background: #3c6fb5;
  border: 1px solid #3c6fb5;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 30px !important;
  text-align: center;
  font-size: 0.9285714285714286em;
  display: inline-block;
  vertical-align: top;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
form button:hover {
  color: #ffffff;
  border-color: #f7a04b;
  background: #f7a04b;
}


a.int-btn {
  background: #3c6fb5;
  border: 1px solid #3c6fb5;
  color: #ffffff !important;
  text-transform: uppercase;
  padding: 10px 30px !important;
  text-align: center;
  font-size: 0.9285714285714286em;
  display: inline-block;
  vertical-align: top;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
a.int-btn:hover {
  color: #ffffff;
  border-color: #f7a04b;
  background: #f7a04b;
}


.success {
  text-transform: none;
  font-weight: 400;
  color: #fff;
  padding: 16px;
  float: left;
  background: #4dbfc1;
}
/* 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: #f9ba7c;
  font-size: 1.5em;
  margin: 0 0 0.8em;
  font-weight: 400;
  text-align: center;
}
form#blog_search {
  background: #f9ba7c;
  color: #f8f3d9;
  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: #f8f3d9;
  width: 178px;
  margin: 6px auto;
  -webkit-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;
  transition-duration: 0.3s;
  display: block;
  background: #f8f3d9;
  color: #ffffff;
  font-size: 12px!important;
  text-transform: uppercase;
  padding: 5px 12px!important;
  -webkit-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: #f5871a;
}
/* 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;
  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;
}
#hide-stock {
  display: none;
}
.meet-the-doctor #hide-stock,
body[class^='meet-dr-'] #hide-stock,
body[class^='meet-doctor-'] #hide-stock {
  display: block;
  text-align: center;
  margin: 1em auto;
}
/* Office Tour */
ul.slideshow {
  margin: 0 auto !important;
}
form p {
  height: auto;
}
/*other forms*/
input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="file"] {
  height: 34px;
}
/* hidden field styles */
.hidden-option {
  display: none;
}
p.office-hours {
  margin-bottom: 0;
}
.location-page,
table.office-hours {
  margin-bottom: 1.8em;
}
/*office-location*/
.map-directions .embed-container,
.address-and-hours .embed-container,
body[class*="office"] .embed-container,
body[class*="location"] .embed-container {
  width: auto;
  margin-top: 2em;
  padding-bottom: 55%;
  /*default 55%*/
}
/* ===============================================
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) {
  #callouts a {
    width: 20%;
  }
  #content .btn {
    font-size: 1.5vw;
  }
  .spot01 a {
    width: 28%;
  }
  .spot02 {
    font-size: 3vw;
  }
}
/* ===============================================
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,
  .sitemap {
    /* count out 90 characters per line to declare width */
  }
  .layout-full-width .content-text,
  .sitemap .content-text {
    width: 100%;
    max-width: none;
  }
  .layout-full-width #sidebar,
  .sitemap #sidebar {
    display: none;
  }
  .layout-full-width #bd .sub-decor,
  .sitemap #bd .sub-decor {
    display: none;
  }
  /* Custom content */
  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%;
  }
  .staff {
    float: right;
    width: 100%;
    margin: 0 0 1em 1em;
  }
  .team-photo {
    float: left;
    margin: 0 20px 20px 0;
  }
  /*.success {
		width:62%;
		margin-top:13px;
	}
	
	table.office-hours { max-width:50%; }
	*/
  /*------------ Style Edit Region ------------*/
  #hd .util {
    margin: 0;
  }
  #main-nav ul {
    max-width: 50vw;
  }
  #slideshow #home-slideshow {
    width: 100%;
    margin: 0;
  }
  #slideshow #home-slideshow .cycle-slideshow {
    /*margin-top:-5%;*/
  }
  #callouts {
    padding: 2.5em 0 0;
  }
  #callouts a {
    width: 20%;
  }
  #callouts a img {
    margin-bottom: 1.5em;
  }
  #callouts a:nth-child(1) {
    margin-right: 0;
  }
  #callouts a:nth-child(4) {
    margin-left: 0;
  }
  #bd {
    overflow: hidden;
  }
  #bd .sub-decor {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 11em;
    -webkit-filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.6));
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.6));
  }
  .home #bd {
    padding: 8em 0 4em;
    overflow: visible;
  }
  .home #bd .ornament {
    top: 5em;
  }
  .home #bd .btn {
    font-size: inherit;
    margin: 3em auto 0 0;
  }
  .content-text {
    width: 60.5%;
    display: inline-block;
    vertical-align: top;
    float: left;
  }
  .content-text p {
    text-align: justify;
  }
  .home .content-text {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    float: none;
    max-width: 585px;
  }
  #sidebar {
    width: 32%;
    float: right;
    clear: right;
    display: inline;
    text-align: right;
    margin: 0;
  }
  .spot01 {
    font-size: 1.6vw;
  }
  .spot01 a {
    width: auto;
    margin: 0 0.5%;
  }
  .spot01 a:nth-child(1) {
    position: absolute;
    left: 50%;
    margin-left: -12.8em;
    top: 0;
  }
  .spot01 a:nth-child(1) img {
    width: 10.55em;
  }
  .spot01 a:nth-child(2) {
    position: absolute;
    right: 50%;
    margin-right: -18.7em;
    top: 5em;
  }
  .spot01 a:nth-child(2) img {
    width: 12.55em;
  }
  .spot01 a:nth-child(3) {
    display: block;
    width: 12.55em;
    margin: 15em auto 8em;
  }
  .spot01 a:nth-child(3) img {
    width: 12.55em;
    margin-bottom: 1.2em;
  }
  .spot01 a:nth-child(4) {
    position: absolute;
    left: 50%;
    margin-left: -24.5em;
    top: 22em;
  }
  .spot01 a:nth-child(4) img {
    width: 14.95em;
    margin-bottom: 0.7em;
  }
  .spot01 a:nth-child(5) {
    position: absolute;
    right: 50%;
    margin-right: -23.8em;
    top: 22em;
  }
  .spot01 a:nth-child(5) img {
    width: 15em;
    margin-bottom: 0.7em;
  }
  .spot02 {
    font-size: inherit;
  }
  .spot02 .info {
    text-align: justify;
  }
  .spot02 .info .detail {
    display: block;
  }
  .spot03 .mod02 .spotbtn {
    font-size: inherit;
  }
  #ft {
    padding: 7.5em 0 9.75em;
  }
  #ft .info {
    height: 490px;
    padding: 0;
  }
  #ft .info .loc {
    margin: 0;
  }
  #ft .info .loc01 {
    position: absolute;
    top: 46px;
    left: 50%;
    margin-left: -123px;
  }
  #ft .info .loc02 {
    position: absolute;
    top: 298px;
    left: 50%;
    margin-left: -10px;
  }
  #ft-design-credit .back-to-top {
    display: inline-block;
    margin: 0;
  }
}
/* ===============================================
Desktop Only Stylings
Supports 64em (1024px) and up
=============================================== */
@media only screen and (min-width: 64em) {
  #fc-calculator .form-row .fc-col3 {
    max-width: 80px;
  }
  #sticky {
    padding: 0;
  }
  .home h1 {
    margin-bottom: 0.5em;
  }
  #hd {
    padding: 0;
  }
  #hd .logo {
    position: absolute;
    top: 0.55em;
    left: 0.15em;
    margin: 0;
  }
  #hd .info {
    text-align: right;
  }
  .social-media {
    width: 51px;
    position: fixed;
    top: 200px;
    right: 10px;
  }
  .social-media a {
    display: block;
    margin: 0 0 9px;
    float: none;
  }
  /* ==================================================================
	main-nav
=================================================================== */
  /*deskBurger*/
  /*
	#main-nav{ 
		.collapsible{
			.trigger{ .show;box-shadow:none; }
		}
	}
	
	nav.horizontal ul li{ .wall;.nofloat; }
	nav .collapsible ul { display:none }
	nav .open>ul { display:block }
	*/
  #main-nav {
    width: 100%;
    height: 3.65em;
    margin: 0;
    position: relative;
    top: auto;
    z-index: 9950;
    box-shadow: none;
  }
  #main-nav .container {
    background: none;
    padding: 0;
  }
  #main-nav div.collapsible {
    margin: 0 auto;
  }
  #main-nav ul {
    height: 3.65em;
    width: auto;
    float: right;
    /*<def-nofloat*/
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    position: static;
    max-width: none;
  }
  #main-nav ul:before {
    display: none;
  }
  #main-nav ul li {
    height: 100%;
    float: none;
    clear: none;
    margin: 0 0 0 1.7em;
    /*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] {
    text-transform: none;
    font-family: 'Caveat Brush', cursive;
    line-height: 3.31818182em;
    text-align: center;
    color: #3c6fb5;
    font-size: 1.1em;
    text-decoration: none;
    height: 3.31818182em;
    width: auto;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 3000;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  #main-nav ul li a[id]:before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    background: url(../images/icons/star.png) no-repeat center center;
    width: 22px;
    height: 22px;
    margin: 0 auto;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    z-index: -1;
    margin-right: 0.2em;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  #main-nav ul li.active > a[id],
  #main-nav ul li:hover > a[id] {
    color: #4dbfc1;
    text-decoration: none;
  }
  #main-nav ul li.active > a[id]:before,
  #main-nav ul li:hover > a[id]:before {
    opacity: 1;
    -webkit-transform: rotate(215deg) scale(1);
    transform: rotate(215deg) scale(1);
  }
  #main-nav ul ul {
    width: auto;
    height: auto;
    padding: 0.8em 0;
    margin: 0;
    z-index: 2800;
    position: absolute;
    display: none;
  }
  #main-nav ul ul li {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 28px;
    background: none;
    opacity: 1;
  }
  #main-nav ul ul li a {
    text-transform: none;
    font-size: 0.7em;
    line-height: 1.85714286em;
    text-align: left;
    white-space: nowrap;
    height: 1.85714286em;
    width: 100%;
    padding: 0 20px;
    margin: 0;
    float: left;
    box-shadow: none;
    border-right: none;
    position: relative;
    -webkit-transition-duration: 0;
    transition-duration: 0;
  }
  /*reverses text-align for flyout on last nav item*/
  #main-nav ul li.contact-us ul li a,
  #main-nav ul li.contact ul li a {
    text-align: right;
    float: right;
  }
  /* ===============================================
				special drop locations 
	=============================================== */
  #main-nav ul li:hover ul {
    left: -1em;
    /*top:37px;*/
    display: block;
  }
  #main-nav ul li.contact-us:hover ul,
  #main-nav ul li.contact:hover ul {
    left: auto;
    right: -1em;
    margin: 0;
  }
  #subnav-outer {
    text-align: left;
    padding: 211px 0 31px;
  }
  #subnav-outer .divider {
    display: inline-block;
    vertical-align: top;
  }
  #subnav-outer a {
    margin: 0;
  }
  #subnav-outer p {
    line-height: 19px;
  }
  /* Slider */
  #slideshow {
    width: 100%;
    margin-top: 0;
    top: 0;
  }
  body:not(.home) #bd {
    min-height: 600px;
  }
  #content h1 {
    font-size: 50px;
  }
  #content h2 {
    font-size: 30px;
  }
  #content h3 {
    font-size: 25px;
  }
  #content h4 {
    font-size: 22px;
  }
  #content h5,
  #content h6 {
    font-size: 20px;
  }
  #content .content-text {
    font-size: 19px;
  }
  .home #bd .ornament {
    font-size: inherit;
    left: 50%;
    -webkit-transform: translate(-43em, 0) rotate(2deg);
    transform: translate(-43em, 0) rotate(2deg);
  }
  .home .content-text {
    margin-left: 0;
    margin-top: 2em;
  }
  .spot01 {
    padding: 12.3em 0 6em;
    font-size: inherit;
  }
  .spot01 a {
    margin: 0;
  }
  .spot02 {
    padding: 5em 0;
  }
  .spot02:before {
    background-position: left 20%;
  }
  .spot02:before {
    font-size: inherit;
    right: 50%;
    background-size: auto auto;
    -webkit-transform: translate(47em, 0) rotate(-1.13deg);
    transform: translate(47em, 0) rotate(-1.13deg);
  }
  .spot02 .spot02-decor {
    display: inline-block;
    vertical-align: middle;
    width: 24.65em;
    margin: 0;
  }
  .spot02 .info {
    display: inline-block;
    vertical-align: middle;
    margin-left: 2.9em;
  }
  .spot02 .info h2 {
    text-align: left;
    margin-bottom: 0.5em;
  }
  .spot02 .info .detail {
    display: block;
  }
  .spot03 {
    padding: 4.5em 0 2em;
  }
  .spot03:before {
    font-size: inherit;
    right: 50%;
    background-size: cover;
    -webkit-transform: translate(51em, 0) rotate(1.13deg);
    transform: translate(51em, 0) rotate(1.13deg);
  }
  .spot03 .mod01 {
    width: 32.2em;
    height: 26.3em;
    margin-left: -2em;
    z-index: 400;
  }
  .spot03 .mod01 .ornament {
    display: block;
  }
  .spot03 .mod01 .cta {
    position: absolute;
    top: 2em;
    left: 3.5em;
  }
  .spot03 .mod01 .cta .spotbtn {
    right: -3em;
  }
  .spot03 .mod02 {
    width: 35.45em;
    margin-left: -7em;
  }
}
/* ===============================================
Desktop Only Excluding large tablets
Supports 81.25em (1300px) and up
=============================================== */
@media only screen and (min-width: 81.25em) {
  body {
    font-size: 20px;
  }
  #sticky {
    width: 100%;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
  }
  #sticky .container {
    max-width: 1000px;
  }
  #sticky.ready #hd {
    /*z-index: 2900;*/
  }
  #sticky.ready #hd .logo {
    width: 37.4em;
    top: 10.5em;
    left: 50%;
    margin-left: -18.75em;
  }
  #hd {
    display: block;
    padding: 0;
    z-index: 3000;
  }
  #hd .logo {
    z-index: 40;
  }
  #callouts a {
    width: auto;
    margin: 0 1em;
  }
  #content .content-text {
    margin-left: 0;
  }
}
/* ===============================================
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,
  #ft {
    background-size: 100% auto;
  }
}
/*custom animations*/
@-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;
  }
}
@keyframes pulse_custom {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse_custom {
  animation-name: pulse_custom;
}
/**********************************************
target ie11: html[data-useragent*='Trident/7.0']
**********************************************/
html[data-useragent*='Trident/7.0'] {
  /* END */
}
