@charset "UTF-8";
/*
 Theme Name:   Wheeling Auto Center
 Theme URI:    https://wheelingautocenter.com/
 Author:       Kirk A. Sporman w/ the 3VE team
 Author URI:   https://3ve.com
 Template:     hephaestus
 Version:      1.0.2
 Text Domain:  wheeling
 GitHub Theme URI: https://github.com/dev-3ve/wheeling-auto-center/
*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./imgs/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover,
  .slick-prev:focus,
  .slick-next:hover, .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before,
    .slick-prev:focus:before,
    .slick-next:hover:before, .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* --------------------------- Global */
html,
body,
p,
ul li,
ol li {
  font-family: "Lato", "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 2;
  color: #5a6166; }

body .row {
  max-width: 75rem; }

p a:not(.button) {
  color: #45b4ce;
  font-weight: bold; }
  p a:not(.button):hover {
    color: #14486a;
    text-decoration: none; }

.button {
  cursor: pointer; }

.hidden {
  display: none; }

h1, h2, h3, h4, h5, h6 {
  color: #14486a;
  font-family: "Rufina", Helvetica, serif;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 3.6rem; }

h1 span,
h2 span,
h3 span {
  position: relative;
  background-image: linear-gradient(to right, #d8af4a 0%, #d8af4a 100%);
  background-repeat: repeat-x;
  background-position: 0 95%;
  background-size: 100% 5px; }
  h1 span.alt,
  h2 span.alt,
  h3 span.alt {
    background-image: linear-gradient(to right, #45b4ce 0%, #45b4ce 100%);
    background-repeat: repeat-x;
    background-position: 0 95%;
    background-size: 100% 5px; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2.5rem; }
  h2.large {
    font-size: 4.5rem;
    line-height: 6.1875rem; }

img.alignright {
  float: right;
  margin: 0 0 1.5rem 1.5rem; }

img.alignleft {
  float: left;
  margin: 0 1.5rem 1.5rem 0; }

li.social a::before {
  font-family: 'Font Awesome 5 Brands';
  color: #45b4ce; }

li.social a.social-icon:hover::before {
  color: #14486a; }

img.bordered-image {
  border: 4px solid white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }

.spacer-1 {
  height: 2rem; }

.spacer-2 {
  height: 4rem; }

.spacer-3 {
  height: 6rem; }

.spacer-4 {
  height: 8rem; }

.spacer-5 {
  height: 10rem; }

.spacer-6 {
  height: 12rem; }

.spacer-7 {
  height: 14rem; }

.spacer-8 {
  height: 16rem; }

.spacer-9 {
  height: 18rem; }

.spacer-10 {
  height: 20rem; }

.full-size-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: ""; }

.screen-reader-text {
  display: none; }

/* --------------------------- Buttons */
li.button a,
.button {
  background: #14486a;
  font-family: "Lato", "Open Sans", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
  color: white;
  letter-spacing: 1.2px;
  margin-bottom: 0;
  padding: 1rem 1rem 1rem 2rem;
  box-shadow: 0 0 4px rgba(20, 72, 106, 0.25); }
  li.button a i,
  .button i {
    padding-right: 1rem;
    padding-left: 2rem; }
  li.button a:hover,
  .button:hover {
    text-decoration: none; }
  li.button a.yellow,
  .button.yellow {
    background: #d8af4a; }
    li.button a.yellow:hover,
    .button.yellow:hover {
      background: #aa8231; }
  li.button a.ltblue,
  .button.ltblue {
    background: #45b4ce; }
    li.button a.ltblue:hover,
    .button.ltblue:hover {
      background: #0e91af; }

/* --------------------------- Header */
#header {
  z-index: 10;
  position: relative;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  max-height: 140px; }

.no-js [data-responsive-toggle],
.no-js .top-bar {
  display: none !important; }

[data-responsive-menu] ul {
  display: none; }

/* --------------------------- Menus */
#top-menu ul.inline li a {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #45b4ce; }
  #top-menu ul.inline li a:hover {
    color: #14486a; }

#top-menu ul.inline li.phone_li a {
  font-size: 1.475rem;
  margin-left: 1.5rem; }

#top-menu ul.dropdown li a {
  font-size: 1.125rem;
  color: #14486a;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.35px; }
  #top-menu ul.dropdown li a:hover {
    color: #45b4ce; }

#top-menu ul.dropdown li#menu-item-226 a {
  padding-right: 0; }

#top-menu ul.dropdown li ul {
  min-width: 315px;
  top: 120%;
  border-bottom: 5.6px solid #14486a; }
  #top-menu ul.dropdown li ul li a {
    font-size: 1rem;
    line-height: 1.875rem; }
  #top-menu ul.dropdown li ul li.current-menu-item,
  #top-menu ul.dropdown li ul li:hover {
    background: #dde8ed; }
    #top-menu ul.dropdown li ul li.current-menu-item a,
    #top-menu ul.dropdown li ul li:hover a {
      color: #14486a; }

#top-menu ul.dropdown li.level-1 {
  position: relative; }
  #top-menu ul.dropdown li.level-1::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #45b4ce;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  #top-menu ul.dropdown li.level-1.current-menu-item::before,
  #top-menu ul.dropdown li.level-1.current_page_ancestor::before,
  #top-menu ul.dropdown li.level-1:hover::before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }

#top-menu ul.dropdown li.is-active > a {
  color: #45b4ce; }

#top-menu ul.dropdown li.is-dropdown-submenu-parent > a::after {
  border: none;
  border: 0;
  font-family: 'Font Awesome 5 Pro';
  content: '\f107';
  top: 37%;
  right: 15px; }

/* --------------------------- Hero */
#hero {
  position: relative;
  height: 750px;
  display: flex;
  align-items: center;
  background: #ebf2f4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ebf2f4 0%, #f0f8f8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ebf2f4 0%, #f0f8f8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ebf2f4 0%, #f0f8f8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$white-top', endColorstr='$white-bottom',GradientType=0 );
  /* IE6-9 */
  margin-bottom: 4rem; }
  #hero::before {
    background-image: url("imgs/grid.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: ""; }
  #hero img.hero-image {
    position: absolute; }
    #hero img.hero-image.hero-image-1 {
      top: -2rem;
      left: -8rem;
      transform: rotate(10deg);
      z-index: 7; }
    #hero img.hero-image.hero-image-2 {
      top: 25rem;
      left: -10rem;
      transform: rotate(-12deg);
      z-index: 6; }
    #hero img.hero-image.hero-image-3 {
      top: -12.5rem;
      right: 17.5rem;
      transform: rotate(4.5deg);
      z-index: 5; }
    #hero img.hero-image.hero-image-4 {
      top: -1.625rem;
      right: -4.65rem;
      transform: rotate(8.5deg);
      z-index: 3; }
    #hero img.hero-image.hero-image-5 {
      top: 3.5rem;
      right: 11.875rem;
      transform: rotate(-7deg);
      z-index: 4; }
    #hero img.hero-image.hero-image-6 {
      top: 18.75rem;
      right: -5.9rem;
      transform: rotate(-8.2deg);
      z-index: 3; }
    #hero img.hero-image.hero-image-7 {
      top: 22.5rem;
      right: 17.81rem;
      transform: rotate(7.25deg);
      z-index: 5; }
  #hero .header {
    font-size: 4.5rem;
    color: #14486a;
    font-family: "Rufina", Helvetica, serif;
    line-height: 6.18rem; }
    #hero .header span {
      position: relative;
      background-image: linear-gradient(to right, #45b4ce 0%, #45b4ce 100%);
      background-repeat: repeat-x;
      background-position: 0 95%;
      background-size: 100% 5px; }
  #hero .subheader {
    font-size: 1.875rem;
    font-family: "Lato", "Open Sans", Arial, sans-serif;
    margin-top: 1.5rem; }

.bottom-wave {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 0;
  height: 300px; }

.top-wave {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 0;
  height: 300px; }

.home-video a {
  position: relative; }
  .home-video a::after {
    position: absolute;
    top: calc(50% - 55px);
    left: calc(50% - 55px);
    width: 110px;
    height: 110px;
    content: "";
    background-image: url(imgs/play-hover.png);
    background-size: contain; }
  .home-video a:hover::after {
    background-image: url(imgs/play-button.png);
    background-size: contain; }

#walkthrough-video .close-button,
#home-video .close-button {
  color: white;
  background: #14486a;
  padding: 0 0.5rem;
  opacity: .2; }
  #walkthrough-video .close-button:hover,
  #home-video .close-button:hover {
    opacity: 1; }

/* --------------------------- Sidebar */
.blog-posts .blog-post {
  padding-top: 1rem;
  position: relative; }
  .blog-posts .blog-post h2 a {
    color: #14486a;
    text-decoration: none; }
    .blog-posts .blog-post h2 a:hover {
      text-decoration: none;
      color: #45b4ce; }
  .blog-posts .blog-post .meta {
    color: #bdcfd6;
    font-weight: 900; }
  .blog-posts .blog-post:not(:last-of-type) {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #bdcfd6; }
  .blog-posts .blog-post img {
    margin-bottom: 1rem; }
  .blog-posts .blog-post figure {
    margin: 0;
    position: relative; }
    .blog-posts .blog-post figure:before {
      content: "";
      position: absolute;
      z-index: -1;
      -webkit-box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.8);
      box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.8);
      top: 1.125rem;
      width: 80%;
      height: 1.125rem;
      -moz-border-radius: 100%;
      border-radius: 100%;
      left: 10%;
      right: 10%; }
    .blog-posts .blog-post figure img {
      box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
      border: 0.5rem solid white; }
      .blog-posts .blog-post figure img:hover {
        border: 0.5rem solid #bdcfd6; }
  .blog-posts .blog-post:hover {
    background: #f9f9f9;
    border-bottom: 1px solid rgba(255, 255, 255, 0); }
    .blog-posts .blog-post:hover img {
      border: .5rem solid #B71F25; }
    .blog-posts .blog-post:hover h2 a {
      color: #B71F25; }
    .blog-posts .blog-post:hover a.button {
      background: #B71F25; }

.pagination .current {
  background: #14486a; }

.pagination a:hover {
  text-decoration: none;
  background: #bdcfd6;
  color: white; }

.pagination a.prev {
  color: #14486a;
  padding-right: 1rem; }
  .pagination a.prev:hover {
    color: white; }

.pagination a.next {
  color: #14486a;
  padding-left: 1rem; }
  .pagination a.next:hover {
    color: white; }

.divider-line hr {
  color: #bdcfd6;
  background: transparent;
  background-color: transparent; }

/* --------------------------- Sidebar */
.sidebar h2 small {
  clear: both;
  display: block;
  line-height: 1.1;
  font-size: 60%; }

.sidebar .phone {
  font-size: 1.435rem;
  font-family: "Lato", "Open Sans", Arial, sans-serif;
  color: #45b4ce;
  font-weight: 900; }
  .sidebar .phone:hover {
    text-decoration: none;
    color: #14486a; }

.sidebar li.location a {
  color: #5a6166;
  font-size: 1rem; }
  .sidebar li.location a:hover {
    text-decoration: none;
    color: #45b4ce; }

.sidebar #sidebar h2 {
  border-bottom: 1px solid #bdcfd6;
  margin-bottom: .75rem;
  padding-bottom: .75rem; }

.sidebar #sidebar ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
  .sidebar #sidebar ul li {
    margin-bottom: 1rem; }
    .sidebar #sidebar ul li a {
      color: #14486a;
      font-size: 1.125rem;
      line-height: 1.25; }
      .sidebar #sidebar ul li a:hover {
        color: #45b4ce;
        text-decoration: none; }

.sidebar #sidebar form {
  width: 100%;
  margin-top: 1.5rem; }
  .sidebar #sidebar form input {
    height: 60px; }
    .sidebar #sidebar form input[type="text"] {
      border: 2px solid #bcbec0;
      box-shadow: 0;
      border-radius: 4px;
      width: 100%;
      max-width: 80%;
      padding: 1.188rem; }
  .sidebar #sidebar form button {
    cursor: pointer;
    color: #14486a; }

/* --------------------------- Forms */
form .validation_error {
  color: red;
  margin-top: 1rem;
  background: #f0f8f8;
  border-radius: 4px;
  padding: 1rem; }

form .validation_message {
  right: 3.75rem;
  color: red;
  background: #f0f8f8;
  border-radius: 0 0 4px 4px;
  padding: .33rem; }

form .gform_body ul.gform_fields,
form li.form_headline {
  margin-top: 0 !important; }

form ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
  form ul.gfield_radio label {
    max-width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle; }
  form ul input {
    border: 2px solid #bcbec0;
    box-shadow: 0;
    border-radius: 4px;
    width: 100%;
    padding: 1.188rem; }
  form ul .gform_validation_container {
    display: none; }
  form ul li:not(.no-label-animate).gfield {
    position: relative;
    margin: 25px 5px 0 0; }
    form ul li:not(.no-label-animate).gfield input {
      transition: .1s all linear; }
    /*form ul li:not(.no-label-animate).gfield.active label {
      top: -22px;
      left: 3px;
      font-size: 12px; }
  form ul li:not(.no-label-animate) label {
    position: absolute;
    top: 13px;
    left: 15px;
    font-size: 1rem;
    color: #5a6166;
    transition: .1s all linear;
    cursor: text; }
  form ul .no-label-animate .gfield_radio {
    cursor: pointer; }
    form ul .no-label-animate .gfield_radio label {
      position: relative;
      display: inline-block;
      top: 0;
      left: 1rem; }
    form ul .no-label-animate .gfield_radio:hover {
      cursor: pointer; }
    form ul .no-label-animate .gfield_radio > li {
      position: relative; }
  form ul .no-label-animate input[type="radio"] {
    width: auto; }*/

form.center-align {
/*   text-align: center; */
  border-top: 9px solid #14486a;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 90%, #14486a 90%, #14486a 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 90%, #14486a 90%, #14486a 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 90%, #14486a 90%, #14486a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#14486a',GradientType=0 );
  padding: 0 2rem 2rem;
  box-shadow: 0 0 5px 5px rgba(51, 51, 51, 0.13);
  margin-bottom: 2rem; }
  form.center-align .button {
    width: 100%;
    padding: 1.3125rem;
    background: #d8af4a; }
    form.center-align .button:hover {
      background: #aa8231; }

form h3 {
  font-size: 2.25rem; }

form textarea {
  width: 100%;
  height: 6.25rem;
  border: 2px solid #bcbec0; }

li#field_2_6 {
  margin: 0 !important; }

.one-half {
  width: 49%;
  margin-left: 1%;
  display: inline-block; }
  .one-half.first {
    margin-left: 0; }

.one-third {
  width: 32.5%;
  margin-left: 1%;
  display: inline-block; }
  .one-third.first {
    margin-left: 0; }

/* --------------------------- Select Dropdown */
select {
  font: 400 12px/1.3 sans-serif;
  -webkit-appearance: none;
  appearance: none;
  border: 2px solid #bcbec0;
  padding-left: 1rem;
  line-height: 3.25rem;
  border-radius: 4px;
  background-color: white; }

/* --------------------------- Datepicker */
.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial,sans-serif;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); }

.ui-datepicker a {
  text-decoration: none; }

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse; }

.ui-datepicker-header {
  background-color: #666;
  color: #e0e0e0;
  font-weight: 700;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, 0.2);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, 0.2);
  box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, 0.2);
  text-shadow: 1px -1px 0 #000;
  filter: dropshadow(color=#000, offx=1, offy=-1);
  line-height: 30px;
  min-height: 30px !important;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #666; }

.ui-datepicker tbody tr, .ui-datepicker thead {
  border-bottom: 1px solid #bbb; }

.ui-datepicker-title {
  text-align: center; }

.ui-datepicker-title select {
  margin-top: 2.5%; }

.ui-datepicker-next, .ui-datepicker-prev {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url(imgs/arrow.png);
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden; }

.ui-datepicker-prev {
  float: left;
  background-position: center -30px; }

.ui-datepicker-next {
  float: right;
  background-position: center 0; }

.ui-datepicker thead {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f7f7f7 0, #f1f1f1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f7f7f7), color-stop(100%, #f1f1f1));
  background: -webkit-linear-gradient(top, #f7f7f7 0, #f1f1f1 100%);
  background: -o-linear-gradient(top, #f7f7f7 0, #f1f1f1 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0, #f1f1f1 100%);
  background: linear-gradient(to bottom, #f7f7f7 0, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7',endColorstr='#f1f1f1',GradientType=0); }

.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666;
  text-shadow: 1px 0 0 #fff;
  filter: dropshadow(color=#fff, offx=1, offy=0); }

.ui-datepicker tbody td {
  padding: 0;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb; }

.ui-datepicker tbody td:last-child {
  border-right: 0; }

.ui-datepicker tbody tr:last-child {
  border-bottom: 0; }

.ui-datepicker td a, .ui-datepicker td span {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666;
  text-shadow: 1px 1px 0 #fff;
  filter: dropshadow(color=#fff, offx=1, offy=1); }

.ui-datepicker-calendar .ui-state-default {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ededed 0, #dedede 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ededed), color-stop(100%, #dedede));
  background: -webkit-linear-gradient(top, #ededed 0, #dedede 100%);
  background: -o-linear-gradient(top, #ededed 0, #dedede 100%);
  background: -ms-linear-gradient(top, #ededed 0, #dedede 100%);
  background: linear-gradient(to bottom, #ededed 0, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#dedede',GradientType=0);
  -webkit-box-shadow: inset 1px 1px 0 0 rgba(250, 250, 250, 0.5);
  -moz-box-shadow: inset 1px 1px 0 0 rgba(250, 250, 250, 0.5);
  box-shadow: inset 1px 1px 0 0 rgba(250, 250, 250, 0.5); }

.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7; }

.ui-datepicker-calendar .ui-state-active {
  background: #FFF2AA;
  border: 1px solid #c19163;
  color: #666;
  -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 0 #FFF;
  filter: dropshadow(color=#FFF, offx=0, offy=1);
  position: relative;
  margin: -1px; }

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3; }

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0; }

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0; }

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0; }

td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7; }

table.ui-datepicker-calendar {
  margin: 0 !important; }

body div#ui-datepicker-div[style] {
  z-index: 9999 !important; }

/* --------------------------- Body */
#mainContent,
.basic-content {
  position: relative;
  z-index: 3; }

.centered-icon {
  position: relative; }
  .centered-icon .centered-image-wrapper {
    position: relative; }
  .centered-icon figure {
    position: absolute;
    height: 100%;
    width: 100%; }
  .centered-icon.aligncenter figure,
  .centered-icon.alignleft figure {
    display: inline-block;
    left: -18.75rem;
    top: -6.25rem; }
    .centered-icon.aligncenter figure img,
    .centered-icon.alignleft figure img {
      position: relative;
      transform: rotate(-7.23deg);
      left: 0; }
    .centered-icon.aligncenter figure .area-icon,
    .centered-icon.alignleft figure .area-icon {
      position: absolute;
      top: 35%;
      right: -5rem; }
      .centered-icon.aligncenter figure .area-icon img,
      .centered-icon.alignleft figure .area-icon img {
        transform: rotate(-7.23deg); }
  .centered-icon.aligncenter .second-image-column figure,
  .centered-icon.alignright figure {
    display: inline-block;
    right: -18.75rem;
    top: -3.25rem;
    left: auto; }
    .centered-icon.aligncenter .second-image-column figure img,
    .centered-icon.alignright figure img {
      position: relative;
      transform: rotate(7.23deg);
      left: 0; }
    .centered-icon.aligncenter .second-image-column figure .area-icon,
    .centered-icon.alignright figure .area-icon {
      position: absolute;
      top: 35%;
      left: -5rem;
      transform: rotate(7.23deg); }
      .centered-icon.aligncenter .second-image-column figure .area-icon img,
      .centered-icon.alignright figure .area-icon img {
        transform: rotate(10.23deg); }
  .centered-icon.aligncenter .second-image-column .centered-image-wrapper.image-number-2 figure,
  .centered-icon.alignright .centered-image-wrapper.image-number-2 figure {
    right: -360px;
    top: 175px; }
  .centered-icon.aligncenter .second-image-column .centered-image-wrapper.image-number-1 figure,
  .centered-icon.alignright .centered-image-wrapper.image-number-1 figure {
    right: -400px; }
    .centered-icon.aligncenter .second-image-column .centered-image-wrapper.image-number-1 figure img,
    .centered-icon.alignright .centered-image-wrapper.image-number-1 figure img {
      top: -5rem;
      transform: rotate(-5.2deg); }

.basic-content .text-center ul {
  text-align: left;
  columns: 2; }

/* --------------------------- CTAs */
.cta-section {
  padding-top: 7rem;
  padding-bottom: 7rem;
  position: relative;
  z-index: 1; }
  .cta-section .row {
    position: relative;
    z-index: 2; }
  .cta-section h2 {
    margin-top: -3rem; }
  .cta-section .cta {
    position: relative; }
    .cta-section .cta:nth-of-type(odd):not(.full-width-cta) {
      margin-top: -3rem; }
    .cta-section .cta .cta-content {
      position: absolute;
      display: none;
      top: 10%;
      left: 5%;
      width: 90%; }
    .cta-section .cta .cta-link {
      color: #d8af4a;
      font-family: "Lato", "Open Sans", Arial, sans-serif;
      line-height: 1.25rem;
      text-transform: uppercase;
      font-weight: 900;
      display: block;
      clear: both; }
    .cta-section .cta figure {
      margin: 0;
      padding: 0;
      height: 160px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: -1.65rem; }
  .cta-section h3 {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 900;
    color: #0e91af;
    font-family: "Lato", "Open Sans", Arial, sans-serif;
    line-height: 1.25rem; }
  .cta-section .cta-wrapper {
    background: white;
    padding: 1.5rem;
    box-shadow: 0 0 5px rgba(47, 65, 91, 0.25);
    position: relative; }
    .cta-section .cta-wrapper:hover {
      background-image: url("imgs/blue-hover.png");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
      .cta-section .cta-wrapper:hover .cta-content {
        display: block;
        color: white; }
        .cta-section .cta-wrapper:hover .cta-content h3 {
          color: white; }
      .cta-section .cta-wrapper:hover .cta-title,
      .cta-section .cta-wrapper:hover figure {
        opacity: 0; }
    .cta-section .cta-wrapper.horizontal {
      height: 100%; }
      .cta-section .cta-wrapper.horizontal:hover {
        background: white; }
        .cta-section .cta-wrapper.horizontal:hover .cta-title,
        .cta-section .cta-wrapper.horizontal:hover figure {
          opacity: 1; }
        .cta-section .cta-wrapper.horizontal:hover .cta-title {
          color: #d8af4a; }
  .cta-section .bottom-wave {
    height: 450px; }
  .cta-section .top-wave {
    height: 450px; }

.service-columns ul {
  columns: 3; }
  .service-columns ul li::before {
    content: "\f061";
    font-family: 'Font Awesome 5 Pro';
    color: #45b4ce;
    margin-right: 1rem; }
  .service-columns ul li a {
    color: #5a6166;
    font-weight: 700; }
    .service-columns ul li a:hover {
      color: #45b4ce; }

/* --------------------------- Block Links */
.box-link .box-link-wrapper a {
  background: white;
  color: #45b4ce;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  width: 100%;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1.2px; }
  .box-link .box-link-wrapper a:hover {
    text-decoration: none;
    color: white;
    background-image: url("imgs/blue-hover.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }

.box-links {
  margin-top: 2rem; }

.alignright .box-link-4 {
  margin-right: 20%; }

.alignright .box-link-5 {
  margin-left: 10%; }

.alignleft .box-link-1 {
  margin-left: 16.6666%; }

/* --------------------------- Testimonial */
body:not(.home) .testimonials img.testimonial-image.testimonial-image-1 {
  top: 0; }

.testimonials {
  padding: 4rem 1rem;
  min-height: 600px;
  position: relative; }
  .testimonials img.testimonial-image {
    position: absolute; }
    .testimonials img.testimonial-image.testimonial-image-1 {
      top: -250px;
      left: 0;
      transform: rotate(12deg);
      z-index: 1; }
    .testimonials img.testimonial-image.testimonial-image-2 {
      top: 0;
      left: 120px;
      transform: rotate(3deg);
      z-index: 3; }
    .testimonials img.testimonial-image.testimonial-image-3 {
      top: 130px;
      left: -50px;
      transform: rotate(-12deg);
      z-index: 2; }
  .testimonials .testimonial {
    padding-top: 2rem;
    position: relative; }
    .testimonials .testimonial .start-quote {
      position: absolute;
      left: .75rem;
      top: .75rem; }
    .testimonials .testimonial .end-quote {
      position: absolute;
      right: -.75rem;
      bottom: 4.125rem; }
    .testimonials .testimonial .reviews-button,
    .testimonials .testimonial .testimonial-each {
      padding-left: 2rem; }
    .testimonials .testimonial .test-tagline {
      color: #14486a;
      font-size: 1.625rem;
      font-family: "Rufina", Helvetica, serif;
      font-weight: 700; }
    .testimonials .testimonial p {
      margin-top: 0; }
    .testimonials .testimonial .test-author {
      color: #14486a;
      font-size: 1.625rem;
      font-family: "Rufina", Helvetica, serif; }
      .testimonials .testimonial .test-author small {
        font-size: 1rem;
        font-style: italic;
        clear: both;
        color: #5a6166;
        display: block;
        margin-bottom: 2.25rem;
        margin-top: -1rem;
        font-family: "Lato", "Open Sans", Arial, sans-serif; }
  .testimonials a.button {
    background: #45b4ce; }
    .testimonials a.button:hover {
      background: #14486a; }

.testimonial-wrapper {
  background: white;
  height: 100%;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  position: relative; }
  .testimonial-wrapper .start-quote {
    position: absolute;
    left: .75rem;
    top: 2.25rem; }
  .testimonial-wrapper .end-quote {
    position: absolute;
    right: 1rem;
    bottom: 4.125rem; }

.testimonial .testimonials-list {
  padding-top: 2rem;
  position: relative; }
  .testimonial .testimonials-list .test-tagline {
    color: #14486a;
    font-size: 1.625rem;
    font-family: "Rufina", Helvetica, serif;
    font-weight: 700; }
  .testimonial .testimonials-list p {
    margin-top: 0; }
  .testimonial .testimonials-list .test-author {
    color: #14486a;
    font-size: 1.625rem;
    font-family: "Rufina", Helvetica, serif; }
    .testimonial .testimonials-list .test-author small {
      font-size: 1rem;
      font-style: italic;
      clear: both;
      color: #5a6166;
      display: block;
      margin-bottom: 2.25rem;
      margin-top: -1rem;
      font-family: "Lato", "Open Sans", Arial, sans-serif; }

.page-id-143 .testimonials img.testimonial-image.testimonial-image-1 {
  top: 50px !important; }

.page-id-143 .testimonials img.testimonial-image.testimonial-image-2 {
  top: 270px; }

/* --------------------------- Staff */
.staff-members .staff-member figure {
  margin: 0; }

.staff-members .staff-member h3 {
  background: #14486a;
  color: white;
  line-height: 2; }

.staff-members .staff-member p {
  font-size: .875rem;
  margin-top: 0;
  line-height: 1.5; }

.staff-members .staff-member span {
  font-style: italic;
  color: #d8af4a;
  font-weight: 700; }

/* --------------------------- Vertical Tabs */
.tabbed-content {
  padding-top: 3rem; }
  .tabbed-content > .row {
    background: white;
    padding: 2rem;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); }
  .tabbed-content .tabs {
    border: 0; }
    .tabbed-content .tabs .tabs-title {
      padding-top: .65rem; }
      .tabbed-content .tabs .tabs-title:not(:last-of-type) {
        border-bottom: 1px solid #bdcfd6;
        padding-bottom: .65rem; }
      .tabbed-content .tabs .tabs-title > a {
        color: #45b4ce;
        text-transform: uppercase;
        font-size: 1rem;
        font-weight: 900;
        line-height: 1.25;
        max-width: 85%;
        margin: 0 auto; }
        .tabbed-content .tabs .tabs-title > a[aria-selected=true] {
          background: none;
          background-image: url("imgs/active-tab.png");
          background-position: center;
          background-size: contain;
          background-repeat: no-repeat;
          color: #14486a; }
          .tabbed-content .tabs .tabs-title > a[aria-selected=true]:hover {
            text-decoration: none; }
        .tabbed-content .tabs .tabs-title > a:hover:not([aria-selected=true]) {
          text-decoration: none;
          color: #d8af4a; }
        .tabbed-content .tabs .tabs-title > a:focus {
          background-color: transparent; }
  .tabbed-content .tabs-panel {
    padding-top: 1.5rem; }
    .tabbed-content .tabs-panel img.icon {
      padding-top: 1rem;
      margin-bottom: -1rem;
      margin-top: 1rem; }
    .tabbed-content .tabs-panel a.button {
      margin-top: 1.5rem; }
  .tabbed-content .tabs-content.vertical {
    border: none;
    padding-left: 2rem; }

/* --------------------------- Cards */
.cards-section {
  padding-bottom: 1rem;
  padding-top: 3rem;
  position: relative; }
  .cards-section img.card-image {
    position: absolute; }
    .cards-section img.card-image.card-image-1 {
      top: 1rem;
      left: 0;
      transform: rotate(-12deg);
      z-index: 1; }
    .cards-section img.card-image.card-image-2 {
      top: 18.75rem;
      left: 7.5rem;
      transform: rotate(5deg);
      z-index: 3; }
    .cards-section img.card-image.card-image-3 {
      top: 50%;
      left: -3.125rem;
      transform: rotate(-4deg);
      z-index: 2; }
    .cards-section img.card-image.card-image-4 {
      top: 70%;
      left: 3.125rem;
      transform: rotate(7deg);
      z-index: 2; }
  .cards-section h3 {
    font-family: "Rufina", Helvetica, serif;
    color: #14486a;
    font-size: 2.25rem;
    line-height: 3.625rem;
    font-weight: 700;
    text-transform: none; }
  .cards-section .cta-wrapper {
    height: 100%; }
    .cards-section .cta-wrapper .cta-link {
      color: #ffd100;
      font-family: "Lato", "Open Sans", Arial, sans-serif;
      line-height: 1.25rem;
      text-transform: uppercase;
      font-weight: 900;
      display: none;
      clear: both; }
    .cards-section .cta-wrapper:hover p,
    .cards-section .cta-wrapper:hover p a,
    .cards-section .cta-wrapper:hover h3 {
      color: white; }
    .cards-section .cta-wrapper:hover h3 {
      opacity: 1 !important; }
    .cards-section .cta-wrapper:hover .cta-link {
      display: block;
      height: 3.125rem; }
    .cards-section .cta-wrapper:hover .card-button {
      display: none; }

/* --------------------------- Breadcrumbs */
#breadcrumbs {
  padding-top: 3rem;
  padding-bottom: 2rem;
  color: #14486a;
  line-height: 2; }
  #breadcrumbs a {
    color: #0e91af;
    font-weight: bold; }
    #breadcrumbs a:hover {
      text-decoration: none;
      color: #d8af4a; }

/* --------------------------- Footer */
.footer-contact p {
  font-family: "Rufina", Helvetica, serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 3.6rem;
  color: white; }

footer#footer {
  padding-top: 4rem;
  background: white; }

footer ul.menu {
  columns: 3;
  display: block; }
  footer ul.menu li {
    margin-bottom: .75rem; }
    footer ul.menu li.bold a {
      font-weight: bold; }
    footer ul.menu li a {
      color: #14486a;
      font-size: 1.125rem; }
      footer ul.menu li a:hover {
        text-decoration: none;
        color: #45b4ce; }
    footer ul.menu li.button {
      padding: 0;
      margin-bottom: 0;
      margin-top: 1rem;
      border: 0; }
      footer ul.menu li.button a {
        color: white;
        font-size: 1rem; }
      footer ul.menu li.button:hover {
        background: #07374c; }
        footer ul.menu li.button:hover a {
          background: #07374c; }
    footer ul.menu li.tour-our-shop {
      margin-top: 1rem; }
      footer ul.menu li.tour-our-shop .button {
        padding: 0.938rem 1rem; }

footer ul.inline {
  justify-content: space-around;
  margin-top: 1.25rem;
  display: flex; }

footer ul li.phone-link {
  font-size: 1.435rem;
  font-family: "Lato", "Open Sans", Arial, sans-serif;
  margin-bottom: .75rem; }
  footer ul li.phone-link a {
    color: #45b4ce;
    font-weight: 900; }
    footer ul li.phone-link a:hover {
      text-decoration: none;
      color: #14486a; }

footer ul li.hours,
footer ul li.location {
  line-height: 2;
  color: #5a6166; }
  footer ul li.hours a,
  footer ul li.location a {
    color: #5a6166; }
    footer ul li.hours a:hover,
    footer ul li.location a:hover {
      color: #14486a;
      text-decoration: none; }

footer p {
  line-height: 2;
  color: #5a6166; }

/* --------------------------- Copyright */
#copyright
.row {
  border-top: 1px solid #bdcfd6;
  margin-top: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  #copyright
.row p,
  #copyright
.row a {
    color: #5a6166; }

/* --------------------------- CUSTOM FOR EACH PAGE */
/* HOME */
.hero-bottom-wave {
  position: absolute;
  left: 0;
  bottom: -1rem;
  width: 130%; }
  .hero-bottom-wave svg {
    width: 100%;
    bottom: 0;
    max-height: 350px; }

.home .cta-section {
  position: relative;
  background: #f0f8f8; }

.section-wave {
  position: absolute;
  left: 0;
  width: 100%; }
  .section-wave svg {
    max-height: 200px;
    width: 100%; }
  .section-wave.vertical-top-wave {
    top: 0; }
  .section-wave.vertical-bottom-wave {
    bottom: -1rem; }

/* COMMUNITY PAGE */
.centered-box-content {
  background: white;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  padding: 3rem 2rem;
  margin-top: 3rem;
  margin-bottom: 3rem; }
  .centered-box-content .small-up-1.row h3 {
    line-height: 1;
    margin-top: 1rem;
    font-family: "Lato", "Open Sans", Arial, sans-serif;
    text-transform: uppercase; }
  .centered-box-content .small-up-1.row p {
    margin-top: 0; }

ul.nobullets.arrow-li {
  margin-left: 2rem; }
  ul.nobullets.arrow-li li {
    position: relative; }
    ul.nobullets.arrow-li li::before {
      content: "\f061";
      font-family: 'Font Awesome 5 Pro';
      color: #45b4ce;
      margin-right: 1rem; }

.community-logos .community-logo .community-logo-wrapper {
  padding: .5rem;
  background: white;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  height: 100%;
  display: block;
  text-align: center; }

.page-id-122 .cta-section {
  position: relative;
  background: #f0f8f8;
  padding-top: 18rem;
  margin-top: -14rem; }
  .page-id-122 .cta-section .vertical-top-wave {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }

.single-car-svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 300px;
  width: 100%;
  fill: white; }

.parent-pageid-128 .centered-icon,
.parent-pageid-122 .centered-icon {
  position: relative;
  background: #f0f8f8;
  padding-top: 18.125rem;
  padding-bottom: 18.125rem;
  margin-bottom: -14.125rem; }
  .parent-pageid-128 .centered-icon.aligncenter figure,
  .parent-pageid-122 .centered-icon.aligncenter figure {
    top: -18rem; }
  .parent-pageid-128 .centered-icon .vertical-bottom-wave,
  .parent-pageid-128 .centered-icon .vertical-top-wave,
  .parent-pageid-122 .centered-icon .vertical-bottom-wave,
  .parent-pageid-122 .centered-icon .vertical-top-wave {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }

.parent-pageid-128 .cta-section,
.parent-pageid-122 .cta-section {
  z-index: 3; }

.parent-pageid-128 .centered-icon {
  margin-top: -130px;
  z-index: 1;
  padding-top: 10rem; }
  .parent-pageid-128 .centered-icon .single-car-svg {
    top: -120px; }
  .parent-pageid-128 .centered-icon.aligncenter figure {
    top: -5rem; }

.page-id-128 .centered-icon {
  position: relative; }
  .page-id-128 .centered-icon .centered-waves {
    position: absolute;
    top: -10rem;
    left: 0;
    width: 100%;
    z-index: -1;
    fill: #f0f8f8; }
    .page-id-128 .centered-icon .centered-waves svg {
      height: 700px;
      width: 100%; }

.mid-page-wave {
  position: absolute;
  top: 33%;
  fill: #f0f8f8;
  width: 100%;
  z-index: -1; }

.ameba {
  position: absolute;
  top: 0;
  z-index: -1;
  right: 0;
  fill: #f0f8f8; }
  .ameba.top-1 {
    max-width: 80%;
    max-height: 64rem; }
  .ameba.top-2 {
    max-width: 100%;
    max-height: 39rem; }
  .ameba.top-3 {
    right: auto;
    max-width: 65%;
    max-height: 20rem;
    left: 0;
    z-index: -1; }
  .ameba.top-4 {
    max-width: 55%;
    max-height: 39rem; }

.parent-pageid-128 .ameba.top-3 {
  max-height: none;
  height: 28rem; }

#searchresults {
  padding-top: 3rem; }
  #searchresults .searchcontent {
    padding-top: 1rem; }
    #searchresults .searchcontent h1 {
      margin-bottom: 2rem; }

.page-id-153 .footer-contact {
  display: none; }

/* --------------------------- Media Queries */
/* X-Large & Up */
/* Large Only */
@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  #hero img.hero-image.hero-image-2,
  #hero img.hero-image.hero-image-1 {
    display: none; } }

/* LARGE ONLY */
@media only screen and (min-width: 1024px) {
  .community-logos .community-logo:first-of-type {
    margin-left: 33.33333%;
    margin-right: 1%; }
  .community-logos .community-logo:nth-of-type(2) {
    margin-left: 16.66665%; }
  .community-logos .community-logo:nth-of-type(5) {
    margin-right: 1%; }
  .community-logos .community-logo:nth-of-type(6) {
    margin-left: 16.66665%; }
  .centered-box-content h2 {
    max-width: 65%;
    margin: 0 auto; }
  .centered-box-content > p {
    max-width: 80%;
    margin: 0 auto 2rem; } }

/* Weird Sizing */
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .testimonials img.testimonial-image.testimonial-image-2 {
    left: 4rem; }
  #hero img.hero-image.hero-image-2,
  #hero img.hero-image.hero-image-1 {
    display: none; }
  .footer-contact p {
    font-size: 2.25rem; }
  .section-wave svg {
    max-height: 100px; }
  .parent-pageid-128 .centered-icon.aligncenter figure {
    left: -15rem;
    top: -4rem; }
  .parent-pageid-128 .centered-icon .second-image-column .centered-image-wrapper.image-number-1 figure {
    right: -15rem;
    left: auto; }
  .parent-pageid-128 .centered-icon .second-image-column .centered-image-wrapper.image-number-2 figure {
    right: -17rem;
    left: auto; }
  .parent-pageid-122 .centered-icon {
    padding-top: 8rem;
    padding-bottom: 14rem; }
    .parent-pageid-122 .centered-icon.aligncenter figure {
      top: -7rem;
      left: -16rem; }
  .parent-pageid-122 .spacer {
    display: none; }
  .cards-section img.card-image.card-image-2 {
    left: 0; }
  .cards-section img.card-image.card-image-1 {
    left: -3rem; }
  .cards-section img.card-image.card-image-4 {
    left: -2rem; }
  .testimonials img.testimonial-image.testimonial-image-1 {
    top: 3rem; }
  .responsive-embed iframe {
    pointer-events: none; } }

/* Medium Only */
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #hero {
    height: 400px; }
    #hero img.hero-image {
      display: none; }
  .home-video {
    margin-bottom: 2rem; }
  .alignright .box-link-13 {
    margin-left: 33.33333%; }
  .parent-pageid-122 .centered-icon {
    padding-top: 8rem;
    padding-bottom: 7.5rem; }
    .parent-pageid-122 .centered-icon.aligncenter figure {
      top: -6rem; }
  .page-id-122 .cta-section {
    margin-bottom: 2rem;
    padding-bottom: 2rem; }
    .page-id-122 .cta-section .section-wave.vertical-bottom-wave {
      display: none; }
  .page-id-122 .service-columns ul {
    columns: 2;
    margin-left: 2rem; }
  .section-wave svg {
    max-height: 100px; }
  .parent-pageid-128 .centered-icon {
    margin-top: -2rem;
    padding-bottom: 10rem; } }

/* Medium & Up */
/* Small & Medium */
@media only screen and (max-width: 1023px) {
  .home .basic-content.content {
    display: none; }
  .centered-waves,
  .mid-page-wave,
  .ameba {
    display: none !important; }
  #hero img.hero-image.hero-image-2,
  #hero img.hero-image.hero-image-1 {
    display: none; }
  #top-menu {
    padding-right: 1rem; }
  .top-bar {
    background: white;
    padding: 0; }
    .top-bar button i {
      font-size: 3rem;
      color: #bcbec0; }
    .top-bar .phone i {
      color: #45b4ce; }
    .top-bar img {
      width: 175px;
      padding-top: .5rem;
      padding-bottom: .5rem; }
    .top-bar .mobile-menu-toggle {
      align-self: center; }
    .top-bar .mobile-menu-phone {
      padding-top: 1.1rem;
      background: #f1f2f2; }
  #header2 {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1); }
  .image-column {
    margin-top: 2rem; }
  .testimonials img.testimonial-image {
    display: none; }
  .footer-contact {
    padding-bottom: 3rem; }
    .footer-contact p {
      margin-bottom: 1rem; }
  footer ul.menu {
    columns: 2; }
  #copyright p {
    line-height: 1; }
  .off-canvas {
    background: #14486a; }
    .off-canvas img {
      margin-top: 2rem;
      margin-bottom: 1rem; }
    .off-canvas button {
      color: white; }
      .off-canvas button:hover {
        color: #d8af4a; }
    .off-canvas a.directions,
    .off-canvas a.phone {
      text-align: center;
      color: white;
      font-size: 24px;
      width: 100%;
      margin-top: 1rem;
      padding-top: 1rem;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      display: block; }
    .off-canvas a.directions:hover,
    .off-canvas a.phone:hover {
      text-decoration: none;
      color: #d8af4a; }
    .off-canvas ul.sub-menu {
      list-style: none;
      margin-left: 0;
      padding-left: 0; }
      .off-canvas ul.sub-menu a::after {
        display: none; }
    .off-canvas ul.menu.mobile {
      margin-top: 2rem; }
      .off-canvas ul.menu.mobile li {
        margin-bottom: 0; }
        .off-canvas ul.menu.mobile li a {
          margin-bottom: .75rem; }
    .off-canvas ul li {
      text-align: center;
      margin-bottom: 1.35rem; }
      .off-canvas ul li.mobile-button {
        margin-top: 1.5rem;
        margin-bottom: .6rem;
        border: 2px solid white;
        border-radius: 500px;
        padding: 0.5rem 0.25rem; }
        .off-canvas ul li.mobile-button:hover {
          border-color: #45b4ce; }
          .off-canvas ul li.mobile-button:hover a {
            color: #45b4ce; }
        .off-canvas ul li.mobile-button a {
          margin-bottom: 0 !important; }
      .off-canvas ul li:hover a {
        color: #45b4ce; }
      .off-canvas ul li:hover::after {
        display: none; }
      .off-canvas ul li.menu-item a {
        color: white !important;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1.2px; }
        .off-canvas ul li.menu-item a:hover {
          text-decoration: none;
          color: #45b4ce !important; }
      .off-canvas ul li.menu-item.current_page_item a {
        color: #d8af4a !important; }
      .off-canvas ul li.menu-item ul.sub-menu a::after {
        display: none; }
  .centered-icon {
    position: relative; }
    .centered-icon .centered-image-wrapper {
      position: relative; }
    .centered-icon figure {
      position: absolute;
      height: 100%;
      width: 100%; }
    .centered-icon.aligncenter figure,
    .centered-icon.alignleft figure {
      display: inline-block;
      left: -18.75rem;
      top: -2.25rem; }
  .alignright .box-link-5 {
    margin-left: 0; }
  .alignright .box-link-4 {
    margin-right: 0; }
  .cards-section img.card-image {
    display: none; }
  #contact-forms {
    margin-bottom: 2rem; }
  .blog-posts a.full-size-link {
    display: none; } }

/* Landscape Small */
@media only screen and (max-width: 750px) {
  #hero {
    height: 330px; }
    #hero .header {
      font-size: 3.5rem;
      line-height: 4.18rem; }
  .tabbed-content .tabs .tab-title > a {
    padding: 0.25rem 1rem; }
  .one-half,
  .one-third {
    width: 100%; } }

/* Small Only */
@media only screen and (max-width: 640px) {
  .testimonials .testimonial .reviews-button,
  .testimonials .testimonial .testimonial-each {
    padding-left: 0; }
  #hero {
    height: 400px; }
    #hero img.hero-image {
      display: none; }
  .centered-icon figure {
    display: none !important; }
  .accordion {
    padding-left: 0; }
    .accordion li a {
      color: #45b4ce;
      font-size: 1rem;
      text-transform: uppercase;
      font-weight: 900; }
      .accordion li a.accordion-title {
        border: 0; }
        .accordion li a.accordion-title:hover {
          background: #f0f8f8; }
    .accordion li .accordion-content {
      border: 0; }
  .parent-pageid-122 .centered-icon {
    margin-bottom: 0;
    padding-top: 6rem;
    padding-bottom: 2.25rem; }
    .parent-pageid-122 .centered-icon .vertical-top-wave.section-wave svg {
      max-height: 50px; }
    .parent-pageid-122 .centered-icon .vertical-bottom-wave {
      display: none; }
    .parent-pageid-122 .centered-icon figure {
      display: none !important; }
  .parent-pageid-128 .centered-icon {
    padding-bottom: 2rem; }
    .parent-pageid-128 .centered-icon .vertical-top-wave.section-wave svg {
      max-height: 50px; }
    .parent-pageid-128 .centered-icon .vertical-bottom-wave {
      display: none; }
  .basic-content.content a.button {
    width: 100%; }
    .basic-content.content a.button:not(:last-of-type) {
      margin-bottom: 1.5rem; }
  .page-id-143 .footer-contact {
    margin-top: 2.5rem; }
  .service-columns ul {
    columns: 1;
    margin-left: 2rem; }
  .one-half,
  .one-third {
    width: 100%;
    margin-left: 0; } }

/*# sourceMappingURL=style.map */