:root {
  --edna: #37455b;
  --edna-darker: #0f1a2b;
  --white: white;
  --bg-light-grey: #f6f5f7;
  --stroke-grey: #b6b6b6;
  --edna-dark: #212d42;
  --edna-light: #66748a;
  --peter-pan: #5ebb5e;
  --peter-pan-dark: #359935;
  --peter-pan-darker: #277327;
  --peter-pan-lighter: #cfc;
  --footer-blue: #1b426d;
  --bg-mid-grey: #e8e7ea;
}

a {
  text-decoration: underline;
}

.product-small-link {
  float: none;
  color: var(--edna);
  text-align: left;
  flex: 0 auto;
  padding: 0;
  font-family: Lato, sans-serif;
  line-height: 22px;
  text-decoration: none;
  display: inline-block;
  position: static;
  right: 0;
}

.product-small-link:hover {
  text-decoration: underline;
}

.product-small-link:active {
  color: var(--edna-darker);
}

.product-small-link.font-color-white {
  color: var(--white);
  text-align: left;
  display: inline-block;
}

.product-small-link.font-color-white.align-center {
  text-align: center;
}

.product-small-link.center-justified {
  text-align: center;
  display: block;
}

.nav-bar {
  background-color: var(--bg-light-grey);
}

.container {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  display: block;
}

.nav-bar-links {
  float: right;
  align-items: center;
  display: block;
}

.nav-bar-links-divider {
  border-right: 1px solid var(--stroke-grey);
  align-self: auto;
  width: 1px;
  height: 18px;
  margin-top: 0;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 0;
  display: none;
}

.image {
  float: none;
  clear: none;
  width: auto;
  display: block;
  position: static;
  top: 0;
  right: 0;
}

.tooltip-popover-page-1 {
  z-index: 10;
  float: left;
  clear: none;
  background-color: var(--edna-dark);
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 264px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 24px 30px 25px;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 290px;
  left: 0;
  box-shadow: 4px 4px 10px #00000040;
}

.main-content-section {
  background-color: var(--bg-light-grey);
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.heading-f {
  color: var(--edna);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.heading-f.font-color-white {
  color: var(--white);
  width: 212px;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.heading-f.font-color-white.shorter-width {
  width: 202px;
}

.heading-f.center-justified {
  text-align: center;
}

.heading-f.font-color-edna-dark {
  color: var(--edna-dark);
  text-align: center;
}

.heading-f.font-color-edna-dark.center-justified {
  margin-top: 0;
  margin-bottom: 12px;
}

.product {
  color: var(--edna);
  white-space: normal;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.product.font-color-white {
  color: var(--white);
  background-color: #0000;
  padding: 0;
  display: inline-block;
}

.product.font-color-white.button-medium-text {
  text-decoration: none;
}

.product.font-color-edna-light {
  color: var(--edna-light);
}

.product.weight-bold {
  font-weight: 700;
}

.button-primary-medium-with-icon {
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--peter-pan), var(--peter-pan-dark));
  color: var(--white);
  border-radius: 4px;
  margin-top: 24px;
  padding: 9px 18px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
}

.button-primary-medium-with-icon:hover {
  background-color: var(--peter-pan-dark);
  background-image: none;
}

.button-primary-medium-with-icon:active {
  background-color: var(--peter-pan-darker);
  color: var(--peter-pan-lighter);
}

.button {
  padding-top: 0;
}

.html-embed {
  margin-left: 0;
  display: inline-block;
}

.html-embed.arrow-right {
  float: none;
  margin-left: 6px;
  display: inline-block;
}

.tooltip-popover-arrow-page-1 {
  background-color: var(--edna-dark);
  object-fit: fill;
  width: 16px;
  height: 16px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 45% -2% 0% auto;
  transform: rotate(45deg);
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}

.document-heading {
  float: none;
  color: var(--edna-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
}

.main-content-container {
  position: relative;
}

.footer-section {
  background-color: var(--footer-blue);
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  display: flex;
}

.help-tab-img {
  margin-bottom: 0;
  margin-left: 0;
  position: static;
  bottom: 0;
}

.footer-link {
  color: var(--white);
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

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

.footer-link:active {
  color: #ffffffb3;
}

.footer-links {
  display: flex;
}

.footer-links-divider {
  background-color: var(--stroke-grey);
  width: 1px;
  height: 25px;
  margin-left: 20px;
  margin-right: 20px;
}

.body {
  background-color: var(--footer-blue);
}

.tooltip-popover-page-2 {
  z-index: 10;
  float: left;
  clear: none;
  background-color: var(--edna-dark);
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 272px;
  margin-top: 0;
  padding: 30px 24px 30px 25px;
  display: inline-block;
  position: absolute;
  top: 340px;
  left: 25px;
  box-shadow: 4px 4px 10px #00000040;
}

.tooltip-popover-arrow-page-2 {
  background-color: var(--edna-dark);
  object-fit: fill;
  width: 16px;
  height: 16px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto -2% 12%;
  transform: rotate(45deg);
}

.button-primary-medium {
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--peter-pan), var(--peter-pan-dark));
  color: var(--white);
  border-radius: 4px;
  margin-top: 24px;
  padding: 9px 18px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
}

.button-primary-medium:hover {
  background-color: var(--peter-pan-dark);
  background-image: none;
}

.button-primary-medium:active {
  background-color: var(--peter-pan-darker);
  color: var(--peter-pan-lighter);
}

.heading-b {
  color: var(--edna);
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 36px;
  line-height: 46px;
}

.heading-b.font-color-edna-dark {
  color: var(--edna-dark);
  margin-top: 0;
  margin-bottom: 12px;
}

.tax-form-options {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 36px;
  margin-bottom: 48px;
  display: flex;
}

.card {
  background-color: var(--white);
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
  padding: 30px 48px;
  display: flex;
  box-shadow: 1px 1px 5px #0f1a2b40;
}

.thumbnail-img {
  border: 1px solid var(--stroke-grey);
  margin-top: 12px;
  margin-bottom: 0;
  display: block;
}

.heading-g {
  color: var(--edna);
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.heading-g.center-justified {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-g.font-color-edna-dark {
  border-top: 1px none var(--stroke-grey);
  border-bottom: 1px none var(--stroke-grey);
  border-left: 1px solid var(--stroke-grey);
  color: var(--edna-dark);
  padding-top: 0;
  padding-left: 12px;
}

.heading-g.font-color-edna-light {
  color: var(--edna-light);
}

.heading-g.weight-regular {
  font-weight: 400;
}

.button-primary-xs {
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--peter-pan), var(--peter-pan-dark));
  border-radius: 4px;
  margin-top: 12px;
  padding: 2px 9px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
}

.product-smallest {
  color: var(--edna);
  font-size: 13px;
  line-height: 20px;
}

.product-smallest.font-color-white {
  color: var(--white);
}

.button-primary-small {
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--peter-pan), var(--peter-pan-dark));
  color: var(--white);
  border-radius: 4px;
  margin-top: 12px;
  padding: 4px 12px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  display: inline-block;
}

.button-primary-small:hover {
  background-color: var(--peter-pan-dark);
  background-image: none;
}

.button-primary-small:active {
  background-color: var(--peter-pan-darker);
  color: var(--peter-pan-lighter);
}

.benefits-section {
  background-color: var(--bg-mid-grey);
  padding-top: 42px;
  padding-bottom: 48px;
}

.benefits-divider {
  background-color: var(--stroke-grey);
  width: 200px;
  height: 1px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.benefits-wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
  display: flex;
}

.benefit {
  align-items: center;
  width: 30%;
  min-width: 280px;
  margin-bottom: 18px;
  display: flex;
}

.benefit-icon {
  margin-right: 12px;
}

.heading-e {
  color: var(--edna);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 34px;
}

.heading-e.font-color-edna-dark {
  color: var(--edna-dark);
}

.heading-e.font-color-edna-dark.center-justified, .heading-e.center-justified {
  text-align: center;
  margin-top: 0;
}

.about-section {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 0;
}

.about-container {
  justify-content: space-between;
  display: flex;
}

.about-form-wrapper {
  border-bottom: 1px none var(--stroke-grey);
  width: auto;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 0;
}

.about-forms-column {
  flex-direction: column;
  width: 60%;
  padding-bottom: 42px;
  padding-right: 30px;
  display: flex;
}

.what-is-included-column {
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  padding-top: 0;
  padding-bottom: 30px;
  padding-left: 30px;
  display: flex;
}

.trial-list-item {
  flex-direction: row;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.checkmark-img {
  margin-right: 12px;
}

.homepage-main-content-section {
  background-color: var(--bg-light-grey);
  margin-top: 0;
  padding-top: 54px;
  padding-bottom: 30px;
}

.image-5 {
  display: none;
}

.tooltip-arrow-down-center {
  background-color: var(--edna-dark);
  object-fit: fill;
  width: 16px;
  height: 16px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: auto 0% -3%;
  transform: rotate(45deg);
}

.page-1-main-content-section {
  background-color: var(--bg-light-grey);
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.nav-links-divider {
  border-right: 1px solid var(--stroke-grey);
  width: 16px;
  height: 25px;
  margin-top: 0;
  margin-bottom: -6px;
  margin-right: 16px;
  display: inline-block;
}

.nav-links-spacer, .image-7 {
  display: none;
}

.in-text-link {
  color: var(--edna);
  font-size: 16px;
  line-height: 24px;
}

.in-text-link.product-small {
  font-size: 14px;
  line-height: 22px;
}

.in-text-link.product-small.white {
  color: var(--white);
  text-decoration: underline;
}

.in-text-link.product-small.white:active {
  color: #ffffffb3;
}

.about-section-divider {
  border-top: 2px solid var(--peter-pan);
  width: 20%;
  height: 26px;
  margin-top: 30px;
}

.help-tab {
  cursor: default;
  object-fit: fill;
  width: 92px;
  margin-left: 25px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.document-img {
  float: right;
  width: 82%;
  max-width: 100%;
}

.document-img-mobile {
  display: none;
}

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

.product-small {
  float: none;
  color: var(--edna);
  text-align: left;
  flex: 0 auto;
  padding: 0;
  font-family: Lato, sans-serif;
  line-height: 22px;
  text-decoration: none;
  display: inline-block;
  position: static;
  right: 0;
}

.product-small:active {
  color: var(--edna-darker);
}

.product-small.font-color-white {
  color: var(--white);
  text-align: left;
  display: inline-block;
}

.product-small.font-color-white.align-center {
  text-align: center;
}

.product-small.font-color-white.align-center:hover {
  text-decoration: none;
}

.product-small.center-justified {
  text-align: center;
  display: block;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 991px) {
  .tooltip-popover-page-1 {
    margin-bottom: 0;
    top: auto;
    bottom: 180px;
  }

  .product {
    text-align: left;
  }

  .product.weight-bold.center-justified {
    text-align: center;
  }

  .document-heading {
    width: 120px;
  }

  .tooltip-popover-page-2 {
    top: 210px;
  }

  .card {
    padding-left: 42px;
    padding-right: 42px;
  }

  .heading-g.font-color-edna-dark.weight-regular {
    text-align: center;
    border-left-style: none;
  }

  .benefits-wrap {
    flex-flow: row;
    place-content: flex-start space-around;
    align-items: flex-start;
  }

  .benefit {
    flex-direction: column;
    align-items: center;
    width: 30%;
    min-width: 0;
    margin-bottom: 0;
  }

  .benefit-icon {
    margin-bottom: 12px;
  }

  .about-forms-column {
    padding-right: 10px;
  }

  .what-is-included-column {
    width: 40%;
    padding-left: 30px;
  }

  .nav-links-spacer {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .product-small-link {
    text-align: right;
    align-self: auto;
    display: block;
  }

  .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-bar-links {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: auto;
  }

  .nav-bar-links-divider, .image {
    display: none;
  }

  .tooltip-popover-page-1 {
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    inset: 0% 0% auto 32%;
  }

  .main-content-section {
    padding-bottom: 0;
  }

  .heading-f.font-color-edna-dark, .heading-f.font-color-edna-dark.center-justified {
    text-align: center;
  }

  .product {
    text-align: left;
  }

  .button-primary-medium-with-icon {
    justify-content: center;
    text-decoration: none;
    display: flex;
  }

  .html-embed.arrow-right, .tooltip-popover-arrow-page-1 {
    display: none;
  }

  .document-heading {
    text-align: left;
    width: auto;
    margin-left: 25px;
    margin-right: 25px;
    display: block;
  }

  .main-content-container {
    background-color: var(--bg-light-grey);
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .footer-container {
    justify-content: space-between;
    height: 120px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .help-tab-img {
    margin-bottom: auto;
    margin-left: 0;
    display: block;
    inset: auto auto 0% 0%;
  }

  .footer-links {
    margin-top: 18px;
  }

  .tooltip-popover-page-2 {
    top: auto;
    bottom: 60px;
    left: 10px;
  }

  .button-primary-medium {
    justify-content: center;
    display: inline-block;
  }

  .card {
    padding-left: 30px;
    padding-right: 30px;
  }

  .benefits-wrap {
    flex-flow: wrap;
    place-content: space-between space-around;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .benefits-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .benefit {
    flex-direction: column;
    width: auto;
    margin-bottom: 18px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .about-container {
    flex-wrap: wrap;
    padding-left: 25px;
    padding-right: 25px;
  }

  .about-forms-column {
    width: auto;
  }

  .what-is-included-column {
    width: auto;
    padding-bottom: 42px;
    padding-left: 0;
  }

  .image-5 {
    border: 1px none var(--stroke-grey);
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    display: block;
  }

  .tooltip-arrow-down-center {
    display: block;
  }

  .page-1-main-content-section {
    padding-bottom: 0;
  }

  .nav-links-divider {
    display: none;
  }

  .nav-links-spacer {
    width: 130px;
    height: 10px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .image-7 {
    border: 1px solid var(--stroke-grey);
    object-fit: fill;
    width: 100%;
    margin-top: 18px;
    display: block;
  }

  .in-text-link.product-small.white {
    display: inline-block;
  }

  .help-tab {
    margin-left: 10px;
  }

  .document-img {
    display: none;
  }

  .document-img-mobile {
    border: 1px solid var(--stroke-grey);
    width: 100%;
    max-width: 100%;
    margin-top: 18px;
    display: block;
  }

  .product-small {
    text-align: right;
    align-self: auto;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .product-small-link {
    text-align: center;
    font-size: 14px;
    display: inline-block;
  }

  .nav-bar-links {
    float: none;
    flex-direction: row;
    justify-content: center;
    height: auto;
    margin-top: 18px;
    display: flex;
  }

  .nav-bar-links-divider {
    margin-left: 7px;
    margin-right: 7px;
    display: inline-block;
  }

  .tooltip-popover-page-1 {
    float: none;
    align-items: stretch;
    min-width: 264px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: absolute;
    inset: 10% 0% auto;
  }

  .heading-f.font-color-white {
    align-self: flex-start;
  }

  .heading-f.font-color-white.shorter-width {
    width: 202px;
  }

  .product.font-color-white {
    align-self: flex-start;
  }

  .button-primary-medium-with-icon {
    justify-content: center;
    align-self: stretch;
    text-decoration: none;
    display: flex;
  }

  .html-embed.arrow-right {
    display: none;
  }

  .document-heading {
    text-align: center;
    width: auto;
  }

  .main-content-container {
    overflow: visible;
  }

  .footer-container {
    height: 120px;
  }

  .help-tab-img {
    display: block;
  }

  .footer-links {
    margin-top: 18px;
  }

  .benefits-wrap {
    place-content: space-between center;
  }

  .what-is-included-column {
    padding-bottom: 42px;
  }

  .image-5 {
    border: 1px none var(--stroke-grey);
    width: 100%;
    max-width: 100%;
  }

  .fillable-tax-forms-logo {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-links-divider {
    display: inline-block;
  }

  .nav-links-spacer {
    display: none;
  }

  .image-7 {
    margin-top: 120px;
    margin-left: 115px;
  }

  .document-img-mobile {
    margin-top: 120px;
  }

  .product-small {
    text-align: center;
    font-size: 14px;
    display: inline-block;
  }
}


