h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #6a706e;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h4, h3 {
  margin-top: 22px;
  margin-bottom: 6px;
  padding-bottom: 4px;
  border-bottom: 1px solid #a20021;
  color: #323534;
  font-size: 25px;
  line-height: 26px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 23px;
}


ul li {
  font-size: 19px;
  line-height: 23px;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  background-color: transparent;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-right: auto;
  margin-left: auto;
}

.navbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

.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 {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

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

.nav-button-wrapper {
  margin-left: 120px;
}

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

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

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

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

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.nav-menu-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-divider {
  width: 1px;
  height: 22px;
  margin-right: 15px;
  margin-left: 15px;
  background-color: #e4ebf3;
}

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

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

.top-header {
  padding-top: 8px;
  background-color: #fff;
}

.wider-container {
  position: static;    padding: 0 10px 0 10px;
  max-width: 1250px;
}

.navbar {
  background-color: transparent;
}

.image {
  width: 90%;
  min-width: 150px;
  float: left;
}

.brand {
  position: relative;
  width: 33%;
  float: left;
}

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

.nav-link-3 {
  font-size: 17px;
}

.nav-link-4 {
  font-size: 17px;
}

.nav-menu-2 {
  margin-top: 23px;
  float: right;
}

.container-2 {
  max-width: 1250px;
}

.dropdown {
  font-size: 17px;
}

.dropdown-toggle {
  padding-left: 10px;
}

.hero {
  position: relative;
  height: 50vh;
  border-top: 3px solid #a20021;
  border-bottom: 3px solid #a20021;
  background-color: #000;
  background-position: 50% 28%;
  background-size: cover;
}

.dad {  background-image: url('../images/dad.png');}
.pillars {  background-image: url('../images/pillars.jpg');}
.pillars2 {  background-image: url('../images/pillars2.jpg');}
.custody {  background-image: url('../images/child-custody.jpg');}
.divorce {  background-image: url('../images/divorce.jpg');}
.asset {  background-image: url('../images/asset.png');}
.agreement {  background-image: url('../images/agreement.jpg');}
.family {  background-image: url('../images/family.jpg');}
.cost {  background-image: url('../images/money.jpg');}
.gavel {  background-image: url('../images/gavel.png');}
.fathers {  background-image: url('../images/beach5.png');}
.fam1 {  background-image: url('../images/fam1.jpg');}
.fam2 {  background-image: url('../images/fam2.jpg');}
.fam3 {  background-image: url('../images/fam3.jpg');}

.heading {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(119, 0, 24, 0.8);
  font-family: Questrial, sans-serif;
  color: #fff;
  font-size: 62px;
  line-height: 75px;
  font-weight: 400;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.88);
}

.body {
  height: 150px;
  border-top: 1px solid #a20021;
  border-bottom: 0px solid #a20021;
  background-color: #943d48;
  font-family: Questrial, sans-serif;
}

.section {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #434846;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c5c5c5), to(#79817e));
  background-image: linear-gradient(180deg, #c5c5c5, #79817e);
}

.award-hold {
  width: 20%;
  min-height: 15px;
  float: left;
}

.award-image {
  display: block;
  height: 163px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.award-image.white-round-bg {
  padding-top: 17px;
  padding-bottom: 16px;
  border: 1px solid #fff;
  border-radius: 100%;
  background-color: #fff;
}

.list {
  padding-left: 0px;
  list-style-type: none;
}

.heading-2 {
  margin-bottom: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: rgba(119, 0, 24, 0.8);
  color: #fff;
  font-size: 34px;
  line-height: 51px;
  text-align: center;
}

.link {
  display: block;
  padding-top: 8px;
  padding-bottom: 9px;
  padding-left: 11px;
  color: #586961;
  font-size: 19px;
  line-height: 27px;
  text-decoration: none;
}

.list-item {
  border-bottom: 1px solid #a20021;
  background-color: #eee;
}

.section-2 {
  border-bottom: 0px solid #000;
}

.heading-3 {
  padding-top: 11px;
  color: #a20021;
}

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

.footer {
  padding-top: 10px;
  padding-bottom: 60px;
  border-top: 3px solid #a20021;
  background-color: #6a706e;
}

.content-column {
  padding-top: 5px;
  padding-bottom: 20px;
  background-color: #fff;
}

.textarea-2 {
  min-height: 100px;
}

.heading-12 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 4;
  width: auto;
  height: 100px;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #a20021;
  font-family: Questrial, sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 80px;
  font-weight: 400;
  text-align: center;
  text-shadow: 1px 1px 2px #000;
}

.over-form {
  font-family: Questrial, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 37px;
  font-weight: 400;
  text-align: center;
  text-shadow: 0 0 3px #000;
}

.select-field {
  background-color: #fff;
}

.outside-form-wrapper {
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 63px;
  margin-left: auto;
  padding-top: 137px;
}

.form-section {
  position: relative;
  padding-top: 0%;
  padding-bottom: 2%;
  background-color: #6a706e;
  background-image: url('../images/computer.png');
  background-position: 50% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.disco-header {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: auto;
  height: 100px;
  background-image: url('../images/spacing-and-white-bg-copy.png');
  background-position: 0px 0px;
  background-size: 6%;
  background-attachment: fixed;
}

.submit-button-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #a20021;
  font-size: 20px;
  line-height: 32px;
}

.real-container {
  position: relative;
  max-width: 1250px;
  padding-top: 0px;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: transparent;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }

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

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

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: #a6b1bf;
    color: #fff;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-two {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding: 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

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

  .hero {
    height: 40vh;
  }

  .heading {
    font-size: 49px;
    line-height: 51px;
  }

  .award-image {
    height: 131px;
  }

  .heading-2 {
    font-size: 25px;
    line-height: 37px;
  }

  .heading-3 {
    font-size: 33px;
    line-height: 39px;
  }

  .textarea-2 {
    background-color: hsla(0, 0%, 100%, 0.74);
  }

  .heading-12 {
    font-size: 45px;
    line-height: 82px;
  }

  .over-form {
    font-size: 34px;
    line-height: 35px;
  }

  .text-field-2 {
    background-color: hsla(0, 0%, 100%, 0.74);
  }

  .select-field {
    background-color: hsla(0, 0%, 100%, 0.73);
  }

  .outside-form-wrapper {
    margin-right: 7%;
    margin-bottom: 9%;
    margin-left: 7%;
    padding-top: 94px;
  }

  .form-section {
    background-image: url('../images/ipad-bg.png');
    background-position: 50% 100%;
  }

  .disco-header {
    background-image: url('../images/spacing-and-white-bg-copy.png');
    background-size: 9%;
  }

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

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0px;
  }

  .nav-menu {
    padding-bottom: 30px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .nav-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

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

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

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

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .nav-menu-two {
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 20px;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .image {
    width: 100%;
  }

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

  .award-image {
    height: 92px;
  }

  .image-2 {
    display: block;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }

  .heading-12 {
    line-height: 84px;
  }

  .over-form {
    font-size: 33px;
    line-height: 34px;
  }

  .outside-form-wrapper {
    padding-top: 102px;
  }

  .form-section {
    background-image: url('../images/mobile-bg.png');
  }

  .disco-header {
    background-size: 9%;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 29px;
    line-height: 30px;
  }

  .nav-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .top-header {
    background-color: #fff;
  }

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

  .image {
    min-width: 181px;
  }

  .hero {
    height: 30vh;
  }

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

  .body {
    max-width: 100%;
    background-color: #a20121;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .section {
    text-align: center;
  }

  .award-hold {
    width: 33%;
  }

  .award-hold.second-ro {
    margin-left: 13%;
  }

  .award-image {
    height: 120px;
  }

  .award-image.white-round-bg {
    height: 100px;
    margin-top: 10px;
    padding-top: 7px;
    padding-bottom: 5px;
  }

  .heading-3 {
    font-size: 27px;
    line-height: 32px;
  }

  .footer {
    -webkit-transform: perspective(59px) translate(0px, 0px);
    transform: perspective(59px) translate(0px, 0px);
  }

  .content-column {
    background-color: #fff;
  }

  .image-2 {
    width: 80%;
  }

  .heading-12 {
    position: absolute;
    top: 0%;
    bottom: 0px;
    height: 80px;
    max-width: 100%;
    margin-bottom: 0px;
    background-color: rgba(111, 3, 25, 0.7);
    font-size: 33px;
    line-height: 62px;
  }

  .over-form {
    font-size: 24px;
    line-height: 26px;
  }

  .form-section {
    max-width: 100%;
  }

  .disco-header {
    width: 140%;
    height: 80px;
    background-image: url('../images/wide-pillarss.jpg');
    background-size: 223%;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .submit-button-2 {
    display: block;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    white-space: normal;
  }

  .column {
    max-height: 150px;
  }

  .footerspacer {
    min-height: 450px;
  }
}

