.fs-shrunk {
  font-size: .75em; }

/* Spacing */
.py-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.py-80 {
  padding-top: 40px;
  padding-bottom: 40px; }

.pb-30 {
  padding-bottom: 30px; }

.pb-40 {
  padding-bottom: 40px; }

.lh-1 {
  line-height: 1; }

.lh-2 {
  line-height: 2; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.color-lightblue {
  color: #8dc5ce; }

.color-darkblue {
  color: #165c7d; }

.color-lightgreen {
  color: #8f993e; }

.color-darkgreen {
  color: #51534a; }

.color-gray {
  color: #ededed; }

.color-black {
  color: #000; }

.color-white {
  color: #FFF; }

.color-white90 {
  color: rgba(255, 255, 255, 0.9); }

.bg-lightblue {
  background-color: #8dc5ce; }

.bg-darkblue {
  background-color: #165c7d; }

.bg-lightgreen {
  background-color: #8f993e; }

.bg-darkgreen {
  background-color: #51534a; }

.bg-gray {
  background-color: #ededed; }

.bg-black {
  background-color: #000; }

.bg-white {
  background-color: #FFF; }

.bg-white90 {
  background-color: rgba(255, 255, 255, 0.9); }

/* Display */
.block {
  display: block; }

.display-table {
  display: table;
  width: 100%; }

.table-cell {
  display: table-cell; }

.align-middle {
  vertical-align: middle;
  float: none; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.cover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .cover.absolute {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.o-20 {
  opacity: .2; }

.nowrap {
  white-space: nowrap; }

@media (min-width: 768px) {
  .sm-text-right {
    text-align: right; }
  .sm-text-left {
    text-align: left; }
  .sm-height-600 {
    min-height: 600px;
    height: 1px; }
  .py-80 {
    padding-top: 80px;
    padding-bottom: 80px; } }

@media (min-width: 992px) {
  .md-text-left {
    text-align: left; } }

body {
  font-family: Arial, sans-serif;
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.5; }
  .wf-active body {
    font-family: "faricy-new-web", Arial, sans-serif; }

img {
  max-width: 100%;
  height: auto; }

h1, h2, h3, h4 {
  margin: 0;
  font-weight: bold; }

a {
  color: #165c7d; }

p {
  margin: 0 0 20px; }

#wrapper {
  max-width: 1200px;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 0 72px rgba(0, 0, 0, 0.05); }

.circle-img {
  border-radius: 50%;
  margin-bottom: 1em; }

.headline {
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold; }

.callout {
  font-size: 22px; }

.arrow {
  display: inline-block;
  font-size: 0.9em;
  font-style: normal; }
  .arrow:after {
    content: "\27A4"; }

.emphasis {
  background: #e6e6e6;
  color: #51534a;
  padding: 1em;
  margin: 0 -1em; }
  .emphasis p {
    margin: 0; }

.emphasis-2 {
  color: #165c7d;
  font-weight: bold; }
  .emphasis-2 p {
    margin: 0; }

.btn {
  font-size: 18px;
  background: #000;
  border-radius: 9999px;
  color: #FFF;
  transition: all 0.3s ease;
  padding: 1rem 0;
  width: calc(100% + 30px);
  margin: 0 -15px; }
  .btn.btn-blue {
    background: #165c7d;
    color: #FFF; }
    .btn.btn-blue:hover, .btn.btn-blue:focus {
      background: #FFF;
      color: #165c7d; }
    .btn.btn-blue:focus {
      outline: 0;
      box-shadow: 0 0 8px 2px #8dc5ce; }
    .btn.btn-blue.btn-blue-on-white:hover, .btn.btn-blue.btn-blue-on-white:focus {
      background: #8f993e;
      color: #FFF; }
  .btn.btn-white {
    color: #165c7d;
    background: #FFF; }
    .btn.btn-white:hover, .btn.btn-white:focus {
      background: #8dc5ce; }
    .btn.btn-white:focus {
      outline: 0;
      box-shadow: 0 0 8px 2px #8dc5ce; }
  .btn.btn-green {
    color: #333;
    background: #8f993e; }
    .btn.btn-green:hover, .btn.btn-green:focus {
      background: #FFF;
      color: #51534a; }
    .btn.btn-green:focus {
      outline: 0;
      box-shadow: 0 0 8px 2px #8f993e; }
  .btn svg {
    display: inline-block;
    vertical-align: baseline;
    width: 0.555555556em;
    height: 0.666666667em; }

.lity-active {
  overflow: hidden; }

.fact-row {
  padding: 2rem 0; }

#takeaction {
  width: 100%;
  height: 1622px; }

.lity-iframe-container {
  padding-top: 59.128630705%; }

@media (orientation: portrait) and (max-height: 642px) {
  .lity-iframe-container {
    padding-top: calc(100vh - 72px); } }

@media (min-width: 768px) {
  .btn {
    padding: 0.5rem 2em;
    width: auto;
    margin: 0; }
  #takeaction {
    height: 1722px; }
  .emphasis {
    margin: 0;
    padding: 2em;
    font-size: 1.111em; } }

.lower-nav-block {
  display: table;
  width: 100%;
  background: no-repeat center #51534a;
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  min-height: 8em;
  margin: 1rem 0;
  padding: 0 2rem;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease; }
  .lower-nav-block > * {
    z-index: 1; }
  .lower-nav-block:before {
    content: "";
    background: #165c7d;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s ease; }
  .lower-nav-block:hover {
    color: #FFF;
    text-decoration: none; }
    .lower-nav-block:hover:before {
      opacity: .66; }

.copyright {
  margin-bottom: 2em; }

.social-footer {
  margin-top: 1rem; }
  .social-footer a {
    color: #FFF;
    font-size: 2em;
    line-height: 1; }

@media (min-width: 768px) {
  .social-footer {
    margin-top: 0; }
  .copyright {
    margin-bottom: 0; }
  .lower-nav-block {
    font-size: 3em;
    min-height: 5em;
    height: 1px; }
  .social-footer {
    display: inline-block;
    vertical-align: middle; } }

#logo {
  background: #FFF;
  margin-top: 58px; }
  #logo a {
    display: block; }
  #logo .tagline {
    font-weight: bold;
    display: block;
    padding: 1rem 0;
    font-size: 0.85em;
    background: #8f993e;
    color: #FFF; }

#navigation {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  height: 58px; }
  #navigation a {
    position: relative;
    color: #FFF;
    display: inline-block;
    text-transform: uppercase;
    padding: 2rem 0;
    font-size: 16px;
    line-height: 1;
    transition: color 0.3s ease; }
    .wf-active #navigation a {
      font-size: 14px; }
    #navigation a:nth-child(2) {
      margin: 0 .8rem; }
    #navigation a:after {
      content: "";
      border-radius: 999px;
      display: block;
      background: #8f993e;
      height: 3px;
      position: absolute;
      left: 50%;
      width: 0;
      bottom: 8px;
      transition: all 0.3s ease; }
    #navigation a:hover, #navigation a:focus {
      text-decoration: none; }
    #navigation a.active:after {
      background: #FFF;
      content: "";
      left: 0;
      width: 100%;}
    #navigation a.active:hover:after {
      background: #8f993e; }

@media (pointer: fine) {
  #navigation a:after {
    content: "";
    border-radius: 999px;
    display: block;
    background: #8f993e;
    height: 3px;
    position: absolute;
    left: 50%;
    width: 0;
    bottom: 8px;
    transition: all 0.3s ease; }
  #navigation a:hover {
    color: #8f993e;
    text-decoration: none; }
    #navigation a:hover:after {
      background: #8f993e;
      content: "";
      left: 0;
      width: 100%; } }

@media (min-width: 768px) {
  #logo {
    margin-top: 0;
    background: transparent;
    position: absolute;
    width: 100%;
    z-index: 999; }
    #logo a {
      background: rgba(255, 255, 255, 0.9);
      border-radius: 0 0 20px 20px;
      display: inline-block;
      float: left; }
    #logo .tagline {
      float: right;
      padding: 1rem;
      border-radius: 0 0 10px 10px;
      font-size: 1.25em; }
  #navigation {
    position: relative; }
    #navigation a {
      margin: 0 1rem; }
    #navigation.headroom--not-top {
      position: fixed;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 999; } }

.hero {
  background: no-repeat center #51534a;
  position: relative;
  color: #FFF;
  min-height: 300px;
  padding: 3em 0; }
  .hero:before {
    content: "";
    background: #51534a;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .66; }

.subhead {
  margin: 1em 0; }

@media (min-width: 768px) {
  .hero {
    padding: 0; }
    .hero:before {
      opacity: 0.25; } }

.species-slide {
  padding: 0 1em; }

.species-circle {
  position: relative;
  margin: 0 auto;
  max-width: 252px;
  background: #165c7d;
  border-radius: 50%;
  overflow: hidden; }

.species-img {
  display: block;
  transition: opacity 0.3s ease; }

.species-name {
  width: 100%;
  font-size: 1.33em;
  font-weight: bold;
  margin: 0.5em 0;
  line-height: 1; }

.slick-prev, .slick-next {
  width: auto;
  height: auto; }

.slick-prev:before, .slick-next:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px;
  border-color: #51534a;
  font-size: 0;
  opacity: 1;
  transition: all 0.3s ease; }

.slick-prev:before {
  content: "";
  border-width: 24px 24px 24px 0;
  border-color: transparent #51534a transparent transparent; }

.slick-next:before {
  content: "";
  border-width: 24px 0 24px 24px;
  border-color: transparent transparent transparent #51534a; }

.slick-prev:hover:before {
  border-color: transparent #8f993e transparent transparent; }

.slick-next:hover:before {
  border-color: transparent transparent transparent #8f993e; }

.aafw-dots {
  position: relative;
  height: 20px;
  margin-bottom: 24px; }

.slick-dots {
  bottom: 0px;
  height: 29px; }

@media (min-width: 768) {
  .species-circle {
    margin: 0 2em 1em; } }


.c-partners {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}

.c-partners__overlay {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  display: none;
  width: 100vw;
  height: 100vh;
  background: #ededed;
  opacity: 0.5;
}

.c-partners__item {
  position: relative;
  flex-basis: 50%;
  padding: 15px;
  text-align: center;
}

.c-partners__item--clone {
  position: absolute;
  top: 0;
  left: -15px;
  z-index: 1001;
  display: none;
  width: calc(100% + 30px);
}

.c-partners__clone-wrap {
  border-radius: 10px;
  padding-bottom: 15px;
  background: white;
  box-shadow: 0 10px 20px 0 rgba(0,0,0,0.2);
}

@media (min-width: 768px) {
  .c-partners__item {
    flex-basis: 25%;
  }
}

@media (min-width: 1024px) {
  .c-partners__item {
    flex-basis: calc(100% / 6);
  }
}

.c-partners__item-link {
  text-decoration: none;
  color: inherit;
}

a.c-partners__item-link:hover,
a.c-partners__item-link:focus,
a.c-partners__item-link:active {
  text-decoration: none;
}

.c-partners__item-figure {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.c-partners__item--clone .c-partners__item-figure {
  padding: 0 15px;
}

.c-partners__item-title {
  margin-top: 10px;
  padding: 0 10px;
  font-size: 16px;
  line-height: 20px;
}

.c-partners__item--clone .c-partners__item-title {
  padding: 0 25px;
}

.c-partners__item-text {
  margin: 0;
  margin-top: 5px;
  display: none;
  padding: 0 15px;
  font-size: 10px;
}

.c-partners__item-text a {
  font-weight: bold;
}

.c-partners__item--clone .c-partners__item-text {
  display: block;
}

.c-partners__item-button {
  margin: 10px 0 0 0;
  border: 0;
  padding: 0;
  line-height: 0;
  transform: rotate(180deg);
  background: none;
}

.c-partners__item--clone .c-partners__item-button {
  transform: none;
}

.align-center {
  text-align: center;
}
