@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600|Poppins:500|Amatic+SC:700");
@font-face {
  font-family: "BadInk";
  font-weight: 700;
  src: url("../fonts/BadInk.ttf"); }

html,
body {
  overflow-x: hidden;
  font-size: 9px; }
  @media screen and (min-width: 768px) {
    html,
    body {
      font-size: 12px; } }
  @media screen and (min-width: 992px) {
    html,
    body {
      font-size: 13px; } }

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
ul,
ol,
span {
  margin: 0;
  padding: 0; }

a {
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s; }
  a:link, a:hover, a:active, a:focus, a:visited {
    color: inherit;
    text-decoration: none; }
  a:hover {
    color: #23a67c; }

img {
  max-width: 100%;
  height: auto; }

ul,
ol {
  list-style: none;
  padding-left: 0; }

input,
button,
select {
  border: none; }
  input:focus,
  button:focus,
  select:focus {
    outline: none !important; }

::-moz-selection {
  background-color: #23a67c;
  color: #ffffff; }

::selection {
  background-color: #23a67c;
  color: #ffffff; }

.heading-primary, h1 {
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
  font-size: 2.9167rem;
  line-height: 1.285;
  color: #333333;
  font-weight: 600; }
  @media screen and (min-width: 768px) {
    .heading-primary, h1 {
      font-size: 2.1875rem; } }

.heading-secondary, h2 {
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
  font-size: 2.5rem;
  line-height: 1.285;
  color: #23a67c;
  font-weight: 600; }
  @media screen and (min-width: 768px) {
    .heading-secondary, h2 {
      font-size: 1.875rem; } }

.heading-tertiary, h3 {
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
  font-size: 2.333rem;
  color: #333333;
  font-weight: 600; }
  @media screen and (min-width: 768px) {
    .heading-tertiary, h3 {
      font-size: 1.75rem; } }

.heading-quaternary, h4 {
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
  font-size: 2.083rem;
  line-height: 1.48;
  font-weight: 600;
  color: #a6a6a6; }
  @media screen and (min-width: 768px) {
    .heading-quaternary, h4 {
      font-size: 1.5625rem; } }

.heading-quinary, h5 {
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
  font-size: 1.9167rem;
  color: #333333;
  font-weight: 600; }
  @media screen and (min-width: 768px) {
    .heading-quinary, h5 {
      font-size: 1.4375rem; } }

.paragraph, p,
li, .btn {
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.667rem;
  line-height: 1.7;
  color: #333333; }
  @media screen and (min-width: 768px) {
    .paragraph, p,
    li, .btn {
      font-size: 1.25rem; } }
  .paragraph--xs {
    font-size: 1.25rem; }
    @media screen and (min-width: 768px) {
      .paragraph--xs {
        font-size: 1.1rem;     font-weight: 600;  } }
  .paragraph--sm {
    font-size: 1.333rem;
    line-height: 1.625;
    color: #808080; }
    @media screen and (min-width: 768px) {
      .paragraph--sm {
        font-size: 1rem; } }
  .paragraph--md, .btn, .header__menu-item {
    font-size: 1.5rem; }
    @media screen and (min-width: 768px) {
      .paragraph--md, .btn, .header__menu-item {
        font-size: 1.125rem; } }

.content__main {
  width: 100%;
  max-width: 53.125rem;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .content__main {
      width: 55%; } }
  @media screen and (min-width: 1200px) {
    .content__main {
      width: auto; } }

.content__articles {
  position: relative;
  margin-top: 1rem; }
  @media screen and (min-width: 768px) {
    .content__articles {
      margin-top: .75rem;
      padding: 0 3.125rem; } }

.banner {
  text-align: center;
  padding: 5rem 0 30.625rem 0;
  margin-bottom: -30rem;
  position: relative; }
  @media screen and (min-width: 768px) {
    .banner {
      padding-top: 3.75rem;
      margin-bottom: -31rem; } }
  .banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/banner-overlay.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .banner__copy {
    position: relative;
    z-index: 1; }
    .banner__copy h2 {
      font-size: 3.333rem;
      line-height: 1;
      color: #ffffff;
      margin: 1.5rem 0 2rem 0; }
      @media screen and (min-width: 768px) {
        .banner__copy h2 {
          font-size: 2.5rem; } }
    .banner__copy h1 {
      font-size: 5rem;
      line-height: 1;
      color: #ffffff;
      margin-bottom: 5rem; }
      @media screen and (min-width: 768px) {
        .banner__copy h1 {
          font-size: 4.35rem;
          margin-bottom: 3.75rem; } }
  .banner__img {
    width: calc(100% - 7rem);
    margin-bottom: 2.083rem; }
    @media screen and (min-width: 768px) {
      .banner__img {
        width: 50%;
        margin-bottom: 1.5625rem; } }
    @media screen and (min-width: 1200px) {
      .banner__img {
        width: 60%; } }

.intro {
  padding: 4.167rem;
  background-color: #ffffff;
  position: relative;
  margin-bottom: 5.3125rem; }
  @media screen and (min-width: 768px) {
    .intro {
      padding: 3.125rem;
      margin-bottom: 0; } }
  .intro__copy {
    margin-bottom: 4rem; }
    @media screen and (min-width: 768px) {
      .intro__copy {
        margin-bottom: 3rem; } }
  .intro__profiles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -1px;
    margin-bottom: 5rem; }
    @media screen and (min-width: 768px) {
      .intro__profiles {
        margin-bottom: 3.75rem; } }
    .intro__profiles-item {
      width: calc((100% / 7) - 2px);
      margin: 1px;
      cursor: pointer;
      -webkit-transition: all .25s;
      -o-transition: all .25s;
      transition: all .25s;
      overflow: hidden;
      position: relative; }
      .intro__profiles-item:hover .intro__profiles-item-overlay {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
    .intro__profiles-overlay {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
  .intro__dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.ad {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 12px 20.16px 0.84px rgba(108, 108, 108, 0.16);
  box-shadow: 0px 12px 20.16px 0.84px rgba(108, 108, 108, 0.16);
  border-radius: 10px;
  max-width: 25rem;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  position: fixed;
  z-index: 4;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none; }
  @media screen and (min-width: 768px) {
    .ad {
      overflow: hidden;
      position: absolute;
      top: 0;
      right: 0;
      left: auto;
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
      max-width: 17.1875rem;
      display: block !important; } }
  .ad__backdrop {
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none; }
    @media screen and (min-width: 768px) {
      .ad__backdrop {
        display: none !important; } }
  .ad__cta {
    padding: 1rem;
    text-align: center;
    background-color: rgba(255, 222, 45, 0.9);
    position: fixed;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    cursor: pointer; }
    @media screen and (min-width: 768px) {
      .ad__cta {
        display: none; } }
    .ad__cta-label {
      color: #000000;
      letter-spacing: .02em;
      font-weight: 600; }
      .ad__cta-label i {
        margin-left: 5px; }
  .ad__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 15rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
    @media screen and (min-width: 768px) {
      .ad__media {
        height: 11.875rem; } }
    .ad__media-img {
      display: block;
      max-width: 75%;
      margin: 0 auto; }
  .ad__close {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(35%, -35%);
    -ms-transform: translate(35%, -35%);
    transform: translate(35%, -35%);
    width: 4rem;
    height: 4rem;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s; }
    @media screen and (min-width: 768px) {
      .ad__close {
        display: none; } }
    .ad__close:hover {
      -webkit-transform: translate(35%, -35%) scale(1.025);
      -ms-transform: translate(35%, -35%) scale(1.025);
      transform: translate(35%, -35%) scale(1.025); }
  .ad__main {
    text-align: center;
    padding-top: 2.667rem; }
    @media screen and (min-width: 768px) {
      .ad__main {
        padding-top: 2rem; } }
    .ad__main-copy {
      padding: 1.667rem 2rem 2.667rem 2rem; }
      @media screen and (min-width: 768px) {
        .ad__main-copy {
          padding: 1.25rem 1.5rem 2rem 1.5rem; } }
    .ad__main .btn {
      margin-top: 2.5rem; }
      @media screen and (min-width: 768px) {
        .ad__main .btn {
          margin-top: 1.875rem; } }
  .ad.scroll-to-fixed-fixed {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }

.link_url {
	color: #1c8f6a !important;
	text-decoration: underline !important;
}	
	
.btn {
  padding: 1rem 1.667rem 1.25rem 1.667rem;
  background-color: #292929;
  color: #ffffff;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  cursor: pointer;
  border-radius: 0;
  font-weight: 600; }
  .btn:link, .btn:hover, .btn:active, .btn:focus, .btn:visited {
    color: #ffffff;
    text-decoration: none; }
  @media screen and (min-width: 768px) {
    .btn {
      padding: .75rem 1.25rem .9375rem 1.25rem; } }
  .btn:hover {
    background-color: #363636; }

.article {
  position: relative;
  padding-bottom: 5.3125rem;
  margin-bottom: 2.25rem; }
  @media screen and (min-width: 768px) {
    .article {
      margin-bottom: .75rem; } }
  .article:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
    background-image: url("../images/line-breaks.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 4px;
    width: 79px; }
  .article__author {
    background-color: #afe6ce;
    margin: 0 auto;
    padding: 1.667rem 0;
    margin-top: 2.5rem;
    margin-bottom: 3.333rem;
    position: relative; }
    @media screen and (min-width: 768px) {
      .article__author {
        position: absolute;
        top: 0;
        left: -3.125rem;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        max-width: 15.9375rem;
        padding: 1.875rem 1.25rem 3rem 1.25rem;
        margin: 0; } }
    .article__author:before {
      content: "";
      position: absolute;
      top: 0;
      left: -50vw;
      width: 150vw;
      height: 100%;
      background-color: #afe6ce; }
      @media screen and (min-width: 768px) {
        .article__author:before {
          display: none; } }
    .article__author-header, .article__author-copy {
      position: relative;
      z-index: 1; }
    .article__author-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 2rem; }
      @media screen and (min-width: 768px) {
        .article__author-header {
          display: block;
          margin-bottom: 0; } }
      .article__author-header-copy {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-left: 2rem; }
        @media screen and (min-width: 768px) {
          .article__author-header-copy {
            margin-left: 0; } }
        .article__author-header-copy-inner {
          display: inline-block;
          text-align: left; }
    .article__author-img {
      width: 40%;
      display: block; }
      @media screen and (min-width: 768px) {
        .article__author-img {
          width: 100%;
          margin-bottom: 1.5rem; } }
    .article__author-social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin: 1.333rem 0; }
      @media screen and (min-width: 768px) {
        .article__author-social {
          margin: 1rem 0; } }
      .article__author-social-item {
        width: 3rem;
        display: block;
        -webkit-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
        @media screen and (min-width: 768px) {
          .article__author-social-item {
            width: 1.875rem; } }
        .article__author-social-item:hover {
          opacity: .75; }
        .article__author-social-item + .article__author-social-item {
          margin-left: .833rem; }
          @media screen and (min-width: 768px) {
            .article__author-social-item + .article__author-social-item {
              margin-left: .625rem; } }
      .article__author-social-icon {
        width: 100%; }
    .article__author-copy p {
      font-size: 14px; }
      @media screen and (min-width: 768px) {
        .article__author-copy p {
          font-size: 1.1rem; font-weight: 600;  } }
  .article__main-content img {
    width: 100%;
    border-radius: 3px; }
  .article__main-content > * + * {
    margin-top: 2.9167rem; }
    @media screen and (min-width: 768px) {
      .article__main-content > * + * {
        margin-top: 2.1875rem; } }
  .article__header {
    padding-top: 2.083rem;
    margin-bottom: 3.333rem; }
    @media screen and (min-width: 768px) {
      .article__header {
        padding-top: 1.5625rem;
        margin-bottom: 2.5rem; } }
  .article__location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .article__location-icon {
      width: 1.333rem;
      margin-right: 10px; }
      @media screen and (min-width: 768px) {
        .article__location-icon {
          width: 1rem; } }
  .article:last-child {
    margin-bottom: 0;
    padding-bottom: 0; }
    .article:last-child:after {
      display: none; }

.quote {
  padding-left: 2.083rem;
  border-left: 3px solid #3aac78; }
  @media screen and (min-width: 768px) {
    .quote {
      padding-left: 1.5625rem; } }
  .quote__text {
    color: #808080;
    font-style: italic; }

ul.list li {
  padding-left: 3.333rem;
  position: relative; }
  @media screen and (min-width: 768px) {
    ul.list li {
      padding-left: 2.5rem; } }
  ul.list li:before {
    content: "";
    position: absolute;
    top: 1rem;
    left: 1.667rem;
    width: 6px;
    height: 6px;
    background-color: #d0b002; }
    @media screen and (min-width: 768px) {
      ul.list li:before {
        top: .75rem;
        left: 1.25rem; } }

ol.list {
  counter-reset: item; }
  ol.list li {
    padding-left: 3.75rem;
    position: relative; }
    @media screen and (min-width: 768px) {
      ol.list li {
        padding-left: 2.8125rem; } }
    ol.list li:before {
      counter-increment: item;
      content: counter(item) ".";
      color: #d0b002;
      position: absolute;
      left: 1.667rem; }
      @media screen and (min-width: 768px) {
        ol.list li:before {
          left: 1.25rem; } }

.list li + li {
  margin-top: 2.5rem; }
  @media screen and (min-width: 768px) {
    .list li + li {
      margin-top: 1.875rem; } }

.tooltip * {
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif; }

.tooltip-inner {
  background-color: #23a67c; }

.tooltip.bs-tooltip-right .arrow:before {
  border-right-color: #23a67c !important; }

.tooltip.bs-tooltip-left .arrow:before {
  border-left-color: #23a67c !important; }

.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #23a67c !important; }

.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: #23a67c !important; }

.header {
  padding: 1.667rem 0;
  background-color: #ffffff; }
  @media screen and (min-width: 768px) {
    .header {
      padding: 1.25rem 0; } }
  .header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .header__logo {
    display: block;
    width: 25rem;
    max-width: 50%; }
    @media screen and (min-width: 768px) {
      .header__logo {
        max-width: 40%; } }
  .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 2.5rem; }
    @media screen and (min-width: 768px) {
      .header__menu {
        margin-left: 3.75rem; } }
    .header__menu-item {
      color: #656565;
      letter-spacing: .04em;
      font-family: "Poppins", "Helvetica", "Arial", sans-serif;
      font-weight: 400; }
      .header__menu-item + .header__menu-item {
        margin-left: 2.5rem; }
        @media screen and (min-width: 768px) {
          .header__menu-item + .header__menu-item {
            margin-left: 3.75rem; } }

.footer {
  margin-top: 8.333rem;
  background-color: #174040;
  padding: 4.375rem 0; }
  @media screen and (min-width: 768px) {
    .footer {
      margin-top: 6.25rem; } }
  .footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .footer__content {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        max-width: 1225px;
        margin: 0 auto; } }
  .footer__logo-left, .footer__logo-right {
    width: 42%;
    margin: 10px; }
    @media screen and (min-width: 768px) {
      .footer__logo-left, .footer__logo-right {
        max-height: 4.0625rem;
        width: auto;
        max-width: 20%; } }
  .footer__logo-left {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1); }
  @media screen and (min-width: 768px) {
    .footer__text {
      font-size: 1rem; } }

.u-underline {
  text-decoration: underline; }

.u-color-gray {
  color: #333333; }

.u-color-primary-lgt {
  color: #66aa9f; }

.u-color-primary-drk {
  color: #1c8f6a; }

.u-weight-smb {
  font-weight: 600; }

.u-font-deco-1 {
  font-family: "Amatic SC", script, fantasy, sans-serif; }

.u-font-deco-2 {
  font-family: "BadInk", script, fantasy, sans-serif; }
