body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 3.8rem;
  line-height: 3.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #000;
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: 800;
  text-transform: capitalize;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: capitalize;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: capitalize;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 1.1rem;
  line-height: 1.1rem;
  font-weight: 700;
  text-transform: capitalize;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  font-size: 0.7rem;
  line-height: 0.7rem;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
  font-size: 0.9rem;
  line-height: 1.1rem;
  font-weight: 500;
}

.logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.logo-wrapper.wide {
  height: 150px;
}

.heading {
  font-size: 4rem;
  line-height: 4rem;
}

.elements-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 750px;
  padding: 40px 59px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-2 {
  font-weight: 800;
}

.heading-3 {
  font-weight: 800;
}

.logo-text-wrapper {
  color: #ff0c0c;
  font-size: 30px;
  line-height: 30px;
  text-decoration: none;
  text-transform: uppercase;
}

.logo-text {
  font-weight: 800;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5%;
  padding-left: 5%;
  -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;
}

.section.hero {
  padding-top: 300px;
  padding-bottom: 190px;
  background-image: url('../images/hero_bg_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.section.content {
  position: relative;
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.content.border-top {
  border-top: 5px solid #ff0c0c;
}

.section.content.bg-dark {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#f1f1f1));
  background-image: linear-gradient(180deg, #f1f1f1, #f1f1f1);
}

.section.footer {
  padding-top: 100px;
  padding-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
  color: hsla(0, 0%, 100%, 0.7);
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -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;
}

.container.nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.container.hero {
  max-width: 800px;
  padding: 20px;
  background-color: #000;
  color: #fff;
}

.container.align-left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.align-right {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.sub-header-1 {
  font-size: 2rem;
  line-height: 2rem;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.type-lock-wrapper {
  width: 50%;
  padding-right: 0px;
}

.type-lock-wrapper.pad-left {
  padding-left: 40px;
}

.type-lock-wrapper.pad-right {
  padding-right: 40px;
}

.content-img {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.content-img.align-left {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.column-2 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1200px;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: -webkit-max-content 1.5fr;
  -ms-grid-columns: max-content 1.5fr;
  grid-template-columns: -webkit-max-content 1.5fr;
  grid-template-columns: max-content 1.5fr;
  -ms-grid-rows: -webkit-max-content;
  -ms-grid-rows: max-content;
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
}

.card-header1 {
  color: #ff0c0c;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: capitalize;
}

.card-header1.mar-top {
  margin-top: 10px;
}

.card {
  width: 300px;
  padding: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  text-transform: uppercase;
}

.hours-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -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-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 2px solid #000;
}

.hours-wrapper.contact {
  border-bottom-style: none;
}

.bold {
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
}

.hours-text {
  color: #000;
  font-weight: 700;
  text-transform: none;
}

.map {
  width: 100%;
  height: 100%;
}

.social-link {
  cursor: pointer;
}

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

  h2 {
    font-size: 2rem;
  }

  .sub-header-1 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .card-header1 {
    font-size: 0.9rem;
  }

  .card {
    width: 230px;
    font-size: 0.7rem;
    line-height: 0.7rem;
  }
}

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

  .section.content {
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section.content.border-top {
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .type-lock-wrapper.pad-left {
    width: 100%;
    padding-left: 0px;
  }

  .type-lock-wrapper.pad-right {
    width: 100%;
    padding-right: 0px;
  }

  .content-img {
    position: static;
    width: 100%;
    margin-top: 20px;
  }

  .column-2 {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .card {
    width: 100%;
    padding: 10px;
  }

  .map-wrapper {
    width: 100%;
    height: 100%;
  }
}

#w-node-f3b69fb1-d448-3223-023c-500d6c866db5-1261fe19 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3b097b5e-1b61-8e6d-78cf-5b0452ca694f-1261fe19 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}