:root {
  --black: black;
  --white: white;
  --gold: #d9bd3b;
  --dark-slate-grey: #383a3b;
}

.hero-div {
  background-image: url('../images/Hero-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
  padding-top: 220px;
  padding-bottom: 55px;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.div-block {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.h1 {
  color: #fff;
  text-align: center;
  margin-top: 5px;
  font-family: Lato, sans-serif;
}

.h1.dark {
  color: var(--black);
  margin-top: 0;
  padding-top: 20px;
}

.h1.dark.sp21 {
  margin-top: 0;
  margin-bottom: 40px;
  line-height: 46px;
}

.h1.dark.sp23 {
  margin-top: 0;
}

.h1.dark.sp28 {
  margin-top: 0;
  margin-bottom: 30px;
}

.h1.dark.sp30 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 40px;
}

.h2 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
}

.h2.dark {
  color: var(--black);
  margin-top: 0;
  font-family: Lato, sans-serif;
}

.h2.dark.sp3 {
  margin-top: 0;
}

.h2.dark.sp9 {
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: underline;
}

.h2.dark.sp13 {
  margin-bottom: 40px;
}

.h2.dark.sp16 {
  margin-top: 0;
  margin-bottom: 0;
}

.yellow {
  background-color: #071c47;
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: 1px 1px 3px #000;
}

.row {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 0 0;
  display: block;
}

.hero-text {
  color: #fff;
  text-align: center;
  margin-top: 100px;
  padding-left: 0;
  font-family: Droid Sans, sans-serif;
  font-size: 75px;
  font-weight: 700;
  line-height: 60px;
}

.small-hero-text {
  color: #fff;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Droid Sans, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.heading-3 {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  font-family: Lato, sans-serif;
  line-height: 28px;
}

.heading-3.clickable:hover {
  font-size: 25px;
}

.heading-3.clickable.sp8 {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-3.clickable.sp8:hover {
  font-size: 24px;
}

.paragraph {
  color: var(--black);
  text-align: left;
  margin-bottom: 0;
  padding: 11px;
  font-family: Droid Serif, serif;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.paragraph.centered {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.paragraph.light {
  color: #fff;
}

.paragraph.light.adjust102 {
  text-align: center;
}

.paragraph.outlined {
  width: 30%;
  text-align: center;
  text-transform: uppercase;
  border: 5px solid #071c47;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  display: block;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.paragraph.normal {
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 11px;
}

.paragraph.sp7 {
  margin-bottom: 0;
}

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

.centered-image {
  width: 35%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.centered-image.shadow {
  width: 50%;
  float: left;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 20px;
  padding-bottom: 0;
  padding-right: 0;
  box-shadow: 1px 1px 3px #000;
}

.centered-image.round {
  width: 75%;
  border-radius: 175px;
}

.centered-image.round.adjust103 {
  width: 95%;
}

.centered-image.padded {
  margin: 56px auto;
  padding: 0;
  display: block;
}

.centered-image.padded.shadowed {
  box-shadow: 1px 1px 3px #000;
}

.centered-image.padded.shadowed.sp24 {
  width: 100%;
  margin-top: 10px;
}

.centered-image.padded.shadowed.sp27 {
  width: 100%;
  margin-top: 30px;
}

.centered-image.padded.sp29 {
  width: 25%;
  margin-bottom: 20px;
}

.centered-image.spec, .centered-image.sp45 {
  width: 35%;
  height: auto;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
}

.testimonial-div {
  background-color: #071c47;
  padding: 25px;
}

.block-quote {
  color: #fff;
  padding: 27px;
  font-family: Droid Sans, sans-serif;
  font-size: 32px;
  font-style: italic;
  line-height: 38px;
}

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

.div-block-2 {
  margin-bottom: 30px;
  padding: 25px;
}

.h4 {
  color: #383a3b;
  text-align: center;
  font-family: Lato, sans-serif;
}

.h4.clickable {
  color: var(--black);
}

.h4.clickable:hover {
  font-size: 19px;
}

.h4.clickable.sp12 {
  color: var(--black);
}

.div-block-3 {
  color: var(--white);
  background-color: #071c47;
}

.text-block {
  text-align: center;
  text-transform: none;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.div-block-4 {
  background-color: #244a89;
  padding: 35px;
}

.footer-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 5px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: underline;
  display: block;
}

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

.social-link {
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.social-link.linkedin {
  display: block;
}

.client-login-button {
  width: 70%;
  border: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  background-color: #071c47;
  margin: 0 auto 10px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: block;
  box-shadow: 1px 1px 3px #000;
}

.div-block-5 {
  background-color: #000;
  padding: 30px;
}

.footer-disclosure {
  width: 75%;
  color: #b3aaaa;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 22px;
  display: block;
}

.footer-link {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.footer {
  border-top: 1px solid #000;
}

.hero-image {
  width: 90%;
  border: 1px solid #000;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.employee-card {
  background-color: #fff;
  margin-top: 0;
  padding: 15px;
}

.employee-card.sp25 {
  margin-top: 20px;
}

.centered-link {
  margin-left: 0;
  margin-right: 0;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
}

.centered-link.half {
  width: 50%;
  text-align: center;
}

.email-link-text {
  color: var(--black);
  margin-top: 0;
  padding: 15px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
}

.employee-columns {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}

.white {
  background-color: #fff;
  padding: 20px 25px 25px;
}

.address-card {
  background-color: #fff;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 40px;
  box-shadow: 1px 1px 3px -2px #383a3b;
}

.address-card.no-shadow {
  box-shadow: none;
  margin-top: 0;
  padding-top: 0;
}

.hours {
  color: var(--black);
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.map-link-block {
  color: #383a3b;
  font-family: Lato, sans-serif;
  text-decoration: none;
  display: block;
}

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

.list-item {
  padding-top: 3px;
  padding-bottom: 2px;
  font-family: Droid Serif, serif;
  font-size: 18px;
  line-height: 22px;
}

.small-text {
  font-family: Droid Sans, sans-serif;
  font-size: 16px;
}

.paragraph-2 {
  color: var(--black);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.div-block-9 {
  margin-top: 0;
  padding-top: 20px;
}

.div-block-10 {
  margin-bottom: 40px;
}

.div-block-11 {
  width: auto;
  text-align: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.div-block-12 {
  text-align: center;
  margin-top: 40px;
}

.columns {
  margin-bottom: 20px;
}

.nav-bar {
  background-color: #244a89;
  display: block;
}

.navbar {
  background-color: #071c47;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.nav-link-2 {
  color: var(--white);
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.nav-link-2:hover, .nav-link-2.w--current:hover {
  color: var(--gold);
  font-size: 17px;
  line-height: 21px;
}

.text-block-5 {
  color: var(--white);
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block-5:hover {
  color: var(--gold);
  font-size: 17px;
  line-height: 21px;
}

.icon-4 {
  color: var(--white);
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.nav-menu-2 {
  float: none;
  text-align: center;
  display: block;
}

.container-2 {
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
  display: none;
}

.dropdown-list-2 {
  background-color: #244a89;
}

.dropdown-list-2.w--open {
  background-color: #071c47;
  margin-right: 0;
  padding-right: 0;
}

.dropdown-link {
  color: var(--white);
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.dropdown-link:hover {
  color: var(--gold);
  font-size: 17px;
  line-height: 21px;
}

.dropdown-list-3 {
  background-color: #244a89;
}

.dropdown-list-3.w--open {
  background-color: #071c47;
}

.dropdown-list-4 {
  background-color: #244a89;
}

.dropdown-list-4.w--open {
  background-color: #071c47;
}

.div-block-14 {
  width: auto;
  text-align: center;
  background-color: #244a89;
  margin-left: 0;
  margin-right: 0;
}

.div-block-16 {
  width: 45%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button {
  border: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  background-color: #244a89;
  border-radius: 20px;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.button:hover {
  background-color: #000;
}

.heading-4 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Droid Serif, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: underline;
}

.heading-5 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Droid Serif, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.link-5 {
  color: var(--white);
}

.heading-6 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 24px;
  text-decoration: underline;
}

.div-block-18 {
  padding-left: 40px;
}

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

.column-2, .column-3 {
  padding-left: 0;
  padding-right: 0;
}

.image-4 {
  width: auto;
}

.div-block-19 {
  margin-top: 10px;
}

.div-block-20 {
  margin: 20px 40px 40px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 -1px 3px -1px #383a3b;
}

.columns-3 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.link-6 {
  color: var(--white);
}

.map-div {
  text-align: center;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 90%;
  text-align: center;
  flex-direction: row;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

._404-image {
  padding-bottom: 40px;
}

._404-heading {
  color: var(--black);
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 44px;
}

._404-paragraph {
  color: var(--black);
  font-size: 18px;
  line-height: 22px;
}

.paragraph-3 {
  color: #000;
  text-align: center;
}

.schwab-div.center {
  text-align: center;
}

.schwab-div.center.add-top {
  margin-top: 20px;
}

.schwab-button {
  color: #000;
  border: 1px solid #000;
  border-radius: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.button-2 {
  background-color: #071c47;
  border: 1px solid #fff;
  margin-top: 0;
  margin-bottom: 25px;
  padding: 5px 60px;
}

.link-7 {
  color: var(--white);
}

@media screen and (min-width: 1280px) {
  .heading-3 {
    font-size: 28px;
    line-height: 32px;
  }

  .heading-3.clickable.sp8:hover {
    font-size: 28px;
  }

  .paragraph {
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph.sp7 {
    margin-bottom: 0;
  }

  .centered-image.round {
    width: 60%;
  }

  .centered-image.round.adjust103 {
    width: 100%;
  }

  .block-quote {
    line-height: 38px;
  }

  .h4.clickable.contact-page {
    font-size: 20px;
    line-height: 26px;
  }

  .h4.clickable.sp11, .h4.clickable.sp14, .h4.clickable.sp15 {
    font-size: 20px;
  }

  .text-block, .footer-text {
    font-size: 24px;
    line-height: 24px;
  }

  .footer-disclosure, .footer-link {
    font-size: 20px;
    line-height: 24px;
  }

  .centered-link {
    margin-left: 0;
    margin-right: 0;
  }

  .email-link-text {
    font-size: 20px;
    line-height: 20px;
  }

  .hours, .list-item {
    font-size: 20px;
    line-height: 24px;
  }

  .small-text {
    font-weight: 700;
  }

  .paragraph-2 {
    font-size: 20px;
    line-height: 24px;
  }

  .nav-link-2 {
    font-size: 20px;
  }

  .nav-link-2:hover {
    font-size: 21px;
  }

  .nav-link-2.w--current {
    font-size: 20px;
  }

  .nav-link-2.w--current:hover {
    font-size: 21px;
  }

  .text-block-5 {
    font-size: 20px;
  }

  .text-block-5:hover {
    font-size: 21px;
  }

  .dropdown-link {
    font-size: 20px;
  }

  .dropdown-link:hover {
    font-size: 21px;
  }

  .button {
    font-size: 20px;
  }

  .heading-4, .heading-5 {
    font-size: 20px;
    line-height: 20px;
  }

  .div-block-18 {
    padding-left: 90px;
  }

  ._404-heading {
    font-size: 44px;
    line-height: 48px;
  }

  ._404-paragraph, .schwab-button {
    font-size: 22px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1440px) {
  .h1 {
    font-size: 42px;
    line-height: 46px;
  }

  .h2 {
    font-size: 36px;
    line-height: 40px;
  }

  .heading-3 {
    font-size: 30px;
    line-height: 34px;
  }

  .heading-3.clickable.sp8:hover {
    font-size: 30px;
  }

  .paragraph {
    font-size: 24px;
    line-height: 28px;
  }

  .centered-image {
    width: 65%;
    padding-top: 10px;
  }

  .centered-image.round {
    width: 50%;
  }

  .block-quote {
    font-size: 36px;
    line-height: 42px;
  }

  .h4.clickable.contact-page {
    font-size: 24px;
    line-height: 30px;
  }

  .h4.clickable.sp11, .h4.clickable.sp14, .h4.clickable.sp15 {
    font-size: 24px;
    line-height: 28px;
  }

  .text-block, .footer-text {
    font-size: 28px;
    line-height: 28px;
  }

  .client-login-button {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 24px;
  }

  .footer-disclosure, .footer-link {
    font-size: 24px;
    line-height: 28px;
  }

  .centered-link {
    margin-left: 0;
    margin-right: 0;
  }

  .email-link-text {
    font-size: 24px;
    line-height: 24px;
  }

  .hours, .list-item {
    font-size: 24px;
    line-height: 28px;
  }

  .small-text {
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-2 {
    font-size: 24px;
    line-height: 28px;
  }

  .nav-link-2 {
    font-size: 24px;
    line-height: 24px;
  }

  .nav-link-2:hover {
    font-size: 25px;
    line-height: 25px;
  }

  .nav-link-2.w--current {
    font-size: 24px;
    line-height: 24px;
  }

  .nav-link-2.w--current:hover {
    font-size: 25px;
    line-height: 25px;
  }

  .text-block-5 {
    font-size: 24px;
    line-height: 24px;
  }

  .text-block-5:hover {
    font-size: 25px;
    line-height: 25px;
  }

  .dropdown-link {
    font-size: 24px;
    line-height: 24px;
  }

  .dropdown-link:hover {
    font-size: 25px;
    line-height: 25px;
  }

  .button {
    margin-top: 7px;
    font-size: 24px;
    line-height: 24px;
  }

  .heading-4, .heading-5 {
    font-size: 24px;
    line-height: 24px;
  }

  .heading-6 {
    font-size: 26px;
    line-height: 28px;
  }

  .div-block-18 {
    margin-top: 3px;
    padding-left: 100px;
  }

  ._404-heading {
    font-size: 48px;
    line-height: 52px;
  }

  ._404-paragraph, .schwab-button {
    font-size: 26px;
    line-height: 30px;
  }
}

@media screen and (min-width: 1920px) {
  .h1 {
    font-size: 48px;
    line-height: 52px;
  }

  .h2 {
    font-size: 40px;
    line-height: 44px;
  }

  .hero-text {
    margin-top: 160px;
  }

  .heading-3 {
    font-size: 36px;
    line-height: 40px;
  }

  .heading-3.clickable.sp8:hover {
    font-size: 36px;
  }

  .paragraph {
    text-align: center;
    font-size: 28px;
    line-height: 32px;
  }

  .centered-image {
    width: 75%;
    padding-top: 10px;
  }

  .centered-image.round {
    width: 40%;
  }

  .block-quote {
    font-size: 40px;
    line-height: 46px;
  }

  .h4.clickable.contact-page {
    font-size: 28px;
    line-height: 34px;
  }

  .h4.clickable.sp11, .h4.clickable.sp14, .h4.clickable.sp15 {
    font-size: 28px;
    line-height: 32px;
  }

  .text-block, .footer-text {
    font-size: 32px;
    line-height: 32px;
  }

  .client-login-button {
    width: 70%;
    font-size: 28px;
    line-height: 28px;
  }

  .footer-disclosure, .footer-link {
    font-size: 28px;
    line-height: 32px;
  }

  .centered-link {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .email-link-text {
    font-size: 28px;
    line-height: 28px;
  }

  .hours, .list-item {
    font-size: 28px;
    line-height: 32px;
  }

  .small-text {
    font-size: 20px;
    line-height: 26px;
  }

  .paragraph-2 {
    font-size: 28px;
    line-height: 32px;
  }

  .nav-link-2 {
    padding-left: 30px;
    font-size: 28px;
    line-height: 28px;
  }

  .nav-link-2:hover {
    font-size: 29px;
    line-height: 29px;
  }

  .nav-link-2.w--current {
    font-size: 28px;
    line-height: 28px;
  }

  .nav-link-2.w--current:hover {
    font-size: 29px;
    line-height: 29px;
  }

  .text-block-5 {
    font-size: 28px;
    line-height: 28px;
  }

  .text-block-5:hover {
    font-size: 29px;
    line-height: 29px;
  }

  .dropdown-link {
    font-size: 28px;
    line-height: 28px;
  }

  .dropdown-link:hover {
    font-size: 29px;
    line-height: 29px;
  }

  .heading-4, .heading-5 {
    font-size: 28px;
    line-height: 28px;
  }

  .heading-6 {
    font-size: 30px;
    line-height: 32px;
  }

  .div-block-18 {
    padding-left: 160px;
  }

  .dropdown-toggle, .dropdown-toggle-2, .dropdown-toggle-3 {
    padding-left: 40px;
  }

  .div-block-19 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .image-8 {
    padding-bottom: 7px;
  }

  .image-9 {
    padding-bottom: 5px;
  }

  ._404-heading {
    font-size: 52px;
    line-height: 56px;
  }

  ._404-paragraph, .schwab-button {
    font-size: 30px;
    line-height: 34px;
  }
}

@media screen and (max-width: 991px) {
  .hero-div {
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .h1 {
    margin-top: 5px;
    font-size: 32px;
    line-height: 36px;
  }

  .h1.dark.sp23 {
    padding-top: 20px;
  }

  .h1.dark.sp30 {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .h2 {
    margin-top: 10px;
    font-size: 28px;
    line-height: 32px;
  }

  .h2.dark, .h2.dark.sp16 {
    margin-bottom: 0;
  }

  .row {
    padding-bottom: 0;
  }

  .hero-text {
    margin-top: 190px;
    font-size: 50px;
  }

  .heading-3 {
    margin-top: 0;
  }

  .paragraph {
    text-align: left;
    font-size: 16px;
    line-height: 20px;
  }

  .centered-image {
    width: 80%;
  }

  .centered-image.round {
    width: 65%;
  }

  .centered-image.round.adjust103 {
    width: 80%;
  }

  .centered-image.padded.shadowed.sp24 {
    margin-top: 30px;
  }

  .centered-image.padded.sp29 {
    margin-bottom: 20px;
  }

  .centered-image.spec {
    width: 35%;
    height: auto;
  }

  .centered-image.sp45 {
    width: 35%;
    height: auto;
    float: left;
    padding-right: 20px;
  }

  .centered-image.ajust104 {
    width: 40%;
  }

  .testimonial-div {
    margin-bottom: 20px;
  }

  .block-quote {
    font-size: 28px;
    line-height: 34px;
  }

  .div-block-4 {
    padding-top: 25px;
  }

  .footer-text {
    margin-top: 20px;
    text-decoration: underline;
  }

  .client-login-button {
    width: 35%;
    margin-top: 20px;
  }

  .employee-card {
    float: none;
  }

  .email-link-text {
    font-size: 16px;
    line-height: 16px;
  }

  .hours {
    font-size: 16px;
    line-height: 20px;
  }

  .link-block.sp10 {
    margin-top: 30px;
  }

  .small-text {
    text-align: center;
  }

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

  .nav-link-2.w--current {
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon-4 {
    margin-right: 5px;
  }

  .container-2 {
    text-align: left;
  }

  .div-block-16 {
    width: 40%;
  }

  .menu-button {
    border: 1px solid var(--white);
    margin-top: 2px;
    margin-bottom: 2px;
  }

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

  .div-block-18 {
    padding-left: 60px;
  }

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

  .dropdown-toggle, .dropdown-toggle-2, .dropdown-toggle-3 {
    padding-left: 15px;
    padding-right: 25px;
  }

  .schwab-button {
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .hero-div {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .h1 {
    margin-top: 5px;
    font-size: 28px;
    line-height: 32px;
  }

  .h1.dark {
    padding-top: 25px;
  }

  .h1.dark.sp21, .h1.dark.sp23 {
    padding-top: 20px;
  }

  .h1.dark.sp30 {
    margin-bottom: 0;
    padding-top: 20px;
  }

  .h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .h2.dark.sp26 {
    margin-top: 0;
  }

  .row {
    padding-left: 5px;
    padding-right: 5px;
  }

  .hero-text {
    margin-top: 140px;
    font-size: 32px;
    line-height: 36px;
  }

  .heading-3 {
    margin-top: 0;
    font-size: 20px;
    line-height: 24px;
  }

  .heading-3.clickable {
    font-size: 22px;
  }

  .paragraph {
    line-height: 20px;
  }

  .paragraph.sp7 {
    margin-bottom: 20px;
  }

  .centered-image {
    width: 70%;
    border: 1px solid #000;
  }

  .centered-image.round.adjust103 {
    width: 90%;
  }

  .centered-image.padded.shadowed.sp24 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .centered-image.padded.shadowed.sp27 {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .centered-image.padded.sp29 {
    width: 30%;
    margin-bottom: 20px;
  }

  .centered-image.spec {
    width: 35%;
    height: auto;
  }

  .centered-image.sp45 {
    width: 35%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .centered-image.ajust104 {
    width: 60%;
  }

  .testimonial-div {
    padding: 15px;
  }

  .block-quote {
    font-size: 22px;
    line-height: 26px;
  }

  .div-block-2 {
    padding-top: 20px;
  }

  .h4.clickable.contact-page {
    text-align: center;
    font-size: 14px;
  }

  .h4.clickable.sp11 {
    margin-bottom: 80px;
  }

  .h4.clickable.sp14 {
    margin-bottom: 0;
  }

  .h4.clickable.sp15 {
    margin-bottom: 40px;
  }

  .text-block {
    font-size: 16px;
  }

  .footer-text {
    font-size: 20px;
    line-height: 20px;
    text-decoration: underline;
  }

  .footer-disclosure, .footer-link {
    font-size: 16px;
    line-height: 20px;
  }

  .hero-image {
    margin-bottom: 0;
  }

  .employee-card.padded {
    padding-left: 60px;
    padding-right: 60px;
  }

  .employee-card.sp18 {
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .employee-card.sp25 {
    margin-top: 0;
  }

  .centered-link.half {
    width: 70%;
  }

  .address-card.no-shadow {
    padding: 15px;
  }

  .paragraph-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .nav-menu-2 {
    width: auto;
    background-color: #071c47;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-16 {
    width: 80%;
  }

  .button {
    margin-top: 15px;
  }

  .menu-button {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 12px;
  }

  .menu-button.w--open {
    background-color: #071c47;
  }

  .div-block-18 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
  }

  .image-4 {
    width: 60%;
  }

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

  ._404-heading {
    font-size: 36px;
    line-height: 40px;
  }
}

@media screen and (max-width: 479px) {
  .hero-div {
    background-position: 50%;
    background-size: cover;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .h1 {
    margin-top: 5px;
    font-size: 22px;
    line-height: 26px;
  }

  .h1.dark {
    padding-top: 30px;
    font-size: 24px;
    line-height: 24px;
  }

  .h1.dark.sp21 {
    padding-top: 20px;
  }

  .h1.dark.sp23 {
    margin-bottom: 0;
    padding-top: 20px;
  }

  .h1.dark.sp30 {
    font-size: 24px;
  }

  .h2 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .h2.dark {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 24px;
  }

  .h2.dark.sp3, .h2.dark.sp9 {
    font-size: 24px;
  }

  .h2.dark.sp13 {
    font-size: 20px;
  }

  .h2.dark.sp16 {
    margin-top: 20px;
  }

  .h2.dark.sp20 {
    margin-top: 0;
  }

  .h2.dark.sp22 {
    margin-bottom: 0;
  }

  .row {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-text {
    margin-top: 20px;
  }

  .small-hero-text {
    margin-top: 60px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 20px;
    line-height: 20px;
  }

  .heading-3 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 20px;
  }

  .heading-3.clickable.sp8 {
    font-size: 20px;
  }

  .paragraph {
    text-align: center;
    margin-bottom: 0;
    line-height: 20px;
  }

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

  .centered-image {
    width: 100%;
  }

  .centered-image.shadow {
    width: 80%;
    float: none;
    margin-top: 0;
    margin-right: auto;
  }

  .centered-image.round.adjust103 {
    width: 65%;
  }

  .centered-image.padded.shadowed {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .centered-image.padded.sp29 {
    margin-bottom: 20px;
  }

  .centered-image.spec {
    width: 100%;
    height: auto;
    float: none;
  }

  .centered-image.sp45 {
    width: 100%;
    height: auto;
    float: none;
    padding-right: 10px;
  }

  .centered-image.ajust104 {
    width: 100%;
  }

  .block-quote {
    text-align: center;
  }

  .h4.clickable {
    margin-bottom: 0;
  }

  .h4.clickable.sp12 {
    margin-top: 10px;
    margin-bottom: 0;
  }

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

  .client-login-button {
    width: 100%;
  }

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

  .employee-card {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .centered-link.half {
    width: 100%;
  }

  .email-link-text {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .white {
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block.adjust105 {
    margin-top: 30px;
  }

  .list-item {
    color: var(--black);
  }

  .div-block-14 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-16 {
    width: 95%;
  }

  .button {
    text-align: center;
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 18px;
  }

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

  .div-block-18 {
    padding-left: 0;
  }

  .column-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-4 {
    width: 75%;
  }

  .column-5, .column-6, .column-7, .column-8 {
    padding-left: 0;
    padding-right: 0;
  }

  ._404-heading {
    font-size: 32px;
    line-height: 36px;
  }
}


