* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border-collapse: collapse; }
  *:focus {
    outline: 0 !important; }

body {
  font-family: proxima-nova, sans-serif; }

a {
  text-decoration: none;
  color: inherit; }

.clearfix:after, h2.home-section-title:after, .container:after {
  content: "";
  display: block;
  width: 100%;
  clear: both; }

.container {
  width: 100%;
  max-width: 1410px;
  padding: 20px;
  margin: 0 auto; }

.blue-gradient, .entry-header, .hero-cta a, .top-color-bar {
  background: #3dacda;
  background: -moz-linear-gradient(left, #3dacda 0%, #35546c 100%);
  background: -webkit-linear-gradient(left, #3dacda 0%, #35546c 100%);
  background: linear-gradient(to right, #3dacda 0%, #35546c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3dacda', endColorstr='#35546c',GradientType=1 ); }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.home-tour {
  margin-top: 20px;
  max-width: 900px; }

/* Navigation
============================================== */
.top-color-bar {
  width: 100%;
  height: 10px; }

.site-header {
  position: relative;
  background: #fff; }
  .site-header.container {
    padding-bottom: 0; }

.top-address {
  text-align: right;
  width: 100%;
  margin-top: 10px; }
  .top-address svg {
    width: 16px;
    height: auto;
    transform: translateY(4px);
    margin-right: 5px; }
    .top-address svg path {
      fill: #3dacda; }
  @media all and (max-width: 940px) {
    .top-address {
      display: none; } }
.main-logo {
  width: 200px;
  display: block;
  float: left; }
  .main-logo img {
    width: 100%; }
  @media all and (max-width: 940px) {
    .main-logo {
      width: 100px; } }
@media all and (max-width: 940px) {
  .home .main-logo {
    transform: translateY(-6px); } }

.main-navigation {
  float: right;
  width: 70%; }
  .main-navigation ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    width: 100%; }
    @media all and (max-width: 940px) {
      .main-navigation ul {
        display: block;
        margin-top: 20px; } }
  .main-navigation li {
    font-weight: 700;
    text-transform: uppercase; }
    @media all and (max-width: 940px) {
      .main-navigation li {
        font-size: 0.9em; } }
    .main-navigation li > .sub-menu {
      display: block;
      padding: 20px;
      width: 200px;
      top: 0;
      background: #fff; }
      .main-navigation li > .sub-menu a {
        display: block; }
      @media all and (max-width: 940px) {
        .main-navigation li > .sub-menu {
          position: relative;
          float: none;
          background: none;
          box-shadow: none;
          width: 100%;
          left: auto;
          padding: 0 0 0 20px;
          margin-top: 0;
          font-size: 1.15em; } }
  .main-navigation a {
    padding: 10px 0;
    color: #3dacda;
    transition: 0.5s color ease; }
    .main-navigation a:hover {
      color: #35546c; }
      @media all and (max-width: 940px) {
        .main-navigation a:hover {
          color: #fff; } }
    @media all and (max-width: 940px) {
      .main-navigation a {
        color: #fff; } }
  @media all and (max-width: 940px) {
    .main-navigation {
      width: 300px;
      float: none;
      position: fixed;
      right: -300px;
      top: 0;
      height: 100vh;
      background: #35546c;
      z-index: 99999999;
      padding: 49px 20px 20px;
      transition: 0.5s right ease; }
      .main-navigation.nav-visible {
        right: 0; } }
  @media all and (min-width: 941px) {
    .main-navigation .menu-item-home {
      display: none; } }
@keyframes btnBounce {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(2px); }
  100% {
    transform: translateY(0); } }
  .main-navigation .appt-btn {
    float: right;
    margin-left: 20px; }
    .main-navigation .appt-btn a {
      color: #fff;
      margin: 0;
      padding: 5px 20px;
      font-weight: 700;
      border-radius: 20px; }
      .main-navigation .appt-btn a:hover {
        animation-name: btnBounce;
        animation-duration: 0.75s;
        animation-timing-function: ease-in-out; }

/* END .main-navigation */
.nav-hamburger {
  width: 30px;
  height: auto;
  position: absolute;
  right: 20px;
  top: 40px;
  z-index: 9999;
  cursor: pointer; }
  .nav-hamburger path {
    fill: #3dacda; }
  @media all and (min-width: 941px) {
    .nav-hamburger {
      display: none; } }
.nav-close {
  width: 30px;
  height: auto;
  position: absolute;
  right: 20px;
  top: 30px;
  cursor: pointer; }
  .nav-close path {
    fill: #fff; }
  @media all and (min-width: 941px) {
    .nav-close {
      display: none; } }
/* Hero
============================================== */
.hero-area {
  width: 100%;
  height: 60vh;
  min-height: 300px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  background-attachment: fixed; }
  .hero-area .nav-curve {
    position: absolute;
    top: -2px;
    left: 0; }
  @media all and (max-width: 575px) {
    .hero-area {
      height: 50vh; } }
.touchevents .hero-area {
  background-position: center bottom;
  background-attachment: scroll; }

.hero-text-wrap {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }
  .hero-text-wrap h1 {
    color: #fff;
    margin: 0;
    font-size: 2.75em;
    line-height: 120%;
    width: 90%;
    max-width: 840px;
    text-shadow: 0px 0px 5px #000000; }
    @media all and (max-width: 767px) {
      .hero-text-wrap h1 {
        font-size: 1.75em; } }
.hero-cta {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center; }
  .hero-cta a {
    padding: 8px 25px;
    border-radius: 20px;
    color: #fff;
    margin: 0; }
    .hero-cta a span {
      font-size: 180%;
      display: inline-block;
      transform: translate(0, -4px); }

.no-touchevents .hero-cta span {
  transform: translate(0, 2px); }

h2.home-section-title {
  text-align: center;
  color: #3dacda;
  font-size: 2em;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: 30px 0 20px;
  width: 100%;
  padding: 0 20px; }
  @media all and (max-width: 1024px) {
    h2.home-section-title {
      font-size: 1.5em; } }
  @media all and (max-width: 767px) {
    h2.home-section-title {
      font-size: 1.25em; } }
.home-services-row {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: flex-start;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px; }

.blue-bg {
  background: #d7e7ed;
  width: 100%;
  position: relative;
  padding-bottom: 10px; }
  .blue-bg h2 {
    padding-top: 10%; }
    @media all and (min-width: 1024px) {
      .blue-bg h2 {
        padding-top: 6%; } }
.blue-bg-curve {
  position: absolute;
  top: -2px;
  left: 0; }

.curve-flip {
  transform: rotate(180deg) translateY(-20px); }

.services-col {
  flex-grow: 1;
  justify-content: space-around;
  padding: 3px; }
  .services-col ul {
    margin: 0;
    padding: 0; }
    .services-col ul li {
      list-style: none;
      text-align: center;
      font-size: 1.2em;
      color: #35546c;
      letter-spacing: 2px; }
      @media all and (max-width: 640px) {
        .services-col ul li {
          font-size: 1em; } }
      @media all and (max-width: 575px) {
        .services-col ul li {
          font-size: 0.8em; } }
  .services-col h3 {
    text-align: center;
    font-size: 1.5em;
    font-weight: 400;
    color: #35546c;
    letter-spacing: 2px; }
    @media all and (max-width: 640px) {
      .services-col h3 {
        font-size: 1em; } }
    @media all and (max-width: 575px) {
      .services-col h3 {
        font-size: 0.8em; } }
  .services-col img {
    transition: 0.5s transform ease;
    margin-bottom: 10px; }
  .services-col a:hover img {
    transform: translateY(-6px); }
  .services-col a, .services-col a h3 {
    color: #35546c;
    transition: 0.5s color ease; }
  .services-col a:hover, .services-col a:hover h3 {
    color: #3dacda; }

.home-test {
  text-align: center;
  width: 100%;
  margin: 40px auto 40px;
  padding-bottom: 0;
  font-style: italic;
  font-weight: 700;
  color: #35546c;
  position: relative; }
  .home-test p {
    padding: 0 40px;
    margin: 0 auto 20px;
    max-width: 96%;
    font-size: 1.8em;
    line-height: 140%; }
    @media all and (max-width: 640px) {
      .home-test p {
        font-size: 1.2em; } }
  .home-test .quote-mark {
    width: 45px;
    height: auto;
    position: absolute;
    top: 24px; }
    @media all and (max-width: 767px) {
      .home-test .quote-mark {
        width: 30px; } }
  .home-test .quote-mark:not(.quote-mark-flip) {
    left: 32px; }
  .home-test .quote-mark-flip {
    right: 32px;
    transform: rotate(180deg); }

h2.home-section-title-gallery {
  margin: 0; }
  @media all and (max-width: 767px) {
    h2.home-section-title-gallery {
      margin: 20px 0 0; } }
.entry-header {
  color: #fff;
  text-align: center;
  padding: 20px;
  margin: 20px 0; }
  .entry-header h1 {
    margin: 0;
    text-transform: uppercase;
    font-size: 3em; }
    @media all and (max-width: 767px) {
      .entry-header h1 {
        font-size: 2em; } }
.entry-content {
  font-size: 140%;
  padding-bottom: 0; }
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    line-height: 120%;
    margin-bottom: 20px; }
  @media all and (max-width: 767px) {
    .entry-content {
      font-size: 110%; } }
  .entry-content a {
    color: #3dacda;
    transition: 0.5s color ease; }
  .entry-content a:hover {
    color: #79aec4; }

body:not(.home) .site-main {
  border-bottom: 1px solid #d7e7ed;
  padding-bottom: 10px; }

body:not(.home) .home-test {
  display: none; }

body:not(.home) .blue-bg {
  padding-bottom: 30px; }

body:not(.home) .blue-bg .curve-flip {
  display: none; }

body:not(.home) .location-row {
  margin-top: 0;
  height: 45vh; }
  body:not(.home) .location-row .container {
    padding-top: 0;
    margin-top: -3%; }

body:not(.home) .footer-curve {
  display: none; }

body:not(.home) .footer-curve-2 {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -2px;
  left: 0;
  transform: rotate(180deg); }

@media all and (min-width: 941px) {
  .services-flex-parent {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly; } }

@media all and (min-width: 941px) {
  .services-two-col {
    flex-grow: 1;
    width: 50%; }
    .services-two-col:nth-of-type(2):not(.gallery-col) {
      border-left: 1px solid #d7e7ed;
      padding-left: 20px;
      margin-left: 20px; }
    .services-two-col.gallery-col {
      padding-left: 20px; } }

@media all and (min-width: 941px) {
  .contact-two-col-2 {
    flex-grow: 2;
    width: 75%;
    padding-left: 40px; } }

.policy-container {
  border-top: 1px solid #d7e7ed;
  padding-top: 40px;
  margin-top: 30px; }

@media all and (min-width: 941px) {
  .promotions-flex-parent {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly; } }

.coupon-row {
  padding: 5px; }
  .coupon-row img {
    transition: 0.5s transform ease; }
  .coupon-row a:hover img {
    transform: translateY(-8px); }
  @media all and (min-width: 941px) {
    .coupon-row {
      width: 50%; } }
.container-gallery {
  padding-bottom: 40px;
  max-width: 1400px; }

.container-contact-page .appt-btn {
  display: block;
  text-align: center;
  margin-bottom: 40px; }
  .container-contact-page .appt-btn a {
    color: #fff;
    margin: 0;
    padding: 5px 30px;
    display: inline-block;
    font-weight: 700;
    border-radius: 25px; }
    .container-contact-page .appt-btn a:hover {
      color: #fff;
      animation-name: btnBounce;
      animation-duration: 0.75s;
      animation-timing-function: ease-in-out; }

/* Footer
============================================== */
.location-row {
  width: 100%;
  height: 40vh;
  min-height: 350px;
  margin-top: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  background-attachment: fixed;
  display: flex;
  text-align: center;
  align-items: center; }
  .location-row h2 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px; }
  .location-row p {
    color: #fff;
    margin: 20px 0 0 0;
    font-size: 1.2em; }
  .location-row .appt-btn {
    border-radius: 20px;
    margin-top: 30px; }
    .location-row .appt-btn a {
      color: #fff;
      margin: 0;
      padding: 5px 30px;
      display: inline-block;
      font-weight: 700;
      border-radius: 20px; }
      .location-row .appt-btn a:hover {
        animation-name: btnBounce;
        animation-duration: 0.75s;
        animation-timing-function: ease-in-out; }

.touchevents .location-row {
  background-position: center top;
  background-attachment: scroll; }

.social-wrap {
  margin-bottom: 20px; }
  .social-wrap a {
    width: 40px;
    margin: 5px 10px;
    display: inline-block;
    transition: 0.5s opacity ease; }
    .social-wrap a svg {
      width: 100%;
      height: auto; }
      .social-wrap a svg path {
        fill: #79aec4; }
  .social-wrap a:hover {
    opacity: 0.75; }
  .social-wrap .social-yt {
    width: 56px; }

.footer-curve {
  position: absolute;
  bottom: -2px;
  left: 0;
  transform: rotate(180deg); }

.home .footer-curve-2 {
  display: none; }

.site-footer {
  text-align: center;
  margin-top: 20px;
  font-size: 0.9em;
  color: #35546c;
  padding-bottom: 50px; }

body:not(.home) .site-footer {
  margin-top: -20px; }
