:root {
  --dark-slate-grey: #373737;
  --dodger-blue: #1298ff;
  --lime-green: #02c856;
  --light-grey: #fafafa;
  --tomato: #ff4747;
  --click-me-orange: #fa5c22;
  --dim-grey: #6d7379;
  --gold-links: #ffcb47;
  --text-light-grey: #37373780;
  --tan: #c9ac7a;
  --border-color: #00000021;
  --goldenrod: #d9b517e6;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: var(--dark-slate-grey);
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: Lexend Deca, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

h1 {
  color: #373737;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 700;
  line-height: 110%;
}

h2 {
  color: #373737;
  margin-top: 0;
  margin-bottom: 64px;
  font-family: Raleway, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 50px;
}

h3 {
  color: #373737;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  color: #373737;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  color: #373737;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

h6 {
  color: #373737;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

p {
  color: #373737b3;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 300;
  line-height: 150%;
}

a {
  color: var(--dodger-blue);
  cursor: pointer;
  text-decoration: none;
}

ul {
  color: #6d7379;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 1px;
  padding-left: 20px;
  line-height: 23px;
}

ol {
  color: #373737b3;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  font-weight: 300;
  line-height: 24px;
}

li {
  line-height: 170%;
}

img {
  box-shadow: none;
  border-radius: 3px;
  max-width: 100%;
  margin-bottom: 20px;
  display: inline-block;
  overflow: hidden;
}

blockquote {
  color: #3737378f;
  border-left: 5px solid #e2e2e2;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

figcaption {
  color: #fafafa;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #e4e6e7bd;
  width: 100%;
  margin-top: 5px;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 40px;
  position: absolute;
  bottom: 20px;
}

.hero {
  width: 100%;
  height: 100%;
  max-height: 600px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
  overflow: hidden;
}

.hero.hero-404 {
  background-image: url('../images/Blog-Image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-wrapper {
  z-index: 100;
  width: 100%;
}

.text-center {
  text-align: center;
  margin-bottom: 36px;
}

.text-center.text-white {
  color: #fff;
  max-width: 1200px;
  padding-left: 171px;
  padding-right: 171px;
  line-height: 120%;
}

.text-center.text-white._404 {
  margin-bottom: 0;
  font-size: 69px;
  line-height: 84px;
}

.text-center.page-title-headline {
  color: #fff;
}

.cover {
  text-align: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.p-cover {
  color: #fff;
  text-shadow: 0 1px 1px #000000d4;
  max-width: 1200px;
  margin-bottom: 16px;
  line-height: 30px;
}

.p-cover._404 {
  max-width: 700px;
  margin-top: 20px;
}

.btn {
  border: 2px solid var(--dodger-blue);
  background-color: var(--dodger-blue);
  color: #fff;
  border-radius: 30px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  transition: all .2s;
}

.btn:hover {
  border: 2px solid var(--dodger-blue);
  color: var(--dodger-blue);
  background-color: #fff;
}

.btn.w--current {
  background-color: #c9ac7a;
}

.btn.scroll-down {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 100px;
  width: 45px;
  height: 45px;
  margin: auto auto 0;
  padding: 0;
  font-size: 18px;
  line-height: 45px;
  transition: all .3s;
  display: block;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
}

.btn.scroll-down:hover {
  background-color: var(--dodger-blue);
  border-color: #02c856;
}

.btn.m-t {
  margin-top: 20px;
  display: inline-block;
}

.btn.primary {
  float: none;
  border-color: var(--lime-green);
  background-color: var(--lime-green);
  text-transform: uppercase;
  font-size: 22px;
}

.btn.primary:hover {
  color: var(--light-grey);
  background-color: #069e46;
}

.menu-wrapper {
  background-color: #fff;
  width: 100%;
  height: 90px;
  padding-left: 16px;
  line-height: 20px;
  display: block;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 10px #0003;
}

.logo {
  color: #44484d;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 55px;
}

.nav-link {
  color: #6d7379;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  transition: all .2s;
  display: flex;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--dodger-blue);
}

.nav-link.cta {
  background-color: var(--tomato);
  color: var(--light-grey);
}

.nav-menu {
  flex: none;
  display: flex;
}

.brand {
  text-align: center;
  line-height: 10px;
}

.container-fluid {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.section {
  background-color: #fff;
  padding: 8rem 6rem;
  position: relative;
}

.section.bg-grey {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.bg-grey.hide {
  display: none;
}

.section.b-b {
  border-bottom: 1px solid #e7e9eb;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.nav-top.contact-bg {
  background-image: linear-gradient(#63636380, #63636380), url('../images/windows-on-the-wall.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 0;
}

.section.large-teaser {
  background-color: #fafafa;
}

.section.large-teaser.large-teaser-title-bg.page-title.bg-about {
  background-image: linear-gradient(#1298ffd1, #1298ffd1), url('../images/interior-of-a-building-with-white-walls.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 0;
}

.section.large-teaser.large-teaser-title-bg.page-title.bg-service {
  background-color: var(--dodger-blue);
  opacity: 1;
  margin-top: 0;
  padding-top: 128px;
  padding-bottom: 128px;
}

.section.large-teaser.large-teaser-title-bg.page-title.bg-service.jax-beach {
  background-image: linear-gradient(#1298ff6b, #1298ff6b);
  padding-top: 128px;
  padding-bottom: 128px;
}

.section.large-teaser.large-teaser-title-bg.page-title.bg-products {
  opacity: 1;
  background-image: url('../images/modern-mansion-with-patio.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.large-teaser.large-teaser-title-bg.page-title.bg-amelia-island {
  background-image: url('../images/hero-island-glass-fleet.jpg');
  background-position: 50%;
  background-size: cover;
  height: 600px;
}

.section.large-teaser.large-teaser-title-bg.page-title.bg-service-locations {
  opacity: 1;
  background-image: linear-gradient(#1298ff6b, #1298ff6b), url('../images/locations-header.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 0;
}

.section.large-teaser.large-teaser-title-bg.page-title.bg-service-locations.jax-beach {
  background-image: linear-gradient(#1298ff6b, #1298ff6b);
}

.section.large-teaser.large-teaser-title-bg.bg-about {
  background-image: linear-gradient(#32439cd1, #32439cd1), url('../images/interior-of-a-building-with-white-walls.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.video, .section.team {
  display: none;
}

.section.nav-top {
  margin-top: 55px;
}

.section.nav-top.bg-grey {
  margin-top: 0;
}

.section.small-teaser {
  background-color: #fafafa;
}

.section.small-teaser.large-teaser-title-bg {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.small-teaser.large-teaser-title-bg.page-title.bg-about {
  background-image: linear-gradient(#1298ffd1, #1298ffd1), url('../images/interior-of-a-building-with-white-walls.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 0;
}

.section.small-teaser.large-teaser-title-bg.page-title.bg-service {
  opacity: 1;
  background-image: linear-gradient(#1298ff6b, #1298ff6b), url('../images/ponte-vedra-home-exterior-glass.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 0;
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.small-teaser.large-teaser-title-bg.page-title.bg-service.jax-beach {
  background-image: linear-gradient(#1298ff6b, #1298ff6b);
}

.section.small-teaser.large-teaser-title-bg.page-title.bg-products {
  opacity: 1;
  background-image: url('../images/modern-mansion-with-patio.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.small-teaser.large-teaser-title-bg.page-title.bg-amelia-island {
  background-image: url('../images/hero-island-glass-fleet.jpg');
  background-position: 50%;
  background-size: cover;
  height: 600px;
}

.section.small-teaser.large-teaser-title-bg.page-title.bg-service-locations {
  opacity: 1;
  background-image: linear-gradient(#1298ff6b, #1298ff6b), url('../images/locations-header.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 0;
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.small-teaser.large-teaser-title-bg.page-title.bg-service-locations.jax-beach {
  background-image: linear-gradient(#1298ff6b, #1298ff6b);
}

.section.small-teaser.large-teaser-title-bg.page-title.bg-product {
  background-image: linear-gradient(to bottom, var(--dim-grey), var(--dim-grey));
  opacity: 1;
  margin-top: 0;
}

.section.small-teaser.large-teaser-title-bg.page-title.bg-product.jax-beach {
  background-image: linear-gradient(#1298ff6b, #1298ff6b);
}

.section.small-teaser.large-teaser-title-bg.bg-about {
  background-image: linear-gradient(#32439c69, #32439c69), url('../images/interior-of-a-building-with-white-walls.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.p-large {
  font-family: Raleway, sans-serif;
  font-weight: 300;
}

.p-large.text-center {
  color: #373737;
  text-align: left;
}

.p-large.text-center.page-title-subline {
  color: #fff;
  text-align: left;
}

.teaser-wrapper {
  margin-top: 70px;
}

.teaser-wrapper.margin-small {
  margin-top: 40px;
}

.teaser {
  background-color: #373737;
  border-radius: 3px;
  width: 100%;
  height: 570px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 3px #0000003d;
}

.teaser-image {
  position: absolute;
  inset: 0;
}

.teaser-image.image-1 {
  background-image: linear-gradient(6deg, #1298ffe6 26%, #fff0 26%), url('../images/jax-beach-storefront-cropped.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.teaser-image.image-3 {
  background-color: #373737;
  background-image: url('../images/Video-Thumb.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
}

.teaser-label {
  z-index: 1;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #02c856;
  border-radius: 2px;
  padding: 2px 6px 2px 8px;
  font-family: Raleway, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 19px;
  display: block;
  position: absolute;
  top: 40px;
  left: 40px;
}

.teaser-title {
  z-index: 1;
  margin-bottom: 16px;
  padding-left: 40px;
  padding-right: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.teaser-headline {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-weight: 700;
}

.teaser-headline.dark {
  color: #333;
}

.text-white {
  color: #fff;
}

.teaser-subtitle {
  color: #fff;
  text-align: left;
  margin-top: 13px;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.teaser-subtitle.dark {
  color: #333;
}

.teaser-more {
  z-index: 1;
  background-color: var(--dodger-blue);
  padding: 8px 40px;
  line-height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate(0, 100%);
}

.teaser-more-icon {
  float: left;
  clear: none;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 800;
  line-height: 27px;
}

.teaser-link {
  color: #fff;
  width: 100%;
}

.teaser-link.teaser-feature {
  padding-left: 10px;
  padding-right: 10px;
}

.more-button {
  text-align: left;
  justify-content: flex-start;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}

.more-button.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.more-button-text {
  color: var(--dodger-blue);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: inline;
}

.more-button-text.text-white {
  color: #fff;
}

.more-button-icon {
  float: none;
  border: 2px solid var(--dodger-blue);
  color: var(--dodger-blue);
  text-align: center;
  background-color: #fff;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  margin-left: 0;
  margin-right: 10px;
  font-size: 11px;
  font-weight: 600;
  line-height: 28px;
  transition: all .2s;
  display: inline-block;
}

.more-button-icon:hover {
  border-color: var(--dodger-blue);
  background-color: var(--dodger-blue);
  color: #fff;
}

.gallery-item {
  object-fit: cover;
  background-color: #ddd;
  border-radius: 2px;
  max-width: 6rem;
  max-height: 6rem;
  overflow: hidden;
  box-shadow: 0 1px 3px #00000054;
}

.gallery-item-image {
  object-fit: cover;
  margin-bottom: 0;
  box-shadow: 0 1px 3px #0000004f;
}

.anchor-content {
  width: 100%;
  height: 0;
  margin-top: -55px;
  display: inline-block;
  position: absolute;
}

.gallery-item-plus {
  background-color: var(--dodger-blue);
  opacity: 0;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
  display: block;
  position: absolute;
  inset: 50% 0 0;
  transform: rotate(-90deg);
}

.hero-slideshow {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.hero-slideshow-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.slide-2 {
  background-image: url('../images/Image-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.slide-1 {
  background-image: url('../images/hero.jpg');
  background-position: 50%;
  background-size: cover;
}

.more-button-link {
  height: 30px;
  text-decoration: none;
  display: inline-block;
}

.hero-loadbar {
  z-index: 10;
  background-color: var(--dodger-blue);
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.logo-slideshow {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.logo-slideshow-item {
  text-align: center;
  width: 25%;
}

.logo-slideshow-mask {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: block;
  overflow: hidden;
}

.logo-slideshow-item-img {
  box-shadow: none;
  opacity: .15;
  border-radius: 0;
  max-width: 100%;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  display: block;
}

.logo-slideshow-item-img:hover {
  opacity: 1;
}

.logo-slideshow-nav {
  opacity: .41;
  margin-top: 40px;
  position: relative;
  transform: scale(.5);
}

.logo-slideshow-tooltip {
  opacity: 0;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #02c856;
  border-radius: 3px;
  width: auto;
  height: 24px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Raleway, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 26px;
  display: inline-block;
  position: static;
  top: -40px;
  bottom: -40px;
  transform: translate(0, 10px);
}

.logo-slideshow-tooltip-position {
  text-align: center;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
}

.logo-slideshow-tooltip-arrow {
  border-top: 5px solid #02c856;
  border-left: 5px solid #0000;
  border-right: 5px solid #0000;
  width: 0;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
}

.logo-slideshow-link {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.icon-box {
  margin: 10px;
}

.icon-box-icon {
  clear: left;
  box-shadow: none;
  opacity: 1;
  border-radius: 0;
  padding-top: 5px;
  display: inline;
  position: relative;
}

.home-video {
  border-radius: 3px;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 3px #0000005e;
}

.home-video-play-button {
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 100px;
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.home-video-play-button:hover {
  background-color: #02c856;
  border-color: #02c856;
}

.home-video-play-button-icon {
  border-top: 15px solid #0000;
  border-bottom: 15px solid #0000;
  border-left: 20px solid #fff;
  width: 0;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.home-video-thumbnail {
  margin-bottom: 0;
  transition: opacity .2s;
}

.footer {
  z-index: 100;
  background-color: #fff;
  position: relative;
}

.sitemap {
  color: #373737;
  text-align: right;
  column-count: 2;
  column-rule-style: none;
  column-rule-width: 0px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.sitemap-link {
  color: #373737;
  font-weight: 300;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
}

.sitemap-link:hover, .sitemap-link.w--current {
  color: var(--dodger-blue);
}

.sitemap-link.white {
  color: #fff;
}

.projects-filter {
  text-align: center;
  margin-top: 20px;
}

.projects-filter-link {
  color: #37373775;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #0000;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Raleway, sans-serif;
  font-weight: 600;
}

.projects-filter-link.w--current {
  color: #373737;
  background-color: #0000;
  border-bottom: 1px #02c856;
}

.projects-list {
  border-top: 1px solid #00000021;
  margin-top: 40px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-left: 0;
  line-height: 0;
}

.projects-list-item {
  margin-top: 0;
  padding-top: 0;
}

.projects-list-title {
  color: #37373780;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.projects-list-row, .projects-list-column {
  padding-left: 0;
  padding-right: 0;
}

.projects-list-year {
  color: #37373780;
  text-align: right;
  font-weight: 400;
  line-height: 50px;
}

.projects-list-categorie {
  color: #37373780;
  text-align: left;
  line-height: 50px;
}

.projects-list-link {
  color: #34b36a;
  border-bottom: 1px solid #00000021;
  width: 100%;
  transition: all .2s;
}

.projects-list-link:hover {
  border-bottom-color: #02c856;
}

.project-detail-informations {
  color: #37373780;
  border-top: 1px solid #00000021;
  margin-top: 70px;
  margin-bottom: 40px;
  padding-top: 30px;
  font-size: 14px;
  line-height: 23px;
}

.nav-link-submenu {
  padding: 20px;
  line-height: 14px;
  display: inline-block;
  position: relative;
}

.nav-link-submenu-item {
  text-align: center;
  text-transform: uppercase;
  padding-right: 20px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 55px;
}

.nav-link-submenu-item:hover {
  color: var(--dodger-blue);
}

.submenu {
  opacity: 0;
  background-color: #373737f0;
  width: 200px;
  margin-top: 0;
  padding: 10px 23px;
  display: none;
  position: absolute;
  top: 55px;
  transform: translate(0, 10px);
}

.blog-thumb-image-container {
  border-radius: 2px;
  margin-top: 40px;
  overflow: hidden;
  box-shadow: 0 1px 3px #00000059;
}

.blog-title {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 200;
}

.blog-text {
  color: #373737;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.blog-read-more {
  text-align: center;
}

.blogpost {
  border-bottom: 1px solid #00000021;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.blogpost.b-n {
  border-bottom-style: none;
}

.submenu-item {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 12px;
  list-style-type: none;
}

.submenu-item-link {
  color: #fff9;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
}

.submenu-item-link:hover {
  color: #fff;
}

.submenu-icon {
  color: #37373780;
}

.blog-widget {
  background-color: #fafafa;
  width: 100%;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.blog-widget-sizer {
  width: 100%;
  padding-top: 90%;
}

.blog-widget-title {
  color: #6d73798c;
  width: 100%;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  position: absolute;
}

.blog-widget-button {
  margin-left: 40px;
  margin-right: 40px;
  position: absolute;
  bottom: 40px;
}

.blog-widget-headline {
  font-size: 26px;
  font-weight: 200;
  line-height: 34px;
}

.blog-widget-date {
  float: left;
  position: relative;
}

.blog-widget-categorie {
  color: #02c856;
}

.blog-widget-in {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}

.blog-widget-link {
  z-index: 1;
  position: absolute;
  inset: 0;
}

.blog-widget-rollover {
  background-color: #02c856;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  transform: translate(0, 4px);
}

.blog-widget-wrapper {
  margin-top: 70px;
}

.icon-box-widget {
  max-width: 900px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blogpost-date-categorie {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.blogpost-categorie {
  float: none;
  clear: none;
  color: #373737;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.blogpost-date {
  float: none;
  color: #373737;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
}

.blogpost-in {
  color: #373737;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 600;
  display: inline-block;
}

.tabs-menu {
  text-align: center;
  margin-bottom: 20px;
}

.tabs-menu-link {
  color: #373737;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fafafa;
  min-width: 150px;
  padding: 15px 40px;
  font-family: Raleway, sans-serif;
  font-weight: 600;
}

.tabs-menu-link.w--current {
  color: #fff;
  background-color: #02c856;
}

.team-widget-container {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.team-widget {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

.team-widgeet-name {
  color: #02c856;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 20px;
}

.team-widget-job {
  margin-top: 0;
  font-size: 14px;
}

.team-widget-photo {
  box-shadow: none;
  opacity: .6;
  border-radius: 100px;
  width: 130px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.breadcrumb {
  z-index: 100;
  background-color: #e3e5e6e8;
  height: 40px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate(0, 100%);
}

.breadcrumb-link {
  color: #6d7379d1;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 40px;
  transition: all .2s;
}

.breadcrumb-link:hover {
  color: #6d7379;
}

.breadcrumb-link.back {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.breadcrumb-link.next {
  float: right;
  text-align: right;
}

.breadcrumb-scroll-help {
  z-index: 0;
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.blogpost-author {
  border-top: 1px solid #00000021;
  padding-top: 40px;
}

.blog-author-photo {
  float: left;
  clear: none;
  box-shadow: none;
  border-radius: 100%;
  width: 80px;
  margin-right: 20px;
  display: inline-block;
}

.blogpost-author-name {
  float: left;
  clear: none;
  color: #02c856;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 25px;
  display: block;
}

.blogpost-author-title {
  float: none;
  clear: none;
  color: #373737;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 12px;
  display: block;
}

.contact-form {
  color: #373737;
  background-color: #fff;
  padding: 80px;
  position: relative;
  overflow: hidden;
}

.contact-form-label {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1.25rem;
  margin-bottom: 16px;
}

.contact-form-input {
  color: var(--dim-grey);
  background-color: #fff;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #00000021;
  height: 55px;
  margin-bottom: 25px;
  padding: 15px 8px 20px 16px;
}

.contact-form-input:focus {
  border: 1px solid var(--dodger-blue);
}

.contact-form-submit {
  background-color: var(--dodger-blue);
  border-radius: 40px;
  padding: 12px 30px;
  font-size: 15px;
  line-height: 22px;
  display: block;
}

.contact-form-success {
  color: #02c856;
  text-align: left;
  background-color: #0000;
  font-family: Raleway, sans-serif;
  font-size: 34px;
  font-weight: 200;
  line-height: 42px;
}

.contact-form-success-text {
  margin-bottom: 20px;
}

.contact-form-error {
  float: none;
  color: #ff4747;
  background-color: #0000;
  border-left: 2px solid #ff4747;
  margin-top: 30px;
  padding: 20px;
  font-family: Raleway, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.contact-form-success-line {
  background-color: #02c856;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.contact-form-telephone {
  color: #fff;
  margin-bottom: 30px;
  font-size: 44px;
  font-weight: 300;
  line-height: 40px;
}

.contact-form-telephone-title {
  color: #fff;
}

.contact-form-map-container {
  display: none;
  position: absolute;
  inset: 0;
}

.contact-form-map {
  z-index: 10;
  opacity: 1;
  height: 100%;
  position: absolute;
  inset: 0;
}

.contact-form-map-close {
  z-index: 20;
  text-align: center;
  background-color: #02c856;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  line-height: 56px;
  position: absolute;
  top: 40px;
  right: 40px;
}

.contact-form-map-close.license {
  letter-spacing: -9px;
  background-color: #02c856;
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 25px;
  line-height: 36px;
  display: block;
  top: -20px;
  left: 0;
  right: 0;
}

.contact-form-map-close-icon {
  box-shadow: none;
  width: 20px;
  margin-bottom: 0;
}

.contact-form-map-close-icon.license {
  width: 16px;
}

.contact-form-text-wrapper {
  margin-top: 80px;
}

.blogpost-image {
  margin-bottom: 0;
}

.empty-state {
  text-align: center;
  background-color: #0000;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Raleway, sans-serif;
  font-weight: 300;
}

.docu-headline {
  color: #373737;
  border-top: 1px solid #00000021;
  margin-top: 60px;
  margin-bottom: 0;
  padding-top: 40px;
}

.docu-navigation-container {
  position: fixed;
}

.docu-navigation {
  margin-top: -10px;
}

.docu-navigation-item {
  color: #37373791;
  border-left: 2px solid #0000;
  margin-left: -3px;
  line-height: 26px;
  transition: all .2s;
}

.docu-navigation-item:hover {
  color: #373737cc;
}

.docu-navigation-item:focus {
  color: #02c856;
  border-left: 2px solid #02c856;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 7px;
  display: inline-block;
  position: relative;
}

.docu-navigation-headline {
  color: #373737;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-weight: 600;
}

.docu-image {
  box-shadow: none;
  background-color: #6d737917;
  background-image: url('../images/Loader.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 48px;
  border-style: none;
  border-color: #00000017;
  border-radius: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: visible;
}

.gallery-image-sizer {
  transform-style: preserve-3d;
}

.docu-list {
  color: #6d7379;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.docu-list.roadmap {
  margin-top: 20px;
  margin-bottom: 20px;
}

.docu-list-line {
  margin-bottom: 7px;
}

.docu-list-line-number {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #02c856;
  border-radius: 100px;
  width: 26px;
  height: 26px;
  font-size: 12px;
  font-weight: 700;
  line-height: 26px;
  display: inline-block;
  position: absolute;
}

.docu-list-line-text {
  margin-top: 3px;
  margin-left: 35px;
  font-weight: 400;
  display: inline-block;
}

.supportmail {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 300;
}

.docu-image-lightbox {
  cursor: pointer;
  border-radius: 0;
  margin-bottom: 0;
  transition: all .2s;
  display: block;
  box-shadow: 0 2px 7px #00000038;
}

.docu-image-lightbox:hover {
  opacity: 1;
  transform: scale(1.02);
}

.copyright {
  border-top: 1px solid #00000014;
  padding-top: 15px;
  padding-bottom: 15px;
}

.copyright-text {
  color: #373737;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-size: 11px;
  font-weight: 600;
}

.copyright-text.designby {
  color: #37373780;
  text-align: right;
  letter-spacing: 0;
  text-transform: none;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.license-list {
  border-bottom: 1px solid #37373733;
  margin-top: 50px;
  margin-bottom: 40px;
}

.license-list-item {
  border-top: 1px solid #37373733;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 95px;
}

.text-right {
  text-align: right;
}

.text-muted {
  opacity: .5;
}

.modal-dialog {
  z-index: 1000;
  background-color: #6d737961;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  inset: 0;
}

.modal-dialog-wrapper {
  z-index: 100;
  opacity: 0;
  background-color: #fff;
  border-radius: 3px;
  max-width: 740px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 70px 70px;
  display: block;
  position: relative;
  top: 50%;
  overflow: visible;
  transform: translate(0, -50%)scale(.75);
  box-shadow: 0 5px 17px #00000026;
}

.modal-dialog-header {
  color: #373737;
  text-align: center;
  text-transform: none;
  background-color: #ffffff0a;
  border-style: none none dashed;
  border-bottom-width: 1px;
  border-bottom-color: #3737377a;
  margin: -50px -70px 50px;
  padding: 40px 50px;
  font-family: Raleway, sans-serif;
  font-size: 28px;
  font-weight: 300;
}

.modal-dialog-pexels, .modal-dialog-unsplash {
  opacity: 0;
  display: none;
}

.modal-dialog-content {
  max-height: 50vh;
  position: relative;
  overflow: scroll;
}

.license-image-thumbnail {
  box-shadow: none;
  border-radius: 3px;
  width: 100px;
  height: 100px;
  margin-bottom: 0;
  line-height: 80px;
}

.license-image-title {
  padding-left: 20px;
  font-weight: 600;
  display: inline-block;
}

.license-list-link {
  border-right: 1px #000;
  margin-left: 20px;
  margin-right: 10px;
}

.modal-dialog-creative-commons {
  opacity: 0;
  display: none;
}

.team-widget-photo-container {
  background-color: #96a0a8;
  border-radius: 100px;
  width: 110px;
  height: 110px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.docu-anker {
  opacity: 0;
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
  top: -10px;
  left: 0;
  right: 0;
}

.breadcrumb-container {
  background-color: #fafafa;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.footer-logo {
  margin-top: 26px;
}

.services-box {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.unordered-list {
  margin-top: 0;
}

.columns, .product-column {
  margin-bottom: 32px;
}

.paragraph {
  margin-top: 24px;
}

.link {
  color: var(--dark-slate-grey);
}

.div-block {
  border-bottom: 5px solid var(--dodger-blue);
  background-image: url('../images/matt-thomas.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 480px;
}

.success-message {
  background-color: var(--lime-green);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  padding: 20px;
}

.estimate-form {
  background-color: var(--gold-links);
  color: #373737;
  border-radius: 48px;
  flex-direction: column;
  padding: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.column-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.gallery-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row-reverse wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.collection-item {
  width: 30%;
}

.lightbox-link {
  height: 100%;
}

.hero-image {
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
}

.div-block-2 {
  background-image: linear-gradient(to top, #1298ffe6 20%, #fff0 20%);
  width: 100%;
  height: 100%;
}

.phone {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.phone.last {
  margin-right: 0;
}

.div-block-3 {
  background-color: var(--dodger-blue);
  text-align: right;
  justify-content: space-around;
  padding: 10px 30px;
  display: flex;
}

.text-span {
  text-decoration: underline;
}

.special-heading {
  color: var(--dodger-blue);
  text-shadow: 0 1px #203492, -1px 0 #203492, 0 -1px #203492, 1px 0 #203492;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 150px;
  font-weight: 900;
  line-height: 1em;
  transform: rotate(-90deg);
}

.accordion-answer {
  margin-top: 15px;
  margin-bottom: 0;
}

.question {
  margin-bottom: 0;
}

.accordion-answer-wrap {
  padding-bottom: 0;
  overflow: hidden;
}

.accordion-wrapper {
  border: 1px solid #dee3ff;
  border-radius: 10px;
  overflow: hidden;
}

.special-heading-wrap {
  color: #203492;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 310px;
  display: flex;
}

.lottie {
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-right: 15px;
}

.answer-wrap {
  display: block;
}

.accordion-grid {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 5fr 1fr;
  position: relative;
}

.accordion-faq {
  cursor: pointer;
  border-bottom: 1px solid #dee3ff;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
  overflow: hidden;
}

.more-button-text-2 {
  color: var(--dodger-blue);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: inline;
}

.more-button-2 {
  text-align: left;
  margin-top: 20px;
  text-decoration: none;
  display: block;
}

.more-button-2.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.more-button-icon-2 {
  float: none;
  border: 2px solid var(--dodger-blue);
  color: var(--dodger-blue);
  text-align: center;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  font-size: 11px;
  font-weight: 600;
  line-height: 28px;
  transition: all .2s;
  display: inline-block;
}

.more-button-icon-2:hover {
  border-color: var(--dodger-blue);
  background-color: var(--dodger-blue);
  color: #fff;
}

.btn-2 {
  color: #fff;
  background-color: #02c856;
  border: 2px solid #02c856;
  border-radius: 30px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  transition: all .2s;
}

.btn-2:hover {
  color: #02c856;
  background-color: #0000;
  border: 2px solid #02c856;
}

.btn-2.w--current {
  background-color: #c9ac7a;
}

.contact-phone-link {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}

.location-information {
  align-items: center;
}

.location-wrapper {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.div-block-4, .div-block-5 {
  width: 50%;
}

.map {
  flex: 1;
  display: none;
}

.location-information {
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  width: 100%;
  padding: 100px 32px;
  display: block;
}

.location-details {
  background-color: #ededed;
  align-self: flex-start;
  width: 100%;
  padding: 36px;
}

.list {
  margin-top: 0;
  font-weight: 600;
  list-style-type: none;
}

.address-wrapper {
  color: #000;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.address-icon {
  height: 36px;
  margin-bottom: 0;
  margin-right: 6px;
}

.location-info {
  flex: 0 auto;
  margin-bottom: 16px;
  font-size: 26px;
  line-height: 150%;
  display: block;
}

.phone-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 36px;
  display: none;
}

.heading {
  background-color: #0000;
}

.location-heading {
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
}

.location-section-wrapper {
  align-items: flex-start;
  margin-bottom: 32px;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.location-story {
  text-align: left;
}

.location-story.amelia-island {
  display: none;
}

.dropdown-list {
  background-color: #fff;
}

.link-block {
  width: 100%;
  height: 100%;
  position: absolute;
}

.link-block.w--current {
  inset: 0;
}

.section-2 {
  background-color: #12ffdb;
  padding-top: 70px;
  padding-bottom: 70px;
}

.pupose-heading {
  text-align: center;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
}

._3-main-things {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  line-height: 180%;
  list-style-type: decimal;
}

.list-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-2 {
  text-align: center;
}

.responsive-image {
  width: 100%;
  max-width: 480px;
  margin-bottom: 0;
}

.img-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-3 {
  text-align: center;
  margin-bottom: 30px;
}

.gallery-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--dodger-blue);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.gallery-menu-item {
  color: #fff;
  margin-bottom: 8px;
  text-decoration: none;
  display: block;
}

.gallery-menu-item.w--current {
  font-weight: 700;
}

.gallery-menu-wrapper {
  z-index: 3;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--dodger-blue);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60px;
  display: flex;
  position: sticky;
  top: 90px;
  left: 0;
}

.navbar {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.gallery-menu-heading {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
}

.icon-2 {
  color: #fff;
  font-size: 18px;
}

.dropdown {
  z-index: 2;
  width: 100%;
}

.dropdown-list-2.w--open {
  z-index: 99999;
  display: 10pxpx;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--dodger-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 16px 21px;
}

.div-block-7 {
  width: 100%;
}

.container-2 {
  display: flex;
}

.left-image {
  background-color: #000;
  background-image: url('../images/after.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 600px;
  position: relative;
}

.right-image {
  z-index: 1;
  background-color: #000;
  background-image: url('../images/before.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  height: 600px;
  position: relative;
}

.handle {
  cursor: ew-resize;
  background-color: #000;
  width: 5px;
  height: 100%;
  position: absolute;
  inset: 0 0 auto auto;
}

.contain {
  width: 1000px;
  height: 600px;
  display: flex;
}

.shower-door-slider-bandf {
  width: 450px;
}

.slider-container {
  width: 100%;
  height: 600px;
  margin-top: 32px;
}

.grid {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-paragraph {
  font-size: 16px;
}

.footer-paragraph.white {
  color: #fff;
}

.intro-paragragh-container {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.intro-paragraph-text {
  flex: 0 auto;
  width: 70%;
}

.intro-paragraph-image-container {
  width: 30%;
}

.image-5 {
  width: 100%;
}

.services-left-container {
  padding-left: 24px;
}

.service-wrapper {
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.image-container {
  object-fit: cover;
  max-width: 50px;
  margin-right: 24px;
  overflow: hidden;
}

.lightbox-link-2 {
  align-items: center;
}

.lightbox-image {
  object-fit: cover;
  margin-bottom: 0;
}

.service-title {
  font-family: Raleway, sans-serif;
  font-size: 32px;
}

.heading-4 {
  margin-bottom: 24px;
}

.sitemap-item {
  width: 100%;
}

.heading-5 {
  text-align: right;
}

.heading-5.white {
  color: #fff;
}

.footer-left {
  width: 60%;
}

.footer-right {
  flex: 1;
}

.section-copy {
  background-color: #fff;
  padding: 90px 40px;
  position: relative;
}

.section-copy.bg-grey {
  background-color: #fafafa;
}

.section-copy.b-b {
  border-bottom: 1px solid #e7e9eb;
}

.section-copy.nav-top.contact-bg {
  background-image: linear-gradient(#63636380, #63636380), url('../images/windows-on-the-wall.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 0;
}

.section-copy.large-teaser {
  background-color: #fafafa;
}

.section-copy.large-teaser.large-teaser-title-bg {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-copy.large-teaser.large-teaser-title-bg.page-title {
  margin-top: 130px;
}

.section-copy.large-teaser.large-teaser-title-bg.page-title.bg-about {
  background-image: linear-gradient(#1298ffd1, #1298ffd1), url('../images/interior-of-a-building-with-white-walls.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 0;
}

.section-copy.large-teaser.large-teaser-title-bg.page-title.bg-service {
  opacity: 1;
  background-image: linear-gradient(#1298ff6b, #1298ff6b), url('../images/ponte-vedra-home-exterior-glass.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 0;
  padding-top: 160px;
  padding-bottom: 160px;
}

.section-copy.large-teaser.large-teaser-title-bg.page-title.bg-products {
  opacity: 1;
  background-image: url('../images/modern-mansion-with-patio.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-copy.large-teaser.large-teaser-title-bg.bg-about {
  background-image: linear-gradient(#32439c69, #32439c69), url('../images/interior-of-a-building-with-white-walls.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-copy.video, .section-copy.team {
  display: none;
}

.section-copy.nav-top {
  margin-top: 55px;
}

.section-copy.nav-top.bg-grey {
  margin-top: 0;
}

.footer-top {
  background-color: var(--dodger-blue);
  align-items: flex-start;
  padding: 90px 40px;
  display: flex;
  position: relative;
}

.footer-top.bg-grey {
  background-color: #fafafa;
}

.footer-top.b-b {
  border-bottom: 1px solid #e7e9eb;
}

.footer-top.nav-top.contact-bg {
  background-image: linear-gradient(#63636380, #63636380), url('../images/windows-on-the-wall.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 0;
}

.footer-top.large-teaser {
  background-color: #fafafa;
}

.footer-top.large-teaser.large-teaser-title-bg {
  padding-top: 70px;
  padding-bottom: 70px;
}

.footer-top.large-teaser.large-teaser-title-bg.page-title {
  margin-top: 130px;
}

.footer-top.large-teaser.large-teaser-title-bg.page-title.bg-about {
  background-image: linear-gradient(#1298ffd1, #1298ffd1), url('../images/interior-of-a-building-with-white-walls.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 0;
}

.footer-top.large-teaser.large-teaser-title-bg.page-title.bg-service {
  opacity: 1;
  background-image: linear-gradient(#1298ff6b, #1298ff6b), url('../images/ponte-vedra-home-exterior-glass.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 0;
  padding-top: 160px;
  padding-bottom: 160px;
}

.footer-top.large-teaser.large-teaser-title-bg.page-title.bg-products {
  opacity: 1;
  background-image: url('../images/modern-mansion-with-patio.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-top.large-teaser.large-teaser-title-bg.bg-about {
  background-image: linear-gradient(#32439c69, #32439c69), url('../images/interior-of-a-building-with-white-walls.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.footer-top.video, .footer-top.team {
  display: none;
}

.footer-top.nav-top {
  margin-top: 55px;
}

.footer-top.nav-top.bg-grey {
  margin-top: 0;
}

.locations-phone {
  font-size: 36px;
  font-weight: 700;
}

.locations-map-info-wrapper, .location-map-wrapper {
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
}

.dropdown-2 {
  font-size: 16px;
}

.background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.play-pause-button {
  display: none;
}

.div-block-8 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav-link.cta.sticky {
  z-index: 9999;
  background-color: var(--lime-green);
  align-items: center;
  width: 148px;
  height: 90px;
  position: fixed;
  top: -94px;
  right: 0;
}

.estimate-button-mobile, .contact-us-dropdown-button {
  display: none;
}

.nav-menu-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.dropdown-toggle {
  width: 100%;
}

.icon-3 {
  width: 15px;
}

.mobile-directions {
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}

.navigate-icon {
  height: 36px;
  margin-bottom: 0;
  margin-right: 6px;
}

.navigate-text {
  flex: 0 auto;
  font-size: 26px;
  line-height: 150%;
}

.phone-icon {
  height: 36px;
  margin-bottom: 0;
  margin-right: 6px;
}

.call-link {
  flex: 0 auto;
  font-size: 26px;
  line-height: 150%;
}

.map-locations-page {
  flex: 1;
  width: 100%;
  margin-bottom: 16px;
}

.location-image {
  background-image: url('../images/ponte-vedra-home-exterior-glass.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 530px;
  margin-bottom: 48px;
}

.location-image.amelia-island, .location-image.st-simons {
  background-image: url('../images/hero-island-glass-fleet.jpg');
  background-position: 50%;
  background-size: cover;
}

.background-video-2, .bg-vid-st-simons, .bg-vid-amelia-island {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.product {
  padding-top: 99px;
  padding-bottom: 99px;
}

.grid-2 {
  grid-template-rows: .25fr 6fr;
  grid-template-columns: .25fr 1fr;
}

.grid-3 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

.collection-item-2 {
  flex: 0 auto;
  width: 100%;
  height: 200px;
}

.collection-list-2 {
  justify-content: space-between;
  align-items: center;
  height: 420px;
  display: flex;
}

.collection-list-wrapper-2 {
  background-image: url('../images/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.collection-item-3 {
  background-image: url('../images/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 450px;
  height: 170px;
}

.collection-list-wrapper-3 {
  flex-direction: column;
  align-items: center;
}

.div-block-9 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.collection-item-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-8 {
  width: 100px;
  height: 1px;
}

.image-9 {
  background-image: url('../images/background-image.svg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.div-block-10 {
  border-bottom: 2px solid #0000003d;
  margin-bottom: 16px;
}

.product-finish-heading {
  text-align: center;
  margin-bottom: 24px;
  font-size: 27px;
  font-weight: 700;
  text-decoration: underline;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  margin-bottom: 8px;
  font-style: normal;
}

.collection-item-6 {
  background-image: url('../images/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 360px;
}

.grid-4 {
  grid-template-rows: 24px auto;
  grid-template-columns: 1fr;
}

.collection-list-wrapper-4 {
  background-color: #00000036;
  padding: 16px;
}

.div-block-11 {
  z-index: 99999;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.image-10 {
  border-radius: 16px;
  width: 100%;
  box-shadow: 0 1px 3px #0000004d;
}

.div-block-12 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-6 {
  grid-template-columns: 1fr;
}

.gallery-heading {
  z-index: 1;
  color: #000;
  background-color: #fff;
  padding-left: 16px;
  font-size: 21px;
  position: sticky;
  top: 149px;
}

.body-2 {
  background-color: #fff;
}

.h1-wrapper {
  background-color: #1298ff78;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.icon-4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}

.intro-card {
  background-color: #fff;
  border-radius: 24px;
  min-width: 600px;
  box-shadow: 1px 1px 10px #00000040;
}

.slider {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}

.slide-nav {
  float: left;
  width: 230px;
  margin-left: 109px;
  display: flex;
  position: absolute;
  bottom: 64px;
  left: 0;
  transform: translate(-81px)scale(.7);
}

.icon-5 {
  object-fit: scale-down;
}

.right-arrow {
  color: #000;
}

.i-c-heading {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 50px;
  font-weight: 400;
  line-height: 110%;
}

.primary {
  float: right;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #188bdf;
  border-radius: 40px;
  margin-bottom: 44px;
  margin-right: 3px;
  padding: 16px 38px;
  font-size: 21px;
  font-weight: 700;
  line-height: 150%;
  box-shadow: 3px 3px #000;
}

.left-arrow-2 {
  margin-left: 1px;
  margin-right: 1px;
}

.i-c-intro {
  text-align: center;
}

.slide-3 {
  padding-bottom: 78px;
}

.slider-card-slide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: 62px auto;
  grid-template-columns: 1.25fr 2.25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.image-11 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.grid-7 {
  grid-template-rows: auto auto auto;
  height: 100%;
  padding-left: 32px;
}

.logo-2 {
  width: 114px;
  margin-bottom: 8px;
}

.testimonial-image-block {
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  height: 500px;
  display: flex;
  position: relative;
}

.arrow-disabled {
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 20px 36px;
  display: flex;
}

.quote-image {
  min-width: 70px;
  position: absolute;
  top: -25px;
  left: -15px;
}

.testimonial-paragraph {
  color: #546681;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}

.slide-nav-2 {
  display: none;
}

.icon-6 {
  color: #4c4172;
}

.testimonial-columns {
  align-items: stretch;
  display: flex;
}

.testimonial-author-wrap {
  margin-bottom: 32px;
}

.right-arrow-2 {
  display: none;
  inset: auto 35% 0% auto;
}

.testimonial-image {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.left-arrow {
  display: none;
  position: absolute;
  inset: auto 40% 0% auto;
}

.author-name {
  margin-top: 0;
}

.slider-right {
  border-radius: 45px 0 45px 45px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
}

.slider-arrow-wrap {
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider {
  background-color: #fff;
  border-radius: 24px;
  height: 100%;
}

.arrow {
  width: 28px;
}

.testimonial-content-wrap {
  flex-direction: column;
  align-items: flex-end;
  width: 50%;
  padding: 25px 25px 25px 55px;
  display: flex;
}

.slider-left {
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  margin-right: 15px;
  padding: 15px 36px;
  display: flex;
  box-shadow: 1px 1px 45px #0016321a;
}

.testimonial-content-block {
  max-width: 590px;
  position: relative;
}

.button {
  border-radius: 30px;
}

.get-quote-sticky {
  background-color: red;
  padding: 16px;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
}

.inline-link {
  color: var(--gold-links);
  font-weight: 600;
  text-decoration: underline;
}

.center {
  text-align: center;
}

.hide {
  display: block;
}

._w-h-b-heading {
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 1px #000;
  margin-bottom: 15px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.5rem;
}

.section-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#27009494, #27009494), url('../images/jacksonville-pier-sunrise.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-clip: border-box;
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 8rem 6rem;
}

.section-4 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.section-5 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.div-block-13 {
  text-align: left;
  border-radius: 24px;
}

.get-offer-button {
  z-index: 0;
  padding: 1.6rem 2.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.78%;
  box-shadow: 0 2px 5px #0003;
}

.get-offer-button.form {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 21px;
}

.get-offer-button.full-width {
  text-align: center;
  width: 100%;
  padding-top: 1.9rem;
  padding-bottom: 1.9rem;
}

.success-message-2 {
  background-color: var(--lime-green);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  padding: 20px;
}

.section-6 {
  background-color: var(--dodger-blue);
  padding-top: 64px;
  padding-bottom: 64px;
}

.form-block {
  background-color: #0000001a;
  border-radius: 20px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
}

.text-field {
  margin-bottom: 20px;
}

.field-label, .field-label-2, .field-label-3 {
  font-weight: 400;
  margin-bottom: 16px;
}

.field-label-4 {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  margin-bottom: 16px;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  font-weight: 400;
}

.image-12 {
  max-width: 400px;
}

.html-embed {
  display: inline;
}

.slide-image {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 65vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.speaker-slide-content {
  z-index: 100;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 36px;
  display: flex;
  position: relative;
}

.speakers-hero-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-top: 32px;
  display: flex;
}

.speaker-slider {
  background-color: #0000;
  justify-content: center;
  height: 100%;
  display: flex;
}

.slide-nav-3 {
  display: none;
}

.clip-text {
  overflow: hidden;
}

.clip-text.speaker-headding {
  margin-top: -48px;
  margin-bottom: 36px;
  margin-left: 6px;
}

.speaker-slider-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.speaker-image {
  background-image: url('../images/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 101%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.speaker-image.four {
  background-image: url('../images/Portrait0018.jpeg');
  background-position: 50% 0;
}

.speaker-image.five {
  background-image: url('../images/Portrait006.jpg');
  background-position: 0 0;
  width: 101%;
}

.speaker-image.three {
  background-image: url('../images/Portrait001.jpg');
  background-position: 100% 0;
  margin-right: 0;
}

.speaker-image.one {
  background-image: url('../images/shower-glass.jpg');
}

.speaker-image.six {
  background-image: url('../images/after.jpg');
  background-position: 50% 0;
}

.speaker-image.two {
  background-image: url('../images/Portrait002.jpg');
}

.speaker-slide-mask {
  width: 33.33%;
  overflow: visible;
}

.speaker-info {
  max-width: 500px;
  margin-bottom: 36px;
}

.speaker-name {
  z-index: 10;
  color: var(--light-grey);
  -webkit-text-stroke-width: 0px;
  text-shadow: 0 2px 4px var(--text-light-grey);
  font-size: 50px;
  position: relative;
}

.slide-arrow {
  width: 18px;
}

.speaker-image-cover {
  z-index: 10;
  opacity: 1;
  cursor: pointer;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  height: 101%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.speaker-arrow {
  background-color: #1e2029;
  border: 1px #ffffff0a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 0;
  display: flex;
  inset: auto 5vw 5vw auto;
}

.speaker-arrow.left {
  margin-right: 72px;
  left: auto;
  right: 5vw;
}

.body-display {
  color: #8a94a6;
  line-height: 1.55em;
}

.body-display.large {
  font-size: 18px;
  line-height: 1.6em;
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.slider__mask {
  position: static;
  overflow: visible;
}

.slide {
  position: static;
  inset: 0%;
  overflow: visible;
}

.slider-2 {
  background-color: #0000;
  flex: none;
  width: 300px;
  height: 400px;
}

.page-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  overflow: hidden;
}

.slider__icon {
  font-size: 24px;
  font-weight: 700;
}

.slider__nav {
  padding-top: 40px;
  padding-bottom: 40px;
}

.slide__image {
  z-index: 1;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: 0 10px 10px #00000080;
}

.slide__image.previous {
  z-index: 0;
  transform-origin: 50%;
  transform: translate(-69px)rotate(-3deg)scale(.8);
}

.slide__image.current {
  z-index: 2;
  transform-origin: 50%;
}

.slide__image.next {
  z-index: 1;
  transform-origin: 50%;
  transform: translate(69px)rotate(3deg)scale(.8);
}

.slider__arrow {
  color: #101010;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .2s, background-color .2s;
  display: flex;
  box-shadow: 0 8px 20px #0006;
}

.slider__arrow:hover {
  color: #fff;
  background-color: #000;
}

.slider__arrow.left {
  transform: translate(-50%);
}

.slider__arrow.right {
  transform: translate(50%);
}

.landing-page-h2 {
  text-align: left;
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 500;
}

.sale-text {
  color: var(--gold-links);
  font-weight: 600;
}

.intro-headings-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
}

.tiny-logo {
  height: 30px;
  margin-bottom: 0;
}

.micro-text {
  text-transform: uppercase;
  font-size: 12px;
  font-style: italic;
}

.html-embed-2 {
  z-index: 9999;
}

.sticky-wrapper {
  z-index: 9999;
  position: sticky;
  top: 0;
}

.underline {
  color: var(--tomato);
  font-weight: 700;
  text-decoration: underline;
}

.offer-list {
  color: var(--dark-slate-grey);
  margin-top: 0;
  font-size: 1.125rem;
}

.bold-text {
  display: block;
}

.body-3 {
  color: var(--dodger-blue);
}

.container-3 {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 54%;
  grid-auto-columns: 1fr;
  align-items: start;
  max-width: 1080px;
  line-height: 3px;
  display: grid;
}

.offer-call-us {
  color: #fff;
}

.location-copy {
  color: var(--tomato);
}

.shower-sale-grid {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.container-quote-page {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.required-red {
  color: var(--tomato);
  margin-left: 4px;
}

.select-field {
  margin-bottom: 25px;
}

.recaptcha {
  margin-bottom: 22px;
}

.landing-page-contact-wrapper {
  background-color: var(--dodger-blue);
  text-align: right;
  justify-content: space-around;
  padding: 10px 30px;
  display: flex;
}

.get-estimate-h1 {
  color: #fff;
}

.landing-page-contact-wrapper-copy {
  background-color: var(--dodger-blue);
  text-align: right;
  justify-content: space-around;
  padding: 10px 30px;
  display: flex;
}

.get-quote-contact-bar {
  grid-template: "."
  / 1fr 1fr 1fr 1fr;
  width: 100%;
}

.accordion {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.accordion.js-accordion {
  padding-top: 36px;
}

.js-accordion-icon {
  height: 28px;
  transition: transform .2s;
}

.js-accordion-icon.active {
  transform: rotate(90deg);
}

.faq-image {
  width: 100%;
  margin-top: 40px;
}

.accordion-header {
  color: #2e323c;
  align-items: center;
  display: flex;
}

.accordion-header.js-accordion-header {
  cursor: pointer;
}

.accordion_item-image {
  width: 40px;
  margin-bottom: 0;
  padding-left: 7px;
}

.faq-button {
  background-color: #ffb223;
  border-radius: 3px;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  transition: background-color .2s;
}

.faq-button:hover {
  background-color: #ffd17b;
}

.accoridon-title {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 24px;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}

.faq-wrapper {
  background-color: #0000;
  max-width: 1200px;
}

.faq-video {
  margin-top: 40px;
}

.accordion__item {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #2e323c17;
}

.accordion__item:hover {
  box-shadow: 0 3px 9px #2e323c17;
}

.accordion__item.js-accordion-item {
  padding-bottom: 20px;
}

.accordion__item.js-accordion-item.active {
  cursor: default;
}

.accordion-body {
  color: #9096a4;
  padding-left: 8px;
  padding-right: 8px;
  display: block;
}

.accordion-body.js-accordion-body {
  color: #9096a4;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-body__contents {
  opacity: 1;
  color: #9096a4;
  margin-top: 8px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
}

.accordion-title-location-highlight {
  color: var(--lime-green);
}

.video {
  z-index: 9;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-14 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.additional-locations {
  margin-top: 32px;
  margin-bottom: 32px;
}

.additonal-location {
  margin-bottom: 8px;
}

.service-location-list {
  align-items: center;
  height: 100px;
  margin-bottom: 32px;
  display: flex;
  overflow: hidden;
}

.cell {
  justify-content: center;
  align-items: center;
}

.service-location-link {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
}

.image-15 {
  height: 100%;
}

.cell-2 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}

.heading-6 {
  text-align: center;
}

.heading-7 {
  display: inline-block;
}

.heading-8 {
  margin-left: 8px;
  display: inline-block;
}

.page-wrap {
  position: relative;
}

.div-block-15 {
  z-index: 9999999;
  position: sticky;
  top: 0;
}

.heading-highlight {
  color: var(--dodger-blue);
  text-transform: uppercase;
  font-weight: 900;
  text-decoration: underline;
}

.subheading {
  color: var(--light-grey);
  text-transform: capitalize;
  font-size: 1rem;
  line-height: 3rem;
}

.margin-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-bottom.margin-small {
  padding-bottom: 1rem;
}

html.w-mod-js [data-ix="fadein-sroll-lazyload"] {
  opacity: 0;
}

html.w-mod-js [data-ix="project-detail-image-fade-in"], html.w-mod-js [data-ix="hero-fade-in-onload"], html.w-mod-js [data-ix="blogpost"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="hero-loadbar"] {
  width: 0;
}

@media screen and (min-width: 1280px) {
  .nav-link.cta {
    background-color: var(--click-me-orange);
  }

  .section.nav-top.contact-bg {
    background-image: linear-gradient(#1298ff, #1298ff), url('../images/windows-on-the-wall.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .text-white {
    text-align: center;
    line-height: 70px;
  }

  .text-white.contact-form-text {
    text-align: left;
    margin-bottom: 32px;
    line-height: 40px;
  }

  .contact-form-input {
    background-color: #fffefe;
  }

  .estimate-form {
    text-align: left;
    max-width: 600px;
  }

  .location {
    color: #fff;
  }

  .grid {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .get-offer-button {
    background-color: var(--click-me-orange);
  }

  .container-quote-page {
    grid-column-gap: 16px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(auto-fit, 100%);
    grid-auto-columns: 1fr;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .estiamate-phone-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .text-block-6 {
    margin-bottom: 11px;
  }

  .get-estimate-h1 {
    color: var(--lime-green);
    text-align: center;
    margin-bottom: 32px;
    line-height: 70px;
  }

  .get-estimate-h1.contact-form-text {
    text-align: left;
    margin-bottom: 32px;
    line-height: 40px;
  }

  .service-location-list {
    align-items: center;
    height: 100px;
    margin-bottom: 32px;
    display: flex;
    overflow: hidden;
  }

  .cell {
    justify-content: center;
    align-items: center;
  }

  .service-location-link {
    flex: 0 auto;
  }

  .image-15 {
    height: 100%;
  }

  .cell-2 {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .quick-stack {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 49px;
    line-height: 54px;
  }

  h2 {
    color: var(--dark-slate-grey);
    font-size: 34px;
    line-height: 41px;
  }

  p {
    color: var(--dark-slate-grey);
  }

  .hero {
    border-radius: 32px;
  }

  .text-center.text-white._404 {
    font-size: 59px;
  }

  .menu-wrapper {
    z-index: 9999;
    display: flex;
  }

  .nav-link {
    color: #fff;
    text-align: center;
    height: 16.6%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 20px;
    font-size: 32px;
    line-height: 60px;
    display: block;
  }

  .nav-link:hover, .nav-link.w--current {
    color: #fff;
  }

  .nav-link.cta {
    bottom: 0;
  }

  .nav-menu {
    background-color: var(--dodger-blue);
    overflow: scroll;
  }

  .brand {
    object-fit: scale-down;
    flex: none;
  }

  .section {
    padding: 70px 0;
  }

  .section.bg-grey {
    padding-left: 0;
    padding-right: 0;
  }

  .section.b-b {
    border-bottom-color: #0000;
    padding-left: 0;
    padding-right: 0;
  }

  .section.video {
    display: block;
  }

  .teaser-link.teaser-feature, .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-submenu {
    display: inline-block;
  }

  .nav-link-submenu-item {
    padding-right: 0;
    line-height: 55px;
    display: block;
    position: relative;
  }

  .nav-link-submenu-item.nav-link.black {
    color: var(--dark-slate-grey);
  }

  .submenu {
    opacity: 1;
    background-color: #0000;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    display: none;
    position: relative;
    top: 0;
    transform: none;
  }

  .submenu-item-link {
    line-height: 18px;
  }

  .submenu-icon {
    float: right;
    color: #ffffff80;
    display: none;
    position: relative;
    right: 0;
  }

  .blog-widget {
    margin-bottom: 40px;
  }

  .blog-widget-sizer {
    padding-top: 150%;
  }

  .blog-widget-title {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
  }

  .blog-widget-button {
    margin-left: 30px;
    margin-right: 30px;
  }

  .blog-widget-headline {
    font-size: 22px;
    line-height: 30px;
  }

  .contact-form {
    margin-top: 40px;
  }

  .contact-form-map-container {
    z-index: 2;
    max-height: 100vh;
    display: none;
    position: fixed;
    overflow: scroll;
  }

  .menu-button {
    color: #02c856;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    display: flex;
  }

  .menu-button.w--open {
    z-index: 99999;
    color: #373737;
    background-color: #0000;
  }

  .menu-button.scroll {
    z-index: 9999;
    position: fixed;
  }

  .contact-form-text-wrapper {
    margin-top: 0;
  }

  .copyright {
    padding-left: 40px;
    padding-right: 40px;
  }

  .icon {
    color: var(--dark-slate-grey);
    border-radius: 100%;
    flex: none;
    font-size: 50px;
    line-height: 100%;
  }

  .div-block {
    background-position: 50% 100%;
  }

  .contact-bar {
    z-index: 9999;
    color: var(--dark-slate-grey);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translate(0, 257px);
  }

  .phone.golden-isles, .phone.last {
    text-align: center;
  }

  .div-block-3 {
    background-color: var(--dark-slate-grey);
    color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .location {
    display: block;
  }

  .hyphen {
    display: none;
  }

  .special-heading {
    transform: none;
  }

  .special-heading-wrap {
    width: auto;
    height: auto;
  }

  .accordion-grid {
    grid-row-gap: 50px;
  }

  .map {
    flex: none;
    width: 100%;
    display: none;
  }

  .location-details {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .location-info {
    margin-bottom: 18px;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .dropdown-list.w--open {
    display: none;
  }

  .link-block {
    inset: 0%;
  }

  .gallery-menu-item {
    font-size: 18px;
    line-height: 150%;
  }

  .gallery-menu-wrapper {
    flex-direction: column;
    height: 100%;
  }

  .shower-door-slider-bandf {
    width: 100%;
    height: auto;
  }

  .grid {
    flex: 0 auto;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    font-size: 21px;
  }

  .section-copy, .footer-top {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .dropdown-2 {
    width: 100%;
    height: 16.6%;
    display: block;
  }

  .div-block-8 {
    padding-left: 37px;
    padding-right: 37px;
  }

  .estimate-button-mobile {
    background-color: var(--tomato);
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    display: block;
  }

  .contact-us-dropdown-button {
    background-color: var(--dodger-blue);
    color: #fff;
    text-transform: uppercase;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 30px;
    padding: 32px 48px;
    display: flex;
    position: relative;
    top: 0;
  }

  .close-text {
    z-index: 5;
    opacity: 0;
    position: absolute;
  }

  .text-block {
    z-index: 1;
    position: absolute;
  }

  .nav-menu-wrapper {
    width: 100%;
    height: 100%;
  }

  .icon-3 {
    display: none;
  }

  .location-image.jax-beach {
    background-image: url('../images/jax-beach-storefront-cropped.jpg');
    background-position: 50%;
    background-size: cover;
    height: 400px;
    margin-bottom: 24px;
  }

  .location-image.amelia-island {
    height: 400px;
    margin-bottom: 24px;
  }

  .location-image.st-simons {
    background-image: url('../images/jax-beach-storefront-cropped.jpg');
    background-position: 50%;
    background-size: cover;
    height: 400px;
    margin-bottom: 24px;
  }

  .image-6 {
    height: 25px;
  }

  .contact-bar-text-wrapper {
    text-align: center;
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .image-6-copy {
    height: 25px;
  }

  .close-open-icon {
    height: 24px;
    margin-bottom: 0;
  }

  .div-block-11 {
    bottom: 70px;
  }

  .body {
    padding-top: 0;
  }

  .column-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-image-block {
    padding: 30px;
  }

  ._w-h-b-heading {
    text-align: center;
    font-size: 2.5rem;
  }

  .section-3 {
    padding: 3.75rem 1rem 1rem;
  }

  .div-block-13 {
    margin-left: 32px;
  }

  .slide-image {
    height: 50vh;
    min-height: 500px;
  }

  .clip-text.speaker-headding {
    margin-top: -36px;
    margin-bottom: 24px;
  }

  .speaker-slide-mask {
    width: 65%;
  }

  .speaker-info {
    max-width: 470px;
  }

  .speaker-name {
    font-size: 52px;
  }

  .page-wrapper {
    margin-top: 4rem;
  }

  .intro-headings-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .offer-list {
    font-size: 1.8rem;
  }

  .container-3 {
    grid-template-rows: 22% auto;
    grid-template-columns: repeat(auto-fit, 100%);
    padding-bottom: 50px;
  }

  .offer-call-us {
    width: 100%;
  }

  .shower-sale-grid {
    flex: 0 auto;
    justify-content: center;
    justify-items: center;
    font-size: 21px;
  }

  .landing-page-contact-bar {
    z-index: 9999;
  }

  .html-embed-3 {
    min-height: 60px;
  }

  .get-quote-contact-bar {
    flex: 0 auto;
    justify-content: center;
    justify-items: center;
    font-size: 21px;
  }

  .image-13 {
    object-fit: cover;
    width: 40%;
  }

  .accordion {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 39px;
    line-height: 44px;
  }

  .hero-wrapper {
    height: 40%;
    top: 74%;
  }

  .text-center.text-white {
    font-size: 34px;
  }

  .text-center.page-title-headline.black {
    color: var(--dark-slate-grey);
  }

  .p-cover {
    margin-top: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .btn.primary {
    width: 100%;
  }

  .menu-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 19px;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.large-teaser.large-teaser-title-bg {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.large-teaser.large-teaser-title-bg.page-title.bg-service {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.large-teaser.large-teaser-title-bg.page-title.bg-amelia-island {
    background-image: url('../images/hero-island-glass-fleet.jpg');
    background-position: 50%;
    background-size: cover;
    height: 200px;
    margin-top: 0;
    padding: 0;
  }

  .section.large-teaser.large-teaser-title-bg.page-title.bg-service-locations {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.small-teaser.large-teaser-title-bg {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.small-teaser.large-teaser-title-bg.page-title.bg-service {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.small-teaser.large-teaser-title-bg.page-title.bg-amelia-island {
    background-image: url('../images/hero-island-glass-fleet.jpg');
    background-position: 50%;
    background-size: cover;
    height: 200px;
    margin-top: 0;
    padding: 0;
  }

  .section.small-teaser.large-teaser-title-bg.page-title.bg-service-locations, .section.small-teaser.large-teaser-title-bg.page-title.bg-product {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .teaser {
    height: 330px;
  }

  .gallery {
    margin-top: 60px;
  }

  .logo-slideshow-item {
    width: 33%;
    padding-left: 1%;
    padding-right: 1%;
  }

  .logo-slideshow-item-img {
    height: auto;
  }

  .icon-box {
    text-align: center;
  }

  .icon-box-icon {
    padding-bottom: 5px;
  }

  .sitemap {
    text-align: center;
  }

  .projects-list-title {
    font-size: 14px;
  }

  .blog-widget-sizer {
    padding-top: 50%;
  }

  .contact-form {
    padding: 60px;
  }

  .menu-button {
    color: #02c856;
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0;
  }

  .copyright {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .copyright-text {
    font-size: 13px;
  }

  .copyright-text.designby {
    text-align: left;
    padding-top: 5px;
  }

  .modal-dialog-wrapper {
    margin-left: 20px;
    margin-right: 20px;
    padding: 30px 40px 40px;
  }

  .modal-dialog-header {
    margin: -30px -40px 30px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .icon {
    border-radius: 100%;
  }

  .column {
    text-align: center;
  }

  .estimate-form {
    padding: 48px 24px;
  }

  .hero-image {
    background-position: 50% 100%;
    height: 60%;
  }

  .div-block-2 {
    background-image: linear-gradient(to top, #1298ffe6 52%, #fff0 36%);
  }

  .contact-bar {
    padding-left: 0;
    padding-right: 0;
    transition: top .2s ease-in;
  }

  .div-block-3 {
    text-align: center;
  }

  .map {
    flex: none;
    width: 100%;
    height: 200px;
    display: block;
  }

  .location-information {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .location-details {
    width: 100%;
    margin-top: 30px;
  }

  .address-wrapper {
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .address-icon {
    flex: none;
    height: 24px;
    margin-top: 9px;
  }

  .location-info {
    margin-bottom: 16px;
    font-weight: 400;
  }

  .phone-wrapper {
    color: #fff;
    background-color: #34da4f;
    border-radius: 11px;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    display: flex;
  }

  .location-section-wrapper {
    display: block;
  }

  .location-subheading {
    letter-spacing: 2px;
    font-weight: 700;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .gallery-menu {
    flex-direction: column;
    align-content: center;
    width: 100%;
  }

  .icon-2 {
    color: #fff;
    font-size: 20px;
  }

  .shower-door-slider-bandf {
    width: 100%;
    height: auto;
  }

  .heading-5 {
    text-align: center;
  }

  .footer-left {
    width: 100%;
    margin-bottom: 36px;
  }

  .section-copy {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-copy.large-teaser.large-teaser-title-bg {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .footer-top {
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer-top.large-teaser.large-teaser-title-bg {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .location-map-wrapper {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .mobile-directions {
    background-color: var(--dodger-blue);
    color: #fff;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding: 12px 36px;
    display: flex;
  }

  .mobile-directions.hide {
    display: none;
  }

  .navigate-icon {
    height: 40px;
  }

  .navigate-text {
    font-weight: 400;
  }

  .mobile-directions-wrapper {
    display: block;
  }

  .phone-icon {
    flex: none;
    height: 40px;
  }

  .call-link {
    font-weight: 400;
  }

  .text-block-3 {
    font-size: 26px;
  }

  .map-locations-page {
    flex: none;
    width: 100%;
    height: 200px;
    display: none;
  }

  .location-image.jax-beach {
    height: 200px;
  }

  .location-image.amelia-island {
    background-image: url('../images/hero-island-glass-fleet.jpg');
    height: 200px;
  }

  .location-image.st-simons {
    height: 200px;
  }

  .logo-2 {
    width: 130px;
  }

  .testimonial-image-block {
    width: 100%;
  }

  .testimonial-columns {
    flex-direction: column;
  }

  .testimonial-image {
    max-width: 390px;
  }

  .testimonial-content-wrap {
    width: 100%;
    padding-left: 25px;
  }

  ._w-h-b-heading {
    text-align: center;
    font-size: 1.9rem;
  }

  .div-block-13 {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .slide-image {
    min-height: 400px;
  }

  .speaker-slide-mask {
    width: 90%;
  }

  .speaker-name {
    font-size: 48px;
  }

  .page-wrapper {
    margin-top: 0;
  }

  .offer-list {
    flex: 1;
    padding-left: 0;
    list-style-type: none;
  }

  .offer-call-us {
    font-size: 16px;
  }

  .shower-sale-grid {
    grid-template-columns: 1fr;
  }

  .landing-page-contact-bar {
    padding-left: 0;
    padding-right: 0;
    transition: top .2s ease-in;
  }

  .landing-page-contact-wrapper, .landing-page-contact-wrapper-copy {
    text-align: center;
  }

  .get-quote-contact-bar {
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }

  .image-13 {
    flex: 1;
  }

  .accordion {
    width: 100%;
    margin-bottom: -16px;
  }

  .accoridon-title {
    margin-top: 8px;
  }

  .accordion__item {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 29px;
    line-height: 34px;
  }

  h2 {
    font-size: 30px;
    line-height: 36px;
  }

  h3 {
    font-size: 20px;
    line-height: 28px;
  }

  blockquote {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 25px;
  }

  .hero-wrapper {
    padding-left: 4%;
    padding-right: 4%;
    top: 86%;
  }

  .text-center.text-white {
    margin-top: 20px;
    font-size: 26px;
  }

  .text-center.text-white._404 {
    font-size: 29px;
    line-height: 54px;
  }

  .p-cover {
    margin-top: 20px;
  }

  .btn.scroll-down {
    bottom: 40px;
  }

  .menu-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-menu {
    z-index: 100;
  }

  .section {
    padding: 30px 10px 40px;
  }

  .section.bg-grey {
    background-color: #0000;
    padding-left: 0;
    padding-right: 0;
  }

  .section.large-teaser.large-teaser-title-bg.page-title {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.large-teaser.large-teaser-title-bg.page-title.bg-service {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.large-teaser.large-teaser-title-bg.page-title.bg-service.jax-beach {
    padding-top: 96px;
    padding-bottom: 100px;
  }

  .section.large-teaser.large-teaser-title-bg.page-title.bg-service-locations {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.large-teaser.large-teaser-title-bg.page-title.bg-service-locations.jax-beach {
    padding-top: 96px;
    padding-bottom: 100px;
  }

  .section.small-teaser.large-teaser-title-bg.page-title {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.small-teaser.large-teaser-title-bg.page-title.bg-service {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.small-teaser.large-teaser-title-bg.page-title.bg-service.jax-beach {
    padding-top: 96px;
    padding-bottom: 100px;
  }

  .section.small-teaser.large-teaser-title-bg.page-title.bg-service-locations {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.small-teaser.large-teaser-title-bg.page-title.bg-service-locations.jax-beach {
    padding-top: 96px;
    padding-bottom: 100px;
  }

  .section.small-teaser.large-teaser-title-bg.page-title.bg-product {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.small-teaser.large-teaser-title-bg.page-title.bg-product.jax-beach {
    padding-top: 96px;
    padding-bottom: 100px;
  }

  .p-large.text-center {
    line-height: 25px;
  }

  .teaser-wrapper {
    margin-top: 40px;
  }

  .teaser {
    height: 170px;
  }

  .teaser-label {
    top: 20px;
    left: 20px;
  }

  .teaser-title {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .teaser-headline {
    font-size: 24px;
  }

  .teaser-subtitle {
    display: none;
  }

  .gallery-item {
    background-color: #0000;
  }

  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .projects-filter-link {
    display: inline-block;
  }

  .project-detail-informations {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .nav-link-submenu {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link-submenu-item {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 60px;
  }

  .submenu {
    opacity: 1;
    background-color: #0000;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
    position: relative;
    top: 0;
    transform: none;
  }

  .blog-thumb-image-container {
    margin-top: 20px;
  }

  .blog-title {
    line-height: 34px;
  }

  .blog-text {
    margin-top: 10px;
  }

  .blog-widget-sizer {
    padding-top: 80%;
  }

  .blog-widget-title {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-widget-button {
    margin-left: 20px;
    margin-right: 20px;
    bottom: 20px;
  }

  .blog-widget-headline {
    font-size: 23px;
    line-height: 30px;
  }

  .contact-form {
    padding: 40px;
  }

  .contact-form-input {
    height: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .contact-form-map-container {
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    inset: 0;
    overflow: hidden;
  }

  .menu-button {
    color: #02c856;
  }

  .gallery-image-sizer {
    transform: scale3d(1none, 1none, 1none);
  }

  .copyright {
    padding-left: 10px;
    padding-right: 10px;
  }

  .license-list-item {
    line-height: 25px;
  }

  .license-image-title {
    padding-left: 0;
  }

  .estimate-form {
    padding: 32px 24px 24px;
  }

  .gallery-grid {
    grid-template-rows: minmax(200px, 480px);
    grid-template-columns: 1fr;
  }

  .hero-image {
    background-position: 50% 100%;
  }

  .div-block-2 {
    background-image: linear-gradient(to top, #1298ffe6 30%, #fff0 36%);
  }

  .div-block-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .location {
    display: block;
  }

  .hyphen {
    display: none;
  }

  .special-heading {
    font-size: 90px;
  }

  .accordion-answer-wrap {
    padding-left: 0;
  }

  .accordion-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .accordion-faq {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container {
    max-width: none;
  }

  .gallery-menu {
    justify-content: center;
  }

  .gallery-menu-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .shower-door-slider-bandf {
    width: 100%;
    height: auto;
  }

  .section-copy {
    padding: 30px 10px 40px;
  }

  .section-copy.large-teaser.large-teaser-title-bg.page-title {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-copy.large-teaser.large-teaser-title-bg.page-title.bg-service {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-top {
    padding: 30px 10px 40px;
  }

  .footer-top.large-teaser.large-teaser-title-bg.page-title {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .footer-top.large-teaser.large-teaser-title-bg.page-title.bg-service {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .estimate-button-mobile {
    background-color: var(--tomato);
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: 100%;
    font-family: Raleway, sans-serif;
    font-size: 19px;
    font-weight: 600;
  }

  .location-image.jax-beach, .location-image.amelia-island, .location-image.st-simons {
    height: 100px;
  }

  .body {
    color: #fff;
  }

  .testimonial-image-block, .testimonial-content-wrap {
    padding: 15px;
  }

  ._w-h-b-heading {
    z-index: 0;
    font-size: 2rem;
  }

  .div-block-13 {
    width: 100%;
    margin-left: 0;
  }

  .get-offer-button {
    text-align: center;
    white-space: nowrap;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .slide-image {
    height: 40vh;
    min-height: 300px;
  }

  .speaker-slide-content {
    padding-bottom: 6px;
  }

  .clip-text.speaker-headding {
    margin-top: -30px;
  }

  .speaker-name {
    font-size: 42px;
  }

  .speaker-arrow {
    top: auto;
    bottom: 0;
    right: 5vw;
  }

  .speaker-arrow.left {
    margin-right: 84px;
    left: auto;
    right: 0;
  }

  .slider-2 {
    width: 100%;
    max-width: 240px;
  }

  .intro-headings-block {
    flex-direction: column;
    align-items: stretch;
  }

  .container-3 {
    grid-template-rows: auto 1fr;
  }

  .location-copy {
    display: block;
  }

  .landing-page-contact-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .landing-page-contact-wrapper-copy {
    padding-left: 8px;
    padding-right: 8px;
  }

  .get-quote-contact-bar {
    grid-template-rows: auto auto auto;
    grid-template-areas: "."
                         "."
                         ".";
  }

  .image-13 {
    width: 100%;
  }

  .faq-image {
    margin-top: 20px;
  }

  .accordion_item-image {
    width: 30px;
  }

  .accoridon-title {
    flex: 0 100%;
    margin-bottom: 8px;
    margin-left: 16px;
    padding-right: 20px;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    border-top: 1px solid #0000001a;
    margin-top: 20px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .service-location-list {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    height: 100%;
  }

  .image-15 {
    object-fit: cover;
    width: 100%;
    height: auto;
  }

  .quick-stack {
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-ed3ccc0f-b99e-762b-2f1d-24ee92d8718f-5263c90b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed3ccc0f-b99e-762b-2f1d-24ee92d87190-5263c90b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ed3ccc0f-b99e-762b-2f1d-24ee92d871a2-5263c90b {
  grid-area: 1 / 2 / 2 / 3;
}

#contact-bar.w-node-_292bbed2-442d-1a5c-a73a-4b5899fdca40-99fdca3e {
  justify-self: start;
}

#contact-bar.w-node-abf8c25e-bc5e-1520-bf3f-b131af7ef19d-99fdca3e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_71048d66-b641-0d25-f9b6-6d953e6f5095-7d63c980 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_71048d66-b641-0d25-f9b6-6d953e6f5096-7d63c980 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3bbe3155-a2f3-1614-2b2a-e2e8b9f890e5-7d63c980 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#contact-bar.w-node-_3bbe3155-a2f3-1614-2b2a-e2e8b9f890e6-7d63c980, #contact-bar.w-node-d98e1b0f-2f95-14c1-d039-754685889d4b-7d63c980, #contact-bar.w-node-a70c020e-24a2-50c6-3ad8-f344565c7da6-7d63c980 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-f2bba78e-9800-bf2e-b8fc-0fb78a8a7927-ae63c9d0 {
  place-self: start end;
}

#w-node-cb722d09-6283-57e8-3ab5-4333fa0644bc-fbf6582b {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-cb722d09-6283-57e8-3ab5-4333fa0644bd-fbf6582b, #w-node-cb722d09-6283-57e8-3ab5-4333fa0644be-fbf6582b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc4dc1e0-2458-d931-f033-2c035cf713c9-f51340d5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b903cbe1-c17f-f27b-6110-8bb301784492-f51340d5 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_23b9fc0b-5cc7-a15f-37f8-d6a875eea034-f51340d5 {
  grid-area: 2 / 1 / 5 / 2;
}

#w-node-_774c2d04-31fc-6cf1-e54a-b392f7079add-f51340d5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d7cada33-4825-96e5-e90c-22692f8124d7-f51340d5 {
  grid-area: 2 / 2 / 5 / 3;
}

#w-node-_9036847c-dd66-1d31-97a1-5d96ddd5b9aa-d9cc064f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#contact-bar.w-node-f355b8ab-b5e6-9003-3e41-9b541f4e1d85-d9cc064f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_3bd18d18-f8e5-a86c-9e23-7c894c06188f-d9cc064f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31d87e3e-b912-72b8-8cfb-faf12c6b266e-d9cc064f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b9a91787-0f52-1784-cf24-6ebefc9a189c-d9cc064f {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (min-width: 1280px) {
  #w-node-_71048d66-b641-0d25-f9b6-6d953e6f5096-7d63c980 {
    align-self: start;
  }

  #w-node-_097c0267-a5f4-3ac2-0313-23dc2573664c-7d63c980 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cb722d09-6283-57e8-3ab5-4333fa0644bc-fbf6582b {
    grid-template-rows: 100%;
    grid-template-columns: .5fr 1fr;
  }

  #contact-bar.w-node-f355b8ab-b5e6-9003-3e41-9b541f4e1d85-d9cc064f {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-ed3ccc0f-b99e-762b-2f1d-24ee92d87190-5263c90b {
    order: -9999;
    grid-area: 1 / 1 / 3 / 3;
    place-self: start;
  }

  #w-node-ed3ccc0f-b99e-762b-2f1d-24ee92d871a2-5263c90b {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }

  #w-node-_71048d66-b641-0d25-f9b6-6d953e6f5096-7d63c980 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 2;
    place-self: start;
  }

  #w-node-_097c0267-a5f4-3ac2-0313-23dc2573664c-7d63c980 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: end;
  }

  #w-node-_3bbe3155-a2f3-1614-2b2a-e2e8b9f890e5-7d63c980 {
    justify-self: start;
  }

  #contact-bar.w-node-_3bbe3155-a2f3-1614-2b2a-e2e8b9f890e6-7d63c980, #contact-bar.w-node-d98e1b0f-2f95-14c1-d039-754685889d4b-7d63c980, #contact-bar.w-node-a70c020e-24a2-50c6-3ad8-f344565c7da6-7d63c980 {
    justify-self: center;
  }

  #w-node-f2bba78e-9800-bf2e-b8fc-0fb78a8a78fe-ae63c9d0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f2bba78e-9800-bf2e-b8fc-0fb78a8a7927-ae63c9d0 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: start;
  }

  #w-node-f2bba78e-9800-bf2e-b8fc-0fb78a8a7928-ae63c9d0 {
    order: -9999;
  }

  #w-node-_9036847c-dd66-1d31-97a1-5d96ddd5b9aa-d9cc064f {
    justify-self: start;
  }

  #contact-bar.w-node-f355b8ab-b5e6-9003-3e41-9b541f4e1d85-d9cc064f {
    justify-self: center;
  }

  #w-node-_31d87e3e-b912-72b8-8cfb-faf12c6b266e-d9cc064f {
    order: -9999;
    grid-area: 1 / 1 / 3 / 3;
    place-self: start;
  }

  #w-node-b9a91787-0f52-1784-cf24-6ebefc9a189c-d9cc064f {
    order: -9999;
    grid-area: 1 / 2 / 3 / 3;
    align-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ed3ccc0f-b99e-762b-2f1d-24ee92d87190-5263c90b {
    grid-row-end: 2;
    grid-column-end: 2;
  }

  #w-node-ed3ccc0f-b99e-762b-2f1d-24ee92d871a2-5263c90b {
    grid-column-start: 1;
  }

  #w-node-_71048d66-b641-0d25-f9b6-6d953e6f5096-7d63c980 {
    grid-row-end: 2;
    grid-column-end: 2;
  }

  #w-node-_3bbe3155-a2f3-1614-2b2a-e2e8b9f890e5-7d63c980, #w-node-_9036847c-dd66-1d31-97a1-5d96ddd5b9aa-d9cc064f {
    justify-self: center;
  }

  #w-node-_31d87e3e-b912-72b8-8cfb-faf12c6b266e-d9cc064f {
    grid-row: 1 / 3;
    grid-column-end: 2;
    align-self: end;
  }

  #w-node-b9a91787-0f52-1784-cf24-6ebefc9a189c-d9cc064f {
    grid-column: 1 / 2;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f2bba78e-9800-bf2e-b8fc-0fb78a8a78fe-ae63c9d0, #w-node-f2bba78e-9800-bf2e-b8fc-0fb78a8a7927-ae63c9d0 {
    grid-column: span 1 / span 1;
  }

  #w-node-cb722d09-6283-57e8-3ab5-4333fa0644bc-fbf6582b {
    grid-template-rows: 100px;
    grid-template-columns: 100%;
  }

  #w-node-cb722d09-6283-57e8-3ab5-4333fa0644bd-fbf6582b, #w-node-cb722d09-6283-57e8-3ab5-4333fa0644be-fbf6582b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


