@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Raleway&display=swap");
html {
  font-size: 1rem;
}

body {
  color: #555;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  margin: 0;
  padding: 0;
  line-height: normal;
}

.z-container {
  max-width: 100%;
}

.container-inner {
  margin: 0 -2%;
}

ul, ol, blockquote {
  padding-bottom: inherit;
  padding-left: inherit;
}

a {
  color: #0295db;
}

#mainContentArea {
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  .z-1of2 {
    width: 100%;
  }
}

.col-grid {
  margin: 0 -20px;
}
.col-grid:after {
  clear: both;
  content: "";
  display: table;
}

.col-grid-flex {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
}

.col-1-2 {
  width: 50%;
}

.col-1-3 {
  width: 33.33%;
}

.col-2-3 {
  width: 66.67%;
}

.col-1-4 {
  width: 25%;
}

.col-1-2, .col-1-3, .col-2-3, .col-1-4 {
  box-sizing: border-box;
  float: left;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .col-1-2, .col-1-3, .col-2-3, .col-1-4 {
    width: 100%;
  }
}

input:focus {
  outline: none;
}

.head, h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: Raleway;
  text-transform: uppercase;
}

h1 {
  font-size: 2.5em;
  line-height: 1.2;
}
@media screen and (max-width: 800px) {
  h1 {
    font-size: 2.25em;
  }
}
@media screen and (max-width: 640px) {
  h1 {
    font-size: 1.75em;
    line-height: 1.3;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 1.5em;
  }
}

p {
  line-height: 28px;
  line-height: 1.55;
}

a, a:hover, a img, a:hover img {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
}

.button {
  background: #808285;
  color: #FFF;
  display: inline-block;
  padding: 1rem 2.75rem;
  text-align: center;
  text-transform: uppercase;
}

#header {
  background: #FFF;
  padding: 0 0 15px 0;
  background-position: center top;
  background-size: cover;
}
#header .z-container {
  position: relative;
}

#header a, #header a, #header .logot {
  display: inline-block;
  vertical-align: top;
}

#header .logo {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 506px;
  z-index: 10;
}

#header .logo a {
  display: block;
  margin: 0;
  position: relative;
}

#header .logot {
  padding: 56px 0 0 46px;
}

#header a.tel:hover {
  color: #c7823a;
}

#header a.quote {
  background-color: #c7823a;
  color: #000;
  padding: 12px 55px;
}

#header a.quote:hover {
  background-color: #223c46;
  color: #FFF;
}

.main-menu {
  display: inline-block;
  overflow: hidden;
  width: auto;
}

.main-menu li {
  display: inline-block;
  padding: 0;
}

.main-menu li:first-child {
  padding-left: 0;
}

.main-menu li:last-child a {
  padding-right: 0;
}

.main-menu li a {
  color: #002d40;
  display: block;
  padding: 0.6rem 1.25rem;
  text-transform: uppercase;
}

.main-menu li a:hover {
  color: #c7823a;
}

#secondary-nav {
  text-align: right;
}
@media screen and (max-width: 992px) {
  #secondary-nav {
    display: none;
  }
}

.secondary-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.secondary-menu li {
  display: inline-block;
}
.secondary-menu a {
  color: #002d40;
  display: block;
  line-height: 57px;
  padding: 0 0.75em;
}
.secondary-menu .fa {
  margin-right: 0.75em;
}
.secondary-menu .secondary-menu-button {
  background: #808285;
  color: #FFF;
  display: inline-block;
  padding: 0 2em;
  text-align: center;
  text-transform: uppercase;
}

.primary-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.primary-menu li {
  display: inline-block;
}
.primary-menu a {
  color: #002d40;
  display: block;
  line-height: 100px;
  padding: 0 1em;
}

/*#footer {
    background-position: center top;
    background-size: cover;
}
#footer .head {
    letter-spacing: 2px;
    color: #c7823a;
}
#footer .box {
    float: left;
    padding: 0 0 35px 0;
}
#footer .box.box1 {
    width: 65%;
}
#footer .box.box2 {
    width: 35%;
}
#footer .box1 .text {
    float: left;
    width: 100%;
    vertical-align: top;
}
#footer .box.box1 a {
    float: left;
}
#footer ul.menu li {
    display: inline-block;
    width: 50%;
    padding: 5px 0 20px 0;
}*/
.home-slide {
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  min-height: 720px;
  padding: 75px 0;
  text-align: center;
}
.home-slide:hover {
  display: flex;
}
@media screen and (max-width: 992px) {
  .home-slide {
    min-height: 640px;
  }
}
@media screen and (max-width: 768px) {
  .home-slide {
    min-height: 480px;
  }
}

.home-slide-content {
  position: relative;
}

.home-slide-text {
  background: rgba(0, 9, 13, 0.6);
  color: #FFF;
  display: inline-block;
  font-size: 3.5rem;
  line-height: 1.2;
  padding: 40px 50px 40px 50px;
  text-transform: uppercase;
}
.home-slide-text p, .home-slide-text strong, .home-slide-text em {
  display: block;
  line-height: 1.2;
  padding-bottom: 0;
}
.home-slide-text p + p {
  margin-top: 1em;
}
.home-slide-text strong {
  font-size: 1.15em;
}
@media screen and (max-width: 992px) {
  .home-slide-text {
    font-size: 2.5rem;
    padding: 25px 80px 35px 80px;
  }
}
@media screen and (max-width: 800px) {
  .home-slide-text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .home-slide-text {
    font-size: 1.5rem;
    padding: 25px 55px 25px 55px;
  }
}
@media screen and (max-width: 480px) {
  .home-slide-text {
    font-size: 1.25rem;
  }
}

.home-slide-button {
  background: #808285;
  bottom: -30px;
  color: #FFF;
  display: inline-block;
  left: 50%;
  line-height: 1.2;
  padding: 1em 2em;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
  /*@media screen and (max-width: 640px){
      bottom: -25px;
      //left: 35px;
      padding: 15px 40px;
  }
  @media screen and (max-width: 480px){
      bottom: -40px;
      left: 60px;
      padding: 10px 15px;
      right: 60px;
      text-align: center;
      transform: translateY(-50%);
  }*/
}
@media screen and (max-width: 640px) {
  .home-slide-button {
    position: static;
    transform: none;
    width: 100%;
  }
}

.home-section {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .home-section .col-1-2 {
    margin-top: 40px;
  }
  .home-section .col-1-2:first-child {
    margin-top: 0;
  }
}

.home-heading {
  font-size: 3rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.hsec-cta {
  background-color: #002d40;
  padding-bottom: 100px;
  padding-top: 80px;
  position: relative;
}
.hsec-cta:before {
  background: #FFF;
  content: "";
  display: block;
  height: 220px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 992px) {
  .hsec-cta {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .hsec-cta {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}

.cta-container {
  padding: 0 1%;
  position: relative;
  z-index: 5;
}

.cta-box {
  align-items: flex-end;
  display: flex;
  padding: 0;
}

.cta-inner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding-top: 120%;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .cta-inner {
    margin: auto;
    max-width: 400px;
    padding-top: 50%;
    padding-top: 0;
  }
  .cta-inner:before {
    box-sizing: content-box;
    content: "";
    display: block;
    padding-top: 100%;
  }
}
.cta-text {
  background: #808285;
  color: #FFF;
  display: block;
  font-size: 1.75rem;
  padding: 15px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.cta-text:before {
  background: none;
  border-color: transparent transparent #808285 transparent;
  border-style: solid;
  border-width: 0 200px 40px 200px;
  bottom: 100%;
  content: "";
  display: block;
  margin-left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  height: 0;
}

.hsec1 {
  background-position: center top;
  background-size: cover;
  padding-bottom: 10px;
  padding-top: 80px;
  margin: 0 0 0 0;
}

.hsec1 .box {
  max-width: 315px;
}

.hsec1 .box a {
  display: inline-block;
  background-color: #2798d4;
  color: #fff;
  text-transform: uppercase;
}

.hsec1 .box a .text {
  display: inline-block;
  width: 100%;
  padding: 0 15px 4px 15px;
  letter-spacing: 2px;
}

.hsec1 .box a .z-arrow-right-10 {
  border-left-color: #ffffff;
  border-width: 10px 10px;
  margin: 5px -11px 0 0;
}

.hsec1 .box a:hover {
  background-color: #a7aeaf;
}

.hleft {
  border-right: none;
}

.hleft .head {
  /*color: #223c46;
  line-height: 38px;
  font-size: 28px;*/
}

.hsec1 .head {
  color: #002d40;
  font-weight: 400;
  line-height: 1.2;
}
.hsec1 .head strong {
  display: inline-block;
  font-size: 1.25em;
}

.heading-underline {
  background: #808285;
  border: none;
  height: 5px;
  margin: 30px 0;
  max-width: 100px;
}

.hleft img {
  float: right;
  padding: 0 0 0 50px;
}

.hleft a.more {
  color: #2798d4;
}

.hleft a.more:hover {
  color: #a7aeaf;
}

.hsec-contact {
  color: #FFF;
  padding-bottom: 160px;
  padding-top: 80px;
  position: relative;
  /*.table-list{
      border: 2px solid #FFF;
      &:after{
          clear: both;
          content: '';
          display: table;
      }
  }*/
}
.hsec-contact:before {
  background: rgba(0, 45, 64, 0.8);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.hsec-contact .z-container {
  position: relative;
  z-index: 5;
}
.hsec-contact table, .hsec-contact tbody, .hsec-contact tr, .hsec-contact th, .hsec-contact td {
  display: block;
  padding: 0;
}
.hsec-contact tr {
  border-bottom: 3px solid #FFF;
  border-left: 3px solid #FFF;
  border-right: 3px solid #FFF;
  box-sizing: border-box;
  float: left;
  padding: 8px 0;
  width: 100%;
}
.hsec-contact tr:first-child {
  border-top: 3px solid #FFF;
}
.hsec-contact tr:last-child {
  display: inline-block;
  font-size: 0;
  padding: 0;
  width: auto;
}
.hsec-contact tr span {
  padding-left: 0.25em;
}
.hsec-contact tr input, .hsec-contact tr textarea {
  background: none;
  border: none;
  box-sizing: border-box;
  color: #FFF;
  font-size: 1rem;
  padding: 0.35em 0.5em;
  width: 100% !important;
}
.hsec-contact .siteOptionFormField5141 {
  border-left: none;
}
.hsec-contact .siteOptionFormField5140, .hsec-contact .siteOptionFormField5141 {
  width: 50%;
}
.hsec-contact .zSiteOptionGroupSubmitButton {
  background: #002d40;
  font-family: "Raleway", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.2px;
  padding: 1em 2em;
  text-transform: uppercase;
}
.hsec-contact p, .hsec-contact span[style="font-size:80%;"] {
  display: none;
}
.hsec-contact .zPrivacyPolicyLink {
  display: none;
}

.home-contact-heading {
  color: #FFF;
  font-size: 3rem;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .home-contact-heading {
    font-size: 2rem;
  }
}

.home-testimonials-heading {
  color: #FFF;
  line-height: 1.2;
  margin-top: 30px;
  text-align: right;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .home-testimonials-heading {
    text-align: center;
  }
}

.home-testimonial-container {
  background: #002d40;
  float: right;
  margin-top: -60px;
  width: 50%;
}
@media screen and (max-width: 960px) {
  .home-testimonial-container {
    width: 66.67%;
  }
}
@media screen and (max-width: 767px) {
  .home-testimonial-container {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .home-testimonial-container {
    clear: both;
    float: none;
    margin-top: -30px;
  }
}

.hsec-testimonials {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 120px;
  position: relative;
  z-index: 6;
}
.hsec-testimonials .testimonial-slide:before {
  color: #808285;
  content: "“";
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 8rem;
  line-height: 60px;
  margin-top: 30px;
}
.hsec-testimonials .slider-pager {
  bottom: 40px;
  padding: 0 80px;
  text-align: left;
}
@media screen and (max-width: 992px) and (min-width: 769px) {
  .hsec-testimonials .slider-pager {
    padding: 0 40px;
  }
}
@media screen and (max-width: 992px) {
  .hsec-testimonials .slider-pager {
    bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .hsec-testimonials .slider-pager {
    padding: 0 60px;
  }
}
@media screen and (max-width: 480px) {
  .hsec-testimonials .slider-pager {
    bottom: 20px;
    padding: 0 35px;
  }
}
.hsec-testimonials .slider-pager.circles a {
  background: none;
  border: 1px solid #808285;
  margin: 0 15px 0 0;
}
.hsec-testimonials .slider-pager.circles a.active {
  background: #808285;
}
@media screen and (max-width: 480px) {
  .hsec-testimonials {
    padding-bottom: 60px;
  }
  .hsec-testimonials .testimonial-slide:before {
    line-height: 40px;
  }
  .hsec-testimonials .z-1of2 {
    margin: 0;
    margin-right: 0;
    min-width: 0;
  }
}

.htesti {
  width: 100%;
  display: inline-block;
  color: #FAFAFA;
  font-size: 21px;
  line-height: 30px;
  position: relative;
  padding: 70px 80px 110px 80px;
  margin: 0;
}
@media screen and (max-width: 992px) and (min-width: 769px) {
  .htesti {
    padding: 30px 40px 70px 40px;
  }
}
@media screen and (max-width: 768px) {
  .htesti {
    padding: 50px 60px 90px 60px;
  }
}
@media screen and (max-width: 480px) {
  .htesti {
    padding: 20px 30px 60px 30px;
  }
}

.htesti:before, .htesti:after {
  content: "";
  width: 28px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 0;
}

.htesti .text p {
  color: #FAFAFA;
  font-size: 24px;
  line-height: 35px;
  padding: 0;
  font-style: italic;
}
@media screen and (max-width: 640px) {
  .htesti .text p {
    font-size: 1.125rem;
    line-height: 1.6;
  }
}

.htesti:after {
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
}

.htesti .by {
  text-align: right;
  color: #212f63;
  padding: 15px 0 0 0;
}

.hsec-brands {
  padding: 80px 30px;
  text-align: center;
}

.home-brands-heading {
  color: #002d40;
  font-size: 3rem;
  margin-bottom: 30px;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .home-brands-heading {
    font-size: 2rem;
  }
}

.brands-carousel .slick-track {
  align-items: center;
  display: flex;
}
.brands-carousel .slick-slide {
  padding-left: 20px;
  padding-right: 20px;
}
.brands-carousel img {
  height: auto;
  max-width: 100%;
}
.brands-carousel a, .brands-carousel img, .brands-carousel a:hover, .brands-carousel a:hover img {
  display: block;
}
.brands-carousel .slick-arrow {
  background: none;
  font-size: 0;
  padding: 0;
  z-index: 10;
}
.brands-carousel .slick-arrow:before {
  border-radius: 32px;
  color: #002d40;
  display: block;
  font-size: 32px;
  line-height: 1;
  opacity: 1;
  position: relative;
  z-index: 5;
}
.brands-carousel .slick-arrow:after {
  background: #FFF;
  border-radius: 32px;
  content: "";
  display: block;
  height: 30px;
  left: 1px;
  line-height: 1;
  position: absolute;
  top: -1px;
  width: 30px;
  z-index: 1;
}
.brands-carousel .slick-arrow:hover {
  background: none;
}
.hsec-banner {
  background: #FFF;
  background: linear-gradient(180deg, white 0%, #cfebf7 100%);
  color: #002d40;
  font-size: 3rem;
  padding: 20px 0;
}
.hsec-banner p {
  margin: 1em 0;
  padding: 0;
}
.hsec-banner strong {
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .hsec-banner {
    font-size: 2rem;
  }
}

.hsec-news {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
  text-align: center;
}

.home-news-heading {
  color: #FFF;
}

.home-news-excerpt-image img {
  height: auto;
  max-width: 100%;
}

.home-news-excerpt-title {
  color: #FFF;
  display: block;
  font-size: 1.5rem;
  margin-top: 10px;
  text-transform: uppercase;
}
.home-news-excerpt-title:hover {
  color: #b4b5b7;
}

.hsec-newsletter {
  padding-bottom: 80px;
  padding-top: 80px;
  position: relative;
  text-align: center;
}
.hsec-newsletter:before {
  background: rgba(128, 130, 133, 0.75);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.hsec-newsletter .z-container {
  position: relative;
  z-index: 5;
}

.home-newsletter-heading {
  color: #FFF;
}

.z-default-subpage-header {
  background-color: #002d40;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.z-default-subpage-header:before {
  background: rgba(0, 45, 64, 0.6);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 45, 64, 0.75) 100%);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.z-default-subpage-title-full {
  align-items: center;
  display: flex;
  min-height: 400px;
  padding: 0 30px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 992px) {
  .z-default-subpage-title-full {
    min-height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .z-default-subpage-title-full {
    min-height: 240px;
  }
}
@media screen and (max-width: 480px) {
  .z-default-subpage-title-full {
    min-height: 200px;
  }
}

.z-default-subpage-title {
  color: #FFF;
  display: block;
  float: left;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
  padding: 60px 0;
  text-transform: uppercase;
}

.layered-page .z-default-subpage-body-full {
  display: none;
}
.layered-page h2 {
  font-size: 3rem;
}

.layered-page-section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  clear: both;
  color: #333;
  float: left;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 60px;
  width: 100%;
}

.layer-section-overlay {
  position: relative;
}
.layer-section-overlay:before {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.layer-section-overlay .z-container {
  position: relative;
  z-index: 5;
}

.layered-page-heading, .layered-page h2 {
  color: #002d40;
  font-size: 3rem;
  font-weight: 700;
  max-width: 100%;
  text-align: center;
  width: 1200px;
}

.layered-page-column img {
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
}

.about-intro {
  padding-bottom: 0;
}

@media screen and (min-width: 993px) {
  .about-who-we-are .layered-page-column:nth-of-type(1) {
    position: relative;
  }
  .about-who-we-are .layered-page-column:nth-of-type(1):before {
    background: #808285;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50vw;
  }
  .about-who-we-are .layered-page-column:nth-of-type(1) .zEditorHTML {
    position: relative;
    z-index: 5;
  }
  .about-who-we-are .layered-page-column:nth-of-type(1) p {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .about-who-we-are .layered-page-column:nth-of-type(1) img {
    display: block;
    padding: 20px 20px 20px 0;
  }
}

.about-our-company {
  text-align: center;
}

.about-meet-mike {
  background: #EEE;
}
.about-meet-mike h2 {
  text-align: left;
}

.about-our-facility {
  color: #EEE;
}
.about-our-facility:before {
  background: rgba(0, 45, 64, 0.7);
}
.about-our-facility .layered-page-column:first-child {
  float: right;
}
.about-our-facility h2 {
  color: #FFF;
  text-align: left;
}

.layer-slider .slick-arrow {
  background: none;
  font-size: 0;
  padding: 0;
  z-index: 10;
}
.layer-slider .slick-arrow:before {
  border-radius: 32px;
  color: #002d40;
  display: block;
  font-size: 32px;
  line-height: 1;
  opacity: 1;
  position: relative;
  z-index: 5;
}
.layer-slider .slick-arrow:after {
  background: #FFF;
  border-radius: 32px;
  content: "";
  display: block;
  height: 30px;
  left: 1px;
  line-height: 1;
  position: absolute;
  top: -1px;
  width: 30px;
  z-index: 1;
}
.layer-slider .slick-arrow:hover {
  background: none;
}
.layer-slider .slick-prev {
  left: -16px;
}
.layer-slider .slick-next {
  right: -4px;
}
.spars-trailering-intro .layered-page-column:first-child {
  float: right;
}

.z-default-subpage-subcontent {
  padding: 60px 30px;
}

#footer-newsletter {
  background: #808285;
  clear: left;
  color: #FFF;
  padding: 80px 30px;
}
@media screen and (min-width: 768px) {
  #footer-newsletter .col-grid {
    align-items: center;
    display: flex;
  }
}
#footer-newsletter .footer-newsletter-heading {
  color: #FFF;
  font-size: 1.75rem;
  letter-spacing: 2px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  #footer-newsletter .footer-newsletter-heading {
    font-size: 2vw;
  }
}
@media screen and (max-width: 800px) {
  #footer-newsletter .footer-newsletter-heading {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 767px) {
  #footer-newsletter .footer-newsletter-heading {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 480px) {
  #footer-newsletter .footer-newsletter-heading {
    font-size: 1.5rem;
  }
}
#footer-newsletter p, #footer-newsletter a, #footer-newsletter span[style="font-size:80%;"] {
  display: none;
}
#footer-newsletter table, #footer-newsletter tbody, #footer-newsletter tr, #footer-newsletter th, #footer-newsletter td {
  display: block;
  padding: 0;
}
#footer-newsletter table, #footer-newsletter .newsletter-form-inner {
  background: #808285;
  border: 3px solid #FFF;
}
#footer-newsletter table:after, #footer-newsletter .newsletter-form-inner:after {
  clear: both;
  content: "";
  display: table;
}
#footer-newsletter tr, #footer-newsletter .newsletter-submit {
  float: left;
  width: 40%;
}
#footer-newsletter tr + tr, #footer-newsletter .newsletter-submit {
  border-left: 3px solid #FFF;
  font-size: 0;
}
@media screen and (max-width: 640px) {
  #footer-newsletter .newsletter-submit {
    border-left: none;
    border-top: 3px solid #FFF;
    float: none;
    width: auto;
  }
}
#footer-newsletter .newsletter-email, #footer-newsletter .siteOptionFormField5162 {
  box-sizing: border-box;
  float: left;
  padding: 8px;
  width: 60%;
}
@media screen and (max-width: 640px) {
  #footer-newsletter .newsletter-email, #footer-newsletter .siteOptionFormField5162 {
    float: none;
    width: auto;
  }
}
#footer-newsletter input[type=text], #footer-newsletter input[type=email] {
  background: none;
  border: none;
  box-sizing: border-box;
  color: #FFF;
  font-family: "Raleway", sans-serif;
  padding: 3px 0;
  width: 100% !important;
}
#footer-newsletter button, #footer-newsletter .newsletter-submit input {
  background: #002d40;
  border-radius: 0;
  color: #FFF;
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 1px;
  padding: 1.25em 0;
  text-transform: uppercase;
  width: 100%;
}

.zinquiry-form-table input, .zinquiry-form-table textarea {
  border: 1px solid #AAA;
  border-radius: 4px;
  padding: 0.35em 0.5em;
}

footer {
  background-color: #002d40;
  color: #FFF;
  padding: 80px 30px;
}
footer a {
  color: #FFF;
}

.footer-col {
  box-sizing: border-box;
  float: left;
  padding: 0 20px;
  width: 33.33%;
}
@media screen and (max-width: 767px) {
  .footer-col {
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
  }
  .footer-col:last-child {
    margin-bottom: 0;
  }
}

.footer-heading {
  color: #FFF;
  text-transform: none;
}

.footer-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-nav li {
  display: block;
  margin: 0.5em 0;
  padding: 0;
}
.footer-nav a {
  color: #808285;
  display: block;
  padding: 10px 0;
  text-transform: uppercase;
}

.footer-logo {
  height: auto;
  margin-bottom: 30px;
  max-width: 100%;
}

.footer-copyright, .footer-brand {
  font-size: 0.875rem;
}

.footer-copyright {
  margin-bottom: 1em;
}

.clearer:after {
  clear: both;
  content: "";
  display: table;
}

#slideshowHomeDiv1 {
  position: relative;
  z-index: 1;
}
#slideshowHomeDiv1:after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 800px) {
  #slideshowHomeDiv1 {
    display: flex !important;
  }
}

.homeSlideshowPrevious, .homeSlideshowNext, .homeSlideshowPause, .homeSlideshowPlay {
  background-color: #223c46;
  color: #FFF;
  font-size: 40px;
  line-height: 1;
  padding: 15px;
  position: absolute;
  z-index: 4;
  border: 1px solid rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 480px) {
  .homeSlideshowPrevious, .homeSlideshowNext, .homeSlideshowPause, .homeSlideshowPlay {
    padding: 10px !important;
  }
}

.homeSlideshowPause, .homeSlideshowPlay {
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.homeSlideshowPause, .homeSlideshowPlay {
  width: 60px;
  padding: 7px;
  text-align: center;
}

.homeSlideshowPrevious {
  bottom: 45%;
  left: 0px;
}

.homeSlideshowNext {
  bottom: 45%;
  right: 0px;
}

a.homeSlideshowPause {
  bottom: 15px;
  right: 10px;
}
@media screen and (max-width: 480px) {
  a.homeSlideshowPause {
    line-height: 20px;
    width: auto;
  }
}

.homeSlideshowPlay {
  bottom: 15px;
  right: 10px;
}

.homeSlideshowPrevious:focus {
  outline: 2px dashed #FFF;
}

.homeSlideshowNext:focus {
  outline: 2px dashed #FFF;
}

.homeSlideshowPlay:focus {
  outline: 2px dashed #FFF;
}

.homeSlideshowPause:focus {
  outline: 2px dashed #FFF;
}

.homeSlideshowPrevious, .homeSlideshowNext, .homeSlideshowPause, .homeSlideshowPlay {
  background-color: #223c46;
  color: #FFF;
  font-size: 40px;
  line-height: 1;
  padding: 15px;
  position: absolute;
  z-index: 4;
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.homeSlideshowPause, .homeSlideshowPlay {
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.homeSlideshowPause, .homeSlideshowPlay {
  width: 60px;
  padding: 7px;
  text-align: center;
}

.homeSlideshowPrevious {
  bottom: 45%;
  left: 0px;
}

.homeSlideshowNext {
  bottom: 45%;
  right: 0px;
}

.homeSlideshowPause {
  bottom: 15px;
  right: 10px;
}

.homeSlideshowPlay {
  bottom: 15px;
  right: 10px;
}

.homeSlideshowPrevious:focus {
  outline: 2px dashed #FFF;
}

.homeSlideshowNext:focus {
  outline: 2px dashed #FFF;
}

.homeSlideshowPlay:focus {
  outline: 2px dashed #FFF;
}

.homeSlideshowPause:focus {
  outline: 2px dashed #FFF;
}

.testimonial-slider .slider-previous-button {
  background-color: #223c46 !important;
}

.testimonial-slider .slider-next-button {
  background-color: #223c46 !important;
}

.testimonial-slider .slider-previous-button:focus {
  outline: 2px dashed #c7823a;
}

.testimonial-slider .slider-next-button:focus {
  outline: 2px dashed #c7823a;
}

@media screen and (max-width: 992px) {
  #header .logo, .main-menu {
    display: none;
  }

  #header {
    padding: 0;
  }

  #header .right {
    text-align: center !important;
    width: 100%;
    padding: 10px 15px;
  }

  .hleft {
    border-right: 0;
    padding-right: 2%;
  }

  #header {
    border-top: 0px solid #bbc3c7;
  }

  .z-mobile-header .z-mobile-menu, .z-mobile-menu-icon span {
    background-color: #223c46;
  }

  .z-mobile-header, .z-mobile-header-fixed {
    background-color: #fff !important;
  }

  .z-mobile-menu-icon.open span {
    background: #fff;
  }

  .z-default-subpage-header {
    margin-top: 0;
  }

  .z-mobile-header .z-mobile-header-logo {
    width: 125px;
  }
}
@media screen and (max-width: 767px) {
  .z-mobile-header .z-mobile-header-logo {
    width: 75px;
  }
}
@media screen and (max-width: 479px) {
  #header a.tel {
    margin: 6px 0;
  }

  #header a.quote {
    padding: 7px 20px;
  }

  .hsec1 .box a .z-arrow-right-10 {
    display: none;
  }

  .hleft img {
    float: none;
    padding: 0 0 20px 0;
  }

  .hleft .head {
    line-height: 30px;
    font-size: 24px;
  }

  .hleft, .hright {
    padding: 0;
  }

  .htesti {
    font-size: 18px;
    line-height: 27px;
  }

  #footer .box.box1, #footer .box.box2, #footer .box1 .text {
    width: 100%;
  }

  #footer .box1 .text {
    padding: 4px 0;
  }

  #footer ul.menu li {
    padding: 2px 0;
  }

  .z-mobile-header .z-mobile-header-logo img {
    max-width: 70px;
  }

  .p-title {
    font-size: 32px;
  }
}

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