/* 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.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN 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;touch-action:manipulation;-moz-backface-visibility:hidden}.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,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-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%}.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;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.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{-ms-touch-action:pan-y;touch-action:pan-y;-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{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@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 .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{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.govexec.com/a/base/third_party/owl-carousel/owl-carousel2-2.3.4/assets/owl.video.play.png?e3ef8d109d79') no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-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.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN 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}
/*!
 * 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); }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('https://cdn.govexec.com/a/base/third_party/fontawesome/fontawesome-4/fonts/fontawesome-webfont.eot?v=4.7.0&2a58f88f2100');src:url('https://cdn.govexec.com/a/base/third_party/fontawesome/fontawesome-4/fonts/fontawesome-webfont.eot?&2a58f88f2100#iefix&v=4.7.0') format('embedded-opentype'),url('https://cdn.govexec.com/a/base/third_party/fontawesome/fontawesome-4/fonts/fontawesome-webfont.woff2?v=4.7.0&2a58f88f2100') format('woff2'),url('https://cdn.govexec.com/a/base/third_party/fontawesome/fontawesome-4/fonts/fontawesome-webfont.woff?v=4.7.0&2a58f88f2100') format('woff'),url('https://cdn.govexec.com/a/base/third_party/fontawesome/fontawesome-4/fonts/fontawesome-webfont.ttf?v=4.7.0&2a58f88f2100') format('truetype'),url('https://cdn.govexec.com/a/base/third_party/fontawesome/fontawesome-4/fonts/fontawesome-webfont.svg?v=4.7.0&2a58f88f2100#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

.prettydropdown {
  position: relative;
  min-width: 72px; /* 70px + borders */
  display: inline-block;
}
.prettydropdown.loading {
  min-width: 0;
}
.prettydropdown > ul {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border: 1px solid #a9a9a9;
  box-sizing: content-box;
  color: #000;
  cursor: pointer;
  font: normal 18px Calibri, sans-serif;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-user-select: none; /* Chrome all / Safari all */
  -moz-user-select: none; /* Firefox all */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Likely future */
  z-index: 1;
}
.prettydropdown.loading > ul {
  visibility: hidden;
  white-space: nowrap;
}
.prettydropdown > ul:focus, .prettydropdown:not(.disabled) > ul:hover {
  border-color: #7f7f7f;
}
.prettydropdown:not(.disabled) > ul.active {
  width: auto;
  max-height: none !important;
  border-color: #1e90ff;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 100;
}
.prettydropdown > ul.active:focus {
  outline: none;
}
.prettydropdown > ul.active.reverse {
  top: auto;
  bottom: 0;
}
.prettydropdown > ul > li {
  position: relative;
  min-width: 70px;
  height: 48px; /* 50px - borders */
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-sizing: border-box;
  display: none;
  line-height: 46px; /* 48px - borders */
  margin: 0;
  padding-left: 0.8rem;
}
.prettydropdown.loading > ul > li {
  min-width: 0;
  display: block;
  padding-right: 0.8rem;
}
.prettydropdown > ul:not(.active) > li:not(.selected):first-child {
  visibility: hidden; /* Prevent FOUC */
}
.prettydropdown > ul > li:first-child, .prettydropdown > ul.active > li {
  display: block;
}
.prettydropdown > ul.active > li:not(.label):hover, .prettydropdown > ul.active > li.hover:not(.label), .prettydropdown > ul.active > li:first-child:hover:after {
  background: #1e90ff;
  color: #fff;
}
.prettydropdown > ul.active > li.nohover {
  background: inherit !important;
  color: inherit !important;
}
.prettydropdown > ul.active > li.hover:before, .prettydropdown > ul.active > li.nohover:after {
  border-top-color: #fff !important;
}
.prettydropdown > ul.active > li.hover:after, .prettydropdown > ul.active > li.nohover:before {
  border-top-color: #1e90ff !important;
}
.prettydropdown.arrow > ul > li.selected:before, .prettydropdown.arrow > ul > li.selected:after {
  position: absolute;
  top: 8px;
  bottom: 0;
  right: 8px;
  height: 16px;
  border: 8px solid transparent; /* Arrow size */
  box-sizing: border-box;
  content: '';
  display: block;
  margin: auto;
}
.prettydropdown.arrow.small > ul > li.selected:before, .prettydropdown.arrow.small > ul > li.selected:after {
  top: 4px;
  height: 8px;
  border-width: 4px;
}
.prettydropdown.arrow > ul > li.selected:before {
  border-top-color: #a9a9a9; /* Arrow color */
}
.prettydropdown.arrow > ul > li.selected:after {
  top: 4px; /* Chevron thickness */
  border-top-color: #fff; /* Match background colour */
}
.prettydropdown.arrow.small > ul > li.selected:after {
  top: 2px; /* Chevron thickness */
}
.prettydropdown.arrow.triangle > ul > li.selected:after {
  content: none;
}
.prettydropdown > ul:hover > li.selected:before {
  border-top-color: #7f7f7f;
}
.prettydropdown > ul.active > li.selected:before,
.prettydropdown > ul.active > li.selected:after {
  border: none;
}
.prettydropdown > ul:not(.active) > li > span.checked {
  display: none;
}

/* Multi-Select */
.prettydropdown.multiple > ul > li.selected {
  overflow: hidden;
  padding-right: 2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prettydropdown > ul > li > span.checked {
  clear: both;
  float: right;
  font-weight: bold;
  margin-right: 0.8rem;
}

/* Option Groups */
.prettydropdown > ul > li.label {
  cursor: default;
  font-weight: bold;
}
.prettydropdown > ul > li.label:first-child,
.prettydropdown.classic > ul > li.label ~ li.selected{
  border-top: none;
}
.prettydropdown > ul > li.label ~ li:not(.label):not(.selected),
.prettydropdown.classic > ul.active > li.label ~ li:not(.label) {
  padding-left: 1.6rem;
}

/* Classic Behavior */
.prettydropdown.classic > ul:not(.active) > li.selected:not(:first-child) {
  position: absolute;
  top: 0;
  display: block;
}

/* Disabled */
.prettydropdown.disabled, .prettydropdown > ul > li.disabled {
  opacity: 0.3;
}
.prettydropdown.disabled > ul > li, .prettydropdown > ul > li.disabled {
  cursor: not-allowed;
}

/* Divider Lines */
.prettydropdown.multiple > ul > li.selected + li, .prettydropdown.multiple > ul.reverse > li.selected,
.prettydropdown > ul > li.label, .prettydropdown > ul > li.label ~ li.selected {
  border-top-color: #dedede;
}

[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,.1)}.no-js [class*=lazy-img-placeholder-]{display:none}.lazy-img-placeholder-1x1{padding-top:100%}.lazy-img-placeholder-6x5{padding-top:.83333%}.lazy-img-placeholder-5x3{padding-top:60%}.lazy-img-placeholder-24x11{padding-top:45.83333%}.lazy-img-placeholder-14x5{padding-top:35.71429%}/*# sourceMappingURL=lazy-image.css.map */

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

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

@charset "UTF-8";
@import url('https://p.typekit.net/p.css?s=1&k=xhd8pjr&ht=tk&f=26053.26054.26056.26062.25998.25999.26000.26001.26016.26017.26018.26019.26036.26037.26046.26047.26072.26073.26086.26087&a=86200879&app=typekit&e=css');
html {
  font-size: 10px;
}

button {
  cursor: pointer;
}

.soft-hide {
  display: none;
}

@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 {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}

/* Forms */
.form-control-xl {
  border-radius: 0.5rem;
  font-size: 1.6rem;
  padding: 0 1rem;
}

select.form-control-xl:not([size]):not([multiple]) {
  height: 3rem;
}

@media (max-width: 575px) {
  /* doesn't work in mobile safari */
  body.disable-scroll-xs {
    overflow: hidden;
  }
}
@font-face {
  font-family: "GEMG-Icons";
  src: url('https://cdn.govexec.com/a/base/font/GEMG-Icons.eot?3jt7ph&6cdd648fe2af');
  src: url('https://cdn.govexec.com/a/base/font/GEMG-Icons.eot?3jt7ph&6cdd648fe2af#iefix') format("embedded-opentype"), url('https://cdn.govexec.com/a/base/font/GEMG-Icons.ttf?3jt7ph&6cdd648fe2af') format("truetype"), url('https://cdn.govexec.com/a/base/font/GEMG-Icons.woff?3jt7ph&6cdd648fe2af') format("woff"), url('https://cdn.govexec.com/a/base/font/GEMG-Icons.svg?3jt7ph&6cdd648fe2af#GEMG-Icons') format("svg");
  font-weight: normal;
  font-style: normal;
}
.gemg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "GEMG-Icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gemg-icon.icon-ico-email-circle:before {
  content: "\e900";
}
.gemg-icon.icon-ico-search:before {
  content: "🌨";
}
.gemg-icon.icon-ico-carrot-up:before {
  content: "2";
}
.gemg-icon.icon-ico-carrot-down:before {
  content: "3";
}
.gemg-icon.icon-ico-carrot-left:before {
  content: "4";
}
.gemg-icon.icon-ico-carrot-right:before {
  content: "5";
}
.gemg-icon.icon-ico-carrot2left:before {
  content: "8";
}
.gemg-icon.icon-ico-carrot2right:before {
  content: "9";
}
.gemg-icon.icon-ico-arrowup:before {
  content: "B";
}
.gemg-icon.icon-ico-arrowdown:before {
  content: "C";
}
.gemg-icon.icon-ico-arrowleft:before {
  content: "D";
}
.gemg-icon.icon-ico-arrowright:before {
  content: "E";
}
.gemg-icon.icon-ico-back:before {
  content: "J";
}
.gemg-icon.icon-ico-close:before {
  content: "M";
}
.gemg-icon.icon-ico-checkmark:before {
  content: "N";
}
.gemg-icon.icon-ico-box:before {
  content: "V";
}
.gemg-icon.icon-ico-boxfilled:before {
  content: "W";
}
.gemg-icon.icon-ico-expand:before {
  content: "Y";
}
.gemg-icon.icon-ico-checkbox:before {
  content: "Z";
}
.gemg-icon.icon-ico-radio:before {
  content: "[";
}
.gemg-icon.icon-ico-radiofilled:before {
  content: "\\";
}
.gemg-icon.icon-ico-menu:before {
  content: "a";
}
.gemg-icon.icon-ico-question:before {
  content: "t";
}
.gemg-icon.icon-ico-load:before {
  content: "\e02d";
}
.gemg-icon.icon-ico-page:before {
  content: "\e058";
}
.gemg-icon.icon-ico-email:before {
  content: "\e076";
}
.gemg-icon.icon-ico-facebook-nocircle:before {
  content: "\e093";
}
.gemg-icon.icon-ico-twitter-nocircle:before {
  content: "\e094";
}
.gemg-icon.icon-ico-linkedin-nocircle:before {
  content: "\e09d";
}
.gemg-icon.icon-ico-rss-nocircle:before {
  content: "\e09e";
}
.gemg-icon.icon-ico-share:before {
  content: "\e0a0";
}
.gemg-icon.icon-ico-facebook:before {
  content: "\e0aa";
}
.gemg-icon.icon-ico-twitter:before {
  content: "\e0ab";
}
.gemg-icon.icon-ico-googleplus:before {
  content: "\e0ad";
}
.gemg-icon.icon-ico-linkedin:before {
  content: "\e0b4";
}
.gemg-icon.icon-ico-rss:before {
  content: "\e0b5";
}
.gemg-icon.icon-ico-sharecircle:before {
  content: "\e0b7";
}
.gemg-icon.icon-ico-print:before {
  content: "\e0fa";
}

.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-row {
  /* Like .row but not flex */
  margin-left: -10px;
  margin-right: -10px;
}

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

/* Content layout */
/* 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-relative {
  position: relative;
}

@media all and (min-width: 768px) {
  .l-content-container-unconstrained-mobile {
    width: 720px;
    max-width: 100%;
  }
  .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;
  }
  .static-page .l-content-right-rail-companion {
    display: inline-block;
    box-sizing: content-box;
  }
}
@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-500 {
  -webkit-background-size: cover;
  background-size: cover;
}

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

/* 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-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: 1200px) {
  .l-right-rail-alt {
    box-sizing: content-box;
    float: right;
    padding-left: 0px;
    width: 300px;
  }
  .l-right-rail-alt-side-companion {
    width: 795px;
  }
}
.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-top-companion {
    display: inline-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 {
    box-sizing: content-box;
    width: 800px;
  }
}
@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;
  }
}
/* Homepage Takeover Styles */
#ng-hpto-container .ad-container-catalyst {
  position: relative;
  top: -3rem;
  margin-bottom: -4rem;
}

div[id$=hpto-container] .ad-container {
  margin-bottom: 0;
}

#mobile-hpto-container .ad-container.ad-container-mobile {
  text-align: center;
  margin-bottom: 5rem;
}

#ng-mobile-hpto-container .ad-container.ad-container-mobile {
  text-align: center;
  margin-bottom: 3rem;
}

div[id$=hpto-container] .advert-tag,
.js-top-ad .advert-tag {
  display: none;
}

/* Ads */
.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 {
  clear: both;
  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,
.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 {
  display: none;
}

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

.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;
  }
}
.almanac-title {
  font-family: "Lato", sans-serif;
  font-size: 3.5rem;
  line-height: 3.5rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.almanac-title a {
  color: #cc1728;
  text-decoration: none;
}
.almanac-title a:hover {
  text-decoration: underline;
}

.almanac-subtitle {
  font-family: "Roboto Slab", serif;
  font-size: 5rem;
  font-weight: bold;
  line-height: 5rem;
  margin-top: 2rem;
}

.wysiwyg.almanac-content {
  margin-bottom: 3rem;
}

.wysiwyg.almanac-content > * {
  font-size: 1.8rem;
  margin-top: 2rem;
}

.almanac-section-label {
  color: #cc1728 !important;
  font-weight: bold !important;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

.almanac-list-entry {
  font-family: "Lato", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 4rem;
}
.almanac-list-entry a {
  color: #cc1728;
}

.almanac-chapter-list {
  margin-bottom: 3rem;
}

.almanac-nav {
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  position: relative;
}

.almanac-nav-title,
.almanac-chapter-entry {
  background: #cc1728;
  color: #fff;
  display: inline-block;
  height: 32px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 140px;
}

.almanac-nav:hover .almanac-nav-title {
  background: #575757;
}

.almanac-nav:hover .almanac-chapter-nav {
  display: block;
}

.almanac-chapter-nav {
  display: none;
  list-style-type: none;
  padding-left: 0;
  position: absolute;
}

.almanac-chapter-entry {
  background: #575757;
  display: flex;
  justify-content: space-between;
  margin-left: 10px;
  width: 130px;
}

.almanac-chapter-entry:hover {
  background: #cc1728;
}

.almanac-chapter-entry:hover .almanac-section-entry {
  display: block;
}

.almanac-arrow-nav.fa {
  padding-top: 5px;
}

.almanac-section-nav {
  background: #f4f4f4;
  display: block;
  left: 130px;
  list-style-type: none;
  margin-top: -0.5rem;
  padding-left: 10px;
  position: absolute;
  text-align: left;
  white-space: nowrap;
  z-index: 10;
}

.almanac-section-entry {
  display: none;
  height: 32px;
  padding-right: 10px;
  padding-top: 0.5rem;
}
.almanac-section-entry a {
  color: #000;
  text-decoration: none;
  text-transform: capitalize;
}
.almanac-section-entry a:hover {
  color: #cc1728;
}

@media all and (max-width: 575px) {
  .almanac-section-nav {
    left: 100px;
    white-space: normal;
    width: calc(100vw - 130px);
  }
  .almanac-section-entry {
    height: auto;
    line-height: 1.4rem;
    padding-bottom: 0.5rem;
  }
}
.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: 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-page-bio-hed {
  font-size: 4.8rem;
  line-height: 5.2rem;
  font-weight: 700;
  color: #0096d5;
  margin: 0 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: 0.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: 0.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;
  }
}
.author-image {
  display: block;
  width: 100%;
  height: auto;
}

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

/* Card stack main */
.card-stack-container {
  margin-top: -25px;
  position: relative;
  padding-top: 3rem;
  padding-bottom: 4rem;
  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: #0095d5;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2em;
}

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

/* Title */
.card-stack-title {
  color: #000;
  font-weight: 700;
  margin-bottom: 2rem;
}

.card-stack-card-title {
  margin-bottom: 2rem;
  font-size: 3.8rem;
  line-height: 4rem;
  font-weight: 700;
}

.card-stack-title-container .card-stack-title {
  display: inline;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 700;
}

.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: #000;
  text-decoration: underline;
}

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

/* Description */
.card-stack-description {
  font-size: 1.6rem;
  line-height: 2.5rem;
}

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

.card-stack-description a {
  text-decoration: none;
}

.card-stack-description a:hover {
  text-decoration: underline;
}

.card-stack-description img {
  max-width: 100%;
  height: auto;
}

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

.card-stack-card-content.wysiwyg-sponsored > * {
  font-family: Roboto, sans-serif;
}

/* Progress bar and pagination */
.card-stack-pagination-container {
  float: left;
}

.card-stack-pagination {
  margin-bottom: 0.7rem;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1rem;
}

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

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

/* Social */
.card-stack-social {
  display: block;
  margin-left: 0;
  margin-top: 0.25rem;
  margin-bottom: 3rem;
  padding: 0;
  height: 30px;
  list-style-type: none;
  text-align: right;
}

.card-stack-social-item {
  display: inline-block;
  position: relative;
  margin-right: 0.7rem;
  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;
}

/* 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;
  text-align: left;
  color: #000;
  background-color: transparent;
  border: none;
  font-size: 1.4rem;
  line-height: 2.1rem;
}

.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-next-link:active,
.promo-item .card-stack-card-prev-next-link:focus,
.promo-item .card-stack-card-prev-next-link:hover {
  background-color: transparent;
}

.promo-item .card-stack-card-prev-nav,
.promo-item .card-stack-card-next-nav {
  display: block;
  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;
}

/* Card sides prev/next links */
.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-sides-container .card-stack-card-prev-next-link:active,
.card-stack-card-prev-next-sides-container .card-stack-card-prev-next-link:focus,
.card-stack-card-prev-next-sides-container .card-stack-card-prev-next-link:hover {
  color: #fff;
  text-decoration: none;
  overflow: visible;
}

/* Start/Start over links */
.card-stack-start-link {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  margin-bottom: 4rem;
  border: none;
  padding-left: 10px;
  padding-right: 10px;
  width: 265px;
  height: 45px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
}

.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: 1.8rem;
  font-weight: bold;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
}

.card-stack-start-link:active,
.card-stack-start-link:focus,
.card-stack-start-link:hover,
.card-stack-start-over-link:active,
.card-stack-start-over-link:focus,
.card-stack-start-over-link:hover {
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}

.card-stack-arrow-icon {
  width: 18px;
  height: 18px;
  fill: #fff;
  position: relative;
  top: 0px;
  left: 1px;
  display: inline-block;
}

/* TOC */
.card-stack-card-toc-card .card-stack-title {
  font-size: 4rem;
  line-height: 4.5rem;
}

.card-stack-toc {
  margin-bottom: 4rem;
}

.card-stack-toc-label {
  margin-bottom: 1.5rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 2.8rem;
}

.card-stack-toc-cards,
.card-stack-toc-cards-extra {
  padding-left: 0;
  font-size: 1.6rem;
  list-style-type: none;
}

.card-stack-toc-cards {
  counter-reset: toc;
}

.card-stack-toc-cards-extra {
  counter-reset: toc 5;
}

.card-stack-toc-cards-more {
  display: block;
  cursor: pointer;
  text-align: center;
  margin-top: 2rem;
  font-size: 1.4rem;
  font-weight: 700;
}

.card-stack-toc-more-arrow {
  display: block;
  font-size: 1.8rem;
}

.card-stack-toc-card-info {
  /* this is the 'dots-0' svg pattern (see dots-0.svg) */
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1JyBoZWlnaHQ9JzUnPg0KICA8Y2lyY2xlIGN4PScxJyBjeT0nMScgcj0nMScgZmlsbD0nI0JCQkJCQicgLz4NCjwvc3ZnPg==');
  background-repeat: repeat-x;
  background-position: bottom left;
  display: block;
  padding-bottom: 1rem;
  margin-top: 1rem;
  color: inherit;
}

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

.card-stack-toc-card-info:hover {
  text-decoration: none;
}

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

.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: 4rem;
  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,
.card-stack-sponsors-presented-by {
  font-family: RobotoCondensed-Regular, sans-serif;
  padding: 0;
  font-size: 1.4rem;
  line-height: 2rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

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

.card-stack-producers-list-item {
  display: block;
  margin: 0 0 2rem 0;
  padding: 0;
  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: #000;
  text-decoration: none;
}

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

.card-stack-producers-producer-img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

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

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

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

.card-stack-sponsors-list-item {
  display: block;
  margin: 0 0 2rem 0;
  padding: 0;
  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: #000;
  text-decoration: none;
}

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

.card-stack-sponsors-sponsor-img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.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;
}

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

.card-stack-card-prev-next-link:hover {
  text-decoration: none;
}

.card-stack-card-prev-next-link:active .card-stack-card-prev-next-title,
.card-stack-card-prev-next-link:focus .card-stack-card-prev-next-title,
.card-stack-card-prev-next-link:hover .card-stack-card-prev-next-title {
  text-decoration: underline;
}

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

.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-text {
  display: none;
}

.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: #0095d5;
  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;
  color: #000;
  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;
  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;
  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;
}

/* Sponsor Content */
.card-stack-sponsor-content .card-stack-title {
  font-family: RobotoCondensed-Regular, sans-serif;
  font-weight: 700;
}

.card-stack-sponsor-content .card-stack-card-title,
.card-stack-sponsored .card-stack-card-title {
  font-family: RobotoCondensed-Regular, sans-serif;
  font-weight: 300;
}

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

.card-stack-sponsor-content-tag {
  margin-top: -2rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-bottom: 2rem;
  padding: 3px 15px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #000000;
  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: 1rem;
  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 */
.rf-card-stack .advert,
.rf-card .advert {
  margin-bottom: 0;
}

.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: 1rem;
}

.card-stack-bottom-ad .ad-container {
  padding-bottom: 4rem;
}

.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: 4rem;
  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;
}

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

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

.card-stack-container .ad-tablet,
.card-stack-container .ad-desktop {
  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;
  }
  .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-next-link {
    right: 0px;
  }
  .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-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-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;
    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;
  }
  .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: rgb(154, 224, 255);
  }
  .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-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: 775px;
  }
  .card-stack-card-prev-next-fixed {
    width: 775px;
  }
  .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-card-toc-card .card-stack-title {
    font-size: 3rem;
    line-height: 3.6rem;
  }
  .card-stack-sponsors-producers {
    margin-bottom: 0;
  }
  .card-stack-producers,
  .card-stack-sponsors {
    float: none;
    margin-bottom: 0;
    padding-bottom: 1rem;
    width: auto;
    max-width: none;
  }
  .card-stack-producers-producer-img,
  .card-stack-sponsors-sponsor-img {
    max-width: 40%;
  }
  .card-stack-producers-list,
  .card-stack-sponsors-list {
    display: inline;
  }
  .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-card-title {
    font-size: 3.2rem;
    line-height: 3.6rem;
  }
  .card-stack-card-prev-nav,
  .card-stack-card-next-nav {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .card-stack-card-prev-next-link {
    color: #fff;
  }
  .card-stack-card-prev-next-inner-container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .card-stack-card-prev-next-sides-container .card-stack-card-prev-next-link {
    line-height: 4rem;
  }
  .card-stack-card-prev-next-sides-container .card-stack-card-next-link {
    padding-left: 10px;
  }
  .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: #fff;
  }
  .card-stack-social-item {
    margin-right: 2rem;
  }
}
@media all and (max-width: 1199px) {
  .card-stack-card-title {
    text-align: center;
  }
}
.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: 1rem;
}

.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 {
  margin-bottom: 1.75rem;
  color: #999999;
  font-size: 1.2rem;
  font-weight: normal;
}

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

.content-sep {
  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: #000000;
  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 #000000;
  border-left: none;
  padding-top: 8px;
  padding-left: 0;
  color: #000000;
}

.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: 1rem;
  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: #000000;
  font-weight: bold;
}

.content-sponsored .sponsored-org-logo {
  display: none;
}

/* Sticky ads */
.js-article-advert-injected.sticky .advert-tag.advert-tag-top {
  display: none;
}

.js-article-advert-injected.sticky .l-content-row {
  background: #f7f7f7;
  margin-left: 0;
  padding-bottom: 15px;
  padding-right: 20px;
  padding-top: 15px;
  position: absolute;
  width: 100%;
  z-index: 3;
}

.js-article-advert-injected.fixed .l-content-row {
  bottom: 0;
  left: 0;
  padding-right: 0;
  position: fixed;
  right: 0;
  z-index: 11;
}

.js-article-advert-injected.sticky .l-content-row .advert {
  margin-bottom: 0;
}

@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-top: 0.5rem;
  padding: 0;
  color: #a94442;
  font-family: Roboto, sans-serif;
  font-size: 1.3rem; /* 13px */
  list-style-type: none;
}

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

.conversion-module .conversion-module .form-control {
  font-family: Roboto, sans-serif;
  font-size: 2rem; /* 20px */
}

.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);
  z-index: 200;
}

.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: 4rem;
  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: 2.5rem;
  font-size: 2rem; /* 20px */
  font-weight: normal;
  line-height: 3rem; /* 30px */
}

.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: 4rem;
}

.conversion-module .conversion-module-signup-form .conversion-module-signup-form-optin.form-group {
  max-width: none;
  margin-bottom: 2rem;
  line-height: 1em;
}

.conversion-module .conversion-module-signup-form-label {
  margin-bottom: 10px;
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-size: 2rem; /* 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: 2rem; /* 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;
  display: inline-block;
  font-family: "Droid Serif", serif;
  font-size: 1.4rem; /* 14px */
  margin-bottom: 3rem;
  margin-right: 2rem;
  text-decoration: none;
}

.conversion-module .conversion-module-signup-form-link:hover {
  color: #0096d2;
  text-decoration: underline;
}

.conversion-module .conversion-module-learn-more-link {
  color: #999999;
  text-decoration: underline !important;
}

.conversion-module .conversion-module-learn-more-link:hover {
  color: #000000;
  text-decoration: none !important;
}

.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: 2rem; /* 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-line1 {
  margin-bottom: 1rem;
  color: #0096d5;
  font-family: Roboto, sans-serif;
  font-size: 3rem; /* 30px */
  font-weight: bold;
  line-height: 3rem; /* 30px */
  text-transform: none;
}

.conversion-module-nl-thankyou .conversion-module-signup-form-title-line2 {
  margin-bottom: 1rem;
  color: #333333;
  font-family: "Droid Serif", serif;
  font-size: 2rem; /* 20px */
  font-weight: normal;
  line-height: 2rem; /* 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: 2rem; /* 20px */
  font-weight: normal;
  line-height: 3rem; /* 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: 2rem; /* 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: 2rem; /* 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: 2rem; /* 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: 2rem; /* 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: 767px) {
  .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: 3rem;
    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-line2 {
    font-size: 3.6rem; /* 36px */
    line-height: 4.2rem; /* 42px */
    padding-bottom: 10px;
  }
  .conversion-module .form-control {
    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-title {
    margin-bottom: 2rem;
  }
  .conversion-module .conversion-module-signup-form-submit-text {
    font-size: 2rem; /* 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-line1 {
    font-size: 2.4rem; /* 24px */
    line-height: 2.4rem; /* 24px */
  }
  .conversion-module-nl-thankyou .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: 2rem;
  }
}
.cookie-policy {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 340px;
  background-color: rgba(175, 177, 179, 0.8);
  z-index: 100;
  margin-bottom: 10px;
  margin-right: 5px;
  border-radius: 6px;
}

.cookie-policy-close-btn.close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  margin: 5px 10px 10px 15px;
  font-size: 2rem;
  font-weight: normal;
}

.cookie-policy-link,
.cookie-policy-link:hover,
.cookie-policy-link:focus {
  color: #ffffff;
  text-decoration: underline;
}

.cookie-policy-text {
  color: #ffffff;
  font-size: 11px;
  padding: 10px 10px 10px 20px;
}

@media screen and (max-width: 991px) {
  .cookie-policy {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
    border-radius: 0;
  }
  .cookie-policy-close-btn.close {
    margin-left: 20px;
  }
  .cookie-policy-text {
    padding-left: 5rem;
    max-width: 700px;
  }
}
@media screen and (max-width: 575px) {
  .cookie-policy-text {
    padding-left: 20px;
  }
}
.events-lander-link {
  display: table;
  color: #0096d5;
  font-size: 1.4rem;
  font-weight: bold;
  padding-top: 2rem;
  text-decoration: none;
  text-transform: uppercase;
}

.events-lander-link:hover {
  color: #59ceff;
  text-decoration: none;
}

.events-lander-link-inline {
  display: inline-block;
}

/* Breakpoints */
@media all and (max-width: 767px) {
  .events-listing .feature-story-label {
    margin-bottom: 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: 1rem;
  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 {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.5rem;
  margin-bottom: 1.5rem;
  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-container {
  margin-bottom: 1.5rem;
}

.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;
  }
  .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;
  }
  .feature-story-link.highlight {
    background-color: #0096d5;
  }
  .feature-story-link.highlight:hover {
    background-color: #59ceff;
  }
  .feature-story-link.highlight:active,
  .feature-story-link.highlight:focus,
  .feature-story-link.highlight:hover,
  .feature-story-link.highlight {
    display: block;
    padding: 0.9rem 1.6rem;
    text-align: center;
  }
  .feature-story-hed-link {
    font-size: 3.6rem;
    line-height: 4.2rem;
  }
}
@media all and (min-width: 768px) {
  .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 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 1rem;
  }
}
@media all and (min-width: 1200px) {
  .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 {
    font-size: 1.8rem;
    line-height: 2.5rem;
    margin-bottom: 1.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;
}

.filter-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 4rem;
  margin-left: -35px;
  margin-right: -35px;
}

.filter-group-item {
  box-sizing: content-box;
  width: 280px;
  padding: 0 35px;
}

.filter-group-label {
  display: block;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #999999;
}

.filter-group-select {
  display: block;
  width: 100%;
  height: 35px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  padding: 0 10px;
  font: 1.6rem "Roboto", sans-serif;
  color: #999999;
}

/* prettydropdown overrides */
.filter-group .prettydropdown {
  display: block;
  /*width: 100% !important;*/
}

.filter-group .prettydropdown ul {
  font: 1.6rem "Roboto", sans-serif;
}

.filter-group .prettydropdown ul li:first-child {
  color: #999999;
}

.filter-group .prettydropdown ul:before {
  content: " ";
  background-color: #0095d5;
  display: block;
  width: 34px;
  /* height: 20px; */
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
}

.filter-group .prettydropdown ul:after {
  position: absolute;
  top: 8px;
  bottom: 0;
  right: 8px;
  height: 16px;
  border: 8px solid transparent;
  border-top-color: #ffffff;
  box-sizing: border-box;
  content: "";
  display: block;
  margin: auto;
  z-index: 3;
  pointer-events: none;
}

.filter-group .prettydropdown:hover ul:before {
  background-color: #40aadd;
}

.filter-group .prettydropdown ul li {
  white-space: nowrap;
  overflow: hidden;
}

.filter-group .prettydropdown ul.active {
  max-width: none;
  z-index: 300;
  /*width: 380px !important;*/
}

.filter-group .prettydropdown ul.active:before {
  content: none;
}

.filter-group .prettydropdown ul.active:after {
  content: none;
}

.filter-group .prettydropdown > ul > li.selected:before {
  /*top: 0;
    bottom: 0;*/
}

.filter-group .prettydropdown > ul > li.selected:after {
  content: " ";
  background: rgb(255, 255, 255);
  /*background: linear-gradient(
        90deg, rgba(255,255,255,0) 0%,
        rgba(255,255,255,1) 94%,
        rgba(255,255,255,1) 100%
    ); */
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  right: 34px;
  top: 0;
}

.filter-group .prettydropdown ul.active > li.selected:after {
  content: none;
}

@media all and (max-width: 1199px) {
  .filter-group {
    margin-left: -10px;
    margin-right: -10px;
  }
  .filter-group-item {
    width: 100%;
    padding: 0 10px;
    flex-basis: 33.3%;
  }
}
@media all and (max-width: 991px) {
  .filter-group {
    flex-wrap: wrap;
    /*margin-left: -10px;*/
    /*margin-right: -10px;*/
  }
  .filter-group-item {
    /*width: 50%;*/
    /*padding: 0 10px;*/
    margin-bottom: 10px;
    flex-basis: 340px;
  }
}
@media all and (max-width: 577px) {
  .filter-group {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .filter-group-item {
    width: auto;
    flex-basis: auto;
    padding: 0;
  }
}
.footer {
  padding: 3rem 0;
  background-color: #e8eced;
}

.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;
  }
}
#wrapper {
  z-index: 1;
}

.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, 0.9);
  text-align: center;
}

.interstitial-show {
  overflow: hidden;
}

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

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

.interstitial-ad-header {
  position: relative;
  overflow: hidden;
  padding-top: 45px;
}

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

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

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

.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;
}

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

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

.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;
}

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

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

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

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

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

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

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

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

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

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

/* media queries */
@media all and (max-width: 767px) {
  .interstitial-continue-btn {
    margin-right: auto;
  }
}
.heading-title {
  margin-bottom: 1.5rem;
  color: #0096d5;
  font-size: 6rem;
  font-weight: bold;
}

.heading-subhed {
  margin-bottom: 3rem;
  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: -2em;
}

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

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

/* 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: 0.5em 0 0.5em 0;
  line-height: 1.7em;
}

.skybox.homepage-events {
  margin-bottom: 5rem;
}

.csny-events-icon-svg,
.csny-calendar-icon-svg,
.csny-network-icon-svg {
  height: 24px;
  width: 24px;
}

.csny-hp-event-box {
  background-color: #fafafa;
  min-height: 115px;
  padding-left: 8px;
  padding-top: 8px;
  position: relative;
  z-index: 1;
}

.csny-hp-event-details {
  background-color: #fafafa;
  min-height: 115px;
  position: relative;
  z-index: 3;
}

.csny-hp-events-bg {
  background: url('https://cdn.govexec.com/a/base/img/feature_image_bg.png?6cdd648fe2af') no-repeat;
  height: 100%;
  position: absolute;
  top: 8px;
  width: 100%;
  z-index: 0;
}

.homepage-events .event-time {
  color: #c32975;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.homepage-events .event-label {
  color: #000;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.homepage-events .event-title {
  color: #000;
  font-size: 1.8rem;
  line-height: 2rem;
}

.homepage-events a:hover {
  text-decoration: none;
}

.homepage-events a:hover .csny-hp-events-bg {
  height: calc(100% - 3px);
  width: calc(100% - 3px);
}

.csny-events-icon {
  float: right;
  margin-right: 5px;
}

.csny-calendar-icon {
  margin-right: 10px;
}

.homepage-events .skybox-carousel-item {
  padding-bottom: 8px;
}

@media (min-width: 992px) {
  .homepage-events .col-lg-2 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 575px) {
  .skybox.homepage-events:before {
    border-top: none;
    content: "";
    margin: 0 auto;
    margin-top: -2rem;
    padding-bottom: 2rem;
    width: 95%;
  }
}
/* lander featured river sponsor item ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.lander-featured-river-item-sponsored .river-item-category {
  margin-top: 1.3rem;
}

@media all and (min-width: 1200px) {
  .lander-featured-river-item-sponsored .river-item-img-container {
    margin-top: 0.4rem;
  }
}
@media all and (max-width: 1199px) {
  .lander-featured-river-item-sponsored .river-item-category {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
/* lander featured river item ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.lander-featured-river-item.river-item {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1rem 4rem;
}

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

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

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

.lander-featured-river-item .river-item-logo-img {
  max-width: 150px;
  max-height: 60px;
}

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

.lander-featured-river-item .river-item-inner-no-img .river-item-hed {
  padding-top: 1.2rem;
}

.lander-featured-river-item .river-item-hed {
  margin-bottom: 1rem;
}

.lander-featured-river-item .river-item-hed-link {
  color: #000000;
  text-decoration: none;
  transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
}

/* breakpoints ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media all and (max-width: 1199px) {
  .lander-featured-river-item.river-item {
    margin-bottom: 3.5rem;
  }
  .lander-featured-river-item .river-item-img-container {
    padding: 0 1rem;
  }
  .lander-featured-river-item .river-item-img-container-no-category {
    margin-top: 0.4rem;
  }
  .lander-featured-river-item .river-item-img {
    width: 184px;
  }
  .lander-featured-river-item .river-item-hed {
    margin: 0;
  }
  .lander-featured-river-item .river-item-dek {
    margin: 0.6rem 0 0.9rem;
  }
}
@media all and (min-width: 1200px) {
  .lander-featured-river-item.river-item {
    float: left;
    width: 245px;
    display: block;
    margin: 0 1rem 0 1rem;
  }
  .lander-featured-river-item-row {
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 4rem;
    padding-bottom: 3rem;
  }
  .lander-featured-river-item .river-item-img {
    width: 245px;
    border-right: none;
  }
  .lander-featured-river-item .river-item-img-container {
    padding: 0;
  }
  .lander-featured-river-item .river-item-inner {
    padding: 0;
  }
  .lander-featured-river-item .river-item-hed {
    padding-top: 1rem;
  }
  .lander-featured-river-item .river-item-dek {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .lander-featured-river-item .river-item-dek {
    margin: 0.5rem 0 0.5rem 0;
  }
}
@media all and (max-width: 575px) {
  .lander-featured-river-item.river-item {
    margin-bottom: 2rem;
  }
  .lander-featured-river-item .river-item-img-container {
    padding: 0;
  }
  .lander-featured-river-item .river-item-img {
    width: 100%;
  }
  .lander-featured-river-item .river-item-dek {
    margin: 0.5rem 0 1rem 0;
  }
}
/* lander top story ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.lander-top-story {
  margin-bottom: 3rem;
}

.lander-top-story-hed {
  margin-bottom: 1rem;
}

.lander-top-story-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;
}

.lander-top-story-subhed {
  margin-bottom: 1rem;
}

.lander-top-story-subhed-link {
  color: #000000;
}

.lander-top-story-hed-link:hover {
  text-decoration: none;
}

.lander-top-story-subhed-link:hover {
  color: #000000;
  text-decoration: none;
}

.lander-top-story-img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

/* lander top story hover-group state ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.lander-top-story.hover-group-engaged {
  cursor: pointer;
}

/* breakpoints ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media all and (max-width: 1199px) {
  .lander-top-story {
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 2rem;
  }
}
@media all and (max-width: 767px) {
  .lander-top-story-img-container {
    display: block;
  }
}
@media all and (max-width: 575px) {
  .lander-top-story-img-container {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
/* lander title ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.lander-title {
  margin-top: -1rem;
  margin-bottom: 2rem;
}

.lander-description {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.4rem;
}

/* breakpoints  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media all and (max-width: 1199px) {
  .lander-title {
    margin-top: 0;
  }
}
@media all and (max-width: 991px) {
  .lander-title {
    margin-top: 1.5rem;
  }
}
@media all and (max-width: 767px) {
  .lander-title {
    margin-top: -1rem;
  }
}
@media all and (max-width: 575px) {
  .lander-title {
    margin-top: -2rem;
    margin-bottom: 1rem;
  }
}
.leadin {
  position: relative;
  margin-top: 0;
  margin-bottom: 3rem;
  padding-bottom: 27px;
  text-align: center;
}

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

.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;
  }
}
.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;
}

.live-stream-bar {
  background-color: black;
  color: white;
  height: 4rem;
  width: 100%;
  position: relative;
  text-align: center;
  z-index: 101;
  -webkit-transform: translateZ(0);
}

.live-stream-bar-attached {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.live-stream-bar-closed {
  display: none !important;
}

.live-stream-bar-container {
  height: 4rem;
  padding: 0.75rem 0;
}

.live-stream-bar-message {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
}

.live-stream-bar-button {
  background-color: white;
  color: black;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 2rem;
  padding: 0.35rem 1.5rem;
  text-transform: uppercase;
}

.live-stream-bar-button:hover,
.live-stream-bar-button:active,
.live-stream-bar-button:focus {
  color: black;
  text-decoration: none;
}

.live-stream-bar-button .fa-caret-right {
  margin-left: 5px;
}

.live-stream-bar-close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
}

.live-stream-bar-close-svg {
  fill: white;
  width: 14px;
  height: 14px;
}

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

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

.loading-spinner.loading-spinner-page-middle {
  padding: 3rem 3rem 8rem;
}

.magazine-box {
  margin-bottom: 2rem;
  width: 100%;
}

.magazine-box.past {
  display: inline-block;
  margin-right: 2.7rem;
  width: 29.5%;
}

.magazine-box a:hover {
  text-decoration: none;
}

.magazine-img-container {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  width: 100%;
}

.magazine-item-img {
  width: 100%;
}

.primary-topic.magazine {
  display: block;
}

.pod-left-cell.magazine {
  padding-right: 3rem;
}

.lander-container.magazine .river-item {
  border-left: 3px solid #ececec;
  margin: 0 0 2.5rem 0;
}

.river-item-hed.magazine {
  margin-bottom: 0.7rem;
}

.magazine-date {
  color: #000;
  font-family: "acumin-pro", sans-serif;
  font-size: 1.2rem;
  margin-top: 1rem;
  text-transform: uppercase;
  font-weight: 700;
}

.magazine-lander-ad {
  width: 100%;
}

.magazine-lander-ad img {
  width: 100%;
}

@media all and (max-width: 1199px) {
  .magazine-box.past {
    width: 28.5%;
  }
}
@media all and (max-width: 991px) {
  .magazine-box.past {
    width: 42%;
  }
}
@media all and (max-width: 575px) {
  .pod-head {
    margin-right: 1rem;
  }
  .magazine-box.past {
    width: 39%;
  }
}
.mini-feed {
  display: flex;
}

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

.mini-feed-inner {
  display: flex;
  flex: 1 0 0px;
  flex-direction: column;
}

.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;
  margin: auto auto 2rem 0;
}

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

.mini-feed-see-more-arrow {
  width: 1rem;
  height: 0.75rem;
  fill: #fff;
  margin: 0 0 3px 3px;
}

/* 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 !important;
  }
}
.bottom-bar {
  background-color: #0096d5;
  height: 30px;
  position: absolute;
  width: 100%;
  border-top: 1px solid rgb(154, 224, 255);
  z-index: 100;
}

.bottom-bar > .container {
  height: 100%;
}

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

.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,
.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: 14px;
  height: 5px;
  margin-bottom: 2px;
}

.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: 80px;
  left: 0;
  right: 0;
  border-top: 1px solid rgb(154, 224, 255);
  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-attached.live-stream-bar-is-attached {
  top: 120px;
}

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

/* Breakpoints */
@media all and (min-width: 1200px) {
  .bottom-bar {
    -webkit-transform: translateZ(0); /* Fixes initial flickering issue for fixed/sticky elements in Chrome */
  }
}
@media all and (max-width: 1199px) {
  #bottom-bar-placeholder {
    height: 0;
    margin-bottom: 0;
  }
}
.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;
}

/* Sub-module: divided-links-nav-trending */
.divided-links-nav-trending {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.menu {
  background-color: #e8eced;
  max-width: 100%;
  z-index: 99;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 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 {
  opacity: 1;
}

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

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

.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: inline-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 {
    position: fixed;
    top: 80px;
    bottom: 0;
    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-inner {
    width: 33.333333%;
    right: 0;
  }
  .menu .menu-main-links .menu-link-item {
    width: auto;
    display: block;
  }
}
.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: 28px;
  -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-family: "Roboto", sans-serif;
  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 .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;
  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%;
  -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;
  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-input-holder {
    width: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .search-box .search-box-inner {
    margin-top: 30px;
  }
  .search-box.search-box-expanded .search-box-close-btn {
    display: none;
  }
  .search-box .search-box-expand-btn {
    cursor: default;
    padding: 0;
    margin-bottom: -2px;
  }
  .search-box .search-box-mag-svg {
    width: 16px;
    height: 16px;
  }
}
.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: 1;
}

.social-companion-link-anchor,
.social-companion-link-anchor:link,
.social-companion-link-anchor:visited {
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}

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

.top-bar > .container {
  height: 100%;
}

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

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

.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-tagline {
  color: white;
  font-family: "Droid Serif", Georgia, serif;
  font-size: 13px;
  text-align: center;
  white-space: nowrap;
}

.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: 6px;
  z-index: 1;
}

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

.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;
}

/* Breakpoints */
@media all and (min-width: 1200px) {
  .top-bar {
    -webkit-transform: translateZ(0); /* Fixes initial flickering issue for fixed/sticky elements in Chrome */
  }
  .top-bar.top-bar-attached.live-stream-bar-is-attached {
    top: 4rem;
  }
}
@media all and (max-width: 1199px) {
  #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;
  }
}
/* Low resolution devices */
@media all and (max-width: 431px) {
  .top-bar-tagline {
    font-size: 3vw;
  }
}
.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;
  }
}
.pagination-container {
  line-height: 1.6rem;
  text-align: left;
}

.pagination-link {
  color: #0096d5;
  text-transform: uppercase;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  text-decoration: none;
}

.pagination-icon {
  width: 1.2rem;
  height: 1.2rem;
  fill: #0096d5;
}

.pagination-inner {
  display: inline-block;
  padding-top: 0.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;
}

.powerlist-entry {
  border-bottom: #ececec solid 4px;
  margin-bottom: 2rem;
}

.powerlist-entry:last-child {
  border-bottom: none;
}

.powerlist-entry-permalink {
  float: right;
}

.powerlist-title {
  font-family: "acumin-pro", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
}

.powerlist-subhead {
  font-family: "acumin-pro", sans-serif;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  font-weight: 700;
  font-style: italic;
}

.powerlist-entry figcaption {
  font-family: "acumin-pro", sans-serif;
  font-size: 1.2rem;
  text-align: center;
  font-style: italic;
}

.powerlist-entry p {
  font-family: "PT Serif", serif;
  font-size: 1.8rem;
}

.powerlist-post-img {
  width: 100%;
}

@media all and (max-width: 991px) {
  .river-item-inner-no-img {
    border-style: none;
    border-width: 0;
    margin-left: 0;
    padding-left: 1rem;
  }
}
.winnersandlosers-title {
  font-size: 3rem;
  font-weight: 700;
  margin-top: 25px;
  background-repeat: no-repeat;
  padding-left: 50px;
  background-size: 36px;
}

.dig-dug-title {
  font-size: 3rem;
  font-weight: 700;
  margin-top: 25px;
  background-size: 36px;
}

.privacy-bar {
  background: rgba(0, 0, 0, 0.9);
  bottom: 0;
  display: none;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  padding-bottom: 2rem;
  padding-top: 2rem;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 30;
}

.privacy-bar.show {
  display: block;
}

.privacy-bar-text {
  color: #fff;
  display: table-cell;
  font-size: 1.3rem;
  padding-right: 1rem;
  position: relative;
  bottom: 0.5rem;
}

.privacy-bar-text a {
  color: #0095d5;
}

.privacy-accept-button,
.privacy-save-button,
.privacy-cookie-button {
  background: #0095d5;
  border-radius: 3rem;
  color: #fff;
  cursor: pointer;
  display: table-cell;
  font-family: Roboto, Arial, Helvetica, sans-serif !important;
  font-size: 1.5rem !important;
  font-weight: bold !important;
  padding: 1rem 2rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.privacy-accept-button span {
  position: relative;
  top: 0.5rem;
}

.privacy-modal {
  background: rgba(0, 0, 0, 0.8);
  color: #999;
  display: none;
  height: 100%;
  padding-top: 50px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 101;
}

.privacy-modal.show {
  display: block;
}

.privacy-modal-box {
  background: #fff;
  height: calc(100% - 50px);
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  overflow-y: auto;
  position: relative;
  width: 100%;
}

.privacy-modal-close,
.privacy-bar-close {
  color: #000;
  cursor: pointer;
  font-size: 3rem;
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 102;
}

.privacy-bar .privacy-bar-close {
  color: #fff;
}

.privacy-modal-logo {
  text-align: left;
  padding-left: 2rem;
}

.privacy-pref-box,
.privacy-list-box {
  display: none;
  text-align: left;
  width: 100%;
}

.privacy-pref-box.show,
.privacy-list-box.show {
  display: block;
}

.privacy-tab-box {
  border-bottom: 1px solid #ccc;
  margin-top: 5rem;
  width: 100%;
}

.privacy-tab {
  cursor: pointer;
  font-size: 1.3rem;
  margin-left: 2rem;
  padding: 7px 15px 3px 15px;
}

.privacy-tab.active {
  background: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  cursor: auto;
}

.privacy-content-box {
  padding: 0 2rem 2rem 2rem;
}

.privacy-modal-sub {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.privacy-modal-text {
  font-size: 1.3rem;
}

.privacy-modal-text.bold {
  font-weight: bold;
}

.privacy-modal-text a {
  color: #999;
  text-decoration: underline;
}

.privacy-accept-button.privacy-modal-button,
.privacy-save-button.privacy-modal-button {
  border-radius: 0;
}

.privacy-accept-button.privacy-modal-button span {
  top: 0;
}

/* Slider switch section */
.privacy-switch-row {
  position: relative;
}

.privacy-switch-container {
  position: absolute;
  right: 0;
  top: 0;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 15px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #555;
}

input:focus + .slider {
  box-shadow: 0 0 1px #555;
}

input:checked + .slider:before {
  -webkit-transform: translateX(21px);
  -ms-transform: translateX(21px);
  transform: translateX(21px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 30px;
}

.slider.round:before {
  border-radius: 50%;
}

@media all and (max-width: 1200px) {
  .privacy-accept-button {
    white-space: normal;
  }
  .privacy-accept-button span {
    top: 0.1rem;
  }
}
@media all and (max-width: 575px) {
  .privacy-bar-text {
    display: block;
    margin-bottom: 1rem;
    padding-right: 3rem;
  }
  .privacy-accept-button {
    display: block;
  }
}
.promo-title {
  margin-bottom: 0;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  font-weight: bold;
  line-height: 3rem;
  text-transform: capitalize;
}

.promo-title-icon {
  display: inline-block;
  margin-bottom: 3px;
  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;
}

.promo-item:after {
  display: block;
  position: absolute;
  right: 0px;
  bottom: -1px;
  left: 0px;
  content: "";
  height: 2px;
}

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

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

.promo-item:hover .promo-link {
  text-decoration: none;
}

/* Sponsored content */
.promo-item-sponsored,
.promo-item-sponsored .promo-link {
  color: #000000;
}

.promo-item-sponsored .promo-link:before {
  content: "SPONSORED: ";
  font-size: 1rem;
}

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

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

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

.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;
  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: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;
}

/* CSNY magazine promo */
.promo-magazine-issue {
  margin-bottom: 4rem;
}

.promo-magazine-box,
.promo-magazine-img-container,
.promo-magazine-item-img {
  width: 100%;
}

/* Tiled theme (ebooks) */
.promo-featured-ebooks {
  margin-bottom: 4rem;
}

.promo-featured-ebooks .promo-title {
  text-transform: none;
}

/* Dotted theme? */
.promo-dotted-outer:before {
  margin-bottom: 1rem;
}

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

.promo-dotted-outer:before,
.promo-dotted-outer:after {
  content: "";
  display: block;
  height: 2px;
}

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

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

/* Event rail promo */
.promo-theme-events .promo-rail-img {
  height: 181px;
  margin-bottom: 0.5rem;
  width: 300px;
}

/* Podcast rail promo */
.promo-theme-podcast .promo-rail-img {
  height: 121px;
  width: 145px;
}

.ranking-title {
  font-size: 7.8rem;
  text-transform: uppercase;
}

.ranking-logo {
  height: 50px;
}

.ranking-logo .top-100 {
  height: 42px;
}

.ranking-logo .fast-50 {
  height: 60px;
}

.rankings-content.wysiwyg img {
  width: auto !important;
}

.rankings-content.wysiwyg .rankings-current-year {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 3rem;
}

.rankings-content.wysiwyg .rankings-previous-years {
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 4rem;
}

.ranking-title-year {
  font-size: 4rem;
  font-weight: bold;
  line-height: 5rem;
}

.rankings-content.wysiwyg .rankings-subhead {
  font-size: 2.5rem;
  line-height: 3rem;
}

.ranking-title-closing {
  font-size: 4rem;
  font-weight: bold;
  line-height: 5rem;
  margin-bottom: 2rem;
}

.rankings-subhead-closing {
  font-size: 2.5rem;
  line-height: 3rem;
}

.rankings-closing-label {
  font-weight: bold;
}

/* Category lander page */
.lander-title.resource-directory {
  font-size: 7rem;
}

.lander-description.resource-directory {
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 700;
}

.resource-browse,
.resource-upgrade {
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 3rem;
  margin-top: 3rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.resource-upgrade {
  border-top: #999 solid 1px;
  margin-top: 0;
  padding-top: 3rem;
}

.resource-cat-box {
  display: inline-block;
  margin-bottom: 4rem;
  opacity: 0.6;
  text-align: center;
  width: 33%;
}

.resource-cat-title {
  color: #000;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 700;
}

.resource-cat-svg {
  width: 115px;
}

.resource-cat-box:hover {
  opacity: 1;
  text-decoration: none;
}

.resource-reach {
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 3rem;
  line-height: 3rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
  text-align: center;
}

.resource-listing-box {
  border: #000 solid 1px;
  display: inline-block;
  margin-bottom: 3rem;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 4.5rem;
  padding: 0 35px 35px 35px;
  position: relative;
  text-align: center;
  width: 45%;
}

.resource-listing-logo {
  position: relative;
}

.resource-listing-gold,
.resource-listing-silver {
  background: #ffcc00;
  border-radius: 50px;
  color: #fff;
  height: 72px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
}

.resource-listing-silver {
  background: #4a4a4a;
}

.resource-listing-logo i {
  font-size: 32px;
  margin-top: 19px;
}

.resource-listing-title {
  color: #222222;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  border-bottom: 4px solid #ffcc00;
  max-width: 102px;
  margin: 0 auto;
  padding-top: 48px;
  font-weight: 700;
}

.resource-listing-title.silver {
  border-bottom: 4px solid #4a4a4a;
}

.resource-listing-include {
  color: #d8d8d8;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 1.4rem;
  line-height: 1.7rem;
  padding-top: 4px;
}

.resource-listing-options {
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 1.6rem;
  line-height: 1.9rem;
  margin-top: 2.4rem;
}

.resource-listing-options.silver {
  color: #ccc;
  text-decoration: line-through;
}

.resource-listing-learn {
  background: #e71d2a;
  color: #fff;
  display: inline-block;
  font-family: "acumin-pro", sans-serif;
  font-size: 1.5rem;
  margin: 40px auto 0;
  max-width: 144px;
  padding: 8px 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
}

.resource-listing-learn:hover {
  color: #fff;
  text-decoration: none;
}

.resource-listing-wrapper {
  text-align: center;
}

.resource-listing-premier-box,
.resource-listing-enhanced-box {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.26);
  margin-bottom: 4.6rem;
  width: 100%;
}

.resource-listing-premier-title {
  background: #ffcc00;
  color: #000;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 2.4rem;
  line-height: 7.2rem;
  padding-left: 2.4rem;
  text-transform: uppercase;
  font-weight: 700;
}

.resource-listing-enhanced-title {
  background: #4a4a4a;
  color: #fff;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 2.4rem;
  line-height: 7.2rem;
  padding-left: 2.4rem;
  text-transform: uppercase;
  font-weight: 700;
}

.resource-listing-premier-logo {
  display: inline-block;
  padding: 2.4rem;
}

.resource-listing-premier-logo img {
  margin: 0 auto;
  max-width: 200px;
  width: 100%;
}

.resource-listing-premier-contact {
  display: inline-block;
  overflow-x: auto;
  padding: 2.4rem 0 0 0;
  vertical-align: top;
  width: 250px;
}

.resource-listing-enhanced-address-box,
.resource-listing-enhanced-phone-box {
  display: inline-block;
  padding: 2.4rem;
  vertical-align: top;
  width: calc(50% - 2.4rem);
}

.resource-listing-premier-address,
.resource-listing-premier-website,
.resource-listing-premier-phone,
.resource-listing-premier-email,
.resource-listing-premier-info,
.resource-listing-enhanced-address,
.resource-listing-enhanced-phone {
  color: #000000;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  text-transform: uppercase;
  font-weight: 700;
}

.resource-listing-premier-address:before,
.resource-listing-premier-website:before,
.resource-listing-premier-phone:before,
.resource-listing-premier-email:before,
.resource-listing-premier-info:before,
.resource-listing-enhanced-address:before,
.resource-listing-enhanced-phone:before {
  font-family: "FontAwesome", sans-serif;
  font-size: 1.8rem;
  padding-right: 1.2rem;
}

.resource-listing-premier-address:before,
.resource-listing-enhanced-address:before {
  content: "\f041";
}

.resource-listing-premier-website:before {
  content: "\f0ac";
}

.resource-listing-premier-phone:before,
.resource-listing-enhanced-phone:before {
  content: "\f095";
}

.resource-listing-premier-email:before {
  content: "\f003";
}

.resource-listing-premier-info:before {
  content: "\f05a";
}

.resource-listing-premier-text,
.resource-listing-enhanced-text {
  color: #000000;
  font-family: "acumin-pro", sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 2.4rem;
  margin-top: 1rem;
}

.resource-listing-premier-text a,
.resource-listing-premier-text a:hover {
  color: #000;
  text-decoration: none;
}

.resource-listing-premier-info-box {
  display: inline-block;
  max-width: 275px;
  padding: 2.4rem 2.4rem 0 2.4rem;
  vertical-align: top;
}

.resource-listing-hr {
  color: #000;
  height: 1px;
  margin-bottom: 4rem;
  margin-top: 4rem;
  width: 100%;
}

.resource-listing-general-box {
  border: 1px solid #d6d6d6;
  display: inline-block;
  margin-bottom: 2rem;
  padding: 1rem;
  text-align: left;
  width: 100%;
}

.resource-listing-general-title {
  border-bottom: 1px solid #eee;
  color: #222;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 2.4rem;
  line-height: 2.9rem;
  margin-bottom: 0.8rem;
  margin-top: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
}

.resource-listing-general-phone {
  color: #666;
  font-family: "acumin-pro", sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}

.resource-listing-general-phone span {
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: bold;
}

/* Break points */
@media all and (max-width: 1199px) {
  .resource-listing-premier-contact {
    width: 350px;
  }
  .resource-listing-premier-info-box {
    max-width: 100%;
  }
  .lander-title.resource-directory {
    font-size: 3.5rem;
  }
}
@media all and (max-width: 991px) {
  .resource-cat-box {
    width: 45%;
  }
  .resource-listing-premier-logo {
    text-align: center;
    width: 100%;
  }
  .resource-listing-premier-logo img {
    max-width: 60%;
  }
  .resource-listing-premier-contact {
    padding: 2.4rem 2.4rem 0 2.4rem;
    width: 100%;
  }
  .lander-title.resource-directory {
    font-size: 3rem;
  }
}
.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 {
  min-width: 20rem;
  min-height: 4rem;
  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: 0.4rem;
}

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

.river-item-label {
  position: absolute;
  top: 1rem;
  padding: 0.2rem 1.2rem 0.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: 0.07rem;
  padding: 0.4rem 1rem 0.4rem 1rem;
  margin-bottom: 1rem;
  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: 3rem;
  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 1rem;
}

.river-item-highlight-tag {
  background: #be2c22;
  border: solid 1px #be2c22;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.07rem;
  margin-bottom: 1rem;
  margin-right: 10px;
  padding: 0.4rem 1rem 0.4rem 1rem;
  text-transform: uppercase;
}

/* 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-item-3-column subclass ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.river-item.river-item-3-column {
  flex-direction: column;
  margin: 0 0 3.5rem;
}

.river-item.river-item-3-column .river-item-dek {
  display: none;
}

.river-item.river-item-3-column .river-item-hed {
  margin-bottom: 15px;
}

.river-item.river-item-3-column .river-item-img {
  width: 351px;
}

.river-item.river-item-3-column .river-item-img-container {
  padding: 0;
  margin-top: 0;
  margin-bottom: 15px;
}

.river-item.river-item-3-column .river-item-inner {
  padding: 0;
}

.river-item.river-item-3-column .river-item-inner-no-img {
  padding: 15px 0 0 0;
  border-width: 3px 0 0;
  border-color: #b2eeff;
  border-style: solid;
  margin-left: 0;
}

.river-item-sponsored.river-item-3-column .river-item-inner-no-img {
  border-color: #e1cde5;
}

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

@media all and (max-width: 1199px) {
  .river-item.river-item-3-column .river-item-img {
    width: 294px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .river-item.river-item-3-column .river-item-img {
    width: 214px;
  }
  .river-item.river-item-3-column .river-item-img-container.hidden-md {
    display: block !important;
  }
}
@media all and (min-width: 576px) and (max-width: 767px) {
  .river-item.river-item-3-column .river-item-img {
    width: 244px;
  }
}
@media all and (max-width: 575px) {
  .river-item.river-item-3-column {
    margin-bottom: 2rem;
  }
  .river-item.river-item-3-column .river-item-img {
    width: 100%;
  }
  .river-item.river-item-3-column .river-item-inner-no-img {
    padding: 0;
    border-style: 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: 8px;
}

.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-img {
    position: absolute;
    top: 32px;
    left: 10px;
    width: 180px;
  }
  .river-grid .river-title {
    font-size: 4rem;
  }
  .river-grid .river-item-label {
    margin-bottom: 0;
  }
  .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: 991px) {
  .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: 4.5rem;
    min-height: none;
  }
  .river-grid .river-item-label,
  .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;
  }
}
.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;
}

.scroll-message {
  position: fixed;
  display: inline-block;
  left: 50%;
  top: 98%;
  transform: translate(-50%, -100%);
  padding-bottom: 10px;
  width: 210px;
  color: white;
  text-shadow: 0px 0px 30px #000000;
  font: bold 1.8rem "Roboto", sans-serif;
  z-index: 1;
}

.scroll-message-arrow {
  font: bold 0.8rem sans-serif;
  position: relative;
  bottom: 0.25rem;
}

.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;
  }
}
/* Google Custom Search overrides */
#search-results .gsc-adBlock {
  margin-bottom: 40px;
  padding: 1.5rem 1.5rem 0.5rem;
  border: 1px solid #ccc;
  height: auto !important;
}

#search-results .gsc-wrapper .gsc-adBlockNoHeight {
  margin-bottom: 40px;
}

#search-results .gsc-cursor {
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
}

#search-results .gs-webResult div.gs-visibleUrl-long,
#search-results .gs-webResult div.gs-visibleUrl-short {
  color: #999999;
  font-size: 1.4rem;
}

#search-results .gsc-webResult.gsc-result {
  border-style: solid;
  /*border-color: #b2eeff;*/
  border-width: 0 0 0 4px;
  margin-bottom: 4rem;
  padding: 0 0 0 2rem;
}

#search-results .cse .gs-result .gs-snippet,
#search-results .gs-result .gs-snippet,
#search-results .cse .gs-spelling-original,
#search-results .gs-spelling-original {
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 0;
}

/*
Share: [twitter] [linkedin] [facebook] [email]
*/
.share-this {
  font-weight: bold;
  line-height: 2.4rem;
  margin-bottom: 2.25rem;
}
.share-this::first-letter {
  text-transform: uppercase;
}
.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: 1200px) {
  .share-this .social-options .social-options-item .social-options-svg {
    width: 25px;
    height: 25px;
  }
}
@media all and (min-width: 768px) {
  .share-this .social-options {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    vertical-align: middle;
  }
}

.share-this-text {
  display: block;
  margin-bottom: 15px;
  text-align: center;
}
@media all and (min-width: 768px) {
  .share-this-text {
    display: inline;
    margin-right: 15px;
    margin-bottom: 0px;
    text-align: left;
  }
}

.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: 0.4rem 1.2rem 0.4rem 1.2rem;
  max-width: 100%;
  z-index: 10;
}

.skybox-item-highlight-tag {
  background-color: #be2c22;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  left: 0;
  letter-spacing: 0.04rem;
  line-height: 1.2rem;
  max-width: 100%;
  padding: 0.4rem 1.2rem 0.4rem 1.2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  z-index: 10;
}

.skybox-text {
  display: block;
}

.skybox-icon {
  position: absolute;
  top: 55px;
  left: 5px;
  width: 40px;
  height: 40px;
  fill: #eeeeee;
}

/* Carousel */
.skybox .owl-prev,
.skybox .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  outline: none;
  overflow: hidden;
}

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

.skybox .owl-carousel .owl-nav button.owl-next {
  right: 0;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 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: #000000;
}

.skybox-item-sponsored .skybox-label {
  color: white;
  background-color: #000000;
}

/* breakpoints */
@media all and (min-width: 576px) and (max-width: 767px) {
  .skybox {
    margin: 0;
  }
}
@media all and (max-width: 575px) {
  .skybox .owl-prev,
  .skybox .owl-next {
    width: 10vw;
  }
  .skybox-icon {
    top: 12vw;
    left: 2vw;
    width: 6vw;
    height: 6vw;
  }
}
/* 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;
}

.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;
}

/* MS Edge svg workaround */
@supports (-ms-ime-align: auto) {
  .social-options .social-options-item .social-options-svg-comment {
    pointer-events: none;
  }
}
.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;
}

/* 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;
}

.feature-special-report {
  position: relative;
}

.feature-special-report-img {
  display: block;
  margin-bottom: 2rem;
  width: 100%;
}

.feature-special-report-img-container {
  background: #000;
}

.feature-special-report-hed {
  margin-top: 1rem;
}

.special-report-lander .river-grid .river-item:before {
  border-top: none;
}

.special-report-lander .river-grid .river-item-link {
  display: none;
}

/*
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);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.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: 0.9rem 1.2rem 0.8rem 1.2rem;
  background-color: #000000;
}

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

.sponsor-content-tag-help {
  font-size: 1rem;
  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;
    max-width: 100%;
  }
}
@media all and (min-width: 768px) {
  .sponsor-content-tag {
    margin-bottom: 2rem;
    padding: 0;
  }
}
.sponsorships {
  color: #544959;
  font-size: 1.2rem;
  text-transform: uppercase;
}
@media all and (max-width: 767px) {
  .sponsorships.lander-sponsorships {
    float: none;
    width: auto;
  }
  .sponsorships.lander-sponsorships:after {
    content: "";
    display: block;
    clear: left;
  }
}

.sponsorships-link {
  display: inline-block;
  color: #544959;
}
.sponsorships-link:hover {
  color: #0096d5;
  text-decoration: none;
}

.sponsorships-link-w-logo {
  position: relative;
  overflow: hidden;
  margin-left: 1.5rem;
  max-width: 185px;
  vertical-align: middle;
}
.sponsorships-link-w-logo:first-of-type {
  margin-left: 0;
}
.sponsorships-link-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;
}

.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;
}

.story-meta-river-item-sponsored .story-meta-byline {
  color: #000000;
}

/* 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: 0.5rem;
  background: rgba(15, 44, 55, 0.6);
}

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

.story-meta-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;
  }
}
.subscribe {
  margin-bottom: 30px;
}

.subscribe-hr {
  display: none;
}

.subscribe-label {
  display: block;
  margin-bottom: 0;
}

.subscribe-title {
  margin-bottom: 0.5rem;
  font-weight: bold;
}

.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;
  margin: 7px 8px 7px 11px;
}

.subscribe .form-group {
  margin-bottom: 0;
}

.subscribe .input-group-addon {
  border: 1px solid transparent;
  border-right: none;
  background-color: transparent;
}

.subscribe-form input.form-control {
  margin-right: 1rem;
}

.subscribe-form input.form-control:focus {
  box-shadow: none;
}

.subscribe .btn {
  border: 1px solid transparent;
  border-left: none;
  border-radius: 0;
  padding-left: 11px;
  padding-right: 11px;
}

.subscribe .btn:hover {
  opacity: 0.8;
}

.subscribe .input-group-btn {
  border-left: none;
}

.subscribe-submit-icon {
  width: 18px;
  height: 18px;
  fill: #fff;
  position: relative;
  top: 0;
  left: 1px;
}

.subscribe .input-group {
  box-sizing: content-box;
}

.subscribe .input-group.has-danger {
  border: 1px solid red;
}

.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: 3rem;
  color: #0096d5;
  font-size: 1.6rem;
  font-weight: bold;
}

.subscribe-preview:active,
.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: 3rem;
}

/* Inline theme */
.subscribe-inline {
  border-left: none;
  padding-left: 0;
}

.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;
}

/* Subscribe Google reCAPTCHA */
.g-recaptcha {
  margin: 15px 0;
}

.g-recaptcha-has-danger {
  border: 1px solid red;
  border-radius: 3px;
  width: 304px;
}

/* breakpoints */
@media all and (max-width: 575px) {
  .subscribe-hr {
    border-color: #cccccc;
    display: block;
    margin-bottom: 3rem;
  }
}
.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 {
  fill: #096287;
  width: 20px;
  height: 20px;
  opacity: 0.65;
}

.survey-modal-close:hover .survey-modal-close-icon {
  opacity: 1;
}

.survey-modal-close:active {
  top: 10px;
}

.survey-modal .survey-modal-title {
  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: 3rem;
}

.survey-modal .form-group {
  position: relative;
  margin-bottom: 25px;
  background-color: #096287;
}

.survey-modal .form-control {
  border: 0;
  border-radius: 0;
  padding: 0 1rem;
  color: #fbfcfd;
  font-family: "Droid Serif", Georgia, serif;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.8rem;
  background-color: transparent;
}

.survey-modal-learn-more-link {
  color: #fbfcfd;
  text-decoration: underline;
}

.survey-modal-learn-more-link:hover {
  color: #fbfcfd;
}

.form-check-label {
  line-height: 1.3em;
  color: #fbfcfd;
}

.form-check-label span {
  margin-left: 5px;
}

.survey-modal .form-control::-webkit-input-placeholder {
  color: #999999;
}

.survey-modal .form-control::-moz-input-placeholder {
  color: #999999;
}

.survey-modal .form-control::-ms-input-placeholder {
  color: #999999;
}

.survey-modal .form-control:-ms-input-placeholder {
  color: #999999;
}

.survey-modal .form-control:placeholder {
  color: #999999;
}

.survey-modal .form-control:placeholder-shown {
  color: #999999;
}

.survey-modal .form-group .form-control.custom-select {
  position: relative;
  height: 3.8rem;
  padding-right: 4.3rem;
  background: none;
  z-index: 1;
  -webkit-appearance: none;
}

.survey-modal .form-group .form-control.custom-select option {
  color: #544959;
}

.survey-modal-select-icon-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.8rem;
  height: 3.8rem;
  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 {
  background-color: #fff;
  color: #096287;
  cursor: pointer;
}

.survey-modal-civilian-branch,
.survey-modal-military-branch,
.survey-modal-fed-gov-agency-dept,
.survey-modal-state-local-agency-dept,
.survey-modal-organization-name,
.survey-modal-organization-function,
.survey-modal-country-other,
.survey-modal-education,
.survey-modal-industry,
.survey-modal-job-title,
.optin-eea {
  display: none;
}

.survey-modal-civilian-branch.show,
.survey-modal-military-branch.show,
.survey-modal-fed-gov-agency-dept.show,
.survey-modal-state-local-agency-dept.show,
.survey-modal-organization-name.show,
.survey-modal-organization-function.show,
.survey-modal-country-other.show,
.survey-modal-education.show,
.survey-modal-industry.show,
.survey-modal-job-title.show,
.optin-eea.show {
  display: block;
}

.social-media-icons-container {
  margin-bottom: 4.5rem;
}

.social-media-icons-header {
  display: flex;
}

.social-media-icons-header .rectangle-icon {
  display: inline-block;
  height: 50px;
  width: 4px;
}

.social-media-icons-header > p {
  font-family: "Playfair Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 2.2rem;
  color: #000000;
  margin-bottom: 0;
  margin-left: 1.5rem;
}

.social-media-icons {
  display: flex;
  height: 40px;
}

.social-media-icons > a {
  margin-right: 2.5rem;
}

.social-media-icons-svg {
  fill: #000000;
  width: 3.5rem;
  height: 3.5rem;
}

/* 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;
}

.tags {
  display: -ms-flexbox;
  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: 0.07rem;
}

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

.tiled-promo-item {
  margin: 1rem 0;
}

.tiled-promo-item-label-sponsored {
  font: 700 italic 1.5rem "Roboto", sans-serif;
  color: #000000;
  padding-left: 1rem;
}

.tiled-promo-item-img-container {
  margin: 1rem 0;
  position: relative;
  padding-bottom: 8px;
}

/* SUBCLASS: tiled-promo-item-sponsored */
.tiled-promo-item.tiled-promo-item-sponsored .tiled-promo-item-img {
  border-color: #000000;
}

.tiled-promo-item.tiled-promo-item-sponsored .tiled-promo-item-label-sponsored {
  position: absolute;
  top: 20px;
  left: 0px;
  padding: 0.4rem 1.2rem 0.4rem 1.2rem;
  max-width: 100%;
  z-index: 10;
  color: #ffffff;
  background-color: #000000;
  text-transform: uppercase;
  font-style: normal;
  font-size: 1.2rem;
}

.tiled-promo-item.tiled-promo-item-sponsored .tiled-promo-item-link:hover .tiled-promo-item-img {
  border-color: #4d4d4d;
}

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

.top-story-caption-highlight-inner {
  display: inline;
  position: relative;
  padding: 0 0 0.1em 0;
  line-height: 1.26em;
}

.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: 0.4em;
}

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

/* subhed state */
.top-story-caption-highlight-subhed .top-story-caption-highlight-inner-b {
  padding: 0.2em 0 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;
  }
}
.top-story {
  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: 0;
}

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

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

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

.top-story-caption-subhed {
  margin: 0 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-line {
  display: inline-block;
}

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

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

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

/* super-link state ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.top-story-col.super-ready {
  cursor: pointer;
}

.top-story-col.super-ready .top-story-caption:hover {
  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 {
  cursor: pointer;
}

/* breakpoints ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media all and (max-width: 1199px) {
  .top-story {
    max-height: 342px;
    margin-top: -2.5rem;
    margin-bottom: 2rem;
  }
  .top-story-img {
    max-width: 950px;
  }
}
@media all and (max-width: 991px) {
  .top-story {
    max-height: 330px;
  }
  .top-story-img {
    max-width: 710px;
  }
}
@media all and (max-width: 767px) {
  .top-story {
    max-height: 247px;
  }
  .top-story-img {
    max-width: 530px;
  }
  .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: 0.3rem 1rem 0.5rem 0;
  }
}
@media all and (max-width: 575px) {
  .top-story {
    max-height: none;
    background-color: transparent;
  }
  .top-story-img {
    width: auto;
    max-width: 100%;
  }
  .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;
    top: initial;
    bottom: initial;
    max-width: 100%;
    padding-left: 0rem;
  }
  .top-story-caption-hed,
  .top-story-col.super-ready .top-story-caption-hed,
  .top-story-col.super-ready .top-story-caption-hed:visited {
    line-height: 3.2rem;
  }
}
.top-takeover-container {
  background-color: #000;
  display: none;
}

.winners-losers-poll {
  position: relative;
  margin-bottom: 40px;
}

.winners-losers-poll-box {
  background-color: #fafafa;
  z-index: 2;
  position: relative;
  padding: 12px 25px 40px;
}

.winners-losers-poll-dropshadow {
  background: url('https://cdn.govexec.com/a/base/img/feature_image_bg.png?6cdd648fe2af') no-repeat;
  height: 100%;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 100%;
  z-index: 0;
}

.winners-losers-poll-percentage {
  flex-grow: 1;
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 32px;
  color: #ffffff;
  right: 10px;
  top: 3px;
  margin: 0;
  position: absolute;
  z-index: 2;
}

.winners-losers-poll-headline {
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 10px;
  background-image: url('https://cdn.govexec.com/a/base/img/losers-graph.png?6cdd648fe2af');
  background-size: 18px;
  background-repeat: no-repeat;
  padding-left: 30px;
}

.winners-losers-poll-choice {
  display: flex;
  margin-bottom: 7px;
  cursor: pointer;
}

.winners-losers-poll-result {
  display: flex;
  margin-bottom: 7px;
  position: relative;
}

.winners-losers-poll-result-fill {
  background-color: #333333;
  height: 100%;
  z-index: 1;
}

.winners-losers-poll-text {
  flex-grow: 1;
  /*background-color: #535353;*/
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 32px;
  color: #ffffff;
  left: 20px;
  top: 3px;
  margin: 0;
  position: absolute;
  z-index: 2;
}

.winners-losers-poll-bar {
  flex-grow: 1;
  background-color: #535353;
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 32px;
  height: 32px;
  color: #ffffff;
  margin: 0;
  position: relative;
}

.winners-losers-poll-radio .winners-losers-checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.winners-losers-poll-radio .winners-losers-checkbox-container div {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.winners-losers-poll-radio .checkmark {
  position: absolute;
  top: 8px;
  left: 8px;
  height: 15px;
  width: 15px;
  background-color: #ccc;
  border-radius: 50%;
}

.winners-losers-poll-radio .winners-losers-checkbox-container:hover div ~ .checkmark {
  background-color: lightslategray;
}

.winners-losers-poll-radio.is-selected .winners-losers-checkbox-container div ~ .checkmark {
  background-color: black;
}

.winners-losers-poll-radio .div {
  content: "";
  position: absolute;
  display: none;
}

.winners-losers-poll-radio .winners-losers-checkbox-container div ~ .checkmark:after {
  display: block;
}

.winners-losers-poll-radio .winners-losers-checkbox-container .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.winners-losers-poll-radio {
  width: 32px;
  height: 32px;
}

.winners-losers-poll-vote,
.winners-losers-poll-vote:hover,
.winners-losers-poll-vote:focus,
.winners-losers-poll-vote:active {
  background-color: #333333;
  color: #fefefe;
  font-family: "acumin-pro", sans-serif;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  width: 144px;
  border-radius: 100px;
  text-transform: uppercase;
  position: absolute;
  right: 25px;
  border: 0px;
  font-weight: 700;
  font-style: italic;
}

/* Subclass .winners-losers-poll-blue */
.winners-losers-poll.winners-losers-poll-blue .winners-losers-poll-bar {
  background-color: #3d81bd;
}

.winners-losers-poll.winners-losers-poll-blue .winners-losers-poll-result-fill {
  background-color: #005aab;
}

.winners-losers-poll.winners-losers-poll-blue .winners-losers-poll-headline {
  background-image: url('https://cdn.govexec.com/a/base/img/winners-graph.png?6cdd648fe2af');
}

/* Status: is-not-editable */
.winners-losers-poll.is-not-editable .winners-losers-poll-box {
  padding-bottom: 10px;
}

.winners-losers-poll.is-not-editable .winners-losers-poll-vote {
  display: none;
}

.wysiwyg > * {
  margin-top: 0;
  margin-bottom: 2rem;
}

.wysiwyg blockquote {
  margin-left: 16.66px;
  margin-right: 0px;
  padding-left: 8px;
}

.wysiwyg blockquote > * {
  margin-top: 0;
  margin-bottom: 2rem;
}

.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: 2rem;
}

/* 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;
  height: auto;
  max-width: 100%;
}

.wysiwyg img:not(.use-sizes) {
  width: 100%;
}

.wysiwyg .has-media-use-sizes {
  float: left;
  margin-right: 20px;
}

.wysiwyg .mobile-overflow-table {
  overflow-x: 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: "•";
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: 5px;
}

.wysiwyg .social-tools-placeholder {
  display: none;
}

.wysiwyg .pullquote {
  margin-top: 5rem;
  margin-left: 26.66px;
  margin-right: 0;
}

.wysiwyg .pullquote-quote {
  margin-bottom: 2rem;
}

.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: 2rem;
}

.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 {
  margin-left: auto;
  margin-right: auto;
}

.wysiwyg .embed-container {
  position: relative;
  padding-top: 53%;
  padding-bottom: 0;
  height: 0;
}

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

/* breakpoints */
@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: 2rem;
  }
  .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 .mobile-overflow-table {
    overflow-x: visible;
  }
  .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: 2rem;
  }
  .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;
  }
  .l-content-container-unconstrained .wysiwyg .has-media-gigantic,
  .l-content-container-unconstrained .wysiwyg .has-media-huge {
    margin-left: 70px;
    margin-right: 100px;
  }
}
/* 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: #000000;
}

.wysiwyg-sponsored a:hover {
  color: #4d4d4d;
}

.wysiwyg-sponsored blockquote {
  border-left: 2px solid #000000;
}

.related-articles-head {
  font: 600 2.4rem "Roboto", serif;
  line-height: 2.4rem;
  margin-bottom: 1rem;
}

.related-articles-link-box p {
  font-weight: 400;
}

.related-articles-link-box {
  border-bottom: 1px solid #dfdfdf;
  border-top: 3px solid #dfdfdf;
  padding: 2rem 0 2rem 0;
}

.related-articles-link-box a:hover {
  border-bottom: none;
}

.omeda-authenticate-modal {
  position: absolute;
  color: #000000;
  background: #e2e2e2;
  padding: 5px 1rem 30px 1rem;
  width: 175px;
  max-width: 450px;
  font-size: 1em;
  font-family: Roboto, sans-serif;
  border-radius: 5px;
  z-index: 1000;
  top: 2rem;
  right: 0;
  min-height: 255px;
}

.success-message {
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  color: #007ee0;
  text-align: center;
}

.omeda-authenticate-modal .error-message {
  font-family: Roboto, sans-serif;
  color: red;
  margin-bottom: 1rem;
  text-align: center;
}

.omeda-authenticate-modal-icon {
  fill: #000000;
  width: 10px;
  height: 10px;
  margin-left: 0.5rem;
}

.omeda-authenticate-modal-close {
  padding: 0;
  margin: 0px;
  border: none;
  background-color: #e2e2e2;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  position: absolute;
  right: 5px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
}

.omeda-authenticate-modal-form > label {
  font-family: "Roboto", sans-serif;
}

.omeda-authenticate-modal-close:focus {
  outline: none;
  box-shadow: none;
}

.omeda-authenticate-modal .omeda-authenticate-modal-title {
  padding: 0;
  margin: 2rem 0 18px 0;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
}

.omeda-authenticate-modal p {
  margin-bottom: 48px;
  padding: 0;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 3rem;
}

.omeda-authenticate-modal .form-group {
  position: relative;
  margin-bottom: 25px;
}

.omeda-authenticate-modal .form-control {
  font-family: Roboto, sans-serif;
  border-radius: 3px;
  color: #ffffff;
  background-color: #ffffff;
  color: #000000;
  font-size: 1.2rem;
  font-weight: normal;
}

.omeda-authenticate-modal-learn-more-link {
  color: #fbfcfd;
  text-decoration: underline;
}

.omeda-authenticate-modal-learn-more-link:hover {
  color: #fbfcfd;
}

.form-check-label {
  line-height: 1.3em;
  color: #fbfcfd;
}

.form-check-label span {
  margin-left: 5px;
}

.omeda-authenticate-modal .form-control::-webkit-input-placeholder,
.omeda-authenticate-modal .form-control::-moz-input-placeholder,
.omeda-authenticate-modal .form-control::-ms-input-placeholder,
.omeda-authenticate-modal .form-control:-ms-input-placeholder,
.omeda-authenticate-modal .form-control:placeholder,
.omeda-authenticate-modal .form-control:placeholder-shown {
  color: #ffffff;
  background-color: #ffffff;
  color: #000000;
  font-size: 1.2rem;
}

.omdeda-submit-button-container {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}

.omeda-authenticate-modal-submit {
  margin: 0;
  font-family: Roboto, sans-serif;
  border-radius: 3px;
  padding: 7px 25px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.4rem;
  background: #2d8fff;
  width: 100%;
  border: none;
  text-transform: uppercase;
}

.omeda-authenticate-modal-submit:hover {
  cursor: pointer;
}

.omeda-forgot-password {
  color: #007ee0;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 9px;
  line-height: 11px;
  text-align: center;
  margin-top: 1rem;
}

.omeda-sign-up {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 8px;
  line-height: 9px;
  text-align: center;
  color: #000000;
  margin-top: 1rem;
}

.omeda-login-hidden {
  display: none;
}

.atlas-content-well {
  margin-right: 0px;
  max-width: 700px;
  min-width: 300px;
}

.atlas-panel-heading {
  background-color: #0969b1;
  font-family: Roboto, sans-serif;
  border-radius: 6px 6px 0 0;
}

.atlas-panel-body {
  background-color: #e0f1ff;
  border-radius: 0 0 6px 6px;
}

.atlas-topic-redirect {
  font-size: 1.4rem;
  color: #0362a5;
  margin: auto;
}

.atlas-link {
  font-weight: bold;
  font-size: 1.4rem;
  text-decoration: underline;
  color: #0362a5;
}

.atlas-case-study-card-container {
  display: flex;
  justify-content: space-around;
}

.atlas-case-study-card {
  border-radius: 6px;
  box-shadow: 0 6px 15px 0 rgba(81, 92, 108, 0.23);
  background-color: #fff;
  overflow: hidden;
  transition: all 0.5s;
  width: 200px;
  margin-bottom: 21px;
  display: flex !important;
  flex-direction: column;
  height: 290px;
}

.atlas-study-name {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: normal;
  color: #000;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.atlas-study-location {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.86px;
  color: #969696;
  text-transform: uppercase;
  text-decoration: none;
}

.atlas-cta-button {
  font-size: 1.2rem;
  background-color: #07853a;
  border-color: #07853a;
  color: white;
  padding: 12px 60px;
  text-align: center;
}

.atlas-sponsor-container {
  display: inline-block;
}

.atlas-sponsor {
  display: inline;
  width: 100px;
  height: 30px;
}

.atlas-study-link {
  color: inherit;
}

.atlas-image-container {
  border-radius: 6px;
}

.atlas-image {
  width: 200px;
  height: 130px;
  background-size: cover;
  background-position: center;
  border-radius: 6px 6px 0 0;
}

@media all and (max-width: 480px) {
  .atlas-cta-button {
    width: 100%;
    padding: 12px 0;
  }
}
.showcase-brand-d1-border {
  border: solid 2px #ffcd00;
}

.showcase-brand-fcw-border {
  border: solid 2px #e00000;
}

.showcase-brand-ng-border {
  border: solid 2px #71bf44;
}

.showcase-brand-gcn-border {
  border: solid 2px #234187;
}

.showcase-brand-rf-border {
  border: solid 2px #0096d5;
}

.showcase-brand-ds-border {
  border: solid 2px #ee5624;
}

.showcase-brand-img {
  margin-bottom: 15px;
}

.showcase-brand-row {
  clear: both;
  font-family: Roboto, sans-serif;
  font-size: 1.3rem;
  line-height: 1.8rem;
}

/*# sourceMappingURL=gemg-combined.css.map */

.author-page-bio-hed{color:#2da4dc;font:italic 700 7rem "Playfair Display",serif;letter-spacing:.5rem;line-height:1;margin-bottom:3rem;text-align:center}.author-page-bio-img-container{padding:0 8px 8px 0;position:relative}.author-page-bio-author-name{color:#000;font-weight:700;text-transform:uppercase}.author-page-bio-author-title{color:#999;font-size:2.2rem;margin-bottom:1rem}.author-page-bio-text{color:#000;font-family:"Times New Roman",serif;font-size:1.8rem;margin-top:1rem}.author-page-bio-social{margin-top:2rem}.author-page-bio-social-items-link,.social-options-svg{fill:#000 !important}@media all and (min-width: 1200px){.author-page-bio-img-container .author-img-backdrop{height:18rem}}@media all and (max-width: 1199px){.author-page-bio-hed{margin-top:2rem}.author-page-bio-author-name{margin-bottom:.5rem}.author-page-bio-author-title{font-size:2rem;margin-bottom:.5rem}.author-page-bio-social{margin-top:0}}@media all and (max-width: 991px){.author-page-bio-hed{font-size:4.5rem;letter-spacing:.3rem}.author-page-bio-author-name{font-size:2.6rem}.author-page-bio-author-title{font-size:1.8rem}.author-page-bio-text{font-size:1.6rem}}@media all and (max-width: 767px){.author-page-bio-hed{margin-top:0}.author-page-bio-container{flex-direction:column}.author-page-bio-img-container{box-sizing:content-box;margin:1rem auto;width:50%}.author-page-bio-name-container{text-align:center}.author-page-bio-social{justify-content:center}}.author-img-container{margin:1rem 0;position:relative;padding:0 8px 8px 0}.author-img-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1}.author-img-backdrop-svg{fill:#b2eeff;width:100%;height:100%}.author-img-link:hover .author-img-backdrop-svg{fill:#59ceff}.author-img-link:hover .gemg-author-link{text-decoration:underline}.gbc-img-container{margin-top:1rem;position:relative;padding:0 8px 8px 0}.gbc-image{display:block;width:142px;height:65px}.byline{list-style-type:none;margin:0;padding:0}.byline-item{list-style-type:none;display:inline;font-size:1.25rem;text-transform:uppercase;color:#737373;margin:0;padding:0}.byline-item-highlight{font-weight:700}.byline-item::after{content:"|";display:inline;font-weight:normal;padding:0 5px}.byline-item:last-child::after{display:none}.byline-top-story{text-align:left;margin-top:2em}@media all and (max-width: 1199px){.byline-top-story{margin-top:1em}}.card-stack-title,.card-stack-card-title{font-family:"Playfair Display",serif;font-weight:900}.card-stack-card-next-nav,.card-stack-card-prev-next-tooltip-tag,.card-stack-toc-card-info:hover,.card-stack-description a{color:#0095d5}.card-stack-toc-cards-more{color:#0095d5 !important}.card-stack-card-content.wysiwyg>*{font-family:Roboto,sans-serif}.card-stack-start-link,.card-stack-start-over-link{background-color:#0095d5}.card-stack-social{height:20px}.card-stack-social-item{margin-right:1.5rem;width:20px;height:20px}.card-stack-social-follow-img{fill:#0095d5;width:20px;height:20px}.card-stack-social-item-envelope{padding-top:1px}.card-stack-pagination-progress-bar-progress{background:#0095d5}.card-stack-card-prev-next-tooltip-title{color:#000}.promo-items .card-stack-card-prev-next-link{font-family:Roboto,sans-serif}@media(min-width: 768px){.card-stack-card-prev-next-link:active,.card-stack-card-prev-next-link:focus,.card-stack-card-prev-next-link:hover{background-color:#0095d5}}@media(max-width: 1199px){.card-stack-container{margin-top:-15px}}@media(max-width: 767px){.card-stack-container{margin-top:-25px}.card-stack-card-next-nav,.card-stack-card-prev-nav{color:#fff}.card-stack-card-prev-next-sides-container .card-stack-card-next-link{background-color:#0095d5}.card-stack-social{height:23px}.card-stack-social-item{margin-right:2.5rem;width:23px;height:23px}.card-stack-social-follow-img{width:23px;height:23px}}.js-article{margin-bottom:2rem}.content-header{margin-bottom:0rem}.content-category{font:italic 700 1.8rem "Playfair Display",serif;margin-top:2rem;text-align:center}.content-category a{color:#0095d5}.content-sponsored .content-category a{color:#000}.content-title{font:900 4.2rem "Playfair Display",serif;line-height:4.4rem;text-align:center;margin-top:1rem}.content-sponsored .content-title{font:400 4.2rem "Roboto Condensed",sans-serif}.content-subhed{font:400 2.8rem "Playfair Display",serif;text-align:center}.content-sponsored .content-subhed{color:#000;font:300 2.8rem "Roboto Condensed",sans-serif}.content-sponsored .content-organization{margin:1rem auto !important}.content-sponsored .content-organization-text{color:#999;font-weight:700}.content-caption-and-attribution{color:#999;font-family:Roboto,sans-serif;line-height:1.4rem;margin-bottom:0;padding-top:.5rem;text-align:center}.content-image-caption{font-size:1.2rem}.content-image-attribution{font-size:1.1rem;text-transform:uppercase}.content-publish-date{font-size:1.4rem;line-height:1.8rem;text-transform:uppercase;display:inline-block}.content-byline-and-date .gemg-author-link,.content-byline-and-date .gemg-author-link:hover{color:#999}.content-byline-date-sep{margin:0 .5rem}.content-authors{font-size:1.5rem}.content-sponsored .content-authors{border-top:none;color:#999;font-size:1.4rem;font-weight:700;text-transform:uppercase}.content-sponsored .content-author-name{font-size:1.4rem;text-transform:uppercase}.content-sponsored .content-author-title{display:none}.content-sponsored .content-author-org{color:#000;display:block;font-size:1.4rem;font-weight:400;text-transform:capitalize}.content-sponsored .content-byline .content-author-org{color:#999;display:inline-block;margin-left:1rem}.content-authors-no-image{border-left:3px solid #b2eeff;padding-left:8px}.content-sponsor-img{max-width:200px;height:auto}.content-sponsor-text{margin-bottom:2rem}.gemg-author-link,.gemg-author-name,.content-sponsor-text{color:#999;font-size:1.4rem;font-weight:700;text-decoration:none;text-transform:uppercase}.custom-content-sponsor{margin-top:4rem}.custompost-page .share-this{display:none}.custompost-page .content-sep{display:none}.custompost-page .content-tombstone{display:none}.gemg-author-link:hover{color:#999;text-decoration:underline}.author-organization .gemg-author-link{font-style:italic}.horizontal-0{background-color:#c2c2c2}@media all and (min-width: 768px){.ge-header{margin-right:32rem}}@media all and (max-width: 1199px)and (min-width: 768px){.content-header{margin-bottom:2rem}}@media all and (max-width: 1199px){.js-article{margin:4rem 0}}@media all and (max-width: 991px){.content-category{font-size:1.6rem}.content-title,.content-sponsored .content-title{font-size:3.2rem;line-height:3.8rem}.content-subhed{font-size:1.8rem}.content-sponsored .content-subhed{font-size:1.9rem}}@media all and (max-width: 767px){.js-article:first-child{margin-top:-2.6rem}}@media all and (max-width: 575px){.content-category{font-size:1.4rem}.content-title,.content-sponsored .content-title{font-size:2.4rem;line-height:3rem}.content-subhed{font-size:1.6rem}.content-sponsored .content-subhed{font-size:1.7rem}.content-sponsored .content-author-name{font-size:1.2rem}.content-byline,.content-byline-date-sep,.content-publish-date,.gemg-author-link,.gemg-author-name{font-size:1.2rem}}.l-content-sticky-stuck .l-content-sticky-inner{right:-147px}@media all and (min-width: 1200px){.static-page .l-content-well{margin-left:0}.static-page .l-content-right-rail-companion{width:800px}.static-page .content-title{font-size:5.5rem;line-height:6rem}}@media all and (max-width: 1199px){.static-page .content{margin-top:5rem}.static-page .l-content-right-rail-companion{width:620px}.static-page .content-title{font-size:4.5rem;line-height:5rem}}@media all and (max-width: 991px){.static-page .l-content-right-rail-companion{width:380px}.static-page .content-title{font-size:3.6rem;line-height:4.2rem}}@media all and (max-width: 767px){.static-page .content{margin-top:0}.static-page .l-content-right-rail-companion{width:100%}.static-page .content-title{font-size:3rem;line-height:3.8rem}}.conversion-module{background-color:rgba(255,255,255,.95)}.conversion-module .conversion-module-close-btn{background-color:#0095d5}.conversion-module .conversion-module-signup-form-title{margin-bottom:2.5rem}.conversion-module-signup-form-title .conversion-module-signup-form-title-line1{color:#0095d5;font:700 2rem "Roboto",sans-serif;margin-bottom:1rem}.conversion-module-signup-form-title .conversion-module-signup-form-title-line2{color:#000;font:700 italic 3.9rem "Playfair Display",serif;text-transform:uppercase}.conversion-module .conversion-module-signup-form-link{color:#000;font:1.6rem "Roboto",sans-serif;text-decoration:underline}.conversion-module-nl-thankyou .conversion-module-signup-form-title-line1{color:#000;font:700 italic 3.9rem "Playfair Display",serif}.conversion-module-nl-thankyou .conversion-module-signup-form-title-line2{color:#0095d5;font:700 2rem "Roboto",sans-serif;text-transform:none}.conversion-module .conversion-module-signup-form-optin .conversion-module-signup-form-label{font-family:"Roboto",sans-serif}@media all and (max-width: 767px){.conversion-module .conversion-module-signup-form-title{margin-bottom:1.5rem}.conversion-module-signup-form-title .conversion-module-signup-form-title-line1{font-size:1.8rem}.conversion-module-signup-form-title .conversion-module-signup-form-title-line2{font-size:3.3rem}.conversion-module-nl-thankyou .conversion-module-signup-form-title-line1{font-size:3.3rem}.conversion-module-nl-thankyou .conversion-module-signup-form-title-line2{font-size:1.8rem;line-height:2.4rem}}.disclaimer-container{margin-top:4rem;margin-bottom:4rem}.disclaimer-header{font-weight:700;font-size:1.4rem;text-align:center;background-color:#efefef;text-transform:uppercase;padding-top:7px;padding-bottom:7px;margin-bottom:2rem}.disclaimer strong{font-family:Roboto;font-size:1.4rem;color:#999}.l-500{background-attachment:fixed;background-image:url('https://cdn.govexec.com/a/govexec/img/error-bg.jpg?cd664959e1f1');background-position:right center;background-repeat:no-repeat;background-size:cover}.error-page-outer{display:flex;align-items:center;justify-content:center;min-height:80vh}.error-page-container{background-color:#fff;opacity:.9;padding:3rem}.error-page-header{font:900 4.8rem "Playfair Display",serif}.error-page-text{font-size:1.8rem;line-height:3.2rem}.error-page-link,.error-page-link:hover{color:#0095d5;font-weight:bold}@media all and (max-width: 1199px){.error-page-header{font-size:3.8rem}}@media all and (max-width: 767px){.error-page-outer{min-height:70vh}.error-page-header{font-size:3.2rem}.error-page-text{font-size:1.4rem;line-height:2.2rem}}.events-lander .lander-story-label{line-height:1}.events-lander .events-lander-link{font-weight:400;padding-top:2rem;text-decoration:underline}.events-lander .fa-angle-double-right{text-decoration:underline}.events-lander .rule-horizontal-0{margin:4rem 0}.events-listing .lander-title{margin-top:-1rem;margin-bottom:4rem}@media all and (max-width: 1199px){.events-lander .l-main{padding-top:.5rem}.events-lander .lander-listing-title{margin-top:-1rem}.events-listing .l-main{padding-top:3.5rem}}@media all and (max-width: 991px){.events-lander .l-main{padding-top:2.5rem}.events-lander .lander-story-label{margin-bottom:1.5rem;margin-top:0}}@media all and (max-width: 767px){.events-lander .l-main{padding-top:0}.events-listing .lander-title{margin-top:-3rem}}.feature-story-hed{text-align:center}.feature-story-hed-link{color:#000;font-family:"Playfair Display",serif;font-size:3.5rem;font-weight:900;line-height:4rem;transition:color .2s ease}.feature-story-hed-link:hover{color:#0095d5;text-decoration:none}.feature-story-subhed{margin-bottom:1rem;text-align:center}.feature-story-sponsorships{float:none;color:#999;width:100%}.feature-content-sponsored .feature-story-hed-link{font-family:"Roboto Condensed",sans-serif;font-weight:lighter}.feature-content-sponsored .feature-story-hed-link:hover{color:#ab7dd4}.feature-story.hover-group-engaged:hover .feature-story-hed-link,.river-item.hover-group-engaged .feature-story-hed-link:active,.feature-story-hed-link:hover,.feature-story-hed-link:active{color:#0095d5}.events-lander .feature-story{border-bottom:none;text-align:center}.events-lander .feature-story-tag{color:#0095d5;text-transform:uppercase}.events-lander .feature-story-subhed{font-weight:400}.events-lander .feature-story-description{color:#999;font-weight:400;margin:1.5rem 0;text-transform:uppercase}.events-lander .feature-story-link.highlight{transition:background-color .2s ease}.events-lander .feature-story-link .highlight-inner{background-color:#0095d5;color:#fff;transition:background-color .2s ease}.events-lander .feature-story.hover-group-engaged .feature-story-link .highlight-inner{background-color:#59ceff}.events-lander .feature-story-link .fa-caret-right{display:inline;font-size:1.8rem;position:relative;top:1px;left:3px}@media all and (max-width: 1199px){.feature-story{margin-top:-1rem}.feature-story-hed-link{font-size:3rem;line-height:3.4rem}}@media all and (max-width: 991px){.feature-story{margin-top:2rem}.feature-story-hed-link{font-size:3rem;line-height:3.2rem}.feature-story-subhed{margin-bottom:1rem}}@media all and (max-width: 767px){.feature-story{padding-bottom:.5rem}.feature-story.hover-group-engaged .feature-story-link.highlight{background-color:#59ceff}}@media all and (max-width: 575px){.feature-story{margin-top:0}.feature-story-hed-link{font-size:2.4rem;line-height:2.8rem}}.featured-river{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:row;position:relative;margin:0 -1rem 4rem;padding-bottom:0rem}.featured-river::after{content:"";border-bottom:1px solid #c2c2c2;height:1px;position:absolute;bottom:0;left:1rem;right:1rem}.featured-river-main{width:390px;padding:0 1.6rem 0 1rem;flex-shrink:1;flex-grow:0}.featured-river-secondary{flex:1 0 0px;padding:0 1rem 0 0}@media all and (max-width: 1199px){.featured-river{flex-direction:column}.featured-river-main{width:auto;padding:0 1rem}.featured-river-secondary{flex:1 0 auto;padding:0 1rem}}@media all and (max-width: 991px){.featured-river{padding-left:1rem;padding-right:1rem}.featured-river-secondary{padding:0 0 0 1rem}}@media all and (max-width: 767px){.featured-river{padding-top:2rem;padding-left:0;padding-right:0}.featured-river-secondary{padding:0 1rem}}@media all and (max-width: 575px){.featured-river{padding-left:1rem;padding-right:1rem}.featured-river-secondary{padding:0 0 0 1rem}}.ge-footer{background-color:#fff;border-top:1px solid #ccc;clear:both}.ge-footer-logo{float:left;margin-top:-1px;width:188px}.ge-footer-logo-svg{height:80px;width:174px}.ge-footer-container{float:left;max-width:900px;padding-left:2rem}.ge-footer-nav{font:700 1.6rem "Roboto Condensed",sans-serif;padding-top:1.5rem}.ge-footer-list .ge-footer-links-link{color:#000;text-transform:uppercase}.ge-footer-secondary-list .ge-footer-links-link,.ge-footer-secondary-list .ge-footer-links-item::before{color:#000;font:400 1.5rem "Roboto Condensed",sans-serif}.ge-footer-list,.ge-footer-secondary-list{margin:0 -10px 5px 0}.ge-footer-links-item::before{content:"|";margin:0 8px}.ge-footer-list .ge-footer-links-item:first-child::before,.ge-footer-secondary-list .ge-footer-links-item:first-child::before{content:none;margin-right:0}.ge-footer-copyright{color:#989898;font-size:1.3rem;padding-bottom:3rem}@media all and (max-width: 1199px){.ge-footer-container{max-width:720px}}@media all and (max-width: 991px){.ge-footer-container{max-width:500px}.ge-footer-nav{line-height:2.4rem}}@media all and (max-width: 767px){.ge-footer-container{padding-left:0}.ge-footer-nav,.ge-footer-secondary-list .ge-footer-links-link,.ge-footer-secondary-list .ge-footer-links-item::before{font-size:1.4rem}}.highlight-inner{background-color:#b2eeff;color:#000}.highlight:hover .highlight-inner{background-color:#59ceff}.highlight-no-hover:hover .highlight-inner{background-color:#b2eeff}.content-sponsored .highlight-inner{background-color:#999}.content-sponsored .highlight:hover .highlight-inner{background-color:#000}.content-sponsored .highlight-no-hover:hover .highlight-inner{background-color:#999}.insights-module{margin-bottom:4rem;max-width:800px}.insights-module .container{border:1px solid #ccc;border-top:none;font:900 1.5rem "Playfair Display",serif;padding:2rem 5rem 1rem 5rem}.insights-module .insight-label{color:#0095d5;font-style:italic;padding:.6rem 0 0 0;text-transform:capitalize}.insights-module .insight-link-sponsored .insight-label{color:#000}.insights-module .insight-title{color:#000;font-size:1.6rem;line-height:1.3;margin-top:.3rem;text-transform:capitalize}.insights-module .insight-link-sponsored .insight-title{font:400 1.6rem "Roboto Condensed",sans-serif;line-height:1.4}.insights-module .insight-link:hover{text-decoration:none}.insights-module .insight-link:hover .insight-title{color:#0095d5}.insights-module .insight-link-sponsored:hover .insight-title{color:#000}.insights-module .owl-prev,.insights-module .owl-next{position:absolute;top:0;bottom:0;width:40px;outline:none;overflow:hidden}.insights-module .owl-carousel .owl-nav button.owl-prev{background-color:#fff;left:-40px}.insights-module .owl-carousel .owl-nav button.owl-next{background-color:#fff;right:-40px}.insights-icon{position:absolute;top:48%;left:8px;width:24px;height:24px;fill:#b2eeff}.insights-module .owl-prev:hover .insights-icon,.insights-module .owl-next:hover .insights-icon{fill:#0095d5}@media all and (max-width: 1199px){.insights-module{max-width:620px}}@media all and (max-width: 991px){.insights-module{max-width:380px}}@media all and (max-width: 767px){.insights-module{max-width:520px}}@media all and (max-width: 575px){.insights-module{margin-left:auto;margin-right:auto;max-width:94vw}}.interstitial-logo{display:block;height:90px;margin-bottom:0;margin-left:inherit;margin-right:inherit;width:160px}.interstitial-continue-btn{color:#0095d5}.interstitial-continue-btn-text{color:#000;text-transform:uppercase}.interstitial-continue-btn-text:after{display:none}.lander-featured-river-item-sponsored .river-item-category{text-align:center;display:block}.lander-featured-river-item-sponsored .river-item-hed{padding:0}@media all and (max-width: 1199px){.lander-featured-river-item-sponsored .river-item-category{text-align:left}}.lander-featured-river-item .river-item-hed{font-size:2.2rem;line-height:3rem;text-align:center}.lander-featured-river-item .story-meta-river-item{text-align:center}@media all and (min-width: 1200px){.lander-featured-river-item .river-item-img{width:235px}.lander-featured-river-item .river-item-inner-no-img{padding:0 1rem}}@media all and (max-width: 1199px){.lander-featured-river-item .river-item-inner-no-img{padding-left:2rem}.lander-featured-river-item .river-item-hed{font-size:1.8rem;line-height:2.4rem;text-align:left}.lander-featured-river-item .river-item-dek{margin:.6rem 0 .9rem 0}.lander-featured-river-item .story-meta-river-item{text-align:left}}@media all and (min-width: 768px)and (max-width: 991px){.lander-featured-river-item .river-item-inner-no-img{padding-left:1rem}}@media(max-width: 575px){.lander-featured-river-item.river-item{margin-left:0;margin-right:0}.lander-featured-river-item .river-item-inner{padding:0}}.lander-top-story-hed{font-family:"Playfair Display",serif;font-size:3.5rem;font-weight:900;text-align:center}.lander-top-story-subhed{font-size:2.4rem;font-weight:100;text-align:center}.lander-top-story-img-container{position:relative}.lander-top-story-gradient-overlay{position:absolute;width:100%;height:100%;top:0;left:0}.lander-top-story-gradient-overlay{background:linear-gradient(to bottom, transparent 0%, transparent 60%, rgba(255, 255, 255, 0.25) 75%, white 100%)}.lander-top-story.hover-group-engaged:hover .lander-top-story-hed-link,.lander-top-story-hed-link:hover{color:#0095d5}@media all and (max-width: 1199px){.lander-top-story-hed{font-size:3.2rem}.lander-top-story-subhed{font-size:1.8rem}}@media all and (max-width: 991px){.lander-top-story-hed{font-size:3rem}}@media all and (max-width: 575px){.lander-top-story-hed{font-size:2.4rem}.lander-top-story-subhed{font-size:1.4rem}}.lander-title{color:#2da4dc;font:italic 700 7rem "Playfair Display",serif;letter-spacing:.06em;line-height:1.1;margin-top:0;margin-bottom:3rem;text-align:center;text-transform:none !important}.lander-sponsored .lander-top-story-hed{font-family:"Roboto Condensed",sans-serif;font-weight:400;font-size:4.2rem}.lander-sponsored .lander-top-story.hover-group-engaged:hover .lander-top-story-hed-link,.lander-sponsored .lander-top-story-hed-link:hover{color:#000}.lander-sponsored .lander-top-story .story-meta-byline,.lander-sponsored .river-item .story-meta-byline{color:#000}.lander-sponsored .river-item .river-item-img-backdrop-svg{fill:#999}.lander-sponsored .river-item.hover-group-engaged .river-item-img-backdrop-svg{fill:#000}.lander-sponsored .river-item-hed-link{color:#000;font-family:"Roboto Condensed",sans-serif;font-weight:400}.lander-sponsored .river-item.hover-group-engaged:hover .river-item-hed-link,.lander-sponsored .river-item-hed-link:hover{color:#000}@media all and (max-width: 1199px){.lander-sponsored .lander-top-story-hed{font-size:3.2rem}}@media all and (max-width: 767px){.lander-sponsored .lander-top-story-hed{font-size:2.4rem}}@media all and (max-width: 1199px){.lander-title{font-size:4.8rem;margin-top:2rem}}@media all and (max-width: 991px){.lander-title{font-size:4.5rem}}@media all and (max-width: 767px){.lander-title{font-size:5rem;margin-top:0}}@media all and (max-width: 575px){.lander-title{font-size:4rem}}.podcasts-module{margin-bottom:2rem}.podcasts-module .owl-carousel .owl-dot{outline:none}.leadin{color:#000;font-family:Roboto,sans-serif;font-size:1.6rem;margin-bottom:4rem}.leadin-link{color:#0095d5}.leadin-link:hover{color:#0095d5;text-decoration:underline}.leadin-icon-down{stroke:#0095d5}@media all and (max-width: 767px){.leadin-tag{display:block}}.mini-feed-inner{border:1px solid #d0d0d0;text-align:center}.mini-feed-item-container{margin:0 1rem 1.5rem;text-align:left}.mini-feed-item-hed{font-size:1.5rem;font-weight:700;line-height:1;color:#000}.hover-group-engaged .mini-feed-item-hed,.mini-feed-item-hed:hover{color:#0095d5;text-decoration:none}.mini-feed-label{color:#000;background-color:#b2eeff;font-size:1.4rem;line-height:1.5;padding:7px 1rem;text-align:center}.mini-feed-see-more-link,.mini-feed-see-more-link:visited{color:#fff;background-color:#0095d5;display:inline-block;padding:.9rem 0;line-height:1.4rem;font-size:1.4rem;margin:auto auto 2rem auto;width:11rem}.mini-feed-see-more-link:hover,.mini-feed-see-more-link:active{color:#fff;background-color:#0095d5}@media(max-width: 1199px){.mini-feed-bottom{padding-top:0}}.mini-feed-sponsored .mini-feed-item-hed{font:400 1.6rem "Roboto Condensed",sans-serif}.mini-feed-sponsored .hover-group-engaged .mini-feed-item-hed,.mini-feed-sponsored .mini-feed-item-hed:hover{color:#000}.mini-feed-sponsored .mini-feed-label{background-color:#999}.mini-feed-sponsored .mini-feed-see-more-link,.mini-feed-sponsored .mini-feed-see-more-link:visited{background-color:#000}.mini-feed-sponsored .mini-feed-see-more-link:hover,.mini-feed-sponsored .mini-feed-see-more-link:active{background-color:#000}.module-header{background-color:#b2eeff;color:#000;font-size:1.4rem;font-weight:700;padding:7px 1rem;text-align:center;text-transform:uppercase}#bottom-bar-placeholder{height:4rem}.bottom-bar{background-color:#0095d5;height:4rem;z-index:auto !important}.bottom-bar-attached{background-color:#fff;border-top:none !important;top:4rem !important;z-index:99 !important}.bottom-bar-attached.live-stream-bar-is-attached{top:8rem !important}#bottom-bar-attached.bottom-bar-collapsed{opacity:0}#bottom-bar.bottom-bar-collapsed{background-color:#e8eced}#bottom-bar.bottom-bar-collapsed .bottom-bar-link-container{opacity:0}.bottom-bar-always-fixed{background-color:#fff;border-top:none !important;border-bottom:1px solid #ccc;z-index:99 !important}.bottom-bar-link-container{left:10px;padding:1rem 0 !important;opacity:1}.bottom-bar-attached .bottom-bar-link-container,.bottom-bar-always-fixed .bottom-bar-link-container{border-top:1px solid #ccc;left:217px;right:10px;position:absolute}.bottom-bar .bottom-bar-link,.bottom-bar .bottom-bar-link:link,.bottom-bar .bottom-bar-link:visited{font:700 1.6rem "Roboto Condensed",sans-serif}.bottom-bar-attached .bottom-bar-link,.bottom-bar-attached .bottom-bar-link:link,.bottom-bar-attached .bottom-bar-link:visited,.bottom-bar-always-fixed .bottom-bar-link,.bottom-bar-always-fixed .bottom-bar-link:link,.bottom-bar-always-fixed .bottom-bar-link:visited{color:#000}.bottom-bar .bottom-divided-links-item::after{content:"|";color:#fff;font:700 1.6rem "Roboto Condensed",sans-serif;padding-left:4rem}.bottom-bar-attached .bottom-divided-links-item::after,.bottom-bar-always-fixed .bottom-divided-links-item::after{color:#000;padding-left:2rem}.bottom-bar .bottom-bar-link-item .sponsored-nav-link{font-weight:300}.bottom-bar-attached .bottom-bar-link-item .sponsored-nav-link,.bottom-bar-always-fixed .bottom-bar-link-item .sponsored-nav-link{color:#000 !important;font-weight:300}.bottom-bar-alone.bottom-bar-attached:not(.bottom-bar-collapsed){transition:opacity .4s ease-in;transition:background-color .4s ease-in}.bottom-bar-alone:not(.bottom-bar-attached):not(.bottom-bar-collapsed){transition:opacity .25s ease-in;transition:background-color .25s ease-in}.bottom-bar-alone.bottom-bar-attached.bottom-bar-collapsed,.bottom-bar-alone:not(.bottom-bar-attached).bottom-bar-collapsed{transition:opacity .25s ease-in;transition:background-color .25s ease-in}.bottom-bar-alone.bottom-bar-attached:not(.bottom-bar-collapsed) .bottom-bar-link-container,.bottom-bar-alone:not(.bottom-bar-attached):not(.bottom-bar-collapsed) .bottom-bar-link-container{transition:opacity .4s ease-in}.bottom-bar-alone.bottom-bar-attached.bottom-bar-collapsed .bottom-bar-link-container,.bottom-bar-alone:not(.bottom-bar-attached).bottom-bar-collapsed .bottom-bar-link-container{transition:opacity .25s ease-in}@media all and (min-width: 1200px){.bottom-bar{-webkit-transform:translateZ(0)}}.divided-links{font:700 1.5rem "Roboto Condensed",sans-serif}.divided-links-item::after{content:"|";padding:0 1rem}.divided-links-nav-extra{display:block;position:absolute;right:4rem;top:1.7rem;transition:right .1s}.divided-links-nav-extra .divided-links-link{color:#000}.divided-links-nav-trending{font:700 1.2rem "Roboto",sans-serif}.divided-links-nav-trending .divided-links-link{color:#0095d5}.divided-links-nav-trending .divided-links-item:first-child::after{padding:0 .6rem}.divided-links-nav-trending .divided-links-item:first-child::after{content:":";padding:0 .6rem 0 0}.divided-links-nav-trending .divided-links-item:last-child::after{content:none;padding:0}.divided-links-nav-extra.is-search-expanded{right:30rem}@media all and (max-width: 1199px){.divided-links-nav-extra{display:none}}@media all and (max-width: 575px){.menu-header{display:none}.menu .divided-links{justify-content:flex-start}}.menu{z-index:9999}.menu .menu-inner{width:40%;right:2rem}.menu-site-links-grp{margin-bottom:1rem}.menu-sponsored-links-grp{padding-top:1rem;padding-bottom:.5rem}.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,.menu .menu-site-links-grp .divided-links-link,.menu .menu-site-links-grp .divided-links-link:active,.menu .menu-site-links-grp .divided-links-link:visited,.menu .menu-site-links-grp .divided-links-link:hover{color:#fff;font:700 1.6rem "Roboto Condensed",sans-serif;text-transform:uppercase}.menu .menu-links.menu-main-links .sponsored-nav-link,.menu .menu-links.menu-main-links .sponsored-nav-link:active,.menu .menu-links.menu-main-links .sponsored-nav-link:visited,.menu .menu-links.menu-main-links .sponsored-nav-link:hover,.menu .menu-site-links-grp .sponsored-nav-link,.menu .menu-site-links-grp .sponsored-nav-link:active,.menu .menu-site-links-grp .sponsored-nav-link:visited,.menu .menu-site-links-grp .sponsored-nav-link:hover{font-weight:300}.menu .menu-divider{height:1px;background-color:#fff;background-image:none;margin:1.5rem 0}.menu .divided-links-item::after{color:#fff}.menu .divided-links-item:last-child::after{display:none}.social-options-menu .social-options-item:hover .social-options-svg{opacity:.6}.menu.menu-open{margin-top:-2.5rem}.menu.menu-attached.menu-open{position:fixed;top:4rem;margin-top:0}@media all and (min-width: 1200px){.menu.menu-open{display:none}}@media all and (max-width: 991px){.menu .menu-inner{width:50%}}@media(min-width: 768px){.menu{width:750px}}@media all and (max-width: 767px){.menu .menu-inner{width:75%}}@media all and (min-width: 576px){.menu .menu-inner{background-color:#0095d5;box-shadow:0px 9px 16px 0px rgba(0,0,0,.1);padding:1rem}}@media all and (max-width: 575px){.menu{background-color:#0095d5}.menu .menu-inner{width:100%}.menu-social-options{overflow:hidden}.menu.menu-attached.menu-open{z-index:90}.menu.menu-attached.menu-scrollable .menu-inner{left:0;right:0;padding:4rem 0 4rem;width:auto}}.search-box{right:18px;top:9px}.search-box .search-box-inner{display:flex;display:-ms-flexbox;align-items:center;-ms-flex-align:center;flex-grow:1;-ms-flex-grow:1;flex-direction:row;-ms-flex-direction:row;float:none;margin-top:5px}.search-box .search-box-mag-svg{width:17px;height:17px;fill:#000}.search-box .search-box-close-svg{width:14px;height:14px;fill:#000}.search-box .search-box-submit-svg{width:15px;height:15px;fill:#000}.search-box .search-box-input-holder{padding:0 1px 0 0;display:flex;margin-left:5px;width:0;overflow:hidden;display:none;-ms-flex-grow:1;flex-grow:1}.search-box .search-box-input{color:#000;margin:0 1rem}.search-box .search-box-input:focus{outline:none}.search-box .search-box-input::placeholder{color:#000}.search-box .search-box-input::-ms-input-placeholder{color:#000}.search-box .search-box-input:focus::placeholder{opacity:.1}.search-box .search-box-input:focus::-ms-input-placeholder{opacity:.1}.search-box .search-box-expand-btn{cursor:pointer;padding-bottom:4px}.search-box .search-box-submit{background:rgba(0,0,0,0);border:none;display:inline-block;width:15px;height:15px;margin:1px 5px 0 0;padding:0}.search-box .search-box-close-btn{display:none;margin-right:0;opacity:0}.search-box.is-search-closed{animation:searchSlideClosedXL .1s}.search-box.is-search-expanded{animation:searchSlideOpenXL .1s;border-bottom:1px solid #0095d5;left:85rem}.search-box.is-search-expanded .search-box-input-holder{width:auto;display:-ms-flexbox;display:flex}.search-box.is-search-expanded .search-box-close-btn{display:inline-block;opacity:1;padding-bottom:3px;visibility:visible}@media all and (max-width: 1199px){.search-box{right:6rem;top:4px}.search-box.is-search-closed{animation:searchSlideClosedLG .1s}.search-box.is-search-expanded{animation:searchSlideOpenLG .1s;left:60rem}.search-box .search-box-mag-svg{width:20px;height:20px}}@media all and (max-width: 991px){.search-box.is-search-closed{animation:searchSlideClosedMD .1s}.search-box.is-search-expanded{animation:searchSlideOpenMD .1s;left:40rem}}@media all and (max-width: 767px){.search-box{right:0;width:auto}.search-box.is-search-closed{animation:searchSlideClosedSM .1s}.search-box.is-search-expanded{animation:searchSlideOpenSM .1s;left:1rem;right:6rem}}@keyframes searchSlideOpenXL{from{left:111rem;opacity:0}to{left:85rem;opacity:1}}@keyframes searchSlideClosedXL{from{left:85rem}to{left:111rem}}@keyframes searchSlideOpenLG{from{left:88rem;opacity:0}to{left:60rem;opacity:1}}@keyframes searchSlideClosedLG{from{left:60rem}to{left:88rem}}@keyframes searchSlideOpenMD{from{left:64rem;opacity:0}to{left:40rem;opacity:1}}@keyframes searchSlideClosedMD{from{left:40rem}to{left:64rem}}@keyframes searchSlideOpenSM{from{left:75%;opacity:0}to{left:1rem;opacity:1}}@keyframes searchSlideClosedSM{from{left:1rem}to{left:75%}}#top-bar-placeholder{border-top:1px solid #ccc;height:4.1rem}.ge-index-page #top-bar-placeholder,.l-not-found #top-bar-placeholder,.l-500 #top-bar-placeholder{border-top:none;height:4rem}.top-bar{background-color:#fff;height:4rem}.top-bar-attached{border-top:none !important}.top-bar-logo{position:absolute;margin:0;top:0;left:1rem;width:auto}.top-bar-logo-svg{height:80px !important;width:174px !important}.top-bar-logo-small-svg{height:40px;width:145px}.top-bar-logo:hover .top-bar-logo-svg,.top-bar-logo:active .top-bar-logo-svg{opacity:1}.hamburger-menu-btn{padding:0;margin:0 18px 0 0;background:none;border:none;outline:none !important;cursor:pointer;position:absolute;right:0;top:8px}.hamburger-menu-btn .hamburger-inner,.hamburger-menu-btn .hamburger-inner::before,.hamburger-menu-btn .hamburger-inner::after{background-color:#000}@media all and (min-width: 1200px){.ge-index-page .top-bar:not(.top-bottom-bar-together){border-bottom:1px solid #ccc}.top-bar{-webkit-transform:translateZ(0)}.top-bar-attached{box-shadow:none !important}.top-bar.top-bar-attached.live-stream-bar-is-attached{top:4rem}}@media all and (max-width: 1199px){.top-bar:not(.top-bar-attached){border-bottom:1px solid #ccc}.top-bar-logo-svg{height:64px !important;width:140px !important}}@media all and (max-width: 767px){#top-bar-placeholder{border-top:none}.top-bar.is-search-expanded .top-bar-logo{display:none}}.trending-bar{background-color:#e8eced;margin-bottom:2.5rem;padding:6px 0}.newsletters-subhed{font:400 1.8rem Roboto,sans-serif;text-align:center}.newsletters-hash-link{border-top:1px solid #000;font-size:1.4rem;margin-top:3rem;padding:4rem 0 3rem 0;text-align:center;text-transform:uppercase}.newsletters-hash-link a{color:#0095d5}.newsletters-hash-link .fa-chevron-up{font-size:2rem;position:relative;top:-2rem;left:-5.4rem}.js-subscribe-flip-state{display:none;margin:2rem 0;text-align:center}.newsletters-thank-you-heading{font:700 italic 3.9rem "Playfair Display",serif}.subscribe-lander-form .select-all{font-size:1.4rem;padding:1rem 0 2rem 0}.subscribe-lander-form .newsletters-missing{display:none;font-size:1.4rem;margin-top:3rem}.subscribe-lander-form .input-group{border:1px solid #ccc;padding-left:0}.subscribe-lander-form .subscribe{border:none;margin:auto;width:70%}.subscribe-lander-form .btn{font-size:1.6rem;text-transform:uppercase;transform:none !important}.subscribe-lander-form h2{border-bottom:1px solid #000;font:900 italic 3.2rem "Playfair Display",serif;margin:3rem 0 1rem 0;padding:0}.subscribe-lander-form .newsletters-svg{width:3.2rem;height:3.2rem;margin-top:-6px;margin-right:6px}.subscribe-lander-form .newsletters-svg-rf{fill:#0093d5}.subscribe-lander-form .newsletters-section .form-check{padding:0 0 2rem 2.5rem}.subscribe-lander-form .newsletters-section .form-check-input{margin-top:1.1rem}.subscribe-lander-form .newsletters-section .title{font:900 1.9rem "Playfair Display",serif}.subscribe-lander-form .newsletters-section .day{color:#333;font:300 1.4rem Roboto,sans-serif;text-transform:uppercase}.subscribe-lander-form .newsletters-section .description{color:#333;font:400 1.4rem Roboto,sans-serif;padding:1rem 0 0 .5rem}@media all and (max-width: 1199px){.newsletters-title{margin-top:0}.newsletters-subhed{font-size:1.6rem}.subscribe-lander-form .subscribe{width:100%}.newsletters-thank-you-heading{font-size:3rem}.subscribe-lander-form h2{font-size:2.6rem}.subscribe-lander-form .newsletters-svg{width:2.6rem;height:2.6rem}.subscribe-lander-form .newsletters-section .form-check-input{margin-top:.8rem;margin-left:-1.7rem}.subscribe-lander-form .newsletters-section .title{font-size:1.7rem}.subscribe-lander-form .newsletters-section .day{font-size:1.3rem}}.l-not-found{background-attachment:fixed;background-image:url('https://cdn.govexec.com/a/govexec/img/not-found-bg.jpg?cd664959e1f1');background-position:center top;background-repeat:no-repeat;background-size:cover}.not-found-outer{margin-top:0;min-height:80vh;padding:12rem 2rem}.not-found-top-container{background-color:#fff;border:none;opacity:.9;padding:2rem 6rem 4rem 6rem}.not-found-header-1{font:900 4.8rem "Playfair Display",serif}.not-found-header-2{color:#0095d5;padding:1rem 0}.not-found-header-3{margin-bottom:2rem}@media all and (max-width: 1199px){.not-found-header-1{font-size:3.8rem}}@media all and (max-width: 767px){.not-found-outer{min-height:70vh}.not-found-top-container{padding:2rem 4rem}.not-found-header-1{font-size:3.2rem}}.pagination-link{color:#0095d5}.pagination-link:hover{opacity:.8;color:#0095d5}.payment-page .payment-success{border:3px double #ced4da;border-radius:3px;padding:1rem}.payment-page .payment-form{margin-bottom:2rem}.payment-page .payment-form input.form-control{font:1.4rem Roboto,sans-serif;height:3rem}select.form-control.payment-select{font-size:1.4rem}.payment-page .payment-form .input-group-text{font:700 1.4rem Roboto,sans-serif}.payment-page .payment-form .email-error{display:none;color:#a94442;font-size:1.6rem;padding-top:5px}.payment-page .payment-form .payment-btn{padding-top:3rem}.payment-page .payment-form .btn{background-color:#0095d5;border-color:#0095d5;font:700 1.6rem Roboto,sans-serif;padding:1rem 2rem;text-transform:uppercase}.payment-page .payment-form .loading-spinner.loading-spinner-page-middle{padding:0}.payment-page .payment-error{display:none;font-size:1.6rem;margin-bottom:5rem}.payment-page .payment-img{margin-bottom:5rem}.payment-page .img-invoice{box-shadow:0px 9px 16px 0px rgba(0,0,0,.5)}.other-org{display:none}.podcast-river-item{text-align:center;width:340px;height:700px;-webkit-box-shadow:0px 6px 11px 2px rgba(0,0,0,.25);-moz-box-shadow:0px 6px 11px 2px rgba(0,0,0,.25);box-shadow:0px 6px 11px 2px rgba(0,0,0,.25);padding:20px;position:relative}.podcast-river-item-img-container{text-align:center}.podcast-river-item-img-container{display:inline-block !important;margin-bottom:1rem}.podcast-river-item-img{width:300px}.podcast-river-item-inner{text-align:center;display:inline-block}.podcast-river-item-title{font-family:"Playfair Display",serif;font-weight:700;font-size:2.4rem;line-height:2.8rem;letter-spacing:.05rem;display:block}.podcast-river-item:hover .podcast-river-item-title,.podcast-river-item:active .podcast-river-item-title{color:#0095d5}.podcast-river-item-organization{color:#a0a0a0;font-size:1.6rem;font-weight:700;margin:1rem 0;text-transform:uppercase}.podcast-river-item-description{font-family:"Roboto",sans-serif;font-weight:500;font-size:1.5rem;line-height:2.3rem;margin:1rem 0 1.5rem 0}.podcast-headphones{fill:#fff;width:30px;height:25px;margin-top:-0.5rem}.podcast-river-item-listen-button{font-family:"Roboto",sans-serif;font-size:1.5rem;font-weight:700;color:#fff;background-color:#0095d5;text-transform:uppercase;vertical-align:middle;text-align:center;width:300px;height:40px;line-height:40px;position:absolute;bottom:2rem;cursor:pointer}.podcast-river-item-listen-button-link{color:#fff}.podcast-river-item-listen-button-link:hover,.podcast-river-item-listen-button-link:active{color:#fff;text-decoration:none}.podcast-river-item-listen-button-text{margin-left:1rem}.podcast-river-item-sponsored .podcast-river-item-title{font-family:"Roboto Condensed",sans-serif;font-weight:500;font-size:2.2rem;line-height:2.6rem}.podcast-river-item-sponsored:hover .podcast-river-item-title,.podcast-river-item-sponsored:active .podcast-river-item-title{color:#000}.podcast-river-item-sponsored .podcast-river-item-description{font-weight:100}.podcast-river-item-sponsored .podcast-river-item-listen-button{background-color:#000}.podcast-river-item.river-item-3-column{flex-direction:column;margin:0 auto 3.5rem auto !important}.podcast-river-item.podcast-river-item-3-column .podcast-river-item-img{width:300px}.podcast-river-item.podcast-river-item-3-column .podcast-river-item-img-container{padding:0;margin-top:0;margin-bottom:15px}.podcast-river-item.podcast-river-item-3-column .podcast-river-item-inner{padding:0}@media all and (max-width: 1199px){.podcast-river-item{width:280px;height:600px;padding:20px}.podcast-river-item-img{width:240px}.podcast-headphones{width:25px;height:20px}.podcast-river-item-listen-button{font-size:1.3rem;width:240px}.podcast-river-item-title{font-size:2.3rem;line-height:2.7rem}.podcast-river-item-organization{font-size:1.5rem}.podcast-river-item-description{font-size:1.3rem;line-height:2.1rem}.podcast-river-item-sponsored .podcast-river-item-title{font-size:2.1rem;line-height:2.5rem}}@media all and (max-width: 991px){.podcast-river-item{width:320px;height:600px;padding:20px}.podcast-river-item-img{width:280px}.podcast-river-item-listen-button{width:280px;height:33px;line-height:35px;bottom:1.5rem}}@media all and (max-width: 767px){.podcast-river-item{width:240px;height:550px;padding:20px}.podcast-river-item-img{width:200px}.podcast-river-item-listen-button{width:200px}}@media all and (max-width: 575px){.podcast-river-item{width:340px;height:600px;padding:30px}.podcast-river-item-img{width:100%}.podcast-river-item-listen-button{width:100%;max-width:280px}.podcast-river-item-title{font-size:2.8rem;line-height:3.2rem}.podcast-river-item-organization{font-size:1.6rem;margin:1rem 0}.podcast-river-item-sponsored .podcast-river-item-title{font-size:2.6rem;line-height:3rem}}.promo-title{background-color:#b2eeff;border:none;font-size:1.4rem;font-weight:700;line-height:1.5;padding:7px 1rem;text-align:center;text-transform:uppercase}.promo-items{font-family:Roboto,sans-serif;font-size:1.4rem;line-height:2rem;padding:10px 0px 10px 0px}.promo-link{color:#000;font-size:1.8rem;padding:1.4rem 0}.promo-theme-numbered .promo-link-icon{color:#494949}.promo-theme-numbered .promo-item:hover:before{color:#000}.promo-theme-numbered .promo-item:after{background-color:#c2c2c2;height:1px}.promo-theme-numbered .promo-item:not(:last-child):hover:after{display:block}.promo-theme-numbered .promo-item:hover .promo-link{color:#0095d5}.promo-theme-numbered .promo-item:hover .promo-link-icon{fill:#0095d5}.promo-theme-events .promo-title{margin-bottom:0}.promo-rail-img-container{position:relative}.promo-theme-events .promo-link:hover .promo-rail-img-container:before,.promo-theme-podcast .promo-link:hover .promo-rail-img-container:before,.promo-theme-video .promo-link:hover .promo-rail-img-container:before{content:"";display:block;height:181px;left:0;position:absolute;width:7px;z-index:20}.promo-theme-events .promo-item-sponsored .promo-link:hover .promo-rail-img-container:before,.promo-theme-podcast .promo-item-sponsored .promo-link:hover .promo-rail-img-container:before,.promo-theme-video .promo-item-sponsored .promo-link:hover .promo-rail-img-container:before{background:#000}.promo-theme-events .event-label,.promo-theme-events .event-time,.promo-theme-podcast .podcast-link{color:#494949;font-family:Roboto,Helvetica,Arial,sans-serif;font-size:1.2rem;font-weight:500;line-height:1.5rem;margin-bottom:.5rem;text-transform:uppercase}.promo-theme-events .event-title,.promo-theme-podcast .podcast-title,.promo-theme-video .video-title{color:#000;font-family:Roboto,Helvetica,Arial,sans-serif;font-size:1.8rem;font-weight:500;line-height:2rem;margin-bottom:.5rem}.promo-theme-podcast .podcast-title{position:relative;top:-0.8rem}.promo-theme-events .promo-link:hover,.promo-theme-events .promo-link:hover,.promo-theme-events .promo-link:hover .event-title,.promo-theme-podcast .promo-link:hover .podcast-link,.promo-theme-podcast .promo-link:hover .podcast-title,.promo-theme-podcast .podcast-link:hover,.promo-theme-video .promo-link:hover .video-title{color:#0095d5;text-decoration:none}.promo-item-sponsored .event-label,.promo-item-sponsored .podcast-link{color:#000}.promo-theme-podcast .promo-rail-img-container{float:left;margin-right:1rem;width:145px}.promo-theme-podcast .promo-link:hover .promo-rail-img-container:before{color:#0095d5;height:100%}.promo-theme-podcast .podcast-clear{clear:both}.promo-theme-podcast .promo-item-sponsored .promo-link:before{content:""}.promo-theme-podcast .podcast-sponsor-label{display:none;font-size:1rem;text-transform:uppercase}.promo-theme-podcast .promo-item-sponsored .podcast-sponsor-label{display:block}.podcast-link{color:#000;font-size:1.2rem;padding:1.6rem 0;text-transform:uppercase}.river-item-category,.river-item-category:visited{color:#0095d5;font-family:"Playfair Display",serif;font-weight:700;font-style:italic;font-size:1.6rem;margin-bottom:5px;padding:0;text-transform:none !important}.river-item-category:active,.river-item-category:focus,.river-item-category:hover{color:#0095d5;font-size:1.6rem;margin-bottom:5px;padding:0;text-decoration:underline}.river-item-highlight-tag{font-family: "Playfair Display", serif}.river-item-category.river-item-category-d1,.river-item-category.river-item-category-d1:visited,.river-item-category.river-item-category-d1:active{color:#fecd08}.river-item-category.river-item-category-ng,.river-item-category.river-item-category-ng:visited,.river-item-category.river-item-category-ng:active{color:#71bf44}.river-item-category.river-item-category-rf,.river-item-category.river-item-category-rf:visited,.river-item-category.river-item-category-rf:active{color:#0093d5}.river-item-dek{font-family:"Roboto",sans-serif;font-weight:300;line-height:2.4rem;margin:1rem 0}.river-item-hed{font-family:"Playfair Display",serif;font-weight:900;font-size:3rem;line-height:3.6rem;letter-spacing:.05rem}.river-item-hed-link{color:#000;transition:color .2s ease}.river-item-img-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1}.river-item-img-backdrop-svg{fill:#b2eeff;width:100%;height:100%;transition:fill .2s ease}.river-item-img-link{display:block;position:relative;padding:0 1rem 1rem 0}.river-item-inner-no-img{border-color:#b2eeff;border-width:0 0 0 3px;transition:border-color .2s ease}.river-item-sponsored .river-item-category{color:#000}.river-item-sponsored .river-item-category:hover{text-decoration:none}.river-item-sponsored .river-item-hed{font-family:"Roboto Condensed",sans-serif}.river-item-sponsored .river-item-hed-link:active,.river-item-sponsored .river-item-hed-link:hover{color:#000}.river-item-sponsored .river-item-img-backdrop-svg{fill:#999;transition:fill .2s ease}.river-item-sponsored .river-item-inner-no-img{border-color:#999}.river-item.river-item-3-column{flex-direction:column;margin:0 0 3.5rem}.river-item.river-item-3-column .river-item-dek{display:none}.river-item.river-item-3-column .river-item-hed{margin-bottom:15px}.river-item.river-item-3-column .river-item-img{width:351px}.river-item.river-item-3-column .river-item-img-container{padding:0;margin-top:0;margin-bottom:15px}.river-item.river-item-3-column .river-item-inner{padding:0}.river-item.river-item-3-column .river-item-inner-no-img{padding:15px 0 0 0;border-width:3px 0 0;border-color:#b2eeff;border-style:solid;margin-left:0}.river-item-sponsored.river-item-3-column .river-item-inner-no-img{border-color:#999}.river-item.river-item-3-column .story-meta-river-item{margin-bottom:0}@media all and (max-width: 1199px){.river-item.river-item-3-column .river-item-img{width:294px}}@media all and (min-width: 768px)and (max-width: 991px){.river-item.river-item-3-column .river-item-img{width:214px}.river-item.river-item-3-column .river-item-img-container.hidden-md{display:block !important}}@media all and (min-width: 576px)and (max-width: 767px){.river-item.river-item-3-column .river-item-img{width:244px}}@media all and (max-width: 575px){.river-item.river-item-3-column{margin-bottom:2rem}.river-item.river-item-3-column .river-item-img{width:100%}.river-item.river-item-3-column .river-item-inner-no-img{padding:0;border-style:none}}.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:#0095d5}.river-item.hover-group-engaged .river-item-img-backdrop-svg{fill:#59ceff}.river-item.hover-group-engaged .river-item-inner-no-img{border-color:#59ceff}.river-item-sponsored.river-item.hover-group-engaged:hover .river-item-hed-link,.river-item-sponsored.river-item.hover-group-engaged .river-item-hed-link:active,.river-item-sponsored.river-item-hed-link:hover,.river-item-sponsored.river-item-hed-link:active{color:#000}.river-item-sponsored.river-item.hover-group-engaged .river-item-img-backdrop-svg{fill:#000}.river-item-sponsored.river-item.hover-group-engaged .river-item-inner-no-img{border-color:#000}.river-grid .river-title{color:#0095d5;font:700 italic 3.6rem "Playfair Display",serif;letter-spacing:1px;margin-bottom:1rem}.river-grid .river-item:before{border-top:2px solid #b2eeff;transition:border-color .2s ease}.river-grid .river-item.hover-group-engaged:before{border-top-color:#0095d5}.river-grid .river-item{border-bottom:none}.river-grid .river-item-label{color:#0095d5}.river-grid .river-item-title{font:700 2.4rem "Playfair Display",serif}.river-grid .river-item-title-link{color:#000;transition:color .2s ease}.river-grid .river-item-title-link:hover,.river-grid .river-item-title-link:active,.river-grid .river-item.hover-group-engaged .river-item-title-link{color:#0095d5;text-decoration:none}.river-grid .river-item-dek{color:#999;text-transform:uppercase}.river-grid .highlight-inner{background-color:#0095d5;color:#fff;transition:background-color .2s ease}.river-grid .river-item.hover-group-engaged .highlight-inner{background-color:#59ceff}.river-grid .fa-caret-right{display:inline;font-size:1.8rem;position:relative;top:1px;left:3px}@media all and (max-width: 1199px){.river-item-category,.river-item-category:active,.river-item-category:focus,.river-item-category:hover{font-size:1.4rem;line-height:1.4rem}.river-item-dek{font-size:1.4rem;line-height:1.8rem}.river-item-hed{font-size:1.8rem;line-height:2.4rem}.river-item-img{width:180px}.river-item-img-link{padding:0 .5rem .5rem 0}.river-grid .river-title{font-size:3rem}}@media all and (max-width: 767px){.river-grid .river-item-link{background-color:#0095d5;transition:background-color .2s ease}.river-grid .river-item-link:hover,.river-grid .river-item.hover-group-engaged .river-item-link{background-color:#59ceff}}@media all and (max-width: 575px){.river-item{margin-left:0;margin-right:0;border-bottom:1px solid #c2c2c2;padding-bottom:1.5rem}.river-item-category{position:static;margin-top:.1rem}.river-item-inner-no-img .river-item-category{padding-left:0}.river-item-divider{display:none}.river-item-img{width:100%}.river-item-inner{padding:0}.river-grid .river-title{font-size:2.6rem}}.river-item-secondary-featured{margin-left:0;margin-right:0;margin-bottom:3.5rem}.river-item-secondary-featured .river-item-category{line-height:1.8rem}.river-item-secondary-featured .river-item-dek{margin-bottom:0}.river-item-secondary-featured .river-item-hed{font-size:2.4rem;line-height:2.8rem}.river-item-secondary-featured .river-item-inner-no-img{padding-left:1rem}.river-item-secondary-featured .story-meta{display:none}@media all and (max-width: 1199px){.river-item-secondary-featured{margin-left:-1rem;margin-right:0;margin-bottom:2rem}.river-item-secondary-featured .river-item-hed{font-size:1.8rem;line-height:2.4rem}.river-item-secondary-featured .river-item-inner-no-img{border-width:3px 0 0 0;border-style:solid;padding-left:0;padding-top:2rem;padding-right:0;width:100%}}@media all and (max-width: 575px){.river-item-secondary-featured{border-bottom:none;padding-bottom:0}.river-item-secondary-featured .river-item-category{padding:0}}.river-item-top-featured{flex-direction:column;margin-left:0;margin-right:0}.river-item-top-featured .river-item-img-container{margin-bottom:1rem}.river-item-top-featured .river-item-img-container{padding:0}.river-item-top-featured .river-item-inner{padding:0}.river-item-top-featured .river-item-inner-no-img{padding-left:2rem}@media all and (max-width: 1199px){.river-item-top-featured{flex-direction:row;margin-left:-1rem;margin-right:-1rem}.river-item-top-featured .river-item-img-container{padding:0 1.6rem 0 1rem}.river-item-top-featured .river-item-inner-no-img{border:none;padding-left:0}}@media all and (max-width: 575px){.river-item-top-featured{flex-direction:column;border-bottom:none;padding:0}.river-item-top-featured .river-item-img-container{padding:0}}.river-message{padding:3rem 3rem 8rem;text-align:center}.river-message-text{font-family:"Roboto",sans-serif;font-weight:300;font-size:1.8rem;margin:0;padding:1rem}.search-results-hed{color:#2da4dc;font:italic 700 7rem "Playfair Display",serif;letter-spacing:.5rem;line-height:1;text-align:center}.search-results-subhed{color:#333;font:700 3.6rem "Roboto",sans-serif;text-align:center}.search-results-form-label{display:block;margin-bottom:0}.search-results-form-label .fa-caret-right{padding-left:5px}.search-box-mag-icon{display:block;height:18px;width:18px;fill:#544959}.search-results-form .form-group{margin-bottom:0}.search-results-form .input-group{background-color:#e8eced}.search-results-form .input-group-addon{background-color:rgba(0,0,0,0);border:1px solid rgba(0,0,0,0);border-right:none;padding:.5rem 1rem}.search-results-form .form-control{border:1px solid rgba(0,0,0,0);border-left:none;border-right:none;padding-left:0px;font-family:"Roboto",sans-serif;font-size:1.4rem;line-height:2.4rem;background-color:rgba(0,0,0,0)}.search-results-form .btn{border:1px solid rgba(0,0,0,0);border-left:none;border-radius:0;background-color:#000;padding:0 1rem}.search-results-form .form-control{border-left:none;border-right:none}.search-results-form .input-group-btn{border-left:none}.search-results-form-submit-icon{width:18px;height:18px;fill:#fff;position:relative;top:0;left:1px}#search-results .gsc-control-cse.gsc-control-cse-en{padding:0}#search-results .gsc-control-cse,#search-results .gsc-control-cse .gsc-table-result{font-size:1.2rem}#search-results .gs-result .gs-title,#search-results .gs-result .gs-title *{color:#000;font:900 3rem "Playfair Display",serif;line-height:3.6rem;margin-bottom:1rem;text-decoration:none}#search-results .gsc-result .gs-title{height:auto;word-break:break-word}#search-results .gs-result a.gs-title:hover,#search-results .gs-result a.gs-title:hover *{color:#0095d5}#search-results .gsc-results .gsc-cursor-box .gsc-cursor-page{border-color:rgba(0,0,0,0);background-color:rgba(0,0,0,0);color:#0095d5;text-decoration:none}#search-results .gsc-results .gsc-cursor-box .gsc-cursor-current-page{border-color:rgba(0,0,0,0);background-color:rgba(0,0,0,0);color:#000;text-shadow:none}#search-results .gsc-webResult.gsc-result{border-style:solid;border-color:#b2eeff;border-width:0 0 0 4px;margin-bottom:4rem;padding-left:2rem}#search-results .gsc-webResult.gsc-result.hover-group-engaged{border-color:#0095d5}@media all and (max-width: 1199px){.search-results-hed{font-size:4.8rem;margin:2rem 0}.search-results-subhed{font-size:3rem}}@media all and (max-width: 991px){#search-results .gs-result .gs-title,#search-results .gs-result .gs-title *{font-size:2.4rem;line-height:2.8rem}#search-results .cse .gs-result .gs-snippet,#search-results .gs-result .gs-snippet,#search-results .cse .gs-spelling-original,#search-results .gs-spelling-original{font-size:1.4rem;line-height:2rem}#search-results .gsc-webResult.gsc-result,#search-results .gsc-webResult.gsc-result:hover{margin-bottom:2rem}}.share-this{color:#000;font-size:1.6rem;text-transform:uppercase}.share-this-text{position:relative;top:3px}@media all and (max-width: 767px){.share-this-text{margin-bottom:0;top:0}}.skybox{clear:both;font:900 1.4rem "Playfair Display",serif}.skybox-img{margin-bottom:0}.skybox-img-container{position:relative;padding:0 5px 5px 0}.skybox-img-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1}.skybox-img-backdrop-svg{fill:#b2eeff;width:100%;height:100%}.skybox-item-highlight-tag{width:97%}.skybox-item-sponsored .skybox-img-backdrop-svg{fill:#999}.skybox-label{position:static;color:#0095d5;font-style:italic;padding:.6rem 0 0 0;text-transform:capitalize}.skybox-item-sponsored .skybox-label{background-color:rgba(0,0,0,0);color:#000}.skybox-text{color:#000;font-size:1.6rem;line-height:1.3;margin-top:.3rem}.skybox-item-sponsored .skybox-text{font:400 1.6rem "Roboto Condensed",sans-serif;line-height:1.4}.skybox-link:hover{text-decoration:none}.skybox-link:hover .skybox-text{color:#0095d5}.skybox-item-sponsored .skybox-link:hover .skybox-text{color:#000}.skybox-link:hover .skybox-img-backdrop-svg{fill:#59ceff}.skybox-item-sponsored .skybox-link:hover .skybox-img-backdrop-svg{fill:#000}.social-media-icons-header .rectangle-icon{display:inline-block;border-left:3px solid #b2eeff;height:35px;width:4px}.social-media-icons-header>p{font-family:"Playfair Display",sans-serif}.social-media-icons{display:flex;flex-direction:row;border-left:3px solid #b2eeff;height:40px}.social-media-icons>a{margin-right:1.5rem}.social-media-icons-svg{background-color:#0095d5;background-repeat:no-repeat;border-radius:2px;border:1px solid #999;fill:#fff;padding:9px;width:4rem;height:4rem}#social-media-icons-facebook{margin-left:1.5rem}.social-options .social-options-item{margin:0 2px 0 0;padding:1px 6px 2px 6px}.social-options-nav{position:absolute;top:14px;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:#000;width:15px;height:15px}.social-options-item:hover .social-options-svg{fill:#0095d5 !important}.social-options-menu{margin:.5rem -2rem 1.5rem -2rem}.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:#fff !important}.social-options-menu .social-options-item{padding:0 1.5rem}.social-options-post{justify-content:center}.social-options-post{margin-bottom:2rem;margin-top:2rem}.social-options-post .social-options-item .social-options-svg,.social-options-post .social-options-item:link .social-options-svg,.social-options-post .social-options-item:visited .social-options-svg{fill:#000;height:20px;width:20px}.share-this .social-options-post{margin:0}.share-this .social-options .social-options-item .social-options-svg{height:20px;width:20px}.share-this .social-options-post .social-options-svg-comment{position:relative;top:1px}.social-options-stacked-right{margin-bottom:0;margin-top:0}.social-options-stacked-right .social-options-item .social-options-svg{margin-bottom:8px}.social-options-post .social-options-item-envelope{padding-top:3px}@media all and (max-width: 1199px){.social-options-nav{left:185px}}@media all and (max-width: 1199px){.lander-sponsorships-tag-container .sponsor-content-tag{padding-top:2rem}}@media all and (max-width: 767px){.content-header .sponsor-content-tag{margin-left:-1rem;padding-bottom:1rem}.js-article:first-child .content-header .sponsor-content-tag{padding-top:2rem}.lander-sponsorships-tag-container .sponsor-content-tag{padding:0}}.sponsorships.lander-sponsorships{color:#999;width:100%;text-align:center;font-weight:700}.sponsorships-presented-text{margin-bottom:.5rem}.story-meta li{padding-left:4px}.story-meta li:before{content:"|";margin:-5px 4px 0 0}.story-meta-byline{color:#999;font-weight:800}.story-meta-lander-top-story{text-align:center}.story-meta-date{color:#999;font-weight:400}.story-meta-river-item{font-size:1.2rem}.story-meta-svg-d1{width:1.6rem;height:1.6rem;margin-top:-3px;margin-right:3px}.story-meta-svg-ng{width:1.6rem;height:1.6rem;margin-top:-3px;margin-right:3px}.story-meta-svg-rf{fill:#0093d5;width:1.6rem;height:1.6rem;margin-top:-3px;margin-right:3px}@media all and (max-width: 1199px){.story-meta-river-item{font-size:1.2rem}}.subscribe{border-left:3px solid #b2eeff;margin-bottom:3rem;padding-left:1.3rem}.subscribe-title{font:700 2.4rem "Playfair Display",serif;line-height:1.3}.subscribe-title-substring-nowrap{white-space:nowrap}.subscribe-form{margin:1rem 0}.subscribe-form div.form-group{border:1px solid #ccc}.subscribe-form .input-group-prepend{padding:1rem}.subscribe-email-icon{fill:#0095d5;height:20px;width:20px;margin:0}.subscribe-form input.form-control{color:#000;font-size:1.6rem}.subscribe-form input.form-control::placeholder{color:#000}.subscribe-form input.form-control::-ms-input-placeholder{color:#000}.subscribe-form .btn{background-color:#0095d5;padding-left:1.4rem}.subscribe-submit-down{font-size:1.6rem}.subscribe .fa-angle-double-right{text-decoration:underline}.subscribe-footer a{color:#0095d5;font:400 1.2rem Roboto,sans-serif;text-decoration:underline}@media all and (max-width: 1199px){.subscribe-title{font-size:2.2rem}}.mfp-bg{background-color:rgba(0,0,0,.4)}.survey-modal{background-color:#fff;border-bottom:none;color:#000}.survey-modal-learn-more-link{color:#0095d5 !important;text-decoration:underline !important}.survey-modal-label{color:#000;font:400 1.5rem "Roboto",sans-serif}.form-check-label{color:#000 !important;margin-top:1rem}.form-check-label.optin-eea{margin-top:-1rem}.form-check-label span{font:700 1.3rem "Roboto",sans-serif}.survey-modal-select-icon-container{background-color:#0095d5;border:none;float:right;position:relative;top:-3.9rem;transform:none}.survey-modal-select-icon{color:#fff;margin-top:-6px;margin-left:-5px}.survey-modal .survey-modal-title{font:700 italic 3.9rem "Playfair Display",serif}.survey-modal p{font:700 1.9rem "Roboto",sans-serif;margin-bottom:3rem}.survey-modal .form-control{color:#495057;font-family:Roboto,Helvetica,Arial,sans-serif}.survey-modal .form-group{background-color:rgba(0,0,0,0);margin-bottom:15px}.survey-modal .form-group .form-control.custom-select{color:#495057;height:4rem}.form-control.form-control-lg.survey-modal-field{border:1px solid #495057}.survey-modal-submit{background-color:#0095d5;color:#fff;font:700 1.8rem "Roboto",sans-serif;margin-top:2rem;text-transform:uppercase}.survey-modal-submit:hover{background-color:#0095d5;color:#fff;opacity:.8}.survey-modal-close{background-color:#0095d5 !important;border:2px solid #0095d5 !important;height:30px;line-height:32px;margin-right:19px;margin-top:15px;opacity:1;width:30px}.survey-modal-close-icon{fill:#fff;height:26px;opacity:1;padding-bottom:1rem;width:18px}.flex-row-reverse{clear:both}.tags{justify-content:center;margin:2rem 0 0 0}.tags-item{font-size:1.4rem}@media all and (max-width: 575px){.tags-item{font-size:1.2rem}}.tiled-promo-item-img{height:220px;width:292px}.tiled-promo-item-img-backdrop{position:absolute;top:1rem;bottom:0;left:1rem;right:0;z-index:-1}.tiled-promo-item-img-backdrop-svg{fill:#b2eeff;width:100%;height:100%}.tiled-promo-item-img-backdrop-svg-sponsored{fill:#999;width:100%;height:100%}.tiled-promo-item-link:hover .tiled-promo-item-img-backdrop-svg{fill:#59ceff}.tiled-promo-item-link:hover .tiled-promo-item-img-backdrop-svg-sponsored{fill:#000}.top-story{background-color:#fff;max-height:422px}.top-story-row{margin:0}.top-story-col{padding:0}.top-story-img{max-width:920px;float:right}.top-story-gradient-overlay{background:linear-gradient(to right, white, white 220px, rgba(255, 255, 255, 0.75) 33%, transparent 60%)}.top-story-caption{position:absolute;top:6rem;bottom:auto;max-width:35%;border-left:#b2eeff 3px solid;padding-left:1rem}.top-story-category{font-family:"Playfair Display",serif;font-weight:700;font-style:italic;font-size:1.8rem;color:#0095d5;text-transform:none !important;padding:0}.top-story-category:active,.top-story-category:hover{color:#0095d5;text-decoration:underline !important}.top-story-caption-hed{color:#000;font-family:"Playfair Display",serif;font-weight:900;font-size:3.2rem;line-height:1.3;margin-top:6px}.no-top-story{height:4rem}.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:#0095d5}.top-story-col.super-ready:hover .top-story-caption,.top-story-col.super-ready .top-story-caption:hover,.top-story-col.super-ready .top-story-caption:active{border-left-color:#0095d5}@media all and (min-width: 1200px){.top-story.live-stream-bar-is-attached{margin-top:4rem}}@media all and (max-width: 1199px){.top-story{border-bottom:2px solid #0095d5;max-height:352px}.top-story-img{max-width:760px}.top-story-gradient-overlay{background:linear-gradient(to right, white, white 180px, rgba(255, 255, 255, 0.75) 33%, transparent 60%)}.top-story-caption{top:4rem;bottom:auto}.top-story-caption-hed{font-size:2.4rem}.no-top-story{height:2rem}}@media all and (max-width: 991px){.top-story{max-height:260px}.top-story-img{max-width:560px}.top-story-gradient-overlay{background:linear-gradient(to right, white, white 140px, rgba(255, 255, 255, 0.75) 44%, transparent 67%)}.top-story-caption{max-width:50%}.top-story-caption-hed{font-size:2.1rem}.top-story-category{font-size:1.7rem}}@media all and (max-width: 767px){.top-story{max-height:none;background-color:rgba(0,0,0,0);border-bottom:none}.top-story-img{float:none;max-width:520px;position:relative;width:auto;z-index:-1}.top-story-img[class*=lazy-img-placeholder-]{width:100%}.top-story-img-holder{background:linear-gradient(to bottom, transparent 0%, transparent 60%, rgba(255, 255, 255, 0.25) 75%, white 100%);margin:0 -10px}.top-story-caption{max-width:100%;margin:1rem 0 2rem 0;position:relative;top:0;bottom:0}.top-story-caption-hed,.top-story-col.super-ready .top-story-caption-hed,.top-story-col.super-ready .top-story-caption-hed:visited{font-size:2.8rem;line-height:1.3}.top-story-category{font-size:1.6rem}}@media all and (max-width: 575px){.top-story-img{max-width:100%}}.tsp-lander .tsp-lander-subhed{font-family:"Times New Roman",serif;font-size:1.8rem}.tsp-lander .tsp-lander-subhed a{color:#0095d5}.tsp-lander #tsp-graphic{margin-top:2rem;margin-left:-1rem}.tsp-lander #tsp-graphic>div:first-child>div:first-child{top:8px !important}.tsp-lander #tsp-graphic>div:first-child>div:first-child input{width:90px !important;height:20px !important}.tsp-lander .tsp-returns{font-size:1.4rem;font-weight:300;margin:4rem 0}.tsp-lander .tsp-returns .header{font-weight:700}.tsp-lander .tsp-returns .select-container{padding:2rem 0 0 0}.tsp-lander .tsp-returns .select-block{display:inline-block}.tsp-lander .tsp-returns .select-block select{margin-top:5px;width:100%}.tsp-lander .tsp-returns .row{padding:3px 0}.tsp-lander .tsp-returns .row.header div{margin-top:auto}.tsp-lander .tsp-returns .row.header .individual-funds{font-size:1.6rem}.tsp-lander .tsp-returns .row.header .index-funds{font-size:1.3rem;line-height:1.1}.tsp-lander .tsp-returns .row.annual,.tsp-lander .tsp-returns .row.alternate:nth-child(even){background-color:#eee}.tsp-lander .tsp-returns .row .col-2{padding-left:0}.tsp-lander .tsp-returns .row .col{padding:0 5px 0 0;text-align:right}.tsp-lander .tsp-returns .month-name{text-transform:uppercase}.tsp-lander .tsp-returns .data-container-mobile .row{border-bottom:1px solid #ccc}@media all and (max-width: 1199px){.tsp-lander .lander-title{margin-top:0}.tsp-lander .tsp-returns .row.header .individual-funds,.tsp-lander .tsp-returns .header.individual-funds{font-size:1.5rem}.tsp-lander .tsp-returns .row.header .index-funds{font-size:1.2rem}}@media all and (max-width: 991px){.tsp-lander .tsp-lander-subhed{font-size:1.6rem}.tsp-lander #tsp-graphic{margin-top:4rem}.tsp-lander #tsp-graphic>div:first-child>div:first-child{top:-20px !important}.tsp-lander .tsp-returns{font-weight:400}.tsp-lander .tsp-returns .select-container{padding-bottom:2rem}.tsp-lander .tsp-returns .select-container .col-6{text-align:center}.tsp-lander .tsp-returns .row{padding:5px 0}.tsp-lander .tsp-returns .row .col-2{text-align:right}.tsp-lander .tsp-returns .header.index-funds{font-size:1.3rem}}#tsp-ticker-module{font-size:1.4rem;font-weight:300;margin:1rem 0 4rem 0}#tsp-ticker-module .header{font-weight:700}#tsp-ticker-module .tsp-title{background-color:#b2eeff;padding:7px 1rem}#tsp-ticker-module .tsp-content{border:1px solid #ccc;border-top:none;padding:2rem 3rem 2rem 2.3rem}#tsp-ticker-module .tsp-content .col{text-align:right;padding:3px}#tsp-ticker-module .tsp-content .lifecycle{margin-top:1rem}#tsp-ticker-module .negative,.tsp-lander .negative{color:red}#tsp-ticker-module .negative:before,.tsp-lander .negative:before{content:"";font-family:"FontAwesome"}#tsp-ticker-module .positive,.tsp-lander .positive{color:#44a60c}#tsp-ticker-module .positive:before,.tsp-lander .positive:before{content:"";font-family:"FontAwesome"}#tsp-ticker-module .tsp-footer{font-family:Arial,Helvetica,sans-serif;font-size:1.3rem;margin-top:1rem}#tsp-ticker-module .tsp-footer .btn{margin-right:2.5rem}#tsp-ticker-module .fa-caret-right{margin-left:5px}#tsp-ticker-module .fa-angle-double-right{text-decoration:underline}#tsp-ticker-module .btn{background-color:#0095d5;border-color:#0095d5;border-radius:0;font-size:1.3rem;font-weight:700;padding:5px 12px}#tsp-ticker-module a:not(.btn){color:#0095d5;text-decoration:underline}#tsp-ticker-module .tsp-content-mobile{border:1px solid #ccc;border-top:none;font-weight:400;padding:2rem 3rem}#tsp-ticker-module .tsp-content-mobile .col,#tsp-ticker-module .tsp-content-mobile .col-3{text-align:right;padding:3px}#tsp-ticker-module .tsp-content-mobile .col-3{font-weight:700}#tsp-ticker-module .tsp-footer-mobile{font-family:Arial,Helvetica,sans-serif;font-size:1.3rem;margin:0 -1rem}#tsp-ticker-module .tsp-footer-mobile .row{margin:1rem 0}#tsp-ticker-module .tsp-content-mobile hr{border-color:#ccc;margin:1rem -1rem}.voices-list{padding:0;list-style:none}.voices-list-item{margin-top:1.5rem;padding-left:1rem;border-left:#b2eeff 3px solid}.voices-list-item.hover-group-engaged:active,.voices-list-item.hover-group-engaged:hover{color:#0095d5;border-left:#0095d5 3px solid}.voices-list-item-link{color:#000;font-weight:700;font-size:1.6rem;line-height:1.3;text-decoration:none}.voices-list-item-link:active,.voices-list-item-link:hover{color:#0095d5;text-decoration:none}.voices-list-item-title{display:block}.voices-list-item-byline{margin-top:.5rem;color:#999;font-size:1.2rem;text-transform:uppercase}.voices-list-item-byline-category{font-weight:700}.wysiwyg>*{font-family:"Times New Roman",serif;font-size:1.8rem}.content-sponsored .wysiwyg>*{font-family:"Roboto",sans-serif;font-size:1.7rem}.wysiwyg a{color:#0095d5;text-decoration:none}.wysiwyg a:hover{text-decoration:underline}.wysiwyg h3{margin-bottom:2rem}.wysiwyg .pullquote-quote{font-size:2.4rem;font-style:italic;line-height:3.2rem}.wysiwyg .pullquote-quote:before{color:#0095d5;font-size:9.6rem;line-height:3.2rem}.wysiwyg .pullquote-attribution{color:#0095d5;font-family:Roboto,sans-serif;font-size:1.4rem;line-height:2rem;font-weight:bold;text-transform:uppercase}.wysiwyg blockquote{border-left:3px solid #b2eeff;color:#999}.wysiwyg .has-media-gigantic,.wysiwyg .has-media-huge{margin-left:0;margin-right:0}.js-trigger-set-current-post+.container .wysiwyg-article{min-height:10rem}.drop-cap:first-letter{float:left;font-size:9.8rem;font-style:normal;font-weight:900;line-height:.7;padding:.6rem .5rem 0 0}.drop-cap{min-height:8rem}@media all and (max-width: 575px){.drop-cap:first-letter{font-size:5.8rem;padding-top:.8rem}.drop-cap{min-height:5rem}}/*# sourceMappingURL=govexec-combined.css.map */
