:root {
  --darkblue: #125b9b;
  --lightblue: #3f9ae9;
  --gray: #595959;
  --white: white;
  --black: black;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbrand {
  width: 170px;
  margin-left: 0;
}

.navmenu {
  padding-top: 20px;
  padding-bottom: 20px;
}

.background-video {
  height: 80vh;
}

.hero-banner {
  background-color: #187cd270;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.body {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.image {
  height: 80vh;
  padding-top: 140px;
  padding-bottom: 60px;
}

.div-block {
  background-image: linear-gradient(#0000 29%, #fff 83%);
  border-radius: 0;
  height: 80vh;
  padding-left: 20px;
  padding-right: 15px;
}

.dropdown-list {
  margin-top: 10px;
}

.dropdown-list.w--open {
  margin-top: 10px;
  left: -2.1562px;
}

.tagline {
  margin-left: auto;
  margin-right: auto;
  padding-right: 10px;
  display: flex;
}

.hr {
  background-color: #cfcfcf;
  width: 18%;
  height: 4px;
  padding-bottom: 0;
}

.bannergray {
  background-color: #333;
  flex-direction: row;
  align-items: center;
  height: 150px;
  display: flex;
}

.sectionpadding {
  text-align: center;
  padding-top: 69px;
  padding-bottom: 69px;
}

.project-wrapper {
  color: #333;
  text-decoration: none;
  transition: bottom .3s;
  display: block;
  position: relative;
  bottom: 0;
}

.project-wrapper:hover {
  bottom: 8px;
}

.project-info {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 0;
}

.project-title {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
}

.headinggallery {
  text-align: center;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
}

.text-block {
  margin-bottom: 20px;
  padding: 5px 10px 20px;
  font-weight: 400;
  line-height: 24px;
}

.columns {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.dividerblue2 {
  background-color: var(--darkblue);
  width: 80px;
  height: 3px;
  margin: 28px auto;
  display: block;
}

.footer-light {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  padding-right: 20px;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.smalldivider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footericon {
  color: #333;
  margin-top: 2px;
  padding-right: 5px;
  font-family: Material Icons, sans-serif;
  font-size: 20px;
}

.footer-link-copy {
  color: #1a1b1f;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 6px;
  text-decoration: none;
  display: flex;
}

.footer-link-copy:hover {
  color: #1a1b1fbf;
}

.footerimg {
  width: 250px;
}

.flexdiv {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-block-2, .footer-p {
  font-size: 16px;
}

.greynav {
  background-color: #262626;
  padding: 10px 20px;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 3px 0 7px -2px #0003;
}

.dropdown-toggle {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.navlink-white {
  color: #fff;
  text-transform: uppercase;
  padding: 15px 15px 5px;
  text-decoration: none;
  display: inline;
}

.navlink-white.w--current {
  font-weight: 700;
}

.footer-link-white {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-white:hover {
  color: var(--lightblue);
  line-height: 18px;
}

.footer-link-white.w--current {
  color: var(--lightblue);
  font-size: 18px;
  font-weight: 700;
}

.footer-dark {
  background-color: #262626;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.address-white, .footer-p-white {
  color: #fff;
  font-size: 18px;
}

.footericon-white {
  color: #fff;
  margin-top: 7px;
  padding-right: 5px;
  font-family: Material Icons, sans-serif;
  font-size: 20px;
}

.title-small-white {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 16px;
}

.sociallogo {
  width: 20px;
  height: 20px;
}

.footer-divider-dark {
  background-color: #595959;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.smalldivider-dark {
  background-color: #595959;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.service-grid-block {
  background-color: #fff;
  border: 1px solid #bfbfbf;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  display: block;
}

.shadow-hover:hover {
  box-shadow: 0 6px 13px 3px #00000057;
}

.plight-copy {
  color: #97c7f2;
  text-transform: uppercase;
  width: auto;
  padding-left: 5px;
  font-family: Opensans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 60px;
}

.pdark-copy {
  color: #fff;
  text-transform: uppercase;
  width: auto;
  padding-left: 5px;
  font-family: Opensans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 60px;
}

.grid {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-left: 20px;
  padding-right: 20px;
}

.customerlogos {
  height: 100px;
}

.grid-3 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
}

.logorounded {
  border-radius: 8px;
}

.customerlogossquare {
  border-radius: 9px;
  height: 150px;
}

.shingles-gray {
  background-image: radial-gradient(circle, #333 21%, #1f1f1fcf 67%, #04040491 100%, #0000), url('../images/banner.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  display: none;
  position: relative;
}

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

.features-wrapper {
  color: #fff;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.features-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.footer-copyright-center-copy {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 16px;
}

.gallery-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.iconwhite {
  padding-right: 10px;
  font-size: 25px;
}

.navlink-whitedd {
  color: #fff;
  text-transform: uppercase;
  padding: 15px 0 5px 15px;
  text-decoration: none;
  display: inline;
}

.navlink-whitedd.w--current {
  color: #004211;
  border-bottom: 2px solid #004211;
  font-weight: 700;
}

.h2 {
  font-size: 26px;
}

.titlesect-reviews {
  background-image: linear-gradient(#0000, #efefef), url('../images/accent-roofing-001.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 50vh;
}

.flexdiv-2 {
  justify-content: center;
  align-items: center;
  padding-top: 23px;
  display: flex;
}

.quotedivider {
  background-color: var(--darkblue);
  border-radius: 20px;
  width: 50%;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.slidereveiwername {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}

.slidereviewer {
  padding-left: 20px;
  padding-right: 40px;
}

.customerreviews {
  padding-top: 100px;
  padding-bottom: 100px;
}

.slider {
  background-color: #0000;
  height: 50vh;
}

.slidequote {
  color: #00274c;
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: 50px;
}

.slide {
  background-color: #0000;
}

.arrowblue {
  color: #00274c;
}

.h1-displaynone {
  display: none;
}

.slidetitle {
  padding-left: 40px;
  font-family: Opensans, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.reviewsbutton {
  background-color: var(--darkblue);
  text-transform: uppercase;
  border-radius: 6px;
  margin-top: 20px;
  padding: 20px;
  font-family: Opensans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  transition: bottom .3s;
  position: relative;
  bottom: 0;
}

.reviewsbutton:hover {
  position: relative;
  bottom: 8px;
  box-shadow: 0 4px 6px #0000004f;
}

.button-centered-div {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
}

.reviewsgrid {
  grid-column-gap: 29px;
  grid-row-gap: 31px;
  grid-template-columns: 1fr 1fr;
}

.review-title {
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.reviewimg {
  background-color: var(--darkblue);
  border-radius: 100%;
  width: 80px;
  height: 80px;
}

.reviewimg.gray {
  background-color: var(--gray);
}

.reviewsh2 {
  padding-left: 10px;
  font-size: 22px;
  line-height: 28px;
}

.review-block {
  background-color: #fff;
  border-radius: 8px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.section-light {
  background-color: #efefef;
  padding-top: 100px;
  padding-bottom: 140px;
}

.review-signature {
  font-weight: 700;
}

.header-section {
  background-color: #efefef;
}

.blue-fade-div {
  background-image: linear-gradient(to right, var(--darkblue) 34%, transparent);
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  top: 34%;
}

.pageh1 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-top: 10px;
  padding-left: 13%;
  font-size: 50px;
  line-height: 55px;
}

.titlesect-commercial {
  background-image: linear-gradient(#0000, #efefef), url('../images/accent-roofing-002.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 50vh;
}

.titlesect-roofing {
  background-image: linear-gradient(#0000, #efefef), url('../images/accent-roofing-003-full.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 50vh;
}

.titlesect-residential {
  background-image: linear-gradient(#0000, #efefef), url('../images/accent-roofing-004.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 50vh;
}

.galleryimages {
  object-fit: cover;
  width: 100%;
  height: 200px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.section-b-padding {
  background-color: #efefef;
  padding-bottom: 100px;
}

.divv-img {
  flex-direction: column;
  display: flex;
}

.divh {
  align-items: center;
  display: flex;
}

.divv {
  flex-direction: column;
  width: 70%;
  padding-right: 20px;
  display: flex;
}

.mobilecontainer {
  display: none;
}

.heading2 {
  color: var(--darkblue);
  font-size: 36px;
  line-height: 40px;
}

.hr-full {
  background-color: var(--darkblue);
  height: 2px;
}

.contact {
  padding-top: 60px;
  padding-bottom: 60px;
}

.kickerc {
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: #0000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
}

.contactblock {
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  max-width: 700px;
  margin: 50px auto;
  display: flex;
}

.contactinfo {
  padding: 10px 20px;
  display: flex;
}

.googleicon {
  color: var(--darkblue);
  font-family: Material Icons, sans-serif;
  font-size: 25px;
}

.contactlink {
  color: #000;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  text-decoration: none;
}

.galleryimages-tall {
  object-fit: cover;
  width: 100%;
  height: 400px;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.titlesect-gallery {
  background-image: linear-gradient(#0000, #efefef), url('../images/accent-roofing-005.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 50vh;
}

.grid-4 {
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 35px;
  padding-bottom: 35px;
}

.headinglarge {
  text-align: center;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 60px;
  line-height: 64px;
}

.galleryimages-tall2 {
  object-fit: cover;
  width: 100%;
  height: 400px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.grid-5 {
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 35px;
  padding-bottom: 35px;
}

.gridhidden {
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 35px;
  padding-bottom: 35px;
  display: none;
}

.gallery-grid-sm {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list-item {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (min-width: 1280px) {
  .navbrand {
    width: 200px;
    margin-left: 20px;
  }

  .navmenu {
    padding-top: 25px;
  }
}

@media screen and (min-width: 1440px) {
  .background-video, .image, .div-block {
    height: 700px;
  }

  .slider {
    height: 50vh;
  }
}

@media screen and (min-width: 1920px) {
  .background-video {
    height: 700px;
  }

  .hero-banner {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .service-grid-block {
    background-color: #fff;
  }

  .slider {
    height: 60vh;
  }

  .slidequote {
    font-size: 40px;
    line-height: 80px;
  }

  .right-arrow {
    margin-right: 60px;
  }

  .left-arrow {
    margin-left: 60px;
  }

  .kickerc {
    font-size: 28px;
  }

  .contactlink {
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .menubutton {
    margin-top: 0;
    margin-bottom: 0;
  }

  .menubutton.w--open {
    background-color: #0000;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .background-video {
    height: 60vh;
  }

  .hero-banner {
    height: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .image, .div-block {
    height: 60vh;
  }

  .tagline {
    flex-direction: column;
    align-items: center;
  }

  .project-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .project-wrapper:hover {
    transform: translate(0);
  }

  .container {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer-block {
    margin-left: -18px;
  }

  .navlink-white {
    text-align: left;
    padding-bottom: 10px;
    padding-left: 20px;
    display: block;
  }

  .service-grid-block {
    border: 1px solid #bfbfbf;
  }

  .shadow-hover {
    padding-top: 20px;
  }

  .plight-copy {
    line-height: 30px;
  }

  .pdark-copy {
    text-align: center;
    line-height: 30px;
  }

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

  .container-2 {
    max-width: 728px;
  }

  .features-wrapper {
    justify-content: space-between;
  }

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

  .iconwhite {
    color: #fff;
    padding-left: 10px;
    font-size: 35px;
  }

  .navlink-whitedd {
    padding-bottom: 10px;
    padding-left: 0;
    display: block;
  }

  .slide1container {
    padding-top: 60px;
  }

  .slider {
    height: 75vh;
  }

  .galleryimages {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .topcontainer {
    padding: 10px 20px 15px;
  }

  .divv {
    padding-left: 20px;
  }

  .contact {
    background-image: url('../images/contact2.png');
    background-position: 0 0;
    background-size: cover;
  }

  .galleryimages-tall {
    margin-top: 20px;
    margin-bottom: 40px;
  }

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

  .galleryimages-tall2 {
    margin-top: 20px;
    margin-bottom: 40px;
  }

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

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

  .lightbox-link {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .menubutton {
    margin-top: 5px;
    padding: 10px;
  }

  .background-video {
    height: 400px;
  }

  .hero-banner {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .tagline {
    padding-top: 10px;
  }

  .sectionpadding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
    margin-left: 0;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider, .smalldivider {
    margin-top: 60px;
  }

  .footer-link-copy:hover {
    color: #1a1b1fbf;
  }

  .footerimg {
    width: 150px;
    padding-left: 20px;
  }

  .navlink-white {
    padding-bottom: 10px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-divider-dark {
    margin-top: 10px;
  }

  .smalldivider-dark {
    margin-top: 25px;
  }

  .plight-copy {
    text-align: center;
  }

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

  .shingles-gray {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

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

  .navlink-whitedd {
    padding-bottom: 10px;
  }

  .quotedivider {
    margin-left: 10px;
  }

  .slider {
    height: 80vh;
  }

  .slidequote {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 32px;
  }

  .reviewsgrid {
    grid-column-gap: 29px;
    grid-row-gap: 31px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 10px;
    margin-right: 10px;
  }

  .pageh1 {
    font-size: 40px;
  }

  .galleryimages {
    margin-bottom: 10px;
  }

  .section-b-padding {
    padding-top: 0;
  }

  .divv {
    padding-left: 20px;
  }

  .mobilecontainer {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .desktopcontainer {
    display: none;
  }

  .contact {
    background-image: none;
  }

  .galleryimages-tall {
    object-fit: contain;
    width: auto;
    height: 320px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .grid-4 {
    grid-template-columns: 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .flexh {
    display: flex;
  }

  .galleryimages-tall2 {
    object-fit: contain;
    width: auto;
    height: 320px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-5 {
    grid-template-columns: 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .gridhidden {
    grid-template-columns: 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .gallery-grid-sm {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .navbrand {
    margin-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .menubutton.w--open {
    margin-right: 5px;
  }

  .background-video {
    object-fit: fill;
    height: 400px;
  }

  .hero-banner {
    min-width: 100px;
    padding-left: 20px;
    padding-right: 20px;
    inset: 0%;
  }

  .image {
    height: 400px;
  }

  .div-block {
    width: 200px;
    height: 400px;
  }

  .hr {
    width: 55%;
  }

  .bannergray {
    height: 280px;
  }

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

  .container {
    max-width: none;
  }

  .footer-dark {
    padding-bottom: 40px;
  }

  .footer-p-white {
    margin-top: 20px;
  }

  .service-grid-block {
    background-color: #fff;
    width: 100%;
    margin-bottom: 10px;
  }

  .shadow-hover {
    padding-top: 0;
  }

  .plight-copy {
    width: 70%;
  }

  .grid-3 {
    grid-column-gap: 6px;
    grid-template-columns: 1fr;
  }

  .container-2 {
    max-width: none;
  }

  .footer-copyright-center-copy {
    line-height: 20px;
  }

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

  .iconwhite {
    padding-right: 0;
  }

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

  .slide1container {
    padding-top: 40px;
  }

  .flexdiv-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .slidereveiwername {
    font-size: 18px;
  }

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

  .slider {
    height: 70vh;
  }

  .slidequote {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
    line-height: 35px;
  }

  .right-arrow, .left-arrow {
    width: 40px;
  }

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

  .reviewsbutton {
    margin-left: 10px;
    margin-right: 10px;
    line-height: 30px;
  }

  .blue-fade-div {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pageh1 {
    padding-left: 5%;
    font-size: 30px;
    line-height: 30px;
  }

  .galleryimages {
    width: 300px;
    height: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading2 {
    font-size: 30px;
    line-height: 35px;
  }

  .contact {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .contactinfo {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .galleryimages-tall {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .grid-4 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .galleryimages-tall2 {
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .grid-5 {
    grid-template-columns: 1fr 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .gridhidden {
    padding-top: 0;
    padding-bottom: 0;
  }

  .gallery-grid-sm {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

#w-node-affe98c6-62b9-fed9-5e8d-7a2ee0cd4f47-e0cd4f41, #w-node-affe98c6-62b9-fed9-5e8d-7a2ee0cd4f56-e0cd4f41, #w-node-affe98c6-62b9-fed9-5e8d-7a2ee0cd4f71-e0cd4f41, #w-node-ed1bbe99-29b3-d75d-0f76-558d66dc3ce5-732319c9, #w-node-_4c84db81-8dab-f7da-6db2-798f57ed7dae-732319c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1643c43c-1f53-34d9-b5bd-2b5a72db6ab9-732319c9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6bd54005-3471-d5dd-db9c-76c410b4ac47-732319c9, #w-node-_47de2be0-4ea3-535d-9feb-b6ca54c20235-732319c9, #w-node-f78c50ae-b9ce-a75f-617f-6771e4805694-ecaaa443, #w-node-_0abc65bc-a88e-f531-cb86-bade0e8ae3df-ecaaa443, #w-node-_5e482d1c-eaa3-eb8b-0e11-cd471ed4a9c8-ecaaa443 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d63d16b5-7311-d0d8-f470-6c0b9ff95604-ecaaa443 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: center;
}

#w-node-_2d6cb20b-7c0c-e03b-4e26-543705cdcf6f-ecaaa443, #w-node-_339c10f9-1af2-7d3b-af96-d701c035221e-ecaaa443, #w-node-_3f3688fd-9b84-804b-0002-a54d90b3b204-ecaaa443, #w-node-_15f45e31-32c5-7a1d-f5ed-2f24857021df-ecaaa443 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff19d1ae-5b32-f83b-ff53-9995904cebd3-ecaaa443 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ff19d1ae-5b32-f83b-ff53-9995904cebd5-ecaaa443 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ff19d1ae-5b32-f83b-ff53-9995904cebd7-ecaaa443 {
  place-self: center;
}

#w-node-baf591a4-6b6e-27f7-4035-78db6eef8421-ecaaa443 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-baf591a4-6b6e-27f7-4035-78db6eef841f-ecaaa443 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-baf591a4-6b6e-27f7-4035-78db6eef8423-ecaaa443 {
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-f78c50ae-b9ce-a75f-617f-6771e4805694-ecaaa443, #w-node-_0abc65bc-a88e-f531-cb86-bade0e8ae3df-ecaaa443, #w-node-_5e482d1c-eaa3-eb8b-0e11-cd471ed4a9c8-ecaaa443 {
    align-self: center;
  }

  #w-node-ff19d1ae-5b32-f83b-ff53-9995904cebd3-ecaaa443, #w-node-baf591a4-6b6e-27f7-4035-78db6eef841f-ecaaa443 {
    align-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1643c43c-1f53-34d9-b5bd-2b5a72db6ab9-732319c9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f78c50ae-b9ce-a75f-617f-6771e4805694-ecaaa443 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_0abc65bc-a88e-f531-cb86-bade0e8ae3df-ecaaa443, #w-node-_5e482d1c-eaa3-eb8b-0e11-cd471ed4a9c8-ecaaa443 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-d63d16b5-7311-d0d8-f470-6c0b9ff95604-ecaaa443 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-ff19d1ae-5b32-f83b-ff53-9995904cebd5-ecaaa443, #w-node-baf591a4-6b6e-27f7-4035-78db6eef8421-ecaaa443 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-CondLightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-CondBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-CondLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}