@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-goldenrod: #2d3945;
  --black: black;
  --blue: #0084f3;
  --white: white;
  --goldenrod: #bd9740;
  --dark-blue: #13161b;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.body {
  background-color: var(--dark-goldenrod);
  color: var(--black);
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.body-div {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.body-div.vertical {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.h1 {
  color: var(--blue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 35px;
  font-weight: 400;
  line-height: 42px;
}

.p {
  color: var(--white);
  width: 100%;
  margin-bottom: 10px;
}

.p._20b {
  margin-bottom: 20px;
}

.footer-link {
  color: var(--goldenrod);
  text-transform: none;
  font-size: 15px;
  text-decoration: none;
}

.company-logo {
  width: 280px;
}

.menu-buttons {
  text-align: right;
  width: 100%;
}

.menu-buttons.w--open {
  background-color: #0000;
}

.top {
  z-index: 100;
  background-color: var(--dark-goldenrod);
  justify-content: space-between;
  align-items: center;
  display: flex;
  box-shadow: 0 5px 5px #13161b4d;
}

.nav-div {
  text-align: left;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.menu-lines {
  width: 50px;
}

.nav-menu {
  background-color: var(--dark-goldenrod);
  align-items: stretch;
}

.co-logo-link {
  color: #fff;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.nav-link {
  color: var(--blue);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .2s;
}

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

.nav-bar {
  z-index: 5;
  background-color: #0000;
}

.image-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/roofing-services-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 650px;
  display: flex;
  position: relative;
}

.hero-top-text {
  text-align: center;
  padding-top: 20px;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-top-text.new {
  z-index: 100;
  background-color: var(--dark-blue);
  padding-top: 10px;
  padding-bottom: 10px;
  position: static;
}

.hero-div {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-top: 100px;
  display: flex;
}

.hero-heading {
  color: var(--white);
  text-align: center;
  text-shadow: 3px 3px 4px #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
}

.hero-subheading {
  color: var(--white);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 3px 3px 4px #000;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.body-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.body-section._20t {
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 0;
}

.body-section._40b {
  padding-top: 40px;
  padding-bottom: 40px;
}

.discover-more-link {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  text-decoration: none;
  display: flex;
}

.discover-more {
  color: var(--blue);
  text-align: center;
  letter-spacing: 2px;
  border-top: 1px solid #0084f380;
  border-bottom: 1px solid #0084f380;
  padding: 8px 10px 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: all .2s;
}

.discover-more:hover {
  color: var(--white);
  text-decoration: underline;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.grid-div {
  background-color: var(--dark-blue);
  border: 1px solid #ffffff80;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  font-weight: 400;
  display: flex;
}

.small-icon {
  width: 30px;
  margin-bottom: 12px;
}

.grid-title {
  color: var(--blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.bottom-text {
  color: var(--blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 34px;
  text-decoration: none;
}

.bottom-section {
  padding-top: 40px;
  padding-bottom: 60px;
}

._3-col-div {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._3-col-container {
  flex-direction: column;
  align-items: flex-start;
  width: 22%;
  display: flex;
}

._3-col-container.top40 {
  width: 100%;
  margin-top: 40px;
}

.bottom-title {
  border-bottom: 1px solid var(--goldenrod);
  color: var(--white);
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.bottom-links {
  color: #fff;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
}

.footer-sections {
  background-color: var(--dark-blue);
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-links {
  color: var(--goldenrod);
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.small-arrow {
  letter-spacing: 0;
  font-family: Oswald, sans-serif;
  font-weight: 200;
}

.text-block {
  color: var(--white);
  text-shadow: 3px 3px 4px #000;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.top-link {
  color: var(--white);
  text-decoration: none;
}

.top-arrow {
  background-color: #ffffff1a;
  border: 1px solid #bd974080;
  width: 60px;
  margin-top: 20px;
}

.top-arrow-link {
  margin-top: 20px;
}

.trade-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .6fr .75fr .48fr 1fr;
  place-items: center;
  margin-top: 40px;
}

.cureit, .trustmark {
  background-color: var(--white);
  padding: 10px;
}

.h3 {
  color: var(--blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  text-decoration: none;
}

.h3._50t {
  margin-top: 50px;
}

.slider {
  background-color: var(--dark-goldenrod);
  height: 600px;
  margin-top: 50px;
}

.right-arrow, .left-arrow {
  display: none;
}

.slide1 {
  background-image: url('../images/banner3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide2 {
  background-image: url('../images/PHOTO-2019-09-06-19-38-24.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-nav {
  display: none;
}

.list {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}

.list._20t {
  margin-top: 20px;
}

.list._48 {
  width: 48%;
}

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

.list.row {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  display: grid;
}

.list-item {
  margin-bottom: 10px;
}

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

.no-line {
  color: var(--white);
  text-decoration: none;
}

.full-img {
  width: 100%;
}

.full-img._60t {
  margin-top: 60px;
}

.h3-bullet {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

._2-col-div {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

._2-col-div._20t {
  margin-top: 20px;
}

._2-col-div._20p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.gallery-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 0;
}

.lb-img {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.blog-link {
  color: var(--white);
  width: 100%;
  margin-bottom: 0;
}

.small-h2 {
  color: var(--white);
  margin-top: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

._2-col-dark-div {
  background-color: var(--dark-blue);
  border: 1px solid #ffffff80;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
}

._2-col-dark-div.top {
  align-items: flex-start;
}

.areas-container {
  width: 20%;
}

.areas-map {
  width: 80%;
}

.areas {
  color: var(--white);
  width: 100%;
  margin-bottom: 0;
  line-height: 28px;
}

.areas._20b {
  margin-bottom: 20px;
}

.contact-map {
  width: 60%;
}

.form {
  width: 37%;
}

.form._100 {
  width: 100%;
}

.site-map-link {
  color: var(--white);
  margin-bottom: 0;
  text-decoration: none;
}

.site-map-link._20b {
  margin-bottom: 20px;
}

.int-link {
  color: var(--white);
  font-weight: 700;
}

.white {
  color: var(--white);
  text-decoration: none;
}

.heading-3 {
  color: var(--blue);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}

.div-block {
  margin-bottom: 10px;
}

.top-section {
  z-index: 1000;
  position: sticky;
  top: 0;
}

.dropdown-toggle {
  color: var(--blue);
  text-align: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .2s;
}

.dropdown-toggle:hover, .dropdown-toggle.w--current {
  color: var(--white);
}

.dropdown-link {
  color: var(--blue);
}

.dropdown-list {
  background-color: var(--dark-goldenrod);
}

.dropdown-list.w--open {
  margin-top: 26px;
}

.banner-button-text {
  font-size: 16px;
}

.hero-button {
  border: 1px solid var(--white);
  background-color: var(--dark-goldenrod);
  color: #fff;
  border-radius: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s;
}

.hero-button:hover {
  background-color: var(--blue);
}

.text-span {
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 35px;
  display: flex;
}

.hero-side-button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 26px;
  display: flex;
}

.hero-div-edge {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: auto;
  display: grid;
}

.button-links {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 40px;
  width: 60px;
  height: 60px;
  text-decoration: none;
  transition: background-color .2s;
}

.button-links:hover {
  background-color: var(--dark-goldenrod);
}

.hero-div-mid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
}

.hero-side-button-social {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 30px;
  display: flex;
}

.banner-heading {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 54px;
}

.hero-div-full {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .45fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  display: grid;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #f5f5f5;
  border-color: #4353ff;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_button {
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #fff;
  border-color: #4353ff;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 16px;
  height: 16px;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: 12px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_label {
  color: #4353ff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-banner_text-link {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

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

.announcement-link {
  color: #fff;
  font-size: 18px;
  font-weight: 200;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.announcement-link:hover {
  color: var(--white);
}

.announcement-time {
  color: #fff;
  font-size: 1em;
  font-weight: 100;
}

.container {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.container.announcement-container {
  width: 90%;
  max-width: none;
}

.announcement-bar {
  background-color: #353535;
}

.announcement-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.announcement-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 1em;
  line-height: 1.5;
  display: flex;
}

.announcement-contact-info {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.announcement-contact-info.margin-right-20 {
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.announcement-contact {
  background-color: var(--blue);
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 5px 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.announcement-contact:hover {
  color: #212529;
}

.google-review {
  margin-left: 7px;
  font-family: "Fa Brands 400", sans-serif;
}

.form-throuhgout {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (min-width: 1280px) {
  .lb-img {
    object-fit: cover;
    height: 300px;
  }

  .banner-button-text {
    width: auto;
    height: auto;
    display: inline-block;
  }

  .hero-side-button {
    width: auto;
    height: auto;
  }

  .button-links {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-side-button-social {
    width: auto;
    height: auto;
  }

  .announcement-link {
    font-size: 18px;
  }

  .announcement-link:hover {
    color: var(--white);
  }

  .announcement-bar {
    background-color: var(--dark-blue);
  }

  .announcement-icon {
    font-family: "Fa Solid 900", sans-serif;
  }

  .announcement-contact {
    background-color: var(--blue);
  }

  .announcement-contact:hover {
    color: var(--white);
  }

  .google-review {
    margin-left: 7px;
    font-family: "Fa Brands 400", sans-serif;
    font-weight: 400;
  }
}

@media screen and (max-width: 991px) {
  .image-section {
    height: 530px;
  }

  .hero-heading {
    margin-bottom: 10px;
    line-height: 55px;
  }

  .top-arrow {
    margin-top: 0;
  }

  .trade-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .slider {
    height: 350px;
    margin-top: 40px;
  }

  .list.row {
    width: 100%;
  }

  .full-img._60t {
    margin-top: 50px;
  }

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

  ._2-col-dark-div.top {
    flex-direction: column;
  }

  .areas-container {
    width: 25%;
  }

  .areas-map {
    width: 75%;
  }

  .contact-map {
    width: 100%;
    margin-top: 30px;
  }

  .form {
    width: 100%;
  }

  .hero-button {
    width: 70%;
  }

  .hero-div-edge {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .button-links.middle {
    margin-left: 15px;
    margin-right: 15px;
  }

  .hero-div-mid {
    justify-items: center;
    margin-bottom: 40px;
  }

  .banner-heading {
    width: 80%;
  }

  .hero-div-full {
    grid-column-gap: 15px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .container.announcement-container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .announcement-wrapper {
    flex-direction: row;
  }

  .announcement-icon {
    font-family: "Fa Solid 900", sans-serif;
  }

  .announcement-contact-info.margin-right-20 {
    flex: none;
  }

  .announcement-contact-info.margin-right-20.mobile-display-none {
    display: none;
  }

  .announcement-contact {
    background-color: var(--blue);
  }

  .google-review {
    margin-left: 7px;
    font-family: "Fa Brands 400", sans-serif;
  }
}

@media screen and (max-width: 767px) {
  .image-section {
    height: 500px;
  }

  .hero-div {
    margin-top: 50px;
  }

  .hero-heading {
    font-size: 44px;
    line-height: 50px;
  }

  .body-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .body-section._20t {
    padding-top: 1px;
  }

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

  .grid-div {
    padding: 30px;
  }

  .grid-title {
    margin-top: 0;
  }

  .bottom-section {
    padding-bottom: 40px;
  }

  ._3-col-div {
    flex-direction: column;
  }

  ._3-col-container {
    width: 100%;
  }

  ._3-col-container.mid, ._3-col-container.mid-copy {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .bottom-title {
    margin-bottom: 20px;
  }

  .trade-grid {
    grid-template-columns: .5fr .7fr;
  }

  .h3._50t {
    margin-top: 40px;
  }

  .slider {
    height: 280px;
  }

  .list.row {
    width: 100%;
  }

  .full-img._60t {
    margin-top: 40px;
  }

  .gallery-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  ._2-col-dark-div {
    padding: 30px;
  }

  .areas-container {
    width: 35%;
  }

  .areas-map {
    width: 65%;
  }

  .contact-map {
    width: 100%;
    margin-top: 30px;
  }

  .hero-button {
    padding-top: 20px;
    padding-bottom: 20px;
    transition-property: background-color;
  }

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

  .hero-side-button {
    font-size: 22px;
  }

  .button-links {
    transition-property: background-color;
  }

  .banner-heading {
    width: 90%;
    font-size: 40px;
    line-height: 45px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .container.announcement-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .announcement-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .announcement-contact-info.margin-right-20 {
    margin-right: 0;
  }

  .announcement-contact-info.margin-right-20.mobile-display-none {
    margin-right: 10px;
  }

  .announcement-contact {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    padding: 20px 40px;
  }
}

@media screen and (max-width: 479px) {
  .h1 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 34px;
  }

  .menu-buttons {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 8px;
  }

  .top {
    flex-direction: column;
  }

  .nav-div {
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-lines {
    width: 45px;
  }

  .nav-menu {
    padding: 0 20px 20px;
    box-shadow: 0 6px 5px #13161b4d;
  }

  .co-logo-link {
    padding-bottom: 0;
  }

  .nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-bar {
    width: 100%;
  }

  .image-section {
    justify-content: flex-end;
    height: auto;
    padding-bottom: 30px;
  }

  .hero-heading {
    font-size: 34px;
    line-height: 38px;
  }

  .hero-subheading {
    font-size: 18px;
    line-height: 28px;
  }

  .body-section, .body-section._40b {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .discover-more-link {
    margin-top: 30px;
  }

  .discover-more {
    width: 100%;
  }

  .grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .grid-div {
    padding: 20px;
  }

  .grid-title {
    margin-bottom: 10px;
  }

  .bottom-text {
    font-size: 22px;
    line-height: 32px;
  }

  .bottom-section {
    padding-bottom: 30px;
  }

  .footer-sections {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block {
    line-height: 24px;
  }

  .top-arrow {
    width: 50px;
    margin-bottom: 20px;
  }

  .top-arrow-link {
    margin-top: 10px;
  }

  .trade-grid {
    margin-top: 30px;
  }

  .h3 {
    font-size: 22px;
    line-height: 32px;
  }

  .h3._50t {
    margin-top: 30px;
  }

  .slider {
    height: 210px;
    margin-top: 30px;
  }

  .list._48 {
    width: 100%;
  }

  .list.row {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .full-img._60t {
    margin-top: 30px;
  }

  ._2-col-div {
    flex-direction: column;
  }

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

  .lb-img {
    height: 225px;
  }

  ._2-col-dark-div {
    flex-direction: column;
    padding: 20px;
  }

  .areas-container {
    width: 100%;
    display: flex;
  }

  .areas-map {
    width: 100%;
    margin-top: 24px;
  }

  .areas {
    width: 50%;
  }

  .contact-map {
    width: 100%;
    margin-top: 20px;
  }

  .form {
    margin-top: 20px;
  }

  .dropdown-toggle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-button {
    width: 70%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-span {
    margin-top: 10px;
    font-size: 16px;
  }

  .hero-side-button {
    font-size: 17px;
  }

  .hero-div-edge {
    margin-top: 10px;
  }

  .button-links {
    width: 40px;
    height: 40px;
  }

  .hero-div-mid {
    grid-row-gap: 16px;
    margin-bottom: 0;
  }

  .hero-side-button-social {
    font-size: 16px;
  }

  .banner-heading {
    font-size: 25px;
    line-height: 30px;
  }

  .hero-div-full {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-content: center;
    height: 100%;
    padding-top: 40px;
  }

  .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-prefs_content {
    padding: 24px;
  }

  .announcement-link {
    font-size: 18px;
  }

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

  .announcement-icon {
    font-size: 1.2em;
  }

  .announcement-contact-info.margin-right-20 {
    text-align: center;
    justify-content: center;
  }

  .announcement-contact {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

#w-node-b8af0970-f142-f07a-e453-a5915eeab23a-ae5036f5 {
  justify-self: center;
}

#w-node-b8af0970-f142-f07a-e453-a5915eeab23b-ae5036f5, #w-node-_7487ef0f-6266-9311-0f28-ee7832efca59-ae5036f5, #w-node-b8af0970-f142-f07a-e453-a5915eeab23e-ae5036f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8af0970-f142-f07a-e453-a5915eeab242-ae5036f5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b8af0970-f142-f07a-e453-a5915eeab246-ae5036f5, #w-node-b8af0970-f142-f07a-e453-a5915eeab249-ae5036f5, #w-node-b8af0970-f142-f07a-e453-a5915eeab24a-ae5036f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8af0970-f142-f07a-e453-a5915eeab24c-ae5036f5 {
  justify-self: center;
}

#w-node-b8af0970-f142-f07a-e453-a5915eeab24d-ae5036f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b8af0970-f142-f07a-e453-a5915eeab250-ae5036f5, #w-node-_2c8fd274-93e7-ebc8-12a0-4bb2261637bc-ae5036f5, #w-node-b7c65e04-b9f1-8511-1b26-d272c410780d-ae5036f5, #w-node-bb07c80c-a172-618b-a763-72dcef8e13d9-ae5036f5, #w-node-_90e50492-6920-90fa-712c-6fe286791034-ae5036f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9526c33-e620-df64-69ee-78ea858714c6-5c0e9749, #w-node-_154b8ac7-625b-b56d-2e6a-fa2677016cb3-713c14b9, #w-node-_0dc6ad6d-0524-cba2-0546-bcca13cbcd1c-713c14b9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cb5c2266-8174-b230-da05-b5d209b8f1b0-87b90d13, #w-node-c1d82791-b32b-7bfb-a24d-433ae40324e9-87b90d13, #w-node-_43ce1690-cd12-5794-8d96-a14999df3aff-87b90d13, #w-node-_73ffe07d-b0a7-9c23-2c53-fde37ac0fd3e-87b90d13, #w-node-_033f1578-c070-ded0-2664-d121f4c165a1-87b90d13, #w-node-_48a20f6e-bfd5-288a-dfba-84ee7e78461e-87b90d13, #w-node-_3ee23d04-0c66-9fd8-3c7d-c3dcd8bbe679-87b90d13, #w-node-c430b4fc-b3f0-e986-cb30-fc3ba07e0121-87b90d13, #w-node-_183f6fbc-27b2-3e68-d5c0-c29e6bd76ea8-87b90d13, #w-node-_1e1120db-a750-183c-b089-223d4dca2b8e-87b90d13, #w-node-_9826e456-3f31-e016-bde7-89099dc2917f-87b90d13, #w-node-caaff0a9-b32b-b4b9-53e7-15b1b8f95224-87b90d13, #w-node-_42831c73-bb3f-0550-e429-5fe956b5f7f6-87b90d13, #w-node-_7a44ce51-d37b-ff1f-35cc-4ce3d95eeaf4-87b90d13, #w-node-_979eb146-d907-882d-bd67-5fc3ff7660f7-87b90d13, #w-node-_81d3b3ce-d9f7-3651-a0c2-0fc46c4effff-87b90d13, #w-node-b2aae259-8f01-9207-f2aa-dcc92f25bd1e-87b90d13, #w-node-_4cb84463-4c02-8407-e03b-bf3f4576ef61-87b90d13, #w-node-_6d847d9b-e4d2-cb8e-fa84-879e7c800f1b-87b90d13, #w-node-bcad5f96-0bc6-f5f3-7cd8-7b973e82c5bf-87b90d13, #w-node-_20f319c3-8eae-bb31-e675-7aa5ef971fd8-87b90d13, #w-node-_6c30dc1d-b50a-5ab2-0373-5219f3fbce9a-87b90d13, #w-node-_95338a10-8dd8-2790-d23c-3776443d347c-87b90d13, #w-node-c0a2d3b7-f418-fa7d-3a4a-0481b7c2d7ab-87b90d13, #w-node-_9a1fb305-542d-5885-9cda-b3f5fcdad977-87b90d13, #w-node-a25140a5-bf50-3c08-dc87-4e6b3274e50c-87b90d13, #w-node-_2389df23-780d-f688-e180-4e1bfe2fab18-87b90d13, #w-node-ae771824-38af-d0ff-09ca-37ec073f97ce-87b90d13, #w-node-_445445d8-f53c-2337-912c-8675433eb011-87b90d13, #w-node-_7da703cb-d9ed-44fc-d534-61fdac7accc2-87b90d13, #w-node-c8e4b8b4-279a-fcc9-bbf0-27e10d35ea78-87b90d13, #w-node-f6a1ac8b-df0e-e28d-291a-d59cc4f9265b-87b90d13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9526c33-e620-df64-69ee-78ea858714c6-da0e8174, #w-node-f9526c33-e620-df64-69ee-78ea858714c6-980c176f, #w-node-f9526c33-e620-df64-69ee-78ea858714c6-b02d5ba2, #w-node-f9526c33-e620-df64-69ee-78ea858714c6-15748fd7, #w-node-f9526c33-e620-df64-69ee-78ea858714c6-fe050b61, #w-node-f9526c33-e620-df64-69ee-78ea858714c6-44f861f0, #w-node-a89b9317-48cb-0544-6f17-8731b0154b18-44f861f0, #w-node-f9526c33-e620-df64-69ee-78ea858714c6-894a1ebd, #w-node-_585c5df0-6bd1-60c8-e0d8-7e8f7effe93b-894a1ebd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1280px) {
  #w-node-b8af0970-f142-f07a-e453-a5915eeab242-ae5036f5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-b8af0970-f142-f07a-e453-a5915eeab23a-ae5036f5 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: start;
  }

  #w-node-b8af0970-f142-f07a-e453-a5915eeab241-ae5036f5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b8af0970-f142-f07a-e453-a5915eeab246-ae5036f5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-b8af0970-f142-f07a-e453-a5915eeab249-ae5036f5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-b8af0970-f142-f07a-e453-a5915eeab24c-ae5036f5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_84ac0b37-4f4e-053f-cd59-bafe0f4a36b5-0f4a36b2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_84ac0b37-4f4e-053f-cd59-bafe0f4a36bf-0f4a36b2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_84ac0b37-4f4e-053f-cd59-bafe0f4a36c4-0f4a36b2 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b8af0970-f142-f07a-e453-a5915eeab23a-ae5036f5 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-b8af0970-f142-f07a-e453-a5915eeab246-ae5036f5, #w-node-b8af0970-f142-f07a-e453-a5915eeab249-ae5036f5, #w-node-b8af0970-f142-f07a-e453-a5915eeab24c-ae5036f5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_84ac0b37-4f4e-053f-cd59-bafe0f4a36b5-0f4a36b2, #w-node-_84ac0b37-4f4e-053f-cd59-bafe0f4a36bf-0f4a36b2 {
    justify-self: center;
  }

  #w-node-_84ac0b37-4f4e-053f-cd59-bafe0f4a36c4-0f4a36b2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}