@import url("https://use.typekit.net/hpf2msq.css");
.blue-bg {
  background: #003049;
  color: white; }

.pale-bg {
  background: #CCEDEA; }

html {
  font-size: 21px; }
  @media screen and (max-width: 1199px) {
    html {
      font-size: 18px; } }

body {
  font-family: montserrat, sans-serif;
  color: #003049; }

img {
  max-width: 100%; }

strong {
  font-weight: 800; }

.congenial, h1, h2, h3, h4, .button, .tab-section .tab-toggle {
  font-family: congenial, sans-serif; }

.section-title {
  font-size: 1.8rem; }

.small-title {
  font-size: 1.5rem;
  margin-bottom: 30px; }

.button {
  background: #A1CD3A;
  color: #003049;
  display: inline-block;
  padding: 6px 30px;
  font-size: 20px;
  text-decoration: none;
  border-radius: 13px; }
  @media screen and (max-width: 600px) {
    .button {
      font-size: 18px;
      padding: 4px 24px; } }
  .button:hover {
    background: #e2fda2;
    color: #003049; }

.green-border {
  border-bottom: 10px solid #A1CD3A; }
  .green-border-top {
    border-top: 6px solid #A1CD3A; }

.nav {
  border-bottom: 10px solid #A1CD3A; }
  .nav .logo img {
    width: 70%;
    max-width: 180px; }

.footer {
  background-size: cover;
  border-bottom: 0px; }
  .footer p {
    font-size: 16px; }
  .footer .copy {
    margin-top: 30px; }
    .footer .copy p {
      margin-bottom: 0px; }
    .footer .copy a {
      color: white; }

.hero {
  background-size: cover; }

.hero-content {
  max-width: 1140px;
  margin: 0 auto; }
  .hero-content h1 {
    font-size: 3.75rem; }
    @media screen and (max-width: 991px) {
      .hero-content h1 {
        font-size: 2.75rem; } }
  .hero-content h2 {
    font-size: 1.5rem; }

.landing-about .d-flex {
  flex-direction: column; }

.worry-free {
  width: 380px;
  margin: 20px auto 30px;
  display: block; }

.partner-logo {
  max-width: 220px;
  margin: 0 auto 15px;
  display: block;
  width: 100%; }

.tab-section .tab-toggle {
  text-align: center;
  text-decoration: none;
  display: block;
  background: white;
  border: 4px solid #00AA9E;
  color: #003049;
  border-radius: 16px;
  padding: 20px 12px;
  font-size: 1.4rem;
  line-height: 1.3em; }
  .tab-section .tab-toggle:hover {
    background: #ECF5D8; }
  .tab-section .tab-toggle.active {
    background: #00AA9E;
    color: white; }
.tab-section .tab-panel img {
  border: 4px solid #00AA9E;
  border-radius: 16px; }
.tab-section .tab-panel .d-flex {
  flex-direction: column; }
  .tab-section .tab-panel .d-flex .button-container {
    margin-top: auto; }
.tab-section .tab-panel p {
  margin-bottom: 1.5em; }

/*# sourceMappingURL=main.css.map */
