/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #FFFFFF;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 600px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 0;
    padding-right: 0; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url('https://cdn.nextgov.com/b/base/third_party/owl-carousel2-2.2.0/dist/assets/owl.video.play.png?3285c254cae6') no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform .1s ease;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
[class*=lazy-img-placeholder-] {
  display: block;
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 0;
  width: 100%;
  height: 0;
  background-color: rgba(210, 210, 210, 0.1);
}

.no-js [class*=lazy-img-placeholder-] {
  display: none;
}

.lazy-img-placeholder-1x1 {
  /* 1.0 */
  padding-top: 100%;
}

.lazy-img-placeholder-5x3 {
  /* 1.66 */
  padding-top: 60%;
}

.lazy-img-placeholder-24x11 {
  /* 2.18 */
  padding-top: 45.83333%;
}

.lazy-img-placeholder-14x5 {
  /* 2.8 */
  padding-top: 35.71429%;
}

.embed-container {
    position: relative;
    padding-top: 53%;
    overflow: hidden;
}

.embed-container .BrightcoveExperience,
.embed-container .embedded {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 28px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 28px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -9px; }
  .hamburger-inner::after {
    bottom: -9px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.15s 0.4s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.1s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.1s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.15s 0.4s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.1s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 0.1s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.2s 0.25s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -80px;
      top: -80px;
      transform: translate3d(80px, 80px, 0) rotate(45deg);
      transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -80px;
      top: -80px;
      transform: translate3d(-80px, 80px, 0) rotate(-45deg);
      transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.2s 0.25s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -80px;
      top: 80px;
      transform: translate3d(80px, -80px, 0) rotate(-45deg);
      transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -80px;
      top: 80px;
      transform: translate3d(-80px, -80px, 0) rotate(45deg);
      transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.2s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.2s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(90deg); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.15s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.32s;
  background-color: transparent; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.32s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.1s 0.14s ease, opacity 0.1s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
  This pattern stylesheet was generated by the patternfill
  library that can be found on github here:
  http://github.com/iros/patternfills

  Using patternfills you can create your own patterns and compile
  them to css & svg patterns.

  Licensed under the MIT License.
*/


/* Group: dotted */
.dots-0-blue {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1JyBoZWlnaHQ9JzUnPg0KICA8Y2lyY2xlIGN4PScxJyBjeT0nMScgcj0nMScgZmlsbD0nIzAwOTZkNScgLz4NCjwvc3ZnPg0K');
  background-repeat: repeat;
}
.dots-0 {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1JyBoZWlnaHQ9JzUnPg0KICA8Y2lyY2xlIGN4PScxJyBjeT0nMScgcj0nMScgZmlsbD0nI0JCQkJCQicgLz4NCjwvc3ZnPg==');
  background-repeat: repeat;
}

.rule-dots-0 {
  margin: 0 0 4rem 0;
  width: 100%;
  height: 2px;
}

.rule-dots-1 {
    width:100%;
    height:2px;
}

.rule-vertical-0 {
    height: 100%;
    width: 2px;
}

.rule-horizontal-0 {
  margin: 0 0 4rem 0;
  width: 100%;
  height: 1px;
}

html {
  font-size: 10px;
}

button {
  cursor:pointer;
}

@media all and (max-width:575px) {
  .hidden-xs {
    display: none !important;
  }
}

@media all and (min-width:576px) and (max-width:767px) {
  .hidden-sm {
    display: none !important;
  }
}

@media all and (min-width:768px) and (max-width:991px) {
  .hidden-md {
    display: none !important;
  }
}

@media all and (min-width:992px) and (max-width:1199px) {
  .hidden-lg {
    display: none !important;
  }
}

@media all and (min-width:1200px) {
  .hidden-xl {
    display: none !important;
  }
}

.icon-button,
.icon-button:focus {
  background:transparent;
  border:none;
  outline:none;
}

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.accessibility:focus {
  position: static;
  width: auto;
  height: auto;
}

.serif {
  font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
}

.hide {
  display: none;
}

a:focus,
a:active {
  text-decoration: none;
}

/* Forms */

/* Update as needed */

.form-control-xl {
  border-radius: 0.48rem;
  padding: 1.2rem 2.4rem;
  font-size: 1.6rem;
}
select.form-control-xl:not([size]):not([multiple]) {
  height: 5.0rem;
}


@media (max-width: 575px) {
  /* doesn't work in mobile safari */
  body.disable-scroll-xs {
    overflow: hidden;
  }
}

.l-300-holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.l-300-companion {
  position: relative;
  width: auto;
  min-height: 1px;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

.l-300-column {
  box-sizing: content-box;
  position: relative;
  padding-left: 20px;
  width: 300px;
  min-height: 1px;
  -webkit-flex: 0 0 300px;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
}

.l-gray-box {
  background-color: #e8eced;
  padding: 2.6rem 0 2.6rem 0;
  margin-bottom: 4rem;
}

.l-main {
  /* remove l-main? */
  /*padding-top: 60px;*/
}

.rf-events-lander .l-main {
  overflow: hidden;
}

.l-row {
  /* Like .row but not flex */
  margin-left: -10px;
  margin-right: -10px;
}

.l-before-top-nav {
  margin-top: 2rem;
}

/* Content layout */

.l-content-container-unconstrained {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.l-content-container-unconstrained-mobile {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.l-content-row {
  /* Like .row but not flex */
  margin-left: -10px;
  margin-right: -10px;
}

.l-content-left-rail {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
}

.l-content-left-rail .l-content-rail-item {
  margin-right: 2rem;
}

.l-content-right-rail-companion {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}

.l-content-right-rail {
  display: none;
  position: relative;
  z-index: 10;
}

.l-content-right-rail .l-content-rail-item {
  margin-bottom: 5rem;
}

.l-content-right-rail .l-content-rail-item > *:last-child {
  margin-bottom: 0;
}

.l-content-right-rail .l-content-rail-item-tall {
  margin-bottom: 400px;
}

.l-content-subscribe-module {
  display: none;
}

.l-content-well {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 1;
}

.l-content-sticky {
  position: relative;
  visibility: hidden;
  z-index: 10;
}

.l-content-sticky-ignore {
  z-index: 1;
}
.l-content-sticky-visible {
  visibility: visible;
}

.l-content-sticky-stuck {
  position: fixed;
  margin: auto;
  /* currently DT only */
  width: 1140px;
  height: 0;
}

.l-content-sticky-stuck .l-content-sticky-inner {
  position: relative;
  float: left;
  right: -145px;
}

.l-content-sticky-bottom {
  position: absolute;
  bottom: 0;
  right: 10px;
}

.l-content-sticky-bottom .l-content-sticky-inner {}

@media all and (min-width: 576px) {}

@media all and (min-width: 768px) {
  .l-content-container-unconstrained-mobile {
    width: 720px;
    max-width: 100%;
  }
  .l-content-left-rail {
    display: none;
  }
  .l-content-right-rail {
    display: block;
    float: right;
    padding-left: 10px;
    padding-right: 10px;
    width: 320px;
  }
  .l-content-well {
    margin-left: 0px;
    margin-right: 320px;
  }
  .l-content-container-unconstrained .l-content-well {
    margin-left: auto;
    margin-right: auto;
    width: 720px;
  }
  .l-content-subscribe-module {
    display: block;
    clear: right;
    float: right;
    padding-left: 10px;
    padding-right: 10px;
    width: 320px;
  }
}

@media all and (min-width: 992px) {
  .l-content-container-unconstrained .l-content-well {
    width: 960px;
  }
  .l-content-container-unconstrained-mobile {
    width: 960px;
    max-width: 100%;
  }
}

@media all and (min-width: 1200px) {
  .l-content-container-unconstrained-mobile {
    width: 1140px;
    max-width: 100%;
  }
  .l-content-left-rail {
    display: block;
    width: 190px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .l-content-right-rail-companion {
    display: inline-block;
    box-sizing: content-box;
    width: 800px;
  }
  .l-content-right-rail {
    display: block;
    box-sizing: content-box;
    float: right;
    padding-left: 0px;
    padding-right: 10px;
    width: 300px;
  }
  .l-content-well {
    margin-left: 190px;
    margin-right: 320px;
  }
  .l-content-container-unconstrained .l-content-well {
    padding-left: 130px;
    padding-right: 230px;
    width: 1140px;
  }
  .l-content-subscribe-module {
    margin-left: 40px;
    width: 590px;
  }
}

.l-right-rail {
  display: none;
  position: relative;
  float: right;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  width: 320px;
  z-index: 1;
}

.l-right-rail-top-companion {
  /*
   * If placed before the right rail, it will allow the right rail to sit to
   * right on DT, but force the rail to go below on < DT
   *
   * Should be a descendant of l-row to ignore flex
   */
  padding-left: 10px;
  padding-right: 10px;
}

.l-right-rail-side-companion {
  /*
   * The companion to the right rail that sits next to it
   */
  padding-left: 10px;
  padding-right: 10px;
}


@media all and (min-width: 768px) {
  .l-right-rail {
    display: block;
  }
  .l-right-rail-side-companion {
    margin-right: 320px;
  }
}


@media all and (min-width: 1200px) {
  /*
    Something weird seemed to be going on around the breakpoint -- I think
    chrome was drunk again. So I'm adjusting how I'm doing things to account
    for it.
  */
  .l-right-rail {
    box-sizing: content-box;
    padding-left: 0px;
    width: 300px;
  }
  .l-right-rail-top-companion {
    display: inline-block;
    box-sizing: content-box;
    width: 800px;
  }
}

/* Like right-rail but a different tablet behavior. See card stacks  */

.l-right-rail-alt {
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 1;
}

.l-right-rail-alt-top-companion {
  /*
   * If placed before the right rail-alt, it will allow the right rail-alt to sit to
   * right on DT, but force the rail-alt to go below on < DT
   *
   * Should be a descendant of l-row to ignore flex
   */
  padding-left: 10px;
  padding-right: 10px;
}

.l-right-rail-alt-side-companion {
  /*
   * The companion to the right rail-alt that sits next to it
   */
  padding-left: 10px;
  padding-right: 10px;
}


@media all and (min-width: 768px) {
}


@media all and (min-width: 1200px) {
  /*
    Something weird seemed to be going on around the breakpoint -- I think
    chrome was drunk again. So I'm adjusting how I'm doing things to account
    for it.
  */
  .l-right-rail-alt {
    box-sizing: content-box;
    float: right;
    padding-left: 0px;
    width: 300px;
  }
  .l-right-rail-alt-top-companion {
    display: inline-block;
    box-sizing: content-box;
    width: 845px;
  }
  .l-right-rail-alt-side-companion {
    margin-right: 275px;
  }
}

@media all and (max-width: 575px) {
  .l-spacing-0hrem,
  .l-spacing-0hrem-down,
  .l-spacing-0hrem-up,
  .l-spacing-0hrem-sm-down,
  .l-spacing-0hrem-md-down,
  .l-spacing-0hrem-lg-down,
  .l-spacing-0hrem-xl-down {
    margin-bottom: 0.5rem;
  }
  .l-spacing-1rem,
  .l-spacing-1rem-down,
  .l-spacing-1rem-up,
  .l-spacing-1rem-sm-down,
  .l-spacing-1rem-md-down,
  .l-spacing-1rem-lg-down,
  .l-spacing-1rem-xl-down {
    margin-bottom: 1rem;
  }
  .l-spacing-1hrem,
  .l-spacing-1hrem-down,
  .l-spacing-1hrem-up,
  .l-spacing-1hrem-sm-down,
  .l-spacing-1hrem-md-down,
  .l-spacing-1hrem-lg-down,
  .l-spacing-1hrem-xl-down {
    margin-bottom: 1.5rem;
  }
  .l-spacing-2rem,
  .l-spacing-2rem-down,
  .l-spacing-2rem-up,
  .l-spacing-2rem-sm-down,
  .l-spacing-2rem-md-down,
  .l-spacing-2rem-lg-down,
  .l-spacing-2rem-xl-down {
    margin-bottom: 2rem;
  }
  .l-spacing-2hrem,
  .l-spacing-2hrem-down,
  .l-spacing-2hrem-up,
  .l-spacing-2hrem-sm-down,
  .l-spacing-2hrem-md-down,
  .l-spacing-2hrem-lg-down,
  .l-spacing-2hrem-xl-down {
    margin-bottom: 2.5rem;
  }
  .l-spacing-3rem,
  .l-spacing-3rem-down,
  .l-spacing-3rem-up,
  .l-spacing-3rem-sm-down,
  .l-spacing-3rem-md-down,
  .l-spacing-3rem-lg-down,
  .l-spacing-3rem-xl-down {
    margin-bottom: 3rem;
  }
  .l-spacing-3hrem,
  .l-spacing-3hrem-down,
  .l-spacing-3hrem-up,
  .l-spacing-3hrem-sm-down,
  .l-spacing-3hrem-md-down,
  .l-spacing-3hrem-lg-down,
  .l-spacing-3hrem-xl-down {
    margin-bottom: 3.5rem;
  }
  .l-spacing-4rem,
  .l-spacing-4rem-down,
  .l-spacing-4rem-up,
  .l-spacing-4rem-sm-down,
  .l-spacing-4rem-md-down,
  .l-spacing-4rem-lg-down,
  .l-spacing-4rem-xl-down {
    margin-bottom: 4rem;
  }
  .l-spacing-4hrem,
  .l-spacing-4hrem-down,
  .l-spacing-4hrem-up,
  .l-spacing-4hrem-sm-down,
  .l-spacing-4hrem-md-down,
  .l-spacing-4hrem-lg-down,
  .l-spacing-4hrem-xl-down {
    margin-bottom: 4.5rem;
  }
  .l-spacing-5rem,
  .l-spacing-5rem-down,
  .l-spacing-5rem-up,
  .l-spacing-5rem-sm-down,
  .l-spacing-5rem-md-down,
  .l-spacing-5rem-lg-down,
  .l-spacing-5rem-xl-down {
    margin-bottom: 5rem;
  }
  .l-spacing-5hrem,
  .l-spacing-5hrem-down,
  .l-spacing-5hrem-up,
  .l-spacing-5hrem-sm-down,
  .l-spacing-5hrem-md-down,
  .l-spacing-5hrem-lg-down,
  .l-spacing-5hrem-xl-down {
    margin-bottom: 5.5rem;
  }
  .l-spacing-10rem,
  .l-spacing-10rem-down,
  .l-spacing-10rem-up,
  .l-spacing-10rem-sm-down,
  .l-spacing-10rem-md-down,
  .l-spacing-10rem-lg-down,
  .l-spacing-10rem-xl-down {
    margin-bottom: 10rem;
  }
}

@media all and (min-width: 576px) and (max-width: 767px) {
  .l-spacing-0hrem-up,
  .l-spacing-0hrem-sm,
  .l-spacing-0hrem-sm-down,
  .l-spacing-0hrem-sm-up,
  .l-spacing-0hrem-md-down,
  .l-spacing-0hrem-lg-down,
  .l-spacing-0hrem-xl-down {
    margin-bottom: 0.5rem;
  }
  .l-spacing-1rem-up,
  .l-spacing-1rem-sm,
  .l-spacing-1rem-sm-down,
  .l-spacing-1rem-sm-up,
  .l-spacing-1rem-md-down,
  .l-spacing-1rem-lg-down,
  .l-spacing-1rem-xl-down {
    margin-bottom: 1rem;
  }
  .l-spacing-1hrem-up,
  .l-spacing-1hrem-sm,
  .l-spacing-1hrem-sm-down,
  .l-spacing-1hrem-sm-up,
  .l-spacing-1hrem-md-down,
  .l-spacing-1hrem-lg-down,
  .l-spacing-1hrem-xl-down {
    margin-bottom: 1.5rem;
  }
  .l-spacing-2rem-up,
  .l-spacing-2rem-sm,
  .l-spacing-2rem-sm-down,
  .l-spacing-2rem-sm-up,
  .l-spacing-2rem-md-down,
  .l-spacing-2rem-lg-down,
  .l-spacing-2rem-xl-down {
    margin-bottom: 2rem;
  }
  .l-spacing-2hrem-up,
  .l-spacing-2hrem-sm,
  .l-spacing-2hrem-sm-down,
  .l-spacing-2hrem-sm-up,
  .l-spacing-2hrem-md-down,
  .l-spacing-2hrem-lg-down,
  .l-spacing-2hrem-xl-down {
    margin-bottom: 2.5rem;
  }
  .l-spacing-3rem-up,
  .l-spacing-3rem-sm,
  .l-spacing-3rem-sm-down,
  .l-spacing-3rem-sm-up,
  .l-spacing-3rem-md-down,
  .l-spacing-3rem-lg-down,
  .l-spacing-3rem-xl-down {
    margin-bottom: 3rem;
  }
  .l-spacing-3hrem-up,
  .l-spacing-3hrem-sm,
  .l-spacing-3hrem-sm-down,
  .l-spacing-3hrem-sm-up,
  .l-spacing-3hrem-md-down,
  .l-spacing-3hrem-lg-down,
  .l-spacing-3hrem-xl-down {
    margin-bottom: 3.5rem;
  }
  .l-spacing-4rem-up,
  .l-spacing-4rem-sm,
  .l-spacing-4rem-sm-down,
  .l-spacing-4rem-sm-up,
  .l-spacing-4rem-md-down,
  .l-spacing-4rem-lg-down,
  .l-spacing-4rem-xl-down {
    margin-bottom: 4rem;
  }
  .l-spacing-4hrem-up,
  .l-spacing-4hrem-sm,
  .l-spacing-4hrem-sm-down,
  .l-spacing-4hrem-sm-up,
  .l-spacing-4hrem-md-down,
  .l-spacing-4hrem-lg-down,
  .l-spacing-4hrem-xl-down {
    margin-bottom: 4.5rem;
  }
  .l-spacing-5rem-up,
  .l-spacing-5rem-sm,
  .l-spacing-5rem-sm-down,
  .l-spacing-5rem-sm-up,
  .l-spacing-5rem-md-down,
  .l-spacing-5rem-lg-down,
  .l-spacing-5rem-xl-down {
    margin-bottom: 5rem;
  }
  .l-spacing-5hrem-up,
  .l-spacing-5hrem-sm,
  .l-spacing-5hrem-sm-down,
  .l-spacing-5hrem-sm-up,
  .l-spacing-5hrem-md-down,
  .l-spacing-5hrem-lg-down,
  .l-spacing-5hrem-xl-down {
    margin-bottom: 5.5rem;
  }
  .l-spacing-10rem-up,
  .l-spacing-10rem-sm,
  .l-spacing-10rem-sm-down,
  .l-spacing-10rem-sm-up,
  .l-spacing-10rem-md-down,
  .l-spacing-10rem-lg-down,
  .l-spacing-10rem-xl-down {
    margin-bottom: 10rem;
  }
}

@media all and (min-width: 768px) and (max-width: 991px) {
  .l-spacing-0hrem-up,
  .l-spacing-0hrem-sm-up,
  .l-spacing-0hrem-md,
  .l-spacing-0hrem-md-down,
  .l-spacing-0hrem-md-up,
  .l-spacing-0hrem-lg-down,
  .l-spacing-0hrem-xl-down {
    margin-bottom: 0.5rem;
  }
  .l-spacing-1rem-up,
  .l-spacing-1rem-sm-up,
  .l-spacing-1rem-md,
  .l-spacing-1rem-md-down,
  .l-spacing-1rem-md-up,
  .l-spacing-1rem-lg-down,
  .l-spacing-1rem-xl-down {
    margin-bottom: 1rem;
  }
  .l-spacing-1hrem-up,
  .l-spacing-1hrem-sm-up,
  .l-spacing-1hrem-md,
  .l-spacing-1hrem-md-down,
  .l-spacing-1hrem-md-up,
  .l-spacing-1hrem-lg-down,
  .l-spacing-1hrem-xl-down {
    margin-bottom: 1.5rem;
  }
  .l-spacing-2rem-up,
  .l-spacing-2rem-sm-up,
  .l-spacing-2rem-md,
  .l-spacing-2rem-md-down,
  .l-spacing-2rem-md-up,
  .l-spacing-2rem-lg-down,
  .l-spacing-2rem-xl-down {
    margin-bottom: 2rem;
  }
  .l-spacing-2hrem-up,
  .l-spacing-2hrem-sm-up,
  .l-spacing-2hrem-md,
  .l-spacing-2hrem-md-down,
  .l-spacing-2hrem-md-up,
  .l-spacing-2hrem-lg-down,
  .l-spacing-2hrem-xl-down {
    margin-bottom: 2.5rem;
  }
  .l-spacing-3rem-up,
  .l-spacing-3rem-sm-up,
  .l-spacing-3rem-md,
  .l-spacing-3rem-md-down,
  .l-spacing-3rem-md-up,
  .l-spacing-3rem-lg-down,
  .l-spacing-3rem-xl-down {
    margin-bottom: 3rem;
  }
  .l-spacing-3hrem-up,
  .l-spacing-3hrem-sm-up,
  .l-spacing-3hrem-md,
  .l-spacing-3hrem-md-down,
  .l-spacing-3hrem-md-up,
  .l-spacing-3hrem-lg-down,
  .l-spacing-3hrem-xl-down {
    margin-bottom: 3.5rem;
  }
  .l-spacing-4rem-up,
  .l-spacing-4rem-sm-up,
  .l-spacing-4rem-md,
  .l-spacing-4rem-md-down,
  .l-spacing-4rem-md-up,
  .l-spacing-4rem-lg-down,
  .l-spacing-4rem-xl-down {
    margin-bottom: 4rem;
  }
  .l-spacing-4hrem-up,
  .l-spacing-4hrem-sm-up,
  .l-spacing-4hrem-md,
  .l-spacing-4hrem-md-down,
  .l-spacing-4hrem-md-up,
  .l-spacing-4hrem-lg-down,
  .l-spacing-4hrem-xl-down {
    margin-bottom: 4.5rem;
  }
  .l-spacing-5rem-up,
  .l-spacing-5rem-sm-up,
  .l-spacing-5rem-md,
  .l-spacing-5rem-md-down,
  .l-spacing-5rem-md-up,
  .l-spacing-5rem-lg-down,
  .l-spacing-5rem-xl-down {
    margin-bottom: 5rem;
  }
  .l-spacing-5hrem-up,
  .l-spacing-5hrem-sm-up,
  .l-spacing-5hrem-md,
  .l-spacing-5hrem-md-down,
  .l-spacing-5hrem-md-up,
  .l-spacing-5hrem-lg-down,
  .l-spacing-5hrem-xl-down {
    margin-bottom: 5.5rem;
  }
  .l-spacing-10rem-up,
  .l-spacing-10rem-sm-up,
  .l-spacing-10rem-md,
  .l-spacing-10rem-md-down,
  .l-spacing-10rem-md-up,
  .l-spacing-10rem-lg-down,
  .l-spacing-10rem-xl-down {
    margin-bottom: 10rem;
  }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
  .l-spacing-0hrem-up,
  .l-spacing-0hrem-sm-up,
  .l-spacing-0hrem-md-up,
  .l-spacing-0hrem-lg,
  .l-spacing-0hrem-lg-down,
  .l-spacing-0hrem-lg-up,
  .l-spacing-0hrem-xl-down {
    margin-bottom: 0.5rem;
  }
  .l-spacing-1rem-up,
  .l-spacing-1rem-sm-up,
  .l-spacing-1rem-md-up,
  .l-spacing-1rem-lg,
  .l-spacing-1rem-lg-down,
  .l-spacing-1rem-lg-up,
  .l-spacing-1rem-xl-down {
    margin-bottom: 1rem;
  }
  .l-spacing-1hrem-up,
  .l-spacing-1hrem-sm-up,
  .l-spacing-1hrem-md-up,
  .l-spacing-1hrem-lg,
  .l-spacing-1hrem-lg-down,
  .l-spacing-1hrem-lg-up,
  .l-spacing-1hrem-xl-down {
    margin-bottom: 1.5rem;
  }
  .l-spacing-2rem-up,
  .l-spacing-2rem-sm-up,
  .l-spacing-2rem-md-up,
  .l-spacing-2rem-lg,
  .l-spacing-2rem-lg-down,
  .l-spacing-2rem-lg-up,
  .l-spacing-2rem-xl-down {
    margin-bottom: 2rem;
  }
  .l-spacing-2hrem-up,
  .l-spacing-2hrem-sm-up,
  .l-spacing-2hrem-md-up,
  .l-spacing-2hrem-lg,
  .l-spacing-2hrem-lg-down,
  .l-spacing-2hrem-lg-up,
  .l-spacing-2hrem-xl-down {
    margin-bottom: 2.5rem;
  }
  .l-spacing-3rem-up,
  .l-spacing-3rem-sm-up,
  .l-spacing-3rem-md-up,
  .l-spacing-3rem-lg,
  .l-spacing-3rem-lg-down,
  .l-spacing-3rem-lg-up,
  .l-spacing-3rem-xl-down {
    margin-bottom: 3rem;
  }
  .l-spacing-3hrem-up,
  .l-spacing-3hrem-sm-up,
  .l-spacing-3hrem-md-up,
  .l-spacing-3hrem-lg,
  .l-spacing-3hrem-lg-down,
  .l-spacing-3hrem-lg-up,
  .l-spacing-3hrem-xl-down {
    margin-bottom: 3.5rem;
  }
  .l-spacing-4rem-up,
  .l-spacing-4rem-sm-up,
  .l-spacing-4rem-md-up,
  .l-spacing-4rem-lg,
  .l-spacing-4rem-lg-down,
  .l-spacing-4rem-lg-up,
  .l-spacing-4rem-xl-down {
    margin-bottom: 4rem;
  }
  .l-spacing-4hrem-up,
  .l-spacing-4hrem-sm-up,
  .l-spacing-4hrem-md-up,
  .l-spacing-4hrem-lg,
  .l-spacing-4hrem-lg-down,
  .l-spacing-4hrem-lg-up,
  .l-spacing-4hrem-xl-down {
    margin-bottom: 4.5rem;
  }
  .l-spacing-5rem-up,
  .l-spacing-5rem-sm-up,
  .l-spacing-5rem-md-up,
  .l-spacing-5rem-lg,
  .l-spacing-5rem-lg-down,
  .l-spacing-5rem-lg-up,
  .l-spacing-5rem-xl-down {
    margin-bottom: 5rem;
  }
  .l-spacing-5hrem-up,
  .l-spacing-5hrem-sm-up,
  .l-spacing-5hrem-md-up,
  .l-spacing-5hrem-lg,
  .l-spacing-5hrem-lg-down,
  .l-spacing-5hrem-lg-up,
  .l-spacing-5hrem-xl-down {
    margin-bottom: 5.5rem;
  }
  .l-spacing-10rem-up,
  .l-spacing-10rem-sm-up,
  .l-spacing-10rem-md-up,
  .l-spacing-10rem-lg,
  .l-spacing-10rem-lg-down,
  .l-spacing-10rem-lg-up,
  .l-spacing-10rem-xl-down {
    margin-bottom: 10rem;
  }
}

@media all and (min-width: 1200px) {
  .l-spacing-0hrem-up,
  .l-spacing-0hrem-sm-up,
  .l-spacing-0hrem-md-up,
  .l-spacing-0hrem-lg-up,
  .l-spacing-0hrem-xl,
  .l-spacing-0hrem-xl-down,
  .l-spacing-0hrem-xl-up {
    margin-bottom: 0.5rem;
  }
  .l-spacing-1rem-up,
  .l-spacing-1rem-sm-up,
  .l-spacing-1rem-md-up,
  .l-spacing-1rem-lg-up,
  .l-spacing-1rem-xl,
  .l-spacing-1rem-xl-down,
  .l-spacing-1rem-xl-up {
    margin-bottom: 1rem;
  }
  .l-spacing-1hrem-up,
  .l-spacing-1hrem-sm-up,
  .l-spacing-1hrem-md-up,
  .l-spacing-1hrem-lg-up,
  .l-spacing-1hrem-xl,
  .l-spacing-1hrem-xl-down,
  .l-spacing-1hrem-xl-up {
    margin-bottom: 1.5rem;
  }
  .l-spacing-2rem-up,
  .l-spacing-2rem-sm-up,
  .l-spacing-2rem-md-up,
  .l-spacing-2rem-lg-up,
  .l-spacing-2rem-xl,
  .l-spacing-2rem-xl-down,
  .l-spacing-2rem-xl-up {
    margin-bottom: 2rem;
  }
  .l-spacing-2hrem-up,
  .l-spacing-2hrem-sm-up,
  .l-spacing-2hrem-md-up,
  .l-spacing-2hrem-lg-up,
  .l-spacing-2hrem-xl,
  .l-spacing-2hrem-xl-down,
  .l-spacing-2hrem-xl-up {
    margin-bottom: 2.5rem;
  }
  .l-spacing-3rem-up,
  .l-spacing-3rem-sm-up,
  .l-spacing-3rem-md-up,
  .l-spacing-3rem-lg-up,
  .l-spacing-3rem-xl,
  .l-spacing-3rem-xl-down,
  .l-spacing-3rem-xl-up {
    margin-bottom: 3rem;
  }
  .l-spacing-3hrem-up,
  .l-spacing-3hrem-sm-up,
  .l-spacing-3hrem-md-up,
  .l-spacing-3hrem-lg-up,
  .l-spacing-3hrem-xl,
  .l-spacing-3hrem-xl-down,
  .l-spacing-3hrem-xl-up {
    margin-bottom: 3.5rem;
  }
  .l-spacing-4rem-up,
  .l-spacing-4rem-sm-up,
  .l-spacing-4rem-md-up,
  .l-spacing-4rem-lg-up,
  .l-spacing-4rem-xl,
  .l-spacing-4rem-xl-down,
  .l-spacing-4rem-xl-up {
    margin-bottom: 4rem;
  }
  .l-spacing-4hrem-up,
  .l-spacing-4hrem-sm-up,
  .l-spacing-4hrem-md-up,
  .l-spacing-4hrem-lg-up,
  .l-spacing-4hrem-xl,
  .l-spacing-4hrem-xl-down,
  .l-spacing-4hrem-xl-up {
    margin-bottom: 4.5rem;
  }
  .l-spacing-5rem-up,
  .l-spacing-5rem-sm-up,
  .l-spacing-5rem-md-up,
  .l-spacing-5rem-lg-up,
  .l-spacing-5rem-xl,
  .l-spacing-5rem-xl-down,
  .l-spacing-5rem-xl-up {
    margin-bottom: 5rem;
  }
  .l-spacing-5hrem-up,
  .l-spacing-5hrem-sm-up,
  .l-spacing-5hrem-md-up,
  .l-spacing-5hrem-lg-up,
  .l-spacing-5hrem-xl,
  .l-spacing-5hrem-xl-down,
  .l-spacing-5hrem-xl-up {
    margin-bottom: 5.5rem;
  }
  .l-spacing-10rem-up,
  .l-spacing-10rem-sm-up,
  .l-spacing-10rem-md-up,
  .l-spacing-10rem-lg-up,
  .l-spacing-10rem-xl,
  .l-spacing-10rem-xl-down,
  .l-spacing-10rem-xl-up {
    margin-bottom: 10rem;
  }
}

@media all and (max-width: 575px) {
  .container.l-unconstrained,
  .container.l-unconstrained-down,
  .container.l-unconstrained-up,
  .container.l-unconstrained-sm-down,
  .container.l-unconstrained-md-down,
  .container.l-unconstrained-lg-down,
  .container.l-unconstrained-xl-down {
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
  .container.l-unconstrained .l-force-constrain,
  .container.l-unconstrained-down .l-force-constrain,
  .container.l-unconstrained-up .l-force-constrain,
  .container.l-unconstrained-sm-down .l-force-constrain,
  .container.l-unconstrained-md-down .l-force-constrain,
  .container.l-unconstrained-lg-down .l-force-constrain,
  .container.l-unconstrained-xl-down .l-force-constrain {
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (min-width: 576px) and (max-width: 767px) {
  .container.l-unconstrained-up,
  .container.l-unconstrained-sm,
  .container.l-unconstrained-sm-down,
  .container.l-unconstrained-sm-up,
  .container.l-unconstrained-md-down,
  .container.l-unconstrained-lg-down,
  .container.l-unconstrained-xl-down {
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
  .container.l-unconstrained-up .l-force-constrain,
  .container.l-unconstrained-sm .l-force-constrain,
  .container.l-unconstrained-sm-down .l-force-constrain,
  .container.l-unconstrained-sm-up .l-force-constrain,
  .container.l-unconstrained-md-down .l-force-constrain,
  .container.l-unconstrained-lg-down .l-force-constrain,
  .container.l-unconstrained-xl-down .l-force-constrain {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 540px;
  }
}

@media all and (min-width: 768px) and (max-width: 991px) {
  .container.l-unconstrained-up,
  .container.l-unconstrained-sm-up,
  .container.l-unconstrained-md,
  .container.l-unconstrained-md-down,
  .container.l-unconstrained-md-up,
  .container.l-unconstrained-lg-down,
  .container.l-unconstrained-xl-down {
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
  .container.l-unconstrained-up .l-force-constrain,
  .container.l-unconstrained-sm-up .l-force-constrain,
  .container.l-unconstrained-md .l-force-constrain,
  .container.l-unconstrained-md-down .l-force-constrain,
  .container.l-unconstrained-md-up .l-force-constrain,
  .container.l-unconstrained-lg-down .l-force-constrain,
  .container.l-unconstrained-xl-down .l-force-constrain {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 720px;
  }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
  .container.l-unconstrained-up,
  .container.l-unconstrained-sm-up,
  .container.l-unconstrained-md-up,
  .container.l-unconstrained-lg,
  .container.l-unconstrained-lg-down,
  .container.l-unconstrained-lg-up,
  .container.l-unconstrained-xl-down {
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
  .container.l-unconstrained-up .l-force-constrain,
  .container.l-unconstrained-sm-up .l-force-constrain,
  .container.l-unconstrained-md-up .l-force-constrain,
  .container.l-unconstrained-lg .l-force-constrain,
  .container.l-unconstrained-lg-down .l-force-constrain,
  .container.l-unconstrained-lg-up .l-force-constrain,
  .container.l-unconstrained-xl-down .l-force-constrain {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 960px;
  }
}

@media all and (min-width: 1200px) {
  .container.l-unconstrained-up,
  .container.l-unconstrained-sm-up,
  .container.l-unconstrained-md-up,
  .container.l-unconstrained-lg-up,
  .container.l-unconstrained-xl,
  .container.l-unconstrained-xl-down,
  .container.l-unconstrained-xl-up {
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
  .container.l-unconstrained-up .l-force-constrain,
  .container.l-unconstrained-sm-up .l-force-constrain,
  .container.l-unconstrained-md-up .l-force-constrain,
  .container.l-unconstrained-lg-up .l-force-constrain,
  .container.l-unconstrained-xl .l-force-constrain,
  .container.l-unconstrained-xl-down .l-force-constrain,
  .container.l-unconstrained-xl-up .l-force-constrain {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1140px;
  }
}

.l-not-found {
  -webkit-background-size: cover;
  background-size: cover;
}

.l-500 {
  -webkit-background-size: cover;
  background-size: cover;
}

#top-banner-container .ad-container-catalyst {
  position: relative;
  top: -2.9rem;
  margin-bottom: -4rem;
}

#mobile-top-banner-container {
  max-height: 12rem;
  text-align: center;
}

#top-banner-container .advert-tag,
#mobile-top-banner-container .advert-tag,
.js-top-ad .advert-tag {
  display: none;
}

.advert {
  margin-bottom: 40px;
}

.advert-tag {
  margin: 0.5rem 0 1.2rem 0;
  color: #999999;
  font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
  font-size: 1.4rem;
  line-height: 0.2rem;
  text-align: center;
  /* this is the 'dots-0' svg pattern (see dots-0.svg) */
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1JyBoZWlnaHQ9JzUnPg0KICA8Y2lyY2xlIGN4PScxJyBjeT0nMScgcj0nMScgZmlsbD0nI0JCQkJCQicgLz4NCjwvc3ZnPg==');
  background-repeat: repeat;
}

.advert-tag-text {
  padding: 0px 3px;
  background-color: #fff;
}

.advert-tag-bottom {
  display: none;
}

.ad-mobile {
  display: block;
}
.ad-tablet {
  display: none;
}
.ad-desktop {
  display: none;
}

.ad-container {
  visibility: hidden;
  margin-left: auto;
  margin-right: auto;
}
.ad-container[class*=ad-container-] {
  visibility: visible;
}

.ad-container-empty,
.ad-container-empty.ad-mobile,
.ad-container-empty.ad-tablet,
.ad-container-empty.ad-desktop {
  display: none;
}

.ad-container-billboard {
  width: 970px;
  max-width: 100%;
  overflow: hidden;
}

.ad-container-block {
  width: 300px;
}

.ad-container-catalyst {
  clear: both;
}
.ad-container-catalyst .ad-slot {
  position: relative;
  padding-top: 39.58333%;
  padding-bottom: 0;
  height: 0;
  overflow: hidden;
}

.ad-container-catalyst .ad-slot iframe[width="1200"][height="475"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.ad-container-catalyst .advert-tag-bottom .advert-tag-text {
  visibility: hidden;
}

.ad-container-converser {
  width: 600px;
}

.ad-container-interstitial {
  width: 640px;
}

.ad-container-leaderboard {
  clear: both;
  width: 728px;
}

.ad-container-mobile {
  width: 300px;
}

.ad-container-nanosite {
  width: 300px;
}

.ad-container-tower {
  width: 300px;
}
.ad-container-320x48 {
  width: 320px;
}
.ad-container-320x50 {
  width: 320px;
}

.advert-placeholder-billboard {
  min-height: 250px;
}
.advert-placeholder-block {
  min-height: 250px;
}
.advert-placeholder-converser {
  min-height: 300px;
}
.advert-placeholder-interstitial {
  min-height: 480px;
}
.advert-placeholder-leaderboard {
  min-height: 90px;
}
.advert-placeholder-mobile {
  min-height: 150px;
}
.advert-placeholder-nanosite {
  min-height: 1000px;
}
.advert-placeholder-tower {
  min-height: 600px;
}
.advert-placeholder-320x48 {
  min-height: 48px;
}
.advert-placeholder-320x50 {
  min-height: 50px;
}

.l-content-right-rail .advert-tag-bottom {
  display: none;
}

.top-river .advert-tag-bottom,
.category-topic-lander-container .l-300-column .advert-tag-bottom {
  display: none;
}

.advert-plain-gray {
  background-color: #e8eced;
}

.advert-plain-gray .advert {
  margin-bottom: 0;
}

.advert-plain-gray .ad-slot {
  padding-bottom: 15px;
  text-align: center;
}
.advert-plain-gray .advert-placeholder-leaderboard {
  min-height: 120px;
}
.advert-plain-gray .advert-placeholder-billboard {
  min-height: 280px;
}

.advert-plain-gray .ad-container[class*=ad-container-] {
  padding-top: 15px;
}

.advert-gray {
  margin-bottom: 25px;
  background-color: #e8eced;
}

.advert-gray .advert {
  margin-bottom: 0;
}

.advert-gray .advert-tag {
  line-height: 0;
}

.advert-gray .ad-container[class*=ad-container-] {
  padding-top: 15px;
}

.advert-gray .ad-container[class*=ad-container-] .advert-tag {
  line-height: 0.2rem;
}

.advert-gray .ad-container-empty {
  padding-top: 0px;
}

.advert-gray .advert-tag-text, .advert-plain-gray .advert-tag-text {
  background-color: #e8eced;
}

.advert-gray .ad-slot {
  padding-bottom: 15px;
  text-align: center;
}

.no-js .ad-container {
  visibility: visible;
}
.no-js .advert-placeholder-320x48,
.no-js .advert-placeholder-320x50,
.no-js .advert-placeholder-billboard,
.no-js .advert-placeholder-block,
.no-js .advert-placeholder-converser,
.no-js .advert-placeholder-interstitial,
.no-js .advert-placeholder-leaderboard,
.no-js .advert-placeholder-mobile,
.no-js .advert-placeholder-nanosite,
.no-js .advert-placeholder-tower {
  min-height: 0;
}
.no-js .advert a {
  display: block;
  text-align: center;
}


@media all and (min-width: 768px) {
  .ad-mobile {
    display: none;
  }
  .ad-tablet {
    display: block;
  }
  .ad-desktop {
    display: none;
  }
}

@media all and (min-width: 1200px) {
  .ad-mobile {
    display: none;
  }
  .ad-tablet {
    display: none;
  }
  .ad-desktop {
    display: block;
  }
}

.alpha-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: auto;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 10px;
  padding-right: 10px;

  list-style-type: none;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1em;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.alpha-nav::before,.alpha-nav::after {
  display: block;
  content: "";
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
}
.alpha-nav-item {
  margin-bottom: 1rem;
  display: inline-block;
  white-space: nowrap;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.alpha-nav-break,
.alpha-nav-break ~ .alpha-nav-item {
  -ms-flex-order: 1;
  order: 1;
}
.alpha-nav-text {
  color: #544959;
}
.alpha-nav-link {
  color: #0096d5;
}
.alpha-nav-link:active,
.alpha-nav-link:focus,
.alpha-nav-link:hover {
  color: #59ceff;
  text-decoration: none;
}

@media all and (min-width: 576px) {
}
@media all and (min-width: 768px) {
  .alpha-nav {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .alpha-nav::before,.alpha-nav::after {
    content: normal;
  }
  .alpha-nav-break,
  .alpha-nav-break ~ .alpha-nav-item {
    -ms-flex-order: 0;
    order: 0;
  }
}
@media all and (min-width: 992px) {
  .alpha-nav {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (min-width: 1200px ) {
  .alpha-nav {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.author-image {
  display: block;
  width: 100%;
  height: auto;
}

.author-image[class*=lazy-img-placeholder-] {
  height: 0;
}

.card-stack-card-content.wysiwyg > * {
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.rf-card-stack .advert,
.rf-card .advert {
  margin-bottom: 0;
}
.card-stack-container {
  margin-top: -25px;
  position: relative;
  padding-top: 3.0rem;
  padding-bottom: 4.0rem;
  overflow: hidden;
}

.card-stack-container > * {
  position: relative;
  z-index: 1;
}

.card-stack-bg-img {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: -1;
}

.card-stack-presented-by {
  color: #0096d5;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.2em;
}

.card-stack-presented-by:empty {
  display: none;
}

.card-stack-title {
  line-height: 1.2em;
}


/* Description */

.card-stack-description {
  font-size: 1.8rem;
  line-height: 3.0rem;
}

.card-stack-description > * {
  margin-bottom: 2rem;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
}

.card-stack-description a {
  color: #0096d5;
  text-decoration: none;
}

.card-stack-description a:hover {
  color: #59ceff;
  text-decoration: none;
}


/* Progress bar and pagination */

.card-stack-pagination-container {
  float: left;
}

.card-stack-pagination {
  margin-bottom: 0.7rem;
  color: #0096d5;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.0em;
}

.card-stack-pagination-progress-bar {
  width: 115px;
  height: 5px;
  background-color: #cfcfcf;
}

.card-stack-pagination-progress-bar-progress {
  display: block;
  height: 5px;
  background-color: #0096d5;
}


/* Social */

.card-stack-social {
  display: block;
  margin-left: 0;
  margin-bottom: 3.0rem;
  padding: 0;
  height: 30px;
  list-style-type: none;
  text-align: right;
}

.card-stack-social-item {
  display: inline-block;
  position: relative;
  margin-right: 7px;
  width: 30px;
  height: 30px;
  overflow: hidden;
}

.card-stack-social-item:last-child {
  margin-right: 0px;
}

.card-stack-social-link {
  display: block;
}

.card-stack-social-link:hover {
  text-decoration: none;
  opacity: 0.8;
}

.card-stack-social-text {
  display: block;
  position: absolute;
  left: -9999px;
  height: 1px;
  width: 1px;
}

.card-stack-social-follow-img {
  width: 30px;
  height: 30px;
  fill: #0096d5;
}


/* Title */

.card-stack-title-container > .card-stack-title {
  display: inline;
  color: #544959;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3em;
}

.card-stack-title-container > .card-stack-title:active,
.card-stack-title-container > .card-stack-title:focus,
.card-stack-title-container > .card-stack-title:hover {
  color: #544959;
  text-decoration: none;
}

.card-stack-title-container > .card-stack-presented-by {
  color: #0096d5;
  font-size: 1.25rem;
}


/* Promo styled prev/next */

.promo.card-stack-card-prev-next-meta-container {
  padding: 0 10px 0 10px;
  display: none;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 10px 25px 5px rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0px 10px 25px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 10px 25px 5px rgba(0, 0, 0, 0.25);
  margin-top: 20px;
}

.promo-item .card-stack-card-prev-next-link {
  display: block;
  float: none;
  width: auto;
  height: auto;
  color: #544959;
  text-align: left;
  background-color: transparent;
  border: none;
  font-size: 1em;
  line-height: 1.5em;
}

.promo-item .card-stack-card-prev-next-link:active,
.promo-item .card-stack-card-prev-next-link:focus,
.promo-item .card-stack-card-prev-next-link:hover {
  color: #0096d5;
  background-color: transparent;
}

.promo-item .card-stack-card-prev-link {
  margin-left: auto;
  padding-left: 0;
}

.promo-item .card-stack-card-next-link {
  margin-right: auto;
  right: 0;
  padding-left: 0;
}

.promo-item .card-stack-card-prev-nav,
.promo-item .card-stack-card-next-nav {
  display: block;
  /*color: #0096d5;*/
  font-weight: bold;
}

.promo-item .card-stack-card-prev-nav::after,
.promo-item .card-stack-card-next-nav::after {
  content: ": ";
}

.promo-item .card-stack-card-prev-next-title {
  display: inline;
  position: static;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: auto;
  height: auto;
  font-weight: normal;
}

.promo-item .card-stack-card-prev-next-arrow {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -12px;
  width: 15px;
  height: 24px;
  fill: #e8e8e8;
}


/* Start/Start over links */

.card-stack-start-link {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  margin-bottom: 4.0rem;
  border: none;
  padding-left: 10px;
  padding-right: 10px;
  width: 170px;
  height: 45px;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 45px;
  text-align: center;
  background-color: #0096d5;
}

.card-stack-start-link:active,
.card-stack-start-link:focus,
.card-stack-start-link:hover {
  color: #fff;
  background-color: #59ceff;
  text-decoration: none;
}

.card-stack-start-over-link {
  box-sizing: border-box;
  display: block;
  position: relative;
  margin: -70px auto auto auto;
  border: none;
  padding-left: 10px;
  padding-right: 10px;
  width: 170px;
  height: 45px;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 45px;
  text-align: center;
  background-color: #0096d5;
}
.card-stack-start-over-link:active,
.card-stack-start-over-link:focus,
.card-stack-start-over-link:hover {
  color: #fff;
  background-color: #59ceff;
  text-decoration: none;
}


/* TOC */

.card-stack-card-toc-card .card-stack-title {
  font-size: 4rem;
}
.card-stack-toc {
  margin-bottom: 4.0rem;
}

.card-stack-toc-label {
  margin-bottom: 1.5rem;
  color: #544959;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1em;
}

.card-stack-toc-cards {
  border-bottom: 1px solid #c2c2c2;
  padding-left: 0;
  font-size: 1.8rem;
  list-style-type: none;
  counter-reset: toc;
}

.card-stack-toc-card-info {
  display: inline-block;
  margin-bottom: 1rem;
  color: inherit;
}

.card-stack-toc-card-info::before {
  content: counter(toc)". ";
  counter-increment: toc;
}

.card-stack-toc-card-info:hover {
  /*color: #0096d5;*/
  text-decoration: none;
}
.card-stack-toc-card-info:hover::before {
  color: #544959;
}


.card-stack-toc-card-sponsored-tag {
  font-weight: bold;
}

.card-stack-card-prev-next-meta-container {
  display: none;
}

.card-stack-card-prev-next-meta-container .card-stack-card-prev-arrow,
.card-stack-card-prev-next-meta-container .card-stack-card-next-arrow {
  display: none;
}


.card-stack-meta-fixed {
  position: fixed;
  top: 110px;
  margin-left: 830px;
  width: 300px;
  z-index: 1000; /* fixes an Edge scroll problem (otherwise flickering/jumpiness) */
}
.card-stack-meta-bottom {
  position: absolute;
  bottom: 4.0rem;
  padding-left: 830px;
  width: 300px;
}


/* Sponsors & Producers */

.card-stack-sponsors-producers {
  margin: 0 auto 20px auto;
  overflow: hidden;
}
.card-stack-producers {
  float: left;
  width: 50%;
  box-sizing: border-box;
  margin: 0 0 20px 0;
  padding: 0px;
}

.card-stack-producers:empty {
  display: none;
}

.card-stack-producers:last-child {
  margin: 0;
}

.card-stack-producers-presented-by {
  padding: 0;
  color: #8e8989;
  font-weight: bold;
  line-height: 1em;
  text-transform: lowercase;
}

.card-stack-producers-presented-by {
  margin-bottom: 10px;
}

.card-stack-producers-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.card-stack-producers-list-item {
  display: block;
  margin: 0 0 20px 0;
  padding: 0;
  color: #544959;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6rem;
  text-transform: uppercase;
}

.card-stack-producers-list-item:last-child {
  margin: 0;
}

.card-stack-producers-producer-info {
  display: inline;
  position: relative;
  overflow: hidden;
}

.card-stack-producers-producer-link {
  color: #544959;
  text-decoration: underline;
}

.card-stack-producers-producer-link:hover {
  color: #544959;
  text-decoration: none;
}

.card-stack-producers-producer-img {
  display: block;
  max-width: 100%;
  height: auto;
}

.card-stack-sponsors {
  float: right;
  max-width: 50%;
  box-sizing: border-box;
  margin: 0 0 20px 0;
  padding: 0px;
}

.card-stack-sponsors:empty {
  display: none;
}

.card-stack-sponsors:last-child {
  margin: 0;
}

.card-stack-sponsors-presented-by {
  padding: 0;
  color: #8e8989;
  font-weight: bold;
  line-height: 1em;
  text-transform: lowercase;
  text-align: left;
}

.card-stack-sponsors-presented-by {
  margin-bottom: 10px;
}

.card-stack-sponsors-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.card-stack-sponsors-list-item {
  display: block;
  margin: 0 0 20px 0;
  padding: 0;
  color: #544959;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6rem;
  text-transform: uppercase;
}

.card-stack-sponsors-list-item:last-child {
  margin: 0;
}

.card-stack-sponsors-sponsor-info {
  display: inline;
  position: relative;
  overflow: hidden;
}

.card-stack-sponsors-sponsor-link {
  color: #544959;
  text-decoration: underline;
}

.card-stack-sponsors-sponsor-link:hover {
  color: #544959;
  text-decoration: none;
}

.card-stack-sponsors-sponsor-img {
  display: block;
  max-width: 100%;
  height: auto;
}

.card-stack-sponsors-producers-single-group .card-stack-producers,
.card-stack-sponsors-producers-single-group .card-stack-sponsors {
  float: none;
  max-width: none;
  width: auto;
}
.card-stack-sponsors-producers-single-group .card-stack-producers-list-item.card-stack-odd,
.card-stack-sponsors-producers-single-group .card-stack-sponsors-list-item.card-stack-odd {
  clear: right;
  float: left;
  width: 50%;
}
.card-stack-sponsors-producers-single-group .card-stack-producers-list-item.card-stack-even,
.card-stack-sponsors-producers-single-group .card-stack-sponsors-list-item.card-stack-even {
  float: right;
  max-width: 50%;
}
.card-stack-sponsors-producers-single .card-stack-producers-list-item.card-stack-even,
.card-stack-sponsors-producers-single .card-stack-sponsors-list-item.card-stack-even,
.card-stack-sponsors-producers-single .card-stack-producers-list-item.card-stack-odd,
.card-stack-sponsors-producers-single .card-stack-sponsors-list-item.card-stack-odd {
  clear: none;
  float: none;
  width: auto;
  max-width: none;
}

.card-stack-card-stack {
  list-style: none;
  clear: left;
}

.card-stack-card-container {
  display: none;
  width: 100%;
}

.card-stack-card-current-card {
  display: block;
}

.card-stack-card {
  box-sizing: border-box;
  position: relative;
  padding: 20px 15px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 25px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 10px 25px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 25px 5px rgba(0, 0, 0, 0.25);
}

.card-stack-card-last-card {
  margin-bottom: 120px;
}

.card-stack-content-placeholder {
  position: relative;
  margin: auto;
  overflow: hidden;
}

.card-stack-content-sliding {
  position: absolute;
  width: 100%;
}

.card-stack-card-content img {
  /* IE 11 fix; without this, big images in cards, with width 100% and height: auto,
     can make the outer container the height of the un-scaled image, way too tall */
  max-width: 900px;
}

.card-stack-card-prev-next-reference {
  position: relative;
}

.card-stack-card-prev-next-container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #0096d5;
}

.card-stack-card-prev-next-link {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 50%;
  height: 30px;
  overflow: hidden;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 30px;
  text-transform: uppercase;
}

.card-stack-card-prev-next-sides-container .card-stack-card-prev-next-link {
  line-height: 50px;
}

.card-stack-card-prev-next-sides-container .card-stack-card-prev-link {
  padding-left: 5px;
}

.card-stack-card-prev-next-sides-container .card-stack-card-next-link {
  padding-left: 0;
  padding-right: 4px;
}

.card-stack-card-prev-next-link:active,
.card-stack-card-prev-next-link:focus,
.card-stack-card-prev-next-link:hover {
  color: #fff;
  text-decoration: none;
  overflow: visible;
}

.card-stack-card-prev-nav,
.card-stack-card-next-nav {
  text-transform: uppercase;
}

.card-stack-card-prev-next-arrow {
  display: none;
  width: 15px;
  height: 25px;
  fill: #0095d7;
}
.card-stack-card-prev-next-arrow-alt {
  display: none;
  width: 15px;
  height: 15px;
  fill: #fff;
}
.card-stack-card-prev-nav .card-stack-card-prev-next-arrow-alt {
  margin-right: 5px;
}
.card-stack-card-next-nav .card-stack-card-prev-next-arrow-alt {
  margin-left: 5px;
}
.card-stack-card-prev-next-container .card-stack-card-prev-next-arrow-alt {
  display: inline-block;
}

.card-stack-card-prev-link {
  left: 0;
  float: left;
  border-right: 1px solid #fff;
  padding-right: 10px;
  text-align: right;
}
.card-stack-card-no-next {
  border-right: none;
  width: auto;
  padding-left: 25px;
}
.card-stack-card-prev-next-fixed .card-stack-card-no-next {
  padding-left: 25px;
}

.card-stack-card-next-link {
  right: 0;
  border-left: 1px solid #fff;
  padding-left: 10px;
  float: right;
  text-align: left;
}

.card-stack-card-next-nav-text,
.card-stack-card-prev-nav-text {
  display: block;
  position: absolute;
  right: -9999px;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.card-stack-card-prev-next-title {
  display: block;
  position: absolute;
  right: -9999px;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.card-stack-card-prev-next-tooltip {
  display: block;
  position: absolute;
  right: -9999px;
  height: 1px;
  width: 1px;
  overflow: hidden;
  z-index: 100;
  font-size: 1.6rem;
  line-height: 2rem;
}

.card-stack-card-prev-next-tooltip-tag {
  display: block;
  margin-bottom: 0.5rem;
  color: #0096d5;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4rem;
  text-transform: uppercase;
}
.card-stack-card-prev-next-tooltip-title {
  font-weight: normal;
}

.card-stack-card-prev-next-bottom-container {
  position: relative;
  margin-bottom: 20px;
  border-top: 1px solid #c2c2c2;
  padding-top: 20px;
  overflow: hidden;
}

.card-stack-card-prev-next-bottom-container.card-stack-card-prev-next-both:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  bottom: 0px;
  width: 1px;
  background-color: #c2c2c2;
}

.card-stack-card-prev-next-bottom-container .card-stack-card-prev-next-link {
  box-sizing: border-box;
  float: right;
  border: none;
  width: 50%;
  height: auto;
  font-size: 1rem;
  background-color: transparent;
  text-align: left;
  text-transform: none;
}

.card-stack-card-prev-next-bottom-container .card-stack-card-prev-link {
  margin-left: auto;
  padding-left: 0;
}

.card-stack-card-prev-next-bottom-container .card-stack-card-prev-link:first-child {
  width: 100%;
}

.card-stack-card-prev-next-bottom-container .card-stack-card-next-link {
  margin-right: auto;
  padding-left: 15px;
  text-align: left;
  right: 0;
}

.card-stack-card-prev-next-bottom-container .card-stack-card-prev-nav,
.card-stack-card-prev-next-bottom-container .card-stack-card-next-nav {
  display: block;
  margin-bottom: 0.25rem;
  /*color: #0096d5;*/
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1em;
}

.card-stack-card-prev-next-bottom-container .card-stack-card-prev-nav:after,
.card-stack-card-prev-next-bottom-container .card-stack-card-next-nav:after {
  content: ": ";
}

.card-stack-card-prev-next-bottom-container .card-stack-card-prev-next-title {
  position: static;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: auto;
  height: auto;
  color: #544959;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.8rem;
}

.card-stack-card-prev-next-bottom-container .card-stack-card-prev-next-arrow {
  display: none;
}

.card-stack-card-prev-next-bottom-container .card-stack-card-prev-arrow,
.card-stack-card-prev-next-bottom-container .card-stack-card-next-arrow {
  display: none;
}

.card-stack-card-prev-next-bottom {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 90px;
  left: 0;
}

.card-stack-card-prev-next-fixed {
  position: fixed;
  top: auto;
  bottom: 0;
  z-index: 1;
}

.card-stack-card-prev-next-fixed .card-stack-card-next-link {
  right: 0px;
}

.card-stack-card-prev-next-fixed .card-stack-card-prev-link {
  left: 0px;
}

.card-stack-card-title {
  margin-bottom: 2.0rem;
  color: #544959;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.2em;
}

/* Sponsor Content */

.card-stack-sponsor-content .card-stack-title,
.card-stack-sponsor-content .card-stack-card-title,
.card-stack-sponsored .card-stack-card-title {
  font-family: "Droid Serif", georgia, serif;
}

.card-stack-sponsor-content-tag-container {
  /* I think there is some collapsing margin bs going on... */
  margin-top: -25px;
  background-color: #9c5baa;
}

.card-stack-sponsor-content-tag {
  margin-top: -20px;
  margin-left: -15px;
  margin-right: -15px;
  padding: 3px 15px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #9c5baa;
  text-transform: uppercase;
}

.card-stack-sponsor-content-tag-container .card-stack-sponsor-content-tag {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.card-stack-sponsor-content-tag-text {
  margin-right: 7px;
}

.card-stack-sponsor-content-tag-help {
  font-size: 1.0rem;
  font-weight: normal;
}

.card-stack-sponsor-content-tag-help-icon {
  margin-right: 5px;
  height: 1.1rem;
  width: 1.1rem;
  fill: #fff;
}

.card-stack-card-sponsor-content-help-tooltip {
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.902);
  padding: 6px 10px;
  width: 250px;
  color: #000;
  font-size: 1.2rem;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 1, 0.06);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 1, 0.06);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 1, 0.06);
}


/* ads */

.card-stack-top-ad,
.card-stack-bottom-ad {
  margin-left: auto;
  margin-right: auto;
}
.card-stack-top-ad.advert-placeholder-320x48 {
  min-height: 58px;
}
.card-stack-top-ad.advert-placeholder-320x50 {
  min-height: 60px;
}
.card-stack-top-ad .ad-container {
  padding-bottom: 1.0rem;
}
.card-stack-bottom-ad .ad-container {
  padding-bottom: 4.0rem;
}
.card-stack-top-ad .advert-tag,
.card-stack-bottom-ad .advert-tag {
  display: none;
}

.card-stack-rail-ad {
  display: none;
}
.card-stack-rail-ad .advert-tag-bottom {
  display: none;
}

.card-stack-card-ad-inner {
  box-sizing: border-box;
  position: relative;
  padding: 20px 10px;
  width: auto;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 25px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 10px 25px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 25px 5px rgba(0, 0, 0, 0.25);
}

.card-stack-card-ad-inner .card-stack-card-prev-next-sides-container .card-stack-card-prev-next-link {
  display: none;
}

.ad-card-stack-right-rail .ad-container {
  height: 250px;
  margin-bottom: 20px;
}

.card-stack-ad-container {
  display: table;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4.0rem;
  min-width: 300px;
  height: 316px;
  color: #808080;
}

.card-stack-ad-tag {
  position: relative;
  top: 1px;
  margin: 0;
  padding: 0;
  height: 12px;
  font-size: 1.2rem;
  line-height: 1em;
  text-transform: uppercase;
}

.card-stack-ad-tag:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 195px;
  height: 100%;
  border-bottom: 1px solid #dfdfdf;
}

/*
.ad-container-interstitial .card-stack-ad-tag:after {
  width: 535px;
}
*/

.card-stack-ad-continue-link {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4.0rem;
  max-width: 300px;
  color: #544959;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 2.4rem;
  text-align: center;
  text-decoration: underline;
}

.card-stack-ad-continue-link:hover {
  color: #544959;
  text-decoration: none;
}

.card-stack-container .ad-tablet,
.card-stack-container .ad-desktop {
  display: none;
}

.card-stack-arrow-icon {
  display: none;
}

@media all and (min-width: 576px) {
  .card-stack-sponsor-content-tag-container .card-stack-sponsor-content-tag {
    width: 540px;
  }
  .card-stack-container {
    /*
     * Doing some weird stuff to maintain drop shadow, but also have overflow
     * hidden
     */
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }
  .card-stack-card-prev-next-inner-container {
    margin-left: auto;
    margin-right: auto;
    width: 520px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .card-stack-card-prev-next-bottom-container .card-stack-card-prev-next-inner-container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .card-stack-card-no-next,
  .card-stack-card-prev-next-fixed .card-stack-card-no-next {
    padding-left: 0px;
  }
}

@media all and (min-width: 768px) {
  .card-stack-sponsors-sponsor-name.card-stack-sponsors-sponsor-name-w-img {
    display: block;
    position: absolute;
    left: -9999px;
    height: 1px;
    width: 1px;
  }
  .card-stack-producers-producer-name.card-stack-producers-producer-name-w-img {
    display: block;
    position: absolute;
    left: -9999px;
    height: 1px;
    width: 1px;
  }
  .card-stack-sponsor-content-tag-container .card-stack-sponsor-content-tag {
    width: 720px;
  }
  .card-stack-sponsors-producers-single {
    overflow: hidden;
  }
  .card-stack-sponsors-producers-single .card-stack-title-container {
    float: left;
    max-width: 50%;
  }
  .card-stack-sponsors-producers-single .card-stack-sponsors-producers {
    float: right;
    width: 50%;
  }
  .card-stack-sponsors-producers-single .card-stack-is-current,
  .card-stack-sponsors-producers-single .card-stack-is-current .card-stack-producers,
  .card-stack-sponsors-producers-single .card-stack-is-current .card-stack-sponsors {
    float: left;
  }
  .card-stack-sponsors-producers-single .card-stack-producers,
  .card-stack-sponsors-producers-single .card-stack-sponsors {
    float: right;
    width: auto;
    max-width: none;
  }
  .card-stack-card,
  .card-stack-card-ad-inner {
    padding-left: 55px;
    padding-right: 55px;
  }
  .card-stack-sponsor-content-tag {
    margin-left: -56px;
    margin-right: -56px;
    padding-left: 56px;
    padding-right: 56px;
  }
  .card-stack-container .ad-tablet {
    display: block;
  }
  .card-stack-container .ad-mobile,
  .card-stack-container .ad-desktop {
    display: none;
  }
  .card-stack-card-prev-next-inner-container {
    width: auto;
  }
  .card-stack-card-prev-next-container {
    position: absolute;
    top: 140px;
    bottom: auto;
    background-color: transparent;
    width: 700px;
  }
  .card-stack-card-prev-next-container .card-stack-card-no-next {
    padding-left: 0;
  }
  .card-stack-card-prev-next-sides-container .card-stack-card-no-next.card-stack-card-prev-link {
    padding-left: 9px;
    padding-right: 0px;
  }
  .card-stack-card-prev-next-fixed {
    position: fixed;
    height: 0;
    left: auto;
    right: auto;
    bottom: auto;
    width: 700px;
    padding-left: 0;
    padding-right: 0;
  }
  .card-stack-card-prev-next-link {
    height: 50px;
    width: 30px;
    text-transform: none;
    background-color: #cfcfcf;
    color: #000;
  }
  .card-stack-card-prev-next-arrow {
    display: block;
    width: 10px;
    height: 100%;
  }
  .card-stack-card-prev-next-container .card-stack-card-prev-next-arrow-alt {
    display: none;
  }
  .card-stack-card-prev-link {
    margin-left: -15px;
    border-left: none;
    padding-right: 0px;
    padding-left: 9px;
    text-align: left;
  }
  .card-stack-card-next-link {
    margin-right: 0;
    border-right: none;
    padding-left: 10px;
    text-align: right;
    right: -15px;
  }
  .card-stack-card-prev-next-fixed .card-stack-card-next-link {
    right: -15px;
  }
  .card-stack-card-prev-nav,
  .card-stack-card-next-nav {
    display: none;
  }
  .card-stack-card-prev-next-container .card-stack-card-prev-next-link:hover .card-stack-card-prev-next-title {
    display: none;
  }

  .card-stack-card-prev-next-container .card-stack-card-prev-next-link:hover .card-stack-card-prev-next-tooltip {
    position: relative;
    top: 20px;
    right: auto;
    padding: 10px;
    width: 205px;
    height: auto;
    color: #544959;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0px 10px 25px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 10px 25px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 10px 25px 5px rgba(0, 0, 0, 0.25);
    text-align: left;
  }

  .card-stack-card-prev-next-container .card-stack-card-prev-link:hover .card-stack-card-prev-next-tooltip {
    left: 25px;
  }

  .card-stack-card-prev-next-container .card-stack-card-next-link:hover .card-stack-card-prev-next-tooltip {
    right: 215px;
  }
  .card-stack-card-prev-next-bottom-container .card-stack-card-prev-link {
    padding-right: 15px;
  }
  .card-stack-card-prev-next-link:active,
  .card-stack-card-prev-next-link:focus,
  .card-stack-card-prev-next-link:hover {
    background-color: #0095d7;
  }
  .promo-item .card-stack-card-prev-next-link:active .card-stack-card-prev-next-arrow,
  .promo-item .card-stack-card-prev-next-link:focus .card-stack-card-prev-next-arrow,
  .promo-item .card-stack-card-prev-next-link:hover .card-stack-card-prev-next-arrow {
    fill: #e8e8e8;
  }
  .card-stack-card-prev-next-link:active .card-stack-card-prev-next-arrow,
  .card-stack-card-prev-next-link:focus .card-stack-card-prev-next-arrow,
  .card-stack-card-prev-next-link:hover .card-stack-card-prev-next-arrow {
    fill: rgba(154, 224, 255, 1);
  }
  .card-stack-card-prev-next-bottom-container .card-stack-card-prev-next-link:active,
  .card-stack-card-prev-next-bottom-container .card-stack-card-prev-next-link:focus,
  .card-stack-card-prev-next-bottom-container .card-stack-card-prev-next-link:hover {
    background-color: inherit;
  }

}

@media all and (min-width: 992px) {
  .card-stack-sponsor-content-tag-container .card-stack-sponsor-content-tag {
    width: 960px;
  }
  .card-stack-card-prev-next-container {
    width: 940px;
  }
  .card-stack-card-prev-next-fixed {
    width: 940px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (min-width: 1200px) {
  .card-stack-title-container {
    float: none;
  }
  .card-stack-card-stack {
    clear: none;
  }
  .promo.card-stack-card-prev-next-meta-container.card-stack-card-prev-next-current {
    display: block;
  }
  .card-stack-card {
    margin-right: 70px;
  }
  .card-stack-card-ad-inner {
    margin-right: 70px;
  }
  .card-stack-sponsor-content-tag-container .card-stack-sponsor-content-tag {
    width: 1140px;
  }
  .card-stack-card-prev-next-container {
    width: 1120px;
  }
  .card-stack-card-prev-next-fixed {
    width: 1120px;
  }
  .card-stack-card-prev-next-container .card-stack-card-next-link {
    right: 330px;
  }
  .card-stack-rail-ad {
    display: block;
    height: 264px;
  }
  .card-stack-sponsors-producers-single {
    overflow: visible;
  }
  .card-stack-sponsors-producers-single .card-stack-title-container {
    float: none;
    max-width: none;
  }
  .card-stack-sponsors-producers-single .card-stack-sponsors-producers {
    float: none;
    width: auto;
  }
  .card-stack-sponsors-producers-single .card-stack-producers,
  .card-stack-sponsors-producers-single .card-stack-sponsors,
  .card-stack-producers,
  .card-stack-sponsors {
    float: none;
    width: auto;
    max-width: none;
  }
  .card-stack-sponsors-producers-single-group .card-stack-producers,
  .card-stack-sponsors-producers-single-group .card-stack-sponsors {
    float: none;
    max-width: none;
    width: auto;
  }
  .card-stack-sponsors-producers-single-group .card-stack-producers-list-item.card-stack-even,
  .card-stack-sponsors-producers-single-group .card-stack-sponsors-list-item.card-stack-even,
  .card-stack-sponsors-producers-single-group .card-stack-producers-list-item.card-stack-odd,
  .card-stack-sponsors-producers-single-group .card-stack-sponsors-list-item.card-stack-odd {
    clear: none;
    float: none;
    width: auto;
    max-width: none;
  }
  .card-stack-sponsors-producers-single .card-stack-is-current,
  .card-stack-sponsors-producers-single .card-stack-is-current .card-stack-producers,
  .card-stack-sponsors-producers-single .card-stack-is-current .card-stack-sponsors {
    float: none;
  }
  .card-stack-container .ad-desktop {
    display: block;
  }
  .card-stack-container .ad-mobile,
  .card-stack-container .ad-tablet {
    display: none;
  }
  .card-stack-start-over-link {
    margin: -70px auto auto 305px;
  }
}

@media all and (max-width: 767px) {
  .card-stack-sponsors-producers {
    margin-bottom: 0;
  }
  .card-stack-producers,
  .card-stack-sponsors {
    float: none;
    margin-bottom: 0px;
    padding-bottom: 1rem;
    width: auto;
    max-width: none;
  }
  .card-stack-producers-presented-by,
  .card-stack-sponsors-presented-by {
    display: block;
    margin-bottom: 0.5rem;
  }
  .card-stack-producers-list,
  .card-stack-sponsors-list {
    display: inline;
  }
  .card-stack-producers-producer-img,
  .card-stack-sponsors-sponsor-img {
    display: none;
  }
  .card-stack-producers-list .card-stack-producers-list-item.card-stack-odd,
  .card-stack-producers-list .card-stack-producers-list-item.card-stack-even,
  .card-stack-sponsors-list .card-stack-sponsors-list-item.card-stack-odd,
  .card-stack-sponsors-list .card-stack-sponsors-list-item.card-stack-even {
    display: inline;
    float: none;
  }
  .card-stack-producers-list-item::after,
  .card-stack-sponsors-list-item::after {
    content: ", ";
  }
  .card-stack-producers-list-item:nth-last-child(2)::after,
  .card-stack-sponsors-list-item:nth-last-child(2)::after {
    content: ", and ";
  }
  .card-stack-producers-list-item:first-child:nth-last-child(2)::after,
  .card-stack-sponsors-list-item:first-child:nth-last-child(2)::after {
    content: " and ";
  }
  .card-stack-producers-list-item:last-child::after,
  .card-stack-sponsors-list-item:last-child::after {
    content: "";
  }
  .card-stack-card-title {
    font-size: 2.5rem;
  }
  .card-stack-card-prev-next-sides-container .card-stack-card-prev-next-link {
    line-height: 30px;
  }
  .card-stack-card-prev-next-sides-container .card-stack-card-next-link {
    padding-left: 10px;
  }
  .card-stack-card-prev-arrow,
  .card-stack-card-next-arrow {
    display: none;
  }
}

.content {
  overflow: hidden;
}
.content:first-child {
  padding-top: 0;
}

.content .l-content-container-unconstrained {
  margin-top: 3rem;
}

.content .l-content-container-unconstrained:first-child {
  margin-top: 0rem;
}

.content-title {
  margin-top: 0px;
  margin-bottom: 1rem;
  padding: 0;
}

.content-image-container {
  margin-left: -10px;
  margin-right: -10px;
}

.content-image {
  width: 100%;
  height: auto;
}
.content-image[class*=lazy-img-placeholder-] {
  height: 0;
}

.content-caption-and-attribution {
  margin-top: 0;
}

.content-byline-and-date {
  margin-bottom: 1.5rem;
  color: #999999;
  font-weight: bold;
}

.content-byline {
  display: inline;
  margin: 0;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.content-byline br {
  content: " ";
}
.content-byline br:after {
  content: " ";
}

.content-byline-date-sep {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.content-subhed {
  margin: 0 0 1rem 0;
  padding: 0;
}

.content-topics.tags {
  margin-bottom: 15px;
}

.content-topics .tags-item{
  margin-right: 0px;
}

.content-sub-header .social-options {
  margin-bottom: 15px;
}

.content-sub-header .social-options .social-options-item .social-options-svg {
  width: 35px;
  height: 35px;
}


/* Content Body */

.content-body-last {
  margin-bottom: 1.0rem;
}
.content-body-last > *:last-child {
  margin-bottom: 0;
}

.content-tombstone {
  display: inline-block;
  margin: 0 0 0 10px;
  height: 15px;
  width: 15px;
  fill: #0096d5;
}

.content-body .subscribe {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.content-body .promo {
  margin-top: -0.5rem;
  margin-bottom: 1.5rem;
}


/* Content Endnote */

.content-endnote {
  clear: both;
  margin-bottom: 1.75rem;
  color: #999999;
  font-size: 1.2rem;
  font-weight: normal;
}

.content-endnote * {
  margin: 0;
  padding: 0;
}

.content-sep {
  clear: both;
  height: 2px;
  margin-bottom: 1.75rem;
}


/* Sponsor content */

.content-sponsored .content-title {
  font-family: "Droid Serif", Georgia, serif;
  font-weight: normal;
}

.content-sponsored .content-subhed {
  color: #9c5baa;
  font-family: Roboto, sans-serif;
}

.content-sponsored .content-topics {
  display: none;
}

.content-sponsored .content-tombstone {
  display: none;
}

.content-sponsored .content-authors {
  border-top: 2px solid #9c5baa;
  border-left: none;
  padding-top: 8px;
  padding-left: 0;
  color: #9c5baa;
}

.content-sponsored .content-author-org,
.content-sponsored .content-author-title {
  color: #999999;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.content-sponsored .content-organization {
  position: relative;
  margin-top: 0;
  overflow: hidden;
}

.content-sponsored .content-organization-text {
  display: block;
  margin-bottom: 1.0rem;
  color: #544959;
  font-size: 1.2rem;
  line-height: 2.4rem;
  text-transform: uppercase;
}

.content-sponsored .content-organization-link {
  text-decoration: underline;
  border: none;
}

.content-sponsored .content-organization-link:hover {
  text-decoration: none;
}

.content-sponsored .content-organization-link,
.content-sponsored .content-organization-link:hover,
.content-sponsored .content-organization-name {
  display: block;
  color: #999999;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.4rem;
  text-transform: uppercase;
}

.content-sponsored .content-organization-img {
  display: block;
  width: 100%;
  height: auto;
}

.content-sponsored .content-with-image .content-organization-name {
  position: absolute;
  left: -9999px;
  height: 1;
  width: 1;
  overflow: hidden;
}

.content-sponsored .content-byline br,
.content-sponsored .content-byline .content-author-org {
  display: none;
}

.content-sponsored .content-byline-and-date .content-organization {
  margin-right: 0;
  margin-bottom: 2.5rem;
  width: 140px;
}

.content-sponsored .content-endnote {
  color: #9c5baa;
  font-weight: bold;
}

@media all and (min-width: 576px) {
  .content-title,
  .content-caption-and-attribution {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    width: 540px;
    max-width: 100%;
  }
}

@media all and (min-width: 768px) {
  .content-image-container {
    margin-left: auto;
    margin-right: auto;
  }
  .content-title {
    margin-bottom: 1.5rem;
    padding-left: 0px;
    padding-right: 0px;
    width: auto;
  }
  .content-caption-and-attribution {
    padding-left: 0px;
    padding-right: 0px;
    width: auto;
  }
  .content-image {
    margin-left: 0;
    margin-right: 0;
  }
  .content-endnote {
    margin-bottom: 25px;
  }
  .content-sep {
    margin-bottom: 25px;
  }
}

@media all and (min-width: 1200px) {
  .content:first-child {
    padding-top: 0;
  }
  .content-title {
    margin-bottom: 20px;
  }
  .content-byline-and-date {
    margin-bottom: 1rem;
  }
  .content-subhed {
    margin-bottom: 2rem;
  }
  .content-sub-header .social-options {
    margin-bottom: 25px;
  }
  .content-sub-header .social-options .social-options-item .social-options-svg {
    width: 25px;
    height: 25px;
  }
  .content-body-last {
    margin-bottom: 20px;
  }
  .content-has-subscribe {
    position: relative;
    z-index: 10;
  }
  .content-body .subscribe {
    float: right;
    margin-left: 3.5rem;
    margin-bottom: 2.5rem;
    margin-right: -320px;
    width: 480px;
  }
}

html.conversion-module-shown,
body.conversion-module-shown
{
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: none;
  min-width: 0;
}

.conversion-module .errorlist
{
  margin: 0;
  padding: 0;
  color: #a94442;
  font-family: Roboto, sans-serif;
  font-size: 1.2rem;  /* 12px */
  list-style-type: none;
}

.conversion-module .input-lg
{
  height: 40px;
}

.conversion-module .conversion-module .form-control
{
  font-family: Roboto, sans-serif;
  font-size: 2.0rem;  /* 20px */
}
.conversion-module .form-control,
.conversion-module .btn
{
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
}
.conversion-module select.form-control
{
  line-height: 1.2em;
}
.conversion-module
{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 110px;
  overflow: auto;
  background-color: rgb(255, 255, 255);
  /* background-color: rgba(255, 255, 255, .902); */
  z-index: 200;
}

/*
.conversion-module-inner
{
  position: fixed;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 90px;
  overflow: auto;
}
*/

.conversion-module .conversion-module-close
{
  margin: auto;
  max-width: 785px;
  width: 100%;
  position: relative;
}

.conversion-module .conversion-module-close-btn
{
  position: absolute;
  top: -50px;
  right: 88px;
  width: 30px;
  height: 30px;
  color: #dff6ff;
  font-family: Roboto, sans-serif;
  font-size: 3.5rem;
  font-weight: normal;
  text-shadow: none;
  text-shadow: 0 1px 0 #000;
  line-height: 30px;
  outline: none;
}
.conversion-module .conversion-module-close-btn
{
  background-color: #333333;
  opacity: 1;
}

.conversion-module-signup-form
{
  position: relative;
  overflow: hidden;
  margin: auto;
  max-width: 610px;
}
.conversion-module .conversion-module-close-btn:hover
{
  color: rgb(255,255,255);
  text-shadow: 0 1px 0 rgb(0,0,0);
  text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}
.conversion-module .conversion-module-signup-form-title
{
  margin-bottom: 4.5rem;
  border: none;
  color: #282828;
  font-family: 'Droid Serif', serif;
  font-weight: bold;
}
.conversion-module-signup-form-title-line1,
.conversion-module-signup-form-title-line2
{
  display: block;
  margin-bottom: 25px;
  font-size: 2.0rem;  /* 20px */
  font-weight: normal;
  line-height: 3.0rem;  /* 30px */
}

.conversion-module-signup-form-title .conversion-module-signup-form-title-line2
{
  color: #0096d5;
  font-family: 'Roboto', sans-serif;
  font-size: 4.6rem;  /* 46px */
  font-weight: bold;
  line-height: 4.2rem;  /* 42px */
  margin-bottom: 0px;
}
.conversion-module .conversion-module-signup-form .form-group
{
  margin-bottom: 3rem;
}
.conversion-module .form-group.conversion-module-signup-form-phone
{
  margin-bottom: 4.0rem;
}
.conversion-module .conversion-module-signup-form .conversion-module-signup-form-optin.form-group
{
  max-width: none;
  margin-bottom: 4rem;
  line-height: 1em;
}
.conversion-module .conversion-module-signup-form-label
{
  margin-bottom: 10px;
  color: #333333;
  font-family: 'Roboto', sans-serif;
  font-size: 2.0rem; /* 20px */
  font-weight: bold;
  line-height: 0.5em;
}
.has-error .conversion-module-signup-form-label {
  color: #a94442;
}
.conversion-module .conversion-module-signup-form-optin .conversion-module-signup-form-label
{
  font-family: 'Droid Serif', serif;
  font-size: 1.4rem;  /* 14px */
  font-weight: normal;
  line-height: 2.0rem;  /* 20px */
}
.conversion-module-signup-form-label input[type="checkbox"]
{
  -webkit-appearance: checkbox;
}
.conversion-module-signup-form-label-text
{
  display: inline;
  margin-left: 5px;
}
.conversion-module .conversion-module-signup-form-link
{
  color: #0096d2;
  font-family: 'Droid Serif', serif;
  font-size: 1.4rem;  /* 14px */
  text-decoration: none;
}
.conversion-module .conversion-module-signup-form-link:hover
{
  color: #0096d2;
  text-decoration: underline;
}

.conversion-module-download-section .conversion-module-signup-form-link
{
  display: block;
}

.conversion-module .conversion-module-signup-form-submit-btn
{
  width: 200px;
  height: 45px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  text-shadow: none;
  background-image: none;
  background-color: #0096d5;
}
.conversion-module-signup-form-submit-btn span
{
  float: none;
  padding: 0;
  background: none;
}
.conversion-module .conversion-module-signup-form-submit-btn
{
  border: none;
}
.conversion-module .conversion-module-signup-form-submit-text
{
  position: relative;
  padding-right: 13px;
  color: #fff;
  font-size: 2.0rem;  /* 20px */
  font-weight: 500;
  line-height:  2.8rem;  /* 28px */
}
.conversion-module .conversion-module-signup-form-submit-arrow
{
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  margin-top: -7px;
  border-left: 7px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.conversion-module .conversion-module-signup-form-submit-btn:hover
{
  background-color: #333333;
}
.conversion-module-signup-form-submit-btn:hover .conversion-module-signup-form-submit-text
{
  color: #fff;
}
.conversion-module-signup-form-submit-btn:hover .conversion-module-signup-form-submit-arrow
{
  border-left: 7px solid #fff;
}

.conversion-module-nl-thankyou .conversion-module-signup-form-title .conversion-module-signup-form-title-line1
{
  margin: 0;
  color: #0096d5;
  font-family: Roboto, sans-serif;
  font-size: 3.0rem;  /* 30px */
  font-weight: bold;
  line-height: 3.0rem;  /* 30px */
  text-transform: none;
}

.conversion-module-nl-thankyou .conversion-module-signup-form-title .conversion-module-signup-form-title-line2
{
  margin-bottom: 20px;
  color: #333333;
  font-family: "Droid Serif", serif;
  font-size: 2.0rem;  /* 20px */
  font-weight: normal;
  line-height: 2.0rem;  /* 30px */
  text-transform: none;
}

.conversion-module-download-section
{
  margin: auto;
  margin-bottom: 30px;
  max-width: 610px;
}
.conversion-module-download-section-message
{
  margin-top: 10px;
  margin-bottom: 20px;
  color: #333333;
  font-family: "Droid Serif", serif;
  font-size: 2.0rem;  /* 20px */
  font-weight: normal;
  line-height: 3.0rem;  /* 30px */
}

.conversion-module-downloads
{
  overflow-y: auto;
  max-height: 410px;
  padding-left: 0px;
  padding-right: 40px;
  list-style-type: none;
}
.conversion-module-download
{
  margin-bottom: 20px;
}
.conversion-module-download-sponsor
{
  margin: 0;
  color: #999999;
  font-family: Roboto, sans-serif;
  font-size: 1.2rem;  /* 12px */
  font-weight: bold;
  line-height: 2.4rem;  /* 24px */
  text-transform: uppercase;
}
.conversion-module-download-title
{
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 2.0rem;  /* 20px */
  font-weight: bold;
  line-height: 2.4rem;  /* 24px */
}
.conversion-module-download-description
{
  margin-bottom: 10px;
  color: #544959;
  font-family: "Droid Serif", serif;
  font-size: 1.4rem;  /* 14px */
  font-weight: normal;
  line-height: 2.0rem;  /* 20px */
}
.conversion-module-download .conversion-module-download-link
{
  display: inline-block;
  padding: 0;
  width: 200px;
  height: 45px;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 2.0rem;  /* 20px */
  font-weight: normal;
  line-height: 45px;
  text-align: center;
  background-color: #0096d5;
}
.conversion-module-download .conversion-module-download-link:hover
{
  color: #fff;
  background-color: #333333;
  text-decoration: none;
}
.conversion-module-download .conversion-module-download-link:after
{
  content: "";
  display: inline-block;
  border: 5px solid transparent;
  border-top: 5px solid #fff;
}
.conversion-module-download .conversion-module-download-link:hover:after
{
  border-top: 5px solid #fff;
}
.conversion-module-download-section-intent
{
  margin-right: 75px;
  margin-bottom: 40px;
  color: #1b1b1b;
  font-family: Roboto, sans-serif;
  font-size: 1.2rem;  /* 12px */
  font-weight: normal;
  line-height: 1.5rem;  /* 15px */
}
.conversion-module .conversion-module-download-section .conversion-module-download-section-btn
{
  margin-bottom: 20px;
  width: 200px;
  height: 45px;
  font-size: 2rem;  /* 20px */
  color: #fff;
  background-image: none;
  background-color: #333333;
  text-align: center;
  text-shadow: none;
}
.conversion-module .conversion-module-download-section .conversion-module-download-section-btn:hover
{
  border: none;
  color: #fff;
  background-color: #0096d5;
}
.conversion-module .conversion-module-download-section .conversion-module-download-section-btn span
{
  float: none;
  padding: 0;
  cursor: inherit;
  background: none;
}
.conversion-module .conversion-module-download-section .conversion-module-download-section-btn-text
{
  margin-right: 5px;
  font-family: Roboto, sans-serif;
  font-size: 2.0rem;  /* 20px */
  font-weight: bold;
}

.conversion-module-download-section-btn-icon {
  display: inline-block;
  width: 19px;
  height: 13.5px;
  fill: #fff;
}

@media all and (max-width: 785px)
{
  .conversion-module
  {
    padding-top: 120px;
  }
  .conversion-module .conversion-module-close,
  .conversion-module-signup-form,
  .conversion-module .conversion-module-signup-form .form-group,
  .conversion-module-download-section
  {
    max-width: 290px;
  }
  .conversion-module .conversion-module-close-btn
  {
    right: 0px;
    font-size: 3.0rem;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
  .conversion-module .conversion-module-nl-thankyou .conversion-module-signup-form .form-group,
  .conversion-module-downloads,
  .conversion-module-download-section-intent
  {
    margin-right: auto;
  }
  .conversion-module-signup-form-title-line1
  {
    font-size: 1.6rem;  /* 16px */
    line-height: 2.4rem;  /* 24px */
    margin-bottom: 15px;
  }
  .conversion-module-signup-form-title .conversion-module-signup-form-title-line2
  {
    font-size: 3.6rem;  /* 36px */
    line-height: 4.2rem;  /* 42px */
    padding-bottom: 10px;
  }
  .conversion-module .form-control
  {
    padding-left: 10px;
    font-family: Roboto, sans-serif;
    font-size: 1.5rem;  /* 15px */
  }
  .conversion-module .conversion-module-signup-form .conversion-module-signup-form-optin.form-group
  {
    margin-bottom: 30px;
  }
  .conversion-module .conversion-module-signup-form-submit-btn
  {
    width: 100%;
  }
  .conversion-module .conversion-module-signup-form-label
  {
    font-size: 1.5rem;  /* 15px */
  }
  .conversion-module .conversion-module-signup-form-submit-text
  {
    font-size: 2.0rem;  /* 20px */
  }
  .conversion-module .conversion-module-signup-form-submit-arrow
  {
    margin-top: -5px;
    border-left: 5px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent
  }
  .conversion-module-signup-form-submit-btn:hover .conversion-module-signup-form-submit-arrow
  {
    border-left: 5px solid #fff;
  }

  .conversion-module-nl-thankyou .conversion-module-signup-form-title .conversion-module-signup-form-title-line1
  {
    font-size: 2.4rem;  /* 24px */
    line-height: 2.4rem;  /* 24px */
  }

  .conversion-module-nl-thankyou .conversion-module-signup-form-title .conversion-module-signup-form-title-line2
  {
    font-size: 1.6rem;  /* 16px */
    line-height: 2.4rem;  /* 24px */
  }
  .conversion-module .conversion-module-nl-thankyou .conversion-module-signup-form-submit-btn
  {
    width: 100%;
  }
  .conversion-module-download-section-message
  {
    margin-top: 0;
    font-size: 1.6rem;  /* 16px */
    line-height: 2.4rem;  /* 24px */
  }
  .conversion-module .conversion-module-download-section .conversion-module-download-section-btn
  {
    width: 100%;
  }
  .conversion-module-downloads
  {
    padding-right: 25px;
    overflow-y: hidden;
    max-height: none;
  }
  .conversion-module-download
  {
    margin-bottom: 30px;
  }
  .conversion-module-download-description
  {
    margin-bottom: 20px;
  }
  .conversion-module-download .conversion-module-download-link
  {
    font-size: 2.2rem;
  }
  .conversion-module .conversion-module-download-section .conversion-module-download-section-btn-text
  {
    font-size: 2.0rem;
  }
  /*.conversion-module .conversion-module-download-section .conversion-module-download-section-btn .glyphicon
  {
    font-size: 0.85714em;
  }*/
}

/*
.feature-story {
  margin-bottom: 4.5rem;
}
*/

.feature-story-label {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  /* TODO: should try to remove top margin at some point */
  margin-top: 1rem;
  margin-bottom: 3rem;
}

.feature-story-label.l-spacing-2rem-up {
  margin-bottom: 2rem;
}

.feature-story-tag {
  margin-bottom: 0rem;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.8rem;
  text-transform: uppercase;
}
.feature-story-hed {
  margin-bottom: 1rem;
}

.feature-story-hed-link {
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 5.2rem;
}
.feature-story-hed-link:active,
.feature-story-hed-link:focus,
.feature-story-hed-link:hover {
  text-decoration: none;
}

.feature-story-subhed {
  margin-bottom: 1.5rem;
}

.feature-story-subhed-link {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.5rem;
  text-decoration: none;
}
.feature-story-subhed-link:active,
.feature-story-subhed-link:focus,
.feature-story-subhed-link:hover {
  text-decoration: none;
}
.feature-story-description {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2.4rem;
}
.feature-story-link:active,
.feature-story-link:focus,
.feature-story-link:hover,
.feature-story-link {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2.4rem;
  text-transform: uppercase;
  text-decoration: none;
}

.feature-story .story-meta {
  margin-bottom: 2rem;
}

.feature-story-img {
  display: block;
  width: 100%;
  height: auto;
}

.feature-story-sponsorships {
  float: right;
  width: 185px;
}

@media all and (max-width: 767px) {
  .feature-story-img-container {
    display: block;
    margin-left: -10px;
    margin-right: -10px;
  }
  .feature-story-sponsorships {
    float: none;
    width: auto;
  }
  .feature-story-sponsorships:after {
    content: "";
    display: block;
    clear: left;
  }
  .feature-story-sponsorships .sponsorships-link {
    float: left;
    margin-right: 20px;
  }
}
@media all and (min-width: 768px) {
  /*
  .feature-story {
    margin-bottom: 4rem;
  }
  */
  .feature-story-label {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
  }
  .feature-story-hed-link {
    font-size: 3.6rem;
    line-height: 4.2rem;
  }
  .feature-story-subhed {
    margin-bottom: 1rem;
  }
  .feature-story-subhed-link {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

@media all and (min-width: 1200px) {
  /*
  .feature-story {
    margin-bottom: 4.5rem;
  }
  */
  .feature-story-label {
    font-size: 3.6rem;
    margin-bottom: 5rem;
  }
  .feature-story-hed-link {
    font-size: 4.8rem;
    line-height: 5.2rem;
  }
  .feature-story-subhed {
    margin-bottom: 1.5rem;
  }
  .feature-story-subhed-link {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}


/* hover-group state ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.feature-story.hover-group-engaged {
  cursor: pointer;
}

.feature-story.hover-group-engaged:active .feature-story-hed-link,
.feature-story.hover-group-engaged:focus .feature-story-hed-link,
.feature-story.hover-group-engaged:hover .feature-story-hed-link,
.feature-story.hover-group-engaged .feature-story-hed-link:active,
.feature-story.hover-group-engaged .feature-story-hed-link:focus,
.feature-story.hover-group-engaged .feature-story-hed-link:hover {
  text-decoration: none;
}
.feature-story.hover-group-engaged:active .feature-story-hed-link-dark,
.feature-story.hover-group-engaged:focus .feature-story-hed-link-dark,
.feature-story.hover-group-engaged:hover .feature-story-hed-link-dark,
.feature-story.hover-group-engaged .feature-story-hed-link-dark:active,
.feature-story.hover-group-engaged .feature-story-hed-link-dark:focus,
.feature-story.hover-group-engaged .feature-story-hed-link-dark:hover {
  text-decoration: none;
}

#wrapper {
  z-index: 1;
}

.gemg-interstitial {
  display: none;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
  background-color: rgba(255, 255, 255, .90);
  text-align: center;
}

.gemg-interstitial-show {
  overflow: hidden;
}

.gemg-interstitial-show .gemg-interstitial {
  display: block;
}

.gemg-interstitial-ad-container {
  visibility: visible;
  display: inline-block;
  margin: auto;
}

.gemg-interstitial-ad-header {
  position: relative;
  overflow: hidden;
  padding-top: 45px;
  /*
  padding: 0px 55px;
  background-color: #fff;
  */
}

.gemg-interstitial-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5rem;
  width: 140px;
  height: 37.33333px;
  fill: #0096d5;
}

.gemg-interstitial-tagline {
  display: block;
  margin-bottom: 1.0rem;
  color: #0096d5;
  font-family: "Droid Serif", Georgia, serif;
  font-size: 1.2rem;
  line-height: 1em;
}

.gemg-interstitial-ad-body {
  margin-bottom: 1rem;
}

.gemg-interstitial-continue-btn {
  display: none;
  margin-left: auto;
  margin-right: 0;
  border: 0;
  padding: 0;
  color: #0096d5;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1em;
  outline: 0;
  background-color: transparent;
}

.gemg-interstitial-continue-btn:hover {
  text-decoration: underline;
}

.gemg-interstitial-continue-btn-text {
  vertical-align: middle;
  line-height: 1em;
}

.gemg-interstitial-continue-btn-text:after {
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
  content: "";
  margin-bottom: 2px;
  border: 3px solid transparent;
  border-left: 3px solid #0096d5;
}

.gemg-interstitial-ad-content {
  margin: auto;
  min-width: 300px;
}

.gemg-interstitial-ad-footer {
  margin-bottom: 40px;
}

.gemg-interstitial-ad-footer .gemg-interstitial-continue-btn {
  display: block;
}

.ad-container-block .gemg-interstitial-logo {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 40px;
}

.ad-container-block .gemg-interstitial-tagline {
  display: block;
  height: 15px;
  left: 0;
  right: 0;
}

.ad-container-block .gemg-interstitial-continue-btn {
  font-size: 1.4rem;
}

.ad-container-block .gemg-interstitial-ad-header .gemg-interstitial-continue-btn {
  display: none;
}

.ad-container-block .gemg-interstitial-continue-btn {
  margin-left: auto;
  margin-right: auto;
}

.ad-container-block .gemg-interstitial-ad-content {
  min-width: 300px;
}

.ad-container-block .gemg-interstitial-ad-footer {
  margin-bottom: 0px;
}

/* NG specific styles */
.ng-interstitial-logo {
    display: block;    
    width: 160px;
    height: 90px;
}

.ng-interstitial-continue-btn {
    color: #71bf44;
}

.ng-interstitial-continue-btn-text {
    color: black;
    text-transform: uppercase;
}

.ng-interstitial-continue-btn-text:after {
    display: none;
}

/* media queries */
@media all and (max-width:768px) {
    .gemg-interstitial-continue-btn {
        margin-right: auto;
    }
}

.heading-title {
  margin-bottom: 1.5rem;
  color: #0096d5;
  font-size: 6rem;
  font-weight: bold;
}
.heading-subhed {
  margin-bottom: 3.0rem;
  font-size: 1.8rem;
  color: #544959;
  font-family: "Droid Serif", Georgia, serif;
}

/*
  Ugly markup required:
    highlight
      the thing you want highlighted

    highlight-inner highlight-inner-a
      element inside .highlight

    highlight-inner highlight-inner-b
      element inside .highlight-inner-a

    highlight-inner highlight-inner-c
      element inside .highlight-inner-b

    <p class="highlight">
      <span class="highlight-inner highlight-inner-a">
        <span class="highlight-inner highlight-inner-b">
          <span class="highlight-inner highlight-inner-c">
            Highlight me!
          </span>
        </span>
      </span>
    </p>

  Subclasses for tighter inter-line spacing in your multi-line highlights:
    <p class="highlight highlight-tight">
      ...
    </p>

  Subclass to avoid color change on hover:
    <p class="highlight highlight-no-hover">
      ...
    </p>
*/

.highlight {
  display: inline-block;
  padding: 0 1em 0 2em;
  line-height: 2.2em;
}

.highlight-inner {
  display: inline;
  position: relative;
  padding: 0.6em 0;
  line-height: 2.2em;
  background-color: #000;
}

.highlight:hover .highlight-inner {
  background-color: #FF0000;
}

.highlight-inner-a {
  left: -2.0em;
}

.highlight-inner-b {
  left: 2.0em;
}

.highlight-inner-c {
  left: -1.0em;
}



/* no hover subclass */

.highlight-no-hover:hover .highlight-inner {
  background-color: #000;
}



/* tight subclass, for tighter multi-line highlights */

.highlight-tight {
  padding: 0 2em 0 2em;
  line-height: 1.7em;
}

.highlight-tight .highlight-inner {
  padding: .5em 0 .5em 0;
  line-height: 1.7em;
}

.top-story-caption-highlight {
  display: inline-block;
  padding: 0 0 0 1em;
}

.top-story-caption-highlight-inner {
  background-color: #0f2c37;
  display: inline;
  position: relative;
  padding: 0 0 .1em 0;
  line-height: 1.26em;
}

.top-story-caption-highlight:hover .top-story-caption-highlight-inner {
  background-color: #0f2c37;
}

.top-story-caption-highlight-inner-a {
  left: -1em;
  top: -3px;  /* hack to improve alignment when the JS-added styling comes in */
}

.top-story-caption-highlight-inner-b {
  left: .4em;
}

.top-story-caption-highlight-inner-c {
  left: -.4em;
}




/* subhed state */

.top-story-caption-highlight-subhed .top-story-caption-highlight-inner-b {
  padding: .2em 0 .2em 0;
}

.top-story-caption-highlight-subhed .top-story-caption-highlight-inner-a {
  top: 0;  /* remove hack above */
}

.top-story-caption-highlight-subhed .top-story-caption-highlight-inner {
  line-height: 1.55em;
}




/* no top story text highlighting on mobile because text is not on top of image */

@media all and (max-width:575px) {
  .top-story-caption-highlight-inner {
    padding: 0;
    line-height: 3.2rem;
    background-color: inherit;
  }
  .top-story-caption-highlight-inner-a {
    top: 0;  /* remove hack above */
  }
  .top-story-caption-highlight:hover .top-story-caption-highlight-inner {
    background-color: inherit;
  }
}

.lander-link {
  display: table;
  color: #0096d5;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
.lander-link:hover {
  color: #59ceff;
  text-decoration: none;
}
.lander-link-inline {
  display: inline-block;
}

/*
  Leadin:
    Some tag | some link
             \/
*/

.leadin {
  position: relative;
  margin-top: 0;
  margin-bottom: 2.5rem;
  padding-bottom: 27px;
  text-align: center;
}

.leadin-tag {
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
}

.leadin-tag:after {
  content: " |";
}

.leadin-icon-down {
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -15px;
  width: 30px;
  height: 17px;
  stroke: #000;
}

.no-js .leadin-icon-down {
  display: none;
}

@media all and (min-width: 768px) {
  .leadin {
    text-align: left;
  }
}

@media all and (min-width: 1200px) {
  .leadin {
    margin-bottom: 1.0rem;
  }
}

.listing-title {
  color: #544959;
  font-size: 4.7rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.listing-title:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #dedede;
}
.listing-list {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  list-style-type: none;
}
.listing-item {
  margin-bottom: 2.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 3.2rem;
}
.listing-link {
  color: #0096d5;
}
.listing-link:active,
.listing-link:focus,
.listing-link:hover {
  color: #59ceff;
  text-decoration: none;
}

/* subclass bootstraps .btn for slimmer version of .slim-link-button */

.slim-link-button {
    font-weight: normal;
    color: #337ab7;
    border-radius: 0;
    margin:0;
    padding:0;
    display:inline;
    border:none;
}
.slim-link-button, .slim-link-button:active, .slim-link-button.active, .slim-link-button[disabled], fieldset[disabled] .slim-link-button {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.slim-link-button, .slim-link-button:hover, .slim-link-button:focus, .slim-link-button:active {
    border-color: transparent;
    outline:none;
}
.slim-link-button:hover, .slim-link-button:active {
    /*text-decoration:underline;*/
    opacity:0.8;
    outline:none;
}

.top-bar {
  background-color: #0096d5;
  height: 60px;
  z-index: 100;
  width: 100%;
  position: absolute;
}

#top-bar-placeholder {
  height: 60px;
}

.top-bar-logo {
  display: block;
  margin-top: 10px;
  text-align: center;
}

.top-bar-logo .top-bar-logo-svg,
.top-bar-logo:link .top-bar-logo-svg,
.top-bar-logo:visited .top-bar-logo-svg {
  fill: #ffffff;
  width: 160px;
  height: 40px;
}

.top-bar-logo:hover .top-bar-logo-svg,
.top-bar-logo:active .top-bar-logo-svg {
  opacity: 0.8;
}

.top-bar .top-bar-controls {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 8px;
}

.top-bar .top-bar-menu-btn {
  padding: 0;
  margin: 0 18px 0 0;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

.top-bar .top-bar-menu-btn .top-bar-menu-svg {
  width: 25px;
  height: 25px;
  fill: #ffffff;
}

.top-bar .top-bar-menu-btn:hover .top-bar-menu-svg,
.top-bar .top-bar-menu-btn:active .top-bar-menu-svg {
  opacity: 0.8;
}

.top-bar.top-bar-attached {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.08);
}

.top-bar.top-bar-search-box-expanded .top-bar-controls {
  display: none;
}

.top-bar.top-bar-search-box-expanded .top-bar-logo-holder {
  display: none;
}

@media all and (max-width:1200px) {
  #top-bar-placeholder {
    margin-bottom: 2.5rem;
  }
}

@media all and (min-width:768px) {
  .top-bar.top-bar-search-box-expanded .top-bar-controls {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .top-bar.top-bar-search-box-expanded .top-bar-logo-holder {
    display: block;
  }
}

.bottom-bar {
  background-color: #0096d5;
  height: 30px;
  position: absolute;
  width: 100%;
  border-top: 1px solid rgba(154, 224, 255, 1);
}

#bottom-bar-placeholder {
  height: 30px;
  margin-bottom: 2.5rem;
}

.bottom-bar .bottom-bar-link-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
  padding: 5px 0 0;
  list-style-type: none;
}

.bottom-bar .bottom-bar-link-item {
  display: inline-block;
}

.bottom-bar .bottom-bar-divider {
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #ffffff;
}

.bottom-bar .bottom-bar-link-item.bottom-bar-link-item-more {}

.bottom-bar .bottom-bar-link,
.bottom-bar .bottom-bar-link:link,
.bottom-bar .bottom-bar-link:visited {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.4rem;
}

.bottom-bar .bottom-bar-link-svg {
  fill: #ffffff;
  width: 8px;
  height: 10px;
  margin-left: 3px;
}

.bottom-bar .bottom-bar-menu-btn .bottom-bar-link-svg.menu-active {
  display: none;
}

.bottom-bar .bottom-bar-menu-btn.is-active .bottom-bar-link-svg.menu-active {
  display: inline-block;
}

.bottom-bar .bottom-bar-menu-btn.is-active .bottom-bar-link-svg.menu-inactive {
  display: none;
}

.bottom-bar.bottom-bar-alone {
  border-top: none;
}

.bottom-bar.bottom-bar-attached {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  border-top: 1px solid rgba(154, 224, 255, 1);
  z-index: 101;
  -webkit-box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.08);
  -webkit-transition: border-color 0.2s linear, -webkit-box-shadow 0.2s linear;
  -moz-transition: border-color 0.2s linear, -moz-box-shadow 0.2s linear;
  -o-transition: border-color 0.2s linear, -o-box-shadow 0.2s linear;
  transition: border-color 0.2s linear, box-shadow 0.2s linear;
}

.bottom-bar .bottom-bar-selected-category {
  text-decoration: underline;
}

@media all and (max-width: 1199px) {
  #bottom-bar-placeholder {
    height: 0;
    margin-bottom: 0;
  }
}

.menu {
  background-color: #e8eced;
  max-width: 100%;
  height: 0;
  z-index: 99;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

.menu.menu-open {
  height: 0;
  opacity: 1.0;
  position: absolute;
  margin-top: -2.5rem;
/*  -webkit-transition: opacity 0.1s linear, top 0.1s linear;
  -moz-transition: opacity 0.1s linear, top 0.1s linear;
  -o-transition: opacity 0.1s linear, top 0.1s linear;
  transition: opacity 0.1s linear, top 0.1s linear;*/
}

.menu.menu-attached {
  position: fixed;
  top: 0;
}

.menu.menu-attached.menu-open {
  top: 0;
  margin-top: 0;
  padding-top: 60px;
}

.menu.menu-attached.menu-open.menu-scrollable {
  bottom: 0;
  max-height: 100%;
  height: auto;
}

.menu .menu-inner {
  padding: 20px;
  display: none;
}

.menu.menu-open .menu-inner {
  display: block;
}

.menu.menu-attached.menu-scrollable .menu-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
  padding-top: 80px;
}

.menu .menu-links {
  margin: 0;
  padding: 7px 0 0;
  list-style-type: none;
  font-weight: bold;
}

.menu .menu-link-item {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.menu .menu-link {
  display: block;
  padding: 7px 0;
}

.menu .menu-links.menu-main-links .menu-link {
  font-size: 1.8rem; /* theme */
  color: #584d5c; /* theme */
}

.menu .menu-links.menu-minor-links .menu-link {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #0096d5;
}

.menu .menu-links.menu-topic-links .menu-link {
  font-size: 1.4rem;
  color: #544959;
  font-weight: normal;
}

.menu .menu-links.menu-topic-links .menu-link-all {
  color: #0096d5;
  font-weight: bold;
  text-transform: uppercase;
}

.menu .menu-divider {
  margin: 7px 0;
}

.menu .menu-header {
  padding: 7px 0;
  font-size: 1.8rem;
  color: #0096d5;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (max-width: 575px) {
  .menu.menu-open {
    top: 0;
    bottom: 0;
    height: auto;
    overflow-y: auto;
  }
}

@media all and (min-width:576px) {
  .menu {
    background-color: transparent;
    width: 540px;
  }
  .menu .menu-links {
    padding-top: 0;
  }
  .menu .menu-inner {
    position: absolute;
    width: 83.333333%;
    background-color: #e8eced; /* theme? */
    margin: 0 -10px;
    padding: 20px 10px 10px;
    -webkit-box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.08);
  }
  .menu .menu-site-links-grp {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 10px;
  }
  .menu .menu-divider-vertical {
    margin: 0 10px 0 -10px;
  }
  .menu .menu-main-links .menu-link-item {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
  }
}

@media (min-width: 768px) {
  .menu {
    width: 720px;
  }
}

@media (min-width: 992px) {
  .menu {
    width: 960px;
  }
}

@media all and (min-width:1200px) {
  .menu {
    width: 1140px;
  }
  .menu.menu-attached.menu-open {
    top: 0;
    padding-top: 90px;
  }
  .menu .menu-inner {
    width: 33.333333%;
    right: 0;
  }
  .menu.menu-attached.menu-scrollable .menu-inner {
    padding-top: 110px;
  }
  .menu .menu-main-links .menu-link-item {
    width: auto;
    display: block;
  }
}

@media all and (max-width: 1199px) {
  .menu.menu-open {
    margin-top: -2.5rem;
  }
}

.social-companion-link {
    font-size: 1.4rem;
    display:inline-block;
    margin: 0 0 0 6px;
    padding: 0 6px 0 12px;
    border-left:1px solid #ffffff;
    list-style-type: none;
    line-height:1em;
    position:relative;
    bottom:2px;
}
.social-companion-link-anchor,
.social-companion-link-anchor:link,
.social-companion-link-anchor:visited {
    color:#ffffff;
    font-weight:700;
    text-transform:uppercase;
}
.social-companion-link-anchor:hover,
.social-companion-link-anchor:active {
    /*color:#ff6600;*/
}

.search-box {
  width: 0;
  min-width: 88px;
  max-width: 100%;
  position: absolute;
  right: 0;
  display: flex;
  -webkit-transition: width 0.1s linear;
  /* Saf3.2+, Chrome */
  -moz-transition: width 0.1s linear;
  /* FF3.7+ */
  -o-transition: width 0.1s linear;
  /* Opera 10.5 */
  transition: width 0.1s linear;
}

.search-box .search-box-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  float: right;
  margin-top: 15px;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.search-box .search-box-mag-svg {
  width: 24px;
  height: 24px;
  fill: #ffffff;
}

.search-box .search-box-input-holder {
  padding: 0 1px 0 0;
  border-bottom: 1px solid #ffffff;
  display: flex;
  margin-left: 5px;
  width: 0;
  overflow: hidden;
  display: none;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}

.search-box .search-box-input {
  background: transparent;
  border: none;
  outline: none;
  height: 18px;
  color: #ffffff;
  width: 130px;
  font-size: 1.4rem;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  padding: 0;
}

.search-box .search-box-input:focus {
  outline: none;
}

.search-box .search-box-input::-webkit-input-placeholder {
  color: #ffffff;
}

.search-box .search-box-input::-moz-placeholder {
  color: #ffffff;
}

.search-box .search-box-input:-ms-input-placeholder,
.search-box .search-box-input:-moz-placeholder,
.search-box .search-box-input::placeholder {
  color: #ffffff;
}

.search-box .search-box-input::-moz-placeholder {
  opacity: 0.3;
}

.search-box .search-box-input:focus::placeholder,
.search-box .search-box-input:focus:-ms-input-placeholder,
.search-box .search-box-input:focus:-moz-placeholder {
  opacity: 0.3;
}

.search-box .search-box-input:focus::-webkit-input-placeholder {
  opacity: 0.3;
}


/*.search-box input.search-box-input::-webkit-input-placeholder {
    color: #ffffff;
    text-shadow: none;
    -webkit-text-fill-color: #ffffff;
}*/

.search-box .search-box-submit {
  width: 18px;
  height: 18px;
  padding: 0;
  background: transparent;
  border: none;
  margin: 0;
  display: inline-block;
}

.search-box .search-box-submit-svg {
  width: 18px;
  height: 18px;
  fill: #ffffff;
}

.search-box .search-box-submit-svg:hover {
  opacity: 0.8;
}

.search-box .search-box-close-btn {
  visibility: hidden;
  opacity: 0.0;
  margin-right: 15px;
  display: none;
  -webkit-transition: opacity 0.1s linear;
  /* Saf3.2+, Chrome */
  -moz-transition: opacity 0.1s linear;
  /* FF3.7+ */
  -o-transition: opacity 0.1s linear;
  /* Opera 10.5 */
  transition: opacity 0.1s linear;
}

.search-box.search-box-expanded {
  width: 100%;
  /*width: 500px;*/
  -webkit-flex: initial;
  -ms-flex: initial;
  flex: initial;
}

.search-box.search-box-expanded .search-box-input-holder {
  width: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.search-box.search-box-expanded .search-box-close-btn {
  visibility: visible;
  opacity: 1.0;
  display: inline-block;
}

@media all and (min-width:768px) {
  .search-box,
  .search-box.search-box-expanded {
    width: auto;
    min-width: auto;
  }
  .search-box .search-box-expand-btn {
    cursor: default;
  }
  .search-box .search-box-input-holder {
    width: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .search-box.search-box-expanded .search-box-close-btn {
    display: none;
  }
  .search-box .search-box-inner {
    margin-top: 2rem;
  }
  .search-box .search-box-expand-btn {
    padding: 3px 0 0;
    margin-bottom: -4px;
  }
  .search-box .search-box-mag-svg {
    width: 16px;
    height: 16px;
  }
}

.social-options {
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -6px;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.social-options .social-options-item {
  display: inline-block;
  margin: 0;
  padding: 0 6px;
  list-style-type: none;
}

.social-options .social-options-item .social-options-svg,
.social-options .social-options-item:link .social-options-svg,
.social-options .social-options-item:visited .social-options-svg {
  fill: #ffffff;
  width: 25px;
  height: 25px;
}

.social-options .social-options-item:hover .social-options-svg,
.social-options .social-options-item:active .social-options-svg {
  opacity: 0.8;
}


/* colored svgs */

.social-options .social-options-item .social-options-svg-comment {
  fill: #544959;
}

.social-options .social-options-item .social-options-svg-email {
  fill: #0096d5;
}

.social-options .social-options-item .social-options-svg-twitter {
  fill: #55acee;
}

.social-options .social-options-item .social-options-svg-linkedin {
  fill: #0077b5;
}

.social-options .social-options-item .social-options-svg-facebook {
  fill: #3b5998;
}

.social-options .social-options-item .social-options-svg-rss {
  fill: #ff6600;
}


/* nav version */

.social-options-nav {
  /*margin-top:17px;*/
}


/* social-options-lg */

.social-options.social-options-lg {
  margin: 0 -12px;
}

.social-options.social-options-lg .social-options-item {
  padding: 0 12px;
}

.social-options.social-options-lg .social-options-item .social-options-svg {
  width: 36px;
  height: 36px;
}

.social-options-stacked-right {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.social-options-stacked-right .social-options-item + .social-options-item {
  padding-top: 0.5rem;
}

.top-story {
  background-color: #0f2c37;
  overflow: hidden;
  position: relative;
  /* prevent bootstrap for adding an extra pixel to the height, keep things full-bleed */
  max-height: 400px;
}

.top-story-gradient-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 10px;
  background: linear-gradient(to right, rgba(15, 44, 55, 1) 5%, transparent 38%, transparent 62%, rgba(15, 44, 55, 1) 95%);
  background: -moz-linear-gradient(to right, rgba(15, 44, 55, 1) 5%, transparent 38%, transparent 62%, rgba(15, 44, 55, 1) 95%);
  background: -webkit-linear-gradient(to right, rgba(15, 44, 55, 1) 5%, transparent 38%, transparent 62%, rgba(15, 44, 55, 1) 95%);
  background: -o-linear-gradient(to right, rgba(15, 44, 55, 1) 5%, transparent 38%, transparent 62%, rgba(15, 44, 55, 1) 95%);
  background: -ms-linear-gradient(to right, rgba(15, 44, 55, 1) 5%, transparent 38%, transparent 62%, rgba(15, 44, 55, 1) 95%);
}

.top-story-img {
  display: block;
  margin: 0 auto;
  /* still using the old 1200px-wide crop but our Bootstrap visible width is currently 1140px; */
  max-width: 1120px;
}

.top-story-caption {
  position: absolute;
  bottom: 2rem;
  max-width: 53%;
}

.top-story-caption-hed {
  margin: 0 0 .5rem 0;
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 3rem;
}

.top-story-caption-subhed {
  margin: 0 0 .4rem 0;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 700;
}

.top-story-caption a:hover {
  text-decoration: none;
}

.top-story-caption-hed {
  color: #ffffff;
}

.top-story-caption-subhed {
  color: #59ceff;
}

.top-story-caption-line {
  background: rgba(15, 44, 55, .6);
  display: inline-block;
}

.top-story-caption-hed .top-story-caption-line {
  line-height: 3.1rem;
  padding: .3rem 1rem .8rem 0;
}

.top-story-caption-hed .top-story-caption-line:first-child {
  padding-top: .8rem;
}

.top-story-caption-subhed .top-story-caption-line {
  line-height: 1.7rem;
  padding: .4rem .8rem .4rem 0;
}




/* super-link state ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.top-story-col.super-ready {
  cursor: pointer;
}

.top-story-col.super-ready .top-story-caption:hover {
  border-color: #59ceff;
  opacity: 0.95;
  cursor: pointer;
}

.top-story-col.super-ready:hover .top-story-caption-hed,
.top-story-col.super-ready .top-story-caption-hed:hover,
.top-story-col.super-ready .top-story-caption-hed:active {
  color: #59ceff;
  cursor: pointer;
}



/* breakpoints ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

@media all and (max-width:1199px) {
  .top-story {
    max-height: 342px;
    margin-top: -2.5em;
    margin-bottom: 2rem;
  }
  .top-story-img {
    max-width: 960px;
  }
}

@media all and (max-width:991px) {
  .top-story {
    max-height: 330px;
  }
  .top-story-img {
    max-width: 720px;
  }
}

@media all and (max-width:765px) {
  .top-story {
    max-height: 247px;
  }
  .top-story-img {
    max-width: 540px;
  }
  .top-story-caption-hed {
    font-size: 2.8rem;
    line-height: 2.9rem;
  }
  .top-story-caption-hed .top-story-caption-line {
    line-height: 2.8rem;
    padding: .3rem 1rem .5rem 0;
  }
}

@media all and (max-width:575px) {
  .top-story {
    max-height: none;
    background-color: transparent;
  }
  .top-story-img {
    width: auto;
    max-width: 100%;
    border-bottom: 4px solid #0096d5;
  }
  .top-story-img[class*=lazy-img-placeholder-] {
    width: 100%;
  }
  .top-story-img-holder {
    margin: 0 -10px;
  }
  .top-story-caption {
    margin: 10px 0 0;
    position: relative;
    bottom: initial;
    max-width: 100%;
  }
  .top-story-caption-hed,
  .top-story-col.super-ready .top-story-caption-hed,
  .top-story-col.super-ready .top-story-caption-hed:visited {
    color: #0096d5;
    line-height: 3.2rem;
  }
  .top-story-col.super-ready:hover .top-story-caption-hed,
  .top-story-col.super-ready .top-story-caption-hed:hover,
  .top-story-col.super-ready .top-story-caption-hed:active {
    color: #59ceff;
  }
  .top-story-col.super-ready:hover .top-story-img {
    border-bottom: 4px solid #59ceff;
  }
}

.promo-title {
  margin-bottom: 0;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  /* border-bottom-color: #0096d5; theme */
  /* color: #0096d5; theme */
  height: 3rem;
  /* font-size: 1.8rem; theme */
  font-weight: bold;
  line-height: 3rem;
  text-transform: capitalize;
}

.promo-title-icon {
  position: relative;
  display: inline-block;
  top: 1px;
  margin-right: 5px;
  width: 1.5rem;
  height: 1.5rem;
  fill: #0095d5;
}

.promo-items {
  margin: 0;
  padding: 0;
  list-style: none;
}

.promo-item {
  position: relative;
  padding: 10px 0px;
  /* color: #544959; theme */
  /* font-size: 1.4rem; theme */
  /* line-height: 1.8rem; theme */
}

.promo-item:after {
  display: block;
  position: absolute;
  right: 0px;
  bottom: -1px;
  left: 0px;
  content: "";
  height: 2px;
  /* this is the 'dots-0' svg pattern (see dots-0.svg) */
  /*background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1JyBoZWlnaHQ9JzUnPg0KICA8Y2lyY2xlIGN4PScxJyBjeT0nMScgcj0nMScgZmlsbD0nI0JCQkJCQicgLz4NCjwvc3ZnPg==');
  background-repeat: repeat; theme*/
}

.promo-item:last-child:after {
  display: none;
}

.promo-link {
  /* color: #544959; theme */
}

.promo-link-icon {
  display: none;
}

.promo-item:hover .promo-link {
  /* color: #0096d5; theme */
  text-decoration: none;
}


/* Sponsored content */

.promo-item-sponsored,
.promo-item-sponsored .promo-link {
  color: #9c5baa;
}

.promo-item-sponsored .promo-link:before {
  content: "SPONSORED: ";
}

.promo-item-sponsored:hover,
.promo-item-sponsored:hover .promo-link {
  color: #b479da;
}


/* Numbered theme */

.promo-theme-numbered .promo-items {
  counter-reset: promo;
}

.promo-theme-numbered .promo-item {
  padding-right: 35px;
  padding-left: 50px;
  min-height: 3.6rem;
}

.promo-theme-numbered .promo-item:hover {
  /* background-color: #0096d5; theme */
}

.promo-theme-numbered .promo-item:hover:after {
  display: none;
}

.promo-theme-numbered .promo-item:before {
  counter-increment: promo;
  content: counter(promo);
  position: absolute;
  display: block;
  top: 8px;
  left: 10px;
  /* color: #0096d5; theme */
  font-size: 3.6rem;
  font-weight: bold;
  /* IE is dumb and was having trouble with rems */
  line-height: 1em;
}

.promo-theme-numbered .promo-item:hover:before {
  color: #fff;
}

.promo-theme-numbered .promo-item:after {
  left: 10px;
}

.promo-theme-numbered .promo-item:hover .promo-link {
  color: #fff;
}

.promo-theme-numbered .promo-link-icon {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -12px;
  width: 15px;
  height: 24px;
  fill: #e8e8e8;
}

.promo-dotted-outer:before {
  margin-bottom: 1.0rem;
}

.promo-dotted-outer:after {
  margin-top: 1.0rem;
}

.promo-dotted-outer:before,
.promo-dotted-outer:after {
  content: "";
  display: block;
  height: 2px;
  /* this is the 'dots-0' svg pattern (see dots-0.svg) */
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1JyBoZWlnaHQ9JzUnPg0KICA8Y2lyY2xlIGN4PScxJyBjeT0nMScgcj0nMScgZmlsbD0nI0JCQkJCQicgLz4NCjwvc3ZnPg==');
  background-repeat: repeat;
}

.promo-dotted-outer .promo-title {
  margin-bottom: 1.0rem;
  border-bottom: none;
}

.promo-dotted-outer .promo-item {
  margin-bottom: 2.0rem;
  padding: 0;
  font-weight: bold;
}

.promo-dotted-outer .promo-item:last-child {
  margin-bottom: 0;
}

.promo-dotted-outer .promo-item:after {
  display: none;
}

.river-item {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1rem 4rem;
}

.river-item-img-container {
  padding: 0 1.6rem 0 1rem;
  flex-shrink: 0;
  flex-grow: 0;
}

.river-item-img-container-no-category {
  /* hack to improve vertical alignment */
  margin-top: .4rem;
}

.river-item-img {
  width: 354px;
}

.river-item-label {
  position: absolute;
  top: 1rem;
  padding: .2rem 1.2rem .2rem 1.2rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
}

.river-item-inner {
  display: inline-block;
  padding: 0 1rem;
  -ms-flex: 0 1 auto;
}

.river-item-inner-no-img {
  border-style: solid;
  border-width: 0 0 0 4px;
  margin-left: 1rem;
  padding-left: 2rem;
}

.river-item-category,
.river-item-category:visited,
.river-item-category:focus,
.river-item-label-img-hidden,
.river-item-label-img-hidden:visited,
.river-item-label-img-hidden:focus {
  font-weight: 700;
  font-size: 1.2rem;
  color: #fff;
  display: inline-block;
  letter-spacing: .07rem;
  padding: .4rem 1rem .4rem 1rem;
  margin-bottom: .5rem;
  text-transform: uppercase;
}

.river-item-category:hover,
.river-item-category:active {
  color: #ffffff;
  text-decoration: none;
}

.river-item-hed {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3.0rem;
  margin: 0;
}

.river-item-dek {
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin: 0.5rem 0 1rem 0;
  padding: 0;
}

.river-item-logo-img {
  max-width: 150px;
  max-height: 60px;
  margin: 0 0 2rem;
}


/* sponsor content subclass ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.river-item-sponsored .river-item-hed-link {
  font-weight: 400;
}

.river-item-sponsored .datetime {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.8rem;
}


/* super-link state ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.river-item.super-ready {
  cursor: pointer;
}

.river-item.super-ready:hover .river-item-hed-link,
.river-item.super-ready .river-item-hed-link:active,
.river-item-hed-link:hover,
.river-item-hed-link:active {
  text-decoration: none;
}


/* river grid ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.river-grid .river-title {
  margin-bottom: 3rem;
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 4.8rem;
}

.river-grid .river-items {
  /* offsets the bottom of the river item */
  margin-bottom: -2rem;
}

.river-grid .river-item {
  display: block;
  margin: 0 0 5rem 0;
}

.river-grid .river-item:before {
  content: "";
  display: block;
  height: 3px;
}

.river-grid .river-item-label {
  position: static;
  margin-bottom: 0.5rem;
  padding: 0;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.8rem;
  background: none;
  text-transform: uppercase;
}

.river-grid .river-item-img {
  margin-bottom: 1rem;
  border: none;
  width: 100%;
  height: auto;
}

.river-grid .river-item-title {
  margin-bottom: 1rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 2.8rem;
}

.river-grid .river-item-dek {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 2.4rem;
}

.river-grid .river-item-link {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2.4rem;
  text-transform: uppercase;
}

.river-grid .river-item-link:active,
.river-grid .river-item-link:focus,
.river-grid .river-item-link:hover {
  text-decoration: none;
}

.river-item-img[class*=lazy-img-placeholder-] {
  height: 0;
}

/* breakpoints ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

@media all and (max-width:1199px) {
  .river-item {
    margin-bottom: 3.5rem;
  }

  .river-item-img {
    width: 184px;
  }

  .river-item-hed {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }

  .river-item-dek {
    font-size: 1.6rem;
  }

  .river-item-img-container {
    padding: 0 1rem;
  }

  /* river grid ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
  .river-grid .river-item {
    position: relative;
    margin-bottom: 3.5rem;
    min-height: 140px;
  }

  .river-grid .river-item:before {
    height: 5px;
  }

  .river-grid .river-item-img {
    position: absolute;
    top: 32px;
    left: 10px;
    width: 180px;
  }

  .river-grid .river-item-w-image .river-item-title,
  .river-grid .river-item-w-image .river-item-dek,
  .river-grid .river-item-w-image .river-item-link {
    margin-left: 200px;
  }
}

@media all and (max-width:992px) {
  .river-item-inner-no-img {
    border-style: none;
    border-width: 0;
    margin-left: 0;
    padding-left: 1rem;
  }
}

@media all and (max-width:767px) {
  .river-item-img-container {
    padding: 0 1em;
  }

  .river-item-inner-no-img {
    border-style: solid;
    border-width: 0 0 0 4px;
    margin-left: 1rem;
    padding-left: 2rem;
  }

  .river-item-hed {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  .river-item-dek {
    margin: 0.5rem 0 0.5rem 0;
    font-size: 1.4rem;
  }

  .river-grid .river-item {
    position: static;
    margin-bottom: 2.5rem;
    min-height: none;
  }

  .river-grid .river-item-title {
    margin-bottom: 0.5rem;
  }

  .river-grid .river-item-img {
    position: static;
    top: auto;
    left: auto;
    margin-bottom: 2.5rem;
    width: 100%;
  }

  .river-grid .river-item-w-image .river-item-title,
  .river-grid .river-item-w-image .river-item-dek,
  .river-grid .river-item-w-image .river-item-link {
    margin-left: auto;
  }

  .river-grid .river-item-link {
    display: block;
    margin-right: 0;
    width: auto;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    text-align: center;
  }
}

@media all and (max-width:575px) {
  .river-item {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin-bottom: 2rem;
  }

  .river-item-category,
  .river-item-label,
  .river-item-category:visited,
  .river-item-category:focus,
  .river-item-label-img-hidden,
  .river-item-label-img-hidden:visited,
  .river-item-label-img-hidden:focus {
    font-size: 1.4rem;
  }

  .river-item-img-container {
    padding: 0;
    margin-bottom: 1rem;
  }

  .river-item-img {
    width: 100%;
    border-right: none;
  }

  .river-item-inner-no-img {
    border-style: none;
    border-width: 0;
    margin-left: 0;
    padding-left: 1rem;
  }

  .river-item.super-ready:hover .river-item-img {
    border-right: none;
  }

  .river-item-category {
    position: absolute;
    top: 2rem;
    left: 0;
  }

  .river-item-no-image .river-item-category {
    position: static;
    padding-left: 1rem;
  }

  .river-item-hed {
    padding-top: 0;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  .river-item-dek {
    margin: 0.5rem 0 0.5rem 0;
    font-size: 1.4rem;
  }

  .river-item-divider {
    margin-top: 1rem;
  }
}

.skybox-img {
  display: block;
  margin-bottom: 5px;
  width: 100%;
  height: auto;
}

.skybox-img[class*=lazy-img-placeholder-] {
  height: 0;
}

.skybox-item {
  position: relative;
  overflow: hidden;
}

.skybox-label {
  position: absolute;
  top: 10px;
  left: 0px;
  padding: .4rem 1.2rem .4rem 1.2rem;
  max-width: 100%;
  z-index: 10;
}

.skybox-text {
  display: block;
}

.skybox-icon {
  position: absolute;
  margin-top: -10px;
  width: 40px;
  height: 40px;
  fill: #fff;
}



/* Carousel */

.skybox .owl-prev,
.skybox .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  padding: 0 10px;
  overflow: hidden;
}

.skybox .disabled {
  display: none;
}

.skybox .owl-prev {
  left: 0;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
}

.skybox .owl-next {
  right: 0;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}



/* Sponsored Items */

.skybox-item-sponsored .skybox-link:hover,
.skybox-item-sponsored .skybox-link:hover .skybox-text,
.skybox-item-sponsored .skybox-text:hover {
  color: #9c5baa;
}

.skybox-item-sponsored .skybox-label {
  color: #fff;
  background-color: #9c5baa;
}

.story-meta {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.story-meta li {
  position: relative;
  padding: 0 1px 0 6px;
  display: inline-block;
  vertical-align: top;
}

.story-meta li:first-child {
  padding-left: 0;
  padding-right: 2px;
}

.story-meta li:first-child:before {
  display: none;
}



/* subclasses ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.story-meta-top-story {
  color: #fff;
  display: block;
}

.story-meta-top-story li,
.story-meta-top-story li:first-child {
  display: inline-block;
  padding-right: .5rem;
  background: rgba(15, 44, 55, .6);
}

.story-meta-top-story li:before {
  background: #dfe0e1;
}

.story-meta-river-item {
  margin: 0;
}

.story-meta-topic-lander-top-story {
  margin: 0;
}


/* breakpoints ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

@media all and (max-width:575px) {
  .story-meta-top-story li,
  .story-meta-top-story li:first-child {
    background-color: inherit;
  }
}

.mini-feed:not(:last-child):after {
  content: "";
  position: absolute;
  top: 1px;
  right: -1px;
  height: 100%;
  width: 2px;
  background-repeat: repeat;
  /* this is the dots-0-blue pattern (can be modified/re-generated from dots-0-blue.svg) */
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1JyBoZWlnaHQ9JzUnPg0KICA8Y2lyY2xlIGN4PScxJyBjeT0nMScgcj0nMScgZmlsbD0nIzAwOTZkNScgLz4NCjwvc3ZnPg0K');
}

.mini-feed-label {
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: bold;
  letter-spacing: .2px;
  text-transform: uppercase;
  color: #0096d5;
  margin-bottom: 1.4rem;
}

.mini-feed-item-container {
  position: relative;
  margin-bottom: 1.2rem;
}

.mini-feed-item-img {
  position: absolute;
}

.mini-feed-item-inner {
  margin-left: 105px;
  min-height: 57px;
}

.mini-feed-item-hed {
  color: #544959;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.mini-feed-see-more-link {
  color: #0093d4;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2rem;
}

.mini-feed-see-more-link:hover {
  color: #59ceff;
  text-decoration: none;
}


/* super-link state ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.mini-feed-item-container.super-ready {
  cursor: pointer;
}

.mini-feed-item-container.super-ready:hover .mini-feed-item-hed,
.mini-feed-item-container.super-ready .mini-feed-item-hed:active {
  color: #0096d5;
  text-decoration: none;
}


/* breakpoints ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

@media all and (max-width:1199px) {
  .mini-feed-top {
    padding-bottom: 2rem;
  }

  .mini-feed-bottom {
    padding-top: 2rem;
  }

  .mini-feed:nth-child(even):after {
    background-image: none;
  }
}

/*
  Share: [twitter] [linkedin] [facebook] [email] [disqus]
*/

.share-this {
  margin-bottom: 2.25rem;
}

.share-this::first-letter {
  text-transform: uppercase;
}

.share-this-text {
  display: block;
  margin-bottom: 15px;
  text-align: center;
}

.share-this .social-options {
  display: block;
  text-align: center;
}

.share-this .social-options .social-options-item .social-options-svg {
  width: 35px;
  height: 35px;
}

@media all and (min-width: 768px) {
  .share-this-text {
    display: inline;
    margin-right: 15px;
    margin-bottom: 0px;
    text-align: left;
  }
  .share-this .social-options {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    vertical-align: middle;
  }
}

@media all and (min-width: 1200px) {
  .share-this .social-options .social-options-item .social-options-svg {
    width: 25px;
    height: 25px;
  }
}

.sponsor-content-tag {
  display: block;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 1rem;
  padding: 0;
  color: #fff;
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
}

.sponsor-content-tag-inner-a {
  display: inline-block;
  padding: .9rem 1.2rem .8rem 1.2rem;
  background-color: #9c5baa;
}

.sponsor-content-tag-label {
  margin-right: 15px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4rem;
}

.sponsor-content-tag-help {
  font-size: 1.0rem;
  line-height: 1.4rem;
}

.sponsor-content-tag-help:hover {
  cursor: default;
}

.sponsor-content-tag-help-tooltip {
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.95);
  padding: 6px 10px;
  width: 250px;
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 1, 0.06);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 1, 0.06);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 1, 0.06);
}

.sponsor-content-tag-icon {
  margin-right: 5px;
  width: 10px;
  height: 10px;
  fill: #fff;
}

@media all and (min-width: 576px) {
  .sponsor-content-tag {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
    width: 540px;
    max-width: 100%;
  }
}

@media all and (min-width: 768px) {
  .sponsor-content-tag {
    margin-bottom: 2rem;
    padding: 0;
    width: 720px;
  }
}

@media all and (min-width: 992px) {
  .sponsor-content-tag {
    width: 960px;
  }
}

@media all and (min-width: 1200px) {
  .sponsor-content-tag {
    width: 1140px;
  }
}

.subscribe {
  margin-bottom: 50px;
  /* border-left: 2px solid #0096d5; theme */
  /* padding-left: 8px; theme */
}
.subscribe-label {
  display: block;
  margin-bottom: 0;
}
.subscribe-title {
  margin-bottom: 0.5rem;
  /* color: #0096d5; theme */
  /* font-size: 1.8rem; theme */
  font-weight: bold;
  /* line-height: 1.4rem; theme */
}
.subscribe-text {
  margin-bottom: 0.5rem;
  color: #0096d5;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.4rem;
}
.subscribe-email-icon {
  display: block;
  height: 25px;
  width: 25px;
  fill: #0096d5;
}
.subscribe .form-group {
  margin-bottom: 0;
}
.subscribe .input-group {
  /* background-color: #e8eced; theme */
}
.subscribe .input-group-addon {
  border: 1px solid transparent;
  border-right: none;
  padding-left: 10px;
  background-color: transparent;
}
.subscribe .form-control {
  border: 1px solid transparent;
  border-left: none;
  border-right: none;
  padding-left: 0px;
  /* font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif; theme */
  /* font-size: 1.4rem; theme */
  /* line-height: 2.4rem; theme */
  background-color: transparent;
}
.subscribe .btn {
  border: 1px solid transparent;
  border-left: none;
  border-radius: 0;
  /* background-color: #0096d5; theme */
}
.subscribe .btn:hover {
  opacity: 0.8;
}
.subscribe .form-control {
  border-left: none;
  border-right: none;
}
.subscribe .input-group-btn {
  border-left: none;
}
.subscribe-submit-icon {
  width: 18px;
  height: 18px;
  fill: #fff;
  position: relative;
  top: 0;
  left: 1px;
}

.subscribe .has-danger .input-group-addon,
.subscribe .has-danger .form-control,
.subscribe .has-danger .input-group-btn {
  border: 1px solid red;
}
.subscribe .has-danger .input-group-addon
{
  border-right: none;
}
.subscribe .has-danger .form-control
{
  border-left: none;
  border-right: none;
}
.subscribe .has-danger .input-group-btn {
  border-left: none;
}

.subscribe-third-party {
  color: #544959;
  font-family: "Droid Serif", Georgia, serif;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.subscribe-preview {
  display: inline-block;
  margin-bottom: 3.0rem;
  color: #0096d5;
  font-size: 1.8rem;
  font-weight: bold;
}
.subscribe-preview:active,
.subscribe-preview:focus,
.subscribe-preview:hover {
  color: #59ceff;
  text-decoration: none;
}
.subscribe-preview-text {
  display: block;
  margin-bottom: 1rem;
}

.subscribe-flip-state {
  padding-top: 0.8rem;
}
.subscribe-thank-you,
.subscribe-see-more,
.subscribe-see-more-link {
  font-family: "Droid Serif", Georgia, serif;
  font-size: 1.8rem;
  line-height: 1.2em;
}
.subscribe-thank-you {
  margin-bottom: 1rem;
  color: #0096d5;
  font-weight: bold;
}
.subscribe-see-more-link {
  color: #0096d5;
}
.subscribe-see-more-link:active,
.subscribe-see-more-link:focus,
.subscribe-see-more-link:hover {
  color: #59ceff;
  text-decoration: none;
}
.subscribe-see-more {
  color: #544959;
  font-family: "Droid Serif", Georgia, serif;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 3.0rem;
}
/* Inline theme */

.subscribe-inline {
  border-left: none;
  padding-left: 0;
}
.subscribe-inline .subscribe-title {
  margin-bottom: 4rem;
  color: #544959;
  font-family: "Droid Serif", Georgia, serif;
  font-size: 3rem;
  font-weight: normal;
  line-height: 3.6rem;
}
.subscribe-inline .subscribe-form {
  margin-bottom: 4rem;
}
.subscribe-inline .input-group {
  margin-bottom: 2rem;
}
.subscribe-inline .input-group-btn .btn {
  color: #fff;
  font-size: 1.8rem;
}

.survey-modal {
  display: none;
  position: relative;
  color: #FFFFFF;
  background: #0096d5;
  padding: 30px 35px 30px 35px;
  width: auto;
  max-width: 450px;
  margin: 20px auto;
  border-bottom: solid 5px #59ceff;
  font-size: 1em;
  font-family: "Droid Serif", 'Georgia', serif;
}
.survey-modal-close {
  position: absolute;
  top: 10px;
  right: 5px;
  border: none;
  background: transparent;
}
.survey-modal-close-icon {
  width: 20px;
  height: 20px;
  opacity: 0.65;
  fill: #096287;
}
.survey-modal-close:hover .survey-modal-close-icon {
  opacity: 1;
}
.survey-modal-close:active {
  top: 10px;
}
.survey-modal h1 {
  padding: 0;
  margin: 0 0 18px 0;
  font-weight: bold;
  font-size: 32px
}
.survey-modal p {
  margin-bottom: 48px;
  padding: 0;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 3.0rem;
}
.survey-modal .form-group {
  position: relative;
  margin-bottom: 25px;
  background-color: #096287;
}
.survey-modal .form-control {
  border: 0;
  border-radius: 0;
  padding: 10px;
  color: #fbfcfd;
  font-family: "Droid Serif", Georgia, serif;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.8rem;
  background-color: transparent;
}
.survey-modal .form-control::-webkit-input-placeholder { color: #fbfcfd; }
.survey-modal .form-control::-moz-input-placeholder { color: #fbfcfd; }
.survey-modal .form-control::-ms-input-placeholder { color: #fbfcfd; }
.survey-modal .form-control:-ms-input-placeholder { color: #fbfcfd; }
.survey-modal .form-control:placeholder { color: #fbfcfd; }
.survey-modal .form-control:placeholder-shown { color: #fbfcfd; }

.survey-modal .form-group .form-control.custom-select
{
  position: relative;
  height: 3.8rem;
  background: none;
  z-index: 1;
}
.survey-modal .form-group .form-control.custom-select option {
  color: #544959;
}

.survey-modal-select-icon-container
{
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 38px;
  background-color: #59ceff;
  transform: rotate(90deg);
  z-index: 0;
}
.survey-modal-select-icon
{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9.5px;
  margin-left: -9.5px;
  width: 19px;
  height: 19px;
  fill: #fff;
}

.survey-modal-submit
{
  margin: 0;
  border: 0;
  padding: 7px 25px;
  color: #fff;
  font-size: 1.8rem;
  background: #59ceff;
}
.survey-modal-submit:hover {
  color: #096287;
  background-color: #fff;
}

.survey-modal-military-branch,
.survey-modal-fed-gov-agency-dept,
.survey-modal-state-local-agency-dept {
  display: none;
}

/*
.survey-modal .select-field select option {
  background-color: #096287;
  color: #fff;
}
.survey-modal .select-field select::-ms-expand {
  display: none;
}
*/

/*
@media all and (max-width:600px) {
  .survey-modal {
    max-width: none;
    padding: 20px 30px 20px 30px;
    margin: 0;
  }
}
*/

.loading-spinner {
  text-align: center;
  padding: 3rem 0;
  display: none;
}

.loading-spinner.loading-spinner-page-bottom {
    background-color: #e8eced;
}

/*
Credit: @tobiasahlin
http://tobiasahlin.com/spinkit/
*/

.spinner {
  margin: 0 auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #544959;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.footer {
    padding: 3rem 0;
    background-color: #e8eced;
}

.footer .footer-logo {

}

.footer .footer-logo-svg {
    fill: #0096d5;
    width: 100%;
    height: 65%;
}

.footer .footer-link-list {
    margin-bottom: 4rem;
}

.footer .footer-link {
    font-size: 1.4rem;
    color: #acacac;
    display:block;
    padding:0.5rem 1rem;
    /* copy-paste dots-0 */
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1JyBoZWlnaHQ9JzUnPg0KICA8Y2lyY2xlIGN4PScxJyBjeT0nMScgcj0nMScgZmlsbD0nI0JCQkJCQicgLz4NCjwvc3ZnPg==');
    background-repeat: repeat-x;
    background-position: bottom;
}

.footer .footer-link:hover,
.footer .footer-link:active {
    text-decoration: none;
    color: #0096d5;
    /* copy-paste dots-0-blue */
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1JyBoZWlnaHQ9JzUnPg0KICA8Y2lyY2xlIGN4PScxJyBjeT0nMScgcj0nMScgZmlsbD0nIzAwOTZkNScgLz4NCjwvc3ZnPg0K');
}

.footer .footer-copyright {
    font-size: 1.4rem;
    color: #acacac;
}


@media all and (max-width:575px) {
    .footer .footer-copyright {
        text-align: center;
    }

    .footer .footer-logo {
        position: absolute;
        bottom: 50px;
    }

    .footer .footer-logo-svg {
        width: 100%;
        height: 100px;
    }

    .footer .footer-copyright {
        padding-top: 120px;
    }
}

.tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tags-item {
  margin-right: 10px;
  margin-bottom: 10px;
  color: #fbfcfd;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .07rem;
}

.tags-link,
.tags-link:hover {
  color: #fbfcfd;
  text-decoration: none;
}

/* Tagline */

.tagline-logo-container {
  display: block;
  position: relative;
  margin: 0 0 5px 0;
  padding-top: 25%;
  height: 0;
}
.tagline-logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  fill: #0096d5;
}

.tagline-sep {
  display: block;
  margin: 0 0 10px 0;
  height: 2px;
}

.tagline-text {
  margin: 0;
  padding: 0;
  color: #666666;
  font-family: "Droid Serif", Georgia, serif;
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-align: center;
}

/* Bar theme */

.tagline-bar {
  margin-left: auto;
  margin-right: auto;
  margin-top: -2.5rem;
  padding: 5px;
  color: #0096d5;
  font-family: "Droid Serif", Georgia, serif;
  font-size: 1.2rem;
  text-align: center;
  background-color: #e8eced;
}

.wysiwyg > * {
  margin-top: 0;
  margin-bottom: 2.0rem;
}

/*
.wysiwyg > *:last-child {
  margin-bottom: 0;
}
*/

.wysiwyg blockquote {
  margin-left: 16.66px;
  margin-right: 0px;
  padding-left: 8px;
}

.wysiwyg blockquote > * {
  margin-top: 0;
  margin-bottom: 2.0rem;
}

.wysiwyg blockquote > *:last-child {
  margin-bottom: 0;
}

.wysiwyg em {
  font-style: italic;
}

.wysiwyg figcaption {
  color: #999999;
  font-family: Roboto, sans-serif;
  font-size: 1.2rem;
  line-height: 2.0rem;
}


/* for completeness h1 and h2 are placed here even though it probably shouldn't be used */

.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3 {
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.wysiwyg .gemg-captioned img {
  margin-bottom: 1.5rem;
}

.wysiwyg img {
  display: block;
  width: 100%;
  height: auto;
}

.wysiwyg ol {
  clear: left;
  margin-left: 26.66px;
  padding: 0;
  list-style-type: none;
  counter-reset: wysiwyg-ul;
}

.wysiwyg ol > li {
  position: relative;
  margin: 0;
}

.wysiwyg ol > li:before {
  content: counter(wysiwyg-ul) ".)";
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: 5px;
  counter-increment: wysiwyg-ul;
}

.wysiwyg strong {
  font-weight: bold;
}

.wysiwyg u {
  text-decoration: underline;
}

.wysiwyg ul {
  clear: left;
  margin-left: 26.66px;
  padding: 0;
  list-style-type: none;
}

.wysiwyg ul > li {
  position: relative;
  margin: 0;
}

.wysiwyg ul > li:before {
  content: "\2022";
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: 5px;
}

.wysiwyg .social-tools-placeholder {
  display: none;
}

.wysiwyg .pullquote {
  clear: both;
  margin-top: 5.0rem;
  margin-left: 26.66px;
  margin-right: 0px;
}

.wysiwyg .pullquote-quote {
  margin-bottom: 2.0rem;
}

.wysiwyg .pullquote-quote:before {
  content: "“";
  position: relative;
  top: 0.8rem;
  margin-right: 0.3rem;
  vertical-align: top;
}

.wysiwyg .pullquote-quote:after {
  content: "”"
}

.wysiwyg .has-media {
  display: block;
  margin-bottom: 2.0rem;
}

.wysiwyg .has-media-normal,
.wysiwyg .has-media-in-stream-portrait,
.wysiwyg .has-media-small {
  display: block;
  width: auto;
}

.wysiwyg .has-media-gigantic,
.wysiwyg .has-media-huge {
  margin-left: -10px;
  margin-right: -10px;
}

.wysiwyg .embed-wrapper,
.wysiwyg .charts-container {
  /* clear: both; */
  margin-left: auto;
  margin-right: auto;
}

.wysiwyg .embed-container {
  position: relative;
  padding-top: 53%;
  padding-bottom: 0;
  height: 0;
  /* overflow: hidden; This causes iframes to shift left when close to sidebar elements. Not sure why. */
}

.wysiwyg .embed-container .BrightcoveExperience,
.wysiwyg .embed-container .embedded {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
}

@media all and (min-width: 576px) {
  .wysiwyg .pullquote {
    margin-left: 45px;
  }
  .wysiwyg ol,
  .wysiwyg ul {
    margin-left: 45px;
  }
  .wysiwyg blockquote {
    margin-left: 35px;
  }
}
@media all and (min-width: 768px) {
  .wysiwyg .has-media {
    display: block;
    margin-bottom: 2.0rem;
  }
  .wysiwyg .has-media-gigantic,
  .wysiwyg .has-media-huge {
    margin-left: 0px;
    margin-right: 0px;
  }
  .wysiwyg .has-media-in-stream-portrait {
    float: left;
    width: 280px;
    margin-right: 20px;
  }
  .wysiwyg .pullquote {
    margin-left: 60px;
  }
  .wysiwyg ol,
  .wysiwyg ul {
    margin-left: 60px;
  }
  .wysiwyg blockquote {
    margin-left: 50px;
  }
}

@media all and (min-width: 992px) {
  .wysiwyg .pullquote {
    margin-left: 79.98px;
  }
  .wysiwyg ol,
  .wysiwyg ul {
    margin-left: 79.98px;
  }
  .wysiwyg blockquote {
    margin-left: 69.98px;
  }
}

@media all and (min-width: 1200px) {
  .wysiwyg .has-media {
    display: block;
    margin-bottom: 2.0rem;
  }
  .wysiwyg .pullquote {
    margin-left: 95px;
    margin-right: 100px;
  }
  .wysiwyg ol,
  .wysiwyg ul {
    margin-left: 95px;
  }
  .wysiwyg blockquote {
    margin-left: 70px;
    margin-right: 100px;
  }

  .wysiwyg .has-media-normal,
  .wysiwyg .has-media-small {
    margin-left: auto;
    margin-right: auto;
    width: 490px;
  }
  .wysiwyg .has-media-gigantic,
  .wysiwyg .has-media-huge {
    margin-left: 0px;
    margin-right: 0px;
  }
}


/* Sponsor content */

.wysiwyg-sponsored h1,
.wysiwyg-sponsored h2,
.wysiwyg-sponsored h3,
.wysiwyg-sponsored .pullquote-attribution,
.wysiwyg-sponsored figcaption {
  font-family: "Droid Serif", Georgia, serif;
}

.wysiwyg-sponsored > * {
  font-family: Roboto, sans-serif;
}

.wysiwyg-sponsored .pullquote-quote:before,
.wysiwyg-sponsored .pullquote-attribution,
.wysiwyg-sponsored a {
  color: #9c5baa;
}

.wysiwyg-sponsored a:hover {
  color: #b479da;
}

.wysiwyg-sponsored blockquote {
  border-left: 2px solid #9c5baa;
}

.author-page-bio-hed {
  font-size: 4.8rem;
  line-height: 5.2rem;
  font-weight: 700;
  color: #0096d5;
  margin: 0 0 .5rem 0;
  padding: 0;
}

.author-page-bio-author-name {
  color: #544959;
  font-size: 2.8rem;
  line-height: 3.2rem;
  padding: 0;
  margin: 0 0 1rem 0;
}

.author-page-bio-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.author-page-bio-inner {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.author-page-bio-img-container {
  min-width: 18rem;
  margin-right: 2rem;
}

.author-page-bio-img-with-text {
  padding-top: .6rem;
}

.author-page-bio-text {
  color: #0096d5;
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 1rem;
}

.author-page-bio-text+.author-page-bio-social {
  margin-top: 1.25rem;
}

.author-page-bio-social-items-link {
  font-size: 1.8rem;
  font-weight: 700;
  color: #0093d4;
}

.author-page-bio-social-items-link:hover {
  text-decoration: none;
  color: #59ceff;
}

.author-page-bio-social .social-options-svg {
  vertical-align: middle;
  margin-right: .3rem;
}

@media all and (min-width: 768px) {
  .author-page-bio-hed {
    font-size: 4.8rem;
    line-height: 100%;
    margin: 0 0 1rem 0;
  }
  .author-page-bio-author-name {
    color: #544959;
    font-size: 3.2rem;
    line-height: 100%;
    margin-bottom: 1.5rem;
  }
}

@media all and (min-width: 1200px) {
  .author-page-bio-hed {
    font-size: 6rem;
    line-height: 100%;
  }
  .author-page-bio-author-name {
    font-size: 3.6rem;
    line-height: 100%;
  }
  .author-page-bio-text {
    line-height: 3rem;
  }
}

.pagination-container {
  line-height: 1.6rem;
  text-align: left
}

.pagination-link {
  color: #0096d5;
  text-transform: uppercase;
  font-size: 1.8rem;
  letter-spacing: .1rem;
  text-decoration: none;
}

.pagination-icon {
  width: 1.2rem;
  height: 1.2rem;
  fill: #0096d5;
}

.pagination-inner {
  display: inline-block;
  padding-top: .2rem;
}

.pagination-divider {
  margin-left: 1.5rem;
  padding-left: 1.7rem;
  border-width: 0 0 0 2px;
  border-style: solid;
  color: #544959;
}

.pagination-link:hover {
  text-decoration: none;
  color: #59ceff;
}

.pagination-link:hover .pagination-icon {
  fill: #59ceff;
}

.search-result-item-hed-link {
  font-size: 2.4rem;
  line-height: 2.8rem;
  color: #0096d5;
  font-weight: 700;
}

.search-result-item.super-ready {
  cursor: pointer;
}

.search-result-item-dek {
  color: #544959;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2rem;
}

.search-result-item-byline {
  font-size: 1.2rem;
  font-weight: 1.8rem;
  font-weight: 700;
  color: #0093d4;
}

.search-result-item.super-ready:hover .search-result-item-hed-link,
.search-result-item.super-ready .search-result-item-hed-link:active,
.search-result-item:hover,
.search-result-item:active {
  color: #59ceff;
  text-decoration: none;
}

.search-result-item.super-ready:hover {
  border-color: #59ceff;
}

@media all and (min-width: 576px) {
  .search-result-item {
    border-style: solid;
    border-color: #0096d5;
    border-width: 0 0 0 4px;
    padding-left: 2rem;
  }
  .search-result-item-dek {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

@media all and (min-width: 992px) {
  .search-result-item-hed-link {
    font-size: 3rem;
    line-height: 3.6rem;
  }
  .search-result-item-dek {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}

.sponsorships {
  color: #544959;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.sponsorships-link {
  display: block;
  margin-bottom: 1.0rem;
  color: #544959;
}
.sponsorships-link:hover {
  color: #0096d5;
  text-decoration: none;
}

.sponsorships-w-logo {
  position: relative;
  overflow: hidden;
}
.sponsorships-w-logo .sponsorships-name {
  display: block;
  position: absolute;
  left: -9999px;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.sponsorships-logo {
  display: block;
  max-width: 100%;
  height: auto;
}

.not-found-outer {
  margin-top: 4rem;
}

.not-found-top-container {
  padding: 2rem;
  border-style: solid;
  border-width: 0 0 6px 0;
}

.not-found-bottom-container {
  padding: 1rem 2rem;
}

.not-found-header-1 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 2.8rem;
}

.not-found-header-2 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 2.8rem;
}

.not-found-header-3 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
}

.not-found-header-4 {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
}

.not-found-post-img {
  max-width: 100%;
  border-style: solid;
  border-width: 0 0 6px 0;
}

.not-found-post-hed {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 700;
  text-decoration: none;
}

.not-found-post-dek {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 700;
}

.not-found-post-hed:hover,
.not-found-post-dek:hover {
  text-decoration: none;
}

.not-found-post-byline {
  font-size: 1.2rem;
  font-weight: 1.8rem;
  font-weight: 700;
}

@media all and (min-width: 768px) {
  .not-found-outer {
    margin-top: 5rem;
  }
  .not-found-header-1,
  .not-found-header-2 {
    font-size: 3.6rem;
    line-height: 3.6rem;
  }
  .not-found-header-3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  .not-found-header-4 {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .not-found-shield-icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 7px;
  }
  .not-found-post-hed {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
  .not-found-post-dek {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}

@media all and (min-width: 1200px) {
  .not-found-header-1,
  .not-found-header-2 {
    font-size: 4.8rem;
    line-height: 4.8rem;
  }
}

/* Base: base/v2/css/modules/promo.css */

.promo-title {
  color: #000000;
  font-size: 1.7rem;
  border-bottom-color: #71bf44;
}

.promo-item {
  font-size: 1.5rem;
  line-height: 2.0rem;
}

.promo-item:after {
  background-color: #c2c2c2;
  height: 1px;
}

.promo-link {
  color: #000000;
}

.promo-item:hover .promo-link {
  color: #71bf44;
}

.promo-theme-numbered .promo-item:hover {
  background-color: #000000;
}

.promo-theme-numbered .promo-item:before,
.promo-theme-numbered .promo-item:hover:before {
  color: #71bf44;
}

.promo-theme-numbered .promo-item:after {
  left: 0;
}

.ng-promo-solid-outer:before {
  content: "";
  display: block;
  height: .5rem;
}

.ng-promo-solid-outer:after {
  content: "";
  display: block;
  height: 1.5rem;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #999999;
  margin-bottom: 3rem;
}

.ng-promo-solid-outer .promo-title {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  padding-bottom: .3rem;
  border-width: 0 0 2px 0;
  border-color: #73bf45;
  border-style: solid;
  color: #71bf44;
}

.ng-promo-solid-outer .promo-item {
  margin-bottom: 1.5rem;
  padding: 0;
  font-weight: bold;
}

.ng-promo-solid-outer .promo-item:last-child {
  margin-bottom: 0;
}

.ng-promo-solid-outer .promo-item:after {
  display: none;
}

/* sub-modules */

.social-options-nav {
  position: absolute;
  top: 16px;
  left: 217px;
  display: block;
}

.social-options-nav .social-options-item .social-options-svg,
.social-options-nav .social-options-item:link .social-options-svg,
.social-options-nav .social-options-item:visited .social-options-svg {
  fill: #000000;
  width: 15px;
  height: 15px;
}

.social-options-nav .social-options-item:hover .social-options-svg {
  opacity: 0.6;
}

/* sub-module: social-options-menu */

.social-options-menu {
  margin: 0 -1.5rem;
}

.social-options-menu .social-options-item .social-options-svg,
.social-options-menu .social-options-item:link .social-options-svg,
.social-options-menu .social-options-item:visited .social-options-svg {
  fill: #000000;
}

.social-options-menu .social-options-item {
  padding: 0 1.5rem;
}


/* Parent state: is-nav-attached */

.alt-navbar.is-nav-attached .social-options-nav {
  display: none;
}

.social-options .social-options-item .social-options-svg-email {
  fill: #999999;
}

/* smaller icon sizes */
.social-options-md {
  width: 25px;
  height: 25px;
}

/* Larger icon sizes */
.social-options.social-options-md .social-options-item .social-options-svg {
  width: 25px;
  height: 25px;
}

/* Breakpoints */

@media all and (max-width: 1199px) {
  .alt-navbar.is-nav-attached .social-options-nav {
    display: block;
  }

  .social-options-nav {
    left: 185px;
    top: 14px;
  }
}

.subscribe {
  margin-bottom: 40px;
}

svg.subscribe-slashes {
  display: block;
  width: 60px;
  height: 50px;
  margin-left: -1.5rem;
}

.subscribe-slashes-container {
  width: 50px;
  height: 50px;
  float: left;
  margin-left: -1rem;
}

.subscribe-title {
  color: #000000;
  font-size: 1.7rem;
  line-height: 2rem;
}

.subscribe-email-icon {
  display: none;
}

.subscribe .input-group {
  border: 1px solid #c2c2c2;
  background-color: #ffffff;
}

.subscribe .form-control {
  color: #000000;
  font-size: 1.5rem;
}

.subscribe .form-control::-moz-placeholder {
  opacity: 1;
  color: #000000;
}

.subscribe .form-control::-webkit-input-placeholder {
  color: #000000;
}

.subscribe .form-control:-ms-input-placeholder {
  color: #000000;
}

.subscribe .form-control::placeholder {
  opacity: 1;
  color: #000000;
}

.subscribe .btn {
  background-color: #71bf44;
  margin: -1px -1px -1px 0;
}

.subscribe .btn:hover {
  background-color: #95CB6E;
}

.subscribe-submit-icon {
  top: 1px;
}

.subscribe-third-party {
  font-family: Roboto;
}

.search-results-hed {
  color: #71bf44;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 7.8rem;
  margin-bottom: 0;
  margin-top: 1rem;
}

.search-results-subhed {
  color: #292b2c;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.5;
}

.search-results-form-label {
  display: block;
  margin-bottom: 0;
}

.search-results-form .form-group {
  margin-bottom: 0;
}

.search-results-form input#q {
  border: 1px solid #d9d9d9;
  border-right: none;
  border-radius: 0;
}

.search-results-form input#q::placeholder {
  color: #989898;
}

.search-results-form .form-control {
  border: 1px solid transparent;
  border-left: none;
  border-right: none;
  font-size: 1.5rem;
  line-height: 2.4rem;
  background-color: transparent;
}

.search-results-form .btn {
  border: 1px solid transparent;
  border-left: none;
  border-radius: 0;
  background-color: #0096d5;
}

.search-results-form .btn:hover {
  background-color: #95CB6E;
}

.search-results-form .form-control {
  border-left: none;
  border-right: none;
}

.search-results-form .input-group-btn {
  border-left: none;
}

.search-results-form .btn {
  background-color: #72BF44;
}

.search-results-form-submit-icon {
  width: 18px;
  height: 18px;
  fill: #fff;
  position: relative;
  top: 0;
  left: 1px;
}

.search-results-no-results {
  color: #000000;
  font-size: 2rem;
  text-align: center;
}

.search-results-count {
  color: #000000;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 700;
}

@media all and (max-width: 1200px) {
  .search-results-hed {
    font-size: 7.5rem;
  }
}

@media all and (max-width: 768px) {
  .search-results-hed {
    font-size: 6.5rem;
  }
  .search-results-subhed {
    font-size: 3.2rem;
    line-height: 3.6rem;
  }
}

.l-500 {
  background: url('https://cdn.nextgov.com/b/nextgov/v2/img/not-found-bg.jpg?7d82e7306875') no-repeat 100% fixed;
  -webkit-background-size: cover;
  background-size: cover;
}

.error-page-outer {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90vh;
}

.error-page-container {
  background-color: white;
  padding: 6rem;
  border-style: solid;
  border-color: #72BF44;
  border-width: 0 0 6px 0;
  -webkit-box-shadow: 0px 9px 16px 9px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 9px 16px 9px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 9px 16px 9px rgba(0, 0, 0, 0.1);
}

.error-page-header {
  font-weight: 700;
  color: #72BF44;
}

.error-page-text {
  color: #000000;
  font-size: 1.4rem;
  line-height: 2.2rem;
}

.error-page-text p {
  margin-top: 0;
  margin-bottom: 2rem;
}

.error-page-link, .error-page-link:hover {
  color: #72BF44;
  font-weight: bold;
}

@media all and (min-width: 768px) {
  .error-page-header {
    font-size: 3.6rem;
    line-height: 4.2rem;
  }
  .error-page-text {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}

@media all and (min-width: 1200px) {
  .error-page-header {
    font-size: 5rem;
    line-height: 5.6rem;
  }
}

.feature-story-label {
  color: #71bf44;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 7.8rem;
  margin-bottom: 0;
  margin-top: -2.2rem;
}

.feature-story-button-container {
  margin-bottom: 20px;
}

.feature-story-description {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #999999;
  text-transform: uppercase;
  margin-top: -20px;
}

.feature-story-tag {
  color: #71bf44;
}

.feature-story-description:before {
  content: '//';
}

.feature-story-hed-link {
  font-size: 3.6rem;
  line-height: 4rem;
}

.feature-story-hed-link {
  color: #000000;
}

.feature-story-hed-link:hover,
.feature-story-hed-link:focus {
  color: #71bf44;
  text-decoration: none;
}

.feature-story-subhed-link,
.feature-story-subhed-link:hover,
.feature-story-subhed-link:focus {
  color: #000000;
}

.feature-story-subhed-link {
  font-size: 2rem;
  font-weight: 400;
}

.feature-story-subhed {
  margin-top: 10px;
  margin-bottom: .5rem;
}

.feature-story-sponsorships {
  float: none;
  color: #999999;
  width: 100%;
}

.sponsorships-presented-text {
  margin-bottom: .5rem;
}

.sponsorships-w-logo {
  width: 185px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

@media all and (max-width:1199px) {
  .feature-story-description {
    margin-bottom: 5rem;
  }

  .feature-story-label {
    font-size: 7rem;
    line-height: 7.8rem;
    margin-bottom: 15px;
  }

  .feature-story {
    border-bottom: 1px solid #c2c2c2;
    margin-top: -1rem;
    margin-bottom: 2rem;
  }

  .feature-story-hed-link {
    font-size: 3rem;
  }
}

@media all and (max-width:991px) {
  .feature-story-description {
    margin-top: -10px;
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-bottom: 3rem;
  }

  .feature-story {
    margin-top: 2rem;
  }

  .feature-story-label {
    font-size: 4.5rem;
    margin-top: 0;
    line-height: 5.5rem;
    margin-bottom: 10px;
  }

  .feature-story-hed-link {
    font-size: 3rem;
    line-height: 3.2rem;
  }

  .feature-story-subhed {
    margin-bottom: 1rem;
  }

  .feature-story-subhed-link {
    font-size: 1.8rem;
  }
}

@media all and (max-width:767px) {
  .feature-story-label {
    font-size: 5rem;
    line-height: 5.2rem;
    margin-bottom: 0;
  }

  .feature-story {
    padding-bottom: .5rem;
    margin-bottom: 2rem;
  }

  .feature-story-description {
    margin-top: 5px;
  }
}

.feature-river-item {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1rem 4rem;
}

.feature-river-item .no-image-slashes {
  width: 180px;
  margin-left: -2.8rem;
  margin-top: .4rem;
}

.feature-river-item .no-image-slashes-medium {
  display: none;
}

.feature-river-item-img-container {
  padding: 0 1.6rem 0 1rem;
  flex-shrink: 0;
  flex-grow: 0;
}

.feature-river-item-img-container-no-category {
  /* hack to improve vertical alignment */
  margin-top: .4rem;
}

.feature-river-item-img {
  width: 354px;
  border-right: 4px solid #71bf44;
}

.feature-river-item-label {
  position: absolute;
  top: 1rem;
  padding: .2rem 1.2rem .2rem 1.2rem;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #71bf44;
  color: #fff;
}

.feature-river-item-inner {
  display: inline-block;
  padding: 0 1rem;
  -ms-flex: 0 1 auto;
}

.feature-river-item-inner-no-img {
  border: none;
}

.feature-river-item-inner-no-img .feature-river-item-hed {
  padding-top: 3px;
}

.feature-river-item-category,
.feature-river-item-category:visited,
.feature-river-item-category:focus,
.feature-river-item-label-img-hidden,
.feature-river-item-label-img-hidden:visited,
.feature-river-item-label-img-hidden:focus {
  font-weight: 700;
  font-size: 1.2rem;
  color: #fff;
  display: inline-block;
  letter-spacing: .07rem;
  padding: .4rem 1rem .4rem 1rem;
  margin-bottom: .5rem;
  text-transform: uppercase;
  background-color: #71bf44;
  color: #fff;
}

.feature-river-item-category:hover,
.feature-river-item-category:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #3A7123;
}

.feature-river-item-hed {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3.0rem;
  margin: 0;
}

.feature-river-item-hed-link {
  color: #000000;
  text-decoration: none;
}

.feature-river-item-hed-link:hover,
.feature-river-item-hed-link:focus {
  color: #71bf44;
  text-decoration: none;
}

.feature-river-item-dek {
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin: 0.5rem 0 1rem 0;
  padding: 0;
}

.feature-river-item-logo-img {
  max-width: 150px;
  max-height: 60px;
  margin: 0 0 2rem;
}


/* sponsor content subclass ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.feature-river-item-sponsored .feature-river-item-hed-link {
  font-weight: 400;
}

.feature-river-item-sponsored .datetime {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.8rem;
}



/* river grid ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.river-grid .feature-river-items {
  /* offsets the bottom of the river item */
  margin-bottom: -2rem;
}

.river-grid .feature-river-item {
  display: block;
  margin: 0 0 5rem 0;
}

.river-grid .feature-river-item-label {
  position: static;
  margin-bottom: 0.5rem;
  padding: 0;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.8rem;
  background: none;
  text-transform: uppercase;
}

.river-grid .feature-river-item-img {
  margin-bottom: 1rem;
  border: none;
  width: 100%;
  height: auto;
}

.river-grid .feature-river-item-title {
  margin-bottom: 1rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 2.8rem;
}

.river-grid .feature-river-item-dek {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 2.4rem;
}

.river-grid .feature-river-item-link {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2.4rem;
  text-transform: uppercase;
}

.river-grid .feature-river-item-link:active,
.river-grid .feature-river-item-link:focus,
.river-grid .feature-river-item-link:hover {
  text-decoration: none;
}

.feature-river-item-img[class*=lazy-img-placeholder-] {
  height: 0;
}

/* breakpoints ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

@media all and (max-width:1199px) {
  .feature-river-item {
    margin-bottom: 3.5rem;
  }

  .feature-river-item .no-image-slashes {
    margin-left: -5.2rem;
    width: 210px;
  }

  .feature-river-item .river-item-no-img-container {
    margin-left: -1rem;
    padding-right: .6rem;
  }

  .feature-river-item-img {
    width: 184px;
  }

  .feature-river-item-hed {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }

  .feature-river-item-dek {
    font-size: 1.6rem;
  }

  .feature-river-item-img-container {
    padding: 0 1rem;
  }

  .feature-river-item-inner-no-img .feature-river-item-hed {
    padding-top: 0;
  }

  /* river grid ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
  .river-grid .feature-river-item {
    position: relative;
    margin-bottom: 3.5rem;
    min-height: 140px;
  }

  .river-grid .feature-river-item-img {
    position: absolute;
    top: 32px;
    left: 10px;
    width: 180px;
  }

  .river-grid .feature-river-item-w-image .feature-river-item-title,
  .river-grid .feature-river-item-w-image .feature-river-item-dek,
  .river-grid .feature-river-item-w-image .feature-river-item-link {
    margin-left: 200px;
  }

  .feature-river-item-dek {
    font-weight: 400;
  }
}

@media all and (min-width: 1200px) {
  .feature-river-item {
    float: left;
    width: 245px;
    display: block;
    margin: 0 10px 0 10px;
  }
  .story-meta-feature-river-item,
  .feature-river-item-dek {
    display: none;
  }
  .feature-river-item-img {
    border-right: none;
  }
  .feature-river-item-img {
    width: 245px;
  }
  .feature-river-item-img-container {
    padding: 0;
  }
  .feature-river-item-inner {
    padding: 0;
  }
  .feature-river-item-row {
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 4rem;
    padding-bottom: 4rem;
    margin-top: -1rem;
  }
  .feature-river-item-hed {
    padding-top: 10px;
  }
}

@media all and (max-width:992px) {
  .feature-river-item-inner-no-img {
    border-style: none;
    border-width: 0;
    margin-left: 0;
    padding-left: 1rem;
  }
}

@media all and (max-width:767px) {
  .feature-river-item .no-image-slashes {
    display: none;
  }

  .feature-river-item .no-image-slashes-medium {
    display: block;
    width: 130px;
    height: 120px;
    margin-left: -3rem;
  }

  .feature-river-item-img-container {
    padding: 0 1em;
  }

  .feature-river-item-hed {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  .feature-river-item-dek {
    margin: 0.5rem 0 0.5rem 0;
    font-size: 1.4rem;
  }

  .river-grid .feature-river-item {
    position: static;
    margin-bottom: 2.5rem;
    min-height: none;
  }

  .river-grid .feature-river-item-title {
    margin-bottom: 0.5rem;
  }

  .river-grid .feature-river-item-img {
    position: static;
    top: auto;
    left: auto;
    margin-bottom: 2.5rem;
    width: 100%;
  }

  .river-grid .feature-river-item-w-image .feature-river-item-title,
  .river-grid .feature-river-item-w-image .feature-river-item-dek,
  .river-grid .feature-river-item-w-image .feature-river-item-link {
    margin-left: auto;
  }

  .river-grid .feature-river-item-link {
    display: block;
    margin-right: 0;
    width: auto;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    text-align: center;
  }
}

@media all and (max-width:575px) {
  .feature-river-item {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin-bottom: 2rem;
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 1rem;
  }

  .feature-river-item .no-image-slashes-medium {
    display: none;
  }

  .feature-river-item-img-container {
    padding: 0;
    margin-bottom: 1rem;
  }

  .feature-river-item-img {
    width: 100%;
    border-right: none;
    border-bottom: 4px solid #71bf44;
  }

  .feature-river-item-inner-no-img {
    border-style: none;
    border-width: 0;
    margin-left: 0;
    padding-left: 1rem;
    padding-bottom: 3rem;
  }

  .feature-river-item-no-image {
    padding-bottom: 0;
  }

  .feature-river-item-category {
    position: absolute;
    top: 2rem;
    left: 0;
  }

  .feature-river-item-no-image .feature-river-item-category {
    position: static;
    padding-left: 1rem;
  }

  .feature-river-item-hed {
    padding-top: 0;
    font-size: 2.6rem;
    line-height: 3.2rem;
  }

  .feature-river-item-dek {
    margin: 0.5rem 0 1rem 0;
    font-size: 1.8rem;
  }

  .feature-river-item-divider {
    margin-top: 1rem;
  }
}

/* Base: base/v2/css/modules/content.css */


/* site-specific theming */

.content-title {
  color: #000000;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 3rem;
}

.content-caption-and-attribution {
  color: #999999;
  font-family: Roboto, sans-serif;
  line-height: 1.8rem;
  margin-top: .5rem;
}

.content-image-caption {
  font-size: 1.5rem;
}

.content-image-attribution {
  font-size: 1rem;
  text-transform: uppercase;
}

.content-publish-date {
  font-size: 1.5rem;
  line-height: 1.8rem;
  text-transform: uppercase;
}

.content-subhed {
  color: #000000;
  font-family: Roboto, Georgia, serif;
  font-size: 2rem;
  font-weight: normal;
  line-height: 2.5rem;
}

.content-byline-and-date .authors-multiple,
.content-byline-and-date .authors-multiple .gemg-author-link {
  color: #71bf44;
  border: 0;
  text-transform: uppercase;
  text-decoration: none;
}

.content-byline-and-date .authors-multiple:after {
  content: " // ";
  color: #71bf44;
  font-weight: normal;
}

.content-byline-and-date,
.content-byline {
  font-size: 1.5rem;
}

.content-byline-and-date .author-organization,
.content-byline-and-date .author-organization .gemg-author-link {
  color: #000;
  font-weight: normal;
}

.content-byline-and-date .author-organization:after {
  content: " // ";
  color: #000;
  font-weight: normal;
}

.content-byline-and-date .author-organization,
.content-byline-and-date .author-organization .gemg-author-link {
  color: #000;
  font-weight: normal;
}

.content-byline-and-date .gemg-author-link:hover {
  border-bottom: none;
  text-decoration: underline;
}

.content-byline-and-date .content-byline-date-sep {
  display: none;
}

.content-byline-and-date .author-organization-sep {
  display: none;
}

.content-authors {
  color: #71bf44;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: bold;
}

.content-authors .author-image {
  margin-bottom: .3rem;
}

.content-authors-no-image {
  border-left: 2px solid #71bf44;
  padding-left: 8px;
}

.content-authors .gemg-author-link {
  color: #71bf44;
  text-decoration: none;
}

.content-authors .gemg-author-link:hover {
  border-bottom: none;
  text-decoration: underline;
}

.content-authors .author-title,
.content-authors .author-title .gemg-author-link,
.content-authors .author-organization,
.content-authors .author-organization .gemg-author-link {
  text-transform: none;
  color: #000;
  font-weight: normal;
}

.js-article .content-title {
  margin-left: 0;
}

/* Content Endnote */

.content-endnote {
  clear: none;
}

.content-sep {
  clear: none;
}

.content-sponsored .content-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: lighter;
}

.content-sponsored .content-subhed {
  color: #000000;
}

.content-sponsored .content-author-org {
  color: #9c5baa;
  font-size: 1.5rem;
  font-weight: bold;
}

.content-sponsored .content-author-title {
  color: #000000;
}

.content-sponsored .content-organization-text {
  color: #999999;
}

.content-sub-header .social-options {
  margin-bottom: .5rem;
}

.content-title {
  margin-bottom: 1rem;
}

.content-topics.tags {
  margin-bottom: 1rem;
}

.content-endnote a {
  color: #71bf44;
  text-decoration: none;
}

@media all and (min-width: 768px) {
  .content-title {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}


@media all and (min-width: 1200px) {
  .content-byline-and-date {
    margin-bottom: .5rem;
  }

  .content-title {
    font-size: 4rem;
    line-height: 5rem;
    margin-left: 190px;
  }
  .content-subhed {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 1.5rem;
  }

  .content-sub-header .social-options {
    margin-bottom: 1.5rem;
  }
}

@media all and (max-width: 1199px) {
  .content-sub-header .social-options .social-options-item .social-options-svg {
    width: 28px;
    height: 28px;
  }
}

.skybox {
  clear: both;
  font-family: Roboto, sans-serif;
  font-size: 1.3rem;
  line-height: 1.8rem;
}

.skybox-label {
  color: #fff;
  font-size: 1.0rem;
  font-weight: 500;
  line-height: 1.2rem;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  background-color: #71bf44;
}

.skybox-link:hover {
  color: #71bf44;
  text-decoration: none;
}

.skybox-link:hover .skybox-text {
  color: #71bf44;
}

.skybox-text {
  color: #000;
  text-transform: capitalize;
}

.skybox-img {
  border-style: solid;
  border-width: 0 0 4px 0;
  border-color: #71bf44;
}

.skybox-item-sponsored .skybox-img {
  border-color: #9c5baa;
}

@media all and (max-width: 575px) {
  .skybox:before {
    content: "";
    margin: 0 auto;
    width: 95%;
    margin-top: -2rem;
    padding-bottom: 2rem;
    border-top: 1px solid #c2c2c2;
  }

  .skybox:after {
    content: "";
    margin: 0 auto;
    width: 95%;
    padding-top: 2rem;
    border-bottom: 1px solid #c2c2c2;
  }
}

/* Base: base/v2/css/modules/highlight.css */

.highlight-inner {
  background-color: #71bf44;
}


.highlight:hover .highlight-inner {
  background-color: #000;
}

.highlight-no-hover:hover .highlight-inner {
  background-color: #71bf44;
}

.highlight-inner-button {
  background-color: #000000;
  display: inline;
  position: relative;
  padding: 0.6em 0;
  line-height: 2.2em;
  color: #FFFFFF;
}

.highlight-no-hover:hover .highlight-inner-button {
  background-color: #000000;
}

.author-image {
  border-bottom: 3px solid #71bf44;
  background-color: #e8eced;
}

.author-page-bio-hed {
  color: #71bf44;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 7.8rem;
  margin-bottom: 20px;
}

.author-page-bio-name-container {
  margin-bottom: 3rem;
}

.author-page-bio-author-name {
  color: #000000;
  font-weight: 900;
}

.author-page-bio-author-title {
  font-size: 2.2rem;
}

.author-page-bio-text {
  color: #000000;
  font-size: 1.6rem;
}

@media all and (max-width:1199px) {
  .author-page-bio-hed {
    font-size: 7rem;
  }
}

@media all and (max-width:991px) {
  .author-page-bio-hed {
    font-size: 4.5rem;
  }
}

@media all and (max-width:767px) {
  .author-page-bio-hed {
    font-size: 5rem;
  }
  .author-page-bio-name-container {
    margin-bottom: 1.5rem;
  }
}

.wysiwyg > * {
  color: #000;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: normal;
  margin-bottom: 1.5rem;
}

.wysiwyg a {
  color: #71bf44;
  text-decoration: none;
}

.wysiwyg a:hover {
  color: #71bf44;
  text-decoration: underline;
}

.wysiwyg .pullquote-quote {
  font-size: 2.5rem;
  font-style: normal;
  line-height: 3.0rem;
  color: #010001;
}

.wysiwyg .pullquote-quote:before {
  color: #71bf44;
  font-size: 9.6rem;
  line-height: 3.2rem;
  font-family: "Droid Serif", Georgia, serif;
}

.wysiwyg .pullquote-attribution {
  color: #71bf44;
  font-family: Roboto, sans-serif;
  font-size: 1.5rem;
  line-height: 2.0rem;
  font-weight: bold;
  text-transform: uppercase;
}

.wysiwyg blockquote {
  border-left: 2px solid #71bf44;
  color: #999999;
}

@media all and (max-width: 767px) {
  .wysiwyg > * {
    margin-bottom: 2rem;
  }
}

.share-this {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.4rem;
  margin-bottom: 1.5rem;
}

@media all and (max-width: 1199px) {
  .share-this .social-options .social-options-item .social-options-svg {
    width: 28px;
    height: 28px;
  }
}

.leadin {
  color: #71bf44;
  font-family: Roboto, sans-serif;
  font-size: 1.8rem;
}

.leadin-link {
  color: #71bf44;
}

.leadin-link:hover,
.leadin-link:focus {
  color: #71bf44;
  text-decoration: underline;
}

.leadin-icon-down {
  stroke: #71bf44;
}

.alt-navbar {
  background-color: #ffffff;
  height: 105px;
  z-index: 100;
  width: 100%;
  position: absolute;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
}

.alt-navbar-top-area {
  height: 80px;
  border-bottom: 1px solid #d9d9d9;
}

#alt-navbar-placeholder {
  height: 105px;
  margin-bottom: 4rem;
}

 .ng-index-page #alt-navbar-placeholder {
   margin-bottom: 3rem;  /* for homepage only */
 }

.alt-navbar-logo-svg {
  width: 174px;
  height: 80px;
}

.alt-navbar-small-logo-svg {
  width: 145.8px;
  height: 41px;
  display: none;
}

/* state: is-nav-attached */

.alt-navbar.is-nav-attached {
  position: fixed;
  height: 41px;
  top: 0;
  left: 0;
  right: 0;
}

.alt-navbar.is-nav-attached .alt-navbar-top-area {
  height: 41px;
  border-bottom: none;
}

.alt-navbar.is-nav-attached .alt-navbar-bottom-area {
  display: none;
}

.alt-navbar.is-nav-attached .alt-navbar-logo-svg {
  display: none;
}

.alt-navbar.is-nav-attached .alt-navbar-small-logo-svg {
  display: inline-block;
}


/* state: is-search-expanded */

.alt-navbar.is-search-expanded .alt-navbar-logo-link {
  display: none;
}

@media all and (min-width:768px) {
  .alt-navbar.is-search-expanded .alt-navbar-logo-link {
    display: inline-block;
  }
}

.alt-navbar .alt-navbar-menu-btn {
  padding: 0;
  margin: 0 18px 0 0;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 9px;
}


/* hamburger override */
.alt-navbar .hamburger-inner,
.alt-navbar .hamburger-inner::before,
.alt-navbar .hamburger-inner::after {
  background-color: #000;
}

/* state */
@media all and (max-width:575px) {
  .alt-navbar.menu-open {
      box-shadow: none;
      border-bottom: 1px solid #d9d9d9;
      height: 43px;
  }
}


/* breakpoints */

@media all and (max-width: 1199px) {
  .alt-navbar {
    height: 41px;
  }

  .alt-navbar-top-area {
    height: 41px;
    border-bottom: none;
    border-top: 1px solid #d9d9d9;
  }

  #alt-navbar-placeholder {
    height: 41px;
  }

  .alt-navbar-logo-svg {
    display: none;
  }

  .alt-navbar-small-logo-svg {
    display: inline-block;
  }

  .alt-navbar-bottom-area {
    display: none;
  }

  .alt-navbar .nav-links {
    display: none;
  }
}

@media all and (max-width:991px) {
  #alt-navbar-placeholder {
    margin-bottom: 2rem;
  }
}

.menu {
  z-index: 9999;
}

.menu.menu-open {
  margin-top: -2rem;
}

.menu .menu-inner {
  border-top: 1px solid #d9d9d9;
  width: 50%;
  right: 2rem;
}

.menu .menu-links.menu-main-links .menu-link,
.menu .menu-links.menu-main-links .menu-link:active,
.menu .menu-links.menu-main-links .menu-link:visited,
.menu .menu-links.menu-main-links .menu-link:hover {
  font-size: 1.5rem;
  color: #000000;
  text-transform: uppercase;
}

.menu .menu-links.menu-main-links .menu-link-special,
.menu .menu-links.menu-main-links .menu-link-special:active,
.menu .menu-links.menu-main-links .menu-link-special:visited,
.menu .menu-links.menu-main-links .menu-link-special:hover {
  color: #72BF44;
}

.menu .menu-divider {
  height: 1px;
  background-color: #c2c2c2;
  background-image: none;
  margin-bottom: 1.5rem;
}

/* state */

.menu {
  animation: customFadeOut 0.5s;
}

.menu.menu-open .menu-inner {
  animation: customFadeIn 0.5s;
}

.menu.menu-attached.menu-open {
  padding-top: 0;
  top: 41px;
}

@keyframes customFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


/* Children */

.menu .divided-links {
  display: ;
}

/* Breakpoints */
@media all and (min-width: 1200px) {
  .menu.menu-open {
    display: none;
  }
}

@media all and (min-width:576px) {
  .menu .menu-inner {
    background-color: #ffffff;
    box-shadow: 0px 9px 16px 0px rgba(0, 0, 0, 0.1);
    padding: 0.5rem 0;
  }
}

@media all and (max-width: 1199px) and (min-width: 992px) {
  .menu.menu-open {
    margin-top: -4rem;
  }
}

@media all and (max-width: 991px) and (min-width: 768px) {
  .menu .menu-inner {
    margin: 0 -10px 0;
  }
}

@media all and (max-width:767px) {
  .menu .menu-inner {
    width: 75%;
  }
}

@media all and (max-width:575px) {
  .menu {
    background-color: #ffffff;
  }

  .menu .menu-links {
    padding: 30px 0 0;
  }

  .menu-social-options {
    overflow: hidden;
  }

  .menu-site-links-grp {
    margin-bottom: 2rem;
  }

  .menu.menu-attached.menu-open {
    top: 0;
    padding-top: 0;
    z-index: 90;
  }

  .menu.menu-attached.menu-scrollable .menu-inner {
    left: 0;
    right: 0;
    padding: 4rem 0 4rem;
    width: auto;
  }

  .menu.menu-attached .menu-divider {
    display: none;
  }
}

.nav-links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 52px;
  left: 217px;
  width: 780px;
  /*width: 913px; when adding sponsor back*/
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5rem;
}

.nav-links-item {
  display: inline-block;
}

.nav-links-link,
.nav-links-link:active,
.nav-links-link:visited,
.nav-links-link:hover {
  color: #000000;
}

.nav-links-link-special,
.nav-links-link-special:active,
.nav-links-link-special:visited,
.nav-links-link-special:hover {
  color: #72BF44;
}


/* Parent state: is-nav-attached */

.alt-navbar.is-nav-attached .nav-links {
  top: 16px;
  left: 185px;
  width: 945px;
}


/* breakpoints */

@media all and (min-width:1200px) {
  .alt-navbar.is-nav-attached.is-nav-attached .nav-links {
    width: 800px;
  }

  .alt-navbar.is-nav-attached.is-search-expanded .nav-links {
    width: 730px;

    -webkit-animation: makeRoomForSearch 0.1s linear;
    /* Saf3.2+, Chrome */
    -moz-animation: makeRoomForSearch 0.1s linear;
    /* FF3.7+ */
    -o-animation: makeRoomForSearch 0.1s linear;
    /* Opera 10.5 */
    animation: makeRoomForSearch 0.1s linear;
  }

  .alt-navbar.is-nav-attached.is-search-closed .nav-links {
    /*-webkit-animation: reclaimRoomFromSearch 0.1s linear;*/
    /* Saf3.2+, Chrome */
    /*-moz-animation: reclaimRoomFromSearch 0.1s linear;*/
    /* FF3.7+ */
    /*-o-animation: reclaimRoomFromSearch 0.1s linear;*/
    /* Opera 10.5 */
    /*animation: reclaimRoomFromSearch 0.1s linear;*/
  }

  .alt-navbar.is-nav-attached.is-search-expanded .nav-links-link-special {
    display: none;
  }

  .alt-navbar.is-nav-attached.is-search-closed .nav-links-link-special {
    -webkit-animation: showLink 0.1s linear;
    /* Saf3.2+, Chrome */
    -moz-animation: showLink 0.1s linear;
    /* FF3.7+ */
    -o-animation: showLink 0.1s linear;
    /* Opera 10.5 */
    animation: showLink 0.1s linear;
    /*animation-delay: 1s;*/
  }
}



@keyframes makeRoomForSearch {
  0% {
    width: 741px;
  }
  100% {
    width: 690px;
  }
}

@keyframes reclaimRoomFromSearch {
  0% {
    width: 690px;
  }
  100% {
    width: 741px;
  }
}

@keyframes showLink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.divided-links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.divided-links-item {
  display: inline-block;
}

.divided-links-item::after {
  content: '//';
  color: #999999;
  padding: 0 8px;
}

.divided-links-item:last-child::after {
  display: none;
}

.divided-links-item-title {
  font-weight: bold;
  color: #999999;
}


/* Sub-module: divided-links-gray */

.divided-links-alt .divided-links-link {
  color: #999999;
}


/* Sub-module: divided-links-nav-extra */

.divided-links-nav-extra {
  display: block;
  position: absolute;
  right: 40px;
  top: 20px;
}

.divided-links-nav-extra .divided-links-link {
  color: #999999;
}

/* Sub-module: divided-links-nav-trending */

.divided-links-nav-trending {
  margin-top: 6px;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.divided-links-nav-trending .divided-links-link {
  color: #72BF44;
}


/* Parent state: is-nav-attached */

.alt-navbar.is-nav-attached .divided-links {
  display: none;
}


/* state: is-search-expanded */

.divided-links-nav-extra.is-search-expanded {
  right: 210px;
  -webkit-transition: right 0.1s linear;
  /* Saf3.2+, Chrome */
  -moz-transition: right 0.1s linear;
  /* FF3.7+ */
  -o-transition: right 0.1s linear;
  /* Opera 10.5 */
  transition: right 0.1s linear;
}


/* Breakpoints */
@media all and (max-width: 1199px) {
  .divided-links-nav-extra {
    display: none;
  }
}

@media all and (max-width: 575px) {
  .menu-header {
    display: none;
  }

  .menu.menu-attached .divided-links-alt {
    display: block;
  }

  .menu.menu-attached .divided-links-item {
    display: block;
    padding: 7px 0;
    line-height: 2.2rem;
  }

  .menu.menu-attached .divided-links-item::after {
    content: '';
    display: none;
  }
}

.search-box-2 {
  /*width: 36px;*/
  /*min-width: 88px;*/
  /*max-width: 100%;*/
  position: absolute;
  top: 0;
  /*left: 355px;*/
  right: 45px;
  display: inline-block;
  /*-webkit-transition: width 0.1s linear;*/
  /* Saf3.2+, Chrome */
  /*-moz-transition: width 0.1s linear;*/
  /* FF3.7+ */
  /*-o-transition: width 0.1s linear;*/
  /* Opera 10.5 */
  /*transition: width 0.1s linear;*/
  overflow: hidden;
}

.search-box-2 .search-box-2-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /*float: right;*/
  margin-top: 6px;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.search-box-2 .search-box-2-mag-svg {
  width: 24px;
  height: 24px;
  fill: #000000;
}
.search-box-2 .search-box-2-close-svg {
  width: 18px;
  height: 18px;
  fill: #000000;
}

.search-box-2 .search-box-2-input-holder {
  padding: 0 1px 0 0;
  display: flex;
  margin-left: 5px;
  width: 0;
  overflow: hidden;
  display: none;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}

.search-box-2 .search-box-2-input {
  background: transparent;
  border: none;
  outline: none;
  height: 2rem;
  color: #000000;
  width: 120px;
  font-size: 2rem;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  padding: 0;
}

.search-box-2 .search-box-2-input:focus {
  outline: none;
}

.search-box-2 .search-box-2-input::-webkit-input-placeholder {
  color: #000000;
}

.search-box-2 .search-box-2-input::-moz-placeholder {
  color: #000000;
}

.search-box-2 .search-box-2-input:-ms-input-placeholder,
.search-box-2 .search-box-2-input:-moz-placeholder,
.search-box-2 .search-box-2-input::placeholder {
  color: #000000;
}

.search-box-2 .search-box-2-input::-moz-placeholder {
  opacity: 0.1;
}

.search-box-2 .search-box-2-input:focus::placeholder,
.search-box-2 .search-box-2-input:focus:-ms-input-placeholder,
.search-box-2 .search-box-2-input:focus:-moz-placeholder {
  opacity: 0.1;
}

.search-box-2 .search-box-2-input:focus::-webkit-input-placeholder {
  opacity: 0.1;
}

.search-box-2 .search-box-2-submit {
  width: 18px;
  height: 18px;
  padding: 0;
  background: transparent;
  border: none;
  margin: 0 15px 0 0;
  display: inline-block;
}

.search-box-2 .search-box-2-submit-svg {
  width: 18px;
  height: 18px;
  fill: #73bf45;
}

.search-box-2 .search-box-2-submit-svg:hover {
  opacity: 0.8;
}

.search-box-2 .search-box-2-close-btn {
  visibility: hidden;
  opacity: 0.0;
  /*margin-right: 15px;*/
  display: none;
  -webkit-transition: opacity 0.1s linear;
  /* Saf3.2+, Chrome */
  -moz-transition: opacity 0.1s linear;
  /* FF3.7+ */
  -o-transition: opacity 0.1s linear;
  /* Opera 10.5 */
  transition: opacity 0.1s linear;
}


/* state: is-search-expanded */

.search-box-2.is-search-expanded {
  left: 10px;
  /*width: 100%;*/
  /*width: 500px;*/
  /*-webkit-flex: initial;
  -ms-flex: initial;
  flex: initial;*/

  -webkit-animation: searchSlideOpenXS 0.1s linear;
  /* Saf3.2+, Chrome */
  -moz-animation: searchSlideOpenXS 0.1s linear;
  /* FF3.7+ */
  -o-animation: searchSlideOpenXS 0.1s linear;
  /* Opera 10.5 */
  animation: searchSlideOpenXS 0.1s linear;
}

.search-box-2.is-search-expanded .search-box-2-input-holder {
  width: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.search-box-2.is-search-expanded .search-box-2-close-btn {
  visibility: visible;
  opacity: 1.0;
  display: inline-block;
}

.search-box-2.is-search-expanded .search-box-2-mag-svg {
  fill: #73bf45;
}

@media all and (min-width:1200px) {
  .search-box-2 {
    right: 10px;
    top: 10px;
  }

  .search-box-2 .search-box-2-input {
    font-size: 1.5rem;
  }

  .search-box-2 .search-box-2-expand-btn {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
  }

  .search-box-2 .search-box-2-mag-svg {
    width: 16px;
    height: 16px;
  }

  .search-box-2 .search-box-2-expand-btn:hover .search-box-2-mag-svg {
    fill: #73bf45;
  }

  .search-box-2 .search-box-2-close-btn {
    padding-right: 0;
    padding-bottom: 0;
  }

  .search-box-2 .search-box-2-close-svg {
    width: 13px;
    height: 13px;
    fill: #999999;
  }

  .search-box-2 .search-box-2-submit {
    width: 14px;
    height: 14px;
    margin: 3px 7px 0 0;
  }

  .search-box-2 .search-box-2-submit-svg {
    width: 14px;
    height: 14px;
  }

  /* parent state: .alt-navbar.is-nav-attached */
  .alt-navbar.is-nav-attached .search-box-2 {
    top: 6px;
  }
}

@media all and (min-width:768px) {
  .search-box-2.is-search-expanded {
    left: 330px;

    -webkit-animation: searchSlideOpenMD 0.1s linear;
    /* Saf3.2+, Chrome */
    -moz-animation: searchSlideOpenMD 0.1s linear;
    /* FF3.7+ */
    -o-animation: searchSlideOpenMD 0.1s linear;
    /* Opera 10.5 */
    animation: searchSlideOpenMD 0.1s linear;
  }
}

@media all and (min-width:992px) {
  .search-box-2.is-search-expanded {
    left: 550px;

    -webkit-animation: searchSlideOpenLG 0.1s linear;
    /* Saf3.2+, Chrome */
    -moz-animation: searchSlideOpenLG 0.1s linear;
    /* FF3.7+ */
    -o-animation: searchSlideOpenLG 0.1s linear;
    /* Opera 10.5 */
    animation: searchSlideOpenLG 0.1s linear;
  }
}


@media all and (min-width:992px) {
  .search-box-2.is-search-expanded {
    border-bottom: 1px solid #73bf45;
  }
}

@media all and (min-width:1200px) {
  .search-box-2.is-search-expanded {
    left: 950px;

    -webkit-animation: searchSlideOpenXL 0.1s linear;
    /* Saf3.2+, Chrome */
    -moz-animation: searchSlideOpenXL 0.1s linear;
    /* FF3.7+ */
    -o-animation: searchSlideOpenXL 0.1s linear;
    /* Opera 10.5 */
    animation: searchSlideOpenXL 0.1s linear;
  }
}

@media all and (min-width:768px) {
  /*.search-box-2,
  .search-box-2.search-box-2-expanded {
    width: auto;
    min-width: auto;
  }
  .search-box-2 .search-box-2-expand-btn {
    cursor: default;
  }
  .search-box-2 .search-box-2-input-holder {
    width: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .search-box-2.search-box-2-expanded .search-box-2-close-btn {
    display: none;
  }*/
  /*.search-box-2 .search-box-2-inner {
    margin-top: 12px;
  }*/
  /*.search-box-2 .search-box-2-expand-btn {
    padding: 3px 0 0;
    margin-bottom: -4px;
  }*/
  /*.search-box-2 .search-box-2-mag-svg {
    width: 16px;
    height: 16px;
  }*/
}


/* state: is-search-closed - close animation */

.search-box-2.is-search-closed {
  -webkit-animation: searchSlideClosedXS 0.1s linear;
  /* Saf3.2+, Chrome */
  -moz-animation: searchSlideClosedXS 0.1s linear;
  /* FF3.7+ */
  -o-animation: searchSlideClosedXS 0.1s linear;
  /* Opera 10.5 */
  animation: searchSlideClosedXS 0.1s linear;
}

@media all and (min-width:768px) {
  .search-box-2.is-search-closed {
    -webkit-animation: searchSlideClosedMD 0.1s linear;
    /* Saf3.2+, Chrome */
    -moz-animation: searchSlideClosedMD 0.1s linear;
    /* FF3.7+ */
    -o-animation: searchSlideClosedMD 0.1s linear;
    /* Opera 10.5 */
    animation: searchSlideClosedMD 0.1s linear;
  }
}

@media all and (min-width:992px) {
  .search-box-2.is-search-closed {
    -webkit-animation: searchSlideClosedLG 0.1s linear;
    /* Saf3.2+, Chrome */
    -moz-animation: searchSlideClosedLG 0.1s linear;
    /* FF3.7+ */
    -o-animation: searchSlideClosedLG 0.1s linear;
    /* Opera 10.5 */
    animation: searchSlideClosedLG 0.1s linear;
  }
}

@media all and (min-width:1200px) {
  .search-box-2.is-search-closed {
    -webkit-animation: searchSlideClosedXL 0.1s linear;
    /* Saf3.2+, Chrome */
    -moz-animation: searchSlideClosedXL 0.1s linear;
    /* FF3.7+ */
    -o-animation: searchSlideClosedXL 0.1s linear;
    /* Opera 10.5 */
    animation: searchSlideClosedXL 0.1s linear;
  }
}

@keyframes searchSlideOpenXS {
  0% {
    /*opacity: 0;*/
    /* this works fine even though width is flexable */
    left: 355px;
  }
  100% {
    /*opacity: 1;*/
    left: 10px;
  }
}

@keyframes searchSlideOpenMD {
  0% {
    /*opacity: 0;*/
    /* this works fine even though width is flexable */
    left: 500px;
  }
  100% {
    /*opacity: 1;*/
    left: 330px;
  }
}

@keyframes searchSlideOpenLG {
  0% {
    /*opacity: 0;*/
    /* this works fine even though width is flexable */
    left: 840px;
  }
  100% {
    /*opacity: 1;*/
    left: 550px;
  }
}

@keyframes searchSlideOpenXL {
  0% {
    /*opacity: 0;*/
    /* this works fine even though width is flexable */
    left: 1180px;
  }
  100% {
    /*opacity: 1;*/
    left: 890px;
  }
}

@keyframes searchSlideClosedXS {
  0% {
    /*opacity: 0;*/
    /* this works fine even though width is flexable */
    left: 50px;
  }
  100% {
    /*opacity: 1;*/
    left: 355px;
  }
}

@keyframes searchSlideClosedMD {
  0% {
    /*opacity: 0;*/
    /* this works fine even though width is flexable */
    left: 330px;
  }
  100% {
    /*opacity: 1;*/
    left: 500px;
  }
}

@keyframes searchSlideClosedLG {
  0% {
    /*opacity: 0;*/
    /* this works fine even though width is flexable */
    left: 550px;
  }
  100% {
    /*opacity: 1;*/
    left: 840px;
  }
}

@keyframes searchSlideClosedXL {
  0% {
    /*opacity: 0;*/
    /* this works fine even though width is flexable */
    left: 890px;
  }
  100% {
    /*opacity: 1;*/
    left: 1180px;
  }
}

@media all and (max-width: 1199px) {
  .search-box-2 {
    right: 55px;
  }

  .search-box-2 .search-box-2-input {
    width: 100px;
    font-size: 1.5rem;
  }
}

.alt-top-story {}

.alt-top-story-img-link,
.alt-top-story-img-link:visited {
  display: block;
  border-right: 10px solid #71bf44;
  transition: border-color 0.2s ease;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
}

.alt-top-story-img-link:hover,
.alt-top-story-img-link:active,
.alt-top-story.hover-group-engaged .alt-top-story-img-link,
.alt-top-story.hover-group-engaged .alt-top-story-img-link:visited {
  border-color: #95CB6E;
}

.alt-top-story-img {
  display: block;
  max-width: 730px;
}

.alt-top-story-img-holder {
  margin-bottom: 4rem;
}

.ng-index-page .alt-top-story-img-holder {
  margin-bottom: 3rem; /* for homepage only */
}

.alt-top-story-item-category {
  text-align: center;
}

.alt-top-story-content-holder {
  margin-bottom: 4rem;
  padding-top: 2rem;
}

.alt-top-story-title {
  font-family: Roboto, sans-serif;
  font-weight: bold;
  font-size: 3.5rem;
  line-height: 4.5rem;
  color: #000;
  text-align: center;
}

.alt-top-story .alt-top-story-title-link,
.alt-top-story .alt-top-story-title-link:visited {
  color: #000;
  padding-top: 3px; /* avoid hover jitter */
  transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
}

.alt-top-story .alt-top-story-title-link:active,
.alt-top-story .alt-top-story-title-link:hover,
.alt-top-story.hover-group-engaged .alt-top-story-title-link {
  color: #71bf44;
  text-decoration: none;
}

.alt-top-story-subhed {
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.alt-top-story-subhed-link {
  color: #000;
}
.alt-top-story-subhed-link:hover,
.alt-top-story-subhed-link:active,
.alt-top-story.hover-group-engaged .alt-top-story-subhed-link {
  text-decoration: none;
  color: #000;
}

/* breakpoints */

@media all and (max-width:1199px) {
  .alt-top-story-title {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .alt-top-story-subhed {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .alt-top-story-img {
    max-width:615px;
  }

  .alt-top-story-img-link {
    border-right: 5px solid #71bf44;
  }
}

@media all and (max-width:991px) {
  .alt-top-story-content-holder {
    padding-top: 0;
  }

  .alt-top-story-title {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .alt-top-story-subhed {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .alt-top-story-img {
    max-width:395px;
  }
}

@media all and (max-width:767px) {
  .alt-top-story-title {
    text-align: left;
  }

  .alt-top-story-subhed {
    text-align: left;
  }

  .alt-top-story-img {
    max-width:520px;
    margin-bottom: 1rem;
  }
}

@media all and (max-width:575px) {
  .alt-top-story-item-category {
    position: relative;
  }

  .alt-top-story-title {
    text-align: left;
  }

  .alt-top-story-subhed {
    text-align: left;
  }

  .alt-top-story-img {
    max-width: 100%;
  }
}

.alt-byline {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.alt-byline-item {
  list-style-type: none;
  display: inline;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #999999;
  margin: 0;
  padding: 0;
}

.alt-byline-item-highlight {
  font-weight: bold;
}

.alt-byline-item::after {
  content: '//';
  display: inline;
  font-weight: normal;
  padding: 0 5px;
}

.alt-byline-item:last-child::after {
  display: none;
}


/* sub-module: alt-byline-top-story */

.alt-byline-top-story {
  text-align: center;
}

@media all and (max-width:767px) {
  .alt-byline-top-story {
    text-align: left;
  }
}

.landing-header {

}

.landing-header-headline {

}

.landing-header-subhed {

}

.river-item .no-image-slashes {
  width: 180px;
  margin-left: -4.5rem;
}

.river-item .no-image-slashes-medium {
  display: none;
}

.river-item-img {
  border-right: 4px solid #71bf44;
}

.river-item-label {
  background-color: #71bf44;
  color: #fff;
}

.river-item-no-img-container {
  padding: 0 1.6rem 0 1rem;
  flex-shrink: 0;
  flex-grow: 0;
}

.river-item-title {
  color: #000000;
}

.river-item-inner-no-img {
  border: none;
  margin-left: 0;
  padding-left: 1rem;
}

.river-item-category,
.river-item-category:visited,
.river-item-category:focus,
.river-item-label-img-hidden,
.river-item-label-img-hidden:visited,
.river-item-label-img-hidden:focus {
  background-color: #71bf44;
  color: #fff;
}

.river-item-category:hover,
.river-item-category:active {
  color: #ffffff;
  background-color: #95CB6E;
}

.river-item-hed-link {
  color: #000000;
  transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
}

.river-item-hed-link:hover {
  color: #71bf44;
}

.river-item-dek {
  color: #000000;
  font-weight: 400;
}

.river-grid .river-item-dek {
  color: #999999;
  line-height: 1.8rem;
}


/* sponsor content subclass ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.river-item-sponsored .river-item-img {
  border-color: #9c5baa;
}

.river-item-sponsored .river-item-label,
.river-item-sponsored .river-item-label-img-hidden {
  background-color: #9c5baa;
}

.river-item-sponsored .river-item-hed-link {
  color: #9c5baa;
}

.river-item-sponsored .river-item-hed-link:hover,
.river-item-sponsored .river-item-hed-link:focus {
  color: #AB7DD4;
}

.river-item-sponsored .datetime {
  color: #544959;
}

.river-item-sponsored .river-item-inner-no-img {
  border-color: #9c5baa;
}


/* hover-group state ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* .river-item.hover-group-engaged:hover .river-item-hed-link,
.river-item.hover-group-engaged .river-item-hed-link:active,
.river-item-hed-link:hover,
.river-item-hed-link:active {
  color: #3A7123;
}

.river-item.hover-group-engaged .river-item-img {
  border-right: 4px solid #3A7123;
}

.river-item-sponsored.hover-group-ready:hover .river-item-img {
  border-color: #b479da;
}

.river-item-sponsored.hover-group-ready:hover .river-item-hed-link,
.river-item-sponsored.hover-group-ready .river-item-hed-link:active {
  color: #b479da;
}

.river-item-sponsored.hover-group-ready:hover .river-item-label {
  background-color: #b479da;
}

.river-item.hover-group-ready:hover .river-item-inner-no-img {
  border-color: #59ceff;
}

.river-item-sponsored.hover-group-ready:hover .river-item-inner-no-img {
  border-color: #3A7123;
} */


/* river grid ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.river-grid .river-title {
  color: #71bf44;
  margin-bottom: 1.5rem;
  font-size: 3.6rem;
}

.river-grid .river-title:before {
  content: '//';
  margin-right: 10px;
}

.river-grid .river-item {
  color: #544959;
}

.river-grid .river-item:before {
  border-top: 2px solid #71bf44;
}

.river-grid .river-item-label {
  color: #71bf44;
  margin-top: 0.5rem;
}

.river-grid .river-item-link {
  color: #fff;
}


/* breakpoints ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

@media all and (max-width:1024px) {
  .river-grid .river-title {
    font-size: 2.5rem;
  }
}

@media all and (max-width: 991px) and (min-width: 767px) {
  .no-image-slashes {
    display: none;
  }
}

@media all and (max-width:991px) {
  .river-grid .river-title {
    font-size: 3rem;
  }

  .river-grid .river-item-w-image .river-item-title,
  .river-grid .river-item-w-image .river-item-dek,
  .river-grid .river-item-w-image .river-item-link {
    margin-left: 190px;
  }
}

@media all and (max-width:767px) {
  .river-item .no-image-slashes {
    display: none;
  }

  .river-item .no-image-slashes-medium {
    display: block;
    width: 130px;
    height: 120px;
    margin-left: -4.2rem;
    margin-right: -1rem;
  }

  .river-item-inner-no-img {
    border-color: #71bf44;
  }

  .river-grid .river-item-link {
    background-color: #71bf44;
  }

  .river-grid .river-item-link,
  .river-grid .river-item-link:hover,
  .river-grid .river-item-link:focus,
  .river-item-link .highlight-inner-button  {
    background-color: #71bf44;
  }

  .river-grid .river-item {
    margin-bottom: 4.5rem;
  }

  .river-grid .river-item-w-image .river-item-title,
  .river-grid .river-item-w-image .river-item-dek,
  .river-grid .river-item-w-image .river-item-link {
    margin-left: 0;
  }
}

@media all and (max-width:575px) {
  .river-item.river-item-no-image {
    flex-direction: column;
  }

  .river-item .no-image-slashes-medium {
    display: none;
  }

  .river-item-img {
    border-bottom: 4px solid #71bf44;
    border-right: none;
  }

  .river-item:after {
    content: "";
    margin: 0 auto;
    width: 95%;
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 1rem;
  }

  .river-item-hed-link {
    font-size: 2.6rem;
    line-height: 3.2rem;
  }

  .feature-story-label {
    line-height: 1;
    font-size: 4rem;
  }

  .river-item-dek {
    font-size: 1.8rem;
    margin: 0.5rem 0 1rem 0;
  }
}

.story-meta-byline {
  color: #999999;
  font-weight: 800;
}

.story-meta-date {
  color: #999999;
  font-weight: 400;
}

.story-meta li:before {
  content: '//';
  margin: -5px 6px 0 0;
}

.story-meta-topic-lander-top-story {
  color: #71bf44;
}

.story-meta-not-found li:before {
  background: #71bf44;
}


/* breakpoints ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

@media all and (max-width:575px) {
  .story-meta-top-story li,
  .story-meta-top-story li:first-child {
    color: #71bf44;
  }
  .story-meta-top-story li:before {
    background: #71bf44;
  }
  .river-item-divider {
    background-image: none;
  }

  .story-meta {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}

.alt-footer {
  background-color: #d9d9d9;
  clear: both;
}

.alt-footer-logo {
  width: 200px;
  float: left;
}

.alt-footer-logo-svg {
  width: 174px;
  height: 80px;
}

.alt-footer-container {
  padding-left: 20px;
  max-width: 900px;
  float: left;
}

.alt-footer-nav {
  padding-top: 20px;
  font-size: 1.5rem;
}

.alt-footer-list .alt-footer-links-link {
  color: #000;
}

.alt-footer-secondary-list .alt-footer-links-link,
.alt-footer-secondary-list .alt-footer-links-item::before {
  color: #989898;
}

.alt-footer-list, .alt-footer-secondary-list {
  margin: 0 -10px 5px 0;
}

.alt-footer-links-item::before {
  content: "//";
  margin-left: 5px;
}

.alt-footer-list .alt-footer-links-item:first-child::before,
.alt-footer-secondary-list .alt-footer-links-item:first-child::before {
  content: none;
  margin-right: 0;
}

.alt-footer-copyright {
  padding-bottom: 30px;
  color: #989898;
  font-size: 1.3rem;
}


@media all and (max-width:1199px) {
  .alt-footer-container {
    max-width: 650px;
  }
}

@media all and (max-width:991px) {
  .alt-footer-container {
    max-width: 500px;
  }
}

@media all and (max-width:767px) {
  .alt-footer-container {
    padding-left: 0;
  }
}

.not-found-top-container {
  background-color: white;
  padding: 2rem;
  border-style: solid;
  border-color: #72BF44;
  border-width: 0 0 6px 0;
  padding: 6rem;
  -webkit-box-shadow: 0px 9px 16px 9px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 9px 16px 9px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 9px 16px 9px rgba(0, 0, 0, 0.1);
}

.not-found-outer {
  min-height: 60vh;
  margin-bottom: 5rem;
}

.l-not-found {
  background: url('https://cdn.nextgov.com/b/nextgov/v2/img/not-found-bg.jpg?7d82e7306875') no-repeat 100% fixed;
  -webkit-background-size: cover;
  background-size: cover;
}

.not-found-header-1 {
  color: #000000;
  font-size: 5rem;
  line-height: 5.6rem;
}

.not-found-header-2 {
  color: #72BF44;
  margin-bottom: 30px;
  font-size: 5rem;
  line-height: 5.6rem;
}

.not-found-header-3 {
  color: #000000;
  margin-bottom: 15px;
  font-size: 2rem;
}

.not-found-outer .search-results-form .btn {
  background-color: #72BF44;
}

.not-found-outer .search-results-form .btn:hover {
  background-color: #95CB6E;
}

.horizontal-0 {
  background-color: #c2c2c2;
}

.lander-link {
  color: #71bf44;
  text-transform: none;
  margin-top: 1.5rem;
}

.lander-link:hover,
.lander-link:focus {
  color: #71bf44;
}

.lander-event-container .river-item-dek {
  text-transform: uppercase;
}

.lander-story-label {
  margin-bottom: 3rem;
}

@media all and (max-width:767px) {
  .lander-event-container {
    max-width: 540px;
    margin: auto;
  }
}

.event-register-icon {
  width: 18px;
  height: 18px;
  fill: #fff;
  position: relative;
  top: 4px;
  left: 5px;
}

.feature-event-label {
  color: #71bf44;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 7.8rem;
  margin-bottom: 0;
}

.feature-event-description-date {
  margin: 2rem 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  color: #999999;
  text-transform: uppercase;
}

.feature-event-button-container {
  margin-bottom: 20px;
}

.feature-event-description {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #999999;
  text-transform: uppercase;
  margin-top: -20px;
}

.feature-event-tag {
  color: #71bf44;
}

.feature-event-description:before {
  content: '//';
}

.feature-event-hed-link {
  font-size: 3.6rem;
  line-height: 4rem;
  font-weight: bold;
}

.feature-event-hed-link,
.feature-event-hed-link:hover,
.feature-event-hed-link:focus {
  color: #000000;
}

.feature-event-subhed-link,
.feature-event-subhed-link:hover,
.feature-event-subhed-link:focus {
  color: #000000;
}

.feature-event-subhed-link {
  font-size: 2rem;
  font-weight: 400;
}

.feature-event-subhed {
  margin-top: 10px;
  margin-bottom: .5rem;
}

.feature-event-sponsorships {
  float: none;
  color: #999999;
  width: 100%;
}

.feature-event-link:active,
.feature-event-link:focus,
.feature-event-link:hover,
.feature-event-link {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}

.feature-event-img {
  display: block;
  width: 100%;
  height: auto;
}

.feature-event-subhed-link:hover,
.feature-event-hed-link:hover {
  text-decoration: none;
}

.rf-events-lander .l-main {
  overflow: visible;
  padding-top: 12px;
}

@media all and (max-width:1199px) {
  .feature-event-description {
    margin-bottom: 5rem;
  }

  .feature-event-label {
    font-size: 7rem;
  }

  .feature-event {
    margin-top: -1rem;
    margin-bottom: 4rem;
  }

  .feature-event-hed-link {
    font-size: 3rem;
  }
}

@media all and (max-width:991px) {
  .feature-event-description {
    margin-top: -10px;
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-bottom: 3rem;
  }

  .feature-event {
    margin-top: 2rem;
  }

  .feature-event-label {
    font-size: 4.5rem;
  }

  .feature-event-hed-link {
    font-size: 3rem;
    line-height: 3.2rem;
  }

  .feature-event-subhed {
    margin-bottom: 1rem;
  }

  .feature-event-subhed-link {
    font-size: 1.8rem;
  }

  .feature-event .container {
    padding-left: 0;
    padding-right: 0;
  }

  .feature-event .l-right-rail-side-companion {
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (max-width:767px) {
  .feature-event-label {
    font-size: 5rem;
  }

  .feature-event {
    padding-bottom: .5rem;
    margin-bottom: 2rem;
  }

  .feature-event-description {
    margin-top: 5px;
  }

  .feature-event-hed {
    margin-top: 6rem;
  }


}

.lander-event-container .river-item {
  border: none;
}

.newsletter-email-section {
  margin-bottom: 3.5rem;
}

.newsletters-heading-text {
  font-size: 4rem;
  margin-bottom: 3rem;
  font-weight: bold;
}

.newsletters-subheading-text {
  font-size: 2.2rem;
  margin-bottom: 2.5rem;
  font-weight: 400;
}

.newsletters-title-text {
  font-size: 2.2rem;
  font-weight: 700;
  margin: -5px 0 8px 5px;
}

.newsletters-details-section {
  margin-left: 18px;
}

.newsletters-frequency-text {
  color: #999999;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-bottom: .5rem;
}

.newsletters-description-text,
.newsletters-see-more {
  font-size: 1.5rem;
  margin-bottom: .5rem;
}

.newsletters-preview-text {
  display: inline-block;
  margin-bottom: 3.5rem;
}

.newsletters-preview-text:hover {
  text-decoration: underline;
}

.newsletters-preview {
  font-size: 1.5rem;
  font-weight: bold;
}

.newsletters-preview,
.newsletters-preview:hover,
.newsletters-preview:visited {
  color: #72BF44;
  text-decoration: underline;
}

.newsletters-see-more-link,
.newsletters-see-more-link:hover,
.newsletters-see-more-link:visited {
  color: #72BF44;
}

input.form-control.form-control-lg.newsletters-email-field {
  padding-left: 10px;
}

.newsletters-submit-icon {
  width: 18px;
  height: 18px;
  fill: #fff;
  position: relative;
  top: 3px;
  left: 1px;
}

.newsletters-subscribe-field .btn {
  background-color: #72BF44;
}

.newsletters-partner-text {
  margin-left: 5px;
}

.newsletters-thank-you-container {
  min-height: 60vh;
}

.newsletters-thank-you-heading {
  font-size: 4rem;
  margin-bottom: 2rem;
  font-weight: bold;
}

.mfp-bg {
  background-color: rgba(0,0,0,0.4);
}

.mfp-close {
  width: 30px;
  height: 30px;
  line-height: 32px;
  opacity: 1;
  margin-right: 19px;
  margin-top: 15px;
}

.survey-modal {
  color: #000000;
  background: white;
  border-bottom: solid 5px #999999;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  padding: 21px 53px 33px 25px;
  max-width: 390px;
}

.survey-modal-label {
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #000000;
}

.survey-modal-select-icon-container {
  top: 24px;
  transform: none;
  border-left: 1px solid #999999;
  background-color: transparent;
}

.survey-modal h1 {
  margin: 10px 0 11px 0;
  font-weight: normal;
  font-size: 28px;
  font-family: Roboto Condensed, Helvetica, Arial, sans-serif;
}

.survey-modal p {
  margin-bottom: 25px;
  font-size: 1.5rem;
  font-weight: normal;
}

.survey-modal .form-control {
  color: #999999;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}

.survey-modal .form-group {
  background-color: transparent;
  margin-bottom: 15px;
}

.survey-modal .form-group .form-control.custom-select {
  height: 4rem;
  color: #999999;
}

.form-control.form-control-lg.survey-modal-field {
  border: 1px solid #999999;
}

.survey-modal-submit {
  margin: 16px 0 13px 0;
  border: 0;
  padding: 7px 25px;
  color: #fff;
  font-size: 1.4rem;
  background: #71bf44;
  width: 175px;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
}

.survey-modal-submit:hover {
  background: #95CB6E;
  color: white;
  cursor: pointer;
}

.survey-modal-select-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -5px;
  width: 19px;
  height: 19px;
  color: #71bf44;
}

.survey-modal-close-icon {
  fill: #71bf44;
  opacity: 1;
  width: 18px;
  height: 22px;
}

button.survey-modal-close {
  border: 2px solid #71bf44;
}

.search-result-item {
  padding-left: 2rem;
  border-style: solid;
  border-color: #71bf44;
  border-width: 0 0 0 4px;
}

.search-result-item-hed-link {
  font-size: 2.4rem;
  line-height: 2.8rem;
  color: #000000;
  font-weight: 700;
}

.search-result-item-hed-link:hover,
.search-result-item-hed-link:focus {
  text-decoration: none;
  color: #000000;
}

.search-result-item.super-ready {
  cursor: pointer;
}

.search-result-item-dek {
  color: #000000;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
}

.search-result-item-byline {
  font-size: 1.2rem;
  font-weight: 700;
  color: #71bf44;
}

.search-result-item.super-ready:hover .search-result-item-hed-link,
.search-result-item.super-ready .search-result-item-hed-link:active,
.search-result-item:hover,
.search-result-item:active {
  color: #59ceff;
  text-decoration: none;
}

@media all and (min-width: 576px) {
  .search-result-item-dek {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

@media all and (min-width: 992px) {
  .search-result-item-hed-link {
    font-size: 3rem;
    line-height: 3.6rem;
  }
  .search-result-item-dek {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}

.pagination-link,
.pagination-link:hover,
.pagination-link:focus {
  color: #71bf44;
}

.pagination-icon {
  fill: #71bf44;
}

.pagination-link:hover .pagination-icon {
  fill: #71bf44;
}

.hamburger-inner::before {
  top: -7px;
}

.hamburger-inner::after {
  bottom: -7px;
}

.card-stack-title,
.card-stack-card-title {
  font-family: RobotoCondensed-Regular;
  font-weight: normal;
  color: #000000;
  font-size: 4rem;
}

.card-stack-description {
  font-family: Roboto-Regular;
  font-size: 1.6rem;
  color: #000000;
  line-height: 2.2rem;
}

.card-stack-start-link,
.card-stack-start-over-link {
  font-family: Roboto-Medium;
  font-size: 1.8rem;
  font-weight: normal;
  color: #FFFFFF;
  background-color: #72BF44;
  text-transform: uppercase;
}
.card-stack-start-link {
  width: 265px;
}

.card-stack-start-link:hover,
.card-stack-start-over-link:hover {
  background-color: #95CB6E;
}

.card-stack-toc-label {
  font-family: Roboto-Medium;
  font-size: 2rem;
  color: #000000;
  text-transform: uppercase;
}

.card-stack-toc-cards {
  line-height: 2.1rem;
}

.card-stack-toc-card-info {
  border-bottom: 1px dashed #72BF44;
  display: inline-block;
  min-width: 75%;
  padding-bottom: 10px;
}

.card-stack-toc-card-info:hover {
  color: #72BF44;
}

.card-stack-toc-cards {
  border: none;
}

.card-stack-arrow-icon {
  display: inline-block;
}

.card-stack-arrow-icon:before {
    content: "→";
}

.card-stack-social-follow-img {
  fill: #999999;
}

.card-stack-social-follow-img:hover {
  /*fill: #CBCBCB;*/
  opacity: 0.6;
}

.card-stack-pagination {
  color: #000000;
}

.card-stack-pagination-progress-bar {
  background-color: #999999;
}

.card-stack-pagination-progress-bar-progress {
  background: #72BF44;
}

.card-stack-card-prev-nav {
  color: #999999;
}
.card-stack-card-next-nav {
  color: #72BF44;
}

.promo-item .card-stack-card-prev-next-link:active,
.promo-item .card-stack-card-prev-next-link:focus,
.promo-item .card-stack-card-prev-next-link:hover {
  color: #000000;
}
.promo-item .card-stack-card-prev-next-link:hover .card-stack-card-prev-next-title,
.card-stack-card-prev-next-bottom-container .card-stack-card-prev-next-link:hover .card-stack-card-prev-next-title {
  text-decoration: underline;
}

.card-stack-card-prev-next-tooltip-tag {
  color: #72BF44;
}

.card-stack-title-container > .card-stack-title {
  font-family: Roboto-Medium;
  font-size: 14px;
  color: #000000;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.card-stack-title-container > .card-stack-title:active,
.card-stack-title-container > .card-stack-title:focus,
.card-stack-title-container > .card-stack-title:hover {
  color: #000000;
  text-decoration: underline;
}

.card-stack-producers-presented-by,
.card-stack-sponsors-presented-by {
  font-family: RobotoCondensed-Regular;
  font-size: 12px;
  color: #000000;
  text-transform: uppercase;
  font-weight: normal;
}

@media all and (min-width: 768px) {
  .card-stack-card-prev-next-link {
    background-color: #999999;
  }
  .card-stack-card-prev-next-link:active,
  .card-stack-card-prev-next-link:focus,
  .card-stack-card-prev-next-link:hover {
    background-color: #72BF44;
  }
}

@media all and (max-width: 767px) {
  .card-stack-card-prev-next-inner-container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .card-stack-card-prev-next-link {
    height: 45px;
  }
  .card-stack-card-prev-next-sides-container .card-stack-card-prev-next-link {
    line-height: 45px;
    font-family: Roboto-Medium;
    font-size: 18px;
    font-weight: normal;
    color: #FFFFFF;
    background-color: #72BF44;
    /*border-radius: 2px;*/
    border: none;
  }
  .card-stack-card-prev-next-sides-container .card-stack-card-prev-link {
    background-color: #999999;
  }
  .card-stack-card-next-nav,
  .card-stack-card-prev-nav {
    color: #FFFFFF;
  }
  .card-stack-card-prev-next-container {
    background: transparent;
  }
  .card-stack-card-no-next, .card-stack-card-prev-next-fixed .card-stack-card-no-next {
    width: 50%;
  }
}



@media all and (max-width: 575px) {
  .tags-item {
    font-size: 1.4rem;
  }
}
