:root {
  --black: #333;
  --bright-gold: var(--yellow);
  --yellow: #140101;
  --white: white;
  --spring-yellow: #ffdf00;
  --transparent: #0000;
  --ffdf00: var(--yellow);
}

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

body {
  color: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.section-2 {
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.section-2.yellow {
  color: var(--bright-gold);
  background-color: #ffdf00;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

.let-us-heading {
  color: #333;
  text-align: center;
  background-image: linear-gradient(#ffdf00, #ffdf00);
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.25;
  display: flex;
}

.let-us-heading.black {
  color: var(--black);
}

.body {
  color: var(--yellow);
  flex-flow: column;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.header-photo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
}

.header-photo.auto {
  background-image: url('../images/Auto.jpg');
}

.header-photo.refer-friend {
  background-image: url('../images/ReferaFriend.png');
  background-position: 50% 75%;
}

.section-7 {
  align-self: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-3 {
  color: var(--black);
  text-align: left;
  font-size: 24px;
  font-weight: 400;
}

.section-8 {
  background-image: url('../images/house-1450586_1920.jpg');
  background-position: 50%;
  background-size: cover;
  height: 60vh;
}

.section-10 {
  background-image: url('../images/business.jpg');
  background-position: 50%;
  background-size: cover;
  height: 60vh;
}

.section-12 {
  background-image: url('../images/Life-2.jpg');
  background-position: 50%;
  background-size: cover;
  height: 60vh;
}

.section-12.motorcycle {
  background-image: url('../images/motorcycle-cover.png');
  background-position: 50% 45%;
}

.section-12.rv {
  background-image: url('../images/Camping-Cover.png');
  background-position: 50% 34%;
}

.section-12.atv {
  background-image: url('../images/ATV-COVER.png');
  background-position: 50% 36%;
  background-size: cover;
}

.quote-grid-section {
  padding: 40px 20px;
}

.quote-grid {
  grid-column-gap: 25px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.quote-grid.quote-page {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 40px;
}

.quote-heading {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}

.quote-paragraph {
  color: var(--black);
  text-align: center;
  font-size: 16px;
  line-height: 1.375;
}

.footer {
  align-items: flex-start;
}

.button-2 {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border-radius: 8px;
  font-weight: 700;
}

.button-2:hover {
  background-color: var(--yellow);
}

.section-15 {
  align-self: stretch;
  padding: 40px 20px;
}

.grid-4 {
  grid-column-gap: 0px;
  border-right: 0 solid #0000;
  grid-template-rows: auto;
  place-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.link-3 {
  color: var(--black);
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.phone-address-div {
  border-right: 1px solid var(--yellow);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.text-block-2 {
  color: var(--black);
  text-align: center;
  padding-top: 10px;
  font-size: 16px;
}

.text-block-3 {
  color: var(--black);
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.hours-div {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.contact-photo-header {
  background-image: url('../images/Building_crop.jpg');
  background-position: 50% 65%;
  background-size: cover;
  height: 60vh;
}

.companies-header-section {
  background-color: var(--black);
  flex-flow: column;
  align-self: stretch;
  padding-top: 10px;
  padding-bottom: 10px;
}

.companies-we-represent-text {
  color: var(--white);
  text-align: center;
  font-size: 16px;
  line-height: 1.25;
}

.columns-4 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.container-16 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section-12-copy {
  background-image: url('../images/Life-2.jpg');
  background-position: 50%;
  background-size: cover;
  height: 60vh;
}

.section-12-copy.rv {
  background-image: url('../images/Boat-Cover.png');
  background-position: 50% 59%;
}

.code-embed-4 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-slider-section {
  flex-flow: column;
}

.home-page-slider {
  background-color: #fff;
  flex-flow: column;
  min-height: 400px;
}

.slide-13 {
  background-image: url('../images/2024-Award.png'), url('../images/Clear-House.webp');
  background-position: 95% 90%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 75%, cover;
  background-attachment: scroll, scroll;
}

.slide-14 {
  background-image: url('../images/2024-Award.png'), url('../images/Quote_Home.jpg');
  background-position: 95% 90%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 75%, cover;
}

.slide-16 {
  background-image: url('../images/2024-Award.png'), url('../images/Life.jpg');
  background-position: 95% 90%, 50% 60%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 75%, cover;
}

.slide-nav {
  display: none;
}

.mask {
  text-align: center;
}

.voted-best-heading {
  color: var(--black);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.image-44 {
  object-fit: cover;
  max-width: 100%;
  height: 50%;
}

.columns-11 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
}

.form {
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.text-block-7 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.text-block-8 {
  color: var(--black);
  margin-top: 10px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.column-15 {
  flex-flow: column;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  padding-left: 40px;
  display: flex;
}

.column-16 {
  text-align: center;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.columns-12 {
  flex-flow: row;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.text-block-9 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 0;
  font-size: 16px;
  line-height: 24px;
}

.business-form {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.columns-13 {
  flex-flow: row;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.text-block-10 {
  color: var(--black);
  margin-top: 10px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.text-block-11 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.column-18 {
  flex-flow: column;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  padding-left: 40px;
  display: flex;
}

.motorcycle-form {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  display: block;
}

.columns-14 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  min-width: 70vh;
  min-height: 70vh;
  display: inline;
}

.text-block-12 {
  color: var(--black);
  flex-flow: column;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.column-20 {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  display: flex;
}

.columns-15 {
  align-self: auto;
  display: block;
}

.column-21 {
  text-align: center;
  align-self: center;
}

.image-45 {
  object-fit: cover;
  align-self: stretch;
}

.tablet-version.tab {
  object-fit: cover;
}

.text-block-13 {
  color: var(--black);
  text-align: left;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.column-22 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  display: flex;
}

.column-23 {
  flex-flow: row;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: block;
}

.columns-16 {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
}

.code-embed-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: stretch;
  margin-bottom: 10px;
  display: flex;
}

.text-block-14 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.columns-17 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
}

.code-embed-10 {
  text-align: center;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.code-embed-11 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed-12 {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.column-24 {
  flex-flow: column;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  padding-left: 40px;
  display: flex;
}

.column-25 {
  align-self: flex-start;
  padding-left: 40px;
  position: static;
}

.column-26 {
  flex-flow: column;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  padding-left: 40px;
  display: flex;
}

.column-27, .column-28 {
  align-self: flex-start;
}

.voted-best-section {
  background-color: var(--spring-yellow);
  padding-top: 10px;
  padding-bottom: 10px;
}

.insuring-dubois-heading {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 36px;
  line-height: 1.25;
  text-decoration: none;
}

.code-embed-14 {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.centered-heading {
  color: var(--black);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  align-self: stretch;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 22px;
}

.image-48 {
  text-align: center;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.image-49 {
  object-fit: cover;
}

.review-home-page {
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-top: 25px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  display: flex;
}

.italic-text-7 {
  font-size: 18px;
  font-weight: 600;
}

.container-33 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.review-heading-star-div {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.review-slide {
  aspect-ratio: 3 / 2;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: linear-gradient(#fff 49%, #ffe008);
  background-clip: border-box;
  margin-top: 0;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.mask-5 {
  margin-top: 0;
  padding-top: 0;
}

.review-slider {
  background-color: #fff0;
  align-self: stretch;
  min-height: 350px;
}

.carousel {
  background-color: var(--white);
}

.carousel-section {
  margin-top: 0;
}

.carousel-container-2 {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.logo-container-2 {
  justify-content: space-around;
  min-width: 250%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.logo-image {
  height: 75px;
}

.map-code {
  height: 350px;
}

.quote-section, .section-68 {
  background-color: var(--black);
  margin-top: 3px;
  margin-bottom: 3px;
}

.san-group-section {
  background-color: var(--black);
  padding-top: 20px;
  padding-bottom: 20px;
}

.san-group-container {
  max-width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.san-group-main-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-right: 3px solid var(--spring-yellow);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-right: 30px;
  display: flex;
}

.member-of-text {
  color: var(--white);
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
}

.image-50 {
  width: 50%;
}

.circle-div {
  background-color: var(--white);
  border-radius: 250px;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  display: flex;
}

.circle-div-text {
  color: var(--black);
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
}

.grid-15 {
  grid-column-gap: 10px;
  grid-row-gap: 25px;
  place-items: start center;
}

.san-group-info-text {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}

.san-group-grid-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.quote-grid-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.voted-best-container {
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.navbar-logo-center {
  z-index: 999;
  background-color: var(--black);
  position: relative;
  top: 0;
}

.navbar-logo-center-container {
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 100%;
}

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

.navbar-wrapper-three {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav-link-2 {
  color: var(--spring-yellow);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
  transition: all .5s;
  display: block;
}

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

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: var(--spring-yellow);
  border-radius: 4px;
  outline: 2px solid #0050bd;
  text-decoration: underline;
}

.nav-link-2.w--current {
  font-weight: 800;
}

.nav-link-2.left {
  width: 85px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 11px;
}

.list-item, .list-item-2, .list-item-3 {
  list-style-type: none;
}

.nav-logo {
  width: 250px;
}

.about-section {
  background-image: linear-gradient(0deg, var(--spring-yellow), white 25%);
  padding-top: 40px;
  padding-bottom: 40px;
}

.about-section.home {
  background-image: none;
}

.about-container {
  padding-left: 40px;
  padding-right: 40px;
}

.about-paragraph {
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.375;
}

.about-us-div {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.let-us-section {
  background-color: var(--spring-yellow);
  padding-top: 10px;
  padding-bottom: 10px;
}

.let-us-container {
  max-width: 1240px;
  padding-left: 40px;
  padding-right: 40px;
}

.let-us-text {
  color: var(--black);
  text-align: center;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.25;
}

.map-section {
  height: 350px;
}

.yellow-divider {
  background-color: var(--spring-yellow);
  width: 100%;
  height: 5px;
}

.button-div {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  display: flex;
}

.contact-us-button {
  background-color: var(--black);
  color: var(--spring-yellow);
  border-radius: 15px;
  transition: all .5s;
}

.contact-us-button:hover {
  box-shadow: 0 1px 5px 1px #00000080;
}

.nav-social-div {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-social-icon {
  width: 35px;
}

.image-51, .image-52 {
  object-fit: cover;
}

.column-29 {
  padding-left: 40px;
}

.image-53, .image-54 {
  object-fit: cover;
}

.footer-dark {
  background-color: var(--black);
  border-bottom: 1px solid #e4ebf3;
  padding: 30px 30px 5px;
  position: relative;
}

.container-36 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

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

.footer-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.footer-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-small {
  color: var(--spring-yellow);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  transition: all .5s;
}

.footer-link-2:hover {
  color: var(--spring-yellow);
}

.footer-social-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-social-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
}

.footer-divider {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 5px;
}

.footer-copyright-center {
  color: var(--white);
  text-align: center;
  font-size: 12px;
  line-height: 1;
}

.image-55 {
  width: 350px;
}

.image-56 {
  width: 35px;
}

.image-57 {
  width: 350px;
}

.footer-logo-div {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-phone {
  color: var(--spring-yellow);
  text-align: center;
  letter-spacing: 1px;
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
}

.footer-phone-link {
  text-decoration: none;
}

.quote-page-container {
  max-width: 100%;
}

.review-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px;
  display: flex;
}

.review-heading {
  text-align: center;
  margin-top: 0;
  font-size: 28px;
  line-height: 1;
}

.review-paragraph {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}

.quote-page-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
  place-items: center;
  padding-right: 100px;
}

.quote-div {
  width: 100%;
}

.review-stars {
  max-width: 75%;
  margin-bottom: 20px;
}

.person {
  text-align: center;
  font-size: 16px;
  font-style: italic;
  line-height: 1;
}

.review-slider-quote-pages {
  border: 5px solid var(--spring-yellow);
  background-color: #fff;
  background-image: linear-gradient(180deg, var(--white), var(--spring-yellow));
  width: 100%;
  height: 50%;
  overflow: hidden;
}

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

.newsletter-div {
  width: 50%;
}

.newsletter-caption-text {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  font-style: italic;
  text-decoration: none;
}

.lightbox-link {
  text-decoration: none;
}

.about-us-paragraph-div {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.san-we-offer-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr;
}

.we-offer-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  display: flex;
}

.we-offer-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  place-items: start center;
}

.offer-icon-div {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.we-offer-paragraph {
  color: var(--white);
  text-align: center;
  line-height: 1.25;
}

.we-offer-heading {
  color: var(--spring-yellow);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.we-offer-icon {
  max-width: 75%;
}

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

@media screen and (max-width: 991px) {
  .body {
    overflow: visible;
  }

  .quote-paragraph {
    height: auto;
  }

  .footer {
    flex-flow: column;
  }

  .html-embed {
    margin-top: 0;
  }

  .columns-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-16 {
    justify-content: flex-start;
    align-items: center;
  }

  .home-page-slider {
    min-height: 300px;
  }

  .columns-11 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .column-15 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
  }

  .columns-12 {
    flex-flow: column;
  }

  .columns-13 {
    display: block;
  }

  .column-18 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
  }

  .columns-14 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .column-20 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
  }

  .image-45 {
    align-self: auto;
  }

  .column-22 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
  }

  .columns-17 {
    flex-flow: column;
  }

  .column-24, .column-25, .column-26 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    display: flex;
  }

  .insuring-dubois-heading {
    text-align: center;
  }

  .review-home-page, .italic-text-7 {
    font-size: 16px;
  }

  .logo-container-2 {
    min-width: 400%;
  }

  .logo-image {
    height: 50px;
  }

  .san-group-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-logo-center {
    z-index: 995;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    z-index: 999;
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    background-color: #000;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-menu-block {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

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

  .nav-link-2.left {
    width: auto;
    font-size: 14px;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    background-color: var(--black);
    color: #fff;
  }

  .nav-logo {
    width: 100%;
  }

  .icon {
    color: var(--spring-yellow);
    font-size: 38px;
    line-height: 1;
  }

  .column-29 {
    padding-left: 10px;
  }

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

  .footer-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

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

  .footer-divider {
    margin-top: 20px;
  }

  .review-div {
    height: auto;
  }

  .quote-page-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-right: 0;
  }

  .review-slider-quote-pages {
    width: 75%;
    height: auto;
    margin-bottom: 40px;
  }

  .san-we-offer-grid {
    grid-template-columns: .75fr 1.25fr;
  }

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

@media screen and (max-width: 767px) {
  .header-photo {
    height: 40vh;
  }

  .section-7 {
    margin-top: 0;
  }

  .heading-3 {
    font-size: 16px;
    line-height: 25px;
  }

  .quote-grid-section {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .quote-paragraph {
    height: 88px;
  }

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

  .text-block-2 {
    font-size: 14px;
  }

  .text-block-3 {
    font-size: 18px;
  }

  .columns-4, .columns-11 {
    flex-flow: column;
  }

  .text-block-7 {
    font-size: 14px;
  }

  .columns-12, .columns-13 {
    flex-flow: column;
  }

  .text-block-10 {
    font-size: 14px;
  }

  .motorcycle-form {
    padding-left: 0;
  }

  .columns-14 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    min-width: 60vh;
    min-height: 30vh;
  }

  .columns-15 {
    flex-flow: column;
    display: flex;
  }

  .text-block-13 {
    font-size: 14px;
    line-height: 20px;
  }

  .columns-16 {
    flex-flow: column;
  }

  .column-26 {
    flex-flow: column;
    display: flex;
  }

  .insuring-dubois-heading {
    font-size: 28px;
  }

  .code-embed-14 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .review-slide {
    padding-top: 20px;
  }

  .review-slider {
    min-height: 400px;
  }

  .logo-container-2 {
    min-width: 600%;
  }

  .san-group-main-div {
    border-right-width: 0;
    padding-right: 0;
  }

  .image-50 {
    width: 50%;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .footer-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: center;
  }

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

  .footer-block {
    align-items: center;
  }

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

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

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

  .san-we-offer-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .we-offer-div {
    padding-left: 0;
  }

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

  .we-offer-icon {
    max-width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .let-us-heading {
    font-size: 14px;
  }

  .section-7 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-3 {
    font-size: 16px;
    line-height: 25px;
  }

  .section-12 {
    background-position: 50%;
  }

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

  .quote-paragraph {
    height: auto;
    font-size: 16px;
  }

  .footer {
    text-align: center;
  }

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

  .phone-address-div {
    border-right-color: #0000;
  }

  .section-12-copy {
    background-position: 50%;
  }

  .header-slider-section {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    min-width: 30vh;
    min-height: 30vh;
    display: block;
  }

  .slide-13 {
    margin-left: 0;
    padding-right: 0;
  }

  .voted-best-heading {
    flex-flow: column;
    justify-content: center;
    margin-right: 0;
    display: flex;
  }

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

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

  .text-block-10 {
    line-height: 20px;
  }

  .text-block-11 {
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-self: flex-start;
    align-items: stretch;
    margin-bottom: 10px;
    margin-right: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 20px;
    display: inline-flex;
  }

  .column-18 {
    justify-content: center;
    align-self: stretch;
    align-items: flex-start;
    padding-left: 15px;
  }

  .motorcycle-form {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .columns-14 {
    text-align: center;
    align-items: stretch;
    min-width: 30vh;
    min-height: 30vh;
    display: block;
  }

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

  .text-block-13 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .columns-16 {
    flex-flow: column;
  }

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

  .columns-17 {
    flex-flow: column;
  }

  .voted-best-section {
    display: flex;
  }

  .insuring-dubois-heading {
    flex-flow: column;
    align-items: stretch;
    margin-left: 20px;
    margin-right: 20px;
  }

  .code-embed-14 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: inline;
    overflow: visible;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .image-48 {
    align-self: center;
  }

  .image-49 {
    flex: none;
    align-self: stretch;
    max-width: 100%;
    display: block;
  }

  .review-slide {
    padding-top: 10px;
  }

  .review-slider {
    min-height: 450px;
  }

  .carousel-container-2 {
    border-radius: 0;
  }

  .logo-container-2 {
    min-width: 600%;
  }

  .logo-image {
    height: 50px;
  }

  .section-68 {
    margin-top: 220px;
  }

  .image-50 {
    width: 75%;
  }

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

  .nav-menu-three {
    flex-direction: column;
  }

  .about-container {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .review-stars {
    max-width: 100%;
  }

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

#w-node-_26f56954-1611-5771-ad8f-d70d7f7acca6-5e780cce, #w-node-_26f56954-1611-5771-ad8f-d70d7f7accbb-5e780cce, #w-node-_26f56954-1611-5771-ad8f-d70d7f7accc4-5e780cce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a62ec34-adb1-9594-a111-df22ca0d5109-bf150fc6, #w-node-_05111c9a-9e7f-b095-d0d4-09d1c205f1ae-bf150fc6 {
  justify-self: stretch;
}


