:root {
  --midnight-blue: #062243;
  --midnight-blue-2: #041f3d;
  --white: white;
  --black: #11171d;
  --midnight-blue-4: #041f3dcc;
  --light-steel-blue: #c1ccda;
  --light-steel-blue-2: #a9b9cd;
  --midnight-blue-3: #041f3d;
  --white-smoke: #f9fafc;
  --midnight-blue-5: #041f3d6e;
  --dark-slate-blue: #2c3b4c;
}

body {
  color: #333;
  font-family: Outfit Variablefont Wght, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--midnight-blue);
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Outfit Variablefont Wght, Arial, sans-serif;
  font-size: 1.3px;
  font-weight: 500;
  line-height: 58px;
}

h2 {
  color: var(--midnight-blue);
  text-align: left;
  letter-spacing: 4.2px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Outfit Variablefont Wght, Arial, sans-serif;
  font-size: 46px;
  font-weight: 300;
  line-height: 48px;
}

h3 {
  color: var(--midnight-blue);
  text-align: left;
  letter-spacing: 4.2px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Outfit Variablefont Wght, Arial, sans-serif;
  font-size: 28px;
  line-height: 45px;
}

h4 {
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Outfit Variablefont Wght, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

p {
  color: var(--midnight-blue-2);
  text-align: justify;
  margin-bottom: 10px;
  font-family: Outfit Variablefont Wght, Arial, sans-serif;
  font-weight: 500;
  line-height: 24px;
}

a {
  color: var(--midnight-blue);
  text-align: left;
  line-height: 24px;
  text-decoration: underline;
}

a:hover {
  color: var(--midnight-blue-2);
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: #041f3d;
  width: 90%;
  margin-bottom: 0;
  font-family: Outfit Variablefont Wght, Arial, sans-serif;
  font-weight: 500;
  line-height: 20px;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

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

.section {
  background-color: var(--white);
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  position: relative;
}

.section.light-to-dark-degrade {
  background-image: none;
}

.section.light-to-dark-degrade.mobile {
  background-image: linear-gradient(180deg, #60646800, #595d6226 26%, #1f242ade 41%, #141a20 84%, var(--black));
}

.section.light-to-dark-degrade-2 {
  background-color: var(--black);
  background-image: none;
}

.section.alt-bg {
  background-image: linear-gradient(#efefef, #efefef);
}

.section.alt-bg.bigger-padding {
  padding-top: 4em;
  padding-bottom: 4em;
}

.section.blog-section {
  background-color: var(--white);
  padding-top: 5rem;
  padding-bottom: 100px;
}

.section.blog-section.p-2 {
  padding-top: 3rem;
  padding-left: 8rem;
  padding-right: 8rem;
}

.section.blog-section.p-2.blog-content {
  background-color: var(--light-steel-blue);
}

.section.careers {
  background-color: var(--midnight-blue);
}

.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.img-bg {
  background-image: linear-gradient(to bottom, var(--midnight-blue-4), var(--midnight-blue-4)), url("https://cdn.prod.website-files.com/62e41a8ae39e9613b64573df/6419d1afec2425ceadcffd02_MK90.webp");
  background-position: 0 0, 50% 25%;
  background-size: auto, cover;
}

.section.call-to-action-section.light-to-dark-degrade-2 {
  background-color: var(--black);
  background-image: none;
  background-color: var(--black);
  background-image: none;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.container.horizontal-divider.service-divider {
  margin-bottom: 50px;
}

.container.horizontal-divider._45-margin-top {
  margin-top: 45px;
}

.container.horizontal-divider._45-margin-top.top-align {
  align-items: flex-start;
}

.container.horizontal-divider._45-margin-top.top-align._115-bottom-margin {
  margin-bottom: 115px;
}

.container.horizontal-divider._45-margin-top.top-align._115-bottom-margin.single-column-tablet {
  flex-direction: column;
  max-width: 100%;
}

.container.centered {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.container.centered._50-bottom-margin {
  margin-bottom: 50px;
}

.container._45-top-margin {
  margin-top: 45px;
}

.container._45-top-margin._50-bottom-margin {
  margin-bottom: 50px;
}

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

.white p, .white h2 {
  color: var(--white);
}

.white li {
  width: auto;
  min-width: 25%;
  color: var(--white);
}

.white ul {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.white li {
  min-width: auto;
}

.white.center.schedule-a-call {
  margin-top: 0;
  margin-bottom: 40px;
}

.white.center._45-margin-bottom {
  margin-bottom: 45px;
}

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

.white.footer-link.mobile-centered {
  text-decoration: none;
}

.white.footer-link.mobile-centered._5-bottom-margin {
  margin-bottom: 5px;
  font-weight: 300;
}

.white.cta-margin-for-paragraph {
  width: 58%;
  margin-bottom: 40px;
}

.white.location-title {
  font-size: 15px;
  font-weight: 700;
}

.button {
  background-color: var(--midnight-blue);
  width: auto;
  min-width: 150px;
  height: 40px;
  color: var(--white);
  text-align: center;
  letter-spacing: .25px;
  border: 2px solid #0000;
  border-radius: 33px;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  font-family: Outfit Variablefont Wght, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
  transition: background-color .2s;
  display: flex;
}

.button:hover {
  border-color: var(--midnight-blue);
  color: var(--midnight-blue);
  background-color: #0000;
}

.button.masthead-button {
  justify-content: center;
  width: auto;
  min-width: 150px;
  padding-left: 15px;
}

.button.submit-button {
  justify-content: center;
  width: auto;
  min-width: 120px;
  margin-top: 1px;
  padding-top: 13px;
  padding-right: 25px;
}

.button.text-white {
  color: #fff;
  text-align: center;
  justify-content: center;
  padding-left: 0;
}

.button.text-white:hover {
  color: var(--midnight-blue-3);
}

.button.text-white.click-to-call.contact-page {
  margin-top: -20px;
  margin-bottom: 30px;
  margin-right: 10px;
  text-decoration: none;
}

.button.alt {
  background-color: var(--light-steel-blue);
  width: auto;
  min-width: 150px;
  color: var(--midnight-blue);
  justify-content: center;
  padding-left: 15px;
}

.button.alt:hover {
  background-color: var(--light-steel-blue-2);
  color: var(--black);
  border-color: #0000;
}

.button.alt.careers {
  margin-top: 35px;
  padding-bottom: 29px;
  padding-left: 30px;
  padding-right: 25px;
}

.button.second-alt {
  border-color: var(--midnight-blue);
  width: auto;
  min-width: 150px;
  color: var(--midnight-blue);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
}

.button.second-alt:hover {
  border-color: var(--light-steel-blue-2);
  background-color: var(--light-steel-blue-2);
  color: #11171d;
}

.button.second-alt.mobile-button {
  justify-content: center;
  min-width: 150px;
  padding-left: 15px;
}

.button.second-alt.mobile-button.navbar-button {
  border-color: var(--white);
  color: var(--white);
  letter-spacing: .8px;
  border-color: var(--white);
  letter-spacing: .8px;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
}

.button.second-alt.hide {
  display: none;
}

.button.third-alt {
  border-color: var(--white);
  width: auto;
  min-width: 150px;
  color: var(--white);
  background-color: #0000;
}

.button.third-alt:hover {
  border-color: var(--light-steel-blue-2);
  color: #10285c;
  background-color: #efefef;
}

.button.third-alt.load-more {
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
}

.button.mobile-centered {
  width: auto;
}

.button.third-alt {
  justify-content: center;
  padding-left: 15px;
}

._40-margin-bottom {
  margin-bottom: 40px;
  font-family: Outfit Variablefont Wght, Arial, sans-serif;
}

._40-margin-bottom.is-header {
  font-size: 45px;
}

._40-margin-bottom.mobile-centered {
  color: var(--midnight-blue-3);
  font-size: 70px;
  line-height: 80px;
}

._40-margin-bottom.mobile-centered.title-blend {
  color: var(--midnight-blue);
}

.navbar {
  z-index: 9;
  background-color: var(--white);
  height: 95px;
  padding-top: 23px;
  padding-bottom: 23px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.home {
  box-shadow: none;
  background-color: #fff0;
}

.navbar.home.alt.trial-contact {
  z-index: 30;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.navbar.home.alt.trial-contact.is-blue {
  background-color: var(--midnight-blue-3);
  background-color: var(--midnight-blue-3);
}

.navvigation-container {
  grid-column-gap: 600px;
  grid-row-gap: 600px;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-logo {
  width: 15%;
}

.navigation-options {
  z-index: 44;
  background-color: #0000;
  width: 70%;
  position: absolute;
  top: 30px;
  left: 237px;
}

.navigation-options.relative {
  position: relative;
  top: -41px;
  left: 140px;
}

.navigation-options.relative.mobile {
  width: 60%;
  top: -44px;
  left: 170px;
}

.navvigation-buttons {
  justify-content: flex-end;
  width: 15%;
  display: flex;
}

.nav-inner-menu {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.nav-inner-menu.component {
  justify-content: center;
  align-items: center;
  margin-left: auto;
}

.nav-item {
  color: var(--midnight-blue);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  font-family: Outfit Variablefont Wght, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-decoration: underline;
}

.nav-item.home {
  color: var(--white);
  font-family: Outfit Variablefont Wght, Arial, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.navigation-item-text {
  color: var(--midnight-blue-2);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 0;
  padding-right: 9px;
  font-family: itc-avant-garde-gothic-pro;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
}

.dropdown-toggle-2 {
  margin-top: -2px;
  padding: 0 20px 0 10px;
}

.dropdown {
  background-color: #0000;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.dropdown.hide {
  display: none;
}

._36-bottom-margin {
  margin-bottom: 36px;
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.no-margin._36-bottom-margin {
  margin-bottom: 36px;
}

.no-margin.attourney-name-navigation {
  text-transform: capitalize;
  font-weight: 700;
}

.no-margin.attourney-name-navigation.bottom-negative-margin, .no-margin.bottomnegative-margin {
  margin-bottom: -5px;
}

.no-margin.mobile-centered.mb-30 {
  margin-bottom: 30px;
}

.no-margin.mobile-left-align.mobile-centered.mb-2 {
  margin-bottom: 2rem;
}

.no-margin.white {
  font-weight: 600;
}

.no-margin._45-bottom-margin {
  margin-bottom: 45px;
}

.no-margin._45-bottom-margin.careers {
  margin-bottom: 20px;
}

.no-margin._45-bottom-margin.mobile-left-align {
  font-size: 55px;
}

.no-margin.is-alt {
  text-align: center;
}

.big-container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.big-container.mobile-vertical-flex.careers {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.big-container.slightly-bigger {
  width: 92%;
}

.bottom-divider {
  background-image: linear-gradient(270deg, #6c889f, #d7dae6 53%, #6c889f);
  height: 2px;
}

.bottom-divider.is-100 {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 20px;
}

.footer {
  background-image: linear-gradient(to bottom, var(--black), var(--black));
}

.vertical-flex {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.upper-side-footer {
  margin-top: 30px;
  margin-bottom: 10px;
}

.bottom-side-footer {
  margin-bottom: 40px;
}

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

.grid.mobile-single-column {
  grid-template-columns: .5fr .85fr;
}

.horizontal-flex {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.horizontal-flex.left-align {
  justify-content: flex-start;
  align-items: flex-start;
}

.horizontal-flex.left-align._25-bottom-margin {
  min-width: 430px;
  margin-bottom: 25px;
}

.horizontal-flex.left-align.pa {
  margin-top: -10px;
  padding-bottom: 10px;
}

.horizontal-flex.single-column-mobile.mobile-centered.legend {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}

.horizontal-flex.single-column-tablet.mobile-centered {
  justify-content: space-around;
}

.social-media-tabs {
  align-items: center;
  display: flex;
}

.social-media-div {
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.social-media-div:hover {
  background-color: var(--white);
  color: #062c56;
  border-color: #0000;
}

.social-media-footer-logo {
  width: 35px;
  height: 35px;
  color: var(--white-smoke);
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-media-footer-logo:hover {
  color: #062c56;
}

.phone-and-mail-footer {
  flex-direction: column;
  display: flex;
}

.footer-logo {
  width: 355px;
  margin-bottom: 30px;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

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

.center {
  text-align: center;
}

.center._20-bottom-margin {
  margin-bottom: 20px;
}

.center._40-margin-bottom.eyebrown {
  border: 1px #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 30px;
}

.testimonial-tabs-menu {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.tab-text {
  letter-spacing: .5px;
  font-family: Outfit Variablefont Wght, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.tab-link-tab-2, .tab-link-tab-2.w--current {
  background-color: #0000;
  text-decoration: none;
}

.textimanials-tab {
  margin-top: 65px;
  margin-bottom: 50px;
}

.testimonial-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-location {
  color: #4d4d4e;
  text-align: center;
  letter-spacing: .48px;
  margin-bottom: 0;
  font-size: 12px;
}

.dropdown-list {
  z-index: 2;
  background-color: var(--white);
  box-shadow: 7px 7px 6px 0 var(--midnight-blue-5);
  border-radius: 30px;
  padding: 20px;
  transition: all .4s;
}

.dropdown-list.dropdownsimple.w--open {
  padding: 10px;
}

.dropdown-list.alt.w--open {
  z-index: 5;
  top: -2px;
  left: 100%;
}

.triangle-nob {
  z-index: 1;
  color: #fff;
  position: absolute;
  inset: -15px auto auto 10%;
}

.dropdown-link {
  color: #041f3d;
  letter-spacing: .48px;
  width: 100%;
  font-family: Outfit Variablefont Wght, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.dropdown-link.alt {
  text-decoration: none;
}

.dropdown-link-div {
  padding-bottom: 10px;
}

.underbar {
  background-color: #95a6bd;
  width: 85%;
  height: 2px;
  margin-top: -15px;
  margin-left: 15px;
  margin-right: auto;
  display: block;
}

.underbar:hover {
  width: 85%;
}

.underbar.navigation-underbar {
  width: 100%;
  margin-top: 0;
  margin-left: 0;
}

.arrow-icon.ml-40, .arrow-icon.ml-40.home {
  color: var(--white);
}

.arrow-icon.ml-40, .arrow-icon.ml-40.home {
  color: var(--white);
}

.arrow-icon.ml-40.component {
  color: var(--midnight-blue-2);
}

.arrow-icon.ml-40.home {
  color: var(--white);
}

.arrow-icon.ml-40.alt {
  color: var(--midnight-blue-3);
}

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

.footer-link:hover {
  text-decoration: underline;
}

.hero-section {
  min-height: 500px;
  padding-top: 8%;
}

.hero-section.attourney-masthead {
  background-image: url("https://cdn.prod.website-files.com/62e41a8ae39e9613b64573df/643ef32bdd2d92a4b4392819_MK23.webp");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.hero-section.attourney-page-masthead {
  background-color: #efefef;
  background-image: url("https://cdn.prod.website-files.com/62e41a8ae39e9613b64573df/64ca97af95dd224cb1da036b_pattern%20(1).avif"), linear-gradient(#fff, #fff);
  background-position: 50% 29%, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto 130vh, auto;
  background-attachment: scroll, scroll;
  min-height: 350px;
  padding-top: 10%;
}

.hero-section.blog {
  background-color: var(--white-smoke);
  padding-top: 8%;
}

.hero-section.insights {
  padding-top: 6%;
}

.hero-section.contact {
  justify-content: center;
  align-items: center;
  height: 850px;
  display: flex;
}

.fullwith-2-columns {
  justify-content: space-around;
  margin-top: 0;
  display: flex;
}

.text-50, .text-50.fullwidth-text-padding {
  width: 50%;
}

.text-50.fullwidth-text-padding {
  width: 50%;
}

.text-50.fullwidth-text-padding.careers {
  padding-left: 148px;
}

.image-50 {
  background-image: url("https://cdn.prod.website-files.com/62e41a8ae39e9613b64573df/6436f8aa8db2017eb16f7798_MKL-homepage-hero-edit%20(1)%20(1).avif");
  background-position: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

.fullwidth-text-padding {
  padding: 150px 75px;
}

._50-percent-paragraph-margin {
  width: 66%;
}

._50-percent-paragraph-margin._100percent-width {
  width: 100%;
}

._50-percent-paragraph-margin._40-margin-bottom {
  text-align: left;
  width: 100%;
  font-size: 12px;
  line-height: 18px;
}

._50-percent-paragraph-margin._40-margin-bottom.careers-description {
  color: var(--white);
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
}

._50-percent-paragraph-margin._40-margin-bottom.careers-description.submit {
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 22px;
  font-weight: 500;
}

._50-percent-paragraph-margin._40-margin-bottom.careers {
  font-size: 16px;
  line-height: 28px;
}

._50-percent-paragraph-margin._40-margin-bottom.disclaimer {
  width: 100%;
  font-size: 12px;
}

._50-percent-paragraph-margin._40-margin-bottom.mobile-left-align {
  width: auto;
}

._340-height {
  height: 340px;
}

._340-height.hide {
  display: none;
}

.side-divider {
  background-image: linear-gradient(270deg, #6c889f, #d7dae6 75%, #6c889f);
  width: 85px;
  height: 2px;
  margin: auto 2px;
}

.side-divider.centered {
  width: 125px;
  margin-left: auto;
  margin-right: auto;
}

.side-divider.centered.featured {
  width: 300px;
  height: 1px;
  margin-top: -7px;
  display: block;
}

.icon-font {
  margin-left: 10px;
  font-family: "Fa solid 900";
  font-size: 16px;
  font-weight: 400;
}

.navigation-mobile-menu {
  display: none;
}

.client-testimonial-slider {
  background-color: #0000;
  height: auto;
  padding-bottom: 40px;
}

.icon-2 {
  color: var(--midnight-blue-2);
}

.div-block-13 {
  min-width: 150px;
}

.about-image-left {
  background-image: url("https://cdn.prod.website-files.com/62e41a8ae39e9613b64573df/6328ecdd9ff1b7f773e20d11_AdobeStock_201815506.avif");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

.about-image-left.mobile-hide {
  background-image: url("https://cdn.prod.website-files.com/62e41a8ae39e9613b64573df/6419d1a8cb82395b72566fd3_MK47.webp");
  background-position: 50%;
}

.left-align {
  align-items: flex-start;
  display: flex;
}

.list {
  margin-bottom: 0;
}

.list-item {
  text-align: left;
  width: 100%;
}

.dropdown-toggle-2-copy {
  margin-top: -2px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 30px;
}

.dropdown-toggle-2-copy.mobile-show {
  padding-left: 10px;
  padding-right: 20px;
  display: block;
}

.footer-legend {
  color: var(--white);
  text-align: center;
}

.paragraph-6 {
  margin-top: 10px;
}

.image-56 {
  width: 80%;
}

.testimonial-rating {
  height: 50px;
  margin-bottom: 20px;
}

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

.new-testimonials {
  font-family: Outfit Variablefont Wght, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.new-testimonial-names {
  letter-spacing: .35px;
  font-family: Outfit Variablefont Wght, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

@media screen and (min-width: 1440px) {
  .container.horizontal-divider._45-margin-top.top-align._115-bottom-margin.single-column-tablet {
    width: 90%;
    max-width: 100%;
  }

  .button.text-white.click-to-call {
    margin-right: 15px;
  }

  .masthead {
    height: auto;
  }

  .navbar {
    height: auto;
    min-height: 95px;
    position: fixed;
    inset: 0% 0% auto;
  }

  .navvigation-container {
    grid-column-gap: 300px;
    grid-row-gap: 300px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .navigation-options {
    top: 30px;
  }

  .navigation-options.relative {
    position: absolute;
    top: 30px;
    left: 237px;
  }

  .navigation-options.relative.mobile {
    width: 50%;
    top: 23px;
    left: 350px;
  }

  .navvigation-buttons {
    justify-content: flex-end;
    align-items: center;
    margin-right: 20px;
  }

  .nav-inner-menu.component {
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown {
    display: block;
  }

  .upper-side-footer {
    margin-bottom: 20px;
  }

  .bottom-side-footer {
    margin-bottom: 10px;
  }

  .dropdown-list.dropdownsimple.w--open {
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .arrow-icon.ml-40.component {
    color: var(--midnight-blue);
  }

  .hero-section {
    padding-top: 0%;
  }

  .hero-section.attourney-page-masthead {
    background-image: url("https://cdn.prod.website-files.com/62e41a8ae39e9613b64573df/64ca97af95dd224cb1da036b_pattern%20(1).avif"), linear-gradient(#fff, #fff);
    background-position: 50% 28%, 0 0;
    background-size: auto 105vh, auto;
  }

  .hero-section.blog {
    padding-top: 7%;
  }

  .hero-section.insights {
    padding-top: 0%;
  }

  .fullwith-2-columns {
    width: 100%;
    margin-top: 80px;
  }

  .text-50.fullwidth-text-padding {
    padding-top: 150px;
  }

  .image-50 {
    background-image: url("https://cdn.prod.website-files.com/62e41a8ae39e9613b64573df/6436f8aa8db2017eb16f7798_MKL-homepage-hero-edit%20(1)%20(1).avif");
  }

  .image-51 {
    width: 325px;
    height: 325px;
  }

  .contact-attourney-name {
    font-size: 14px;
  }

  .text-70.fullwidth-text-padding.alt-bg.mobile-contact-hero {
    width: 40%;
  }

  .text-70.fullwidth-text-padding.blog-page {
    padding-bottom: 80px;
  }

  .insights-right-image {
    background-position: 50% 0;
    margin-top: 60px;
  }

  .insights-right-image.is-alt {
    margin-top: 0;
  }

  .contact-image {
    background-position: 130%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    width: 60%;
    margin-top: 0;
  }

  .rich-text-block-3 {
    margin-bottom: -70px;
  }

  .collection-item-5 {
    min-height: 600px;
  }

  .image-4-copy {
    height: 280px;
  }

  .paragraph.contact {
    color: #fff;
    margin-bottom: 40px;
  }

  .bg.service-cms {
    background-image: linear-gradient(7deg, #121720, #212b3bba), url("https://cdn.prod.website-files.com/62e41a8ae39e9613b64573df/6419f684068233253f516b08_Lady%20Justice.avif");
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

  .card.service {
    border-radius: 15px;
  }

  .scroll-down-link:hover, .scroll-down-wrapper:hover {
    color: #ed693a;
  }

  .scroll-down-text {
    font-family: Open Sans, sans-serif;
  }

  .container-default {
    position: static;
  }

  .practice-area-body {
    padding-top: 100px;
  }

  .dropdown-toggle-2-copy.mobile-show, .dropdown-toggle-2-copy.mobile-show.w--open, .dropdown-toggle-2-copy.mobile-show, .dropdown-toggle-2-copy.mobile-show.w--open {
    display: block;
  }

  .image-56 {
    margin-left: 20px;
  }

  .overlay-gradient.is-dark {
    background-image: linear-gradient(#00000080, #00000080);
  }
}

@media screen and (min-width: 1920px) {
  .container.horizontal-divider._45-margin-top.top-align._115-bottom-margin.single-column-tablet {
    width: 92%;
  }

  .button.second-alt.mobile-button {
    margin-right: 20px;
  }

  .button.second-alt.mobile-button.navbar-button {
    min-width: 160px;
  }

  .navbar {
    height: auto;
    min-height: 95px;
  }

  .navbar.home {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar.home.alt.trial-contact {
    max-width: 100000px;
  }

  .navvigation-container {
    grid-column-gap: 600px;
    grid-row-gap: 600px;
    justify-content: space-between;
    width: 100%;
  }

  .navigation-options.relative.mobile {
    width: 60%;
    top: 20px;
    left: 230px;
  }

  .navigation-options.relative.mobile.trial-contact {
    width: 40%;
    left: 600px;
  }

  .navvigation-buttons {
    justify-content: flex-end;
    align-items: center;
  }

  .nav-inner-menu {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .nav-inner-menu.component {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .arrow-icon.ml-40.component {
    color: var(--midnight-blue);
  }

  .hero-section.blog, .hero-section.insights {
    padding-top: 6%;
  }

  .hero-section.attourney-masthead {
    background-position: 50% 0;
  }

  .hero-section.attourney-page-masthead {
    background-image: url("https://cdn.prod.website-files.com/62e41a8ae39e9613b64573df/64ca97af95dd224cb1da036b_pattern%20(1).avif"), linear-gradient(#0000, #0000);
    background-position: 50% 100%, 0 0;
    background-size: auto 105vh, auto;
  }

  .hero-section.blog, .hero-section.insights {
    padding-top: 6%;
  }

  .hero-section.contact {
    height: 1000px;
  }

  .fullwith-2-columns {
    width: 100%;
    margin-top: 80px;
  }

  .image-51 {
    width: 400px;
    height: 400px;
  }

  .text-70.fullwidth-text-padding.alt-bg.mobile-contact-hero {
    width: 40%;
  }

  .insights-right-image {
    background-position: 50% 0;
    height: 549px;
    margin-top: 0;
  }

  .contact-image {
    background-position: 130%;
    width: 60%;
    height: 1000px;
    margin-top: 0;
  }

  .image-4-copy {
    height: 300px;
  }

  .card.service {
    width: 50%;
  }

  .split-content.service-cms-left {
    margin-right: 20px;
  }

  .practice-area-hero.service-cms, .practice-area-body._1, .practice-area-body._1 {
    width: 100%;
  }

  .image-56.alt {
    margin-left: 40px;
  }
}

@media screen and (max-width: 991px) {
  .section.light-to-dark-degrade {
    background-image: none;
  }

  .section.blog-section {
    padding-bottom: 40px;
  }

  .section.blog-section.p-2 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .container.horizontal-divider._45-margin-top.single-column-tablet, .container.horizontal-divider.intro-container {
    flex-direction: column;
  }

  .container.horizontal-divider._45-margin-top.single-column-tablet, .container.horizontal-divider.intro-container {
    flex-direction: column;
  }

  .container.horizontal-divider.service-divider {
    margin-bottom: 0;
  }

  .container.horizontal-divider._45-margin-top.single-column-tablet, .container.horizontal-divider.intro-container {
    flex-direction: column;
  }

  .white.center._45-margin-bottom {
    margin-bottom: 40px;
  }

  .white.cta-margin-for-paragraph {
    width: 100%;
  }

  .masthead {
    background-position: 0 0, 50%;
  }

  .masthead-container {
    width: 90%;
  }

  .navvigation-container {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    justify-content: space-between;
  }

  .navigation-logo {
    width: 33%;
  }

  .navigation-logo.w--current {
    width: 100%;
  }

  .navigation-options {
    background-color: var(--white);
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: none;
    top: 96px;
    left: 0;
  }

  .navigation-options.relative.mobile {
    width: 100%;
    top: 0;
    left: 0;
  }

  .navigation-options.relative.mobile.trial-contact {
    max-height: 75vh;
    overflow: auto;
  }

  .navvigation-buttons {
    justify-content: flex-end;
    width: 50%;
  }

  .nav-inner-menu {
    flex-direction: column;
    width: 100%;
  }

  .nav-item {
    text-align: center;
    width: 100%;
    height: 42px;
    display: flex;
  }

  .nav-item:hover {
    background-color: var(--light-steel-blue);
  }

  .nav-item.home {
    color: var(--midnight-blue);
  }

  .dropdown-toggle-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 42px;
    padding-left: 40px;
    display: flex;
  }

  .dropdown {
    width: 100%;
    display: block;
  }

  .dropdown.alt.pa-sub:hover, .dropdown.pa:hover {
    background-color: var(--white);
  }

  .dropdown.alt {
    height: 50%;
  }

  .dropdown.alt.pa-sub:hover {
    background-color: var(--white);
    background-color: var(--white);
  }

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

  .dropdown.contact-nav {
    z-index: 1;
  }

  .horizontal-divider._1-x-2-grid {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .left-side-image {
    justify-content: center;
    width: 100%;
    margin-bottom: 50px;
    display: flex;
  }

  .right-side-text {
    width: 100%;
    margin-bottom: 40px;
    padding-left: 0%;
  }

  .phone-numbers-call-to-action {
    width: 95%;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .right-phone-number-div {
    justify-content: center;
  }

  .phone-number-highlight {
    font-size: 38px;
    line-height: 40px;
  }

  .phone-number-name {
    text-align: center;
  }

  .srvices-divvider.order-1 {
    height: 300px;
  }

  .srvices-divvider.order-1.auot-height {
    height: auto;
  }

  .no-margin.tablet-centered {
    text-align: center;
    text-align: center;
  }

  ._1-x-2-grid._50-50._100-bottom-margin.single-column-tablet, ._1-x-2-grid._50-50.single-column-tablet, ._1-x-2-grid._50-50._100-bottom-margin.single-column-tablet, ._1-x-2-grid._50-50.single-column-tablet, ._1-x-2-grid._50-50._100-bottom-margin.single-column-tablet, ._1-x-2-grid._50-50._100-bottom-margin.single-column-tablet, ._1-x-2-grid._50-50.single-column-tablet {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .vertical-flex.tablet-full-width {
    width: 100%;
    margin-bottom: 10px;
  }

  .horizontal-flex.single-column-mobile, .horizontal-flex.single-column-tablet {
    flex-direction: column;
  }

  .horizontal-flex.left-align.mobile-centered {
    justify-content: center;
    width: 100%;
  }

  .horizontal-flex.single-column-mobile, .horizontal-flex.single-column-tablet {
    flex-direction: column;
  }

  .horizontal-flex.single-column-tablet.mobile-centered {
    align-items: center;
  }

  .phone-and-mail-footer {
    width: 100%;
  }

  .div-block-3 {
    grid-template-columns: 1.75fr 1fr;
  }

  .center._40-margin-bottom.eyebrown {
    line-height: 30px;
  }

  .testimonial-div {
    width: 80%;
  }

  .dropdown-list.w--open {
    z-index: 2147483647;
    width: 100%;
    box-shadow: none;
    position: relative;
  }

  .dropdown-list.alt {
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    flex-flow: wrap;
    display: none;
    position: relative;
    left: 0%;
  }

  .dropdown-list.alt.w--open {
    display: block;
    position: static;
  }

  .triangle-nob {
    display: none;
  }

  .dropdown-link.alt {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .dropdown-link.hidden {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dropdown-link-div {
    flex-direction: column;
    align-items: stretch;
  }

  .dropdown-link-div.mb-0 {
    padding-bottom: 0;
  }

  .arrow-icon {
    inset: 0% 37% 0% auto;
  }

  .arrow-icon.ml-40.home {
    color: var(--midnight-blue);
  }

  .hero-section {
    padding-top: 12%;
  }

  .hero-section.attourney-masthead {
    background-position: 50% 0;
  }

  .hero-section.attourney-page-masthead {
    min-height: 50vh;
    padding-top: 20%;
  }

  .fullwith-2-columns {
    flex-direction: column;
  }

  .fullwith-2-columns.reverse-column {
    flex-direction: column-reverse;
  }

  .text-50.fullwidth-text-padding {
    background-color: var(--white-smoke);
    width: 100%;
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .text-50.fullwidth-text-padding.tablet-padding {
    padding-top: 60px;
  }

  .image-50 {
    width: 100%;
    height: 40vh;
  }

  ._50-percent-paragraph-margin._40-margin-bottom {
    width: 100%;
  }

  .navigation-bar {
    width: 90%;
    margin-bottom: 50px;
  }

  .image-52 {
    width: 70%;
  }

  .div-block-9 {
    width: 90%;
    margin-top: -70px;
    top: 0%;
    left: 0%;
  }

  .attorney-left-side {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .side-divider.centered.featured {
    width: 100px;
  }

  .text-70.fullwidth-text-padding {
    width: 100%;
  }

  .text-70.fullwidth-text-padding.alt-bg.mobile-contact-hero {
    width: 100%;
    padding-bottom: 75px;
  }

  .left-contact-div, .middle-contact-div, .right-contact-div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-post-scroll-div {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .menu-button:hover {
    background-color: var(--midnight-blue);
  }

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

  .menu-button.home:hover {
    background-color: #06224300;
  }

  .menu-button.home.w--open {
    background-color: #c1ccda00;
  }

  .icon {
    color: var(--white);
    font-size: 30px;
  }

  .icon.alt {
    color: var(--midnight-blue-3);
  }

  .icon.alt.blue, .icon.alt {
    color: var(--midnight-blue-3);
  }

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

  .icon.alt.blue {
    color: var(--midnight-blue-3);
  }

  .navigation-mobile-menu {
    flex-direction: column;
    align-items: center;
    padding-top: 25px;
    display: block;
  }

  .navigation-mobile-menu.alt {
    background-color: var(--white);
    background-color: var(--white);
  }

  .desktop-collection {
    display: block;
  }

  .desktop-hide {
    display: flex;
  }

  .mobile-hide {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .about-image-left, .practice-area-image-right, .practice-area-image-left {
    width: 100%;
    height: 40vh;
  }

  .insights-right-image {
    width: 100%;
    height: 70vh;
  }

  .contact-image {
    background-position: 50% 30%;
    background-size: cover;
    background-attachment: scroll;
    width: 100%;
    height: 40vh;
  }

  .right-image-blog {
    width: 100%;
    height: 40vh;
  }

  .number-div {
    padding-bottom: 20px;
  }

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

  .list-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .bg.service-cms {
    height: 1100px;
  }

  .card.service {
    align-self: center;
    width: 630px;
  }

  .split-content.service-cms-left {
    margin-bottom: 60px;
    margin-right: 0;
  }

  .practice-area-hero {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .practice-area-hero.service-cms {
    padding-top: 200px;
  }

  .service-cms-wrapper {
    flex-direction: column;
  }

  .practice-area-body {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .dropdown-toggle-2-copy {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 42px;
    padding-left: 40px;
    display: flex;
  }

  .dropdown-toggle-2-copy.mobile-show {
    display: flex;
  }

  .block-weighted {
    flex-direction: column;
  }

  .h3 {
    font-size: 2.5rem;
  }

  .mb-4 {
    margin-bottom: 4rem;
  }

  .paragraph-large {
    font-size: 24px;
  }

  .text-field {
    border-radius: 0;
  }

  .text-field.white.full {
    width: 100%;
  }

  .tab-block-centered {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .weight-50.tab-block-centered.mobile-weight-100 {
    max-width: 100%;
  }

  .h1-2 {
    font-size: 3.5rem;
  }

  .faq-trigger {
    width: 15px;
    height: 15px;
  }

  .image-56 {
    width: 40%;
  }

  .image-56.alt {
    width: 60%;
  }

  .list-item-4 {
    width: 100%;
    padding-right: 10px;
  }

  .faq9_item {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
  }

  .image-hero {
    width: auto;
    height: 100%;
    margin-left: -219px;
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  .section.light-to-dark-degrade {
    background-image: none;
    padding-bottom: 100px;
  }

  .section.alt-bg.bigger-padding {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .section.blog-section.p-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    width: 90%;
  }

  .container.horizontal-divider.service-divider {
    margin-bottom: 0;
  }

  .white {
    padding-left: 0;
  }

  .white li {
    margin-left: -25px;
  }

  .white ul {
    align-items: flex-start;
  }

  .button.second-alt.mobile-button {
    display: none;
  }

  .button.mobile-centered {
    flex-direction: row;
    justify-content: space-between;
    min-width: 150px;
  }

  .masthead {
    background-position: 0 0, 75%;
  }

  ._40-margin-bottom.mobile-centered {
    text-align: center;
    text-align: center;
    font-size: 48px;
    line-height: 56px;
  }

  .navigation-logo, .navigation-logo.w--current {
    width: 33%;
  }

  .navigation-options {
    display: none;
  }

  .navigation-options.relative.mobile {
    left: 0;
  }

  .navvigation-buttons {
    width: 33%;
  }

  .nav-inner-menu {
    margin-top: 50px;
  }

  .nav-item.home {
    color: var(--midnight-blue-3);
    justify-content: center;
    align-items: center;
  }

  .dropdown {
    flex-flow: wrap;
    flex: 0 auto;
    place-content: center flex-end;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .dropdown.pa {
    z-index: 2;
    z-index: 2;
  }

  .masthead-button-container {
    justify-content: center;
  }

  .horizontal-divider._1-x-2-grid.mobile-no-bottom-margin, .phone-numbers-call-to-action {
    margin-bottom: 20px;
  }

  .phone-number-highlight {
    font-size: 32px;
    line-height: 35px;
  }

  .phone-number-name {
    line-height: 20px;
  }

  .srvices-divvider {
    order: 3;
  }

  .srvices-divvider.order-1 {
    justify-content: flex-start;
    height: auto;
    margin-top: 60px;
    margin-bottom: 0;
  }

  .no-margin._20-bottom-margin {
    margin-bottom: 20px;
  }

  ._1-x-2-grid._34-bottom-text.single-column-mobile {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .horizontal-flex.left-align.mobile-centered, .horizontal-flex.single-column-mobile.mobile-centered, .horizontal-flex.single-column-tablet.mobile-centered {
    align-items: center;
  }

  .horizontal-flex.left-align._36-bottom-margin.mobile-centered {
    justify-content: center;
  }

  .horizontal-flex.left-align.mobile-centered, .horizontal-flex.single-column-mobile.mobile-centered, .horizontal-flex.single-column-mobile.mobile-centered, .horizontal-flex.single-column-tablet.mobile-centered, .horizontal-flex.single-column-tablet.mobile-centered {
    align-items: center;
  }

  .blogpost-description-text {
    display: block;
  }

  .testimonial-tabs-menu {
    margin-bottom: 25px;
  }

  .textimanials-tab {
    flex-direction: column;
    align-items: center;
    width: 105%;
    margin-left: -2.5%;
    margin-right: auto;
    display: flex;
  }

  .dropdown-link.alt, .dropdown-link.hidden, .dropdown-link.pa-sub, .dropdown-link.alt, .dropdown-link.hidden, .dropdown-link.pa-sub {
    font-weight: 700;
  }

  .arrow-icon {
    right: 33%;
  }

  .arrow-icon.ml-40.home {
    color: var(--midnight-blue-2);
    right: 0%;
  }

  .hero-section {
    padding-top: 15%;
  }

  .text-50.fullwidth-text-padding.careers {
    padding-left: 75px;
  }

  ._50-percent-paragraph-margin._40-margin-bottom {
    text-align: center;
    text-align: center;
    width: 80%;
  }

  .image-52 {
    width: 80%;
    min-height: auto;
    max-height: 400px;
  }

  .div-block-9 {
    width: 100%;
  }

  .attorney-left-side {
    margin-bottom: 20px;
  }

  .text-70.fullwidth-text-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-70.fullwidth-text-padding.alt-bg.mobile-contact-hero {
    padding-bottom: 50px;
  }

  .contact-call-to-action {
    flex-direction: column;
  }

  .left-contact-div {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .middle-contact-div {
    border-style: solid none;
    border-top-width: 2px;
    border-top-color: #efefef;
    border-bottom-width: 2px;
    border-bottom-color: #efefef;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .right-contact-div {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .blog-post-scroll-div {
    width: 100%;
    height: auto;
    overflow: visible;
  }

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

  .menu-button.home.w--open {
    background-color: #fff0;
  }

  .icon.alt {
    color: var(--midnight-blue);
  }

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

  .navigation-mobile-menu {
    background-color: var(--white);
  }

  .mobile-centered {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .fullwith-div {
    width: 100%;
  }

  .div-block-13 {
    width: auto;
  }

  .mobile-left-align {
    text-align: left;
  }

  .collection-list-2 {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph.contact {
    margin-bottom: 50px;
  }

  .bg.service-cms {
    height: 1050px;
  }

  .card.service {
    align-self: stretch;
    width: auto;
    max-width: 100%;
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .split-content.service-cms-left {
    margin-bottom: 50px;
  }

  .practice-area-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .practice-area-hero.service-cms {
    padding-top: 180px;
  }

  .practice-area-body {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .dropdown-toggle-2-copy.mobile-show {
    align-self: center;
    display: flex;
  }

  .block-weighted {
    flex-direction: column;
  }

  .h3 {
    font-size: 1.75rem;
  }

  .mb-flow {
    margin-bottom: 1rem;
  }

  .mb-4 {
    margin-bottom: 4rem;
  }

  .paragraph-large {
    font-size: 20px;
  }

  .h1-2 {
    font-size: 2.5rem;
  }

  .h1-2.hero.text-white {
    font-size: 3rem;
  }

  .faq-para-space {
    height: 15px;
  }

  .image-56 {
    width: 100%;
  }

  .faq9_item {
    grid-column-gap: 2.5rem;
    padding-top: 1.25rem;
    padding-bottom: 2.5rem;
  }

  .image-hero {
    margin-left: -390px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }

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

  h3 {
    font-size: 24px;
    line-height: 38px;
  }

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

  p {
    font-size: 13px;
    line-height: 20px;
  }

  .section {
    padding: 50px 10px;
  }

  .section.light-to-dark-degrade {
    background-image: none;
  }

  .section.light-to-dark-degrade.mobile {
    margin-top: -30px;
    padding-top: 0;
  }

  .section.alt-bg {
    margin-top: -25px;
  }

  .section.alt-bg.bigger-padding {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .container.horizontal-divider._45-margin-top.top-align._115-bottom-margin.single-column-tablet {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .white.no-margin.text-center {
    text-align: center;
  }

  .white.location-title.text-center, .white.no-margin.text-center, .white.no-margin.text-center {
    text-align: center;
  }

  .white li {
    margin-left: 15px;
  }

  .white ul {
    padding-left: 0;
  }

  .white.location-title.text-center {
    text-align: center;
    text-align: center;
  }

  .button {
    font-size: 12px;
  }

  .button.alt {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    min-width: 135px;
    height: 35px;
  }

  .button.masthead-button {
    justify-content: space-around;
    align-items: center;
    min-width: 135px;
    height: 35px;
    margin-bottom: 0;
    padding: 10px;
  }

  .masthead {
    background-position: 0 0, 75%;
    height: 80vh;
    min-height: auto;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .masthead-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  ._40-margin-bottom {
    text-align: center;
  }

  ._40-margin-bottom.mobile-centered {
    font-size: 28px;
    line-height: 36px;
  }

  .navbar.home.alt.trial-contact {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navvigation-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 90%;
  }

  .navigation-logo, .navigation-logo.w--current {
    width: 100%;
  }

  .navigation-options {
    display: none;
  }

  .navigation-options.relative {
    display: block;
  }

  .navigation-options.relative.mobile {
    width: 100%;
    display: none;
    top: 0;
    left: 0;
  }

  .nav-inner-menu {
    width: 100%;
    margin-top: 0;
    display: block;
  }

  .nav-item.home {
    color: var(--midnight-blue-3);
  }

  .dropdown-toggle-2 {
    padding-left: 20px;
  }

  .dropdown.hide {
    display: none;
  }

  .masthead-button-container {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .horizontal-button-divider {
    display: none;
  }

  .right-side-text {
    flex-direction: column;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .phone-numbers-call-to-action {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

  .left-phone-number-divv, .right-phone-number-div {
    width: 100%;
  }

  .middle-phone-number-div {
    border-style: solid none;
    border-top-width: 2px;
    border-top-color: #efefef;
    border-bottom-width: 2px;
    border-bottom-color: #efefef;
    width: 100%;
  }

  .srvices-divvider {
    height: 375px;
    margin-bottom: 50px;
  }

  .no-margin.mobile-centered-small {
    text-align: center;
    text-align: center;
  }

  .call-to-action {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .big-container.mobile-vertical-flex {
    flex-direction: column;
  }

  .big-container.slightly-bigger {
    flex-direction: column;
    align-items: center;
  }

  ._1-x-2-grid._50-50._100-bottom-margin.single-column-tablet {
    margin-bottom: 0;
  }

  .grid.mobile-single-column {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .horizontal-flex.left-align._25-bottom-margin {
    min-width: auto;
  }

  .horizontal-flex.left-align._25-bottom-margin.mobile-vertical-flex {
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }

  .social-media-tabs {
    justify-content: center;
  }

  .social-media-div {
    margin-left: 5px;
    margin-right: 5px;
  }

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

  .blogpost-description-text.insights-page.mb-0, .center._40-margin-bottom.eyebrown, .center._40-margin-bottom.eyebrown, .center._40-margin-bottom.eyebrown {
    margin-bottom: 0;
  }

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

  .textimanials-tab {
    margin-bottom: 0;
  }

  .testimonial-div {
    width: 80%;
  }

  .dropdown-list.w--open {
    border-radius: 0;
    padding-top: 0;
  }

  .dropdown-link {
    text-align: center;
    white-space: normal;
  }

  .dropdown-link.alt {
    width: 100%;
  }

  .dropdown-link-div.mb-0 {
    padding-bottom: 0;
  }

  .arrow-icon {
    right: 20%;
  }

  .arrow-icon.ml-40 {
    right: 5%;
  }

  .hero-section {
    padding-top: 25%;
  }

  .hero-section.attourney-masthead {
    background-position: 50% 0;
    min-height: 500px;
  }

  .hero-section.attourney-page-masthead {
    padding-top: 20%;
  }

  .text-50.fullwidth-text-padding {
    padding-top: 120px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-50.fullwidth-text-padding.careers {
    padding-left: 40px;
    padding-right: 40px;
  }

  ._50-percent-paragraph-margin._40-margin-bottom {
    width: 100%;
  }

  .image-51 {
    object-fit: cover;
    object-position: 50% 0%;
    width: 200px;
    max-width: none;
    height: 200px;
  }

  .image-52 {
    object-fit: cover;
    width: 100%;
    height: 400px;
    min-height: auto;
    max-height: none;
  }

  .div-block-9 {
    border-radius: 20px;
    width: 100%;
    margin-top: -50px;
    padding: 10px;
  }

  .div-block-10 {
    flex-direction: column;
  }

  .attorney-left-side {
    width: 100%;
  }

  .side-divider.centered.featured {
    width: 50px;
    margin-top: 0;
  }

  .text-70.fullwidth-text-padding.alt-bg.mobile-contact-hero {
    width: 100%;
    padding-bottom: 50px;
  }

  .text-70.fullwidth-text-padding.blog-page {
    padding-bottom: 60px;
  }

  .link-block-blog-post {
    width: 90%;
    margin-top: 30px;
  }

  .blog-post-scroll-div {
    width: auto;
    height: auto;
    padding-bottom: 10px;
    overflow: visible;
  }

  .h2-styled.reduced-font-size {
    font-size: 42px;
    line-height: 52px;
  }

  .h2-styled.careers.careername {
    font-size: 38px;
    line-height: 48px;
  }

  .icon {
    color: var(--midnight-blue-3);
  }

  .navigation-mobile-menu {
    display: none;
  }

  .client-testimonial-slider {
    padding-bottom: 70px;
  }

  .tabs-content {
    max-width: 375px;
  }

  .left-arrow-2, .right-arrow-3 {
    width: 35px;
  }

  .icon-2 {
    margin-top: 70px;
    margin-left: 0;
    margin-right: 0;
  }

  .image-54.re-centered-mobile {
    object-position: 77% 50%;
    object-position: 77% 50%;
  }

  .insights-right-image {
    height: 40vh;
  }

  .trust-grid {
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    width: 80%;
  }

  .columns {
    flex-direction: column;
    padding-bottom: 40px;
  }

  .collection-item-5 {
    min-height: auto;
    box-shadow: 2px 2px 20px #11171d1a;
  }

  .collection-list-2 {
    grid-template-columns: 1fr;
  }

  .blogs-container {
    max-width: 95%;
  }

  .paragraph.contact {
    margin-bottom: 40px;
  }

  .bg.service-cms {
    height: 1000px;
  }

  .card {
    width: 100%;
  }

  .card.service {
    max-width: 100%;
    padding: 40px 24px;
  }

  .split-content.service-cms-left {
    margin-bottom: 40px;
  }

  .practice-area-hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .practice-area-hero.service-cms {
    padding-top: 160px;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .practice-area-body {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .dropdown-toggle-2-copy.mobile-show {
    padding-left: 20px;
    display: flex;
  }

  .collection-list-5 {
    grid-template-columns: 1fr;
  }

  .h3.fw-bold.text-white.mb-2.tell-us {
    font-size: 1.7rem;
  }

  .mb-4 {
    margin-bottom: 4rem;
  }

  .block-centered {
    justify-content: flex-end;
    align-items: center;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1-2.hero.text-white {
    margin-bottom: 1rem;
    font-size: 2rem;
  }

  .navbar-small-logo {
    margin-left: 10px;
  }

  .image-56 {
    width: 150px;
    margin-left: 10px;
    display: block;
  }

  .image-56.alt {
    width: 150px;
  }

  .faq9_item {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .image-hero {
    margin-left: -584px;
  }
}

#w-node-e2d1c42c-d372-e98e-4efa-783e4992a401-4992a3fc, #w-node-e2d1c42c-d372-e98e-4efa-783e4992a40a-4992a3fc, #w-node-e3a71ac2-cd52-d9ad-1f02-3e56ca4bb01b-ca4bb016, #w-node-e3a71ac2-cd52-d9ad-1f02-3e56ca4bb01c-ca4bb016 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-e2d1c42c-d372-e98e-4efa-783e4992a401-4992a3fc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
