.sharer {
  display: block;
  margin-top: 4em;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.sharer-list {
  display: inline-block;
  margin: 0 !important;
  list-style: none;
}

.sharer-list__item {
  float: left;
  clear: none;
}
.sharer-list__item:before {
  display: none;
}

.sharer-item {
  background-color: #80a219;
}

.sharer-item__link,
.sharer-item__link:visited,
.sharer-item__link:hover,
.sharer-item__link:active {
  display: block;
  width: 3.6em;
  height: 3.6em;
  overflow: hidden;
  text-align: left;
  text-indent: -1000px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.sharer-item__link--mail {
  background-image: url("./images/sharer-icon_mail.png");
  background-size: 1.8em auto;
}

.sharer-item__link--facebook {
  background-image: url("./images/sharer-icon_facebook.png");
  background-size: auto 1.8em;
}

.sharer-item__link--twitter {
  background-image: url("./images/sharer-icon_twitter.png");
  background-size: 1.8em auto;
}

.sharer-item__link--linkedin {
  background-image: url("./images/sharer-icon_linkedin.png");
  background-size: 1.8em auto;
}

@media screen and (min-width: 800px) {
  .sharer {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 100;
    margin-top: -7.2em;
  }

  .sharer-list__item {
    clear: both;
  }
}
ul.teaser-list {
  display: flex;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
}

.teaser-list__item {
  display: flex;
  margin-top: 2.7em;
  width: 100%;
}
.teaser-list__item:first-of-type {
  margin-top: 0;
}
.teaser-list__item:before {
  display: none;
}

@media screen and (min-width: 480px) {
  .latest-stories__list .teaser-list {
    margin-left: -0.6em;
    margin-right: -0.6em;
  }
  .latest-stories__list .teaser-list__item {
    float: left;
    padding-left: 0.6em;
    padding-right: 0.6em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
  }
}
@media screen and (min-width: 480px) and (max-width: 899px) {
  .latest-stories__list .teaser-list__item {
    width: 50%;
  }
  .latest-stories__list .teaser-list__item:nth-of-type(2) {
    margin-top: 0;
  }
  .latest-stories__list .teaser-list__item:nth-of-type(2n+3) {
    clear: both;
  }
}
@media screen and (min-width: 720px) {
  .latest-stories__latest .teaser-list {
    margin-left: -0.6em;
    margin-right: -0.6em;
  }
  .latest-stories__latest .teaser-list__item {
    float: left;
    padding-left: 0.6em;
    padding-right: 0.6em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
  }
  .latest-stories__latest .teaser-list__item:nth-of-type(2), .latest-stories__latest .teaser-list__item:nth-of-type(3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .latest-stories__list .teaser-list__item {
    width: 33.33333%;
  }
  .latest-stories__list .teaser-list__item:nth-of-type(2), .latest-stories__list .teaser-list__item:nth-of-type(3) {
    margin-top: 0;
  }
  .latest-stories__list .teaser-list__item:nth-of-type(3n+4) {
    clear: both;
  }
}
@media screen and (min-width: 1000px) {
  .latest-stories__latest .teaser-list {
    position: relative;
    display: block;
  }
  .latest-stories__latest .teaser-list:before, .latest-stories__latest .teaser-list:after {
    content: "";
    display: table;
  }
  .latest-stories__latest .teaser-list:after {
    clear: both;
  }
}
@media screen and (min-width: 1200px) {
  .latest-stories__list .teaser-list__item {
    width: 25%;
  }
  .latest-stories__list .teaser-list__item:nth-of-type(2), .latest-stories__list .teaser-list__item:nth-of-type(3), .latest-stories__list .teaser-list__item:nth-of-type(4) {
    margin-top: 0;
  }
  .latest-stories__list .teaser-list__item:nth-of-type(4n+5) {
    clear: both;
  }
}
.teaser {
  position: relative;
  display: flex;
  width: 100%;
  background-color: #fff;
  flex-direction: column;
}

.teaser--videos .teaser__content {
  position: relative;
}
.teaser--videos .teaser__content:before {
  position: absolute;
  top: -2.8em;
  left: 0;
  display: block;
  width: 2.8em;
  height: 2.8em;
  background-color: #fff;
  background-image: url("./images/icon-play.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 50%;
  content: '';
}

.teaser__link {
  color: #333333;
}
.teaser__link:visited, .teaser__link:active {
  color: #333333;
}
.teaser__link:hover {
  color: #000;
}

.teaser__image {
  display: block;
  height: 10.2em;
  background-color: #e5ebec;
  background-position: 50% 50%;
  background-size: cover;
}

.teaser__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.teaser__header {
  padding: 1.5em 1.3em 1.2em;
}

.teaser__heading {
  margin: 0;
  font-family: "Merriweather", serif;
  font-size: 1.3em;
  font-style: italic;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: -0.02em;
  color: #333333;
  text-transform: none;
}

.teaser__text {
  padding: 0 1.3em;
  flex-grow: 1;
}
.teaser__text p {
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.5em;
  color: #000;
}

.teaser__footer {
  padding: 2em 1.3em 1.3em;
}

.teaser__date {
  display: block;
  font-size: 0.75em;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0.2em;
  color: #a3a3a3;
  text-transform: uppercase;
}

@media screen and (min-width: 640px) {
  .teaser__heading {
    font-size: 1em;
  }

  .teaser__text p {
    font-size: 0.7em;
  }

  .teaser__date {
    font-size: 0.6em;
  }
}
.pagination {
  display: block;
  padding: 3em 0 0.5em;
  clear: both;
  text-align: center;
}

.pagination__button {
  min-width: 140px;
  display: inline-block;
  padding: 0.5em 0.7em;
  margin: 0 0.25em;
  font-family: "Amatic SC", cursive;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1em;
  color: #838586;
  vertical-align: top;
  background-color: transparent;
  border: 1px solid #838586;
}
.pagination__button:hover, .pagination__button:active, .pagination__button:focus {
  background-color: #838586;
  color: #FFF;
  text-decoration: none;
}

.related-stories {
  padding: 2.75em 2em 2.75em;
  background-color: #f2f2f2;
}
.related-stories:before, .related-stories:after {
  content: "";
  display: table;
}
.related-stories:after {
  clear: both;
}

.related-stories__inner {
  max-width: 610px;
  margin-right: auto;
  margin-left: auto;
}

.related-stories__header {
  margin-bottom: 2.35em;
}

.related-stories__heading {
  margin-top: 0;
  margin-bottom: 0.8em;
  font-size: 0.9375em;
  font-style: italic;
  font-weight: 300;
  line-height: 1.3em;
  letter-spacing: 0.06em;
  text-align: center;
}

.related-stories__subheading {
  display: block;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: 0.14em;
  color: #505050;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 540px) {
  .related-stories .teaser-list {
    margin-left: -0.6em;
    margin-right: -0.6em;
  }
  .related-stories .teaser-list__item {
    float: left;
    padding-left: 0.6em;
    padding-right: 0.6em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
  }
  .related-stories .teaser-list__item:nth-of-type(2) {
    margin-top: 0;
  }
  .related-stories .teaser-list--single .teaser-list__item {
    float: none;
    margin: 0 auto;
    width: auto;
    max-width: 305px;
  }
}
@media screen and (min-width: 640px) {
  .related-stories__heading {
    font-size: 0.75em;
  }

  .related-stories__subheading {
    font-size: 0.8em;
  }
}
.article {
  max-width: 990px;
  padding: 4em 2em;
  margin-right: auto;
  margin-left: auto;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  font-weight: 300;
}
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  color: #000;
}
.article h1,
.article h2,
.article h3 {
  font-family: "Merriweather", serif;
  font-style: italic;
  font-weight: 700;
  text-transform: none;
}
.article h4,
.article h5,
.article h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.article a {
  color: #80a219;
  text-decoration: underline;
}
.article a:hover {
  color: #5d7612;
  text-decoration: none;
}

.article-header {
  position: relative;
  padding-bottom: 4em;
  margin-bottom: 4em;
  text-align: center;
}
.article-header:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2em;
  height: 1px;
  margin-left: -1em;
  background-color: #bdbdbd;
  content: '';
}

.article-header__date {
  position: relative;
  display: inline-block;
  margin-bottom: 4em;
  font-size: 0.9em;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0.2em;
  color: #a3a3a3;
  text-transform: uppercase;
}
.article-header__date:before, .article-header__date:after {
  position: absolute;
  top: 0.5em;
  width: 4em;
  height: 1px;
  background-color: #a3a3a3;
  content: '';
}
.article-header__date:before {
  left: -5em;
}
.article-header__date:after {
  right: -5em;
}

.article-header__heading {
  margin: 0;
  font-size: 2.2em;
  line-height: 1.2em;
}

.article-header__subheading {
  margin-top: 1em;
  margin-bottom: 0;
  font-weight: 400;
  color: #505050;
}

.article-content .caption-text, .tft-gallery__caption {
  margin-top: 1em;
  margin-bottom: 0;
  font-family: "Merriweather", serif;
  font-size: 0.77778em;
  font-style: italic;
  font-weight: 300;
  line-height: 1.6em;
  color: #505050;
}

.article-content {
  color: #000;
}
.article-content h1 {
  font-size: 1.8em;
  line-height: 1.2em;
}
.article-content h2 {
  font-size: 1.666668em;
  line-height: 1.4em;
}
.article-content h3 {
  font-size: 1.4em;
}
.article-content h4 {
  font-size: 1em;
}
.article-content h5 {
  font-size: 0.9em;
}
.article-content h6 {
  font-size: 0.8em;
  color: #a3a3a3;
}
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6,
.article-content p,
.article-content ul,
.article-content ol,
.article-content blockquote,
.article-content img,
.article-content pre,
.article-content .caption-container,
.article-content .img-container {
  padding: 0;
  margin: 0;
}
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
  margin-top: 1.8em;
}
.article-content p,
.article-content ul,
.article-content ol,
.article-content pre,
.article-content .caption-container,
.article-content .img-container,
.article-content .responsive-iframe {
  margin-top: 1em;
  margin-bottom: 1em;
}
.article-content .caption-container,
.article-content .img-container {
  margin-bottom: 2.5em;
  text-align: center;
}
.article-content .caption-container:before, .article-content .caption-container:after,
.article-content .img-container:before,
.article-content .img-container:after {
  content: "";
  display: table;
}
.article-content .caption-container:after,
.article-content .img-container:after {
  clear: both;
}
.article-content .caption-container .img-container,
.article-content .img-container .img-container {
  margin-top: 0;
  margin-bottom: 0;
}
.article-content .caption-container.aligncenter,
.article-content .img-container.aligncenter {
  text-align: center;
}
.article-content .caption-container.alignleft, .article-content .caption-container.alignright,
.article-content .img-container.alignleft,
.article-content .img-container.alignright {
  float: none;
  margin-bottom: 1em;
}
.article-content .caption-container > img,
.article-content .img-container > img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  vertical-align: top;
}
.article-content .caption-text {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.article-content ul,
.article-content ol {
  padding-left: 2.5em;
  list-style: initial;
  list-style-position: outside;
}
.article-content ul li:before,
.article-content ol li:before {
  display: none;
}
.article-content pre {
  padding: 0.5em;
}
.article-content blockquote {
  padding-left: 1.25em;
  margin-top: 2em;
  margin-bottom: 2em;
  font-family: 'Merriweather', serif;
  font-size: 1.333335em;
  font-style: italic;
  line-height: 1.42em;
  border-left: #80a219 5px solid;
}
.article-content blockquote p {
  font-family: inherit;
}
.article-content .responsive-iframe {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.article-content .responsive-iframe:before, .article-content .responsive-iframe:after {
  content: "";
  display: table;
}
.article-content .responsive-iframe:after {
  clear: both;
}
.article-content .responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 600px) {
  .article {
    font-size: 1.125em;
  }
  .article > * {
    line-height: 1.6em;
  }
}
@media screen and (min-width: 640px) {
  .article {
    padding-right: 4em;
    padding-left: 4em;
    font-size: 0.9em;
  }
  .article .sharer {
    font-size: 0.75em;
  }

  .article-header {
    padding-bottom: 3.9em;
    margin-bottom: 3.9em;
  }

  .article-header__date {
    margin-bottom: 4.5em;
    font-size: 0.8em;
  }

  .article-header__heading {
    font-size: 2.33em;
  }

  .article-header__subheading {
    margin-top: 0.6em;
    font-size: 1.166665em;
  }

  .article-content .caption-container,
  .article-content .img-container {
    margin-bottom: 3em;
  }
  .article-content .caption-container.alignleft, .article-content .caption-container.alignright,
  .article-content .img-container.alignleft,
  .article-content .img-container.alignright {
    width: 50%;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  .article-content .caption-container.alignleft,
  .article-content .img-container.alignleft {
    float: left;
    padding-right: 1.5em;
  }
  .article-content .caption-container.alignright,
  .article-content .img-container.alignright {
    float: right;
    padding-left: 1.5em;
  }
}
@media screen and (min-width: 860px) {
  .article {
    padding-right: 6.5em;
    padding-left: 6.5em;
  }

  .article-content .caption-container.alignnone, .article-content .caption-container.aligncenter,
  .article-content .img-container.alignnone,
  .article-content .img-container.aligncenter {
    margin-right: -5.5em;
    margin-left: -5.5em;
  }
  .article-content .caption-container.alignnone .caption-text, .article-content .caption-container.aligncenter .caption-text,
  .article-content .img-container.alignnone .caption-text,
  .article-content .img-container.aligncenter .caption-text {
    max-width: 60%;
  }
  .article-content .caption-container.alignleft, .article-content .caption-container.alignright,
  .article-content .img-container.alignleft,
  .article-content .img-container.alignright {
    width: calc(50% + 6.5em);
  }
  .article-content .caption-container.alignleft,
  .article-content .img-container.alignleft {
    padding-right: 2em;
    margin-left: -5.5em;
  }
  .article-content .caption-container.alignright,
  .article-content .img-container.alignright {
    padding-left: 2em;
    margin-right: -5.5em;
  }
}
.tft-gallery {
  margin: 1em 0 2.5em;
}
.tft-gallery .img-container {
  margin: 0;
}

.tft-gallery--enhanced {
  position: relative;
}
.tft-gallery--enhanced .tft-gallery__items:before, .tft-gallery--enhanced .tft-gallery__items:after {
  content: "";
  display: table;
}
.tft-gallery--enhanced .tft-gallery__items:after {
  clear: both;
}
.tft-gallery--enhanced .tft-gallery__item {
  margin: 0;
}
.tft-gallery--enhanced .tft-gallery__caption {
  margin-bottom: 0.5em;
}
.tft-gallery--enhanced .flex-control-paging {
  margin: 0.5em 0 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
.tft-gallery--enhanced .flex-control-paging li {
  display: inline-block;
  overflow: hidden;
  text-indent: 200%;
}
.tft-gallery--enhanced .flex-control-paging a {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
}
.tft-gallery--enhanced .flex-control-paging a:before {
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  border: 1px solid #4b4b4b;
  border-radius: 100px;
  content: '';
}
.tft-gallery--enhanced .flex-control-paging a.flex-active:before {
  background: #5f5f5f;
}
.tft-gallery--enhanced .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tft-gallery--enhanced .flex-prev,
.tft-gallery--enhanced .flex-next {
  position: absolute;
  top: 46%;
  z-index: 10;
  width: 40px;
  height: 60px;
  overflow: hidden;
  text-indent: 200%;
  background: #fff;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tft-gallery--enhanced .flex-prev:before,
.tft-gallery--enhanced .flex-next:before {
  position: absolute;
  top: 20%;
  right: 20%;
  bottom: 20%;
  left: 20%;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}
.tft-gallery--enhanced .flex-prev {
  left: 0;
}
.tft-gallery--enhanced .flex-prev:before {
  background-image: url("images/back-arrow.png");
}
.tft-gallery--enhanced .flex-next {
  right: 0;
}
.tft-gallery--enhanced .flex-next:before {
  background-image: url("images/forward-arrow.png");
}

.tft-gallery__item {
  margin: 1em 0;
}

.tft-gallery__caption {
  text-align: center;
}

@media screen and (min-width: 860px) {
  .tft-gallery {
    margin-right: -5.5em;
    margin-left: -5.5em;
  }

  .tft-gallery__caption {
    text-align: left;
  }

  .tft-gallery__caption {
    min-height: 1.5em;
  }

  .tft-gallery--enhanced .flex-control-paging {
    position: absolute;
    right: 0;
    bottom: 0.25em;
    z-index: 10;
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .tft-gallery--enhanced .flex-prev,
  .tft-gallery--enhanced .flex-next {
    opacity: 0.3;
  }
  .tft-gallery--enhanced .flex-prev:before,
  .tft-gallery--enhanced .flex-next:before {
    -moz-transition: -moz-transform 200ms ease;
    -o-transition: -o-transform 200ms ease;
    -webkit-transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
  }
  .tft-gallery--enhanced .flex-prev {
    left: -60px;
  }
  .tft-gallery--enhanced .flex-prev:hover:before {
    -moz-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
  }
  .tft-gallery--enhanced .flex-next {
    right: -60px;
  }
  .tft-gallery--enhanced .flex-next:hover:before {
    -moz-transform: translateX(30%);
    -ms-transform: translateX(30%);
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
  }
}
.latest-stories {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  font-weight: 300;
}

.latest-stories__inner {
  max-width: 1245px;
  margin-right: auto;
  margin-left: auto;
}

.latest-stories__latest {
  padding: 2.4em 1em;
}
.latest-stories__latest:before, .latest-stories__latest:after {
  content: "";
  display: table;
}
.latest-stories__latest:after {
  clear: both;
}
.latest-stories__latest .teaser-list {
  margin-top: 2.5em;
}
.latest-stories__latest .teaser {
  margin-top: 2.7em;
  background-color: #f7f7f7;
}
.latest-stories__latest .teaser:first-of-type {
  margin-top: 0;
}
.latest-stories__latest .teaser__content:before {
  background-color: #f7f7f7;
}

.latest-page-header {
  position: relative;
  padding-bottom: 1.5em;
  text-align: center;
}
.latest-page-header:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2em;
  height: 1px;
  margin-left: -1em;
  background-color: #bdbdbd;
  content: '';
}

.latest-page-header--padded {
  margin-bottom: 2em;
}

.latest-page-header__heading {
  margin: 0;
  font-family: "Merriweather", serif;
  font-size: 2.5em;
  font-style: italic;
  font-weight: 700;
  color: #000;
  text-align: center;
  text-transform: none;
}

.latest-stories__lead {
  margin: 2em auto 0;
  text-align: center;
  max-width: 580px;
}

.latest-page-header__lead-button {
  display: inline-block;
  margin: 1em auto 0;
  padding: 0.5em 1em;
  font-family: "Amatic SC", cursive;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.8em;
  color: #838586;
  border: solid 1px #838586;
}
.latest-page-header__lead-button:hover {
  background: #838586;
  color: #FFF;
  text-decoration: none;
}

.latest-page-header__subheading {
  margin-top: 1em;
  font-size: 0.75em;
  font-weight: 300;
  line-height: 1em;
  letter-spacing: 0.2em;
  color: #a3a3a3;
  text-transform: uppercase;
}
.latest-page-header__subheading strong {
  font-weight: 400;
}

.latest-page-header__heading-2 {
  margin: 0;
  font-family: "Merriweather", serif;
  font-size: 1.8em;
  font-style: italic;
  font-weight: 700;
  color: #000;
  text-transform: none;
}

.latest-page-header__viewall,
.latest-page-header__viewall:visited,
.latest-page-header__viewall:hover,
.latest-page-header__viewall:active {
  color: #ef4da6;
}

.latest-stories__tft-hub {
  padding: 0 1em 2.4em;
}
.latest-stories__tft-hub:before, .latest-stories__tft-hub:after {
  content: "";
  display: table;
}
.latest-stories__tft-hub:after {
  clear: both;
}

.latest-stories__list {
  padding: 2.4em 1em;
  background-color: #f2f2f2;
}
.latest-stories__list:before, .latest-stories__list:after {
  content: "";
  display: table;
}
.latest-stories__list:after {
  clear: both;
}

.latest-stories__notice {
  margin: 0;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .latest-stories__latest .teaser {
    background-color: #fff;
  }
  .latest-stories__latest .teaser__content:before {
    top: auto;
    left: -2.8em;
    bottom: 0;
    background-color: #fff;
  }
  .latest-stories__latest .teaser-list__item--large .teaser__header,
  .latest-stories__latest .teaser-list__item--small .teaser__header {
    order: 2;
  }
  .latest-stories__latest .teaser-list__item--large .teaser__text,
  .latest-stories__latest .teaser-list__item--small .teaser__text {
    order: 3;
  }
  .latest-stories__latest .teaser-list__item--large .teaser__text p,
  .latest-stories__latest .teaser-list__item--small .teaser__text p {
    margin: 0;
    font-size: 0.8em;
  }
  .latest-stories__latest .teaser-list__item--large .teaser__footer,
  .latest-stories__latest .teaser-list__item--small .teaser__footer {
    order: 1;
  }
  .latest-stories__latest .teaser-list__item--large .teaser__date,
  .latest-stories__latest .teaser-list__item--small .teaser__date {
    position: relative;
    padding-bottom: 1.6em;
    font-size: 0.7em;
  }
  .latest-stories__latest .teaser-list__item--large .teaser__date:after,
  .latest-stories__latest .teaser-list__item--small .teaser__date:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2em;
    height: 1px;
    background-color: #e5ebec;
    content: '';
  }
  .latest-stories__latest .teaser-list__item--large {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 50%;
    height: 100%;
  }
  .latest-stories__latest .teaser-list__item--large .teaser {
    display: block;
    height: 100%;
  }
  .latest-stories__latest .teaser-list__item--large .teaser__image {
    width: 80%;
    height: 100%;
  }
  .latest-stories__latest .teaser-list__item--large .teaser__content {
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 2;
    padding: 2em 1.5em 2.5em;
    width: 80%;
    max-width: 18.25em;
    max-height: 100%;
    background-color: #fff;
  }
  .latest-stories__latest .teaser-list__item--large .teaser__content:before {
    top: 0;
    bottom: auto;
  }
  .latest-stories__latest .teaser-list__item--large .teaser__header {
    padding: 1.5em 0 0;
  }
  .latest-stories__latest .teaser-list__item--large .teaser__heading {
    font-size: 1.5em;
  }
  .latest-stories__latest .teaser-list__item--large .teaser__text {
    padding: 1.5em 0 0;
  }
  .latest-stories__latest .teaser-list__item--large .teaser__footer {
    padding: 0;
  }
  .latest-stories__latest .teaser-list__item--small {
    float: right;
    width: 50%;
    clear: right;
  }
  .latest-stories__latest .teaser-list__item--small ~ .teaser-list__item--small {
    margin-top: 1em;
  }
  .latest-stories__latest .teaser-list__item--small .teaser {
    position: relative;
    display: block;
  }
  .latest-stories__latest .teaser-list__item--small .teaser:before, .latest-stories__latest .teaser-list__item--small .teaser:after {
    content: "";
    display: table;
  }
  .latest-stories__latest .teaser-list__item--small .teaser:after {
    clear: both;
  }
  .latest-stories__latest .teaser-list__item--small .teaser__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
  }
  .latest-stories__latest .teaser-list__item--small .teaser__content {
    width: 50%;
    float: right;
  }
  .latest-stories__latest .teaser-list__item--small .teaser__header {
    padding: 0 0 0 1.5em;
  }
  .latest-stories__latest .teaser-list__item--small .teaser__heading {
    font-size: 1.2em;
  }
  .latest-stories__latest .teaser-list__item--small .teaser__text {
    padding: 1em 0 0.5em 1.5em;
  }
  .latest-stories__latest .teaser-list__item--small .teaser__footer {
    padding: 1em 0 1em 1.5em;
  }
}
@media screen and (min-width: 1200px) {
  .latest-stories__latest {
    padding: 4em;
  }

  .latest-stories__tft-hub {
    padding: 0 4em 4em;
    margin-top: -1.1em;
  }

  .latest-stories__list {
    padding: 4em;
  }
}
