:root {
  --white: white;
  --midnight-blue: #192958;
  --crimson: #c72339;
  --black: black;
  --gainsboro: #e2e2e2;
  --mla: #b6b6b6;
}

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.header {
  background-color: var(--white);
  background-image: none;
  border: 1px #e40826;
  border-bottom: 6px solid #e40826;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 2px 2px 7px #00000087;
}

.div-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.body {
  background-image: radial-gradient(circle, #fff6, #0006), url('../images/retro-usa-flag.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.div-block-2 {
  align-self: auto;
  align-items: center;
  min-height: 155px;
  padding-left: 45px;
  display: flex;
}

.column {
  align-items: center;
  display: flex;
  position: relative;
}

.social-button {
  border: 1px solid var(--midnight-blue);
  background-color: var(--midnight-blue);
  color: var(--white);
  letter-spacing: 1px;
  border-radius: 20px;
  margin-left: 2px;
  margin-right: 2px;
  padding: 5px 15px;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: filter .2s;
  box-shadow: 1px 1px 3px #00000096;
}

.social-button:hover {
  filter: brightness(200%);
}

.column-2 {
  min-height: 155px;
}

.business-column {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 155px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
  top: 31px;
  left: 0;
}

.business-column._2 {
  left: 73px;
}

.column-4 {
  min-height: 155px;
}

.business-column-heading {
  color: var(--crimson);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 3px;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.business-column-heading.footer {
  margin-top: 10px;
}

.business-column-heading.footer._2 {
  margin-top: 20px;
}

.business-column-heading-2 {
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 6px;
  font-family: Oswald, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 13px;
}

.business-column-heading-2.footer {
  text-align: center;
  margin-bottom: 5px;
}

.business-column-heading-2.footer.legal {
  text-align: center;
  margin-top: 30px;
}

.text-block {
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-family: Oswald, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 15px;
}

.text-block.email {
  font-size: 13px;
  line-height: 15px;
}

.text-block.hours {
  font-size: 12px;
  line-height: 20px;
}

.text-block-2 {
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: 1px;
  font-family: Oswald, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 15px;
}

.columns {
  padding-left: 50px;
}

.navbar {
  background-color: var(--midnight-blue);
  background-image: none;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6px;
  display: block;
}

.container {
  justify-content: center;
  display: flex;
}

.menu-button {
  border: 1px solid var(--midnight-blue);
  background-color: var(--white);
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: 1px;
  border-radius: 8px;
  width: 100px;
  margin-top: 6px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 4px 15px;
  font-family: Oswald, sans-serif;
  font-weight: 600;
  transition: box-shadow .2s, color .2s, background-color .2s;
  box-shadow: 1px 1px 3px #0000006e;
}

.menu-button:hover {
  background-color: var(--black);
  color: var(--white);
  box-shadow: 1px 1px 7px #ffffff3d;
}

.menu-button.w--current {
  filter: saturate(200%);
  color: var(--midnight-blue);
  text-shadow: 1px 1px 6px #00000085;
}

.menu-button.fin-card {
  text-transform: uppercase;
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}

.menu-button.financing {
  text-transform: uppercase;
  border-radius: 20px;
  width: auto;
  padding: 12px 19px;
  font-size: 22px;
}

.nav-section {
  justify-content: center;
  display: block;
}

.bkgrd-vid-section {
  min-height: 100%;
}

.vid-cta {
  background-color: #000000d1;
  justify-content: center;
  width: 300px;
  height: auto;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
  box-shadow: 1px 1px 5px 2px #000;
}

.background-video {
  min-height: 800px;
}

.vid-cta-heading {
  text-align: center;
  letter-spacing: 1px;
  font-family: Oswald, sans-serif;
}

.text-span {
  letter-spacing: 12px;
  position: relative;
  right: -5px;
}

.text-span-2, .text-span-3 {
  letter-spacing: 5px;
  position: relative;
  right: -2px;
}

.vid-cta-subhead {
  text-align: center;
  letter-spacing: 2px;
  padding-top: 38px;
  padding-bottom: 20px;
  font-family: Oswald, sans-serif;
  position: static;
  bottom: -34px;
}

.button {
  border: 1px solid var(--white);
  text-align: center;
  letter-spacing: 2px;
  background-color: #19295899;
  width: 100%;
  margin-bottom: 24px;
  font-family: Oswald, sans-serif;
  font-weight: 600;
}

.button._2 {
  letter-spacing: 1px;
  width: auto;
  margin-left: 100px;
}

.button.financing {
  text-transform: uppercase;
  border-radius: 20px;
  padding: 12px 17px;
}

.about-us-section {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  min-height: 600px;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 0;
  display: flex;
}

.heading {
  border-bottom: 6px solid var(--crimson);
  color: var(--midnight-blue);
  text-align: center;
  margin: 0 auto 50px;
  padding-top: 25px;
  font-family: Oswald, sans-serif;
  display: inline-block;
}

.about-us {
  letter-spacing: 0;
  flex-direction: column;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 22px;
  display: flex;
}

.div-block-3 {
  align-self: center;
  max-width: 50%;
  margin-left: 0;
  padding-left: 49px;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 50%;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.div-block-5 {
  background-color: #ffffffe6;
  justify-content: center;
  min-width: auto;
  max-width: 80%;
  margin-top: 0;
  margin-left: 50px;
  margin-right: 50px;
  padding: 15px;
  display: flex;
  box-shadow: 4px 4px 8px 2px #00000040;
}

.div-block-5.pt2 {
  margin-top: 20px;
  margin-bottom: 30px;
}

.image {
  width: auto;
  max-width: 80%;
}

.div-block-6 {
  background-color: #ffffffe6;
  justify-content: center;
  align-items: center;
  min-width: 80%;
  max-width: 80%;
  margin-top: 80px;
  margin-bottom: 20px;
  padding: 10px 30px 15px;
  display: flex;
  box-shadow: 4px 4px 8px 2px #00000040;
}

.section {
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.div-block-7 {
  justify-content: center;
  align-self: auto;
  min-width: 100%;
  display: flex;
}

.paragraph {
  background-color: #0000;
  padding: 25px 15px 25px 70px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 22px;
}

.div-block-8 {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  display: flex;
}

.image-2 {
  flex: none;
}

.section-2 {
  text-align: left;
  flex-direction: column;
  align-items: center;
  min-height: auto;
  display: none;
}

.div-block-9 {
  background-color: #ffffffe6;
  min-width: 80%;
  max-width: 80%;
  min-height: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 50px;
}

.div-block-9.contact {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.heading-2 {
  text-align: center;
  padding-top: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.heading-3 {
  text-align: center;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 22px;
}

.list {
  text-align: left;
  width: auto;
}

.div-block-10 {
  max-width: 50%;
  margin-left: 20px;
}

.div-block-11 {
  max-width: 50%;
  margin-left: 60px;
}

.container-2 {
  justify-content: space-between;
  font-size: 15px;
  line-height: 20px;
  display: flex;
}

.div-block-12 {
  border-bottom: 1px #000;
  border-left: 1px #000;
  margin-left: 15px;
}

.div-block-13 {
  margin-left: 100px;
}

.list-item {
  text-align: left;
  border-bottom: 1px solid #000000bf;
}

.list-item-2 {
  text-align: center;
  border-bottom: 1px solid #000000bf;
}

.list-2, .list-3, .list-4, .list-5, .list-6 {
  text-align: center;
}

.section-3 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-bottom: 70px;
  padding: 11px 0 15px;
  display: flex;
}

.form {
  width: 600px;
  padding-top: 60px;
  padding-left: 70px;
}

.checkbox-label {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.checkbox-field {
  font-size: 14px;
}

.field-label {
  margin-top: 25px;
  font-family: Montserrat, sans-serif;
}

.text-field {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.text-field.text-area {
  min-height: 200px;
  margin-bottom: 70px;
}

.textarea {
  height: auto;
  min-height: 200px;
  margin-top: 0;
  margin-bottom: 71px;
}

.field-label-2 {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.section-4 {
  background-color: var(--midnight-blue);
  height: 30px;
}

.section-5 {
  border-top: 6px solid var(--crimson);
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  height: auto;
  display: block;
}

.section-6 {
  background-color: var(--midnight-blue);
  justify-content: space-around;
  align-items: center;
  height: 25px;
  display: flex;
}

.copyright {
  color: #8f8f8f;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.image-3 {
  text-align: left;
}

.bold-text {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 500;
}

.paragraph-2 {
  text-align: center;
}

.column-5 {
  flex-direction: column;
  align-items: center;
  min-height: auto;
  display: flex;
  bottom: -56px;
}

.column-6 {
  margin-bottom: 0;
  padding-top: 0;
  bottom: -61px;
}

.column-7 {
  padding-top: 0;
  top: 48px;
}

.bold-text-2 {
  font-weight: 300;
}

.column-8 {
  flex-direction: column;
  align-items: center;
  display: flex;
  top: 71px;
}

.columns-2 {
  min-height: 300px;
  padding-left: 100px;
  padding-right: 100px;
}

.text-span-4 {
  font-weight: 300;
}

.text-span-5 {
  font-size: 13px;
  font-weight: 300;
}

.text-span-6, .text-span-7 {
  font-weight: 300;
}

.text-span-8 {
  font-size: 13px;
  font-weight: 300;
}

.text-span-9 {
  font-weight: 300;
}

.div-block-14 {
  text-align: center;
  align-self: flex-start;
  margin-top: 59px;
  padding-left: 90px;
  padding-right: 90px;
  font-family: Montserrat, sans-serif;
}

.paragraph-3 {
  text-align: left;
  margin-top: 0;
  font-size: 12px;
  font-weight: 500;
}

.paragraph-3._2 {
  margin-top: 20px;
}

.image-4 {
  text-align: center;
  display: inline-block;
}

.div-block-15 {
  background-color: #ffffffe6;
  justify-content: center;
  min-width: 80%;
  max-width: 80%;
  height: 600px;
  margin-top: -100px;
  margin-bottom: 50px;
  display: flex;
}

.section-7 {
  justify-content: center;
  display: flex;
}

.div-block-16 {
  min-width: 50%;
}

.map-block {
  flex-direction: column;
  align-items: center;
  min-width: 50%;
  padding-top: 20px;
  display: flex;
  overflow: visible;
}

.map-image {
  flex: 0 auto;
  min-width: 100%;
  height: 70%;
}

.text-block-3 {
  text-align: center;
  letter-spacing: 1px;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.text-block-4 {
  color: var(--crimson);
  letter-spacing: 1px;
  margin-top: 20px;
  font-family: Oswald, sans-serif;
  font-weight: 600;
}

.text-block-5 {
  margin-top: 20px;
}

.ggl-map {
  box-shadow: none;
  border: 1px solid #0000004f;
}

.section-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.div-block-17 {
  min-width: 90%;
  max-width: 90%;
}

.div-block-18 {
  background-color: #ffffffe6;
  flex-direction: column;
  align-self: center;
  align-items: center;
  min-width: 80%;
  max-width: 80%;
  height: auto;
  margin-bottom: 100px;
  display: flex;
}

.package-tab-block {
  min-width: 80%;
  max-width: 80%;
  margin-top: 20px;
  margin-bottom: 30px;
}

.tabs {
  flex-direction: column;
  justify-content: center;
  margin-top: 30px;
  display: block;
}

.tabs-menu {
  justify-content: center;
  display: flex;
}

.tabs-content {
  flex-direction: row;
  justify-content: center;
  display: block;
}

.div-block-19 {
  justify-content: center;
  margin-bottom: 50px;
  display: flex;
}

.packages-tab-cards {
  background-color: var(--midnight-blue);
  color: var(--midnight-blue);
  border-radius: 6px;
  flex-direction: column;
  width: 300px;
  height: auto;
  margin: 15px 10px;
  padding: 20px;
  display: flex;
  box-shadow: 2px 2px 7px #00000073;
}

.card-header {
  background-color: var(--white);
  color: var(--crimson);
  border-bottom: 1px solid #000;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
}

.card-header.truss.sub, .card-header.truss.sub2 {
  margin-top: 20px;
}

.card-header-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.card-header-title.truss {
  color: var(--crimson);
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}

.card-header-title.truss._2 {
  border-bottom: 1px solid #000;
  margin-top: 3px;
}

.column-9 {
  border-left: 1px solid #000;
}

.text-block-6, .text-block-7 {
  text-align: center;
}

.column-10 {
  border-bottom: 0 #000;
  border-left: 1px solid var(--black);
}

.item-2-column {
  background-color: #fff;
  border: 1px solid #0000000d;
  padding-top: 1px;
  padding-bottom: 1px;
  font-family: Montserrat, sans-serif;
}

.div-block-20 {
  background-color: var(--white);
  margin-top: 10px;
}

.div-block-21 {
  background-color: var(--white);
}

.heading-4 {
  color: #333333ed;
  text-align: center;
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.tab-pane-tab-3 {
  margin-top: 30px;
}

.tab-links {
  color: var(--midnight-blue);
  letter-spacing: 1px;
  background-color: #00000014;
  border-radius: 10px;
  margin-left: 2px;
  margin-right: 2px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.tab-links:hover {
  background-color: #0000001a;
}

.tab-links.w--current {
  color: var(--crimson);
  background-color: #00000026;
}

.heading-5 {
  color: #535353;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
}

.heading-5.fin {
  margin-top: 20px;
  margin-bottom: 25px;
}

.paragraph-4 {
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 23px;
}

.paragraph-4._2 {
  margin-bottom: 20px;
}

.div-block-22 {
  width: 800px;
}

.div-block-23 {
  flex-direction: column;
  align-self: auto;
  width: 800px;
  display: flex;
}

.div-block-23._2 {
  align-items: center;
  padding-bottom: 50px;
  text-decoration: none;
}

.image-5 {
  text-align: left;
}

.div-block-24 {
  min-width: 80%;
  height: 500px;
}

.slider {
  width: 800px;
  height: 500px;
}

.slide {
  background-image: url('../images/19_1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-3 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.slide-2 {
  background-image: url('../images/1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/2.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/3.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/4.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/5.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/6.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/7.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/8.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1 {
  background-image: url('../images/9.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1-2 {
  background-image: url('../images/10.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1-3 {
  background-image: url('../images/11.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1-4 {
  background-image: url('../images/12.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1-5 {
  background-image: url('../images/13.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1-6 {
  background-image: url('../images/14.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1-7 {
  background-image: url('../images/15.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1-8 {
  background-image: url('../images/16.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1-9 {
  background-image: url('../images/17.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1-10 {
  background-image: url('../images/18.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2-2 {
  background-image: url('../images/24.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2-3 {
  background-image: url('../images/25.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2-4 {
  background-image: url('../images/26.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2-5 {
  background-image: url('../images/27.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2-6 {
  background-image: url('../images/28.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2-7 {
  background-image: url('../images/29.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2-8 {
  background-image: url('../images/30.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2-9 {
  background-image: url('../images/32.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2-10 {
  background-image: url('../images/33.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2-11 {
  background-image: url('../images/34.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3-2 {
  background-image: url('../images/36.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3-3 {
  background-image: url('../images/20.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3-4 {
  background-image: url('../images/22.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3-5 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-25 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.slide-10 {
  background-image: url('../images/1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-2 {
  width: 800px;
  height: 500px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.slide-11 {
  background-image: url('../images/2.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/3.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-13 {
  background-image: url('../images/4.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-14 {
  background-image: url('../images/5.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-15 {
  background-image: url('../images/6.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-16 {
  background-image: url('../images/7.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-17 {
  background-image: url('../images/8.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-18 {
  background-image: url('../images/9.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1-11 {
  background-image: url('../images/10.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1-12 {
  background-image: url('../images/12.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1-13 {
  background-image: url('../images/13.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1-14 {
  background-image: url('../images/14.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1-15 {
  background-image: url('../images/15.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1-16 {
  background-image: url('../images/16.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1-17 {
  background-image: url('../images/17.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1-18 {
  background-image: url('../images/18.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1-19 {
  background-image: url('../images/19.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1-20 {
  background-image: url('../images/20.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2-12 {
  background-image: url('../images/22.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2-13 {
  background-image: url('../images/24.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2-14 {
  background-image: url('../images/25.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2-15 {
  background-image: url('../images/26.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2-16 {
  background-image: url('../images/27.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2-17 {
  background-image: url('../images/28.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2-18 {
  background-image: url('../images/29.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2-19 {
  background-image: url('../images/30.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2-20 {
  background-image: url('../images/32.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2-21 {
  background-image: url('../images/33.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3-6 {
  background-image: url('../images/34.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3-7 {
  background-image: url('../images/36.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.paragraph-5 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 16px;
}

.div-block-26 {
  justify-content: center;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 90px;
  display: flex;
}

.financing-card {
  background-color: var(--midnight-blue);
  border-radius: 10px;
  width: 300px;
  height: 400px;
  margin-left: 5px;
  margin-right: 5px;
  display: none;
}

.heading-6 {
  border-top: 2px solid var(--crimson);
  border-bottom: 2px solid var(--crimson);
  color: var(--white);
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.text-block-11 {
  color: var(--gainsboro);
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.div-block-27 {
  margin-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

.div-block-28 {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.div-block-29 {
  justify-content: center;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 80px;
  display: flex;
}

.paragraph-6 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.div-block-31 {
  align-self: center;
  margin-left: 15px;
}

.div-block-32 {
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 90px;
  margin-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.paragraph-7 {
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.text-span-10, .text-span-11, .text-span-12 {
  font-size: 9px;
  position: relative;
  top: -5px;
}

.text-span-13, .text-span-14, .text-span-15 {
  font-size: 12px;
  position: relative;
  top: -5px;
}

.paragraph-8 {
  padding-left: 100px;
  padding-right: 100px;
}

.paragraph-9 {
  padding: 50px 100px 15px;
}

.heading-7 {
  color: #555050;
  text-align: center;
  font-family: Open Sans, sans-serif;
}

.link-block {
  text-decoration: none;
  position: static;
  left: 112px;
}

.link-block-2 {
  text-decoration: none;
  position: static;
  bottom: -17px;
  left: 27px;
}

.text-span-16, .text-span-17 {
  font-size: 9px;
  position: relative;
  top: -5px;
}

.text-span-18, .text-span-19 {
  font-size: 12px;
  position: relative;
  top: -5px;
}

.div-block-33 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.mla {
  color: #9e9e9e;
  margin-left: 5px;
  font-size: 12px;
}

.mla._1 {
  font-size: 10px;
}

.link-block-3 {
  color: var(--mla);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-6 {
  margin-left: 8px;
}

.link-block-4 {
  width: 300px;
}

.image-14 {
  margin-left: 8px;
}

.div-block-34 {
  background-image: url('../images/equal-housing-lender.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
  margin-right: 35px;
  position: static;
  inset: -208% auto auto 3%;
}

.header-info-col {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 155px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
  top: 31px;
  left: 99px;
}

.header-info-col._2 {
  top: 0;
  left: 0;
}

.paragraph-10 {
  color: var(--crimson);
  text-align: center;
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.image-15, .image-16, .image-17 {
  width: 250px;
  height: 250px;
}

._18mo-sac {
  background-image: url('../images/EB_PreQualify_Button_SAC_18Mo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 250px;
}

._5yr {
  background-image: url('../images/EB_PreQualify_Button_RIL_499_5Yr.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 250px;
}

._12mo-sac {
  background-image: url('../images/EB_PreQualify_Button_SAC_12Mo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 250px;
}

._7yr {
  background-image: url('../images/EB_PreQualify_Button_RIL_699_7Yr.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 250px;
}

._10yr {
  background-image: url('../images/EB_PreQualify_Button_RIL_699_10Yr.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 250px;
}

.text-span-20 {
  color: var(--crimson);
  line-height: 22px;
}

.rich-text-block {
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.div-block-35 {
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .body {
    background-image: radial-gradient(circle, #fff6, #0006), url('../images/retro-usa-flag.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .div-block-2 {
    flex-direction: row;
    margin-top: 13px;
    padding-left: 0;
    position: relative;
    left: -28px;
  }

  .social-button {
    margin-top: 5px;
    margin-bottom: 0;
    padding: 4px 12px;
    font-size: 9px;
  }

  .business-column {
    top: 16px;
    left: -19px;
  }

  .business-column._2 {
    top: 16px;
    left: -15px;
  }

  .text-block.hours {
    line-height: 23px;
  }

  .menu-button {
    margin-left: auto;
    margin-right: auto;
  }

  .menu-button.fin-card {
    margin-top: 0;
  }

  .heading {
    margin-bottom: 0;
    padding-top: 0;
  }

  .div-block-3 {
    max-width: 90%;
    padding-top: 10px;
    padding-left: 0;
  }

  .div-block-4 {
    max-width: 80%;
  }

  .div-block-5 {
    flex-direction: column;
    align-items: center;
    min-width: 90%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-6 {
    min-width: 95%;
    max-width: 95%;
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .paragraph {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-8 {
    max-width: 90%;
  }

  .div-block-9 {
    min-width: 90%;
    max-width: 90%;
  }

  .div-block-9.contact {
    flex-direction: column;
  }

  .heading-2 {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 30px;
  }

  .heading-3 {
    margin-top: 9px;
    font-size: 15px;
  }

  .div-block-11 {
    margin-left: 30px;
  }

  .container-2 {
    flex-direction: row;
    font-size: 12px;
    line-height: 17px;
    position: relative;
    left: -15px;
  }

  .div-block-12 {
    margin-left: 0;
  }

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

  .form {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .section-6 {
    height: 35px;
  }

  .copyright {
    font-size: 9px;
  }

  .image-3 {
    max-width: none;
  }

  .column-5 {
    right: 57px;
  }

  .column-6 {
    text-align: left;
    bottom: -43px;
  }

  .column-7 {
    top: 70px;
    right: -43px;
  }

  .column-8 {
    padding-left: 0;
    padding-right: 0;
    top: 88px;
    left: 69px;
  }

  .columns-2 {
    min-height: 350px;
  }

  .text-span-6, .text-span-9 {
    display: block;
  }

  .menu-button-2 {
    color: var(--white);
  }

  .menu-button-2.w--open {
    background-color: #0000;
    left: auto;
  }

  .nav-menu {
    background-color: #ffffff4d;
  }

  .div-block-15 {
    flex-direction: column;
    min-width: 90%;
    max-width: 90%;
    height: auto;
    padding-bottom: 30px;
  }

  .ggl-map {
    object-fit: fill;
    width: auto;
  }

  .div-block-18 {
    min-width: 95%;
    max-width: 95%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-19 {
    flex-direction: column;
    align-items: center;
  }

  .packages-tab-cards {
    margin-top: 0;
    margin-bottom: 3px;
  }

  .card-header.tab {
    display: none;
  }

  .text-block-8 {
    letter-spacing: 1px;
    font-size: 12px;
  }

  .div-block-22 {
    width: auto;
    max-width: 90%;
  }

  .div-block-23 {
    width: auto;
    min-width: 90%;
  }

  .image-5 {
    max-width: 80%;
  }

  .slider {
    width: 100%;
    height: 400px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .container-3 {
    object-fit: fill;
    justify-content: center;
    display: flex;
    position: relative;
    left: -20px;
  }

  .div-block-25 {
    justify-content: center;
    align-self: auto;
    max-width: 90%;
    padding-bottom: 0;
    display: flex;
  }

  .slide-nav {
    display: block;
  }

  .mask {
    overflow: hidden;
  }

  .slide-10 {
    background-image: url('../images/1.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slider-2 {
    width: 90%;
  }

  .slide-nav-2 {
    display: none;
  }

  .paragraph-5 {
    padding-left: 54px;
    padding-right: 54px;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
  }

  .financing-card {
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
    width: 250px;
    height: 300px;
    margin-left: 1px;
    margin-right: 1px;
    display: none;
  }

  .heading-6 {
    font-size: 18px;
  }

  .text-block-11 {
    font-size: 12px;
  }

  .div-block-27 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-28 {
    align-self: stretch;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 20px;
    display: flex;
  }

  .link-block {
    left: 24px;
  }

  .link-block-2 {
    bottom: 2px;
    left: 14px;
  }

  .mla {
    font-size: 10px;
  }

  .mla._1 {
    align-self: auto;
    font-size: 8px;
  }

  .image-6 {
    align-self: auto;
    margin-left: 5px;
  }

  .image-14 {
    margin-left: 5px;
  }

  .header-info-col {
    top: 16px;
    left: -19px;
  }

  .header-info-col._2 {
    top: 16px;
    left: -15px;
  }
}

@media screen and (max-width: 767px) {
  .div-block-2 {
    left: 144px;
  }

  .column, .column-2, .business-column {
    display: none;
  }

  .business-column._2 {
    top: 16px;
  }

  .vid-cta {
    width: 200px;
    font-size: 14px;
  }

  .vid-cta-heading {
    font-size: 33px;
    line-height: 38px;
  }

  .text-span {
    font-size: 30px;
  }

  .text-span-2, .text-span-3 {
    font-size: 32px;
  }

  .vid-cta-subhead {
    font-size: 16px;
    line-height: 13px;
  }

  .paragraph {
    font-size: 13px;
  }

  .div-block-9.contact {
    position: static;
  }

  .div-block-11 {
    margin-left: 15px;
  }

  .container-2 {
    font-size: 11px;
    left: -7px;
  }

  .div-block-12 {
    margin-left: 5px;
  }

  .form {
    width: auto;
  }

  .field-label-2 {
    object-fit: fill;
  }

  .section-6 {
    flex-direction: column;
    height: auto;
  }

  .copyright {
    margin-bottom: 10px;
    font-size: 10px;
  }

  .column-5 {
    bottom: -17px;
    right: auto;
  }

  .column-7 {
    top: 60px;
    right: auto;
  }

  .column-8 {
    top: 81px;
    left: auto;
  }

  .columns-2 {
    padding-bottom: 94px;
    padding-left: 0;
    padding-right: 0;
  }

  .form-block {
    object-fit: contain;
    width: auto;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    left: auto;
  }

  .card-header {
    display: block;
  }

  .item-2-column {
    display: flex;
  }

  .tab-links, .tab-links.w--current {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-8, .text-block-9, .text-block-10 {
    letter-spacing: 0;
    font-size: 12px;
  }

  .columns-3 {
    display: flex;
  }

  .heading-5 {
    font-size: 23px;
  }

  .paragraph-4 {
    font-size: 13px;
  }

  .div-block-23 {
    max-width: 90%;
  }

  .slider {
    height: 300px;
  }

  .slide-nav {
    display: none;
  }

  .slide-10 {
    background-image: url('../images/1.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slider-2 {
    height: 350px;
  }

  .slide-nav-2 {
    display: none;
  }

  .paragraph-5 {
    padding-left: 37px;
    padding-right: 37px;
    font-size: 14px;
    font-weight: 500;
  }

  .div-block-26 {
    flex-wrap: wrap;
  }

  .financing-card {
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .heading-6 {
    font-size: 18px;
  }

  .link-block {
    top: -5px;
    left: 235px;
  }

  .link-block-2 {
    bottom: -10px;
    left: 148px;
  }

  .mla {
    font-size: 9px;
  }

  .header-info-col {
    display: none;
  }

  .header-info-col._2 {
    top: 16px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 27px;
    line-height: 35px;
  }

  .about-us {
    font-size: 12px;
  }

  .div-block-5 {
    min-width: 100%;
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image {
    object-fit: contain;
    flex: 0 auto;
    max-width: 100%;
  }

  .div-block-6 {
    min-width: 100%;
    max-width: none;
  }

  .div-block-9 {
    min-width: 100%;
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-2 {
    object-fit: fill;
    flex-wrap: wrap;
    padding-left: 83px;
    padding-right: 32px;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    left: -30px;
  }

  .div-block-12.sub {
    position: relative;
    left: -59px;
  }

  .section-6 {
    height: auto;
  }

  .copyright {
    margin-bottom: 10px;
    padding-left: 23px;
    padding-right: 23px;
    font-size: 8px;
  }

  .columns-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-14 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-block {
    padding-left: 0;
    padding-right: 0;
  }

  .section-7 {
    display: none;
  }

  .div-block-18 {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .package-tab-block {
    min-width: 95%;
    max-width: 95%;
  }

  .card-header {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .card-header-title {
    font-size: 15px;
  }

  .text-block-6, .text-block-7 {
    font-size: 12px;
  }

  .item-2-column {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-4 {
    letter-spacing: 1px;
    font-size: 10px;
  }

  .tab-links {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }

  .tab-links.w--current {
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-block-8, .text-block-9, .text-block-10 {
    font-size: 10px;
    font-weight: 700;
  }

  .columns-4 {
    display: flex;
  }

  .heading-5.fin {
    line-height: 33px;
  }

  .image-5 {
    max-width: 100%;
  }

  .slider {
    object-fit: fill;
    width: 100%;
    max-width: none;
    height: auto;
  }

  .div-block-25 {
    max-width: 98%;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .slide-nav {
    margin-bottom: 0;
    padding-bottom: 0;
    display: none;
  }

  .slide-10 {
    background-image: url('../images/1.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slider-2 {
    width: 98%;
    height: 250px;
  }

  .slide-nav-2 {
    display: none;
  }

  .paragraph-5 {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 13px;
    font-weight: 500;
  }

  .div-block-26 {
    flex-direction: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
  }

  .financing-card {
    height: 320px;
    margin-bottom: 10px;
  }

  .div-block-29 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-31 {
    margin-left: 0;
  }

  .div-block-32 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block {
    left: 114px;
  }

  .link-block-2 {
    left: 29px;
  }

  .text-span-20 {
    font-size: 12px;
    line-height: 22px;
  }
}


