:root {
  --primary-color: #151a43;
  --white: white;
  --primary-text-color: #252525;
  --medium-gray: #848484;
  --primary-accent-hover: #319749;
  --whitesmoke: whitesmoke;
  --black: black;
  --primary-margin: 20px;
  --unselected-button-text: #737373;
  --primary-accent-color: #3cb458;
  --link-color: #0588d6;
}

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

.div-block-4 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

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

.image-2 {
  width: 300px;
}

.div-block-7 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-block-19 {
  display: flex;
}

.text-block-3 {
  color: var(--primary-color);
  font-weight: 900;
}

.text-block-2 {
  margin-left: 5px;
  font-size: 16px;
}

.text-block-4 {
  font-weight: 300;
}

.body {
  background-color: var(--white);
  color: var(--primary-text-color);
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.cta-form-button {
  background-color: var(--medium-gray);
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  min-width: 150px;
  padding: 15px 20px;
  font-weight: 700;
  transition: all .2s;
}

.cta-form-button:hover {
  background-color: var(--primary-accent-hover);
  color: #fff;
  text-decoration: none;
}

.cta-form-button.full {
  text-transform: uppercase;
  width: 100%;
}

.div-block-15 {
  width: 40%;
}

.div-block-10 {
  width: 60%;
  padding-right: 80px;
}

.div-block-18 {
  background-color: #fff;
  border-radius: 30px;
  padding: 40px;
}

.text-block-6 {
  color: #141a44;
  width: 100%;
  margin-top: 20px;
  font-size: 48px;
  font-weight: 900;
  line-height: 110%;
}

.div-block-16 {
  margin-top: 20px;
}

.text-block-5 {
  color: #16792c;
  font-size: 24px;
  font-style: italic;
  line-height: 120%;
}

.code-embed {
  margin-top: 20px;
}

.div-block-8 {
  background-color: var(--whitesmoke);
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-17 {
  margin-top: 20px;
  display: block;
}

.image-3 {
  margin-top: 20px;
}

.text-block-11 {
  color: var(--black);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.div-block-9 {
  justify-content: space-around;
  align-items: flex-start;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid {
  margin-top: var(--primary-margin);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.cta-radio-button {
  border: 2px solid var(--medium-gray);
  background-color: var(--white);
  color: var(--unselected-button-text);
  text-align: center;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 20px 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.cta-radio-button:hover {
  border-color: var(--primary-text-color);
  background-color: var(--primary-color);
  color: var(--white);
}

.header-tfn-link {
  color: var(--primary-color);
  text-decoration: none;
  transition: all .2s;
}

.header-tfn-link:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

.image-4, .text-block-12 {
  margin-top: var(--primary-margin);
}

.content-container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-11 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
}

.list-item {
  margin-top: 20px;
}

.div-block-12 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.primary-button {
  background-color: var(--primary-accent-color);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  min-width: 200px;
  padding: 15px 40px;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
}

.primary-button:hover {
  background-color: var(--primary-accent-hover);
  color: var(--white);
  text-decoration: none;
}

.text-block-13 {
  color: var(--primary-color);
  font-size: 30px;
  font-weight: 900;
  line-height: 130%;
}

.text-block-14 {
  color: var(--primary-color);
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.button {
  text-align: center;
  background-color: #3cb458;
  min-width: 150px;
  padding: 10px 20px;
  font-weight: 700;
  transition: all .2s;
}

.button:hover {
  color: #fff;
  background-color: #359c4d;
  text-decoration: none;
}

._2-col-right {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

._2-col-right.last {
  margin-bottom: 0;
}

.panel-img {
  width: 40%;
}

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

.div-block-20 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.text-centered {
  margin-top: var(--primary-margin);
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.centered-content-heading {
  color: #141a44;
  text-align: center;
  width: 100%;
  font-size: 30px;
  font-weight: 900;
  line-height: 110%;
}

.sub-content-heading {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 900;
  line-height: 120%;
}

._2-col-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.panel-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.div-block-21 {
  background-color: var(--whitesmoke);
}

.link-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--link-color);
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-block:hover {
  color: var(--primary-color);
  text-decoration: none;
}

.code-embed-2 {
  margin-left: 10px;
}

.cta {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-heading {
  color: #141a44;
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
}

.cta-button {
  color: #fff;
  background-color: #3cb458;
  justify-content: center;
  align-items: center;
  padding: .5em 2em;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.cta-button:hover {
  color: #fff;
  background-color: #359c4d;
  text-decoration: none;
}

.cta-hours {
  color: #141a44;
  font-size: 16px;
}

.dark-section {
  background-color: #fafafa;
}

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

.footer-disclosures {
  width: 60%;
  font-size: 14px;
}

.footer-logo {
  text-align: right;
  width: 30%;
}

.footer-logo-img {
  width: 250px;
}

.link {
  color: var(--link-color);
  text-decoration: none;
  transition: all .2s;
}

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

@media screen and (min-width: 1920px) {
  .cta-form-button {
    text-align: center;
  }

  .cta-form-button:hover {
    color: #fff;
    text-decoration: none;
  }

  .primary-button {
    text-align: center;
  }

  .primary-button:hover {
    color: #fff;
    text-decoration: none;
  }

  .button {
    text-align: center;
  }

  .button:hover {
    color: #fff;
    text-decoration: none;
  }
}

@media screen and (max-width: 991px) {
  .div-block-4 {
    padding: 10px;
  }

  .image-2 {
    width: 200px;
  }

  .text-block-4 {
    font-size: 16px;
  }

  .div-block-15 {
    width: 50%;
  }

  .div-block-10 {
    padding-right: 20px;
  }

  .text-block-6 {
    margin-top: 10px;
    padding-bottom: 10px;
    font-size: 32px;
  }

  .text-block-5 {
    font-size: 20px;
  }

  .div-block-8 {
    padding: 20px;
  }

  .text-block-11 {
    font-size: 18px;
  }

  .div-block-9 {
    justify-content: space-around;
    align-items: center;
  }

  .grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .content-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .primary-button {
    font-size: 22px;
  }

  .panel-img {
    width: 42%;
  }

  .div-block-20 {
    margin-top: 20px;
  }

  .centered-content-heading {
    font-size: 28px;
  }

  .sub-content-heading {
    font-size: 20px;
  }

  .cta-heading {
    font-size: 22px;
    line-height: 28px;
  }

  .cta-button {
    font-size: 20px;
  }

  .footer {
    flex-flow: column;
  }

  .footer-disclosures {
    order: 1;
    width: 100%;
    margin-top: 20px;
  }

  .footer-logo {
    text-align: center;
    width: 100%;
  }

  .footer-logo-img {
    width: 180px;
  }
}

@media screen and (max-width: 767px) {
  .image-2 {
    width: 175px;
  }

  .text-block-3 {
    line-height: 24px;
  }

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

  .div-block-10 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-right: 0;
    display: flex;
  }

  .text-block-6 {
    font-size: 28px;
  }

  .text-block-5 {
    font-size: 18px;
  }

  .div-block-8 {
    padding-bottom: 20px;
  }

  .div-block-9 {
    flex-flow: column;
  }

  .image-4 {
    max-width: 60%;
  }

  .content-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  ._2-col-right {
    flex-flow: column;
  }

  .panel-img {
    width: 65%;
  }

  .centered-content-heading {
    font-size: 20px;
  }

  .sub-content-heading {
    font-size: 18px;
    line-height: 24px;
  }

  ._2-col-content {
    flex-flow: column;
  }

  .panel-content {
    margin-top: var(--primary-margin);
    flex: 0 auto;
    order: 1;
    width: 100%;
  }

  .cta-heading {
    font-size: 18px;
    line-height: 24px;
  }

  .cta-button {
    font-size: 18px;
  }

  .footer-logo-img {
    width: 150px;
  }
}

@media screen and (max-width: 479px) {
  .div-block-4 {
    flex-flow: column;
  }

  .div-block-7 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 10px;
  }

  .div-block-19 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-3 {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-2, .text-block-4 {
    font-size: 14px;
  }

  .body {
    font-size: 16px;
  }

  .cta-form-button {
    min-width: 50%;
    font-size: 16px;
  }

  .div-block-15 {
    margin-top: 20px;
  }

  .div-block-18 {
    padding: 20px;
  }

  .text-block-6 {
    font-size: 24px;
  }

  .text-block-5 {
    font-size: 16px;
  }

  .text-block-11 {
    font-size: 18px;
  }

  .cta-radio-button {
    padding: 15px 10px;
    font-size: 16px;
  }

  .image-4 {
    max-width: 100%;
  }

  .text-block-12 {
    font-size: 16px;
  }

  .primary-button {
    min-width: 50%;
    font-size: 18px;
  }

  .text-block-13 {
    font-size: 22px;
    line-height: 110%;
  }

  .text-block-14 {
    font-size: 18px;
  }

  .button {
    min-width: 50%;
  }

  .panel-img {
    width: 100%;
  }

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

  .centered-content-heading {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .sub-content-heading {
    text-align: left;
    font-size: 17px;
    line-height: 22px;
  }

  .panel-content {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .cta-heading {
    font-size: 18px;
    line-height: 22px;
  }

  .cta-button {
    margin-top: 12px;
    font-size: 16px;
  }
}

#w-node-_652d16ee-e8e5-344f-4c7b-f1881559cf65-4e8c192c, #w-node-_3d1da4fe-17ff-22c6-23da-03677d3ce04f-4e8c192c, #w-node-b8a73b49-b00c-4bb8-af55-168cb080e84b-4e8c192c, #w-node-_76b6df41-8c5e-f52e-850a-08986090e140-4e8c192c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


