@charset "UTF-8";
body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#main, .blockquote {
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
}

a {
  color: #8dc63f;
}
a:hover {
  color: #71a32a;
}

b, strong {
  font-weight: bold;
}

h1, h2, h3, h4, h5 {
  line-height: 1.1;
}

h1, h2, h3, h4 {
  font-weight: 300;
  color: #484C50;
}

h1 {
  font-size: 40px;
  margin-bottom: 20px;
}

h2 {
  font-size: 35px;
  margin-bottom: 20px;
}

@media (min-width: 1230px) {
  h1 {
    font-size: 60px;
    margin-bottom: 30px;
  }

  h2 {
    font-size: 50px;
    margin-bottom: 30px;
  }
}
.btn-primary, .btn-primary:visited {
  background-color: #0b1a19;
  /* afapp-dark */
  border-color: #0b1a19;
  /* afapp-dark */
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:visited:hover, .btn-primary:visited:active, .btn-primary:visited:focus {
  background-color: #173332;
  /* afapp-darker */
  border-color: #0b1a19;
  /* afapp-dark */
}
.btn-primary:disabled, .btn-primary:disabled:hover, .btn-primary:visited:disabled, .btn-primary:visited:disabled:hover {
  color: #9bb3b2;
  /* afapp-lighter */
  background-color: #0b1a19;
  /* afapp-dark */
  border-color: #0b1a19;
  /* afapp-dark */
  cursor: auto;
}

.afapp-btn-bright {
  color: white;
  background-color: #8dc63f;
  border-color: #8dc63f;
}
.afapp-btn-bright:hover, .afapp-btn-bright:active, .afapp-btn-bright:focus {
  background-color: #769649;
  border-color: #484C50;
}
.afapp-btn-bright:disabled, .afapp-btn-bright:disabled:hover {
  color: #484C50;
  background-color: #85919d;
  cursor: auto;
}

.btn-circle-down {
  width: 50px;
  height: 50px;
  padding: 7px 10px;
  border-radius: 25px;
  font-size: 10px;
  text-align: center;
  background-color: #8dc63f !important;
  border: none;
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -25px;
}
.btn-circle-down:hover {
  background-color: #769649 !important;
}

.icon-circle-down {
  width: 20px;
  height: 20px;
  margin-top: 8px;
}

.icon-list {
  color: white;
  width: 40px;
  height: 40px;
}

.icon-caret-right-fill {
  width: 1em;
  height: 1em;
  margin-left: 10px;
  margin-right: 5px;
  padding-bottom: 4px;
}

.afapp-section {
  padding-top: 3em;
  padding-bottom: 3em;
}
.afapp-section .afapp-question {
  font-size: 16px;
  line-height: 28px;
}

.afapp-section-lightest, .afapp-section-lighter {
  color: #85919d;
}
.afapp-section-lightest h2, .afapp-section-lighter h2 {
  color: #484C50;
}

.afapp-section-darker, .afapp-section-darkest {
  color: white;
}
.afapp-section-darker .afapp-question, .afapp-section-darkest .afapp-question {
  color: #FFFFFF80;
}
.afapp-section-darker h2, .afapp-section-darkest h2 {
  color: white;
}

.afapp-section-lighter {
  background-color: #f9f9f9;
}

.afapp-section-darker {
  background-color: #8dc63f;
}
.afapp-section-darker a {
  color: #326c6a;
}
.afapp-section-darker a:hover {
  color: #484C50;
}

.afapp-section-darkest {
  background-color: #326c6a;
}
.afapp-section-darkest a:hover {
  color: #769649;
}

.icon-envelope {
  height: 1em;
  width: 1em;
}

.afapp-section-cut {
  overflow: hidden;
}

@media (max-width: 768px) {
  .overflowing-image {
    max-width: 100%;
    height: auto;
  }
}
blockquote::before {
  content: "”";
  font-size: 7em;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  display: block;
  float: left;
}

.video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: "";
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.afapp-navbar {
  background: #173332;
  color: #FFFFFF80;
}

.affap-navbar--nav-link {
  color: #FFFFFF80 !important;
}

.afapp-navbar--logo {
  height: 35px;
}

.afapp-navbar--logo-text {
  height: 25px;
  margin-left: 3px;
}

.jumbotron {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 0;
}
.jumbotron p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .jumbotron {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.afapp-intro {
  background-image: url(../../images/meadow-darker.jpg);
  background-position-y: -180px;
  color: white;
  border-radius: 0px;
  position: relative;
}

.afapp-intro--title {
  font-size: 1.5em;
  font-weight: 100;
  color: inherit;
  margin-bottom: 30px;
}

.afapp-intro--subtitle {
  font-size: 30px;
  line-height: 45px;
  font-weight: 100;
}

.afapp-intro--container {
  max-width: 50rem;
}

.afapp-intro--navigation {
  position: relative;
  top: -1.5rem;
}
.afapp-intro--navigation a {
  color: #dad5d5;
}

@media (min-width: 768px) {
  .afapp-intro--navigation {
    top: -3rem;
  }
}
footer {
  color: #85919d;
  font-weight: 300;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
footer h3 {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 5px;
}
footer a {
  color: #85919d;
  line-height: 35px;
}
footer p {
  margin-bottom: 0.25rem;
}

@font-face {
  font-family: "Social";
  src: url("/fonts/SocialType.ttf");
}
.afapp-youtube, .afapp-facebook, .afapp-tweeter {
  font-size: 0px;
  text-decoration: none;
}

.afapp-youtube::after, .afapp-facebook::after, .afapp-tweeter::after {
  font-family: "Social";
  font-size: 40px;
}

.afapp-youtube::after {
  content: "f";
}

.afapp-facebook::after {
  content: "b";
}

.afapp-tweeter::after {
  content: "a";
}

.afapp-copyright {
  border-top: solid 1px #f0f2f3;
  padding-top: 20px;
  margin-top: 20px;
}

.afapp-light-card-col {
  padding-top: 25px;
  padding-bottom: 25px;
}

.afapp-light-card {
  background-color: transparent;
  border: none;
}

.afapp-light-card-body {
  font-size: 16px;
  line-height: 28px;
  color: #85919d;
  padding: 10px;
}
.afapp-light-card-body h3 {
  font-size: 24px;
  line-height: 26.4px;
  color: #484C50;
}
.afapp-light-card-body h4 {
  font-size: 18px;
  line-height: 19.8px;
}
.afapp-light-card-body h3, .afapp-light-card-body h4 {
  text-align: center;
  margin: 0px;
}
.afapp-light-card-body .afapp-light-card-text {
  margin-top: 30px;
}

.afapp-checklist li {
  position: relative;
  padding-left: 4em;
}
.afapp-checklist li::before {
  color: #8dc63f;
  content: "✓";
  position: absolute;
  left: 0.2em;
  font-size: 3em;
}

@media (min-width: 768px) {
  .big-info {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .big-info {
    font-size: 26px;
  }
}

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