:root {
  --dk-blue: #24408f;
  --nw-blue: #1472ba;
  --white: white;
  --75-white: #ffffffbf;
  --75-nw-blue: #1472babf;
  --white-2: white;
  --black: black;
}

.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 {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 1.25;
}

.header-bar {
  z-index: 1000;
  background-color: var(--dk-blue);
  height: 40px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-logo-left {
  z-index: 999;
  background-color: var(--nw-blue);
  box-shadow: 0 2px 5px 0 var(--dk-blue);
  justify-content: center;
  align-items: center;
  min-height: 100px;
  display: flex;
  position: fixed;
  inset: 40px 0% auto;
}

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

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
}

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.nav-menu-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 75%;
}

.nav-menu-two {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
}

.nav-link {
  color: var(--white);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 2.5px;
  font-size: 14px;
  line-height: 1.25;
  text-decoration: none;
  transition: all .5s;
}

.nav-link:hover {
  color: var(--75-white);
  text-decoration: underline;
}

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

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  color: var(--white);
  letter-spacing: .25px;
  padding: 5px 20px 5px 2.5px;
  font-size: 14px;
  line-height: 20px;
  transition: all .5s;
}

.nav-dropdown-toggle:hover {
  color: var(--75-white);
  text-decoration: underline;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: var(--white);
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 2.5px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  box-shadow: 0 2px 5px 0 var(--dk-blue);
  right: 0;
}

.nav-dropdown-link {
  color: var(--dk-blue);
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  transition: all .5s;
}

.nav-dropdown-link:hover {
  background-color: var(--dk-blue);
  color: var(--white);
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.header-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 40px;
  padding-left: 10px;
  padding-right: 40px;
  display: flex;
}

.header-social-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 125px;
  height: 40px;
  display: flex;
}

.link-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
}

.link-block.facebook {
  background-image: url('../images/facebook-white.svg');
}

.link-block.instagram {
  background-image: url('../images/instagram-white.svg');
}

.link-block.linkedin {
  background-image: url('../images/linkedin-white.svg');
}

.header-menu-wrapper {
  width: 100%;
  height: 40px;
}

.list {
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  height: 40px;
  padding-left: 0;
  display: flex;
}

.header-link {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.icon-link {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
}

.icon-link.email-us {
  background-image: url('../images/email-icon-white.svg');
}

.icon-link.mailing-list {
  background-image: url('../images/mail-icon-white.svg');
  background-size: auto;
}

.icon-link.appointment {
  background-image: url('../images/appointment-icon-white.svg');
}

.icon-link.quote {
  background-image: url('../images/price-icon-white.svg');
}

.list-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block {
  height: 40px;
}

.contact-header-button {
  background-color: var(--nw-blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  height: 40px;
  padding: 10px 30px;
  font-weight: 700;
  transition: all .5s;
}

.contact-header-button:hover {
  background-color: var(--white);
  color: var(--dk-blue);
  font-weight: 700;
}

.insurance-logo {
  transition: all .5s;
}

.insurance-logo:hover {
  opacity: .5;
}

.insurance-logo.rockwood {
  width: 75%;
}

.insurance-logo.nationwide {
  width: 50%;
}

.insurance-logo.aic, .insurance-logo.gbu, .insurance-logo.openly {
  width: 75%;
}

.insurance-logo.aetna {
  width: 100%;
}

.home-photo-section {
  background-image: url('../images/442A1241-edit.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: flex-start;
  align-items: center;
  margin-top: 200px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.opacity-div-block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: var(--75-nw-blue);
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 60vw;
  margin-left: 40px;
  padding: 40px;
  display: flex;
}

.main-heading {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1;
}

.main-subheading {
  color: var(--75-white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 1;
}

.quote-button-home {
  background-color: var(--dk-blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 10px;
  font-weight: 900;
  transition: all .5s;
}

.quote-button-home:hover {
  background-color: var(--white);
  box-shadow: 0 2px 5px 2px var(--dk-blue);
  color: var(--nw-blue);
}

.quote-button-home.divider {
  width: 200px;
}

.card-section {
  margin-bottom: 25px;
}

.insurance-tile-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--dk-blue);
  opacity: .85;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 250px;
  min-height: 250px;
  padding: 0 20px 40px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.insurance-tile-link:hover {
  box-shadow: 0 2px 5px 0 var(--dk-blue);
  opacity: 1;
}

.link-block-title {
  color: var(--white);
  font-size: 22px;
  line-height: 1;
}

.link-block-text {
  color: var(--75-white);
  line-height: 1;
}

.home-heading-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.divider-section {
  background-image: url('../images/blue-background-abstract_10-Background-35.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 50px;
}

.divider-section.contact {
  height: 100px;
}

.divider-container {
  justify-content: space-around;
  align-items: center;
  height: 50px;
  display: flex;
}

.about-section-home {
  margin-top: 25px;
  margin-bottom: 0;
}

.secure-tomorrow-today-text {
  color: var(--white);
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 900;
}

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

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

.about-paragraph {
  color: var(--dk-blue);
  margin-bottom: 0;
  font-size: 16px;
}

.icon-section-home {
  background-color: var(--dk-blue);
  padding-top: 40px;
  padding-bottom: 40px;
}

.icon-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end center;
  display: grid;
}

.icon-heading {
  color: var(--white);
  font-size: 25px;
  line-height: 1;
}

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

.low-rate-icon {
  background-image: url('../images/low-price-icon-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 125px;
}

.handshake-icon {
  width: 150px;
}

.insurance-types-icon, .in-business-since-icon {
  width: 125px;
}

.who-we-are-section-home {
  background-image: url('../images/blue-background-abstract_10-Background-35.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 200px;
}

.who-we-are-container-home {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.keystone-grid {
  grid-template-rows: auto;
}

.keystone-section-home {
  margin-top: 25px;
  margin-bottom: 25px;
}

.aarp-logo, .pennie-logo {
  width: 200px;
}

.aarp-pennie-div {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-left: 3px solid var(--dk-blue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-5 {
  width: 400px;
}

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

.keystone-circle-text {
  color: var(--dk-blue);
  text-transform: uppercase;
  padding-top: 10px;
  font-weight: 700;
}

._3-8-circle, ._270-circle, ._16-circle, ._4th-circle {
  width: 75px;
}

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

.keystone-heading-home {
  margin-top: 0;
  margin-bottom: 0;
}

.aarp-pennie-heading-home {
  color: var(--dk-blue);
  margin-top: 0;
  margin-bottom: 0;
}

.ready-to-help-section {
  background-color: var(--dk-blue);
  margin-top: 25px;
  padding-bottom: 25px;
}

.ready-to-help-container {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.ready-to-help-heading-home {
  color: var(--white);
}

.ready-to-help-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.ready-to-help-link-title {
  color: var(--white);
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
}

.email-link {
  background-image: url('../images/email-icon-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 125px;
  height: 125px;
  transition: all .5s;
}

.email-link:hover {
  opacity: .5;
}

.request-appointment-link {
  background-image: url('../images/appointment-icon-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 125px;
  height: 125px;
  transition: all .5s;
}

.request-appointment-link:hover {
  opacity: .5;
}

.request-quote-link {
  background-image: url('../images/price-icon-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 125px;
  max-width: 100%;
  height: 125px;
  transition: all .5s;
}

.request-quote-link:hover {
  opacity: .5;
}

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

.footer-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  display: flex;
}

.kness-logo-footer {
  width: 300px;
}

.pia-logo, .iab-logo {
  width: 60px;
}

.pia-iab-logo-div {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
  display: flex;
}

.pia-iab-text {
  color: var(--dk-blue);
  font-size: 12px;
}

.copyright-div {
  background-color: var(--dk-blue);
  justify-content: center;
  align-items: center;
  height: 25px;
  margin-top: 25px;
  display: flex;
}

.copyright-text {
  color: var(--white);
  font-size: 12px;
  font-weight: 400;
}

.logo-phone-number-footer-div {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.footer-phone-location {
  color: var(--dk-blue);
  font-weight: 700;
}

.dubois-phone-link, .phone-link {
  color: var(--dk-blue);
  font-weight: 700;
  text-decoration: none;
}

.footer-phone-number-div {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  display: flex;
}

.section {
  margin-top: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}

.contact-heading {
  color: var(--dk-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 1.25;
}

.grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
  place-items: start stretch;
  margin-top: 25px;
}

.contact-page-subheading {
  color: var(--dk-blue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.125;
}

.list-item-2, .list-item-3, .list-item-4 {
  text-align: left;
  padding-bottom: 5px;
}

.form-instruction-list {
  color: var(--dk-blue);
  margin-bottom: 0;
  padding-left: 15px;
  list-style-type: decimal;
}

.text-block-4 {
  color: var(--dk-blue);
  text-align: center;
  font-weight: 700;
}

.contact-us-link-quote-page {
  color: var(--nw-blue);
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  transition: all .5s;
}

.contact-us-link-quote-page:hover {
  color: var(--dk-blue);
}

.get-in-touch-contact-div {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  margin-top: 15px;
  display: flex;
}

.divider-section-25px {
  background-image: url('../images/blue-background-abstract_10-Background-35.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 25px;
}

.tile-grid-home-page {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: center;
  place-items: stretch center;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

.request-a-quote-form {
  padding-left: 20px;
  padding-right: 20px;
}

.section-3 {
  margin-top: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}

.appointment-request-grid {
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
  padding-top: 25px;
}

.section-4 {
  margin-top: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}

.mailing-list-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  padding-top: 25px;
}

.heading {
  color: var(--dk-blue);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 28px;
  line-height: 1.25;
}

.heading.who-we-are {
  color: var(--white);
}

.subheading {
  color: var(--nw-blue);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 1.25;
}

.subheading.pages {
  color: var(--75-white);
  margin-bottom: 0;
  font-size: 22px;
  font-style: italic;
}

.subheading.who-we-are {
  color: var(--75-white);
}

.name-text {
  color: var(--dk-blue);
  margin-top: 10px;
  font-size: 16px;
  font-weight: 900;
}

.title-text {
  color: var(--nw-blue);
  font-style: italic;
}

.headshot-card {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.image-6 {
  opacity: .5;
  max-width: 40%;
}

.headshot-link {
  justify-content: flex-end;
  align-items: flex-end;
  width: 175px;
  height: 175px;
  padding: 15px;
  transition: all .5s;
  display: flex;
}

.headshot-link:hover {
  box-shadow: 0 0 5px 2px var(--dk-blue);
  width: 190px;
  height: 190px;
}

.headshot-link.john-kness {
  background-image: url('../images/Kness-John.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 15px;
  display: flex;
}

.headshot-link.huddleston {
  background-image: url('../images/Huddleston-Kim.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.headshot-link.ethan {
  background-image: url('../images/Kness-Ethan.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.headshot-link.erica {
  background-image: url('../images/ericawilliams.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.headshot-link.lorrie {
  background-image: url('../images/lorrieheller.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.headshot-link.deb-l {
  background-image: url('../images/debl.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.headshot-link.jessica {
  background-image: url('../images/jessicam.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.headshot-link.toni-w {
  background-image: url('../images/toniw.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.headshot-link.tammy {
  background-image: url('../images/tammyj.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.headshot-link.tina-b {
  background-image: url('../images/tinab.jpg');
  background-position: 0 0;
  background-size: cover;
}

.headshot-link.kim-stout {
  background-image: url('../images/kimberlys.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.headshot-link.williamj {
  background-image: url('../images/williamj.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.headshot-link.carson {
  background-image: url('../images/carson.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.headshot-link.julia {
  background-image: url('../images/julia-bashline.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.headshot-link.lynette {
  background-image: url('../images/Bloom-Lynette.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-6 {
  margin-top: 0;
  padding-top: 25px;
  padding-bottom: 25px;
}

.logo-grid {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

.link-block-27, .link-block-23, .link-block-30, .link-block-50, .link-block-48, .link-block-49, .link-block-31 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-4 {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  padding-top: 25px;
}

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

.photo-section {
  justify-content: flex-start;
  align-items: center;
  margin-top: 200px;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.photo-section.affiliate {
  background-image: url('../images/AdobeStock_283012333.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.photo-section.auto {
  background-image: url('../images/AdobeStock_220348820.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.photo-section.residential {
  background-image: url('../images/AdobeStock_640691805.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.photo-section.health {
  background-image: url('../images/AdobeStock_334071766.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.photo-section.life {
  background-image: url('../images/AdobeStock_403147956.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.photo-section.disability {
  background-image: url('../images/AdobeStock_399678995.jpeg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.photo-section.business {
  background-image: url('../images/AdobeStock_533836618.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.photo-section.claims {
  background-image: url('../images/AdobeStock_347837726.jpeg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.photo-section.dubois {
  background-image: url('../images/_42A3611.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.photo-section.clearfield {
  background-image: url('../images/clearfield-outside.jpeg');
  background-position: 50% 45%;
  background-repeat: no-repeat;
  background-size: cover;
}

.photo-section.pittsburgh {
  background-image: url('../images/4K2A9350-edit.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.photo-section.contact {
  background-image: url('../images/AdobeStock_487120348.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.photo-section.floral-city {
  background-image: url('../images/florida-outside-edit.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.photo-section.fire {
  background-image: url('../images/AdobeStock_443962180.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.photo-section.umbrella {
  background-image: url('../images/AdobeStock_314951583.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.photo-section.farm {
  background-image: url('../images/AdobeStock_363344170.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.photo-section.commercial-auto {
  background-image: url('../images/AdobeStock_362151653.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.photo-section.group {
  background-image: url('../images/AdobeStock_387120045.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.photo-section.state-college {
  background-image: url('../images/442A1241-edit.jpg');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
}

.photo-section.philipsburg {
  background-image: url('../images/442A9389-edit.jpg');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
}

.photo-section.finance {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_590970080.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.photo-section.bonds {
  background-image: url('../images/AdobeStock_386379767.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.photo-section.bus {
  background-image: url('../images/AdobeStock_521440215.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.photo-section.tampa {
  background-image: url('../images/tampa-outside.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.photo-section-div {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--75-nw-blue);
  box-shadow: 0 2px 5px 1px var(--dk-blue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 20px;
  display: flex;
}

.pages-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 1.25;
}

.heading-text {
  color: var(--white);
  padding-left: 40px;
  padding-right: 40px;
}

.kness-logo-nav {
  height: 60px;
}

.affilate-logo {
  transition: all .5s;
}

.affilate-logo:hover {
  opacity: .5;
}

.affilate-logo.sandy {
  width: 75%;
}

.affilate-logo.ymca {
  width: 80%;
}

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

.description-section {
  padding-top: 25px;
  padding-bottom: 25px;
}

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

.description-paragraph {
  color: var(--dk-blue);
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
}

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

.lowest-rate-text {
  color: var(--nw-blue);
  font-size: 16px;
  font-weight: 900;
}

.icon-grid-pages {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  width: 100%;
}

.image-90, .image-92, .image-93, .image-94 {
  width: 75%;
}

.image-95 {
  width: 65%;
}

.image-96, .image-97 {
  width: 75%;
}

.healthcare-grid {
  grid-template-rows: auto;
}

.healthcare-heading {
  color: var(--dk-blue);
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-9 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.image-99 {
  width: 35%;
  padding-bottom: 15px;
}

.image-100 {
  width: 250px;
  transition: opacity .5s;
}

.image-100:hover {
  opacity: .5;
}

.image-101, .image-102 {
  width: 250px;
}

.div-block-10 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.link-2 {
  color: var(--nw-blue);
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
  transition: all .5s;
}

.link-2:hover {
  color: var(--dk-blue);
}

.medicare-div {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-left: 3px solid var(--dk-blue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

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

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: end center;
}

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

.image-103 {
  width: 55%;
}

.image-104 {
  width: 35%;
}

.image-105 {
  width: 40%;
}

.life-grid-div {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.life-ins-title {
  color: var(--nw-blue);
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
}

.grid-6 {
  grid-template-rows: auto;
  place-items: end center;
}

.grid-7 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  place-items: start center;
}

.disability-list {
  list-style-type: square;
}

.list-item-1 {
  color: var(--dk-blue);
  text-align: left;
  padding-bottom: 10px;
}

.image-106, .image-107 {
  width: 45%;
}

.grid-8 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: end center;
}

.image-108, .image-109, .image-110, .image-111, .image-113 {
  width: 35%;
}

.image-114 {
  width: 30%;
}

.image-115, .image-116, .image-117 {
  width: 35%;
}

.image-118 {
  width: 65%;
}

.image-119 {
  width: 35%;
}

.claims-section {
  margin-top: 0;
  padding-top: 25px;
  padding-bottom: 25px;
}

.tab-link-tab-1 {
  background-color: var(--75-nw-blue);
  color: #fff;
}

.tab-link-tab-1.w--current {
  background-color: var(--nw-blue);
}

.tab-title {
  font-size: 20px;
  font-weight: 700;
}

.div_payment {
  flex-direction: column;
  display: flex;
}

.company-name {
  color: var(--nw-blue);
  letter-spacing: .2px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.link_payment {
  color: var(--dk-blue);
  letter-spacing: .2px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .5s;
}

.link_payment:hover {
  color: var(--75-nw-blue);
}

.file-a-claim-online {
  color: var(--dk-blue);
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}

.div-block-13 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.link-block-51, .link-block-52, .link-block-53 {
  text-decoration: none;
}

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

.contact-container {
  text-decoration: none;
}

.grid-9 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: end stretch;
}

.phone-contact-div.middle {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.phone-contact-div.left {
  border-right: 3px solid var(--dk-blue);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-right: 25px;
  display: flex;
}

.phone-contact-div.right {
  border-left: 3px solid var(--dk-blue);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-left: 25px;
  display: flex;
}

.contact-title {
  color: var(--dk-blue);
  padding-top: 15px;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}

.contact-title.visit-us {
  color: var(--white);
}

.contact-icon {
  width: 50%;
}

.contact-icon.phone, .contact-icon.fax, .contact-icon.email {
  width: 35%;
}

.contact-icon.location, .contact-icon.hours {
  width: 20%;
}

.contact-div-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 10px;
  display: flex;
}

.code-embed, .map-section {
  height: 350px;
}

.text-block-5 {
  color: var(--white);
  padding-top: 15px;
  font-size: 22px;
  font-weight: 700;
}

.section-8 {
  background-color: var(--dk-blue);
  padding-top: 25px;
  padding-bottom: 25px;
}

.grid-10 {
  grid-template-rows: auto;
  place-items: center stretch;
}

.div-block-14 {
  border-left: 3px solid var(--white);
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-15 {
  padding-left: 20px;
  padding-right: 20px;
}

.link-block-54, .link-block-55, .link-block-56 {
  text-decoration: none;
}

.carousel-section {
  margin-top: 25px;
}

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

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

.logo-image {
  height: 75px;
}

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

.image-120 {
  height: 50px;
}

.blank-section {
  height: 40px;
}

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

.contact-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  place-items: center stretch;
}

.contact-page-heading {
  color: var(--dk-blue);
  margin-top: 10px;
  margin-bottom: 10px;
}

.contact-page-text {
  color: var(--nw-blue);
  font-weight: 700;
  transition: all .5s;
}

.contact-page-text:hover {
  color: var(--dk-blue);
}

.contact-page-grid-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 3px solid var(--nw-blue);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.container-8 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  display: flex;
}

.contact-page-map-div {
  padding-left: 10px;
  padding-right: 10px;
}

.contact-page-form {
  padding-bottom: 25px;
}

.link-block-57, .link-block-58, .link-block-59, .link-block-60, .link-block-61, .link-block-62, .link-block-63, .link-block-64 {
  text-decoration: none;
}

.div-block-17 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-block-65 {
  text-decoration: none;
}

.div-block-18 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-block-66 {
  text-decoration: none;
}

.div-block-19 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-block-67, .link-block-68, .link-block-69, .link-block-70, .link-block-71, .link-block-72, .link-block-73, .link-block-74 {
  text-decoration: none;
}

.customer-experience-section {
  margin-top: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}

.customer-review-form {
  padding-left: 20px;
  padding-right: 20px;
}

.location-heading {
  color: var(--dk-blue);
  margin-top: 0;
  text-decoration: underline;
}

.div-block-20 {
  background-color: var(--dk-blue);
  justify-content: center;
  align-items: center;
  height: 25px;
  margin-bottom: 25px;
  display: flex;
}

.payments-accepted-text {
  color: var(--white);
  font-size: 12px;
  font-weight: 400;
}

.code-embed-7 {
  margin-top: 40px;
  margin-bottom: 0;
}

.lightbox-link {
  width: 300px;
  height: 400px;
  margin-top: 15px;
}

.heading-2 {
  color: var(--dk-blue);
  margin-top: 25px;
  font-size: 18px;
  line-height: 1.125;
}

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

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

.state-college-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: start center;
}

.philipsburg-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: start center;
}

.vehicle-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.vehicle-grid-div {
  background-color: var(--nw-blue);
  justify-content: center;
  align-items: center;
  padding: 25px;
  transition: all .5s;
  display: flex;
}

.vehicle-grid-div:hover {
  background-color: var(--dk-blue);
}

.vehicle-grid-text {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 900;
}

.grid-14 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.div-block-21 {
  background-color: var(--nw-blue);
  justify-content: center;
  align-items: center;
  padding: 25px;
  transition: all .5s;
  display: flex;
}

.div-block-21:hover {
  background-color: var(--dk-blue);
}

.text-block-6 {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 900;
}

.grid-15 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  width: 100%;
}

.image-121, .image-122, .image-123 {
  width: 50%;
}

.grid-16 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-items: stretch stretch;
  width: 100%;
}

.grid-17 {
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: end center;
}

.grid-18 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: end center;
  width: 100%;
}

.nav-bar-brand-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.who-we-are-container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.who-we-are-section {
  padding-top: 25px;
  padding-bottom: 25px;
}

.div-block-22 {
  background-color: var(--dk-blue);
  width: 100%;
  height: 3px;
}

.dubois-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start center;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    inset: 160px 0 0% auto;
  }

  .nav-menu-two {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    box-shadow: 0 2px 5px 0 var(--dk-blue);
    background-color: #fff;
    border-radius: 50px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
    display: flex;
  }

  .nav-link {
    color: var(--nw-blue);
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link:hover {
    color: var(--dk-blue);
  }

  .nav-dropdown-toggle {
    color: var(--nw-blue);
  }

  .nav-dropdown-toggle:hover {
    color: var(--dk-blue);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    z-index: 999;
    position: absolute;
    right: auto;
  }

  .menu-button {
    background-color: var(--dk-blue);
    color: var(--white);
    padding: 15px;
  }

  .menu-button.w--open {
    background-color: var(--white);
    color: var(--dk-blue);
  }

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

  .header-social-wrapper {
    justify-content: space-between;
    align-items: center;
    width: 110px;
  }

  .link-block.facebook, .link-block.instagram, .link-block.linkedin {
    width: 20px;
    height: 20px;
  }

  .list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-left: 20px;
  }

  .header-link {
    font-size: 12px;
  }

  .icon-link.email-us, .icon-link.appointment {
    background-size: auto;
  }

  .icon-link.quote {
    background-size: auto;
    width: 25px;
    height: 25px;
  }

  .list-item {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .contact-header-button {
    margin-left: 20px;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 11px;
  }

  .opacity-div-block {
    width: 100vw;
    margin-right: 40px;
    padding-left: 10px;
  }

  .main-heading {
    text-align: center;
  }

  .main-subheading {
    text-align: center;
    font-size: 29px;
  }

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

  .insurance-tile-link {
    width: 200px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-image {
    max-width: 75%;
  }

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

  .low-rate-icon {
    width: 75px;
  }

  .handshake-icon {
    width: 125px;
  }

  .insurance-types-icon, .in-business-since-icon {
    width: 100px;
  }

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

  .aarp-logo, .pennie-logo {
    width: 200px;
  }

  .image-5 {
    width: 300px;
  }

  .footer-section {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    padding-top: 0;
    display: flex;
  }

  .footer-container {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
  }

  .copyright-div {
    margin-top: 0;
  }

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

  .contact-heading {
    font-size: 24px;
  }

  .tile-grid-home-page {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
  }

  .section-3, .section-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .photo-section.auto {
    background-position: 50%;
    height: 35vh;
  }

  .photo-section.health {
    background-position: 85%;
  }

  .photo-section.disability {
    background-position: 70% 100%;
  }

  .photo-section.dubois {
    background-position: 50% 100%;
  }

  .photo-section-div {
    width: 85%;
  }

  .description-section {
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-3, .contact-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-9 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .contact-icon.email {
    width: 22%;
  }

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

  .logo-image {
    height: 50px;
  }

  .contact-page-section, .container-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .medicare-div-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

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

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

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .nav-menu-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-two {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    border-radius: 20px;
    flex-flow: wrap;
  }

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

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    z-index: 1250;
    top: 40px;
  }

  .nav-dropdown-link {
    text-align: center;
  }

  .header-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block.facebook, .link-block.instagram, .link-block.linkedin {
    width: 15px;
    height: 15px;
  }

  .list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-left: 10px;
  }

  .header-link {
    font-size: 10px;
  }

  .contact-header-button {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
  }

  .home-photo-section {
    background-attachment: scroll;
  }

  .opacity-div-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
  }

  .main-heading {
    font-size: 36px;
  }

  .main-subheading {
    font-size: 22px;
  }

  .quote-button-home.divider {
    letter-spacing: 1px;
    width: 150px;
    font-size: 10px;
  }

  .insurance-tile-link {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: flex-end;
    align-items: center;
    height: 210px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-around;
    align-items: center;
  }

  .divider-section.contact {
    height: 150px;
  }

  .divider-container {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .secure-tomorrow-today-text {
    font-size: 12px;
  }

  .icon-section-home {
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    place-items: end center;
  }

  .icon-heading {
    font-size: 20px;
  }

  .icon-text {
    font-size: 12px;
  }

  .low-rate-icon {
    width: 50px;
  }

  .handshake-icon, .insurance-types-icon, .in-business-since-icon {
    width: 75px;
  }

  .keystone-section-home {
    padding-left: 20px;
    padding-right: 20px;
  }

  .aarp-logo, .pennie-logo {
    width: 150px;
  }

  .keystone-circle-text {
    font-size: 14px;
  }

  ._3-8-circle, ._270-circle, ._16-circle, ._4th-circle {
    width: 50px;
  }

  .ready-to-help-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .email-link, .request-appointment-link, .request-quote-link {
    width: 100px;
    height: 100px;
  }

  .copyright-text {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .contact-page-subheading {
    text-align: center;
  }

  .form-instruction-list {
    padding-left: 75px;
  }

  .tile-grid-home-page {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .appointment-request-grid, .mailing-list-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .subheading.pages {
    font-size: 20px;
  }

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

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

  .photo-section.auto {
    height: 50vh;
  }

  .photo-section.disability {
    background-position: 70% 100%;
  }

  .photo-section.contact {
    background-position: 75%;
  }

  .photo-section.umbrella, .photo-section.group {
    background-position: 100%;
  }

  .photo-section.philipsburg {
    background-position: 50%;
  }

  .photo-section-div {
    width: 100%;
  }

  .pages-heading {
    font-size: 24px;
  }

  .kness-logo-nav {
    max-height: 150px;
  }

  .div-block-9 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

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

  .phone-contact-div.left {
    border-right-width: 0;
    padding-right: 0;
  }

  .phone-contact-div.right {
    border-left-width: 0;
    padding-left: 0;
  }

  .contact-icon.phone, .contact-icon.fax {
    width: 20%;
  }

  .contact-icon.email {
    width: 17%;
  }

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

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

  .contact-grid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    place-items: center stretch;
    width: 100%;
  }

  .contact-page-heading.bottom {
    margin-top: 20px;
  }

  .contact-page-grid-div {
    border-bottom-width: 0;
  }

  .container-8 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: center;
    height: 150px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-page-map-div {
    border-bottom: 3px solid var(--nw-blue);
  }

  .code-embed-3, .code-embed-4, .code-embed-5, .code-embed-6 {
    width: 100%;
  }

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

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

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

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

  .grid-14, .dubois-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .header-bar {
    height: 110px;
  }

  .navbar-logo-left {
    top: 110px;
  }

  .navbar-logo-left-container.shadow-three {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container {
    max-width: none;
    padding-left: 0;
  }

  .navbar-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .nav-menu-wrapper {
    top: 140px;
  }

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

  .header-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 110px;
  }

  .header-social-wrapper {
    width: 75px;
  }

  .list {
    margin-left: 0;
  }

  .div-block {
    width: 50%;
  }

  .contact-header-button {
    width: 100%;
    height: 30px;
    margin-top: 5px;
    margin-left: 0;
    padding-top: 10px;
  }

  .home-photo-section {
    margin-top: 245px;
  }

  .opacity-div-block {
    height: 100%;
    padding-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-heading {
    padding-right: 0;
  }

  .card-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .insurance-tile-link {
    width: 200px;
    height: 210px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-6 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .divider-section.contact {
    height: 200px;
  }

  .secure-tomorrow-today-text {
    font-size: 12px;
  }

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

  .who-we-are-section-home {
    margin-top: 245px;
  }

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

  .aarp-logo, .pennie-logo {
    width: 200px;
  }

  .aarp-pennie-div {
    border-left-width: 0;
  }

  .ready-to-help-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .kness-logo-footer {
    width: 275px;
  }

  .pia-iab-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .copyright-text {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 10px;
    line-height: 1;
  }

  .section {
    margin-top: 260px;
  }

  .form-instruction-list {
    padding-left: 20px;
  }

  .tile-grid-home-page {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-3, .section-4 {
    margin-top: 260px;
  }

  .subheading {
    font-size: 21px;
  }

  .logo-grid {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid-4 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr 1fr;
  }

  .photo-section {
    margin-top: 245px;
  }

  .photo-section.auto {
    background-position: 65%;
  }

  .photo-section.disability {
    background-position: 60% 100%;
  }

  .photo-section.contact {
    background-position: 65%;
  }

  .photo-section.umbrella {
    background-position: 50%;
  }

  .photo-section.commercial-auto {
    background-position: 75%;
  }

  .photo-section.group {
    background-position: 70%;
  }

  .photo-section.state-college {
    background-position: 10%;
  }

  .photo-section.philipsburg {
    background-position: 50%;
  }

  .photo-section.finance {
    background-image: linear-gradient(#0000, #0000), url('../images/AdobeStock_590970080.jpeg');
    background-position: 0 0, 0%;
  }

  .photo-section.bus {
    background-position: 40%;
  }

  .kness-logo-nav {
    width: auto;
    height: 50px;
    padding-right: 0;
  }

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

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

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

  .image-88, .image-89 {
    width: 100%;
  }

  .image-90 {
    width: 75%;
  }

  .image-91 {
    width: 100%;
  }

  .image-92 {
    width: 75%;
  }

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

  .image-99 {
    width: 75%;
  }

  .medicare-div {
    border-left-width: 0;
  }

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

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

  .grid-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

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

  .contact-icon.phone, .contact-icon.fax {
    width: 25%;
  }

  .contact-icon.email {
    width: 22%;
  }

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

  .div-block-14 {
    border-left-width: 0;
  }

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

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

  .logo-image {
    height: 50px;
  }

  .contact-page-section {
    padding-bottom: 0;
  }

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

  .contact-page-heading {
    margin-top: 20px;
  }

  .container-8 {
    flex-flow: column;
    height: 200px;
  }

  .customer-experience-section {
    margin-top: 260px;
  }

  .customer-review-form, .container-10 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .code-embed-3, .code-embed-4, .code-embed-5, .code-embed-6 {
    width: 100%;
  }

  .container-12 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lightbox-link {
    width: 100%;
    height: 300px;
  }

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

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

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

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

#w-node-f1bb6cbc-d6c9-708b-ff09-3502f7f3c749-ce693563, #w-node-_75c39ef5-a714-003e-8466-7239baed1cc0-ce693569 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_586ff752-72f4-94d6-3c2b-eb79236935fc-ce693575, #w-node-ce1320a6-3096-bec3-4825-92e955ac5668-ce693575, #w-node-_7ce40581-384c-f85c-30d4-a2519fd0d868-ce693575 {
  align-self: center;
}


