html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  fill: currentColor; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ADD FOR SAFARI */
input, textarea {
  -webkit-appearance: none;
  border-radius: 0; }

/* disable border focus */
textarea, input, button {
  outline: none; }

:focus {
  outline: none; }

/* END CSS RESET */
#head-cta {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  background-color: #fff; }

#nav-cta {
  position: fixed;
  top: 106px;
  left: 0;
  right: 0;
  z-index: 3;
  background: #8db3bb; }

#top-header {
  height: 106px; }

#logo {
  width: 342px;
  position: absolute;
  left: 64px;
  top: -21px; }

#contact-header {
  width: 320px;
  box-sizing: border-box;
  position: absolute;
  right: 46px;
  bottom: 22px; }

.header-address {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 33px;
  letter-spacing: .015em;
  color: #8db3bb;
  display: block;
  text-decoration: none; }

.phone a {
  color: #404041;
  font-size: 32px;
  font-family: "Arvo", serif;
  font-weight: 700;
  float: right;
  letter-spacing: .04em;
  text-decoration: none; }

.contact-links {
  float: right;
  display: inline-block;
  letter-spacing: .04em; }

nav {
  background: #8db3bb; }
  nav ul {
    position: relative;
    margin-left: 59px; }
  nav li {
    float: left;
    height: 40px; }
  nav a, nav h6 {
    color: #404041;
    text-decoration: none;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .06em;
    padding: 11px 10px;
    text-transform: uppercase;
    line-height: 40px; }
  nav li.active, nav li:hover {
    background: #fff;
    transition: all .2s ease;
    -webkit-transition: all .2s ease; }

.header {
  text-transform: uppercase;
  font-size: 40px;
  font-family: "futura-pt",sans-serif;
  font-weight: 300;
  line-height: 55px;
  letter-spacing: .13em; }

.nav-facebook {
  color: #fff;
  fill: #fff;
  position: absolute;
  right: 46px;
  padding: 0;
  transition: all .2s ease;
  -webkit-transition: all .2s ease; }
  .nav-facebook svg {
    display: inline-block;
    width: 27px;
    height: 27px;
    vertical-align: middle;
    margin: -3px 0 0 5px; }

.nav-facebook:hover {
  color: #404041;
  fill: #404041;
  transition: all .2s ease;
  -webkit-transition: all .2s ease; }

.home-banner {
  background: url("img/HomepageBanner.jpg") center no-repeat;
  background-size: cover;
  height: 424px; }

body {
  font: 20px/32px "Lato", sans-serif;
  color: #404041; }

#page-wrapper {
  padding-top: 146px; }

.head-container {
  max-width: 1000px;
  margin: 0 auto;
  position: relative; }

.container {
  position: relative;
  padding-right: 265px;
  max-width: 600px;
  margin: 0 auto; }

p {
  letter-spacing: .01em;
  margin-bottom: 17px;
  font: 16px/24px "Lato", sans-serif;
  color: #404041; }

p.intro-paragraph, h2 {
  font: 28px/42px "Arvo", serif;
  color: #404041;
  letter-spacing: .01em;
  margin-bottom: 12px; }

.clearit {
  clear: both; }

.mobile-show {
  display: none; }

svg {
  width: 100%;
  height: 100%; }

h3 {
  text-transform: uppercase;
  font-weight: 700; }

.full-width-image {
  width: 100%;
  box-sizing: border-box;
  border: 5px solid #fff;
  margin: 42px 0 15px; }

.full-width-image .spacer {
  padding-top: 66.722%; }

#dr-nielsen.full-width-image {
  border: 5px solid #8db3bb; }

.section-block .container {
  text-align: left;
  padding-top: 50px;
  padding-bottom: 46px;
  overflow: hidden; }

.section-block a {
  color: #404041; }

.section-block a:hover {
  text-decoration: none; }

#slideshow {
  position: relative;
  width: 100%;
  height: 590px; }
  #slideshow .slides {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  #slideshow .slides div.active-slide {
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }
  #slideshow .slides div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: cover;
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }
  #slideshow .nav {
    margin-left: 64px; }
  #slideshow .nav li {
    display: inline-block;
    margin: 0 1px; }
  #slideshow .nav a {
    width: 16px;
    height: 16px;
    display: block;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
    text-indent: -99999px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    box-sizing: border-box; }
  #slideshow .nav a:hover, #slideshow .nav li.active-circle a {
    background-color: #8db3bb; }
  #slideshow .slideshow-block {
    position: absolute;
    bottom: 40px;
    width: 100%; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.section-block {
  position: relative;
  box-sizing: border-box;
  padding: 0 64px; }

.section-block.gray {
  background: #dbdcdd; }

.section-block.green {
  background: #8db3bb; }

.xray {
  background: url("img/xray.jpg") center no-repeat;
  background-size: cover; }

.section-block.dental-tools {
  background: url("img/dental-tools.jpg") center no-repeat;
  background-size: cover; }

.section-block.dentist-chair {
  background: url("img/dentist-chair.jpg") center no-repeat;
  background-size: cover; }

.front-view-building {
  background: url("img/front-view-building.jpg") center no-repeat;
  background-size: contain;
  width: 100%; }
  .front-view-building .spacer {
    padding-top: 66.666%; }

.section-block.xray-top:before, .section-block.dental-tools:before, .section-block.dentist-chair:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(141, 179, 187, 0.85); }

.section-block.xray-gray:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(219, 220, 221, 0.85); }

#googleInfo {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: #404041;
  line-height: 23px;
  text-align: center;
  padding: 10px 30px; }
  #googleInfo span {
    display: block; }
  #googleInfo a {
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    color: #23b9e4;
    margin-top: 10px; }

#googleMap {
  height: 465px; }
  #googleMap img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1); }

#cigna-logo {
  margin: 25px 75px 0 0; }

.ada {
  display: inline-block;
  background: url("img/logo-ada.png") center no-repeat;
  background-size: contain;
  width: 25%;
  margin-right: 5.35%; }
  .ada .spacer {
    padding-top: 40%; }

.cda {
  display: inline-block;
  background: url("img/logo-cda.png") center no-repeat;
  background-size: contain;
  width: 11%;
  margin-right: 6.334%; }
  .cda .spacer {
    padding-top: 91.366%; }

.sbvcds {
  display: inline-block;
  background: url("img/logo-sbvcds.jpg") center no-repeat;
  background-size: contain;
  width: 31.335%; }
  .sbvcds .spacer {
    padding-top: 32%; }

.show-thank .thank {
  display: block; }

.thank {
  display: none;
  position: absolute;
  font-size: 15px;
  line-height: 20px;
  padding: 47px 38px;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #8db3bb;
  color: #fff;
  z-index: 1;
  box-shadow: 7px 10px 9px rgba(0, 0, 0, 0.2); }

.wtc-event-source, #form-wrapper {
  position: relative; }

.close-btn {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
  background: url("img/close-btn.png") center no-repeat;
  width: 20px;
  height: 20px; }

.large {
  margin-bottom: 5px;
  font-size: 21px;
  line-height: 27px;
  font-family: "Arvo", serif;
  letter-spacing: .03em; }

#cta {
  position: fixed;
  top: 200px;
  left: 0;
  right: 0;
  text-align: center; }
  #cta form {
    max-height: 0;
    overflow: hidden;
    transition: all .2s ease;
    -webkit-transition: all .2s ease; }

#cta.show #cta-form-wrap:after, #form-wrapper:after {
  content: '';
  background: url("img/submit-arrow.png") center no-repeat;
  width: 16px;
  height: 11px;
  position: absolute; }

#cta.show #cta-form-wrap:after {
  right: 54px;
  bottom: 22px; }

#form-wrapper:after {
  left: 152px;
  bottom: 12px; }

#cta.show form {
  max-height: 500px;
  transition: all .2s ease;
  -webkit-transition: all .2s ease; }

#side-cta.animate {
  max-height: 0;
  overflow: hidden;
  transition: all .3s ease;
  -webkit-transition: all .3s ease; }

#side-cta {
  top: 0;
  right: 47px;
  position: absolute;
  width: 231px;
  margin-top: 17px;
  text-align: left;
  max-height: 500px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease; }

.side-box.show-thank {
  box-shadow: none; }

#cta-form-wrap {
  position: relative; }
  #cta-form-wrap .thank {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    padding: 10px 20px 0;
    background-color: #8db3bb;
    color: #fff;
    -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
    transition: visibility 0s linear 0.2s, opacity 0.2s linear;
    border: 10px solid #fff;
    width: 338px;
    overflow: hidden; }

#cta-form-wrap.show-thank .thank {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s; }

.side-box {
  padding: 10px;
  background: #fff;
  margin-bottom: 15px;
  box-shadow: 7px 10px 9px rgba(0, 0, 0, 0.2); }
  .side-box p {
    font: italic 19px/27px "Lato", sans-serif;
    color: #404041;
    margin-bottom: 0; }

.form-head {
  background: #8db3bb;
  padding: 11px;
  font: 20px/26px "Arvo", serif;
  color: #fff;
  border-bottom: none;
  letter-spacing: .07em;
  text-align: center; }

.side-box ::-webkit-input-placeholder, #form-wrapper ::-webkit-input-placeholder {
  color: #404041;
  letter-spacing: .04em;
  text-transform: none; }
.side-box :-moz-placeholder, #form-wrapper :-moz-placeholder {
  color: #404041;
  letter-spacing: .04em;
  text-transform: none; }
.side-box ::-moz-placeholder, #form-wrapper ::-moz-placeholder {
  color: #404041;
  letter-spacing: .04em;
  text-transform: none; }
.side-box :-ms-input-placeholder, #form-wrapper :-ms-input-placeholder {
  color: #404041;
  letter-spacing: .04em;
  text-transform: none; }

.side-box input, .side-box textarea, #form-wrapper input, #form-wrapper textarea {
  width: 100%;
  color: #404041;
  background: #fff;
  padding-left: 8px;
  border: 2px solid #8db3bb;
  box-sizing: border-box;
  font: 15px/19px "Lato", sans-serif;
  letter-spacing: .04em;
  margin-top: 5px; }

#form-wrapper textarea {
  padding: 8px 8px 9px; }

#form-wrapper input, #form-wrapper textarea {
  max-width: 351px; }

.side-box input, #form-wrapper input {
  height: 35px; }

.side-box textarea, #form-wrapper textarea {
  height: 70px;
  margin-bottom: -7px; }

.side-box .button, #form-wrapper .button {
  display: block;
  width: 100%;
  padding: 0 0 0 53px;
  border: 2px solid #8db3bb;
  background: #8db3bb;
  color: #fff;
  font: 700 18px/24px "Arvo", serif;
  text-transform: uppercase;
  letter-spacing: .15em;
  cursor: pointer;
  text-align: left; }

.side-box .button:hover, #form-wrapper .button:hover {
  border: 2px solid #8db3bb;
  background: #fff;
  color: #8db3bb; }

#form-wrapper .button {
  max-width: 210px; }

.side-testimonial {
  padding: 19px;
  text-shadow: 0 0 3px #fff; }

.start-here, .download {
  background: #fff;
  text-align: left;
  box-sizing: border-box;
  margin-top: 5px;
  position: relative; }

#new-patient-forms .download {
  width: 295px;
  margin-bottom: 25px;
  display: block; }

#home .download {
  display: block; }

.patient-chair {
  background: url("img/patient-chair.jpg") center no-repeat;
  background-size: cover;
  height: 481px; }

.care-credit {
  background: url("img/logo-care-credit.png") center no-repeat;
  background-size: contain;
  width: 295px;
  display: block; }

.care-credit .spacer {
  display: block;
  padding-top: 32%; }

.start-here a, .start-here, .download {
  color: #404041;
  font: 700 18px/24px "Arvo", serif;
  text-transform: uppercase;
  letter-spacing: .1em;
  text-decoration: none; }

.start-here {
  padding: 5px 0 5px 19px;
  width: 100%;
  border: 2px solid #8db3bb; }

footer .start-here {
  width: 203px;
  border: 2px solid #404041;
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: bottom;
  height: 42px;
  line-height: 28px; }

.download {
  padding: 5px 0 5px 24px;
  width: 210px;
  border: 2px solid #404041;
  cursor: pointer; }

#cta.show .start-here {
  display: none; }

.start-here:after, .download:after {
  content: '';
  background: url("img/black-submit-arrow.png") center no-repeat;
  width: 16px;
  height: 13px;
  position: absolute; }

.start-here:after {
  right: 21px;
  bottom: 12px; }

.download:after {
  right: 25px;
  bottom: 12px; }

.download:hover, footer .start-here:hover {
  border: 2px solid #fff;
  background: #404041;
  color: #fff; }

.start-here:hover a {
  color: #fff; }

.download:hover:after, footer .start-here:hover:after {
  background: url("img/submit-arrow.png") center no-repeat; }

footer {
  max-width: 1000px;
  margin: 0 auto;
  padding: 46px 0 25px 0;
  box-sizing: border-box;
  text-align: center; }

.footer-small, .footer-address {
  font-size: 12px;
  color: #6d6e70;
  line-height: 23px; }

.footer-address {
  margin-top: 10px; }

.footer-address a {
  color: #404041;
  text-decoration: none; }

.wtc {
  display: inline-block;
  color: #8db3bb;
  font-size: 12px; }

.wtc-logo {
  width: 29px;
  height: 12px;
  margin: 0 2px 0px 4px;
  display: inline-block;
  fill: #8db3bb;
  vertical-align: top; }

.footer-logo {
  width: 279px;
  height: 46px;
  margin: 0 auto;
  margin-bottom: 40px; }

.footer-new-patient {
  text-transform: uppercase;
  font: 25px/42px "Arvo", serif;
  background: #8db3bb;
  display: inline-block;
  color: #fff;
  padding: 0 15px;
  letter-spacing: .1em; }

.call-us {
  font: 32px/38px "Arvo", serif;
  letter-spacing: .02em;
  margin: 32px 0 17px; }

.call-us a {
  font-weight: 700;
  letter-spacing: .04em;
  color: #404041;
  text-decoration: none; }

footer p, .hours-title, .hours-text {
  font-size: 19px;
  letter-spacing: .01em; }

footer p a {
  color: #404041;
  text-transform: uppercase;
  letter-spacing: .1em; }

footer p a:hover {
  text-decoration: none; }

.hours-title, .hours-text {
  display: inline-block; }

footer li, footer h3, footer ul {
  float: left;
  line-height: 8px; }

footer h3, footer li a {
  border-right: 1px solid #404041;
  font: 13px/13px "Lato", sans-serif;
  text-decoration: none;
  padding: 0 15px;
  color: #6d6e70;
  text-align: center; }

footer li:last-child a {
  border: 0; }

footer li a:hover {
  color: #8db3bb; }

.hours-title {
  margin-right: 10px;
  vertical-align: top; }

.hours-text {
  text-align: left; }

.footer-text-wrapper {
  text-align: left;
  max-width: 462px;
  margin: 0 auto 44px; }

.footer-nav-wrapper {
  max-width: 595px;
  margin: 0 auto; }

.credit-logo {
  display: block;
  background: url("img/Care_Credit_badge.jpg") center no-repeat;
  background-size: contain;
  width: 208px;
  height: 82px;
  margin: 30px auto 0; }

@media all and (max-width: 850px) {
  .home-banner {
    height: 335px; }

  #cta-form-wrap .thank {
    padding: 10px 20px 0;
    width: 338px;
    font-size: 12px; }
  #cta-form-wrap .large {
    font-size: 15px;
    line-height: 20px; }

  #logo {
    width: 254px;
    height: 49px;
    left: 49px;
    top: 15px; }

  #contact-header {
    right: 34px;
    bottom: 12px; }

  .phone a {
    font-size: 24px; }

  #top-header {
    height: 80px; }

  #nav-cta {
    top: 80px; }

  nav ul {
    margin-left: 41px; }
  nav li {
    height: 29px; }
  nav a, nav h6 {
    line-height: 29px;
    padding: 0px 8px;
    font-size: 12px;
    letter-spacing: .04em;
    display: block; }

  .nav-facebook {
    right: 34px; }
    .nav-facebook svg {
      width: 21px;
      height: 21px;
      margin-left: 2px; }

  #page-wrapper {
    padding-top: 109px; }

  #slideshow {
    height: 439px; }
    #slideshow .nav {
      margin-left: 49px; }
    #slideshow .slideshow-block {
      bottom: 8px; }
    #slideshow .nav a {
      width: 13px;
      height: 13px; }

  #cta {
    top: 133px;
    right: -11px; }
    #cta .form-head {
      font-size: 15px;
      line-height: 19px;
      letter-spacing: .04em;
      padding: 5px; }
    #cta .side-box {
      padding: 8px; }
    #cta #side-cta {
      width: 172px; }
    #cta .side-box p {
      font-size: 14px;
      line-height: 20px; }

  .start-here, .download {
    font-size: 13px;
    letter-spacing: .13em; }

  .start-here {
    padding: 0 0 2px 16px; }

  .start-here:after {
    right: 12px;
    bottom: 9px; }

  .start-here:after, .download:after {
    width: 15px;
    height: 11px; }

  .side-box input, #form-wrapper input {
    height: 25px; }

  .side-box input, .side-box textarea, #form-wrapper input, #form-wrapper textarea {
    line-height: 17px; }

  .side-box .button, #form-wrapper .button {
    padding-left: 32px;
    font-size: 15px; }

  #form-wrapper .button {
    max-width: 160px; }

  #cta.show #cta-form-wrap:after {
    right: 32px;
    bottom: 15px; }

  #form-wrapper:after {
    left: 117px;
    bottom: 7px; }

  .section-block {
    padding: 0 49px; }

  p.intro-paragraph, h2 {
    font-size: 21px;
    line-height: 32px; }

  .container {
    padding-right: 175px; }

  .section-block .container {
    padding-top: 42px;
    padding-bottom: 33px; }

  p {
    margin-bottom: 6px;
    font-size: 12px;
    line-height: 18px; }

  .full-width-image {
    margin-top: 31px; }

  .footer-logo {
    width: 204px;
    height: 38px;
    margin-bottom: 28px; }

  .footer-new-patient {
    font-size: 19px;
    line-height: 32px;
    letter-spacing: .04em;
    margin-bottom: 0; }

  footer .start-here {
    width: 189px;
    padding: 0 0 0px 14px;
    height: 32px;
    line-height: 32px; }

  .download {
    width: 172px; }

  #new-patient-forms .download {
    width: 236px; }

  .call-us {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 10px; }

  footer p, .hours-title, .hours-text {
    font-size: 14px;
    line-height: 22px; }

  .footer-text-wrapper {
    max-width: 382px;
    margin-bottom: 32px; }

  footer li, footer h3, footer ul {
    line-height: 3px; }

  .footer-nav-wrapper {
    max-width: 450px; }

  footer h3, footer li a {
    font-size: 10px;
    line-height: 10px;
    padding: 0 11px; }

  .footer-small, .footer-address {
    font-size: 9px;
    line-height: 18px; }

  .footer-address {
    margin-top: 5px; } }
@media all and (max-width: 700px) {
  .wtc-logo {
    vertical-align: initial; }

  .mobile-show, nav ul li {
    display: block; }

  #contact-header, .side-testimonial, .slideshow-block {
    display: none; }

  #cta {
    position: absolute;
    right: 0; }
    #cta #side-cta {
      margin-top: 172px;
      width: 231px;
      right: 50%;
      margin-right: -115px; }
    #cta .side-box {
      padding: 10px; }
    #cta .form-head {
      font-size: 20px;
      line-height: 19px;
      letter-spacing: .07em;
      padding: 11px; }

  .start-here {
    padding: 5px 0 5px 19px; }

  .start-here, .download {
    font-size: 18px;
    letter-spacing: .1em; }

  #new-patient-forms .download {
    width: 283px; }

  .start-here:after, .download:after {
    width: 16px;
    height: 13px; }

  .start-here:after {
    right: 21px;
    bottom: 9px; }

  footer .start-here {
    display: block; }

  .download {
    width: 210px; }

  .side-box .button {
    padding-left: 53px; }

  #form-wrapper .button {
    padding-left: 31px; }

  #cta.show #cta-form-wrap:after {
    right: 62px;
    bottom: 22px; }

  #form-wrapper:after {
    right: 62px;
    bottom: 13px; }

  #nav-cta {
    width: 270px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    overflow: scroll;
    z-index: 3;
    margin: 0;
    -webkit-transform: translate(270px, 0);
    transform: translate(270px, 0);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: rgba(141, 179, 187, 0.9); }

  #nav-cta.show {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }

  #logo {
    width: 226px;
    left: 18px; }

  #top-header {
    height: 73px; }

  #hamburger {
    color: #fff;
    text-transform: uppercase;
    font-size: 9px;
    position: fixed;
    top: 0;
    right: 0;
    font-family: "Lato", sans-serif;
    letter-spacing: .08em;
    cursor: pointer;
    padding: 8px 15px 33px;
    background: #414141;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 3; }

  #hamburger:after {
    content: '';
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    height: 11px;
    width: 28px;
    position: absolute;
    top: 30px;
    right: 16px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }

  #hamburger:before {
    content: '';
    border-top: 3px solid #fff;
    height: 3px;
    width: 28px;
    position: absolute;
    top: 37px;
    right: 16px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }

  #hamburger.open {
    right: 270px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }

  #hamburger.open:before {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    top: 40px; }

  #hamburger.open:after {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    top: 39px;
    right: 12px; }

  #page-wrapper {
    padding-top: 117px; }

  .container {
    padding-right: 0; }

  .section-block {
    padding: 0 18px; }

  .section-block:first-of-type {
    padding-top: 95px; }

  .section-block .container {
    padding-top: 25px;
    padding-bottom: 23px; }

  p {
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 22px; }

  #phone {
    width: 100%;
    height: 44px;
    box-sizing: border-box;
    margin-top: -44px;
    font-family: "Arvo", serif;
    letter-spacing: .08em;
    text-transform: uppercase;
    background: #8db3bb;
    position: fixed;
    z-index: 2; }

  #phone a {
    text-decoration: none;
    color: #fff;
    line-height: 44px;
    padding-left: 18px;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: .03em; }

  #slideshow {
    height: 215px; }

  .mobile-hide {
    display: none; }

  nav {
    padding: 0;
    background: transparent; }
    nav a {
      font-size: 15px;
      line-height: 40px; }
    nav h6 {
      line-height: 40px;
      color: #fff;
      padding: 25px 0 5px 20px;
      margin-left: 0;
      font-size: 12px; }
    nav li {
      color: #fff;
      font-size: 16px;
      letter-spacing: .04em;
      text-transform: uppercase;
      border-bottom: 1px solid #696969;
      margin: 0;
      padding-left: 20px;
      position: relative;
      float: none;
      height: 40px; }
    nav li a {
      color: #fff;
      text-transform: uppercase;
      padding: 0px; }
    nav li:hover, nav li.active {
      background-color: transparent;
      border-bottom: 1px solid #696969; }
    nav ul {
      margin: 0 0 30px 0; }

  .mobile-address {
    padding-top: 10px;
    height: 89px; }

  .mobile-address a {
    padding: 0;
    line-height: 25px; }

  .mobile-overlay {
    position: fixed;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .7;
    display: none;
    background-color: #000; }

  .mobile-overlay.show {
    display: block; }

  .nav-facebook {
    right: 18px; }

  .nav-facebook svg {
    width: 30px;
    height: 30px; }

  footer {
    padding: 21px 18px;
    text-align: left; }
    footer .footer-testimonial p {
      font: italic 19px/27px "Lato", sans-serif;
      color: #404041;
      margin-bottom: 0;
      display: inline-block; }
    footer .footer-testimonial {
      margin-bottom: 30px; }
    footer .footer-new-patient {
      font-size: 25px;
      line-height: 31px;
      letter-spacing: .1em;
      padding: 10px 19px;
      margin-bottom: 10px; }
    footer .start-here {
      width: 211px;
      padding: 5px 19px;
      height: 42px;
      line-height: 31px; }
    footer .start-here:after {
      bottom: 12px; }
    footer .call-us {
      font-size: 25px;
      line-height: 32px;
      letter-spacing: .03em;
      margin-bottom: 16px; }
    footer .call-us a {
      display: block;
      font-size: 32px;
      line-height: 43px; }
    footer p {
      margin-bottom: 0; }
    footer p a {
      letter-spacing: 0; }
    footer .hours-title {
      display: block; }
    footer h3, footer li, footer ul, footer li a, footer .footer-address {
      float: none;
      border: 0;
      font-size: 12px;
      line-height: 14px;
      letter-spacing: .1em; }
    footer .footer-small {
      font-size: 12px;
      line-height: 12px; }
    footer .footer-address {
      margin-bottom: 25px; }
    footer li a {
      line-height: 24px; }
    footer h3 {
      text-align: left;
      padding-bottom: 30px;
      position: relative; }
    footer h3, footer li a {
      padding-left: 0; }
    footer h3:after {
      content: '';
      height: 1px;
      border-bottom: 1px solid #404041;
      width: 40px;
      position: absolute;
      left: 0;
      bottom: 13px; }
    footer .footer-nav-wrapper {
      margin-bottom: 28px; }
    footer .wtc-logo {
      margin: 5px 0 0; }
    footer .footer-text-wrapper, footer .footer-nav-wrapper {
      max-width: 100%; }

  .full-width-image.banner {
    border: 0;
    margin: 0;
    height: 215px; }

  #cigna-logo {
    margin: 25px 0 10px; }

  .side-box input, #form-wrapper input {
    height: 35px; }

  #cta-form-wrap .thank {
    width: 300px;
    margin-right: -40px; } }

/*# sourceMappingURL=style.css.map */
