:root {
  --maroon: #500000;
  --tan-75: rgba(209, 195, 176, .75);
  --white: white;
  --color: #d1c3b0;
  --color-2: rgba(80, 0, 0, .75);
  --75-maroon: var(--maroon);
  --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 {
  color: var(--maroon);
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 1.5;
}

.photo-header-section {
  background-image: linear-gradient(180deg, var(--maroon), rgba(209, 195, 176, 0) 50%), url('../images/outside.jpg');
  background-position: 0 0, 100% 80%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  height: 75vh;
  display: flex;
}

.div-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--tan-75);
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 50%;
  padding: 25px;
  display: flex;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .5);
}

.main-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.25;
}

.main-paragraph {
  margin-bottom: 0;
  font-weight: 700;
}

.navbar-logo-center {
  background-color: var(--maroon);
  position: relative;
  top: 0;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

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

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-bar-logo {
  z-index: 5;
  position: absolute;
}

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

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

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: var(--color);
  letter-spacing: 2px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 900;
  line-height: 20px;
  text-decoration: none;
  transition: color .4s;
}

.nav-link:hover {
  color: var(--tan-75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: var(--tan-75);
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

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

.nav-link.w--current {
  letter-spacing: 2px;
  text-transform: none;
}

.nav-dropdown {
  color: var(--color);
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 900;
}

.nav-dropdown:hover {
  color: var(--tan-75);
}

.nav-dropdown:focus-visible {
  color: var(--tan-75);
}

.nav-dropdown[data-wf-focus-visible] {
  color: var(--tan-75);
}

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

.nav-dropdown-toggle:hover {
  color: var(--tan-75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: var(--tan-75);
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.nav-dropdown-icon {
  color: var(--color);
  margin-right: 10px;
}

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

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

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

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

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  background-color: var(--color);
  color: var(--maroon);
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  border-radius: 15px;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 900;
  line-height: 20px;
  text-decoration: none;
  transition: all .4s;
}

.button-primary:hover, .button-primary:active {
  background-color: var(--tan-75);
  color: var(--maroon);
}

.text-block {
  color: var(--color);
  font-weight: 900;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

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

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

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

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

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.dropdown-list {
  border-bottom-right-radius: 15px;
}

.dropdown-list.w--open {
  background-color: var(--maroon);
  border-bottom-left-radius: 15px;
}

.dropdown-link {
  color: var(--color);
  text-transform: none;
  font-weight: 700;
}

.dropdown-link:hover {
  background-color: var(--white);
  color: var(--maroon);
}

.dropdown-link.w--current {
  color: var(--tan-75);
}

.image {
  width: 250px;
}

.slider-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
}

.slider {
  object-fit: fill;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
}

.slider-5, .slider-4 {
  display: flex;
}

.slider-div {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100%;
  display: flex;
}

.mask {
  height: 100%;
}

.slider-6 {
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.slider-2 {
  height: 100px;
}

.slider-3 {
  width: 100%;
  height: 60vh;
}

.container-2 {
  max-width: 100%;
}

.left-arrow {
  display: none;
}

.div-block-2 {
  background-color: var(--maroon);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.image-2 {
  border-radius: 15px;
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, .5);
}

.subhead {
  color: var(--color);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

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

.footer-light {
  background-color: var(--maroon);
  border-bottom: 1px solid #e4ebf3;
  padding: 25px 30px 40px;
  position: relative;
}

.footer-wrapper-two {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-brand.w--current {
  padding-bottom: 0;
}

.footer-block-two {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-title {
  color: var(--color);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 900;
  line-height: 32px;
  text-decoration: underline;
}

.footer-link-two {
  color: var(--color);
  text-transform: none;
  margin-top: 10px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
}

.footer-link-two:hover {
  color: var(--tan-75);
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

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

.footer-bottom {
  color: var(--maroon);
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.footer-social-block-two {
  justify-content: center;
  align-items: center;
  display: block;
}

.footer-social-link {
  height: 50px;
}

.image-3 {
  width: 250px;
}

.footer-info {
  color: var(--color);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.section {
  margin-bottom: 10px;
}

.body {
  background-color: var(--color);
}

.text-block-2 {
  letter-spacing: 2px;
  text-transform: none;
}

.footer-logo-div {
  flex-flow: column;
  display: flex;
}

.italic-text {
  line-height: 1;
}

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

.photo-section {
  background-image: linear-gradient(180deg, var(--maroon), rgba(255, 255, 255, 0) 25%), url('../images/AdobeStock_250309533.jpg');
  background-position: 0 0, 50% 45%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  max-width: 100%;
  height: 40vh;
  display: flex;
}

.photo-section.comp {
  background-image: linear-gradient(180deg, var(--maroon), rgba(255, 255, 255, 0) 25%), url('../images/AdobeStock_233371694.jpeg');
  background-position: 0 0, 50% 12%;
}

.photo-section.disability {
  background-image: linear-gradient(180deg, var(--maroon), rgba(255, 255, 255, 0) 25%), url('../images/AdobeStock_369534599.jpeg');
  background-position: 0 0, 50% 75%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.photo-section.real-estate {
  background-image: linear-gradient(180deg, var(--maroon), rgba(255, 255, 255, 0) 25%), url('../images/AdobeStock_358650638.jpeg');
  background-position: 0 0, 50% 65%;
}

.photo-section.will {
  background-image: linear-gradient(180deg, var(--maroon), rgba(255, 255, 255, 0) 25%), url('../images/AdobeStock_261303189.jpeg');
  background-position: 0 0, 50% 70%;
}

.page-title-block {
  background-color: var(--color);
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 20%;
  display: flex;
}

.page-title {
  color: var(--maroon);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
}

.body-2 {
  background-color: var(--color);
}

.fee-heading {
  text-align: center;
  margin-top: 0;
  font-size: 21px;
}

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

.represented-heading {
  text-align: left;
  margin-top: 0;
  font-size: 21px;
}

.bullet-list-text {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .25fr 1fr;
  align-items: start;
  justify-items: center;
}

.body-section {
  background-color: var(--color);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.div-block-6 {
  background-color: var(--maroon);
  width: 3px;
  height: 100%;
}

.contingent-div {
  width: 100%;
}

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

.body-3 {
  background-color: var(--color);
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .25fr 1fr;
  align-items: start;
  justify-items: center;
}

.div-block-9 {
  background-color: var(--maroon);
  width: 3px;
  height: 100%;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: .75fr .25fr .75fr;
  align-items: start;
  justify-items: center;
}

.div-block-10 {
  background-color: var(--maroon);
  width: 3px;
  height: 100%;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: .75fr .25fr 1fr;
  align-items: center;
  justify-items: center;
}

.div-block-11 {
  background-color: var(--maroon);
  width: 3px;
  height: 100%;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .25fr 1fr;
  align-items: start;
  justify-items: center;
}

.div-block-12 {
  background-color: var(--maroon);
  width: 3px;
  height: 100%;
}

.div-block-13 {
  max-width: 100%;
}

.body-4 {
  background-color: var(--color);
}

.section-2 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-14 {
  max-width: 75%;
}

.image-4 {
  border-radius: 25px;
  box-shadow: 0 2px 5px 3px rgba(0, 0, 0, .5);
}

.heading {
  text-align: center;
  margin-top: 0;
}

.about-heading {
  text-align: center;
  margin-top: 0;
  text-decoration: underline;
}

.about-heading.middle {
  margin-top: 10px;
}

.list-item {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.grid-6 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: start;
  justify-items: center;
}

.seal-image {
  width: 150px;
}

.image-6 {
  width: 155px;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
}

.image-7 {
  width: 150px;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  align-items: start;
  justify-items: center;
}

.contact-heading {
  text-align: center;
  margin-top: 0;
  font-size: 28px;
}

.contact-text {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
}

.div-block-15 {
  background-color: var(--maroon);
  width: 3px;
  height: 100%;
}

.div-block-16 {
  max-width: 75%;
}

.container-7 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

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

.html-embed {
  width: 550px;
  margin-top: 50px;
  margin-bottom: 0;
}

.body-5, .body-6, .body-7, .body-8 {
  background-color: var(--color);
}

.link-2 {
  color: var(--maroon);
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .photo-header-section {
    background-position: 0 0, 60% 80%;
  }

  .div-block {
    width: 60%;
  }

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

  .main-paragraph {
    font-size: 14px;
  }

  .navbar-logo-center {
    display: block;
  }

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

  .container {
    max-width: 728px;
  }

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

  .nav-bar-logo {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .nav-menu-three {
    background-color: var(--white);
    border-radius: 25px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    color: var(--maroon);
  }

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

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

  .nav-dropdown {
    color: var(--maroon);
  }

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

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

  .menu-button {
    padding: 20px;
  }

  .menu-button:focus-visible {
    background-color: var(--maroon);
    color: var(--color);
  }

  .menu-button[data-wf-focus-visible] {
    background-color: var(--maroon);
    color: var(--color);
  }

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

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

  .dropdown-link {
    background-color: var(--maroon);
    text-transform: none;
    transition: background-color .4s;
  }

  .dropdown-link:hover {
    background-color: var(--white);
    color: var(--maroon);
  }

  .slider-6 {
    max-width: 100%;
    height: auto;
  }

  .subhead {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-wrapper-two {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-brand.w--current {
    width: 75%;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .icon {
    color: var(--color);
    text-align: center;
    font-size: 30px;
  }

  .mobile-dropdown {
    font-weight: 900;
  }

  .mobile-dropdown:hover {
    color: var(--color-2);
  }

  .footer-logo-div {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .italic-text {
    font-size: 26px;
  }

  .photo-section {
    background-repeat: no-repeat;
  }

  .photo-section.disability {
    background-position: 0 0, 50%;
  }

  .page-title-block {
    width: 75%;
  }

  .grid {
    max-width: 100%;
  }

  .container-3 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-14 {
    max-width: 35%;
  }

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

  .container-9 {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .photo-header-section {
    background-position: 0 0, 65% 80%;
  }

  .div-block {
    flex-flow: row;
    width: 65%;
    height: 50%;
  }

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

  .main-paragraph {
    font-size: 12px;
  }

  .nav-bar-logo {
    padding-left: 0;
  }

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

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

  .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 rgba(0, 0, 0, .05);
  }

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

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

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

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

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

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

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

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

  .slider-div, .mask {
    max-width: 100%;
    height: auto;
  }

  .slide, .slider-6 {
    max-width: 100%;
  }

  .subhead {
    font-size: 30px;
  }

  .div-block-3 {
    display: none;
  }

  .footer-light {
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-title {
    font-size: 15px;
  }

  .footer-link-two {
    font-size: 13px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 10px;
    line-height: 20px;
  }

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

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

  .footer-info {
    font-size: 13px;
  }

  .footer-logo-div {
    width: 35%;
  }

  .italic-text {
    font-size: 22px;
  }

  .photo-section.disability {
    background-position: 0 0, 50%;
  }

  .page-title-block {
    height: 20%;
  }

  .page-title {
    font-size: 28px;
  }

  .fee-paragraph {
    font-size: 15px;
  }

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

  .bullet-list-text {
    font-size: 15px;
  }

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

  .grid-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 50px;
    padding-right: 50px;
  }

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

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

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

  .container-5 {
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .container-6 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .about-heading {
    font-size: 30px;
  }

  .list-item {
    font-size: 14px;
  }

  .grid-6 {
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
    max-width: 100%;
  }

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

  .div-block-17, .container-8 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .html-embed {
    width: 450px;
  }

  .container-9 {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 479px) {
  .photo-header-section {
    background-position: 0 0, 80% 80%;
    justify-content: center;
    align-items: center;
  }

  .div-block {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40%;
  }

  .main-heading {
    text-align: center;
    font-size: 21px;
  }

  .main-paragraph {
    text-align: center;
    margin-bottom: 0;
  }

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

  .container {
    max-width: none;
  }

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

  .menu-button {
    margin-right: -10px;
  }

  .subhead {
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
    text-decoration: none;
  }

  .div-block-3 {
    flex-flow: row;
  }

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

  .footer-block-two {
    margin-top: 40px;
  }

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

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 10px;
    line-height: 1.5;
  }

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

  .footer-info {
    font-size: 18px;
  }

  .footer-logo-div {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
  }

  .italic-text {
    font-size: 12px;
    font-style: italic;
    line-height: 1;
  }

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

  .page-title-block {
    width: 85%;
    height: 25%;
  }

  .page-title {
    line-height: 1;
  }

  .div-block-14 {
    max-width: 50%;
  }

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

  .list-item {
    font-size: 12px;
  }

  .html-embed {
    width: 300px;
  }
}

#w-node-_951e6601-a9cc-bdc4-51ae-6b8a7913d0b1-97758b7e {
  justify-self: start;
}

#w-node-bbe1e9a6-3581-62c2-19f1-f0ad68399d70-ca867f10 {
  align-self: center;
  justify-self: center;
}

#w-node-de5812b3-f424-1547-549e-875980bfd647-3709d0ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


