/* 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('/static/base/third_party/owl-carousel/owl-carousel2-2.3.4/assets/owl.video.play.png?3cbd2db4c993') 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('/static/base/third_party/fontawesome/fontawesome-4/fonts/fontawesome-webfont.eot?v=4.7.0&f03282a202c8');src:url('/static/base/third_party/fontawesome/fontawesome-4/fonts/fontawesome-webfont.eot?&f03282a202c8#iefix&v=4.7.0') format('embedded-opentype'),url('/static/base/third_party/fontawesome/fontawesome-4/fonts/fontawesome-webfont.woff2?v=4.7.0&f03282a202c8') format('woff2'),url('/static/base/third_party/fontawesome/fontawesome-4/fonts/fontawesome-webfont.woff?v=4.7.0&f03282a202c8') format('woff'),url('/static/base/third_party/fontawesome/fontawesome-4/fonts/fontawesome-webfont.ttf?v=4.7.0&f03282a202c8') format('truetype'),url('/static/base/third_party/fontawesome/fontawesome-4/fonts/fontawesome-webfont.svg?v=4.7.0&f03282a202c8#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%;
}

@import"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:rgba(0,0,0,0);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}.form-control-xl{border-radius:.5rem;font-size:1.6rem;padding:0 1rem}select.form-control-xl:not([size]):not([multiple]){height:3rem}@media(max-width: 575px){body.disable-scroll-xs{overflow:hidden}}@font-face{font-family:"GEMG-Icons";src:url('/static/base/font/GEMG-Icons.eot?3jt7ph&f03282a202c8');src:url('/static/base/font/GEMG-Icons.eot?3jt7ph&f03282a202c8#iefix') format("embedded-opentype"),url('/static/base/font/GEMG-Icons.ttf?3jt7ph&f03282a202c8') format("truetype"),url('/static/base/font/GEMG-Icons.woff?3jt7ph&f03282a202c8') format("woff"),url('/static/base/font/GEMG-Icons.svg?3jt7ph&f03282a202c8#GEMG-Icons') format("svg");font-weight:normal;font-style:normal}.gemg-icon{font-family:"GEMG-Icons" !important;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.gemg-icon.icon-ico-email-circle:before{content:""}.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:""}.gemg-icon.icon-ico-page:before{content:""}.gemg-icon.icon-ico-email:before{content:""}.gemg-icon.icon-ico-facebook-nocircle:before{content:""}.gemg-icon.icon-ico-twitter-nocircle:before{content:""}.gemg-icon.icon-ico-linkedin-nocircle:before{content:""}.gemg-icon.icon-ico-rss-nocircle:before{content:""}.gemg-icon.icon-ico-share:before{content:""}.gemg-icon.icon-ico-facebook:before{content:""}.gemg-icon.icon-ico-twitter:before{content:""}.gemg-icon.icon-ico-googleplus:before{content:""}.gemg-icon.icon-ico-linkedin:before{content:""}.gemg-icon.icon-ico-rss:before{content:""}.gemg-icon.icon-ico-sharecircle:before{content:""}.gemg-icon.icon-ico-print:before{content:""}.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{margin-left:-10px;margin-right:-10px}.l-before-top-nav{margin-top:2rem}.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{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;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}.l-right-rail-alt{box-sizing:border-box;padding-left:10px;padding-right:10px;z-index:1}.l-right-rail-alt-side-companion{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{padding-left:10px;padding-right:10px}.l-right-rail-side-companion{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){.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:.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:.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:.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:.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:.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}}#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}.advert{margin-bottom:40px}.advert-tag{margin:.5rem 0 1.2rem 0;color:#999;font-family:"Droid Serif",Georgia,"Times New Roman",Times,serif;font-size:1.4rem;line-height:.2rem;text-align:center;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:.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:.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:.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:.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 .5rem 0;padding:0}.author-page-bio-author-name{color:#544959;font-size:2.8rem;line-height:3.2rem;padding:0;margin:0 0 1rem 0}.author-page-bio-container{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.author-page-bio-inner{-ms-flex:0 1 auto;flex:0 1 auto}.author-page-bio-img-container{min-width:18rem;margin-right:2rem}.author-page-bio-img-with-text{padding-top:.6rem}.author-page-bio-text{color:#0096d5;font-size:1.8rem;line-height:2.8rem;margin-bottom:1rem}.author-page-bio-text+.author-page-bio-social{margin-top:1.25rem}.author-page-bio-social-items-link{font-size:1.8rem;font-weight:700;color:#0093d4}.author-page-bio-social-items-link:hover{text-decoration:none;color:#59ceff}.author-page-bio-social .social-options-svg{vertical-align:middle;margin-right:.3rem}@media all and (min-width: 768px){.author-page-bio-hed{font-size:4.8rem;line-height:100%;margin:0 0 1rem 0}.author-page-bio-author-name{color:#544959;font-size:3.2rem;line-height:100%;margin-bottom:1.5rem}}@media all and (min-width: 1200px){.author-page-bio-hed{font-size:6rem;line-height:100%}.author-page-bio-author-name{font-size:3.6rem;line-height:100%}.author-page-bio-text{line-height:3rem}}.author-image{display:block;width:100%;height:auto}.author-image[class*=lazy-img-placeholder-]{height:0}.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}.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}.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-stack-card-content.wysiwyg>*{font-size:1.6rem;line-height:2.6rem}.card-stack-card-content.wysiwyg-sponsored>*{font-family:Roboto,sans-serif}.card-stack-pagination-container{float:left}.card-stack-pagination{margin-bottom:.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}.card-stack-social{display:block;margin-left:0;margin-top:.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:.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:.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.card-stack-card-prev-next-meta-container{padding:0 10px 0 10px;display:none;background-color:#fff;-webkit-box-shadow:0px 10px 25px 5px rgba(0,0,0,.25);-moz-box-shadow:0px 10px 25px 5px rgba(0,0,0,.25);box-shadow:0px 10px 25px 5px rgba(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:rgba(0,0,0,0);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:rgba(0,0,0,0)}.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-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}.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:.8;text-decoration:none}.card-stack-arrow-icon{width:18px;height:18px;fill:#fff;position:relative;top:0px;left:1px;display:inline-block}.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{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}.card-stack-meta-bottom{position:absolute;bottom:4rem;padding-left:830px;width:300px}.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:.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:#fff;-webkit-box-shadow:0px 10px 25px 5px rgba(0,0,0,.25);-moz-box-shadow:0px 10px 25px 5px rgba(0,0,0,.25);box-shadow:0px 10px 25px 5px rgba(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{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:#999}.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:.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:rgba(0,0,0,0);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:.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}.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{margin-top:-25px;background-color:#000}.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:#000;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:#fff;background-color:rgba(255,255,255,.902);padding:6px 10px;width:250px;color:#000;font-size:1.2rem;-webkit-box-shadow:0px 2px 5px 0px rgba(0,0,1,.06);-moz-box-shadow:0px 2px 5px 0px rgba(0,0,1,.06);box-shadow:0px 2px 5px 0px rgba(0,0,1,.06)}.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:#fff;-webkit-box-shadow:0px 10px 25px 5px rgba(0,0,0,.25);-moz-box-shadow:0px 10px 25px 5px rgba(0,0,0,.25);box-shadow:0px 10px 25px 5px rgba(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:gray}.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{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:rgba(0,0,0,0);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:#fff;background-color:rgba(255,255,255,.95);-webkit-box-shadow:0px 10px 25px 5px rgba(0,0,0,.25);-moz-box-shadow:0px 10px 25px 5px rgba(0,0,0,.25);box-shadow:0px 10px 25px 5px rgba(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:#9ae0ff}.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:#999}.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:#999;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-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{margin-bottom:1.75rem;color:#999;font-size:1.2rem;font-weight:normal}.content-endnote *{margin:0;padding:0}.content-sep{height:2px;margin-bottom:1.75rem}.content-sponsored .content-title{font-family:"Droid Serif",Georgia,serif;font-weight:normal}.content-sponsored .content-subhed{color:#000;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 #000;border-left:none;padding-top:8px;padding-left:0;color:#000}.content-sponsored .content-author-org,.content-sponsored .content-author-title{color:#999;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:#999;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:#000;font-weight:bold}.content-sponsored .sponsored-org-logo{display:none}.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}.static-page .static-container.remove-right-rail{width:100%}.static-page .content-body.remove-right-rail{width:100%}@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:.5rem;padding:0;color:#a94442;font-family:Roboto,sans-serif;font-size:1.3rem;list-style-type:none}.conversion-module .input-lg{height:40px}.conversion-module .conversion-module .form-control{font-family:Roboto,sans-serif;font-size:2rem}.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:#fff;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:#333;opacity:1}.conversion-module-signup-form{position:relative;overflow:hidden;margin:auto;max-width:610px}.conversion-module .conversion-module-close-btn:hover{color:#fff;text-shadow:0 1px 0 #000;text-shadow:0 1px 0 rgba(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;font-weight:normal;line-height:3rem}.conversion-module-signup-form-title-line2{color:#0096d5;font-family:"Roboto",sans-serif;font-size:4.6rem;font-weight:bold;line-height:4.2rem;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:#333;font-family:"Roboto",sans-serif;font-size:2rem;font-weight:bold;line-height:.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;font-weight:normal;line-height:2rem}.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;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:#999;text-decoration:underline !important}.conversion-module .conversion-module-learn-more-link:hover{color:#000;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;font-weight:500;line-height:2.8rem}.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 rgba(0,0,0,0);border-bottom:7px solid rgba(0,0,0,0)}.conversion-module .conversion-module-signup-form-submit-btn:hover{background-color:#333}.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;font-weight:bold;line-height:3rem;text-transform:none}.conversion-module-nl-thankyou .conversion-module-signup-form-title-line2{margin-bottom:1rem;color:#333;font-family:"Droid Serif",serif;font-size:2rem;font-weight:normal;line-height:2rem;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:#333;font-family:"Droid Serif",serif;font-size:2rem;font-weight:normal;line-height:3rem}.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:#999;font-family:Roboto,sans-serif;font-size:1.2rem;font-weight:bold;line-height:2.4rem;text-transform:uppercase}.conversion-module-download-title{color:#000;font-family:Roboto,sans-serif;font-size:2rem;font-weight:bold;line-height:2.4rem}.conversion-module-download-description{margin-bottom:10px;color:#544959;font-family:"Droid Serif",serif;font-size:1.4rem;font-weight:normal;line-height:2rem}.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;font-weight:normal;line-height:45px;text-align:center;background-color:#0096d5}.conversion-module-download .conversion-module-download-link:hover{color:#fff;background-color:#333;text-decoration:none}.conversion-module-download .conversion-module-download-link:after{content:"";display:inline-block;border:5px solid rgba(0,0,0,0);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;font-weight:normal;line-height:1.5rem}.conversion-module .conversion-module-download-section .conversion-module-download-section-btn{margin-bottom:20px;width:200px;height:45px;font-size:2rem;color:#fff;background-image:none;background-color:#333;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;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;line-height:2.4rem;margin-bottom:15px}.conversion-module-signup-form-title-line2{font-size:3.6rem;line-height:4.2rem;padding-bottom:10px}.conversion-module .form-control{font-family:Roboto,sans-serif;font-size:1.5rem}.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}.conversion-module .conversion-module-signup-form-title{margin-bottom:2rem}.conversion-module .conversion-module-signup-form-submit-text{font-size:2rem}.conversion-module .conversion-module-signup-form-submit-arrow{margin-top:-5px;border-left:5px solid #fff;border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0)}.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;line-height:2.4rem}.conversion-module-nl-thankyou .conversion-module-signup-form-title-line2{font-size:1.6rem;line-height:2.4rem}.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;line-height:2.4rem}.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}}.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}@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;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:.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}}.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:#999}.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:#999}.filter-group .prettydropdown{display:block}.filter-group .prettydropdown ul{font:1.6rem "Roboto",sans-serif}.filter-group .prettydropdown ul li:first-child{color:#999}.filter-group .prettydropdown ul:before{content:" ";background-color:#0095d5;display:block;width:34px;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 rgba(0,0,0,0);border-top-color:#fff;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}.filter-group .prettydropdown ul.active:before{content:none}.filter-group .prettydropdown ul.active:after{content:none}.filter-group .prettydropdown>ul>li.selected:after{content:" ";background:#fff;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}.filter-group-item{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:.5rem 1rem;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;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,.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:.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:rgba(0,0,0,0)}.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 rgba(0,0,0,0);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 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}.highlight{display:inline-block;padding:0 1em 0 2em;line-height:2.2em}.highlight-inner{display:inline;position:relative;padding:.6em 0;line-height:2.2em;background-color:#000}.highlight:hover .highlight-inner{background-color:red}.highlight-inner-a{left:-2em}.highlight-inner-b{left:2em}.highlight-inner-c{left:-1em}.highlight-no-hover:hover .highlight-inner{background-color:#000}.highlight-tight{padding:0 2em 0 2em;line-height:1.7em}.highlight-tight .highlight-inner{padding:.5em 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('/static/base/img/feature_image_bg.png?3cbd2db4c993') 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-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:.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.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:#000;text-decoration:none;transition:color .2s ease;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-o-transition:color .2s ease}@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:.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:.6rem 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:.5rem 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:.5rem 0 1rem 0}}.lander-top-story{margin-bottom:3rem}.lander-top-story-hed{margin-bottom:1rem}.lander-top-story-hed-link{color:#000;transition:color .2s ease;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-o-transition:color .2s ease}.lander-top-story-subhed{margin-bottom:1rem}.lander-top-story-subhed-link{color:#000}.lander-top-story-hed-link:hover{text-decoration:none}.lander-top-story-subhed-link:hover{color:#000;text-decoration:none}.lander-top-story-img{display:block;width:100%;height:auto;margin-bottom:1rem}.lander-top-story.hover-group-engaged{cursor:pointer}@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{margin-top:-1rem;margin-bottom:2rem}.lander-description{margin-bottom:1rem;font-size:1.4rem;font-weight:700;line-height:2.4rem}@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:#000;color:#fff;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:.75rem 0}.live-stream-bar-message{display:inline-block;font-size:1.6rem;font-weight:400}.live-stream-bar-button{background-color:#fff;color:#000;cursor:pointer;display:inline-block;font-size:1.2rem;font-weight:700;margin-left:2rem;padding:.35rem 1.5rem;text-transform:uppercase}.live-stream-bar-button:hover,.live-stream-bar-button:active,.live-stream-bar-button:focus{color:#000;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:#fff;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:.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:.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:.75rem;fill:#fff;margin:0 0 3px 3px}.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}@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 #9ae0ff;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:#fff}.bottom-bar .bottom-bar-link,.bottom-bar .bottom-bar-link:link,.bottom-bar .bottom-bar-link:visited{color:#fff;text-transform:uppercase;font-weight:700;font-size:1.4rem}.bottom-bar .bottom-bar-link-svg{fill:#fff;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 #9ae0ff;z-index:101;-webkit-box-shadow:0 5px 7px 0 rgba(0,0,0,.08);-moz-box-shadow:0 5px 7px 0 rgba(0,0,0,.08);-o-box-shadow:0 5px 7px 0 rgba(0,0,0,.08);box-shadow:0 5px 7px 0 rgba(0,0,0,.08);-webkit-transition:border-color .2s linear,-webkit-box-shadow .2s linear;-moz-transition:border-color .2s linear,-moz-box-shadow .2s linear;-o-transition:border-color .2s linear,-o-box-shadow .2s linear;transition:border-color .2s linear,box-shadow .2s linear}.bottom-bar.bottom-bar-attached.live-stream-bar-is-attached{top:120px}.bottom-bar .bottom-bar-selected-category{text-decoration:underline}@media all and (min-width: 1200px){.bottom-bar{-webkit-transform:translateZ(0)}}@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}.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 .1s linear;-moz-transition:opacity .1s linear;-o-transition:opacity .1s linear;transition:opacity .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;color:#584d5c}.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:rgba(0,0,0,0);width:540px}.menu .menu-links{padding-top:0}.menu .menu-inner{position:absolute;width:83.333333%;background-color:#e8eced;margin:0 -10px;padding:20px 10px 10px;-webkit-box-shadow:0 5px 7px 0 rgba(0,0,0,.08);-moz-box-shadow:0 5px 7px 0 rgba(0,0,0,.08);box-shadow:0 5px 7px 0 rgba(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 .1s linear;-moz-transition:width .1s linear;-o-transition:width .1s linear;transition:width .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:#fff}.search-box .search-box-input-holder{padding:0 1px 0 0;border-bottom:1px solid #fff;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:rgba(0,0,0,0);border:none;outline:none;height:18px;color:#fff;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:#fff}.search-box .search-box-input::-moz-placeholder{color:#fff}.search-box .search-box-input:-ms-input-placeholder,.search-box .search-box-input:-moz-placeholder,.search-box .search-box-input::placeholder{color:#fff}.search-box .search-box-input::-moz-placeholder{opacity:.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:.3}.search-box .search-box-input:focus::-webkit-input-placeholder{opacity:.3}.search-box .search-box-submit{width:18px;height:18px;padding:0;background:rgba(0,0,0,0);border:none;margin:0;display:inline-block}.search-box .search-box-submit-svg{width:18px;height:18px;fill:#fff}.search-box .search-box-submit-svg:hover{opacity:.8}.search-box .search-box-close-btn{visibility:hidden;opacity:0;margin-right:15px;display:none;-webkit-transition:opacity .1s linear;-moz-transition:opacity .1s linear;-o-transition:opacity .1s linear;transition:opacity .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 #fff;list-style-type:none;line-height:1}.social-companion-link-anchor,.social-companion-link-anchor:link,.social-companion-link-anchor:visited{color:#fff;font-weight:700;text-transform:uppercase}#top-bar-placeholder{height:80px}@media all and (max-width: 1199px){#top-bar-placeholder{margin-bottom:2.5rem}}.top-bar-logo{display:block;margin:20px auto 5px;text-align:center}.top-bar-logo-svg{fill:#fff;width:160px;height:40px}.top-bar-tagline{color:#fff;font-family:"Droid Serif",Georgia,serif;font-size:13px;text-align:center;white-space:nowrap}@media all and (max-width: 431px){.top-bar-tagline{font-size:3vw}}.top-bar{background-color:#0096d5;height:80px;z-index:100;width:100%;position:absolute}.top-bar>.container{height:100%}.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:19px;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,.08);-moz-box-shadow:0 5px 7px 0 rgba(0,0,0,.08);box-shadow:0 5px 7px 0 rgba(0,0,0,.08)}@media all and (min-width: 1200px){.top-bar.top-bar-attached.live-stream-bar-is-attached{top:4rem}}.top-bar.top-bar-search-box-expanded .top-bar-controls{display:none}@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:none}@media all and (min-width: 768px){.top-bar.top-bar-search-box-expanded .top-bar-logo-holder{display:block}}@media all and (min-width: 1200px){.top-bar{-webkit-transform:translateZ(0)}}.iub-privacy{font-family:"Roboto",arial,helvetica,sans-serif;font-size:1.2rem;font-weight:bold;color:#000;margin-top:10px}@media(max-width: 575px){.iub-privacy{display:none}}.iub-privacy-link{background:none;border:none;padding:0;text-decoration:none;font-family:"Roboto",arial,helvetica,sans-serif;font-size:1.2rem;font-weight:bold;color:#000}.iub-privacy-link:hover,.iub-privacy-link:focus{text-decoration:underline;color:#000}@media(max-width: 575px){.iub-privacy-link{color:#fff}.iub-privacy-link:hover,.iub-privacy-link:focus{color:#fff}}.iub-privacy-list{list-style-type:none;align-items:center;padding-left:0}.iub-privacy-item{display:inline}.iub-privacy-icon{margin-left:.5em;height:18px;width:40px}.iub-privacy-divider::after{content:"|";margin:0 1rem}@media(max-width: 575px){.iub-privacy-divider{color:#fff}}@media(max-width: 575px){.iub-privacy-rights-link{padding-top:10px}}.iub-privacy-menu{padding-top:10px}@media(min-width: 576px){.iub-privacy-menu{display:none}}.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:.1rem;text-decoration:none}.pagination-icon{width:1.2rem;height:1.2rem;fill:#0096d5}.pagination-inner{display:inline-block;padding-top:.2rem}.pagination-divider{margin-left:1.5rem;padding-left:1.7rem;border-width:0 0 0 2px;border-style:solid;color:#544959}.pagination-link:hover{text-decoration:none;color:#59ceff}.pagination-link:hover .pagination-icon{fill:#59ceff}.powerlist-entry{border-bottom:#ececec solid 2px;margin-bottom:2rem}.l-content-well>.powerlist-entry{border-top:#ececec solid 2px;padding-top:2rem}.l-content-well>.powerlist-entry~.powerlist-entry{border-top:none;padding-top:0}.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,.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:.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:.5rem}.privacy-modal{background:rgba(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}.privacy-switch-row{position:relative}.privacy-switch-container{position:absolute;right:0;top:0}.switch{position:relative;display:inline-block;width:36px;height:15px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s}.slider:before{position:absolute;content:"";height:13px;width:13px;left:1px;bottom:1px;background-color:#fff;-webkit-transition:.4s;transition:.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)}.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:.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-link-icon{display:none}.promo-item{position:relative;padding:10px 0}.promo-item:after{display:block;position:absolute;right:0;bottom:-1px;left:0;content:"";height:2px}.promo-item:last-child:after{display:none}.promo-item:hover .promo-link{text-decoration:none}.promo-item-sponsored{color:#000}.promo-item-sponsored .promo-link{color:#000}.promo-item-sponsored .promo-link:before{content:"SPONSORED: ";font-size:1rem}.promo-item-sponsored:hover{color:#4d4d4d}.promo-item-sponsored:hover .promo-link{color:#4d4d4d}.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:hover:before{color:#fff}.promo-theme-numbered .promo-item:hover .promo-link{color:#fff}.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;line-height:1em}.promo-theme-numbered .promo-link-icon{display:block;position:absolute;top:50%;right:10px;margin-top:-12px;width:15px;height:24px;fill:#e8e8e8}.promo-magazine-issue{margin-bottom:4rem}.promo-magazine-box{width:100%}.promo-magazine-img-container{width:100%}.promo-magazine-item-img{width:100%}.promo-featured-ebooks{margin-bottom:4rem}.promo-featured-ebooks .promo-title{text-transform:none}.promo-dotted-outer:before{content:"";display:block;height:2px;margin-bottom:1rem}.promo-dotted-outer:after{content:"";display:block;height:2px;margin-top:1rem}.promo-dotted-outer .promo-item{margin-bottom:2rem;padding:0;font-weight:bold}.promo-dotted-outer .promo-item:last-child{margin-bottom:0}.promo-theme-events .promo-rail-img{height:181px;margin-bottom:.5rem;width:300px}.promo-theme-podcast .promo-rail-img{height:121px;width:145px}.promo-theme-image-only.promo-container{margin-bottom:3rem}.promo-theme-image-only .promo-link{display:block}.promo-theme-image-only .promo-rail-img{height:auto;width:100%}.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}.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:.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:#fc0;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:#222;font-family:"acumin-pro-condensed",sans-serif;font-size:24px;line-height:29px;text-align:center;border-bottom:4px solid #fc0;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,.26);margin-bottom:4.6rem;width:100%}.resource-listing-premier-title{background:#fc0;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:#000;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:""}.resource-listing-premier-website:before{content:""}.resource-listing-premier-phone:before,.resource-listing-enhanced-phone:before{content:""}.resource-listing-premier-email:before{content:""}.resource-listing-premier-info:before{content:""}.resource-listing-premier-text,.resource-listing-enhanced-text{color:#000;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:.8rem;margin-top:.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:.5rem}.resource-listing-general-phone span{font-family:"acumin-pro-condensed",sans-serif;font-weight:bold}@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{margin-top:.4rem}.river-item-img{width:354px}.river-item-label{position:absolute;top:1rem;padding:.2rem 1.2rem .2rem 1.2rem;color:#fff;font-size:1.2rem;font-weight:700;text-transform:uppercase}.river-item-inner{display:inline-block;padding:0 1rem;-ms-flex:0 1 auto}.river-item-inner-no-img{border-style:solid;border-width:0 0 0 4px;margin-left:1rem;padding-left:2rem}.river-item-category,.river-item-category:visited,.river-item-category:focus,.river-item-label-img-hidden,.river-item-label-img-hidden:visited,.river-item-label-img-hidden:focus{font-weight:700;font-size:1.2rem;color:#fff;display:inline-block;letter-spacing:.07rem;padding:.4rem 1rem .4rem 1rem;margin-bottom:1rem;text-transform:uppercase}.river-item-category:hover,.river-item-category:active{color:#fff;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:.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:.07rem;margin-bottom:1rem;margin-right:10px;padding:.4rem 1rem .4rem 1rem;text-transform:uppercase}.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}.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.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-title{margin-bottom:3rem;font-size:4.8rem;font-weight:bold;line-height:4.8rem}.river-grid .river-items{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:.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}@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-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:.5rem 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:.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:.9rem;padding-bottom:.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:.5rem 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:#fff;text-shadow:0px 0px 30px #000;font:bold 1.8rem "Roboto",sans-serif;z-index:1}.scroll-message-arrow{font:bold .8rem sans-serif;position:relative;bottom:.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}}#search-results .gsc-adBlock{margin-bottom:40px;padding:1.5rem 1.5rem .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:#999;font-size:1.4rem}#search-results .gsc-webResult.gsc-result{border-style:solid;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-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;height:auto;margin-bottom:5px;max-height:102px;width:100%}.skybox-img[class*=lazy-img-placeholder-]{height:0}.skybox-item{position:relative;overflow:hidden}.skybox-label{position:absolute;top:10px;left:0px;padding:.4rem 1.2rem .4rem 1.2rem;max-width:100%;z-index:10}.skybox-item-highlight-tag{background-color:#be2c22;color:#fff;font-size:1rem;font-weight:500;left:0;letter-spacing:.04rem;line-height:1.2rem;max-width:100%;padding:.4rem 1.2rem .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:#eee}@media all and (max-width: 575px){.skybox-icon{top:12vw;left:2vw;width:6vw;height:6vw}}.skybox .owl-prev{position:absolute;top:0;bottom:0;width:50px;outline:none;overflow:hidden}@media all and (max-width: 575px){.skybox .owl-prev{width:10vw}}.skybox .owl-next{position:absolute;top:0;bottom:0;width:50px;outline:none;overflow:hidden}@media all and (max-width: 575px){.skybox .owl-next{width:10vw}}.skybox .owl-carousel .owl-nav button.owl-prev{left:0;background:-webkit-linear-gradient(to left, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);background:-moz-linear-gradient(to 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(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);background:-moz-linear-gradient(to 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)}@media all and (min-width: 576px)and (max-width: 767px){.skybox{margin:0}}.skybox-item-sponsored .skybox-link:hover{color:#000}.skybox-item-sponsored .skybox-link:hover .skybox-text{color:#000}.skybox-item-sponsored .skybox-text:hover{color:#000}.skybox-item-sponsored .skybox-label{color:#fff;background-color:#000}@media all and (max-width: 767px){.skybox-mobile-top #top-bar-placeholder{margin-bottom:0}}.skybox-mobile-top .skybox-mobile-post-carousel{display:none;overflow-x:hidden;position:relative}.skybox-mobile-top .skybox-mobile-post-carousel .skybox-mobile-post-item-container{margin-top:1rem;position:relative;transition:1000ms linear;width:300vw}.skybox-mobile-top .skybox-mobile-post-carousel .skybox-mobile-post-item-container.active0{right:0}.skybox-mobile-top .skybox-mobile-post-carousel .skybox-mobile-post-item-container.active1{right:100vw}.skybox-mobile-top .skybox-mobile-post-carousel .skybox-mobile-post-item-container.active2{right:200vw}.skybox-mobile-top .skybox-mobile-post-carousel .skybox-mobile-post-item-container .skybox-mobile-post-column{display:inline-table;width:99vw}.skybox-mobile-top .skybox-mobile-post-carousel .skybox-mobile-post-item-container .skybox-mobile-post-column .skybox-mobile-post-item{padding:.5rem 3.5rem}.skybox-mobile-top .skybox-mobile-post-carousel .skybox-mobile-post-item-container .skybox-mobile-post-column .skybox-mobile-post-item hr{background:#d0d0d0;display:none}.skybox-mobile-top .skybox-mobile-post-carousel .skybox-mobile-post-item-container .skybox-mobile-post-column .skybox-mobile-post-item:first-child{margin-bottom:-0.5rem}.skybox-mobile-top .skybox-mobile-post-carousel .skybox-mobile-post-item-container .skybox-mobile-post-column .skybox-mobile-post-item:first-child hr{display:block}.skybox-mobile-top .skybox-mobile-post-carousel .skybox-icon{fill:#b4b4b4;top:calc(50% - 2vw);left:2vw;z-index:20}.skybox-mobile-top .skybox-mobile-post-carousel .skybox-icon.right{left:auto;right:2vw}.skybox-mobile-top .skybox-mobile-post-carousel .skybox-mobile-post-carousel-dot-container{text-align:center}.skybox-mobile-top .skybox-mobile-post-carousel .skybox-mobile-post-carousel-dot{border:1px solid #b4b4b4;border-radius:4px;display:inline-block;height:8px;margin-right:3px;width:8px}.skybox-mobile-top .skybox-mobile-post-carousel .skybox-mobile-post-carousel-dot.active{background:#b4b4b4}@media all and (max-width: 767px){.skybox-mobile-top .skybox-mobile-post-carousel{display:block}}@media all and (max-width: 575px){.skybox-mobile-top .skybox:before{border-top:none}}@media all and (max-width: 767px){.skybox-mobile-top .skybox:before{border-top:none}}@media all and (max-width: 575px){.skybox-mobile-top .skybox:after{border-bottom:none}}@media all and (max-width: 767px){.skybox-mobile-top .skybox:after{border-bottom:none}}.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:rgba(0,0,0,0);-webkit-box-shadow:none;box-shadow:none}.slim-link-button,.slim-link-button:hover,.slim-link-button:focus,.slim-link-button:active{border-color:rgba(0,0,0,0);outline:none}.slim-link-button:hover,.slim-link-button:active{opacity:.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:#fff;width:25px;height:25px}.social-options .social-options-item:hover .social-options-svg,.social-options .social-options-item:active .social-options-svg{opacity:.8}.social-options .social-options-item .social-options-svg-comment{fill:#544959}@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:#f60}.social-options.social-options-lg{margin:0 -12px 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:.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}.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:.9rem 1.2rem .8rem 1.2rem;background-color:#000}.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:#fff;background-color:rgba(255,255,255,.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,.06);-moz-box-shadow:0px 2px 5px 0px rgba(0,0,1,.06);box-shadow:0px 2px 5px 0px rgba(0,0,1,.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:#000}.story-meta-top-story{color:#fff;display:block}.story-meta-top-story li,.story-meta-top-story li:first-child{display:inline-block;padding-right:.5rem;background:rgba(15,44,55,.6)}.story-meta-top-story li:before{background:#dfe0e1}.story-meta-lander-top-story{margin:0}@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 .input-group-addon{border:1px solid rgba(0,0,0,0);border-right:none;background-color:rgba(0,0,0,0)}.subscribe .form-group{margin-bottom:0}.subscribe .btn{border:1px solid rgba(0,0,0,0);border-left:none;border-radius:0;padding-left:11px;padding-right:11px}.subscribe .btn:hover{opacity:.8}.subscribe .input-group-btn{border-left:none}.subscribe .input-group{box-sizing:content-box}.subscribe .input-group.has-danger{border:1px solid red}.subscribe-hr{display:none}@media all and (max-width: 575px){.subscribe-hr{border-color:#ccc;display:block;margin-bottom:3rem}}.subscribe-label{display:block;margin-bottom:0}.subscribe-title{margin-bottom:.5rem;font-weight:bold}.subscribe-text{margin-bottom:.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 input.form-control{margin-right:1rem}.subscribe-form input.form-control:focus{box-shadow:none}.subscribe-submit-icon{width:18px;height:18px;fill:#fff;position:relative;top:0;left:1px}.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:.8rem}.subscribe-thank-you{font-family:"Droid Serif",Georgia,serif;font-size:1.8rem;line-height:1.2em;margin-bottom:1rem;color:#0096d5;font-weight:bold}.subscribe-see-more-link{font-family:"Droid Serif",Georgia,serif;font-size:1.8rem;line-height:1.2em;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}.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}.g-recaptcha{margin:15px 0}.g-recaptcha-has-danger{border:1px solid red;border-radius:3px;width:304px}.survey-modal{display:none;position:relative;color:#fff;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:rgba(0,0,0,0)}.survey-modal-close-icon{fill:#096287;width:20px;height:20px;opacity:.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:rgba(0,0,0,0)}.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:#999}.survey-modal .form-control::-moz-input-placeholder{color:#999}.survey-modal .form-control::-ms-input-placeholder{color:#999}.survey-modal .form-control:-ms-input-placeholder{color:#999}.survey-modal .form-control:placeholder{color:#999}.survey-modal .form-control:placeholder-shown{color:#999}.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:#000;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:#000;width:3.5rem;height:3.5rem}.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:#666;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:#fff;font-size:1.2rem;font-weight:bold;text-transform:uppercase;letter-spacing:.07rem}.tags-link,.tags-link:hover{color:#fff;text-decoration:none}.tiled-promo-item{margin:1rem 0}.tiled-promo-item-label-sponsored{font:700 italic 1.5rem "Roboto",sans-serif;color:#000;padding-left:1rem}.tiled-promo-item-img-container{margin:1rem 0;position:relative;padding-bottom:8px}.tiled-promo-item.tiled-promo-item-sponsored .tiled-promo-item-img{border-color:#000}.tiled-promo-item.tiled-promo-item-sponsored .tiled-promo-item-label-sponsored{position:absolute;top:20px;left:0px;padding:.4rem 1.2rem .4rem 1.2rem;max-width:100%;z-index:10;color:#fff;background-color:#000;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 .1em 0;line-height:1.26em}.top-story-caption-highlight-inner-a{left:-1em;top:-3px}.top-story-caption-highlight-inner-b{left:.4em}.top-story-caption-highlight-inner-c{left:-0.4em}.top-story-caption-highlight-subhed .top-story-caption-highlight-inner-b{padding:.2em 0 .2em 0}.top-story-caption-highlight-subhed .top-story-caption-highlight-inner-a{top:0}.top-story-caption-highlight-subhed .top-story-caption-highlight-inner{line-height:1.55em}@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}.top-story-caption-highlight:hover .top-story-caption-highlight-inner{background-color:inherit}}.top-story{overflow:hidden;position:relative;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;max-width:1120px}.top-story-caption{position:absolute;top:initial;bottom:2rem;max-width:53%}.top-story-caption-hed{margin:0 0 .5rem 0;font-weight:700;font-size:3.4rem;line-height:3rem}.top-story-caption-subhed{margin:0 0 .4rem 0;font-size:1.6rem;line-height:2.4rem;font-weight:700}.top-story-caption a:hover{text-decoration:none}.top-story-caption-line{display:inline-block}.top-story-caption-hed .top-story-caption-line{line-height:3.1rem;padding:.3rem 1rem .8rem 0}.top-story-caption-hed .top-story-caption-line:first-child{padding-top:.8rem}.top-story-caption-subhed .top-story-caption-line{line-height:1.7rem;padding:.4rem .8rem .4rem 0}.top-story-col.super-ready{cursor:pointer}.top-story-col.super-ready .top-story-caption:hover{opacity:.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}@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:.3rem 1rem .5rem 0}}@media all and (max-width: 575px){.top-story{max-height:none;background-color:rgba(0,0,0,0)}.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('/static/base/img/feature_image_bg.png?3cbd2db4c993') 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:#fff;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('/static/base/img/losers-graph.png?3cbd2db4c993');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:#333;height:100%;z-index:1}.winners-losers-poll-text{flex-grow:1;font-family:"acumin-pro",sans-serif;font-weight:700;font-size:1.4rem;line-height:32px;color:#fff;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:#fff;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:#789}.winners-losers-poll-radio.is-selected .winners-losers-checkbox-container div~.checkmark{background-color:#000}.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:#fff}.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:#333;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}.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('/static/base/img/winners-graph.png?3cbd2db4c993')}.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:#999;font-family:Roboto,sans-serif;font-size:1.2rem;line-height:2rem}.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:.8rem;margin-right:.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%}@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}}.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:#000}.wysiwyg-sponsored a:hover{color:#4d4d4d}.wysiwyg-sponsored blockquote{border-left:2px solid #000}.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:#000;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:#000;width:10px;height:10px;margin-left:.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:#fff;background-color:#fff;color:#000;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:#fff;background-color:#fff;color:#000;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:#000;margin-top:1rem}.omeda-login-hidden{display:none}.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}.newsletter-module-subscribe{margin-bottom:30px}.newsletter-module-subscribe .input-group-addon{border-width:1px;border-style:solid;border-color:rgba(0,0,0,0);border-right:none;background-color:rgba(0,0,0,0)}.newsletter-module-subscribe .form-group{margin-bottom:0}.newsletter-module-subscribe .btn{border-width:1px;border-style:solid;border-color:rgba(0,0,0,0);border-left:none;border-radius:0;padding-left:11px;padding-right:11px}.newsletter-module-subscribe .btn:hover{opacity:.8}.newsletter-module-subscribe .input-group-btn{border-left:none}.newsletter-module-subscribe .input-group{box-sizing:content-box}.newsletter-module-subscribe .input-group.has-danger{border-width:1px;border-style:solid;border-color:#be2c22}.newsletter-module-subscribe .subscribe-label{display:block;margin-bottom:0}.newsletter-module-subscribe .subscribe-title{margin-bottom:.5rem;font-weight:bold}.newsletter-module-subscribe .subscribe-text{margin-bottom:.5rem;color:#0095d5;font-size:1.4rem;font-weight:300;line-height:2.4rem}.newsletter-module-subscribe .subscribe-email-icon{display:block;height:25px;width:25px;fill:#0095d5;margin:7px 8px 7px 11px}.newsletter-module-subscribe .subscribe-form input.form-control{margin-right:1rem}.newsletter-module-subscribe .subscribe-form input.form-control:focus{box-shadow:none}.newsletter-module-subscribe .subscribe-submit-icon{width:18px;height:18px;fill:#fff;position:relative;top:0;left:1px}.newsletter-module-subscribe .subscribe-third-party{color:#544959;font-family:"Droid Serif",georgia,serif;font-size:1.4rem;line-height:1.8rem}.newsletter-module-subscribe .subscribe-preview{display:inline-block;margin-bottom:3rem;color:#0095d5;font-size:1.6rem;font-weight:bold}.newsletter-module-subscribe .subscribe-preview:active,.newsletter-module-subscribe .subscribe-preview:hover{color:#59ceff;text-decoration:none}.newsletter-module-subscribe .subscribe-preview-text{display:block;margin-bottom:1rem}.newsletter-module-subscribe .subscribe-flip-state{padding-top:.8rem}.newsletter-module-subscribe .subscribe-thank-you{font-family:"Droid Serif",georgia,serif;font-size:1.8rem;line-height:1.2em;margin-bottom:1rem;color:#0095d5;font-weight:bold}.newsletter-module-subscribe .subscribe-see-more-link{font-family:"Droid Serif",georgia,serif;font-size:1.8rem;line-height:1.2em;color:#0095d5}.newsletter-module-subscribe .subscribe-see-more-link:active,.newsletter-module-subscribe .subscribe-see-more-link:focus,.newsletter-module-subscribe .subscribe-see-more-link:hover{color:#59ceff;text-decoration:none}.newsletter-module-subscribe .subscribe-see-more{color:#544959;font-family:"Droid Serif",georgia,serif;font-size:1.8rem;font-weight:normal;line-height:3rem}.newsletter-module-subscribe .subscribe-inline{border-left:none;padding-left:0}.newsletter-module-subscribe .subscribe-inline .subscribe-form{margin-bottom:4rem}.newsletter-module-subscribe .subscribe-inline .input-group{margin-bottom:2rem}.newsletter-module-subscribe .subscribe-inline .input-group-btn .btn{color:#fff;font-size:1.8rem}.newsletter-module-survey-modal{border:none;max-height:calc(100vh - 80px);overflow-y:auto;position:fixed;display:none;color:#000;padding:30px 35px;width:auto;max-width:450px;margin:20px auto;font-size:1rem;font-family:"Roboto",arial,helvetica,sans-serif;background-color:#fff}.newsletter-module-survey-modal p{margin-bottom:3rem;padding:0;line-height:3rem;font-family:"Roboto",arial,helvetica,sans-serif;font-weight:700;font-size:1.9rem}.newsletter-module-survey-modal .form-group{position:relative;margin-bottom:15px;background-color:rgba(0,0,0,0)}.newsletter-module-survey-modal .form-control.custom-select{position:relative;height:4rem;padding-right:4.3rem;background:none;z-index:1;appearance:none;color:#4d4d4d}.newsletter-module-survey-modal .form-control.custom-select option{color:#4d4d4d}.newsletter-module-survey-modal .with-errors{color:#be2c22;font-size:1.4rem}.newsletter-module-survey-modal .form-control.form-control-lg.newsletter-module-survey-modal-field{border-color:#999;border-width:1px;border-style:solid}.newsletter-module-survey-modal .form-control.form-control-lg.newsletter-module-survey-modal-field:valid{border-color:#999;border-width:1px;border-style:solid}.newsletter-module-survey-modal .form-control.form-control-lg.newsletter-module-survey-modal-field:not(.unfilled):invalid{border-color:#be2c22;border-width:1px;border-style:solid}.newsletter-module-survey-modal .form-control{border:0;border-radius:0;padding:0 1rem;color:#4d4d4d;font-family:"Roboto",arial,helvetica,sans-serif;font-size:1.6rem;font-weight:normal;line-height:1.8rem;background-color:rgba(0,0,0,0)}.newsletter-module-survey-modal .form-control::-moz-input-placeholder{color:#999}.newsletter-module-survey-modal .form-control::placeholder{color:#999}.newsletter-module-survey-modal .form-check-label{line-height:1.3em;color:#000;margin-top:1rem}.newsletter-module-survey-modal .form-check-label span{margin-left:5px;font-weight:700;font-size:1.3rem;font-family:"Roboto",arial,helvetica,sans-serif}.newsletter-module-survey-modal .flex-row-reverse{clear:both}.newsletter-module-survey-modal .g-recaptcha{margin:15px 0}.newsletter-module-survey-modal .g-recaptcha-has-danger{border-color:#be2c22;border-width:1px;border-style:solid;border-radius:3px;width:304px}.newsletter-module-survey-modal-title{padding:0;margin:0 0 18px;font-weight:400;font-size:3.9rem;font-family:"Lobster",sans-serif}.newsletter-module-survey-modal-close-icon{fill:#fff;height:26px;opacity:1;width:18px}.newsletter-module-survey-modal-close{position:absolute;top:10px;right:5px;background-color:#0095d5;line-height:32px;margin-right:19px;margin-top:15px;opacity:1;width:30px;height:30px;padding:0;border:0}.newsletter-module-survey-modal-close:hover .newsletter-module-survey-modal-close-icon{opacity:1}.newsletter-module-survey-modal-close:active{top:10px}.newsletter-module-survey-modal-learn-more-link{color:#0095d5;text-decoration:underline}.newsletter-module-survey-modal-learn-more-link:hover{color:#59ceff}.newsletter-module-survey-modal-select-icon-container{right:0;width:3.8rem;height:3.8rem;z-index:0;background-color:#0095d5;border:none;float:right;position:relative;top:-3.9rem;transform:none}.newsletter-module-survey-modal-select-icon{width:0;height:0;border-left:10px solid rgba(0,0,0,0);border-right:10px solid rgba(0,0,0,0);border-top:15px solid #fff;margin:auto;position:absolute;top:35%;left:25%}.newsletter-module-survey-modal-submit{border-width:0;padding:10px 40px;color:#fff;background-color:#0095d5;font-weight:700;font-size:1.8rem;font-family:"Roboto",arial,helvetica,sans-serif;margin-top:2rem;text-transform:uppercase;border-radius:5px}.newsletter-module-survey-modal-submit:hover{background-color:#0095d5;color:#fff;opacity:.8;cursor:pointer}.newsletter-survey-modal-thank-you{display:none}.newsletter-survey-modal-thank-you a{color:#0095d5}.newsletter-module-survey-modal-close-button{border-width:0;padding:10px 40px;color:#fff;background-color:#0095d5;font-weight:700;font-size:1.8rem;font-family:"Roboto",arial,helvetica,sans-serif;margin-top:2rem;text-transform:uppercase;border-radius:5px}.newsletter-module-survey-modal-close-button:hover{background-color:#0095d5;color:#fff;opacity:.8;cursor:pointer}.newsletter-module-survey-modal-label{color:#000;font-weight:400;font-size:1.5rem;font-family:"Roboto",arial,helvetica,sans-serif}.newsletter-module-survey-modal-backdrop{background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;width:100%;height:100%;z-index:999}/*# sourceMappingURL=gemg-combined.css.map */

@import"https://use.typekit.net/xir6iir.css";.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-side-companion{padding-left:10px;padding-right:10px}@media all and (min-width: 768px){.l-right-rail{display:block}.l-right-rail-side-companion{margin-right:320px}}@media all and (min-width: 1200px){.l-right-rail{box-sizing:content-box;padding-left:0px;width:300px}}.alt-footer{background-color:#d9d9d9;clear:both}.alt-footer-logo{width:155px;float:left}.alt-footer-logo-svg{width:120px;height:72px;margin-top:25px;padding-bottom:10px}.alt-footer-container{padding-left:20px;max-width:900px;float:left}.alt-footer-nav{padding-top:20px;font-size:1.5rem}.alt-footer-list .alt-footer-links-link{color:#0b6c8a}.alt-footer-secondary-list .alt-footer-links-link,.alt-footer-secondary-list .alt-footer-links-item::before{color:#989898}.alt-footer-list,.alt-footer-secondary-list{margin:0 -10px 5px 0}.alt-footer-links-item::before{color:#0b6c8a;content:"/";margin-left:5px}.alt-footer-list .alt-footer-links-item:first-child::before,.alt-footer-secondary-list .alt-footer-links-item:first-child::before{content:none;margin-right:0}.alt-footer-copyright{padding-bottom:30px;color:#989898;font-size:1.3rem}@media all and (max-width: 1199px){.alt-footer-container{max-width:650px}}@media all and (max-width: 991px){.alt-footer-container{max-width:500px}}@media all and (max-width: 767px){.alt-footer-container{padding-left:0}}.author-page-bio-hed{color:#1f3765;text-transform:uppercase;font-weight:100;font-size:7.8rem;margin-bottom:20px}.author-page-bio-name-container{margin-bottom:3rem}.author-page-bio-author-name{color:#0b6c8a;font-weight:900}.author-page-bio-author-title{font-size:2.2rem;color:#1f3765}.author-page-bio-text{color:#58595b;font-size:1.6rem}@media all and (max-width: 1199px){.author-page-bio-hed{font-size:7rem}}@media all and (max-width: 991px){.author-page-bio-hed{font-size:4.5rem}}@media all and (max-width: 767px){.author-page-bio-hed{font-size:5rem}.author-page-bio-name-container{margin-bottom:1.5rem}}.author-image{border-bottom:3px solid #0b6c8a;background-color:#e8eced}.byline{list-style-type:none;margin:0;padding:0}.byline-item{list-style-type:none;display:inline;font-size:1.5rem;text-transform:uppercase;color:#58595b;margin:0;padding:0;font-weight:bold}.byline-item::after{content:"//";display:inline;padding:0 5px}.byline-item:last-child::after{display:none}.byline-item-highlight{font-weight:bold}.byline-top-story{text-align:center}@media all and (max-width: 767px){.byline-top-story{text-align:left}}.card-stack-title,.card-stack-card-title{font-family:"proxima-nova",sans-serif;font-weight:700}.card-stack-toc-card-info:hover,.card-stack-card-next-nav,.card-stack-card-prev-next-tooltip-tag,.card-stack-description a{color:#72bf44}.card-stack-toc-cards-more{color:#72bf44 !important}.card-stack-start-link,.card-stack-start-over-link{background-color:#72bf44}.card-stack-start-link:hover,.card-stack-start-over-link:hover{background-color:#95cb6e}.card-stack-pagination-progress-bar-progress{background:#72bf44}.card-stack-card-prev-next-tooltip-title{color:#000}.card-stack-social-follow-img{fill:#72bf44}@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:#72bf44}}@media(max-width: 767px){.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:#72bf44}}.content-title{color:#1f3765;font-family:"league-gothic",sans-serif;font-weight:400;font-size:5.4rem;line-height:5.4rem;margin-bottom:1rem}@media all and (min-width: 768px){.content-title{font-size:3rem;line-height:3.5rem}}@media all and (min-width: 1200px){.content-title{font-size:4.8rem;line-height:5.2rem}}.content-caption-and-attribution{color:#58595b;font-family:"proxima-nova",sans-serif;line-height:1.8rem;margin-top:.5rem}.content-image-caption{font-size:1.5rem}.content-image-attribution{font-size:1rem;text-transform:uppercase}.content-publish-date{font-size:1.5rem;line-height:1.8rem;text-transform:uppercase}.content-subhed{color:#0b6c8a;font-family:"clarendon-text-pro",serif;font-size:2rem;font-weight:400;line-height:3rem}@media all and (min-width: 1200px){.content-subhed{font-size:2rem;line-height:2.4rem;margin-bottom:1.5rem}}.content-byline-and-date{font-size:1.5rem}@media all and (min-width: 1200px){.content-byline-and-date{margin-bottom:.5rem}}.content-byline-and-date .gemg-author-link:hover{border-bottom:none;text-decoration:underline}.content-byline-and-date .content-byline-date-sep{display:none}.content-byline-and-date .author-organization-sep{display:none}.content-byline-and-date .authors-multiple{color:#0b6c8a;border:0;text-transform:uppercase;text-decoration:none}.content-byline-and-date .authors-multiple .gemg-author-link{color:#0b6c8a;border:0;text-transform:uppercase;text-decoration:none}.content-byline-and-date .authors-multiple:after{content:" // ";color:#0b6c8a;font-weight:normal}.content-byline-and-date .author-organization{color:#1f3765;font-weight:normal}.content-byline-and-date .author-organization .gemg-author-link{color:#0b6c8a;font-weight:normal}.content-byline-and-date .author-organization:after{content:" // ";color:#0b6c8a;font-weight:normal}.content-byline{font-size:1.5rem}.content-authors{color:#0b6c8a;font-family:"proxima-nova",sans-serif;font-size:1.5rem;line-height:2rem;font-weight:bold}.content-authors .author-image{margin-bottom:.3rem}.content-authors .content-authors-no-image{border-left:2px solid #0b6c8a;padding-left:8px}.content-authors .gemg-author-link{color:#0b6c8a;text-decoration:none}.content-authors .gemg-author-link:hover{border-bottom:none;text-decoration:underline}.content-authors .author-title{text-transform:none;color:#1f3765;font-weight:normal}.content-authors .author-title .gemg-author-link{text-transform:none;color:#1f3765;font-weight:normal}.content-authors .author-organization{text-transform:none;color:#1f3765;font-weight:normal}.content-authors .author-organization .gemg-author-link{text-transform:none;color:#1f3765;font-weight:normal}.content-sponsored .content-title{font-family:"league-gothic",sans-serif;font-weight:400;font-size:4.8rem;line-height:5.4rem;color:#58595b}.content-sponsored .content-subhed{color:#58595b;font-family:"clarendon-text-pro",serif}.content-sponsored .content-author-org{color:#58595b;font-size:1.5rem;font-weight:bold}.content-sponsored .content-author-title{color:#58595b}.content-sponsored .content-organization-text{color:#58595b}.content-sub-header .social-options{margin-bottom:.5rem}@media all and (min-width: 1200px){.content-sub-header .social-options{margin-bottom:1.5rem}}@media all and (max-width: 1199px){.content-sub-header .social-options .social-options-item .social-options-svg{width:28px;height:28px}}.content-topics.tags{margin-bottom:1rem}.content-endnote a{color:#1f3765;text-decoration:none}@media all and (min-width: 1200px){.ng-index-page .l-main.live-stream-bar-is-attached{padding-top:4rem}}.static-page .content-title{font-family:"clarendon-text-pro",serif;color:#58595b;font-weight:400;font-size:3.6rem;line-height:3.6rem}@media all and (min-width: 1200px){.static-page .content-title{margin-left:190px}}.static-page .content-body a{color:#0b6c8a}.static-page .content-body a:hover{color:#0b6c8a}@media all and (min-width: 768px)and (max-width: 991px){.static-page .l-main{padding-top:1.2rem}}.conversion-module{background-color:rgba(255,255,255,.95)}.conversion-module .conversion-module-close-btn{background-color:#1f3765;color:#fff}.conversion-module .conversion-module-signup-form-link{color:#999;font-family:"proxima-nova",sans-serif;display:inline-block}.conversion-module .conversion-module-signup-form-title{margin-bottom:2.5rem}.conversion-module .conversion-module-signup-form-link:hover,.conversion-module .conversion-module-signup-form-link:focus{color:#000;text-decoration:none}.conversion-module .conversion-module-signup-form-submit-btn{background-color:#1f3765;text-transform:uppercase}.conversion-module-signup-form-label-text{font-family:"proxima-nova",sans-serif;display:block;margin-top:-20px;margin-left:20px}.conversion-module-signup-form-title-line1{color:#1f3765;font-weight:bold;font-family:"clarendon-text-pro",serif;margin-bottom:1rem}.conversion-module-signup-form-title-line2{color:#0b6c8a;font-family:"league-gothic",sans-serif;font-size:4.3rem}.conversion-module-nl-thankyou .conversion-module-signup-form-title-line1{color:#58595b}.conversion-module-nl-thankyou .conversion-module-signup-form-title-line2{font-family:"proxima-nova",sans-serif;color:#58595b;font-weight:bold}@media(max-width: 767px){.conversion-module .conversion-module-signup-form-title{margin-bottom:1.5rem}.conversion-module-signup-form-title-line2{font-size:3.6rem}}.pod-head{font-family:"league-gothic",sans-serif;color:#1f3765;font-style:normal;font-weight:400;font-size:4.8rem;line-height:5.76rem;margin-bottom:1.5rem}.l-500{background:url('/static/nextgov/img/not-found-bg.jpg?fbe1bd175f2e') no-repeat 100% fixed;-webkit-background-size:cover;background-size:cover}.error-page-outer{display:flex;align-items:center;justify-content:center;min-height:80vh}.error-page-container{background-color:#fff;padding:6rem;border-style:solid;border-color:#0b6c8a;border-width:0 0 6px 0;-webkit-box-shadow:0px 9px 16px 9px rgba(0,0,0,.1);-moz-box-shadow:0px 9px 16px 9px rgba(0,0,0,.1);box-shadow:0px 9px 16px 9px rgba(0,0,0,.1)}.error-page-header{font-weight:700;color:#0b6c8a}.error-page-text{color:#000;font-size:1.4rem;line-height:2.2rem}.error-page-text p{margin-top:0;margin-bottom:2rem}.error-page-link,.error-page-link:hover{color:#0b6c8a;font-weight:bold}@media all and (min-width: 768px){.error-page-outer{min-height:90vh}.error-page-header{font-size:3.6rem;line-height:4.2rem}.error-page-text{font-size:1.8rem;line-height:3.2rem}}@media all and (min-width: 1200px){.error-page-header{font-size:5rem;line-height:5.6rem}}.events-lander .l-main{padding-top:1.2rem}.events-lander-link{color:#0b6c8a;text-transform:none;margin-top:1.5rem}.events-lander-link:hover,.events-lander-link:focus{color:#0b6c8a}.events-lander .rule-horizontal-0{margin:4rem 0}.lander-event-container .river-item{border:none}.lander-event-container .river-item-dek{text-transform:uppercase}.lander-story-label{margin-bottom:3rem;margin-top:-2.2rem}.event-register-icon{width:18px;height:18px;fill:#fff;position:relative;bottom:1px;left:5px}.events-listing .feature-story-label{margin-bottom:4rem}@media all and (max-width: 991px){.lander-story-label{margin-top:0}}@media all and (max-width: 767px){.lander-event-container{max-width:540px;margin:auto}}.feature-event-label{color:#0b6c8a;text-transform:uppercase;font-weight:100;font-size:7.8rem;margin-bottom:0}.feature-event-description-date{margin:2rem 0;font-size:1.4rem;font-weight:400;line-height:2rem;color:#999;text-transform:uppercase}.feature-event-button-container{margin-bottom:20px}.feature-event-description{margin-bottom:3rem;font-size:1.8rem;font-weight:400;line-height:2.4rem;color:#999;text-transform:uppercase;margin-top:-20px}.feature-event-tag{color:#0b6c8a}.feature-event-description:before{content:"//"}.feature-event-hed-link{color:#000;font-size:3.6rem;line-height:4rem;font-weight:bold;transition:color .2s ease}.feature-event-hed-link:hover,.feature-event.hover-group-engaged:hover .feature-event-hed-link{color:#1f3765;text-decoration:none}.feature-event-subhed{font-size:2rem;font-weight:400;margin-top:10px;margin-bottom:.5rem}.feature-event-sponsorships{float:none;color:#999;width:100%}.feature-event-link{background-color:#1f3765;color:#fff;transition:background-color .2s ease}.feature-event-link:hover,.feature-event.hover-group-engaged:hover .feature-event-link{background-color:#0b6c8a;color:#fff}.feature-event-link:active,.feature-event-link:focus,.feature-event-link:hover,.feature-event-link{font-size:1.4rem;font-weight:bold;margin-bottom:1rem;padding:.1rem 1.6rem;text-transform:uppercase;text-decoration:none}.feature-event-img{display:block;width:100%;height:auto}@media all and (max-width: 1199px){.feature-event-description{margin-bottom:5rem}.feature-event-label{font-size:7rem}.feature-event{margin-top:-1rem;margin-bottom:4rem}.feature-event-hed-link{font-size:3rem}}@media all and (max-width: 991px){.feature-event-description{margin-top:-10px;font-size:1.4rem;line-height:1.8rem;margin-bottom:3rem}.feature-event{margin-top:2rem}.feature-event-label{font-size:4.5rem}.feature-event-hed-link{font-size:3rem;line-height:3.2rem}.feature-event-subhed{font-size:1.8rem;margin-bottom:1rem}.feature-event .container{padding-left:0;padding-right:0}.feature-event .l-right-rail-side-companion{padding-left:0;padding-right:0}}@media all and (max-width: 767px){.feature-event-label{font-size:5rem}.feature-event-link:active,.feature-event-link:focus,.feature-event-link:hover,.feature-event-link{display:block;margin-bottom:3rem;padding:.9rem 1.6rem;text-align:center}.feature-event{padding-bottom:.5rem;margin-bottom:2rem}.feature-event-description{margin-top:5px}}.feature-story-label{color:#58595b;font-weight:400;font-size:3.6rem;line-height:3.6rem;margin-bottom:2rem;margin-top:-0.3rem;text-transform:none;font-family:"clarendon-text-pro",serif}.feature-story-tag{color:#58595b}@media all and (max-width: 1199px){.feature-story-label{font-size:7rem;margin-bottom:1.5rem;margin-top:-2.2rem}}@media all and (max-width: 991px){.feature-story-label{font-size:5rem;margin-top:0;margin-bottom:10px}}@media all and (max-width: 767px){.feature-story-label{margin-bottom:0}}.filter-group .prettydropdown ul:before{background-color:#1f3765}.filter-group .prettydropdown:hover ul:before{background-color:#1f3765;color:#fff;opacity:.8}.filter-group .prettydropdown:hover ul:after{opacity:.8}.filter-group .prettydropdown>ul>li.selected:after{height:auto}.filter-group .prettydropdown ul li:first-child{color:#000}.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:#aaa}.prettydropdown>ul.active>li:not(.label):hover,.prettydropdown>ul.active>li.hover:not(.label),.prettydropdown>ul.active>li:first-child:hover:after{background:#1f3765;color:#fff}.prettydropdown>ul.active>li.hover:after,.prettydropdown>ul.active>li.nohover:before{border-top-color:#000 !important}.highlight-inner{background-color:#0b6c8a;font-family:"proxima-nova",sans-serif}.highlight:hover .highlight-inner{background-color:#0b6c8a}.highlight-no-hover:hover .highlight-inner{background-color:#0b6c8a}.highlight-no-hover:hover .highlight-inner-button{background-color:#000}.interstitial-logo{display:block;height:90px;margin-bottom:0;margin-left:inherit;margin-right:inherit;width:160px;padding-bottom:10px}.interstitial-continue-btn{color:#1f3765}.interstitial-continue-btn-text{color:#000;text-transform:uppercase}.interstitial-continue-btn-text:after{display:none}@media all and (min-width: 1200px){.lander-featured-river-item-sponsored .river-item-logo-img{margin-bottom:0rem}}.lander-featured-river-item .river-item-hed-link{color:#1f3765}.lander-featured-river-item .river-item-hed{font-size:2.4rem;line-height:3rem}@media all and (max-width: 1199px){.lander-featured-river-item .river-item-hed{font-size:2.4rem;line-height:2.8rem;text-align:left}}@media all and (max-width: 767px){.lander-featured-river-item .river-item-hed{font-size:1.8rem;line-height:2.4rem}}.lander-featured-river-item.river-item.hover-group-engaged .river-item-img{border-right:none}@media all and (max-width: 1199px){.lander-featured-river-item .story-meta-river-item{text-align:left}}.sponsorships-presented-text{margin-bottom:.5rem}@media(min-width: 576px){.lander-sponsorships-tag-container .sponsor-content-tag{width:500px;margin-left:-1rem}}@media all and (min-width: 768px){.lander-sponsorships-tag-container .sponsor-content-tag{margin-bottom:2rem;margin-left:0;padding:0;width:380px}}@media all and (min-width: 992px){.lander-sponsorships-tag-container .sponsor-content-tag{width:600px;margin-left:0rem}}@media all and (min-width: 1200px){.lander-sponsorships-tag-container .sponsor-content-tag{width:790px}}.lander-top-story{margin-bottom:5rem}.lander-top-story.hover-group-engaged.hover .lander-top-story-hed-link{color:#0b6c8a;text-decoration:underline}@media all and (max-width: 1199px){.lander-top-story{margin-bottom:3rem}}@media all and (max-width: 767px){.lander-top-story{margin-bottom:2rem}}.lander-top-story-hed{font-size:3.6rem;line-height:4rem;font-weight:700;font-family:"league-gothic",sans-serif}@media all and (max-width: 1199px){.lander-top-story-hed{font-size:3rem}}@media all and (max-width: 991px){.lander-top-story-hed{font-size:3rem;line-height:3.2rem}}.lander-top-story-subhed{font-size:2rem;line-height:2.4rem;font-weight:400;margin-top:1rem;margin-bottom:1rem}@media all and (max-width: 1199px){.lander-top-story-subhed{font-size:2rem}}@media all and (max-width: 991px){.lander-top-story-subhed{font-size:1.8rem;line-height:2.4rem}}.lander-top-story-hed-link{color:#1f3765}.lander-top-story-hed-link:hover{color:#0b6c8a;text-decoration:underline}.lander-top-story-subhed-link{color:#58595b}.lander-top-story-subhed-link:hover{color:#0b6c8a;text-decoration:underline}.lander-title{color:#58595b;font-family:"clarendon-text-pro",serif;font-weight:400;font-size:3.6rem;line-height:3.6rem;margin-bottom:2rem;margin-top:-0.3rem}@media all and (max-width: 1199px){.lander-title{font-size:7rem;margin-bottom:1.5rem;margin-top:-1rem}}@media all and (max-width: 991px){.lander-title{font-size:4.5rem;margin-top:0;margin-bottom:1rem}}@media all and (max-width: 767px){.lander-title{font-size:5rem;margin-bottom:1rem}}@media all and (max-width: 575px){.lander-title{font-size:4rem;margin-bottom:2rem}}.lander-title.insights{text-align:center}.lander-sponsored .lander-title{color:#58595b;font-family:"clarendon-text-pro",serif}@media all and (max-width: 1199px){.lander-sponsored .lander-title{font-size:6.8rem}}@media all and (max-width: 991px){.lander-sponsored .lander-title{font-size:4.2rem}}@media all and (max-width: 767px){.lander-sponsored .lander-title{font-size:5rem;margin-bottom:1rem}}@media all and (max-width: 575px){.lander-sponsored .lander-title{font-size:4rem;margin-bottom:2rem}}.lander-sponsored .lander-top-story-hed-link{color:#58595b;font-family:"league-gothic",sans-serif;font-weight:100}.lander-sponsored .river-item-hed-link{color:#58595b;font-family:"league-gothic",sans-serif;font-weight:100}.lander-sponsored .river-item-img{border-color:#000}.lander-sponsored .lander-top-story.hover-group-engaged.hover .lander-top-story-hed-link{color:#ab7dd4}.lander-sponsored .lander-top-story-hed-link:hover{color:#ab7dd4}.lander-sponsored .river-item.hover-group-engaged.hover .river-item-hed-link{color:#ab7dd4}.lander-sponsored .river-item.hover-group-engaged .river-item-img{border-color:#4d4d4d}.lander-sponsored .river-item-hed-link:hover{color:#ab7dd4}.lander-story-label{color:#58595b;font-family:"clarendon-text-pro",serif;font-weight:400;font-size:3.6rem;line-height:3.6rem}.lander-top-story-hed{font-family:"league-gothic",sans-serif;font-weight:400;font-size:5.4rem;line-height:5.4rem}.leadin{color:#0b6c8a;font-family:"proxima-nova",sans-serif;font-size:1.6rem;font-weight:400;line-height:2.4rem}.leadin-link{color:#0b6c8a}.leadin-link:hover,.leadin-link:focus{color:#0b6c8a;text-decoration:underline}.leadin-icon-down{stroke:#0b6c8a}.alt-navbar{background-color:#fff;height:105px;z-index:100;width:100%;position:relative}.alt-navbar.is-nav-attached{-webkit-box-shadow:0px 4px 15px 0px rgba(0,0,0,.08);-moz-box-shadow:0px 4px 15px 0px rgba(0,0,0,.08);box-shadow:0px 4px 15px 0px rgba(0,0,0,.08)}.alt-navbar-top-area{height:80px}#alt-navbar-placeholder{height:105px;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:100%;padding-left:10px;padding-right:10px;width:1140px}.ng-index-page #alt-navbar-placeholder,.l-not-found #alt-navbar-placeholder{border-top:none;margin-bottom:3rem}.alt-navbar-logo-svg{width:120px;height:72px;margin-top:27px}.alt-navbar-small-logo-svg{width:61px;height:37px;margin-top:2px;display:none}.alt-navbar.is-nav-attached{position:fixed;height:41px;top:0;left:0;right:0}.alt-navbar.is-nav-attached .alt-navbar-logo-link{margin-left:0}.alt-navbar.is-nav-attached .alt-navbar-top-area{height:41px;border-bottom:none}.alt-navbar.is-nav-attached .alt-navbar-bottom-area{display:none}.alt-navbar.is-nav-attached .alt-navbar-logo-svg{display:none}.alt-navbar.is-nav-attached .alt-navbar-small-logo-svg{display:inline-block}.alt-navbar.is-search-expanded .alt-navbar-logo-link{display:none}@media all and (min-width: 768px){.alt-navbar.is-search-expanded .alt-navbar-logo-link{display:inline-block}}.alt-navbar .alt-navbar-menu-btn{padding:0;margin:0 18px 0 0;background:none;border:none;outline:none;cursor:pointer;position:absolute;right:0;top:9px}.alt-navbar-logo-link{margin-left:-10px}.alt-navbar .hamburger-inner,.alt-navbar .hamburger-inner::before,.alt-navbar .hamburger-inner::after{background-color:#000}@media all and (max-width: 575px){.alt-navbar.menu-open{box-shadow:none;border-bottom:1px solid #d9d9d9;height:42px}}@media all and (min-width: 1200px){.alt-navbar{-webkit-transform:translateZ(0)}.alt-navbar.live-stream-bar-is-attached{top:4rem}}@media all and (max-width: 1199px){.alt-navbar{height:45px}.alt-navbar-top-area{border-bottom:1px solid #e6e7e8;height:45px}#alt-navbar-placeholder{height:45px}.alt-navbar-logo-svg{display:none}.alt-navbar.is-nav-attached .alt-navbar-logo-link .alt-navbar-small-logo-svg{margin-left:0}.alt-navbar-small-logo-svg{display:inline-block;margin-left:10px}.alt-navbar-bottom-area{display:none}.alt-navbar .nav-links{display:none}}@media all and (max-width: 991px){#alt-navbar-placeholder{margin-bottom:2rem}}.divided-links-item::after{content:"/";color:#e6e7e8;padding:0 8px}.divided-links-item:last-child::after{display:none}.divided-links-item-title{font-size:1.1rem;font-weight:normal;color:#58595b}.divided-links-alt .divided-links-link{color:#999}.divided-links-nav-extra{display:block;position:absolute;right:30px;top:20px}.divided-links-nav-extra .divided-links-link{color:#58595b;font-size:1.2rem}.divided-links-nav-trending{margin-left:143px;margin-top:6px}.divided-links-nav-trending .divided-links-link{color:#0b6c8a;font-size:1.2rem;text-transform:capitalize}.alt-navbar.is-nav-attached .divided-links{display:none}.divided-links-nav-extra.is-search-expanded{right:210px;-webkit-transition:right .1s linear;-moz-transition:right .1s linear;-o-transition:right .1s linear;transition:right .1s linear}@media all and (max-width: 1199px){.divided-links-nav-extra{display:none}.divided-links-alt .divided-links-link{color:#58595b;font-size:1.6rem;font-weight:bold;text-transform:capitalize}}@media all and (max-width: 575px){.menu-header{display:none}.menu.menu-attached .divided-links-alt{display:block}.menu.menu-attached .divided-links-item{display:block;padding:7px 0;line-height:2.2rem}.menu.menu-attached .divided-links-item::after{content:"";display:none}}.hamburger-inner::before{top:-7px}.hamburger-inner::after{bottom:-7px}.menu{z-index:9999}.menu .menu-inner{border-top:1px solid #d9d9d9;width:60%;right:2rem}.menu .menu-links.menu-main-links .menu-link,.menu .menu-links.menu-main-links .menu-link:active,.menu .menu-links.menu-main-links .menu-link:visited,.menu .menu-links.menu-main-links .menu-link:hover{font-size:1.6rem;color:#58595b;text-transform:capitalize}.menu .menu-links.menu-main-links .menu-link-special,.menu .menu-links.menu-main-links .menu-link-special:active,.menu .menu-links.menu-main-links .menu-link-special:visited,.menu .menu-links.menu-main-links .menu-link-special:hover{color:#72bf44}.menu .menu-divider{height:1px;background-color:#c2c2c2;background-image:none;margin-bottom:1.5rem}.menu{animation:customFadeOut .5s}.menu.menu-open{margin-top:-4rem}.menu.menu-open .menu-inner{animation:customFadeIn .5s}.menu.menu-attached.menu-open{position:fixed;top:41px;margin-top:0}@keyframes customFadeIn{0%{opacity:0}100%{opacity:1}}@media all and (min-width: 1200px){.menu.menu-open{display:none}}@media all and (max-width: 991px){.menu.menu-open{margin-top:-2rem}}@media(min-width: 768px){.menu{width:750px}}@media all and (max-width: 767px){.menu .menu-inner{width:80%}}@media all and (min-width: 576px){.menu .menu-inner{background-color:#fff;box-shadow:0px 9px 16px 0px rgba(0,0,0,.1);padding:.5rem 0}}@media all and (max-width: 575px){.menu{background-color:#fff}.menu .menu-links{padding:30px 0 0}.menu-social-options{overflow:hidden}.menu-site-links-grp{margin-bottom:2rem}.menu.menu-attached.menu-open{top:0;padding-top:0;z-index:90}.menu.menu-attached.menu-scrollable .menu-inner{left:0;right:0;padding:4rem 0 4rem;width:auto}.menu.menu-attached .menu-divider{display:none}}.nav-links{border-bottom:1px solid #e6e7e8;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-ms-flex-align:center;-webkit-align-items:center;align-items:center;margin:0;padding:0;padding-bottom:12px;list-style-type:none;position:absolute;top:52px;left:163px;width:967px;text-transform:uppercase;font-size:1.5rem;font-weight:bold;line-height:1.5rem;margin-left:-10px}.nav-links-item{display:inline-block;text-transform:capitalize}.nav-links-link,.nav-links-link:active,.nav-links-link:visited{color:#58595b}.nav-links-link:hover{color:#f1ad1d;text-decoration:none}.nav-links-link-special,.nav-links-link-special:active,.nav-links-link-special:visited,.nav-links-link-special:hover{color:#72bf44}.alt-navbar.is-nav-attached .nav-links{border-bottom:none;top:16px;left:100px;width:1030px}@media all and (min-width: 1200px){.alt-navbar.is-nav-attached.is-nav-attached .nav-links{width:985px}.alt-navbar.is-nav-attached.is-search-expanded .nav-links{font-size:1.3rem;width:740px;-webkit-animation:makeRoomForSearch .1s linear;-moz-animation:makeRoomForSearch .1s linear;-o-animation:makeRoomForSearch .1s linear;animation:makeRoomForSearch .1s linear}.alt-navbar.is-nav-attached.is-search-expanded .nav-links-link-special{display:none}.alt-navbar.is-nav-attached.is-search-closed .nav-links-link-special{-webkit-animation:showLink .1s linear;-moz-animation:showLink .1s linear;-o-animation:showLink .1s linear;animation:showLink .1s linear}}@keyframes makeRoomForSearch{0%{width:741px}100%{width:690px}}@keyframes reclaimRoomFromSearch{0%{width:690px}100%{width:741px}}@keyframes showLink{0%{opacity:0}100%{opacity:1}}.search-box-2{position:absolute;top:0;right:45px;display:inline-block;overflow:hidden}.search-box-2 .search-box-2-inner{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center;margin-top:6px;-webkit-flex-grow:1;-ms-flex-grow:1;flex-grow:1;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.search-box-2 .search-box-2-mag-svg{width:24px;height:24px;fill:#000}.search-box-2 .search-box-2-close-svg{width:18px;height:18px;fill:#000}.search-box-2 .search-box-2-input-holder{padding:0 1px 0 0;display:flex;margin-left:5px;width:0;overflow:hidden;display:none;-webkit-flex-grow:1;-ms-flex-grow:1;flex-grow:1}.search-box-2 .search-box-2-input{background:rgba(0,0,0,0);border:none;outline:none;height:2rem;color:#000;width:120px;font-family:sans-serif;font-size:2rem;-webkit-flex-grow:1;-ms-flex-grow:1;flex-grow:1;padding:0}.search-box-2 .search-box-2-input:focus{outline:none}.search-box-2 .search-box-2-input::-webkit-input-placeholder{color:#000}.search-box-2 .search-box-2-input::-moz-placeholder{color:#000}.search-box-2 .search-box-2-input:-ms-input-placeholder,.search-box-2 .search-box-2-input:-moz-placeholder,.search-box-2 .search-box-2-input::placeholder{color:#000}.search-box-2 .search-box-2-input::-moz-placeholder{opacity:.1}.search-box-2 .search-box-2-input:focus::placeholder,.search-box-2 .search-box-2-input:focus:-ms-input-placeholder,.search-box-2 .search-box-2-input:focus:-moz-placeholder{opacity:.1}.search-box-2 .search-box-2-input:focus::-webkit-input-placeholder{opacity:.1}.search-box-2 .search-box-2-submit{width:18px;height:18px;padding:0;background:rgba(0,0,0,0);border:none;margin:0 15px 0 0;display:inline-block}.search-box-2 .search-box-2-submit-svg{width:18px;height:18px;fill:#0b6c8a}.search-box-2 .search-box-2-submit-svg:hover{opacity:.8}.search-box-2 .search-box-2-close-btn{visibility:hidden;opacity:0;display:none;-webkit-transition:opacity .1s linear;-moz-transition:opacity .1s linear;-o-transition:opacity .1s linear;transition:opacity .1s linear}.search-box-2.is-search-expanded{left:10px;-webkit-animation:searchSlideOpenXS .1s linear;-moz-animation:searchSlideOpenXS .1s linear;-o-animation:searchSlideOpenXS .1s linear;animation:searchSlideOpenXS .1s linear}.search-box-2.is-search-expanded .search-box-2-input-holder{width:auto;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.search-box-2.is-search-expanded .search-box-2-close-btn{visibility:visible;opacity:1;display:inline-block;padding-bottom:3px}.search-box-2.is-search-expanded .search-box-2-mag-svg{fill:#0b6c8a}.search-box-2 .search-box-2-expand-btn{padding-bottom:4px}@media all and (min-width: 1200px){.search-box-2{right:0;top:10px}.search-box-2 .search-box-2-input{font-size:1.5rem}.search-box-2 .search-box-2-expand-btn{padding-right:0;padding-left:0}.search-box-2 .search-box-2-mag-svg{width:16px;height:16px}.search-box-2 .search-box-2-expand-btn:hover .search-box-2-mag-svg{fill:#0b6c8a}.search-box-2 .search-box-2-close-btn{padding-right:0;padding-bottom:0}.search-box-2 .search-box-2-close-svg{width:13px;height:13px;fill:#999}.search-box-2 .search-box-2-submit{width:14px;height:14px;margin:3px 7px 0 -10px}.search-box-2 .search-box-2-submit-svg{width:14px;height:14px}.alt-navbar.is-nav-attached .search-box-2{right:10px;top:6px}}@media all and (min-width: 768px){.search-box-2.is-search-expanded{left:330px;-webkit-animation:searchSlideOpenMD .1s linear;-moz-animation:searchSlideOpenMD .1s linear;-o-animation:searchSlideOpenMD .1s linear;animation:searchSlideOpenMD .1s linear}}@media all and (min-width: 992px){.search-box-2.is-search-expanded{left:550px;-webkit-animation:searchSlideOpenLG .1s linear;-moz-animation:searchSlideOpenLG .1s linear;-o-animation:searchSlideOpenLG .1s linear;animation:searchSlideOpenLG .1s linear}}@media all and (min-width: 992px){.search-box-2.is-search-expanded{border-bottom:1px solid #0b6c8a}}@media all and (min-width: 1200px){.search-box-2.is-search-expanded{left:950px;-webkit-animation:searchSlideOpenXL .1s linear;-moz-animation:searchSlideOpenXL .1s linear;-o-animation:searchSlideOpenXL .1s linear;animation:searchSlideOpenXL .1s linear}}.search-box-2.is-search-closed{-webkit-animation:searchSlideClosedXS .1s linear;-moz-animation:searchSlideClosedXS .1s linear;-o-animation:searchSlideClosedXS .1s linear;animation:searchSlideClosedXS .1s linear}@media all and (min-width: 768px){.search-box-2.is-search-closed{-webkit-animation:searchSlideClosedMD .1s linear;-moz-animation:searchSlideClosedMD .1s linear;-o-animation:searchSlideClosedMD .1s linear;animation:searchSlideClosedMD .1s linear}}@media all and (min-width: 992px){.search-box-2.is-search-closed{-webkit-animation:searchSlideClosedLG .1s linear;-moz-animation:searchSlideClosedLG .1s linear;-o-animation:searchSlideClosedLG .1s linear;animation:searchSlideClosedLG .1s linear}}@media all and (min-width: 1200px){.search-box-2.is-search-closed{-webkit-animation:searchSlideClosedXL .1s linear;-moz-animation:searchSlideClosedXL .1s linear;-o-animation:searchSlideClosedXL .1s linear;animation:searchSlideClosedXL .1s linear}}@keyframes searchSlideOpenXS{0%{left:355px}100%{left:10px}}@keyframes searchSlideOpenMD{0%{left:500px}100%{left:330px}}@keyframes searchSlideOpenLG{0%{left:840px}100%{left:550px}}@keyframes searchSlideOpenXL{0%{left:1180px}100%{left:890px}}@keyframes searchSlideClosedXS{0%{left:50px}100%{left:355px}}@keyframes searchSlideClosedMD{0%{left:330px}100%{left:500px}}@keyframes searchSlideClosedLG{0%{left:550px}100%{left:840px}}@keyframes searchSlideClosedXL{0%{left:890px}100%{left:1180px}}@media all and (max-width: 1199px){.search-box-2{right:55px}.search-box-2 .search-box-2-input{width:100px;font-size:1.5rem}}@media(max-width: 575px){.iub-privacy-link{color:#000}.iub-privacy-link:hover,.iub-privacy-link:focus{color:#000}}@media(max-width: 575px){.iub-privacy-divider{color:#000}}.newsletters-heading-text{font-size:6.4rem;margin-bottom:3rem;font-weight:400;color:#58595b;line-height:7.68rem;font-family:"league-gothic",sans-serif}.newsletters-subheading-text{font-size:2.2rem;margin-bottom:2.5rem;font-weight:400;color:#58595b}.newsletters-missing{display:none;font-size:1.4rem;margin-bottom:3rem}.newsletters-title-text{font-size:3.2rem;line-height:3.84rem;font-weight:400;margin:-5px 0 8px 5px;color:#1f3765;font-family:"league-gothic",sans-serif}.newsletters-privacy-policy{margin-bottom:3rem}.newsletters-privacy-policy a{color:#0b6c8a;font:400 1.2rem "proxima-nova",sans-serif}.newsletters-details-section{margin-left:6px}.newsletters-frequency-text{color:#58595b;font-weight:bold;text-transform:uppercase;font-size:1.5rem;margin-bottom:.5rem}.newsletters-description-text,.newsletters-see-more{font-size:1.5rem;margin-bottom:.5rem;color:#58595b}.newsletters-preview-text{display:inline-block;margin-bottom:3.5rem}.newsletters-preview-text:hover{text-decoration:underline}.newsletters-preview{font-size:1.5rem;font-weight:bold;color:#0b6c8a;text-decoration:underline}.newsletters-preview:hover,.newsletters-preview:visited{color:#0b6c8a;text-decoration:underline}.newsletters-see-more-link:hover,.newsletters-see-more-link:visited{color:#0b6c8a}input.form-control.form-control-lg.newsletters-email-field{padding-left:20px}.newsletters-submit-icon{width:18px;height:18px;fill:#fff}.newsletters-subscribe-field .btn{background-color:#0b6c8a}.newsletters-partner-text{margin-left:5px}.newsletters-thank-you-container{min-height:60vh}.newsletters-thank-you-heading{font-size:4rem;margin-bottom:2rem;font-weight:bold}.not-found-top-container{background-color:#fff;border-style:solid;border-color:#0b6c8a;border-width:0 0 6px 0;padding:6rem;-webkit-box-shadow:0px 9px 16px 9px rgba(0,0,0,.1);-moz-box-shadow:0px 9px 16px 9px rgba(0,0,0,.1);box-shadow:0px 9px 16px 9px rgba(0,0,0,.1)}.not-found-outer{margin-bottom:5rem;min-height:66vh}.l-not-found{background:url('/static/nextgov/img/not-found-bg.jpg?fbe1bd175f2e') no-repeat 100% fixed;-webkit-background-size:cover;background-size:cover}.not-found-header-1{color:#000;font-family:"league-gothic",sans-serif;font-size:5rem;line-height:5.6rem}.not-found-header-2{color:#0b6c8a;font-family:"league-gothic",sans-serif;margin-bottom:2rem;font-size:5rem;line-height:5.6rem}.not-found-header-3{color:#000;margin-bottom:1.5rem;font-size:2rem}.not-found-outer .search-results-form .btn{background-color:#0b6c8a}.not-found-outer .search-results-form .btn:hover{background-color:#1f3765}@media all and (max-width: 767px){.not-found-top-container{padding:3rem}.not-found-outer{padding-top:4rem;margin-bottom:0}.not-found-header-1,.not-found-header-2{font-size:3.2rem;line-height:3.8rem}.not-found-header-3{font-size:1.6rem}}.pagination-link,.pagination-link:hover,.pagination-link:focus{color:#1f3765}.pagination-icon{fill:#1f3765}.pagination-link:hover .pagination-icon{fill:#0b6c8a}.horizontal-0{background-color:#c2c2c2}.powerlist-entry.nextgov-power-list p{font-family:"proxima-nova",sans-serif;font-size:1.5rem;line-height:2.5rem;font-weight:normal}.powerlist-entry.nextgov-power-list figcaption{font-family:"proxima-nova",sans-serif;font-style:normal}.powerlist-entry.nextgov-power-list .powerlist-subhead{font-family:"clarendon-text-pro",serif;font-style:normal;font-weight:400;font-size:1.6rem;line-height:2.2rem;color:#1f3765}.powerlist-entry.nextgov-power-list .powerlist-title{font-family:"league-gothic",sans-serif;font-weight:400;font-size:3.2rem;line-height:3.2rem;color:#1f3765}.privacy-bar-text a{color:#1f3765}.privacy-accept-button,.privacy-save-button,.privacy-cookie-button{background:#1f3765;color:#fff !important}.promo-title{color:#58595b;font-size:1.5rem;font-weight:700;line-height:1.4rem;border-bottom-color:#e6e7e8}.promo-item{font-family:"proxima-nova",sans-serif;font-size:1.5rem;line-height:2rem;padding:10px 0px 10px 0px;margin-top:5px;margin-bottom:20px}.promo-item:after{background-color:#c2c2c2;color:#1f3765;height:1px}.promo-item:hover .promo-link{color:#0b6c8a}.promo-link{color:#58595b;font-size:1.8rem;padding:1.4rem 0}.promo-theme-numbered .promo-item:hover{background-color:#000;color:#0b6c8a}.promo-theme-numbered .promo-item:hover:before{color:#000}.promo-theme-numbered .promo-item:before{color:#000}.ng-promo-solid-outer:before{content:"";display:block;height:.5rem}.ng-promo-solid-outer:after{content:"";display:block;height:1.5rem;border-style:solid;border-width:0 0 1px 0;border-color:#999;margin-bottom:3rem}.ng-promo-solid-outer .promo-title{font-size:2rem;margin-bottom:1.5rem;padding-bottom:.3rem;border-width:0 0 2px 0;border-color:#1f3765;border-style:solid;color:#1f3765}.ng-promo-solid-outer .promo-item{margin-bottom:1.5rem;padding:0;font-weight:bold}.ng-promo-solid-outer .promo-item:last-child{margin-bottom:0}.ng-promo-solid-outer .promo-item:after{display:none}.promo.promo-with-image{margin-bottom:0}.promo.promo-with-image .promo-title{text-transform:none}.promo.promo-with-image .promo-main-section{margin:0 0 30px}.promo.promo-with-image .promo-lead-image{filter:drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));margin:10px 0 10px 0;height:226px;width:300px}.promo.promo-with-image .promo-lead-title{color:#58595b;font-family:"league-gothic",sans-serif;font-style:normal;font-size:20px;font-weight:500;line-height:26px;margin:10px 0 10px}.promo.promo-with-image .promo-lead-title-link{color:inherit;text-decoration:none}.promo.promo-with-image .promo-lead-title-link:hover{color:inherit;text-decoration:none}.promo.promo-with-image .promo-lead-sponsor{color:#494949;font-family:"proxima-nova",sans-serif;font-size:1.2rem;font-weight:500;line-height:1.5rem;margin-bottom:.5rem;text-transform:uppercase}.promo.promo-with-image .promo-lead-button{text-align:center}.promo.promo-with-image .promo-button{border:1px solid #1f3765;background-color:#fff;color:#1f3765;display:block;font-size:1.2rem;font-weight:700;margin:0 0 10px 0;padding:1rem 0 1rem 0;text-transform:uppercase}.promo.promo-with-image .promo-button:hover{background-color:#0b6c8a;color:#fff;text-decoration:none}.promo.promo-with-image .promo-button:hover .promo-link-icon{fill:#fff}.promo.promo-with-image .promo-link-icon{display:inline-block;fill:#1f3765;height:18px;width:36px}.promo.promo-with-image .promo-sub-item{filter:drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));margin:10px 0;width:145px;height:125px}.promo.promo-with-image .promo-inner-content{display:flex}.promo.promo-with-image .promo-content-right{color:#58595b;font-size:16px;font-weight:500;line-height:21px;margin:0;padding:0 0 0 14px;text-align:left}.promo.promo-with-image .promo-sub-title{color:#58595b;font-size:1.4rem;margin:10px 0 20px 0}.promo.promo-with-image .promo-sub-title-link{color:#58595b;text-decoration:none;font-family:"league-gothic",sans-serif;font-style:normal;font-size:20px;font-weight:500;line-height:26px}.promo.promo-with-image .promo-sub-title-link:hover{color:#58595b;text-decoration:none}.promo.promo-with-image .promo-sub-button{border:1px solid #1f3765;background-color:#fff;color:#1f3765;font-size:1rem;font-weight:700;padding:.5rem 4rem .5rem 4rem;text-align:center;text-transform:uppercase}.promo.promo-with-image .promo-sub-button:hover{color:#fff;background-color:#1f3765;font-size:1rem;font-weight:700;text-decoration:none}.promo-theme-events .promo-title{margin-bottom:10px}.promo-rail-img-container{position:relative}.promo-theme-events .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{background:#9c5baa}.promo-theme-events .event-label{color:#494949;font-family:"proxima-nova",sans-serif;font-size:1.2rem;font-weight:500;line-height:1.5rem;margin-bottom:.5rem;text-transform:uppercase}.promo-theme-events .event-time{color:#494949;font-family:"proxima-nova",sans-serif;font-size:1.2rem;font-weight:500;line-height:1.5rem;margin-bottom:.5rem;text-transform:uppercase}.promo-theme-events .event-title{color:#58595b;font-family:"proxima-nova",sans-serif;font-size:1.8rem;font-weight:500;line-height:2rem;margin-bottom:.5rem}.promo-theme-events .promo-link:hover{color:#0b6c8a;text-decoration:none}.promo-theme-events .promo-link:hover .event-title{color:#0b6c8a;text-decoration:none}.promo-theme-podcast .promo-link:hover .promo-rail-img-container:before{content:"";display:block;height:181px;left:0;position:absolute;width:7px;z-index:20}.promo-theme-podcast .promo-item-sponsored .promo-link:hover .promo-rail-img-container:before{background:#9c5baa}.promo-theme-podcast .podcast-link{color:#494949;font-family:"proxima-nova",sans-serif;font-size:1.2rem;font-weight:500;line-height:1.5rem;margin-bottom:.5rem;text-transform:uppercase}.promo-theme-podcast .podcast-link:hover{color:#0b6c8a;text-decoration:none}.promo-theme-podcast .promo-theme-video .video-title{color:#58595b;font-family:"proxima-nova",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-podcast .promo-link:hover .podcast-link,.promo-theme-podcast .promo-link:hover .podcast-title{color:#0b6c8a;text-decoration:none}.promo-theme-podcast .promo-link:hover .promo-rail-img-container:before{color:#0b6c8a;height:100%}.promo-theme-podcast .promo-rail-img-container{float:left;margin-right:1rem;width:145px}.promo-theme-podcast .podcast-clear{clear:both}.promo-theme-podcast .promo-item-sponsored .promo-link:before{content:""}.promo-theme-podcast .promo-item-sponsored .podcast-sponsor-label{display:block}.promo-theme-podcast .podcast-sponsor-label{display:none;font-size:1rem;text-transform:uppercase}.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-video .promo-item-sponsored .promo-link:hover .promo-rail-img-container:before{background:#9c5baa}.promo-theme-video .promo-link:hover .video-title{color:#0b6c8a;text-decoration:none}.promo-item-sponsored .event-label,.promo-item-sponsored .podcast-link{color:#9c5baa}.podcast-link{color:#58595b;font-size:1.2rem;padding:1.6rem 0;margin:10px 0 15px;text-transform:uppercase}.podcast-link:hover{color:#0b6c8a;text-decoration:none}.promo-magazine-issue .promo-title{margin-bottom:10px}.pod-show-all{color:#1f3765;text-decoration:none;float:right}.pod-show-all:hover{color:#0b6c8a;text-decoration:underline;float:right}.river-item-hed{font-family:"league-gothic",sans-serif;font-weight:400;font-size:3.2rem;line-height:3.5rem;margin:0}@media all and (max-width: 1199px){.river-item-hed{font-size:2.4rem;line-height:2.8rem}}@media all and (max-width: 767px){.river-item-hed{font-size:1.8rem;line-height:2.4rem}}@media all and (max-width: 575px){.river-item-hed{padding-top:0;font-size:1.8rem;line-height:2.4rem}}.river-item-hed-link{color:#1f3765;font-family:"league-gothic",sans-serif;transition:color .2s ease}.river-item-hed-link:hover,.river-item-hed-link:active{text-decoration:none}.river-item{position:relative;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0 -1rem 4rem}.river-item .super-ready{cursor:pointer}.river-item .super-ready .river-item-hed-link:active{text-decoration:none}.river-item .super-ready:hover .river-item-hed-link{text-decoration:none}@media all and (max-width: 575px){.river-item .super-ready:hover .river-item-img{border-right:none}}.river-item .no-image-slashes{width:180px;margin-left:-4.5rem}.river-item .no-image-slashes-medium{display:none}.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;border-bottom:4px solid #1f3765;border-right:4px solid #1f3765}@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}}@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 .river-item-img{width:100%}}.river-item.river-item-3-column .river-item-img-container{padding:0;margin-top:0;margin-bottom:15px}@media all and (min-width: 768px)and (max-width: 991px){.river-item.river-item-3-column .river-item-img-container.hidden-md{display:block !important}}.river-item.river-item-3-column .river-item-inner-no-img{padding:15px 0 0;border-width:3px 0 0;border-color:#b2eeff;border-style:solid;margin-left:0}@media all and (max-width: 575px){.river-item.river-item-3-column .river-item-inner-no-img{padding:0;border-style:none}}.river-item.river-item-3-column .story-meta-river-item{margin-bottom:0}@media all and (max-width: 575px){.river-item.river-item-3-column{margin-bottom:2rem}}@media all and (max-width: 1199px){.river-item{margin-bottom:3.5rem}}@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-label{position:absolute;top:1rem;padding:.2rem 1.2rem;font-size:1.2rem;font-weight:700;text-transform:uppercase;background-color:#0b6c8a;color:#fff}@media all and (max-width: 575px){.river-item-label{font-size:1.4rem}}.river-item-label-img-hidden:visited,.river-item-label-img-hidden:focus,.river-item-label-img-hidden{font-weight:700;font-size:1.2rem;color:#fff;display:inline-block;letter-spacing:.07rem;padding:.4rem 1rem;margin-bottom:1rem;text-transform:uppercase}@media all and (max-width: 575px){.river-item-label-img-hidden{font-size:1.4rem}.river-item-label-img-hidden:visited,.river-item-label-img-hidden:focus{font-size:1.4rem}}.river-item-img-container{min-width:20rem;min-height:4rem;padding:0 1.6rem 0 1rem;flex-shrink:0;flex-grow:0}@media all and (max-width: 1199px){.river-item-img-container{padding:0 1rem}}@media all and (max-width: 767px){.river-item-img-container{padding:0 1em}}@media all and (max-width: 575px){.river-item-img-container{padding:0;margin-bottom:1rem}}.river-item-img-container-no-category{margin-top:.4rem}.river-item-img{width:354px}@media all and (max-width: 575px){.river-item-img{width:100%;border-right:none}}.river-item-img[class*=lazy-img-placeholder-]{height:0}@media all and (max-width: 575px){.river-item-no-image .river-item-category{position:static;padding-left:1rem}}.river-item-no-img-container{padding:0 1.6rem 0 1rem;flex-shrink:0;flex-grow:0}.river-item-inner{display:inline-block;padding:0 1rem;-ms-flex:0 1 auto}.river-item-inner-no-img{border-style:none;border-width:0 0 0 4px;margin-left:0;padding-left:1rem}@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-inner-no-img{border-style:solid;border-width:0 0 0 4px;margin-left:1rem;padding-left:2rem}}@media all and (max-width: 575px){.river-item-inner-no-img{border-style:none;border-width:0;margin-left:0;padding-left:1rem}}.river-item-category:visited,.river-item-category:focus,.river-item-category{font-weight:700;font-size:1.2rem;color:#fff;background-color:#0b6c8a;font-family:"proxima-nova",sans-serif;display:inline-block;letter-spacing:.07rem;padding:.4rem 1rem;margin-bottom:1rem;text-transform:uppercase}.river-item-category:hover,.river-item-category:active{color:#fff;text-decoration:none}@media all and (max-width: 575px){.river-item-category{font-size:1.4rem;position:absolute;top:2rem;left:0}.river-item-category:visited,.river-item-category:focus{font-size:1.4rem}}.river-item-dek{font-size:1.8rem;line-height:2.4rem;color:#58595b;font-weight:400;margin:.5rem 0 1rem;padding:0}@media all and (max-width: 575px){.river-item-dek{margin:.5rem 0;font-size:1.4rem}}@media all and (max-width: 767px){.river-item-dek{margin:.5rem 0;font-size:1.4rem}}@media all and (max-width: 1199px){.river-item-dek{font-size:1.6rem}}.river-item-sponsored .river-item-hed-link{font-weight:400;color:#000}.river-item-sponsored .river-item-hed-link:hover,.river-item-sponsored .river-item-hed-link:focus{color:#ab7dd4}.river-item-sponsored .river-item-inner-no-img{border-color:#000}.river-item-sponsored .river-item-img{border-color:#000}.river-item-sponsored .datetime{text-transform:uppercase;font-weight:700;font-size:1.2rem;line-height:1.8rem;color:#544959}.river-item-sponsored .river-item-label,.river-item-sponsored .river-item-label-img-hidden{background-color:#000}.river-item-sponsored.river-item-3-column .river-item-img{border-color:#000}.river-item-sponsored.river-item-3-column .river-item-inner-no-img{border-color:#000}.river-grid .river-title{margin-bottom:1.5rem;font-size:3.6rem;font-weight:bold;line-height:4.8rem;color:#0b6c8a}.river-grid .river-items{margin-bottom:-2rem}.river-grid .river-item{display:block;margin:0 0 5rem;color:#0b6c8a}.river-grid .river-item::before{content:"";border-top:2px solid #0b6c8a;transition:border-color .2s ease;display:block;height:8px}.river-grid .river-item.hover-group-engaged::before{border-top-color:#0b6c8a}.river-grid .river-item.hover-group-engaged .river-item-img{border-right:none}.river-grid .river-item-label{position:static;margin-bottom:.5rem;padding:0;font-size:1.2rem;font-weight:bold;line-height:1.8rem;background:none;text-transform:uppercase;color:#0b6c8a}.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;color:#0b6c8a}.river-grid .river-item-dek{font-size:1.4rem;font-weight:normal;line-height:2.4rem;color:#999}.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}@media all and (max-width: 1199px){.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: 767px){.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:.5rem}.river-grid .river-item-img{position:static;top:auto;left:auto;margin-bottom:2.5rem;width:100%}.river-grid .river-item-link{display:block;margin-right:0;width:auto;padding-top:.9rem;padding-bottom:.9rem;text-align:center}.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-item-img{border-right:4px solid #1f3765}@media all and (max-width: 575px){.river-item-img{border-bottom:4px solid #1f3765;border-right:none}}.river-item-title{color:#000}.river-item-category:hover,.river-item-category:active{color:#fff;background-color:#0b6c8a}.river-item-hed-link:hover,.river-item-hed-link:active{color:#0b6c8a;text-decoration:underline}@media all and (max-width: 575px){.river-item-hed-link{font-size:2.6rem;line-height:3.2rem}}@media all and (max-width: 575px){.river-item-dek{font-size:1.8rem;margin:.5rem 0 1rem 0}}@media all and (max-width: 575px){.river-item::after{content:"";margin:0 auto;width:95%;border-bottom:1px solid #c2c2c2;padding-bottom:1rem}}@media all and (max-width: 767px){.river-item .no-image-slashes{display:none}}@media all and (max-width: 767px){.river-item .no-image-slashes-medium{display:block;width:130px;height:120px;margin-left:-4.2rem;margin-right:-1rem}}@media all and (max-width: 575px){.river-item .no-image-slashes-medium{display:none}}@media all and (max-width: 575px){.river-item.river-item-no-image{flex-direction:column}}.river-item.hover-group-engaged:hover .river-item-hed-link{color:#0b6c8a}.river-item.hover-group-engaged .river-item-hed-link:active{color:#0b6c8a}.river-item.hover-group-engaged .river-item-img{border-right:4px solid #0b6c8a;transition:border-color .2s ease}@media all and (max-width: 575px){.river-item.hover-group-engaged .river-item-img{border-right:none}}.river-item.river-item-3-column.hover-group-engaged .river-item-img{border-bottom:4px solid #0b6c8a;border-right:none;transition:border-color .2s ease}.river-item.hover-group-ready:hover .river-item-inner-no-img{border-color:#0b6c8a}.river-item-sponsored.river-item.hover-group-engaged .river-item-img{border-color:#4d4d4d}.river-item-sponsored.hover-group-ready:hover .river-item-hed-link{color:#4d4d4d}.river-item-sponsored.hover-group-ready:hover .river-item-label{background-color:#4d4d4d;transition:background-color .2s ease}.river-item-sponsored.hover-group-ready:hover .river-item-inner-no-img{border-color:#4d4d4d}.river-item-sponsored.hover-group-ready .river-item-hed-link:active{color:#4d4d4d}.lander-event-container .river-grid .river-title::before{content:none}.river-grid .river-title::before{content:"//";margin-right:10px}@media all and (max-width: 991px){.river-grid .river-title{font-size:3rem}}.river-grid .river-item-title-link{color:#1f3765;font-family:"league-gothic",sans-serif;font-weight:400;font-size:3rem;line-height:3rem;transition:color .2s ease}.river-grid .river-item-title-link:hover,.river-grid .river-item-title-link:active{color:#0b6c8a;text-decoration:none}@media all and (max-width: 767px){.river-grid .river-item{margin-bottom:4.5rem}}.river-grid .river-item.hover-group-engaged .river-item-title-link{color:#0b6c8a;text-decoration:none}.river-grid .river-item.hover-group-engaged .river-item-link{background-color:#0b6c8a}.river-grid .river-item-link{background-color:#1f3765;color:#fff;line-height:3.2rem;padding-left:1.5rem;padding-right:1.5rem;transition:background-color .2s ease}.river-grid .river-item-link:hover{background-color:#0b6c8a}@media all and (max-width: 991px){.river-grid .river-item-w-image .river-item-title,.river-grid .river-item-w-image .river-item-dek,.river-grid .river-item-w-image .river-item-link{margin-left:190px}}@media all and (max-width: 767px){.river-grid .river-item-w-image .river-item-title,.river-grid .river-item-w-image .river-item-dek,.river-grid .river-item-w-image .river-item-link{margin-left:0}}.river-grid .river-item-dek{color:#58595b;font-weight:700;font-size:1.4rem;line-height:1.7rem}@media all and (max-width: 991px)and (min-width: 768px){.no-image-slashes{display:none}}@media all and (max-width: 767px){.river-item-inner-no-img{border-color:#1f3765}}.search-results-hed{color:#1f3765;text-transform:uppercase;font-weight:100;font-size:7.8rem;margin-bottom:0;margin-top:1rem}.search-results-subhed{color:#0b6c8a;font-weight:700;font-size:3.6rem;line-height:1.5}.search-results-form-label{display:block;margin-bottom:0}.search-results-form .form-group{margin-bottom:0}.search-results-form input#q{border:1px solid #d9d9d9;border-right:none;border-radius:0}.search-results-form input#q::placeholder{color:#989898}.search-results-form .form-control{border:1px solid rgba(0,0,0,0);border-left:none;border-right:none;font-size:1.5rem;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:#1f3765;padding-bottom:.7rem}.search-results-form .btn:hover{background-color:#0b6c8a}.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 .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.8rem;line-height:2.4rem}#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 *{text-decoration:none;margin-bottom:1rem;font-weight:700;font-size:2.4rem;line-height:3rem;font-family:"league-gothic",sans-serif;color:#000}#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:#1f3765}#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:#1f3765;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:#1f3765;border-width:0 0 0 4px;margin-bottom:4rem;padding-left:2rem}#search-results .gsc-webResult.gsc-result.hover-group-engaged{border-color:#0b6c8a}@media all and (max-width: 1199px){.search-results-hed{font-size:7.5rem}}@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}}@media all and (max-width: 767px){.search-results-hed{font-size:6.5rem}.search-results-subhed{font-size:3.2rem;line-height:3.6rem}}.share-this{font-family:"proxima-nova",sans-serif;font-weight:bold;line-height:2.4rem;margin-bottom:1.5rem;font-size:1.6rem;color:#58595b}.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 (max-width: 1199px){.share-this .social-options .social-options-item .social-options-svg{width:28px;height:28px}}@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-label{color:#fff;font-family:"proxima-nova",sans-serif;font-size:1rem;font-weight:700;line-height:1.2rem;letter-spacing:.04rem;text-transform:uppercase;background-color:#0b6c8a}.skybox-text{color:#1f3765}.skybox{clear:both;font-family:"league-gothic",sans-serif;font-size:1.8rem;line-height:2.16rem;font-weight:400}@media all and (max-width: 575px){.skybox:before{content:"";margin:0 auto;width:95%;margin-top:-2rem;padding-bottom:2rem;border-top:1px solid #c2c2c2}}@media all and (max-width: 575px){.skybox:after{content:"";margin:0 auto;width:95%;padding-top:2rem;border-bottom:1px solid #c2c2c2}}.skybox-link:hover{color:#0b6c8a;text-decoration:underline}.skybox-link:hover .skybox-text{color:#0b6c8a}.skybox-img{border-style:solid;border-width:0 0 4px 0;border-color:#1f3765}.skybox-img:hover{border-color:#0b6c8a}.skybox-item-sponsored .skybox-img{border-color:#000}.skybox-mobile-top .skybox-mobile-post-carousel{margin-bottom:-1rem;margin-top:-1rem}.skybox-mobile-top .skybox-mobile-post-carousel .skybox-mobile-post-item-container .skybox-mobile-post-item .skybox-text{font-size:1.6rem;line-height:1.8rem}.skybox-mobile-top .skybox-mobile-post-carousel .skybox-mobile-post-item-container .skybox-mobile-post-item .skybox-text span{text-transform:uppercase}.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-nav .social-options-item:hover .social-options-svg{opacity:.6}.social-options-menu{margin:0 -1.5rem 1rem -1.5rem}.social-options-menu .social-options-item .social-options-svg,.social-options-menu .social-options-item:link .social-options-svg,.social-options-menu .social-options-item:visited .social-options-svg{fill:#000}.social-options-menu .social-options-item{padding:0 1.5rem}.alt-navbar.is-nav-attached .social-options-nav{display:none !important}.social-options .social-options-item .social-options-svg-email{fill:#999}.social-options-md{width:25px;height:25px}.social-options.social-options-md .social-options-item .social-options-svg{width:25px;height:25px}@media all and (max-width: 1199px){.social-options-nav{left:185px;top:11px}}@media all and (min-width: 768px)and (max-width: 1199px){.alt-navbar.is-nav-attached .social-options-nav{display:flex !important}}.social-media-icons-header{border-bottom:2px solid #e6e7e8}.social-media-icons-header .icon-ng-logo-tiny-svg{display:inline-block;margin-top:14px;margin-bottom:3px;margin-right:5px;width:1.5rem;height:1.5rem}.social-media-icons-header .rectangle-icon{display:inline-block;height:35px;width:0}.social-media-icons-header>p{color:#58595b;font-size:1.5rem;font-weight:700;line-height:1.4rem;border-bottom-color:#e6e7e8;font-family:"proxima-nova",sans-serif;margin-bottom:5px;margin-top:15px;margin-left:0}.social-media-icons{display:flex;flex-direction:row;height:40px}.social-media-icons>a{margin-right:1.5rem;margin-top:15px}.social-media-icons-svg{background-color:#d9d9d9;background-repeat:no-repeat;fill:#1f3765;padding:9px;width:4rem;height:4rem}.sponsor-content-tag-inner-a{background-color:#f1ad1d}.sponsor-content-tag{font-family:"proxima-nova",sans-serif;font-weight:700;font-size:1.1rem;line-height:1.34rem}.sponsorships{color:#544959;font-size:1.2rem;text-transform:uppercase}.sponsorships.lander-sponsorships{color:#999;width:100%}@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-byline{color:#58595b;font-weight:800}.story-meta-date{color:#58595b;font-weight:800}.story-meta li:before{content:"//";margin:-5px 6px 0 0}.story-meta-lander-top-story{color:#1f3765}.story-meta-not-found li:before{background:#1f3765}@media all and (max-width: 575px){.story-meta-top-story li,.story-meta-top-story li:first-child{color:#1f3765}.story-meta-top-story li:before{background:#1f3765}.river-item-divider{background-image:none}.story-meta{font-weight:700;font-size:1.6rem;line-height:1.8rem}}.subscribe{margin-bottom:40px}svg.subscribe-slashes{display:block;width:60px;height:50px;margin-left:-1.5rem}.subscribe-slashes-container{width:50px;height:50px;float:left;margin-left:-1rem}.subscribe-title{color:#1f3765;font-size:1.6rem;line-height:1.9rem}.subscribe-email-icon{display:none}.subscribe .input-group{border:1px solid #c2c2c2;background-color:#fff}.subscribe-form input.form-control{margin:1px 3px}.subscribe .form-control{box-shadow:none;color:#58595b;font-size:1.5rem;margin-top:2px;margin-bottom:2px;padding-left:20px}.subscribe .form-control::-moz-placeholder{opacity:1;color:#58595b}.subscribe .form-control::-webkit-input-placeholder{color:#58595b}.subscribe .form-control:-ms-input-placeholder{color:#58595b}.subscribe .form-control::placeholder{opacity:1;color:#58595b}.subscribe .btn{background-color:#0b6c8a}.subscribe .btn:hover{background-color:#0b6c8a}.subscribe-submit-icon{top:1px}.subscribe-third-party{font-family:"proxima-nova",sans-serif}.mfp-bg{background-color:rgba(0,0,0,.4)}.survey-modal{background:#fff;border-bottom:solid 5px #999;color:#000;font-family:"proxima-nova",sans-serif}.survey-modal-learn-more-link{color:#1f3765 !important;text-decoration:underline !important}.survey-modal-label{text-transform:uppercase;font-size:1.2rem;color:#000}.form-check-label{line-height:1.3em;color:#000 !important}.form-check-label span{margin-left:5px}.survey-modal-select-icon-container{background-color:rgba(0,0,0,0);border-left:1px solid #999;float:right;position:relative;top:-3.9rem;transform:none}.survey-modal .survey-modal-title{margin:10px 0 11px 0;font-weight:normal;font-size:28px;font-family:"league-gothic",sans-serif}.survey-modal p{margin-bottom:25px;font-size:1.5rem;font-weight:normal}.survey-modal .form-control{color:#999;font-family:"proxima-nova",sans-serif}.survey-modal .form-group{background-color:rgba(0,0,0,0);margin-bottom:15px}.survey-modal .form-group .form-control.custom-select{height:4rem;color:#999}.form-control.form-control-lg.survey-modal-field{border:1px solid #999}.survey-modal-submit{margin:16px 0 13px 0;border:0;padding:7px 25px;color:#fff;font-size:1.4rem;background:#1f3765;width:175px;text-transform:uppercase;padding-top:15px;padding-bottom:15px}.survey-modal-submit:hover{background:#0b6c8a;color:#fff}.survey-modal-select-icon{position:absolute;top:50%;left:50%;margin-top:-6px;margin-left:-5px;width:19px;height:19px;color:#1f3765}.survey-modal-close{border:2px solid #1f3765 !important;height:30px;line-height:32px;margin-right:19px;margin-top:15px;opacity:1;width:30px}.survey-modal-close-icon{fill:#1f3765;width:18px;height:26px;opacity:1;padding-bottom:1rem}.flex-row-reverse{clear:both}@media all and (max-width: 575px){.tags-item{font-size:1.4rem}}.tiled-promo-item-img{border-right:4px solid #1f3765;height:226px;transition:border-color .2s ease;width:300px}.tiled-promo-item-link:hover .tiled-promo-item-img{border-color:#0b6c8a}.top-story{max-height:600px}.top-story.hover-group-engaged .top-story-img-link{border-color:#0b6c8a}.top-story.hover-group-engaged .top-story-img-link:visited{border-color:#0b6c8a}.top-story.hover-group-engaged .top-story-title-link{color:#0b6c8a;text-decoration:none}.top-story.hover-group-engaged .top-story-subhed-link{text-decoration:none;color:#58595b}.top-story .top-story-title-link{color:#1f3765;padding-top:3px;transition:color .2s ease;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-o-transition:color .2s ease}.top-story .top-story-title-link:visited{color:#58595b;padding-top:3px;transition:color .2s ease;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-o-transition:color .2s ease}.top-story .top-story-title-link:active,.top-story .top-story-title-link:hover{color:#0b6c8a;text-decoration:underline}.top-story-img-link{display:block;border-right:10px solid #1f3765;transition:border-color .2s ease;-webkit-transition:border-color .2s ease;-moz-transition:border-color .2s ease;-o-transition:border-color .2s ease}.top-story-img-link:visited{display:block;border-right:10px solid #1f3765;transition:border-color .2s ease;-webkit-transition:border-color .2s ease;-moz-transition:border-color .2s ease;-o-transition:border-color .2s ease}.top-story-img-link:hover,.top-story-img-link:active{border-color:#0b6c8a}.top-story-img{display:block;max-width:730px}.top-story-img-holder{margin-bottom:4rem}.ng-index-page .top-story-img-holder{margin-bottom:3rem}.top-story-item-category{text-align:center}.top-story-content-holder{margin-bottom:4rem;padding-top:2rem}.top-story-title{font-family:"league-gothic",sans-serif;font-weight:400;font-size:4.2rem;line-height:4.4rem;color:#58595b;text-align:center}.top-story-subhed{font-size:2rem;line-height:2.5rem;text-align:center}.top-story-subhed-link{color:#58595b}.top-story-subhed-link:hover,.top-story-subhed-link:active{text-decoration:none;color:#58595b}@media all and (max-width: 1199px){.top-story{margin-top:auto;margin-bottom:auto}.top-story-title{font-size:2.5rem;line-height:3rem}.top-story-subhed{font-size:1.5rem;line-height:2rem}.top-story-img{max-width:615px}.top-story-img-link{border-right:5px solid #1f3765}}@media all and (max-width: 991px){.top-story{margin-top:auto;margin-bottom:auto}.top-story-content-holder{padding-top:0}.top-story-title{font-size:2.5rem;line-height:3rem}.top-story-subhed{font-size:1.5rem;line-height:2rem}.top-story-img{max-width:395px}}@media all and (max-width: 767px){.top-story{max-height:none;margin-top:auto;margin-bottom:auto}.top-story-title{text-align:left}.top-story-subhed{text-align:left}.top-story-img{max-width:520px;margin-bottom:1rem}}@media all and (max-width: 575px){.top-story{margin-top:auto;margin-bottom:auto}.top-story-item-category{position:relative}.top-story-title{text-align:left}.top-story-subhed{text-align:left}.top-story-img{max-width:100%}}.wysiwyg>*{color:#58595b;font-family:"proxima-nova",sans-serif;font-size:16px;line-height:2.5rem;font-weight:normal;margin-bottom:1.5rem}.wysiwyg a{color:#0b6c8a;text-decoration:none}.wysiwyg a:hover{color:#1f3765;text-decoration:underline}.wysiwyg .pullquote-quote{font-size:2.5rem;font-style:normal;line-height:3rem;color:#010001}.wysiwyg .pullquote-quote:before{color:#0b6c8a;font-size:9.6rem;line-height:3.2rem;font-family:"proxima-nova",sans-serif}.wysiwyg .pullquote-attribution{color:#0b6c8a;font-family:"proxima-nova",sans-serif;font-size:1.5rem;line-height:2rem;font-weight:bold;text-transform:uppercase}.wysiwyg blockquote{border-left:2px solid #0b6c8a;color:#999}@media all and (max-width: 767px){.wysiwyg>*{margin-bottom:2rem}}.newsletter-module-subscribe{margin-bottom:40px}.newsletter-module-subscribe .subscribe-title{color:#1f3765;font-size:1.6rem;line-height:1.9rem}.newsletter-module-subscribe .subscribe-email-icon{display:none}.newsletter-module-subscribe .input-group{align-items:center}.newsletter-module-subscribe div.form-group{border:1px solid #c2c2c2;background-color:#ebebec}.newsletter-module-subscribe .form-control{box-shadow:none;color:#58595b;font-size:1.5rem;height:1.8rem;margin:0;border:0;padding-left:20px;background-color:#ebebec}.newsletter-module-subscribe .form-control::-moz-placeholder{opacity:1;color:#58595b}.newsletter-module-subscribe .form-control::-webkit-input-placeholder{color:#58595b}.newsletter-module-subscribe .form-control:-ms-input-placeholder{color:#58595b}.newsletter-module-subscribe .form-control::placeholder{opacity:1;color:#58595b}.newsletter-module-subscribe .btn{background-color:#0b6c8a}.newsletter-module-subscribe .btn:hover{background-color:#0b6c8a}.newsletter-module-subscribe .subscribe-submit-icon{top:1px}.newsletter-module-subscribe .subscribe-third-party{font-family:"proxima-nova",sans-serif}.newsletter-module-survey-modal-close{background-color:#2d8fff;border-color:#2d8fff}.newsletter-module-survey-modal-select-icon-container{background-color:#2d8fff}.newsletter-module-survey-modal-submit{background-color:#2d8fff}.newsletter-module-survey-modal-submit:hover{background-color:#2d8fff}.newsletter-module-survey-modal-learn-more-link{color:#2d8fff}.newsletter-module-survey-modal-learn-more-link:hover{color:#007ee0}body{font-family:"proxima-nova",sans-serif}/*# sourceMappingURL=nextgov-combined.css.map */
