.site-nav-spacer {
  height: 76px;
}
@media (min-width: 768px) {
  .site-nav-spacer {
    height: 0;
  }
}
.evergreen-background,
.background-takeover {
  min-height: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-outer-wrapper {
  overflow: visible;
  position: relative;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .carousel-outer-wrapper {
    min-height: 250px;
  }
}
@media (min-width: 992px) {
  .carousel-outer-wrapper {
    min-height: 325px;
  }
}
@media (min-width: 1200px) {
  .carousel-outer-wrapper {
    min-height: 400px;
  }
}
.evergreen-background {
  background-color: black;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.background-takeover {
  background-color: transparent;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.background-takeover video {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: auto;
}
@media (max-width: 2000px) {
  .background-takeover,
  .evergreen-background {
    background-size: auto auto;
  }
}
.carousel-wrapper .carousel .carousel-control {
  background: none;
  filter: none;
  opacity: 1;
  overflow: hidden;
  width: 250px;
}
.carousel-wrapper .carousel .carousel-control:hover.left .carousel-control-wrapper {
  right: 0;
}
.carousel-wrapper .carousel .carousel-control:hover.right .carousel-control-wrapper {
  left: 0;
}
.carousel-wrapper .carousel .carousel-control:hover .control-arrow.left {
  background-position: top center;
}
.carousel-wrapper .carousel .carousel-control:hover .control-arrow.right {
  background-position: top center;
}
.carousel-wrapper .carousel .carousel-control.left .carousel-control-wrapper {
  right: 197px;
  text-align: right;
}
.carousel-wrapper .carousel .carousel-control.left .carousel-control-caption {
  padding-left: 15px;
}
.carousel-wrapper .carousel .carousel-control.right .carousel-control-wrapper {
  left: 197px;
  text-align: left;
}
.carousel-wrapper .carousel .carousel-control.right .carousel-control-caption {
  padding-right: 15px;
}
.carousel-wrapper .carousel .carousel-control .carousel-control-wrapper {
  background: rgba(20, 20, 20, 0.7);
  font-size: 0;
  height: 58px;
  line-height: 58px;
  margin-top: -29px;
  position: absolute;
  top: 50%;
  transition: background 0.2s, left 0.2s, right 0.2s;
  white-space: nowrap;
  width: 250px;
}
.carousel-wrapper .carousel .carousel-control .carousel-control-caption {
  color: #e0e0da;
  display: flex;
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
  text-shadow: none;
  vertical-align: middle;
  white-space: normal;
  width: 197px;
}
.carousel-wrapper .carousel .carousel-control .control-arrow {
  bottom: 0;
  height: 58px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 53px;
}
.carousel-wrapper .carousel .carousel-control .control-arrow.left {
  background: url('$urlTool.getVersionedUrl("/images/home/carousel/arrow-prev.png")') left center no-repeat transparent;
  left: 0;
}
.carousel-wrapper .carousel .carousel-control .control-arrow.right {
  background: url('$urlTool.getVersionedUrl("/images/home/carousel/arrow-next.png")') right center no-repeat transparent;
  right: 0;
}
.carousel-wrapper .carousel .carousel-indicator-container {
  bottom: auto;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
.carousel-wrapper .carousel .carousel-indicator-container .tooltip {
  white-space: normal;
}
.carousel-wrapper .carousel .carousel-indicator-wrapper {
  display: block;
  line-height: 34px;
  position: relative;
  z-index: 15;
}
.carousel-wrapper .carousel .carousel-indicators {
  bottom: 0;
  left: 0;
  margin: 0;
  position: static;
  white-space: nowrap;
  width: auto;
}
.carousel-mobile-wrapper img {
  width: 100%;
}
.wgt-hero .hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 400px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wgt-hero .hero {
    height: 325px;
  }
}
@media (max-width: 991px) {
  .wgt-hero .hero {
    height: 250px;
  }
}
.wgt-hero .hero a {
  text-decoration: none;
}
.wgt-hero .hero h2 {
  color: #FFF;
  font-size: 60px;
  font-weight: bold;
  margin: 0;
  text-shadow: 0 0 10px #000;
}
.wgt-hero .hero h3 {
  color: #FFF;
  font-size: 40px;
  margin: 0;
  text-shadow: 0 0 10px #000;
}
.wgt-hero .hero h4 {
  color: #FFF;
  font-size: 20px;
  margin: 0;
  text-shadow: 0 0 10px #000;
}
.wgt-hero .hero p {
  color: #FFF;
  text-shadow: 0 0 10px #000;
}
.wgt-hero .hero button {
  background: #E67406;
  background: linear-gradient(to bottom, #e67406 0%, #c55303 100%);
  border: 1px solid #FFF;
  border-radius: 0;
  color: #FFF;
  display: block;
  font-size: 22px;
  margin: 20px auto;
  padding: 8px 30px;
  text-shadow: 0 2px 2px #333;
}
.carousel-fade .carousel-inner {
  overflow: visible;
}
.carousel-fade .carousel-inner .item {
  display: block;
  height: 400px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition-duration: 0.4s;
  transition-property: opacity;
  width: 100%;
  z-index: 0;
}
@media (max-width: 1199px) {
  .carousel-fade .carousel-inner .item {
    height: 325px;
  }
}
@media (max-width: 991px) {
  .carousel-fade .carousel-inner .item {
    height: 250px;
  }
}
.carousel-fade .carousel-inner .item.active {
  opacity: 1;
  z-index: 1;
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .carousel-outer-wrapper {
    height: 50vw;
    min-height: 0;
    max-height: 620px;
  }
}
@media (max-width: 767px) {
  .carousel-outer-wrapper .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
.carousel-outer-wrapper .col-xs-12,
.carousel-outer-wrapper .carousel {
  position: static;
}
.carousel-outer-wrapper .evergreen-background,
.carousel-outer-wrapper .background-takeover {
  background-color: black;
  background-size: auto 100%;
  height: 100%;
  overflow: hidden;
}
.carousel-outer-wrapper .carousel-wrapper .carousel-inner + .carousel-control.right {
  margin: 0;
  transform: translateY(50%);
}
.carousel-outer-wrapper .carousel-wrapper .carousel-control {
  height: 58px;
  left: auto;
  transition: opacity 0.2s;
  z-index: 1;
}
.carousel-outer-wrapper .carousel-wrapper .carousel-control.left {
  bottom: auto;
  margin-top: 2px;
  right: 0;
  top: 55%;
}
.carousel-outer-wrapper .carousel-wrapper .carousel-control.left .carousel-control-wrapper {
  left: 197px;
}
.carousel-outer-wrapper .carousel-wrapper .carousel-control.left:hover .carousel-control-wrapper {
  left: 0;
}
.carousel-outer-wrapper .carousel-wrapper .carousel-control.right {
  bottom: 45%;
  margin-bottom: 3px;
  top: auto;
}
.carousel-outer-wrapper .carousel-wrapper .carousel-control.left,
.carousel-outer-wrapper .carousel-wrapper .carousel-control.right {
  opacity: 0.7;
}
.carousel-outer-wrapper .carousel-wrapper .carousel-control.left:hover,
.carousel-outer-wrapper .carousel-wrapper .carousel-control.right:hover {
  opacity: 1;
}
.carousel-outer-wrapper .carousel-wrapper .carousel-control.left:hover .control-arrow,
.carousel-outer-wrapper .carousel-wrapper .carousel-control.right:hover .control-arrow {
  background-position: center;
  opacity: 1;
}
.carousel-outer-wrapper .carousel-wrapper .carousel-control.left .control-arrow,
.carousel-outer-wrapper .carousel-wrapper .carousel-control.right .control-arrow {
  background-position: center;
  left: 0;
  opacity: 0.7;
  right: auto;
  transition: opacity 0.2s;
}
.carousel-outer-wrapper .carousel-wrapper .carousel-control.left .carousel-control-caption,
.carousel-outer-wrapper .carousel-wrapper .carousel-control.right .carousel-control-caption {
  align-items: flex-start;
  bottom: 0;
  flex-direction: column;
  justify-content: center;
  left: 53px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.carousel-outer-wrapper .carousel-wrapper .carousel-indicator-container {
  height: 34px;
  top: 100%;
}
.carousel-outer-wrapper .carousel-wrapper .carousel-indicator-wrapper {
  background: url('$urlTool.getVersionedUrl("/images/home/carousel/indicator-bg.jpg")') center no-repeat black;
}
.carousel-outer-wrapper .carousel-wrapper .carousel-indicators {
  font-size: 0;
  line-height: 34px;
}
.carousel-outer-wrapper .carousel-wrapper .carousel-indicators li {
  background: #3b3d3f;
  border: none;
  height: 18px;
  margin: 0;
  transform: scale(0.8);
  transition: background-color 0.4s, transform 0.4s;
  vertical-align: middle;
  width: 18px;
}
.carousel-outer-wrapper .carousel-wrapper .carousel-indicators li:not(:first-child) {
  margin-left: 12px;
}
.carousel-outer-wrapper .carousel-wrapper .carousel-indicators li:hover {
  background: #b4a15b;
}
.carousel-outer-wrapper .carousel-wrapper .carousel-indicators li.active {
  background: #9ba0a5;
  transform: none;
}
.carousel-outer-wrapper .tooltip.top {
  padding-bottom: 15px;
}
.carousel-outer-wrapper .tooltip .tooltip-arrow {
  display: none;
}
.carousel-outer-wrapper .tooltip .tooltip-inner {
  background: rgba(20, 20, 20, 0.7);
  color: #e0e0da;
  font-size: 16px;
  line-height: 1;
  padding: 10px 25px;
}
.wgt-hero .hero {
  height: 50vw;
  max-height: 620px;
}
.home-cta {
  background: #3a264a;
  height: 466px;
  margin: 30px 0 0;
  overflow: hidden;
  position: relative;
}
.home-cta .home-cta-bg {
  background: url('$urlTool.getVersionedUrl("/images/home/cta/bg.jpg")') center / cover no-repeat;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 768px) {
  .home-cta .home-cta-bg {
    bottom: auto;
    height: 0;
    padding-bottom: 685px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    will-change: transform;
  }
}
@media (min-width: 2200px) {
  .home-cta .home-cta-bg {
    padding-bottom: 31.13636364%;
  }
}
.home-cta .home-cta-bg-shadow {
  background: url('$urlTool.getVersionedUrl("/images/home/cta/shadow-top.png")') center top repeat-x, url('$urlTool.getVersionedUrl("/images/home/cta/shadow-bottom.png")') center bottom repeat-x;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateZ(0);
}
.home-cta .home-cta-wrapper {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  max-width: 994px;
  position: relative;
}
.home-cta .home-cta-contents {
  background: rgba(241, 238, 244, 0.9);
  max-width: 100%;
  padding: 22px 40px 25px;
  text-align: right;
}
@media (min-width: 768px) {
  .home-cta .home-cta-contents {
    max-width: 545px;
  }
}
@media (min-width: 768px) {
  .home-cta {
    margin-top: 94px;
  }
}
.home-cta .home-cta-bg {
  background-position-x: 40%;
}
@media (min-width: 768px) {
  .home-cta .home-cta-bg {
    background-position-x: center;
    top: 60%;
  }
}
.home-cta .home-cta-wrapper {
  align-items: flex-end;
  justify-content: flex-end;
  padding-bottom: 15px;
  padding-top: 86px;
}
@media (min-width: 768px) {
  .home-cta .home-cta-wrapper {
    justify-content: flex-start;
  }
}
.home-cta .home-cta-contents {
  text-align: left;
}
@media (max-width: 767px) {
  .home-cta .home-cta-contents {
    padding: 15px;
  }
}
.home-cta .home-cta-contents h2 {
  color: #930c0f;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1;
  margin: 0;
}
@media (min-width: 768px) {
  .home-cta .home-cta-contents h2 {
    font-size: 34px;
  }
}
.home-cta .home-cta-contents p {
  color: #171028;
  font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 1.1;
  margin: 11px auto 0 0;
}
@media (min-width: 768px) {
  .home-cta .home-cta-contents p {
    font-size: 17px;
  }
}
.home-cta .home-cta-contents .play-free {
  background: url('$urlTool.getVersionedUrl("/images/home/cta/play-button-bg.jpg")') center top repeat-x #930c0f;
  display: inline-block;
  font: 26px/57px 'Lato', sans-serif;
  letter-spacing: 0.035em;
  margin: 15px 0 0;
  outline: none;
  padding: 0 37px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .home-cta .home-cta-contents .play-free {
    margin-top: 33px;
  }
}
.home-cta .home-cta-contents .play-free:link,
.home-cta .home-cta-contents .play-free:visited,
.home-cta .home-cta-contents .play-free:hover,
.home-cta .home-cta-contents .play-free:focus,
.home-cta .home-cta-contents .play-free:active {
  color: #e1ddcf;
  text-decoration: none;
}
.home-cta .home-cta-contents .play-free:hover,
.home-cta .home-cta-contents .play-free:focus,
.home-cta .home-cta-contents .play-free:active {
  background-position: center bottom;
}
#homeNews {
  margin-top: 30px;
}
@media (min-width: 768px) {
  #homeNews {
    margin-top: 60px;
  }
}
.feed-container {
  max-width: 1210px;
  width: auto;
}
.feed-container .feed-filters {
  min-height: 42px;
}
.feed-container .filter-bar {
  background: rgba(157, 153, 153, 0.15);
  max-width: 100%;
  width: 1180px;
  z-index: 2;
}
.feed-container .filter-bar.floating {
  max-width: calc(100% - 30px);
  position: fixed;
}
.feed-container .feed-filter-title {
  display: none;
}
.feed-container .filter-list {
  font-size: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.feed-container .filter-item {
  display: inline-block;
  width: 25%;
}
@media (min-width: 768px) {
  .feed-container .filter-item {
    width: auto;
  }
}
.feed-container .filter-item a {
  display: inline-block;
  font: bold 20px/36px 'Lato', sans-serif;
  height: 42px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .feed-container .filter-item a {
    padding: 0 30px;
    width: auto;
  }
}
.feed-container .filter-item a:link,
.feed-container .filter-item a:visited {
  color: #e0e0da;
  text-decoration: none;
}
.feed-container .filter-item a:hover,
.feed-container .filter-item a:focus,
.feed-container .filter-item a:active {
  color: #deca83;
  text-decoration: none;
}
.feed-container .filter-item a:hover .filter-icon,
.feed-container .filter-item a:focus .filter-icon,
.feed-container .filter-item a:active .filter-icon {
  background-position: center bottom;
}
.feed-container .filter-item .filter-icon {
  background-position: center top;
  background-repeat: no-repeat;
  display: inline-block;
  height: 18px;
  vertical-align: middle;
  width: 18px;
}
@media (min-width: 768px) {
  .feed-container .filter-item .filter-icon {
    margin-right: 6px;
  }
}
.feed-container .filter-item .filter-label {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
@media (max-width: 767px) {
  .feed-container .filter-item .filter-label {
    display: none;
  }
}
.feed-container .filter-item.active {
  position: relative;
}
.feed-container .filter-item.active:after {
  border-color: #b4a15b transparent transparent;
  border-style: solid solid none;
  border-width: 12px 12px 0;
  content: '';
  height: 0;
  left: 50%;
  margin-left: -12px;
  position: absolute;
  top: 100%;
  width: 0;
}
.feed-container .filter-item.active a {
  background: #b4a15b;
  color: #161515;
}
.feed-container .filter-item.active a .filter-icon {
  background-position: center;
}
.feed-container .filter-item[data-filter=all] .filter-icon {
  background-image: url('$urlTool.getVersionedUrl("/images/home/feed/filter-icon-all.png")');
}
.feed-container .filter-item[data-filter=news] .filter-icon {
  background-image: url('$urlTool.getVersionedUrl("/images/home/feed/filter-icon-news.png")');
}
.feed-container .filter-item[data-filter=guides] .filter-icon {
  background-image: url('$urlTool.getVersionedUrl("/images/home/feed/filter-icon-guides.png")');
}
.feed-container .filter-item[data-filter=update-notes] .filter-icon {
  background-image: url('$urlTool.getVersionedUrl("/images/home/feed/filter-icon-update-notes.png")');
}
.feed-container #feedContainer {
  font-size: 0;
}
.feed-container #feedContainer[data-filter=all] .news-box.news .read-more:before {
  background-image: url('$urlTool.getVersionedUrl("/images/home/feed/filter-icon-news.png")');
}
.feed-container #feedContainer[data-filter=all] .news-box.guide .read-more:before {
  background-image: url('$urlTool.getVersionedUrl("/images/home/feed/filter-icon-guides.png")');
}
.feed-container #feedContainer[data-filter=all] .news-box.update-notes .read-more:before {
  background-image: url('$urlTool.getVersionedUrl("/images/home/feed/filter-icon-update-notes.png")');
}
.feed-container #feedContainer[data-filter=all] .news-box .news-link:hover .read-more:before {
  background-position: center;
}
.feed-container #feedContainer[data-filter=all] .news-box .read-more:before {
  background-position: center bottom;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 18px;
  margin-right: 10px;
  vertical-align: middle;
  width: 18px;
}
.feed-container .news-box {
  background: rgba(22, 21, 21, 0.7);
  border-bottom: 4px solid rgba(180, 161, 191, 0.17);
  display: block;
  margin-top: 15px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .feed-container .news-box {
    display: inline-block;
    height: 496px;
    margin-right: 20px;
    margin-top: 20px;
    vertical-align: top;
    width: calc((100% - 41px) / 3);
  }
  .feed-container .news-box:nth-child(3n) {
    margin-right: 0;
  }
  .feed-container .news-box.featured {
    border-bottom: none;
    height: 440px;
    margin-right: 0;
    width: 100%;
  }
  .feed-container .news-box.featured .news-image-wrapper,
  .feed-container .news-box.featured .news-text {
    bottom: 0;
    position: absolute;
    top: 0;
  }
  .feed-container .news-box.featured .news-image-wrapper {
    left: 0;
    padding-bottom: 0;
    right: 400px;
  }
  .feed-container .news-box.featured .news-text {
    right: 0;
    width: 400px;
  }
  .feed-container .news-box.featured .news-title {
    font-size: 30px;
    margin-top: 15px;
  }
  .feed-container .news-box.featured .news-summary {
    font-size: 16px;
  }
  .feed-container .news-box.featured .news-date {
    margin-top: 20px;
  }
  .feed-container .news-box.featured ~ .news-box:nth-child(3n) {
    margin-right: 20px;
  }
  .feed-container .news-box.featured ~ .news-box:nth-child(3n + 1) {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .feed-container .news-box:not(.featured) .sharer {
    bottom: 70px;
    right: 24px;
  }
}
.feed-container .news-box .news-link:hover .news-image {
  transform: scale(1.1);
}
.feed-container .news-box .news-link:hover .read-more {
  background: #b4a15b;
  border-color: transparent;
  color: #161515;
}
.feed-container .news-link {
  display: block;
}
@media (min-width: 768px) {
  .feed-container .news-link {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.feed-container .news-link:link,
.feed-container .news-link:visited,
.feed-container .news-link:hover,
.feed-container .news-link:focus,
.feed-container .news-link:active {
  color: #cfcfcf;
  text-decoration: none;
}
.feed-container .news-image-wrapper {
  display: block;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.feed-container .news-image-wrapper .news-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -1px;
  left: -1px;
  position: absolute;
  right: -1px;
  top: -1px;
  transition: transform 0.3s ease;
}
.feed-container .news-text {
  display: block;
  padding: 0 15px 15px;
}
@media (min-width: 768px) {
  .feed-container .news-text {
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .feed-container .news-text {
    padding: 0 20px;
  }
}
.feed-container .news-text.featured {
  padding-top: 5px;
}
@media (min-width: 1200px) {
  .feed-container .news-text.featured {
    padding-top: 10px;
  }
}
.feed-container .news-featured {
  background: #5a090b;
  color: white;
  display: block;
  font-size: 22px;
  height: 32px;
  line-height: 32px;
  margin: 0 -15px;
  padding: 0 15px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .feed-container .news-featured {
    margin: 0 -20px;
    padding: 0 20px;
  }
}
.feed-container .news-title {
  color: #e0e0da;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  margin: 15px 0 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .feed-container .news-title {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .feed-container .news-title {
    font-size: 24px;
  }
}
.feed-container .news-summary {
  font: 300 14px 'Muli', sans-serif;
  margin: 15px 0 0;
  overflow: hidden;
}
.feed-container .news-date {
  font: 300 12px 'Muli', sans-serif;
  margin: 15px 0 0;
}
.feed-container .read-more {
  border: 1px solid rgba(222, 202, 131, 0.17);
  color: #b4a15b;
  display: block;
  font: 20px/30px 'Lato', sans-serif;
  height: 41px;
  margin: 15px auto 0 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 187px;
}
@media (min-width: 768px) {
  .feed-container .read-more {
    bottom: 15px;
    left: 15px;
    margin: 0;
    position: absolute;
  }
}
@media (min-width: 1200px) {
  .feed-container .read-more {
    bottom: 20px;
    left: 20px;
  }
}
.feed-container .read-more span {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.feed-container .sharer {
  font-size: 12px;
  margin: 0 15px 15px;
  pointer-events: none;
}
@media (min-width: 768px) {
  .feed-container .sharer {
    bottom: 24px;
    margin: 0;
    position: absolute;
    right: 15px;
  }
}
@media (min-width: 1200px) {
  .feed-container .sharer {
    bottom: 28px;
    right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .feed-container .sharer .share-label {
    display: none;
  }
}
.feed-container .sharer .social {
  display: inline;
  vertical-align: middle;
}
.feed-container .sharer .social li {
  margin-left: 5px;
}
.feed-container .sharer .social .icn {
  height: 24px;
  pointer-events: auto;
  width: 25px;
}
.feed-container .sharer .social .icn.fb:before,
.feed-container .sharer .social .icn.fb:after {
  background-image: url('$urlTool.getVersionedUrl("/images/home/feed/si-fb-sprite.png")');
}
.feed-container .sharer .social .icn.tt:before,
.feed-container .sharer .social .icn.tt:after {
  background-image: url('$urlTool.getVersionedUrl("/images/home/feed/si-tt-sprite.png")');
}
.feed-container .feed-load-more-button {
  background: rgba(157, 153, 153, 0.15);
  color: #e0e0da;
  cursor: pointer;
  display: block;
  font: bold 20px/40px 'Lato', sans-serif;
  height: 42px;
  letter-spacing: 0.05em;
  margin: 30px 0 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.feed-container .feed-load-more-button:hover,
.feed-container .feed-load-more-button:focus,
.feed-container .feed-load-more-button:active {
  background: #deca83;
  color: #161515;
}
