@import url("//db.onlinewebfonts.com/c/eacab73a831fe74a0bed4696d0833f24?family=Pluto");
@import url("//db.onlinewebfonts.com/c/de5373290268de4bf704a591f17ef92f?family=Pluto");
@import url("//db.onlinewebfonts.com/c/de5373290268de4bf704a591f17ef92f?family=PlutoSans");
@import url("//db.onlinewebfonts.com/c/3504ff9e31f923a144fe83aa2634a5fe?family=PlutoSansBold");
.flex,
.flex-horizontal-center,
.flex-vertical-center,
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-horizontal-center,
.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-vertical-center,
.flex-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.green {
  color: #6ba542 !important;
}
.bg-green {
  background-color: #6ba542 !important;
}
.grey {
  color: #464746 !important;
}
.bg-grey {
  background-color: #464746 !important;
}
.row.gutters-lg {
  margin-left: -26px;
  margin-right: -26px;
}
.row.gutters-lg [class*="col-"] {
  padding-left: 26px;
  padding-right: 26px;
}
.pb-0 {
  padding-bottom: 0;
}
.mt-0 {
  margin-top: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.pb-1 {
  padding-bottom: 1rem;
}
.mt-1 {
  margin-top: 1rem;
}
.mb-1 {
  margin-bottom: 1rem;
}
.pb-2 {
  padding-bottom: 2rem;
}
.mt-2 {
  margin-top: 2rem;
}
.mb-2 {
  margin-bottom: 2rem;
}
.pb-3 {
  padding-bottom: 3rem;
}
.mt-3 {
  margin-top: 3rem;
}
.mb-3 {
  margin-bottom: 3rem;
}
.pb-4 {
  padding-bottom: 4rem;
}
.mt-4 {
  margin-top: 4rem;
}
.mb-4 {
  margin-bottom: 4rem;
}
.pb-5 {
  padding-bottom: 5rem;
}
.mt-5 {
  margin-top: 5rem;
}
.mb-5 {
  margin-bottom: 5rem;
}
.pb-10 {
  padding-bottom: 10rem;
}
.mt-10 {
  margin-top: 10rem;
}
.mb-10 {
  margin-bottom: 10rem;
}
.pb-1dot5 {
  padding-bottom: 1.5rem;
}
.mt-1dot5 {
  margin-top: 1.5rem;
}
.mb-1dot5 {
  margin-bottom: 1.5rem;
}
.pb-2dot5 {
  padding-bottom: 2.5rem;
}
.mt-2dot5 {
  margin-top: 2.5rem;
}
.mb-2dot5 {
  margin-bottom: 2.5rem;
}
.title--lg {
  font-size: 1.5em;
  color: #6ba542;
  line-height: 1.3;
}
@media screen and (min-width: 992px) {
  .title--lg {
    font-size: 1.875em;
  }
}
.title--xl {
  color: #6ba542;
  font-size: 2.25em;
}
@media screen and (min-width: 992px) {
  .title--xl {
    font-size: 4.25em;
  }
}
.title--xxl {
  font-size: 5.25em;
  color: #6ba542;
}
.text--sm {
  font-size: 0.875em;
}
.text--lg {
  font-size: 1.1em;
}
@media screen and (min-width: 992px) {
  .text--lg {
    font-size: 1.625em;
  }
}
.mx-auto {
  margin: 0 auto;
}
.wrapper {
  max-width: 1400px;
  margin: 0 auto;
}
/* ---------------------------------------------------------
  Global
----------------------------------------------------------*/
body.blog .container--sm {
  max-width: 840px;
  margin: 0 auto;
}
/* ---------------------------------------------------------
  Share
----------------------------------------------------------*/
.blog__share {
  line-height: 34px;
  text-transform: uppercase;
}
.blog__share span {
  display: block;
}
.blog__share--mobile {
  margin-bottom: 40px;
}
.blog__share--desktop {
  display: none;
  text-align: right;
}
.blog__share--desktop span {
  display: inline;
}
@media screen and (min-width: 992px) {
  .blog__share--mobile {
    display: none;
  }
  .blog__share--desktop {
    display: block;
  }
}
.blog__social {
  display: inline-block;
  color: #fff;
  background: #6ba542;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  margin: 0 1px;
}
.blog__social:hover {
  color: #fff;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
/* ---------------------------------------------------------
  Hero
----------------------------------------------------------*/
.blog__hero {
  background: no-repeat center center;
  background-size: cover;
  height: 360px;
  color: #6ba542;
  position: relative;
}
.blog__hero:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(255,255,255,0.5);
}
.blog__hero .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
  position: relative;
  z-index: 1;
  padding-bottom: 15px;
}
.blog__hero .wrapper {
  width: 100%;
}
.blog__hero footer {
  color: #464746;
  text-transform: uppercase;
}
@media screen and (min-width: 576px) {
  .blog__hero {
    height: 415px;
  }
  .blog__hero footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.blog__title {
  font-size: 32px;
  font-weight: 100;
  margin-bottom: 20px;
  display: block;
}
@media screen and (min-width: 576px) {
  .blog__title {
    font-size: 45px;
  }
}
@media screen and (min-width: 992px) {
  .blog__title {
    font-size: 60px;
  }
}
.blog__author {
  display: block;
  margin-bottom: 20px;
}
.blog__author strong {
  color: #6ba542;
}
@media screen and (min-width: 576px) {
  .blog__author {
    margin: 0;
  }
}
/* ---------------------------------------------------------
  Body
----------------------------------------------------------*/
.blog__subtitle {
  margin-bottom: 20px;
  font-size: 24px;
}
@media screen and (min-width: 992px) {
  .blog__subtitle {
    font-size: 36px;
  }
}
.blog__body {
  font-size: 14px;
  color: #464746;
  padding: 60px 0;
  line-height: 1.6;
}
@media screen and (min-width: 992px) {
  .blog__body {
    font-size: 18px;
  }
}
/* ---------------------------------------------------------
  image
----------------------------------------------------------*/
.blog__image {
  margin: 30px 0;
}
.blog__image img {
  max-width: 100%;
}
.blog__caption {
  font-size: 12px;
  color: #7b7b7b;
}
/* ---------------------------------------------------------
  Video
----------------------------------------------------------*/
.embed-responsive {
  margin: 30px 0;
}
/* ---------------------------------------------------------
  CTA
----------------------------------------------------------*/
.blog__cta {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #6ba542;
  line-height: 1.2;
}
.blog__cta p {
  max-width: 800px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 768px) {
  .blog__cta {
    font-size: 40px;
    padding: 40px 0;
  }
}
/* ---------------------------------------------------------
  Related
----------------------------------------------------------*/
.related {
  margin: 60px 0;
}
.related__title {
  text-align: center;
  color: #6ba542;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.post {
  margin-bottom: 30px;
  font-size: 14px;
}
.post__title {
  color: #6ba542;
}
.post__abstract {
  margin-bottom: 20px;
}
.post +lg-min {
  font-size: 18px;
}

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