:root {
  --dark-red: #a30101;
  --dark-slate-gray-2: #404047;
  --white-smoke: #ecf0f1;
  --white-smoke-3: #edeff2;
  --white-smoke-2: #f0f0f0;
  --silver: #bec3c7;
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
}

body {
  height: 100%;
  color: rgba(0, 0, 0, .74);
  background-color: #edeff2;
  padding-left: 329px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #313131;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Droid Sans, sans-serif;
  font-size: 15px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #cf404d;
  border-radius: 4px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

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

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  display: block;
}

.brand-text {
  color: #cf404d;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 25px;
}

.section {
  height: 100%;
  background-color: #fff;
  padding: 0 40px 63px;
  position: relative;
}

.section.section-gray {
  height: auto;
  background-color: #fafafa;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding-top: 0;
}

.section.a {
  background-image: url('../images/citycourthouse.jpg');
  background-position: 50% 100%;
  background-size: auto;
}

.section.b {
  background-image: url('../images/John-Johnson.jpg');
  background-position: 50% 0;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 53px;
  display: flex;
}

.section.b._2 {
  background-image: url('../images/johnjohnson.jpg');
}

.section.c {
  height: 100%;
  padding-top: 0;
}

.section.d {
  background-image: url('../images/Johnson-Law-Group-Roanoke-Virgina-2.jpg');
  background-position: 0%;
  background-size: auto;
}

.section.f {
  height: auto;
  padding-top: 0;
}

.call-to-action-section {
  color: #fff;
  background-color: #cf404d;
  padding: 44px 40px;
}

.call-to-action-heading {
  margin-top: 3px;
  margin-bottom: 0;
  font-weight: 400;
}

.align-right {
  text-align: right;
}

.hero-heading {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 19px;
  font-family: trajan-pro-3, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.hero-subheading {
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
}

.hollow-button {
  color: #1db0fc;
  border: 2px solid #1db0fc;
  border-radius: 4px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 11px 20px;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #000;
  border-color: #000;
}

.hollow-button.white {
  width: 2%;
  color: #fff;
  border-color: #fff;
}

.hollow-button.white:hover {
  color: #fff;
  background-color: #2d3e4f;
  border-color: #2d3e4f;
}

.hollow-button.red {
  background-color: var(--dark-red);
  color: #fff;
  border-color: #cf404d;
  margin-top: 35px;
  font-family: PT Sans, sans-serif;
}

.hollow-button.red:hover {
  background-color: rgba(0, 0, 0, 0);
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #313131;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}

.section-subheading.center {
  color: rgba(115, 115, 115, .74);
  text-align: center;
  font-family: Droid Sans, sans-serif;
  font-size: 19px;
  line-height: 30px;
}

.section-title-group {
  margin-bottom: 62px;
}

.form-field {
  min-height: 45px;
  border: 0 solid #000;
  border-radius: 3px;
  margin-bottom: 17px;
  margin-right: 1px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
}

.form-field:focus {
  box-shadow: 0 0 0 1px #2e80b6;
}

.form-field.text-area {
  min-height: 110px;
}

.form-wrapper.squeezed {
  padding-left: 0%;
  padding-right: 0%;
}

.social-icon-link {
  opacity: .66;
  padding: 3px;
  transition: opacity .3s;
}

.social-icon-link:hover {
  opacity: 1;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  text-align: center;
  padding-top: 21px;
  padding-bottom: 21px;
}

.footer-text {
  color: rgba(54, 54, 54, .74);
  text-align: center;
  margin-top: 5px;
  margin-bottom: 13px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.link {
  color: #cf404d;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.link:hover {
  color: #30ad64;
}

.grid-image {
  margin-bottom: 19px;
}

.hero-title-wrapper {
  text-align: center;
  margin-bottom: 155px;
  position: relative;
  top: 40%;
}

.left-navigation {
  width: 329px;
  height: 100%;
  background-color: var(--dark-red);
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.nav-link {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0;
  font-family: PT Sans, sans-serif;
  font-size: 15px;
  display: block;
}

.nav-link:hover {
  color: #cf404d;
}

.nav-link.w--current {
  color: #9e9e9e;
}

.nav-menu {
  float: none;
}

.logo-link {
  float: none;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 21px;
  display: block;
}

.social-footer {
  text-align: center;
  margin-bottom: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.grid-fours {
  width: 25%;
  float: left;
  padding: 10px;
}

.banner {
  height: 100%;
  background-image: url('../images/Johnson-Law-Group-Roanoke-Virgina.jpg'), linear-gradient(#0052bd, rgba(0, 0, 0, 0));
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-direction: column;
  align-items: center;
  padding-top: 183px;
  display: flex;
}

.content {
  height: 100%;
}

.success-message {
  text-align: center;
}

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

.heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: trajan-pro-3, sans-serif;
  font-size: 45px;
  font-weight: 400;
}

.heading-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 300;
}

.div-block-4 {
  width: 80%;
  height: auto;
  max-height: none;
  min-height: auto;
  padding: 73px 59px 0;
  position: relative;
}

.div-block-4.b {
  height: auto;
  max-height: none;
  min-height: auto;
  padding-bottom: 68px;
}

.heading-3 {
  color: #7e7e7e;
  margin-bottom: 34px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.div-block-7 {
  height: 2px;
  color: #a30101;
  background-color: #a30101;
  margin-bottom: 53px;
}

.div-block-5 {
  flex-direction: column;
  margin-bottom: 66px;
  display: flex;
}

.div-block-5.b {
  margin-bottom: 22px;
}

.paragraph {
  width: 100%;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.paragraph.b {
  width: 60%;
}

.bold-text {
  color: #a30101;
  font-family: trajan-pro-3, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.body {
  padding-left: 0;
  padding-right: 329px;
}

.list {
  color: #a30101;
  font-size: 18px;
}

.list-item {
  font-family: Open Sans, sans-serif;
  font-size: 26px;
  list-style-type: square;
}

.paragraph-2 {
  margin-bottom: 35px;
  padding-top: 14px;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.heading-4 {
  color: #a30101;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 23px;
  font-weight: 400;
}

.button-2 {
  background-color: #a30101;
  margin-top: 0;
  margin-right: 18px;
  font-family: Open Sans, sans-serif;
}

.heading-5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
}

.list-3 {
  width: 70%;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 25px;
  list-style-type: square;
}

.link-2 {
  color: #333;
  text-decoration: none;
}

.html-embed {
  margin-top: 0;
}

.bold-text-2 {
  color: #a30101;
  font-weight: 600;
}

.heading-6 {
  color: var(--white-smoke);
  margin-bottom: 0;
  font-family: trajan-pro-3, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.paragraph-3 {
  color: var(--dark-red);
}

.paragraph-3.b {
  color: var(--white-smoke-3);
  line-height: 25px;
}

.list-item-2, .list-item-3, .list-item-4, .list-item-5 {
  line-height: 25px;
}

.bold-text-3 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.paragraph-4 {
  margin-bottom: 23px;
}

.disclaimer-text {
  width: 100%;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 25px;
  list-style-type: square;
}

.bold-text-4 {
  color: var(--dark-red);
  font-weight: 600;
}

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

.link-3:hover {
  color: var(--dark-red);
}

.link-4 {
  color: var(--white-smoke-3);
  text-decoration: none;
}

.link-4:hover {
  color: var(--dark-red);
}

.link-4.w--current {
  color: var(--white-smoke-3);
}

.link-4.w--current:hover {
  color: var(--dark-red);
}

.link-5 {
  color: var(--white-smoke-3);
  text-decoration: none;
}

.link-5:hover {
  color: var(--dark-red);
}

.link-6, .link-7 {
  color: var(--white-smoke-3);
  text-decoration: none;
}

.link-7:hover {
  color: var(--dark-red);
}

.link-8 {
  color: var(--dark-slate-gray-2);
  text-decoration: none;
}

.link-8:hover {
  color: var(--dark-red);
}

.bold-text-5 {
  color: var(--dark-red);
  font-weight: 600;
}

.div-block-8 {
  margin-top: 37px;
}

@media screen and (max-width: 991px) {
  body {
    margin-left: 0;
    padding-left: 0;
  }

  .hamburger-button {
    color: #fff;
    margin-top: 41px;
    margin-right: 24px;
  }

  .hamburger-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .section, .section.section-gray {
    padding: 0;
  }

  .section.b {
    padding-bottom: 45px;
    padding-left: 59px;
  }

  .section.c, .section.f {
    padding: 0;
  }

  .form-wrapper.squeezed {
    padding-left: 8%;
    padding-right: 8%;
  }

  .footer.center {
    padding-left: 0;
  }

  .hero-title-wrapper {
    top: 40%;
  }

  .left-navigation {
    width: 100%;
    height: auto;
    float: none;
    padding: 8px;
    position: relative;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
  }

  .nav-link {
    text-align: right;
    padding-left: 13px;
    padding-right: 37px;
  }

  .nav-link.w--current {
    text-align: right;
    padding-right: 37px;
  }

  .nav-menu {
    background-color: var(--dark-slate-gray-2);
  }

  .logo-link {
    float: left;
    margin-top: 14px;
    margin-bottom: 0;
    margin-left: 10px;
  }

  .social-footer {
    display: inline-block;
    position: absolute;
  }

  .banner {
    height: 700px;
    background-image: linear-gradient(#0052bd, rgba(0, 0, 0, 0)), url('../images/Johnson-Law-Group-Roanoke-Virgina.jpg');
    background-position: 0 0, 50% 40%;
    background-size: auto, auto;
    padding: 63px;
  }

  .heading {
    margin-top: 12px;
  }

  .div-block-4, .div-block-4.b {
    width: 100%;
  }

  .div-block-5.b {
    flex-direction: column;
  }

  .paragraph, .paragraph.b {
    width: 100%;
  }

  .body {
    padding-right: 0;
  }

  .list-item {
    line-height: 32px;
  }

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

  .icon:hover {
    color: var(--silver);
  }

  .columns {
    margin-bottom: 96px;
    display: flex;
  }

  .columns-2 {
    margin-bottom: 81px;
  }

  .div-block-8 {
    margin-bottom: 49px;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    margin-top: 10px;
  }

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

  .section.b {
    padding-bottom: 30px;
    padding-left: 22px;
  }

  .call-to-action-heading {
    text-align: center;
    margin-bottom: 13px;
  }

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

  .hero-heading {
    font-size: 37px;
  }

  .hero-title-wrapper {
    top: 35%;
  }

  .grid-fours {
    width: 33.333%;
  }

  .column-0-padding {
    text-align: center;
    margin-bottom: 15px;
  }

  .column-remove-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .body {
    padding-right: 0;
  }

  .html-embed-2 {
    margin-top: 38px;
  }
}

@media screen and (max-width: 479px) {
  .hamburger-button {
    margin-right: 1px;
  }

  .hamburger-button.w--open {
    margin-right: 17px;
  }

  .section {
    position: static;
  }

  .section.b {
    padding-left: 23px;
  }

  .section.c {
    height: auto;
  }

  .form-wrapper.squeezed {
    padding-left: 2%;
    padding-right: 2%;
  }

  .footer.center {
    padding-left: 0;
  }

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

  .hero-title-wrapper {
    top: 28%;
  }

  .logo-link {
    margin-left: 0;
  }

  .banner {
    height: 600px;
    padding: 101px 22px 22px;
  }

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

  .div-block-4, .div-block-4.b {
    padding: 25px 32px;
  }

  .heading-3 {
    margin-top: 30px;
  }

  .paragraph.b {
    width: 100%;
  }

  .body {
    padding-right: 0;
  }

  .list {
    padding-left: 25px;
  }

  .paragraph-2 {
    padding-left: 0;
  }

  .button-2 {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 2px;
    margin-right: 0;
  }

  .list-3 {
    width: 100%;
  }

  .heading-6 {
    text-shadow: 1px 1px 6px #000;
  }

  .disclaimer-text {
    padding-left: 21px;
  }

  .div-block-8 {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .column {
    padding-left: 0;
  }
}


