@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;700;800;900&display=swap');


html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
}

a {
  transition: all 400ms ease;
  color: #d5430d;
  font-weight: 700;
  text-decoration: none;
}

p {
  position: relative;
  max-width: 100%;
  margin-bottom: 24px;
  font-weight: 400;
  line-height: 24px;
}

h2 {
  max-width: 100%;
  margin-top: 0em;
  margin-bottom: 0.325em;
  color: #2f2f2f;
  font-size: 36px;
  line-height: 1em;
  font-weight: 800;
  text-transform: uppercase;
}

h3 {
  max-width: 100%;
  margin-top: 0em;
  margin-bottom: 0.375em;
  color: #2f2f2f;
  font-size: 30px;
  line-height: 1.125em;
  font-weight: 800;
  text-transform: uppercase;
}

.fancybox__container {
  z-index: 999999 !important;
}

/* start anoouncement bar */
.announce-bar {
  position: relative;
  z-index: 999999;
  width: 100%;
  padding-top: 0.75em;
  padding-bottom: 0.625em;
  background-color: #f5875f;
  background-image: linear-gradient(45deg, #d5430d, transparent);
  color: hsla(0, 0%, 100%, 0.85);
  text-align: center;
  font-family: 'Raleway', sans-serif;
}

.announce-bar .link {
  display: inline-block;
  margin-right: 0.25em;
  margin-left: 0.25em;
  box-shadow: inset 0 -1px 0 0 hsl(0deg 0% 100% / 50%);
  color: #fff;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .3s ease;
}

.announce-bar .link:hover {
  color: hsla(0, 0%, 100%, 0.85);
}

.announce-close {
  position: absolute;
  cursor: pointer;
  left: auto;
  top: 5px;
  right: 5px;
  bottom: auto;
  color: #fff;
  text-shadow: 0 0 30px #000;
}

@media(max-width: 992px) {
  .announce-bar {
    font-size: 14px;
    line-height: 1.5em;
  }
}

/* end of announce bar */

/* start header */
.site-header {
  position: relative;
  z-index: 9;
  width: 100%;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  background-color: #fff;
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.25);
}

.site-header-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
  font-size: 18px;
}

.logo {
  max-width: 200px;
}

.location {
  margin-left: 1.5em;
  color: #2f2f2f;
  font-size: 20px;
  line-height: 1.25em;
  font-weight: 800;
}

.logo-link {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
}

.logo-link:hover {
  opacity: 0.65;
  text-decoration: none;
}

.logo-link:focus {
  opacity: 0.65;
}

.phone-number {
  margin-left: 0.75em;
  color: #007377;
  font-size: 20px;
  font-weight: 800;
}

.phone-number a {
  color: #007377;
}

.phone-number a:hover {
  text-decoration: none;
}

@media(max-width: 992px) {
  .call-now {
    font-size: 13px;
    text-align: right;
  }

  .phone-number i {
    font-size: 30px;
  }

  .location {
    font-size: 16px;
  }

  .logo {
    max-width: 150px;
  }
}

@media(max-width: 480px) {
  .location {
    font-size: 13px;
  }

  .logo {
    max-width: 100px;
  }

  .call-now {
    display: none;
  }
}

/* hero section */
.hero {
  position: relative;
  z-index: 99;
  display: flex;
  width: 100%;
  padding-top: 4em;
  padding-bottom: 4em;
  justify-content: space-between;
  align-items: center;
  background-image: linear-gradient(0deg, rgba(0, 98, 105, 0.9) 15%, transparent 80%), url(images/hero.jpg);
  background-position: 0px 0px, 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll, fixed;
}

.hero-content-wrap {
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 2em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  color: #fff;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.75);
}

.hero-main-heading {
  color: #fff;
  font-size: 70px;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  margin-bottom: 22.5px;
  margin-top: 0;
  line-height: 1em;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-content-wrap p {
  font-size: 24px;
  font-weight: 400;
}



.open-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 3em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.25);
  text-align: center;
}

.open-form-pre-heading {
  position: relative;
  left: auto;
  right: auto;
  z-index: 9;
  display: inline-block;
  padding-right: 0.75em;
  padding-left: 0.75em;
  background-color: #fff;
  color: #007377;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.open-form-pre-heading-wrap {
  position: relative;
  display: flex;
  width: 100%;
  margin-bottom: 1em;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.open-form-pre-heading-line {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 2px;
  background-color: #f5875f;
}

.open-form-heading {
  margin-bottom: 0.125em;
  font-size: 50px;
}

.open-form-secondary-offer {
  margin-bottom: 1em;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.checkbox {
  width: 1.25em;
  height: 1.25em;
  margin-top: 0px;
  margin-right: 0.75em;
  margin-left: -25px;
  border-radius: 3px;
  box-shadow: inset 0 0 0 2px rgba(47, 47, 47, 0.25);
}

.form-wrap {
  margin-bottom: 0;
}

.form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.form-field {
  height: 3.5em;
  max-height: none;
  margin-bottom: 0px;
  padding: 1em 1.25em;
  border: 0px none #000;
  border-radius: 0rem;
  background-color: #fff;
  background-image: none;
  box-shadow: inset 0 0 0 2px rgba(47, 47, 47, 0.2);
  transition: all 300ms ease;
  font-size: 16px;
  line-height: 1.125em;
  width: 100%;
}

.form-field:focus {
  box-shadow: inset 0 0 0 2px #40c1ac;
  color: #2f2f2f;
}

.form-field::placeholder {
  color: rgba(47, 47, 47, 0.7);
}

.form-field.form-text-area {
  overflow: auto;
  height: auto;
  max-height: 20rem;
  max-width: 100%;
  min-height: 10rem;
  font-weight: 400;
  text-transform: none;
}

.form-field.form-select {
  text-transform: none;
  padding-top: 0;
  padding-bottom: 0;
}

.form-field.form-select.form-multi-select {
  height: auto;
  max-height: none;
  text-transform: none;
}

.form-field.utility-page-form-field {
  text-align: center;
}

.form-field.open-form-field {
  height: 48px;
  padding-right: 16px;
  padding-left: 16px;
}

.form-field-wrap {
  width: 48%;
  margin-bottom: 1.5em;
}

.form-field-wrap.full-width-form-field-wrap {
  width: 100%;
}

.form-field-wrap.open-form-field-wrap {
  margin-bottom: 0.5em;
}

.form-field-wrap.open-form-field-wrap.open-form-half {
  width: 49%;
}

.checkbox-field-wrap {
  display: flex;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
  align-items: flex-start;
  line-height: 1.2em;
  text-align: left;
}

.checkbox-field {
  width: 1.125em;
  height: 1.125em;
  margin-top: 0.3125em;
  margin-right: 0.25em;
  margin-left: -1.5em;
  line-height: 1em;
}

.button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  margin-top: 0.25em;
  margin-right: 0.5em;
  padding: 1.5em 2.25em 1.375em;
  flex-shrink: 0;
  background-color: #f5875f;
  background-image: linear-gradient(45deg, #d5430d, transparent);
  transition: all 300ms ease-in-out;
  color: #fff;
  line-height: 1em;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.button.full-width {
  width: 100%;
  margin-top: 0em;
  margin-right: 0em;
}

.button:hover {
  background-color: #d5430d;
  color: #fff;
  text-decoration: none;
}

.max-w {
  max-width: 1600px;
}

@media(max-width:992px) {
  .hero {
    background-image: linear-gradient(0deg, transparent 20%, rgba(0, 98, 105, 0.9) 85%), url(images/hero.jpg);
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .hero-main-heading {
    font-size: 50px;
    text-align: center;
  }

  .hero-content-wrap p {
    font-size: 20px;
    text-align: center;
    margin: 0 auto;

  }

  .open-form {
    margin-top: 48px;
  }

  .hero-content-wrap {

    padding-right: 0;

  }
}

/* icon section */
.icon-section {
  padding-top: 32px;
  padding-bottom: 32px;
}

.differentiator-reason {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.differentiator-reason img {
  max-height: 64px;
  margin-right: 1em;
  filter: grayscale(100%);
}

.differentiator-label {
  line-height: 1em;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

@media(max-width: 992px) {
  .differentiator-reason {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .differentiator-reason img {
    max-height: 48px;

  }

  .differentiator-label {
    font-size: 14px;
  }
}

/* about section */
.about-section {
  padding-bottom: 96px;
}

.about-image {
  width: 100%;
  height: 100%;
  /*background-position: 50% 35%;*/
  background-size: cover;
  background-repeat: no-repeat;
}

.about-content {
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.pre-heading-wrap {
  position: relative;
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

.pre-heading-line.tablet-only {
  display: none;
}

.pre-heading-line {
  position: relative;
  z-index: 0;
  width: 80px;
  height: 2px;
  background-color: #f5875f;
}

.pre-heading {
  position: relative;
  left: 0px;
  right: auto;
  z-index: 9;
  display: inline-block;
  padding-right: 0.75em;
  padding-left: 0em;
  background-color: #fff;
  color: #007377;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

@media(max-width:992px) {
  .about-image {
    min-height: 320px;
  }

  .pre-heading-line.tablet-only {
    display: block;
  }

  .about-content {
    text-align: center;
    padding-left: 0;
  }

  .pre-heading {
    padding-left: 0.75em;
    text-align: center;
  }

  .pre-heading-wrap {
    display: flex;
    justify-content: center;
  }

  .about-content .section-heading {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .about-content .button-group {
    margin: 0 auto;

  }
}

/*product selector  */
.product-selector {
  padding-top: 6em;
  padding-bottom: 4.5em;
  background-color: #006269;
  background-image: linear-gradient(180deg, rgba(0, 98, 105, 0.9), rgba(0, 98, 105, 0.9)), url(images/pattern-bubble.svg);
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 35em;
  background-attachment: scroll, fixed;
}

.ps-content {

  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 0em;
  padding-bottom: 0em;
  padding-left: 0em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.grid {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.grid-item {
  position: relative;
  display: block;
  width: 46%;
  margin: 1em 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid-item.image {
  min-height: 30em;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
}

.grid-item.image._3 {
  background-image: url("images/ps-3.jpg");
}

.grid-item.image._4 {
  background-image: url("images/ps-4.jpg");
}

.grid-item.image._1 {
  background-image: url("images/ps-1.jpg");
  background-position: 50% 0%;
}

.grid-item.image._2 {
  background-image: url("images/ps-2.jpg");
}

.grid-item.content {
  padding-top: 3em;
}

.product-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding: 4em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media(max-width: 992px) {
  .grid-item.image {
    min-height: 20em;
    margin-bottom: 1.5em;
  }

  .grid-item {
    width: 100%;
    margin-top: 0em;
    margin-right: auto;
    margin-left: auto;
  }

  .grid-item.content {
    margin-bottom: 1.5em;
    padding-top: 0em;
    text-align: center;
  }

  .product-selector {
    padding-top: 3em;
    padding-bottom: 0;
  }
}

/* why choose us section */
.why-choose {
  width: 100%;
  padding-top: 6em;
  padding-bottom: 6em;
}

.why-choose-intro-content {
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 2em;
  padding-right: 2em;
  padding-bottom: 2em;
  padding-left: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.why-choose-reason {
  margin-top: 0em;
  margin-bottom: 2em;
  padding-right: 1em;
}

.why-choose-icon {
  display: block;
  max-height: 3em;
  margin-bottom: 0.5em;
  filter: grayscale(100%);
}

.no-bottom-margin {
  margin-bottom: 0em;
}

.why-choose-sub-heading {
  font-size: 24px;
}

.why-choose-image {
  width: 100%;
  height: 100%;
  background-position: 50% 35%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media(max-width: 992px) {
  .why-choose-image {
    min-height: 20em;
    margin-bottom: 2em;
  }

  .reverse-tablet {
    flex-direction: column-reverse;
  }

  .why-choose {
    padding-top: 3em;
    padding-bottom: 3em;
    text-align: center;
  }

  .why-choose .section-heading {
    margin-left: auto;
    margin-right: auto;
  }

  .why-choose-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .why-choose-sub-heading {
    font-size: 20px;
  }
}

/* comparison chart section */
.comparison {
  padding-top: 6em;
  padding-bottom: 6em;
  background-color: #006269;
  background-image: linear-gradient(180deg, rgba(0, 98, 105, 0.9), rgba(0, 98, 105, 0.9)), url(images/pattern-bubble.svg);
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 35em;
  background-attachment: scroll, fixed;
}

@media(max-width: 992px) {
  .comparison {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

/* our process */
.process {
  padding-top: 6em;
  padding-bottom: 6em;
}

.process .button-group {
  margin: 1.5em auto 0;

}

.pre-heading.equal-spacing {
  padding-left: 0.75em;

}

.process .pre-heading-wrap {
  justify-content: center;
}

.process-video {
  width: 100%;
  height: 100%;
}

.vid-wrap {
  position: relative;
}

.vid-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.6;
  transition: all 400ms ease;
}

.vid-img:hover {
  opacity: 0.4;
}

.vid-img:focus {
  opacity: 0.4;
}

.icon.play-button {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  z-index: 99;
}

.process-video {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 30em;
  justify-content: center;
  align-items: center;
  transition: all 400ms ease;
  color: hsla(0, 0%, 100%, 0.5);
  text-shadow: 0 0 30px rgb(0 0 0 / 30%);
  cursor: pointer;
}

.process-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #2f2f2f;
}


@media(max-width: 992px) {
  .process-video {
    min-height: 20em;
  }

  .icon.play-button {

    width: 60px;
    height: 60px;

  }

  .process {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

@media(max-width: 767px) {
  .process-video {
    min-height: 15em;
  }

  .button {
    font-size: 13px;
  }
}

/* reviews section */
.reviews {
  width: 100%;
  padding-top: 6em;
  padding-bottom: 6em;
  background-color: #006269;
  background-image: linear-gradient(180deg, rgba(0, 98, 105, 0.9), rgba(0, 98, 105, 0.9)), url(images/pattern-bubble.svg);
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 35em;
  background-attachment: scroll, fixed;
}

.review-box {
  margin-top: 2em;
  margin-bottom: 2.5em;
  padding: 4em;
  background-color: #fff;
}

.review-content {
  font-size: 26px;
  line-height: 1.5em;
  font-weight: 700;
}

.reviewer-name {
  color: #007377;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.0325em;
  text-transform: uppercase;
}

.icon.solid.stars {
  margin-bottom: 1em;
  color: #f5875f;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: 0.05em;
}

.reviews-slider .slick-dots {
  display: flex;
  justify-content: center;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.reviews-slider .slick-dots button {
  color: transparent;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  transition: all .3s ease;
  padding: 0px;
}

.reviews-slider .slick-dots button:hover {
  background-color: #fff;
}

.reviews-slider .slick-dots li.slick-active button {

  background-color: #fff;

  border-radius: 50%;
  margin-right: 10px;
}

@media(max-width: 992px) {
  .reviews {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .review-box {
    margin-bottom: 2em;
    padding: 3em;
  }

  .icon.solid.stars {
    font-size: 24px;
  }

  .review-content {
    font-size: 18px;
  }

  .reviewer-name {
    font-size: 16px;
  }
}

/* gallery section */
.gallery {
  padding-top: 6em;
  padding-bottom: 6em;
}

.gallery .pre-heading-wrap {
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.gallery {
  padding-top: 6em;
  padding-bottom: 6em;
}

.gallery-image-wrap {
  position: relative;
  display: block;
  width: 100%;
  min-height: 22em;
  margin-bottom: 1.5em;
}

.gallery-image-wrap.shorter {
  min-height: 18em;
}

.gallery-image-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5875f;
  color: #fff;
  line-height: 1em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-shadow: 0 0 15px rgba(213, 67, 13, 0.5), 0 0 30px #d5430d;
}

.gallery-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  cursor: pointer;
}

.gallery-image:hover {
  opacity: 0.2;
}

.gallery-image:focus {
  opacity: 0.2;
}

.icon.light.expand {
  display: block;
  margin-bottom: 0.125em;
  color: #fff;
  font-size: 70px;
  line-height: 1em;
}

@media(max-width:992px) {
  .gallery-image-wrap.shorter {
    min-height: 8em;
  }

  .gallery-image-wrap {
    min-height: 10em;
  }

  .icon.light.expand {

    font-size: 40px;

  }
}

@media(max-width:576px) {
  .hide-mobile {
    display: none;
  }
}

/* footer section */
.footer {
  width: 100%;
  padding-top: 6em;
  padding-bottom: 6em;
  background-color: #006269;
  background-image: linear-gradient(180deg, rgba(0, 98, 105, 0.9), rgba(0, 98, 105, 0.9)), url("images/pattern-bubble.svg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 35em;
  background-attachment: scroll, fixed;
}

.footer-link {
  display: inline-block;
  margin-right: 0.25em;
  margin-left: 0.25em;
  padding-bottom: 0.25em;
  box-shadow: 0 2px 0 0 hsla(0, 0%, 100%, 0.4);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.footer-link:hover {
  color: hsla(0, 0%, 100%, 0.7);
  text-decoration: none;
}

.footer-link:focus {
  color: hsla(0, 0%, 100%, 0.7);
}

.logo-link.logo-link-footer {
  text-decoration: none;
  flex-direction: column;
  display: flex;
}

.logo.footer-logo {
  margin-bottom: 1.5em;
}

.location.text-white.footer-location {
  margin-left: 0em;
  font-weight: 700;
  letter-spacing: 0.0325em;
}

.text-white.footer-copyright {
  margin-top: 3em;
  margin-bottom: 3em;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.0325em;
}

.text-white.fine-print {
  font-size: 13px;
  line-height: 1.5em;
  font-style: italic;
  text-align: center;
  letter-spacing: 0.0325em;
}

@media(max-width:992px) {
  .footer {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

.margin-auto {
  margin: auto;
  margin-top: 1rem;
}

.margin-auto p {
  font-weight: 400;
}


.footer .img-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.footer .img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/***************************************
BASE BVALIDATOR STYLES
****************************************/
.bvalidator-message-container {
  z-index: 5;
}

.bvalidator_tooltip {
  display: flex;
  padding: 2px 5px 2px 5px;
  background-color: #006269;
  border: 1px solid #f5875f;
  color: #FFFFFF;
}

.bvalidator_errmsg {
  left: 0 !important;
  top: 0 !important;
  font-size: 10px;
  white-space: nowrap;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.bvalidator_close {
  margin-left: 5px;
  margin-top: 0px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bolder;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 12px;
}