.body {
  display: block;
  margin-top: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
  box-shadow: 0 0 6px 0 #b8b7b7;
  font-family: 'Varela Round', sans-serif;
  font-size: 100%;
  line-height: 130%;
}

.header {
  overflow: visible;
  background-color: #fff;
  box-shadow: 0 0 6px 0 #9c9c9c;
}

.footer {
  padding: 50px 3%;
  background-color: #000;
}

.section-a {
  min-height: 650px;
  padding-top: 25px;
  padding-bottom: 50px;
  background-image: url('../images/tax_background_max.jpg'), url('../images/tax_background.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.h1-container {
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
}

.h1 {
  display: inline;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 3px;
  padding-left: 10px;
  color: #4b4b4b;
  font-size: 3em;
  line-height: 50px;
  text-align: center;
}

.h1.alt {
  color: #4b4b4b;
}

.h1.large {
  font-size: 4.2em;
}

.heading {
  border-bottom: 1px none #000;
  color: #4b4b4b;
  font-size: 2em;
  text-align: center;
  text-decoration: none;
}

.heading.alt {
  color: #4b4b4b;
}

.heading.blue {
  color: #0069af;
}

.form-container {
  margin-top: 10px;
  padding-right: 3%;
  padding-left: 3%;
  text-align: center;
}

.form-div {
  display: inline-block;
  max-width: 600px;
  min-width: 60%;
  padding-top: 10px;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.4);
  text-align: center;
}

.navbar {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 3;
  padding: 10px 3%;
  background-color: #0065aa;
  color: #057dce;
  text-align: center;
}

.navbar.alt {
  background-color: #686868;
}

.navbar-container {
  display: block;
  max-width: 800px;
  text-align: center;
}

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

.logo-img {
  display: block;
}

.brand {
  position: static;
  display: inline;
  margin-top: 5px;
}

.form-html {
  position: static;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
}

.phone-number-div {
  display: inline-block;
  padding: 3px 10px;
  border: 2px solid #40df40;
  border-radius: 5px;
  background-color: #057dce;
}

.link {
  color: #fff;
  font-size: 120%;
  line-height: 135%;
  font-weight: 800;
  text-decoration: none;
}

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

.section-b {
  padding-top: 15px;
  padding-bottom: 25px;
  border-top: 10px solid #e7a20e;
}

.card-container {
  margin-top: 10px;
  text-align: center;
}

.h2 {
  text-align: center;
}

.h3 {
  margin-top: 10px;
  margin-bottom: 5px;
}

.heading-2 {
  font-size: 180%;
}

.card {
  display: inline-block;
  max-width: 250px;
  margin: 10px;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 6px 0 #646464;
}

.secure-msg {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.4);
  text-align: center;
}

.secured-text-div {
  display: inline-block;
  font-size: 80%;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
}

.security-img {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 3px;
  margin-left: 3px;
}

.section-c {
  padding-top: 20px;
  padding-right: 3%;
  padding-left: 3%;
  background-color: #71a827;
  color: #fff;
}

.container {
  text-align: center;
}

.h5 {
  font-size: 240%;
  line-height: 120%;
  font-weight: 700;
  text-align: left;
}

.paragraph-white {
  color: #fff;
  line-height: 150%;
  font-weight: 600;
  text-align: left;
}

.tax-img-div {
  margin-top: 20px;
  text-align: center;
}

.bold-text {
  color: #057dce;
  line-height: 140%;
}

.bold-text.alt {
  color: #fff;
}

.image {
  margin-right: 2px;
}

.section-d {
  padding: 30px 3% 10px;
}

.h6 {
  display: block;
  font-size: 230%;
  line-height: 120%;
  text-align: left;
}

.paragraph {
  line-height: 140%;
  font-weight: 700;
  text-align: left;
}

.paragraph.p-list {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

.irs-truth-img {
  margin-bottom: 10px;
  border-radius: 300px;
}

.its-truth-div {
  text-align: center;
}

.bold-title-div {
  font-size: 120%;
}

.bold-title-div.light-text {
  font-weight: 400;
}

.text-block-2 {
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #000;
  font-size: 120%;
}

.text-block-3 {
  margin-top: 15px;
}

.notice-font {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 50%;
  line-height: 135%;
  text-align: left;
}

.section-e {
  padding: 50px 3%;
  background-image: url('../images/truth.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.non-h-header {
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 220%;
  line-height: 130%;
  text-align: left;
}

.button-div {
  margin-top: 30px;
  text-align: center;
}

.button {
  padding: 15px 25px;
  border-radius: 5px;
  background-color: #00a500;
  font-size: 120%;
}

.button.b2 {
  background-color: #057dce;
}

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

.section-news {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 3px solid #acadac;
  background-color: #f5f5f5;
  color: #fff;
}

.news-text {
  margin-bottom: 15px;
  color: #000;
  text-align: center;
}

.news-img {
  margin: 10px 15px;
}

.italic-text {
  color: #7c7c7c;
}

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

.footer-link {
  display: inline-block;
  margin: 10px;
  color: #fff;
}

.footer-link.left {
  margin-right: 5px;
  margin-left: 0px;
  padding-right: 5px;
  padding-left: 0px;
  border-right: 1px solid #fff;
  text-decoration: underline;
}

.footer-link.right {
  margin-left: 0px;
  text-decoration: underline;
}

.footer-link-text {
  color: #fff;
  font-size: 80%;
}

.footer-paragraph {
  color: #fff;
  font-size: 50%;
  line-height: 125%;
  text-align: center;
}

.form-header {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 170%;
  line-height: 165%;
}

.button-2 {
  display: block;
}

.bold-text-2 {
  padding-right: 3%;
  padding-left: 3%;
  color: #4b4b4b;
  font-size: 120%;
  font-style: normal;
  font-weight: 400;
}

.bold-text-2.alt {
  color: #4b4b4b;
}

.form-button {
  display: block;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #40df40;
  background-image: url('../images/right-arrow.png'), linear-gradient(96deg, #00a500, #41e241);
  background-position: 63% 50%, 0px 0px;
  background-size: 30px, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 1px 1px 3px 1px #c5c5c5;
  color: #fff;
  font-size: 150%;
  line-height: 135%;
  font-weight: 700;
}

.secure-msg-div {
  margin-top: 10px;
}

.free-consult-text-div {
  margin-bottom: 15px;
  color: #00a500;
  font-style: italic;
  text-decoration: none;
}

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: block;
  overflow: visible;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.modal-sign-up-form-div {
  overflow: visible;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #000;
  background-color: transparent;
  text-align: center;
}

.close-modal-button {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  padding: 5px;
}

.application-header {
  display: none;
  background-color: transparent;
  color: #00a500;
  font-size: 120%;
  line-height: 135%;
}

.html-embed {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  padding: auto;
}

.thank-you-section {
  min-height: 750px;
  padding: 50px 3%;
}

.thank-you-container {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 #bdbdbd;
  text-align: center;
}

.accreditations-img {
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 100px;
  text-align: center;
}

.bbb-img {
  margin-top: 15px;
  border: 2px solid #fff;
  border-radius: 6px;
}

.section-f {
  padding: 20px 3% 30px;
  border-top: 3px none #686868;
  border-bottom: 3px none #686868;
  background-color: #f5f5f5;
}

.h7 {
  font-size: 230%;
  line-height: 120%;
}

.h7.colored-background {
  color: #fff;
}

.section-f-container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.column {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.column-img {
  margin-bottom: 0px;
}

.column-img.small {
  padding-top: 10px;
  padding-bottom: 28px;
}

.column-img.small2 {
  margin-bottom: 10px;
}

.column-img.staff-img-alt {
  margin-bottom: 10px;
}

.column-heading {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 120%;
  font-weight: 700;
}

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

.section-g {
  padding: 20px 3% 50px;
  background-color: #057dce;
}

.testimonial-card {
  min-height: 150px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #4b4b4b;
  text-align: left;
}

.testimonial-card.a1 {
  min-height: 300px;
}

.column-left {
  text-align: center;
}

.profile-icon {
  display: inline;
  border: 2px solid #acadac;
  border-radius: 300px;
}

.div-block {
  display: inline-block;
}

.testimonial-name {
  display: inline-block;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  color: #057dce;
  font-size: 130%;
}

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

.text-block-4 {
  display: inline;
  font-size: 120%;
}

.testimonial-subject {
  font-family: Lato, sans-serif;
  font-size: 130%;
  font-weight: 900;
}

.review-stars {
  display: inline;
}

.eform-container {
  padding: 0px 3% 5px;
}

.qualify-text {
  display: inline-block;
  padding: 5px 8px;
  border: 2px none #40df40;
  border-radius: 5px;
  background-color: #00a500;
  box-shadow: 1px 1px 3px 0 #000;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 120%;
  line-height: 135%;
  font-weight: 700;
  text-align: center;
}

.arrow-div {
  margin-top: 10px;
  margin-bottom: 0px;
}

.arrow-img {
  background-color: transparent;
}

.h1-large {
  display: inline;
  color: #4b4b4b;
  font-size: 4em;
  line-height: 50px;
  text-decoration: underline;
}

.h1-large.underlined {
  line-height: 50px;
  text-decoration: underline;
}

.heading-blue {
  color: #0069af;
  font-size: 2em;
}

.number-section {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #00a500;
  font-family: 'Varela Round', sans-serif;
}

.phone-container {
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  text-align: center;
}

.link-2 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #f5f5f5;
  font-size: 130%;
  font-weight: 700;
  text-decoration: none;
}

.number-text {
  display: inline;
  margin-bottom: 10px;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 110%;
}

.phone_icon {
  margin-right: 5px;
  margin-left: 5px;
  padding-bottom: 0px;
}

@media (max-width: 991px) {
  .section-a {
    background-position: 100% 100%;
  }
  .modal-wrapper {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
}

@media (max-width: 767px) {
  .section-a {
    background-position: 100% 100%;
  }
  .modal-wrapper {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
}

@media (max-width: 479px) {
  .body {
    margin-top: 0px;
  }
  .section-a {
    background-position: 100% 50%;
  }
  .h1 {
    font-size: 2.8em;
  }
  .navbar-container {
    text-align: center;
  }
  .nav-menu {
    display: inline-block;
    float: none;
  }
  .logo-img {
    display: inline-block;
    max-width: 45%;
  }
  .brand {
    float: none;
  }
  .secured-text-div {
    font-size: 50%;
  }
  .form-button {
    background-position: 75% 50%, 0px 0px;
  }
  .modal-wrapper {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .thank-you-section {
    background-position: 50% 50%;
  }
  .heading-blue {
    font-size: 1.8em;
  }
}

#w-node-c1a4e8933af2-4a6fa64b {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-45799ed77dfa-4a6fa64b {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-30eff047bdd4-4a6fa64b {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-eee65623ff38-4a6fa64b {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-13053eca0578-4a6fa64b {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-5ce7e8701fc4-4a6fa64b {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-ccf8ea8f150b-4a6fa64b {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-17558ce12f8d-4a6fa64b {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

#w-node-c1a4e8933af2-f4be9bd0 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-45799ed77dfa-f4be9bd0 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-30eff047bdd4-f4be9bd0 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-eee65623ff38-f4be9bd0 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-13053eca0578-f4be9bd0 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-5ce7e8701fc4-f4be9bd0 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-ccf8ea8f150b-f4be9bd0 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-17558ce12f8d-f4be9bd0 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

#w-node-c1a4e8933af2-1f71fec8 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-45799ed77dfa-1f71fec8 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-30eff047bdd4-1f71fec8 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-eee65623ff38-1f71fec8 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-13053eca0578-1f71fec8 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-5ce7e8701fc4-1f71fec8 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-ccf8ea8f150b-1f71fec8 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-17558ce12f8d-1f71fec8 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

