@charset "UTF-8";
/*
$breakpoints: (
  small: 0,
  medium: 640px,
  large: 1024px,
  xlarge: 1200px,
  xxlarge: 1440px,
);
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.1.2
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.slide-in-down.mui-enter, .slide-in-left.mui-enter, .slide-in-up.mui-enter, .slide-in-right.mui-enter, .slide-out-down.mui-leave, .slide-out-right.mui-leave, .slide-out-up.mui-leave, .slide-out-left.mui-leave, .fade-in.mui-enter, .fade-out.mui-leave, .hinge-in-from-top.mui-enter, .hinge-in-from-right.mui-enter, .hinge-in-from-bottom.mui-enter, .hinge-in-from-left.mui-enter, .hinge-in-from-middle-x.mui-enter, .hinge-in-from-middle-y.mui-enter, .hinge-out-from-top.mui-leave, .hinge-out-from-right.mui-leave, .hinge-out-from-bottom.mui-leave, .hinge-out-from-left.mui-leave, .hinge-out-from-middle-x.mui-leave, .hinge-out-from-middle-y.mui-leave, .scale-in-up.mui-enter, .scale-in-down.mui-enter, .scale-out-up.mui-leave, .scale-out-down.mui-leave, .spin-in.mui-enter, .spin-out.mui-leave, .spin-in-ccw.mui-enter, .spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear; }

a.skip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 1px;
  width: 1px;
  text-align: left;
  overflow: hidden; }
  a.skip:active, a.skip:focus, a.skip:hover {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    overflow: visible; }

.off-screen,
.screen-reader-text {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

/*
.row { outline: 1px red dotted; }
.columns { outline: 1px aqua dotted; }
img { outline: 1px lighten(#999, 10%) solid; }
*/
.row.flex-expanded {
  max-width: 100%; }

.row.flex-unexpanded {
  margin: 0 auto !important;
  max-width: 90rem !important; }

.flex-collapse .columns {
  padding: 0; }

.flex-collapse-right {
  padding-right: 0 !important; }

.flex-collapse-left {
  padding-left: 0 !important; }

@media screen and (min-width: 58em) {
  .no-padding {
    padding: 0 !important; }
  .no-padding-top {
    padding-top: 0 !important; }
  .no-padding-right {
    padding-right: 0 !important; }
  .no-padding-bottom {
    padding-bottom: 0 !important; }
  .no-padding-left {
    padding-left: 0 !important; }
  .no-margin {
    margin: 0 !important; }
  .no-margin-top {
    margin-top: 0 !important; }
  .no-margin-right {
    margin-right: 0 !important; }
  .no-margin-bottom {
    margin-bottom: 0 !important; }
  .no-margin-left {
    margin-left: 0 !important; } }

@media screen and (min-width: 0em) and (max-width: 57.9375em) {
  .no-padding-sm {
    padding: 0 !important; }
  .no-padding-top-sm {
    padding-top: 0 !important; }
  .no-padding-right-sm {
    padding-right: 0 !important; }
  .no-padding-bottom-sm {
    padding-bottom: 0 !important; }
  .no-padding-left-sm {
    padding-left: 0 !important; }
  .no-margin-sm {
    margin: 0 !important; }
  .no-margin-top-sm {
    margin-top: 0 !important; }
  .no-margin-right-sm {
    margin-right: 0 !important; }
  .no-margin-bottom-sm {
    margin-bottom: 0 !important; }
  .no-margin-left-sm {
    margin-left: 0 !important; } }

.align-list-center {
  display: table;
  margin: 0 auto; }

h1, h2, h3, h4, h5 {
  text-transform: uppercase; }

.article h2 {
  margin-top: 4rem !important; }

.article ul {
  margin-top: 2rem; }
  .article ul.columns-2, .article ul.columns-3 {
    list-style: none !important;
    margin-left: 0; }
  .article ul.columns-3 {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3; }
  .article ul.columns-2 {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2; }

@font-face {
  font-family: "Bourgeois W00 Medium";
  src: url("../fonts/15bd325b-7340-4820-a91f-4c769a671b48.eot?#iefix");
  src: url("../fonts/15bd325b-7340-4820-a91f-4c769a671b48.eot?#iefix") format("eot"), url("../fonts/a4269305-6c5d-410c-a86c-fc728375b1ed.woff2") format("woff2"), url("../fonts/4b45c333-6fe2-4083-a90c-aaf8c3787c21.woff") format("woff"), url("../fonts/11bf773b-5756-44f7-986c-38294a86bce7.ttf") format("truetype"), url("../fonts/7217b7db-d231-4217-9db5-bc2c2918ce05.svg#7217b7db-d231-4217-9db5-bc2c2918ce05") format("svg"); }

a.button {
  text-transform: uppercase;
  font-family: "Bourgeois W00 Medium", "Arial Regular", Arial, sans-serif;
  background-color: rgba(142, 142, 142, 0.3);
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }
  a.button span {
    display: block;
    -webkit-transform: skew(30deg);
    -ms-transform: skew(30deg);
    transform: skew(30deg); }
  a.button:hover {
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff; }
  a.button.featured-button {
    margin-bottom: 0;
    font-size: 1.38889rem;
    padding: 0.83333rem 3.47222rem 0.55556rem 3.47222rem;
    text-shadow: 1px 1px 1px black;
    font-weight: bold;
    border-top: none;
    border-right: 2px solid #f89b37;
    border-bottom: 2px solid #f89b37;
    border-left: 2px solid #f89b37;
    background-color: #faa41a;
    background-image: linear-gradient(#faa41a, #f58220); }
    a.button.featured-button:hover {
      color: #ffffff;
      background-color: #d06f1b;
      background-image: linear-gradient(#d06f1b, #fbbb53); }
    a.button.featured-button i {
      font-size: 0.97222rem; }
  a.button.on-white-button {
    background-color: #005a87;
    border: none; }
  a.button.highlighted {
    color: #000000;
    background-color: #ffffff; }
    a.button.highlighted:hover {
      color: #ffffff;
      background-color: #ff7f00;
      border-color: #ff7f00; }
  a.button.featured-button-simple, a.button.clear-button {
    -webkit-transform: skew(0deg);
    -ms-transform: skew(0deg);
    transform: skew(0deg);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-right: 0; }
    a.button.featured-button-simple img, a.button.clear-button img {
      height: 20px; }
    a.button.featured-button-simple:hover, a.button.clear-button:hover {
      color: #ffffff;
      background-color: #005f8e; }
    a.button.featured-button-simple.chrome, a.button.chrome.clear-button {
      background-color: white;
      background-image: linear-gradient(white, #7b7e80);
      border: none; }
      a.button.featured-button-simple.chrome:hover, a.button.chrome.clear-button:hover {
        background-color: #ffffff;
        background-image: linear-gradient(#ffffff, #ffffff); }

.button-group a {
  margin-right: 1rem !important; }

@media screen and (min-width: 58em) and (max-width: 69.9375em) {
  a.button.featured-button {
    padding-left: 2rem;
    padding-right: 2rem; } }

.more-button {
  margin-top: 20px !important; }

.page-button {
  margin-top: 4rem !important; }

@media screen and (min-width: 0em) and (max-width: 57.9375em) {
  .page-button {
    width: 94% !important; } }

i {
  margin-right: 0.25rem; }

.utility-bar {
  color: #ffffff;
  background-color: #000f1f;
  height: 30px; }
  .utility-bar a {
    font-family: "Bourgeois W00 Medium", "Arial Regular", Arial, sans-serif;
    font-size: 130%;
    color: #ffffff; }
    .utility-bar a:hover {
      color: #d6d6d6; }
    .utility-bar a img {
      margin-top: -4px;
      height: 16px; }
  .utility-bar li.highlight a {
    color: #ffed83; }
  .utility-bar .menu {
    font-size: 0.76389rem;
    text-transform: uppercase;
    letter-spacing: 0.03472rem; }
    .utility-bar .menu i {
      margin-top: -2px; }

.register a {
  font-family: "Bourgeois W00 Medium", "Arial Regular", Arial, sans-serif;
  font-size: 130%;
  color: #ffed83; }
  .register a:hover {
    color: #ffffff; }

.login a {
  font-family: "Bourgeois W00 Medium", "Arial Regular", Arial, sans-serif;
  font-size: 130%;
  color: #d6d6d6; }
  .login a:hover {
    color: #ffffff; }

.primary-nav-bar {
  background-color: #002233;
  height: 75px;
  color: #ffffff; }
  .primary-nav-bar .logo {
    width: 142px; }
  .primary-nav-bar .featured-button {
    float: right;
    margin-right: 0; }
  .primary-nav-bar .awards-logo {
    height: 44px;
    float: right; }
  .primary-nav-bar a:not(.button) {
    color: #ffffff; }
    .primary-nav-bar a:not(.button):hover {
      color: #43afff; }
  .primary-nav-bar .dropdown.menu a {
    font-family: "Bourgeois W00 Medium", "Arial Regular", Arial, sans-serif;
    font-size: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.01736rem; }
  .primary-nav-bar .dropdown.menu > li {
    height: 75px;
    -webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    transform: skew(-30deg); }
    .primary-nav-bar .dropdown.menu > li a {
      color: #ffffff;
      padding-left: 1rem;
      padding-right: 1rem; }
      .primary-nav-bar .dropdown.menu > li a span {
        display: block;
        -webkit-transform: skew(30deg);
        -ms-transform: skew(30deg);
        transform: skew(30deg); }
    .primary-nav-bar .dropdown.menu > li:hover a {
      color: #174466; }
    .primary-nav-bar .dropdown.menu > li:hover, .primary-nav-bar .dropdown.menu > li[data-is-click=true] {
      background-color: #ffffff;
      background-image: linear-gradient(#ffffff, #899faa); }
      .primary-nav-bar .dropdown.menu > li:hover a, .primary-nav-bar .dropdown.menu > li[data-is-click=true] a {
        color: #174466; }
    .primary-nav-bar .dropdown.menu > li.active {
      background-color: #ffffff;
      background-image: linear-gradient(#ffffff, #899faa); }
      .primary-nav-bar .dropdown.menu > li.active a {
        color: #174466; }
    .primary-nav-bar .dropdown.menu > li.active:not(.is-active) {
      background-color: #002233;
      background-image: linear-gradient(#002233, #002233); }
      .primary-nav-bar .dropdown.menu > li.active:not(.is-active) a {
        color: #43afff;
        border: 1px solid #264352; }
  .primary-nav-bar .dropdown.menu ul.menu li {
    display: table-cell; }
    .primary-nav-bar .dropdown.menu ul.menu li:hover a {
      color: #ffffff; }
    .primary-nav-bar .dropdown.menu ul.menu li a {
      color: #174466;
      width: 100% !important;
      white-space: nowrap !important; }

@media screen and (min-width: 58em) and (max-width: 69.9375em) {
  .awards-logo {
    display: none; } }

#dropdown-bar {
  display: none;
  height: 35px;
  background-color: #899faa;
  position: absolute;
  top: 75px;
  left: 0;
  width: 100%;
  z-index: -1; }

@media screen and (min-width: 0em) and (max-width: 57.9375em) {
  .masthead-bar {
    height: 4px; } }

.mobile-title-bar {
  height: 50px;
  /*
	.title-bar-title {
		padding: {
			top: $titlebar-padding/2;
			left: $titlebar-padding;
		}
	}
	*/
  /*
	.title-bar-right {
		.menu {
			li a {
				margin: 0;
				padding: $titlebar-padding;
			}
		}
	}
*/ }
  .mobile-title-bar.title-bar {
    background-color: #002233; }
  .mobile-title-bar a:active,
  .mobile-title-bar a:visited,
  .mobile-title-bar a:hover {
    color: #ffffff; }
  .mobile-title-bar .menu .icon {
    margin-right: 0; }
    .mobile-title-bar .menu .icon i {
      margin-top: -6px; }
  .mobile-title-bar .menu .logo img {
    height: 30px;
    margin-top: -6px; }

/*
#mobile-search-bar {
	padding-top: $global-padding/1.25;
	display: none;
}
*/
#mobile-menu > .menu {
  margin-top: 49px; }
  #mobile-menu > .menu > li {
    border-bottom: 1px solid #6b6b6b; }
    #mobile-menu > .menu > li:first-child {
      border-top: 1px solid #6b6b6b; }

#mobile-menu .menu li a {
  color: #ffffff;
  font-family: "Bourgeois W00 Medium", "Arial Regular", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 120%; }

#mobile-menu .menu li.is-accordion-submenu-parent > a:after {
  border-color: #ffffff transparent transparent; }

#mobile-menu .menu li[aria-expanded=true].is-accordion-submenu-parent > a:after {
  margin-top: -10px; }

#mobile-menu .menu .menu {
  background-color: #ffffff;
  background-image: linear-gradient(#ffffff, #899faa);
  padding-top: 0.5rem;
  padding-bottom: 0.33333rem; }
  #mobile-menu .menu .menu li a {
    font-size: 85%;
    color: #002233; }

#mobile-menu button {
  color: #ffffff; }

#mobile-menu .featured-button {
  width: 85%;
  margin-top: 1rem;
  margin-left: 1rem; }

.off-canvas-wrapper {
  background-color: #002233; }

#home-slider .item,
#home-slider-mobile .item {
  border-right: 1px solid #ffffff; }
  #home-slider .item .slider-content,
  #home-slider-mobile .item .slider-content {
    position: absolute;
    padding: 6% 50% 6% 8%;
    z-index: 1;
    width: 100%;
    height: 100%;
    color: #ffffff; }
    #home-slider .item .slider-content h2,
    #home-slider-mobile .item .slider-content h2 {
      margin-bottom: 0; }
    #home-slider .item .slider-content p,
    #home-slider-mobile .item .slider-content p {
      font-size: 80%;
      line-height: 2;
      margin-top: 1rem;
      margin-bottom: 1.75rem; }

#home-slider .owl-nav,
#home-slider-mobile .owl-nav {
  position: relative; }
  #home-slider .owl-nav .owl-prev,
  #home-slider .owl-nav .owl-next,
  #home-slider-mobile .owl-nav .owl-prev,
  #home-slider-mobile .owl-nav .owl-next {
    background: none;
    margin-top: -29.75%;
    opacity: 0.7; }
    #home-slider .owl-nav .owl-prev:hover,
    #home-slider .owl-nav .owl-next:hover,
    #home-slider-mobile .owl-nav .owl-prev:hover,
    #home-slider-mobile .owl-nav .owl-next:hover {
      opacity: 1;
      color: #43afff; }
    #home-slider .owl-nav .owl-prev.disabled,
    #home-slider .owl-nav .owl-next.disabled,
    #home-slider-mobile .owl-nav .owl-prev.disabled,
    #home-slider-mobile .owl-nav .owl-next.disabled {
      opacity: 0.0; }
      #home-slider .owl-nav .owl-prev.disabled:hover,
      #home-slider .owl-nav .owl-next.disabled:hover,
      #home-slider-mobile .owl-nav .owl-prev.disabled:hover,
      #home-slider-mobile .owl-nav .owl-next.disabled:hover {
        opacity: 0.5;
        color: #ffffff; }
  #home-slider .owl-nav .owl-prev,
  #home-slider-mobile .owl-nav .owl-prev {
    float: left;
    margin-left: 1rem; }
  #home-slider .owl-nav .owl-next,
  #home-slider-mobile .owl-nav .owl-next {
    float: right;
    margin-right: 1rem; }

#home-slider .owl-dots,
#home-slider-mobile .owl-dots {
  position: relative;
  margin-top: -50px; }
  #home-slider .owl-dots .owl-dot span,
  #home-slider-mobile .owl-dots .owl-dot span {
    background-color: #333333; }
  #home-slider .owl-dots .owl-dot.active span,
  #home-slider-mobile .owl-dots .owl-dot.active span {
    background-color: #ffffff; }
  #home-slider .owl-dots .owl-dot:hover span,
  #home-slider-mobile .owl-dots .owl-dot:hover span {
    background-color: #ffffff; }

#home-slider-mobile {
  margin-bottom: 0.66667rem; }
  #home-slider-mobile .item {
    border-right: none; }
    #home-slider-mobile .item .slider-content {
      position: relative;
      padding: 3% 3% 12% 3%;
      background-color: #000f1f;
      background-image: linear-gradient(#000f1f, #0c2233);
      height: auto; }
      #home-slider-mobile .item .slider-content h2 {
        margin-top: 0.25rem;
        font-size: 180%; }
      #home-slider-mobile .item .slider-content h4 {
        font-size: 130%; }
      #home-slider-mobile .item .slider-content p {
        font-size: 80%;
        line-height: 1.5rem;
        margin-top: 0;
        margin-bottom: 1rem; }
        #home-slider-mobile .item .slider-content p a {
          color: #43afff; }
      #home-slider-mobile .item .slider-content .button-group {
        margin-left: 0.5rem; }
  #home-slider-mobile .owl-dots {
    margin-top: -40px;
    margin-left: 0.33333rem;
    float: left; }

.hidden-post,
#home-all-news-btn {
  display: none; }

.page-content {
  /*
	.more-link {
		font-family: $header-font-family;
		border-bottom: none !important;
		text-transform: uppercase;
		i {
			font-size: 90%;
		}
	}
*/ }
  .page-content .time-stamp {
    font-family: "Bourgeois W00 Medium", "Arial Regular", Arial, sans-serif;
    font-size: 1.38889rem;
    color: #43afff;
    margin-bottom: 0; }
  .page-content h2 {
    margin-top: 1.35rem;
    margin-bottom: 1rem; }
    .page-content h2 a {
      color: #002233;
      border-bottom: none; }
  .page-content h2 a, .page-content h2:hover, .page-content h4 a, .page-content h4:hover {
    border-bottom: none !important; }
  .page-content p {
    margin-bottom: 0.5rem; }
  .page-content .callout.top-image {
    background-color: #174466;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .page-content .button.large.expanded,
  .page-content .button.large.expanded {
    background-color: #042536;
    opacity: 0.5;
    width: 98%;
    margin-left: 10px;
    border: none; }
    .page-content .button.large.expanded:hover,
    .page-content .button.large.expanded:hover {
      color: #ffffff;
      opacity: 0.6; }

@media screen and (min-width: 0em) and (max-width: 57.9375em) {
  .page-content h4 {
    font-size: 180%; } }

.interior-page {
  margin-top: 3rem;
  margin-bottom: 6rem; }
  .interior-page .section-header {
    font-size: 1.73611rem;
    margin-top: 1rem;
    margin-bottom: 0 !important; }
  .interior-page .subsection-header {
    color: #a1a1a1;
    font-size: 1.73611rem;
    font-style: italic;
    margin-top: 40px;
    margin-bottom: 10px; }
  .interior-page .has-top-header {
    margin-top: 0 !important; }
  .interior-page.news-main .article {
    margin-bottom: 2rem; }
  .interior-page.news-main .featured-news {
    margin-top: 1.1rem; }
  .interior-page.news-post .article h1 {
    margin-top: 0.5rem;
    line-height: 0.85; }
  .interior-page .header h1 {
    margin-top: 0.85rem;
    margin-bottom: 2rem; }
  .interior-page .meta {
    margin-top: #005f8e; }
    .interior-page .meta .time-stamp {
      color: #174466;
      font-family: Verdana, Geneva, sans-serif;
      font-size: 0.97222rem; }
    .interior-page .meta h1 {
      margin-top: 0.55rem;
      margin-bottom: 0.25rem; }
    .interior-page .meta .info {
      margin-bottom: 2rem;
      font-size: 80%; }
    .interior-page .meta .menu.social-sharing {
      padding-right: 0; }
      .interior-page .meta .menu.social-sharing li:first-child {
        font-size: 92%;
        text-transform: uppercase; }
      .interior-page .meta .menu.social-sharing li a {
        margin-left: 0.5rem;
        padding: 3px 0 3px 4px; }
        .interior-page .meta .menu.social-sharing li a i {
          color: #ffffff; }
        .interior-page .meta .menu.social-sharing li a.twitter {
          background-color: #55acee; }
        .interior-page .meta .menu.social-sharing li a.facebook {
          background-color: #3b5998;
          padding-right: 2px;
          padding-left: 7px; }
        .interior-page .meta .menu.social-sharing li a.reddit {
          background-color: #000000; }
          .interior-page .meta .menu.social-sharing li a.reddit i {
            color: #ffffff; }
  .interior-page .article h2 {
    margin-top: 0;
    font-size: 2.63889rem; }
  .interior-page .article p a, .interior-page .article li a {
    border-bottom: 1px dotted #a6b2b8; }
    .interior-page .article p a:hover, .interior-page .article li a:hover {
      border-bottom: 1px solid #002233; }
  .interior-page .article img, .interior-page .article p, .interior-page .article li {
    margin-bottom: 1rem; }
  .interior-page .article ul {
    list-style: square; }
    .interior-page .article ul ul {
      margin-top: 1rem; }
  .interior-page .article .img-grid a img {
    margin-bottom: 20px; }
  .interior-page .related {
    margin-top: 2rem; }
    .interior-page .related .time-stamp {
      margin-top: 0.33333rem;
      margin-bottom: 0.33333rem;
      color: #174466;
      font-family: Verdana, Geneva, sans-serif;
      font-size: 0.83333rem; }
    .interior-page .related h4 {
      font-size: 1.52778rem;
      margin-bottom: 1.5rem; }
      .interior-page .related h4 a {
        color: #002233; }
  .interior-page .page-buttons {
    margin-top: 4rem; }

@media screen and (min-width: 58em) {
  .off-canvas-wrapper {
    background-color: #ffffff !important; } }

footer {
  background-color: #000000;
  font-family: "Bourgeois W00 Medium", "Arial Regular", Arial, sans-serif;
  color: #d6d6d6; }
  footer a {
    color: #ffffff; }
    footer a:hover {
      color: #43afff; }

.highlight-bar {
  margin-top: 6rem;
  margin-bottom: 8rem;
  background-color: #005f8e;
  background-image: linear-gradient(#005f8e, #0c2e3e);
  color: #ffffff; }
  .highlight-bar a:not(.button) {
    color: #ffffff;
    border-bottom: 1px solid #43afff; }
    .highlight-bar a:not(.button):hover {
      color: #43afff; }
  .highlight-bar > div .column, .highlight-bar > div .columns,
  .highlight-bar > div .columns {
    padding: 3rem 1rem; }
  .highlight-bar h4 {
    margin-bottom: 1rem; }
  .highlight-bar label {
    color: #ffffff;
    text-transform: uppercase; }
    .highlight-bar label span {
      font-family: "Bourgeois W00 Medium", "Arial Regular", Arial, sans-serif;
      font-size: 1.04167rem; }
  .highlight-bar ul {
    list-style: square;
    color: #ff7f00;
    margin-left: 18px; }
    .highlight-bar ul span {
      color: white; }
    .highlight-bar ul li {
      margin-bottom: 0.5rem; }
  .highlight-bar p {
    margin-bottom: 2rem; }
  .highlight-bar .btn-label {
    margin-top: 2.8rem;
    margin-bottom: 0.33333rem;
    text-transform: uppercase;
    font-family: "Bourgeois W00 Medium", "Arial Regular", Arial, sans-serif;
    font-size: 0.97222rem;
    font-weight: bold; }

.logos-social {
  padding-top: 6rem;
  padding-bottom: 2rem; }
  .logos-social .left-logo {
    width: 68px; }
  .logos-social .right-logo {
    width: 71px; }
  .logos-social .icons-list li {
    text-align: center; }
    .logos-social .icons-list li a {
      color: #d6d6d6; }
    .logos-social .icons-list li .fa-youtube-play:hover {
      color: #e52d27; }
    .logos-social .icons-list li .fa-facebook-official:hover {
      color: #3b5998; }
    .logos-social .icons-list li .fa-twitter:hover {
      color: #55acee; }
    .logos-social .icons-list li .fa-twitch:hover {
      color: #6441a5; }
    .logos-social .icons-list li .fa-reddit-alien:hover {
      color: #ff4500; }
    .logos-social .icons-list li span {
      font-size: 80%; }

.footer-nav {
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-transform: uppercase;
  border-top: 0px solid #4b5e65;
  border-bottom: 0px solid #4b5e65; }
  .footer-nav li {
    text-transform: none;
    color: gray; }
    .footer-nav li a {
      color: #d6d6d6; }
    .footer-nav li a:hover {
      color: #43afff; }
  .footer-nav h5 {
    color: #ffffff;
    font-size: 1.18056rem;
    font-weight: bold; }
  .footer-nav .esrb-rating {
    width: 64px;
    margin-bottom: 0.5rem;
    float: right; }
  .footer-nav .esrb-text {
    text-transform: none;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 85%;
    line-height: normal; }
    .footer-nav .esrb-text b {
      font-family: "Bourgeois W00 Medium", "Arial Regular", Arial, sans-serif;
      text-transform: uppercase;
      color: #ffffff; }

.copyright {
  background-color: #002233;
  padding-top: 0.5rem; }
  .copyright p {
    font-size: 1.11111rem;
    margin-bottom: 0.36364rem;
    /*
		a {
			border-bottom: 1px dotted $rl-gray;
		}
*/ }
    .copyright p i {
      font-size: 0.90278rem; }
    .copyright p a {
      color: #43afff; }
      .copyright p a:hover {
        color: #ff7f00; }

@media screen and (min-width: 0em) and (max-width: 57.9375em) {
  .highlight-bar {
    margin-bottom: 0; }
    .highlight-bar div.columns {
      padding-top: 1rem; }
  .logos-social {
    padding: 2rem 0 !important;
    font-size: 75%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0; }
  .copyright .logos {
    padding-bottom: 2rem; }
    .copyright .logos a {
      padding: 0 !important; }
    .copyright .logos .left-logo {
      width: 42px; }
  .copyright p {
    font-size: 100%;
    padding: 1rem 0; }
  .back-to-top-button {
    margin: 1rem 0; }
  .footer-nav {
    padding: 1rem 0; }
    .footer-nav .column img, .footer-nav .columns img {
      float: left; } }

.callout a:not(.button) {
  color: #ffffff; }
  .callout a:not(.button):hover {
    color: #43afff; }

.callout p a {
  color: #43afff !important; }

.callout.clickable:hover {
  cursor: pointer; }

.callout.img-box-mobile {
  height: 380px;
  background-size: cover; }

.callout.img-box {
  height: 340px;
  background-size: 100%;
  background-position: 0 0; }
  .callout.img-box .headline,
  .callout.img-box .headline-excerpt {
    position: absolute;
    bottom: 0;
    width: 91%; }
    .callout.img-box .headline hr:first-child,
    .callout.img-box .headline hr:last-of-type,
    .callout.img-box .headline-excerpt hr:first-child,
    .callout.img-box .headline-excerpt hr:last-of-type {
      height: 3px;
      margin: 0;
      width: 100% !important;
      border-right: 1px solid #ffed83;
      border-bottom: none;
      border-left: 1px solid #ffed83; }
    .callout.img-box .headline hr:first-child,
    .callout.img-box .headline-excerpt hr:first-child {
      border-top: 1px solid #445e69;
      margin-bottom: 0.2rem; }
    .callout.img-box .headline hr:last-of-type,
    .callout.img-box .headline-excerpt hr:last-of-type {
      border-bottom: 1px solid #445e69;
      margin-bottom: 1rem; }
  .callout.img-box .headline-excerpt {
    top: 1.15rem; }
  .callout.img-box.highlight {
    border: 2px solid #23313A;
    transition: all 0.25s ease-in-out; }
    .callout.img-box.highlight .img-box-highlight-img {
      position: absolute;
      opacity: 0;
      right: -2px;
      bottom: -2px; }
    .callout.img-box.highlight:hover {
      border-color: #ff7f00; }
    .callout.img-box.highlight h4 a:hover {
      color: #ffffff !important; }
    .callout.img-box.highlight:hover {
      background-size: 110%;
      background-position: 10% 10%; }
    .callout.img-box.highlight:hover .headline .time-stamp,
    .callout.img-box.highlight:hover .headline-excerpt .time-stamp {
      color: #ffed83; }
    .callout.img-box.highlight:hover .img-box-highlight-img {
      opacity: 1; }

.callout.top-image {
  height: 340px;
  background-size: 100%; }
  .callout.top-image:hover {
    cursor: pointer; }

.wp-caption-text {
  margin-top: -2rem;
  font-size: 80%;
  text-align: center; }

/* Hides navigation links and site footer when infinite scroll is active */
.infinite-scroll footer,
.infinity-end .infinite-load-msg,
.infinity-end .infinite-load-btn,
.infinity-end .back-to-top-button-large {
  display: none; }

/* Shows the footer again in case all posts have been loaded */
.infinity-end footer,
.infinity-end .back-to-top-button-large {
  display: block; }

.mfp-bottom-bar {
  font-family: "Bourgeois W00 Medium", "Arial Regular", Arial, sans-serif;
  text-transform: uppercase; }

.post-type-archive-video .popup-gallery a {
  border-bottom: none !important;
  text-transform: uppercase;
  color: #002233;
  font-family: "Bourgeois W00 Medium", "Arial Regular", Arial, sans-serif;
  font-size: 120%; }
  .post-type-archive-video .popup-gallery a img {
    margin-bottom: 0.75rem !important; }

.post-type-archive-video .popup-gallery p a {
  display: block;
  line-height: normal !important; }

.pagination-info {
  text-transform: uppercase;
  font-size: 1.25rem;
  font-family: "Bourgeois W00 Medium", "Arial Regular", Arial, sans-serif;
  margin-top: -1.25rem;
  margin-bottom: 2rem !important; }

.wp-pagenavi {
  margin-top: 1rem;
  text-align: center; }
  .wp-pagenavi .page,
  .wp-pagenavi .current,
  .wp-pagenavi .last {
    font-size: 1.5rem;
    font-family: "Bourgeois W00 Medium", "Arial Regular", Arial, sans-serif;
    margin-left: 1rem; }
    .wp-pagenavi .page:hover,
    .wp-pagenavi .current:hover,
    .wp-pagenavi .last:hover {
      color: #43afff; }
  .wp-pagenavi .current {
    color: #43afff; }
  .wp-pagenavi .previouspostslink:hover,
  .wp-pagenavi .nextpostslink:hover {
    color: #43afff; }
  .wp-pagenavi .nextpostslink {
    margin-left: 1rem; }

.sharedaddy {
  padding-top: 3rem; }

_:-moz-tree-row(hover),
.home-banners img {
  height: 100%;
  width: 100%; }

_:-moz-tree-row(hover),
.callout img {
  height: 100%;
  width: 100%; }

.primary-nav-bar {
  position: relative;
  z-index: 1; }

#content {
  position: relative;
  z-index: 0; }

.has-submenu:hover .submenu {
  display: block; }

html[data-useragent*='MSIE 10.0'] .is-dropdown-submenu {
  margin-top: 35px !important; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  :root .is-dropdown-submenu {
    margin-top: 20px !important;
    top: auto !important; } }

.dropdown.menu:not(.vertical) .is-dropdown-submenu.first-sub {
  top: 75px;
  left: 0;
  right: auto; }

.is-dropdown-submenu {
  background: #859DA7; }

#info-page {
  /** #features */
  /** #packages */ }
  #info-page * {
    box-sizing: border-box; }
  #info-page h2 {
    font-size: 5rem; }
  #info-page h2, #info-page p {
    color: #fff; }
  #info-page p, #info-page ul {
    line-height: 1.7em; }
  #info-page h3 {
    color: #fdff7c;
    font-style: italic;
    font-size: 25px; }
  #info-page #overview {
    position: relative; }
    @media screen and (min-width: 58em) {
      #info-page #overview {
        min-height: 699px; } }
    @media screen and (min-width: 0em) and (max-width: 57.9375em) {
      #info-page #overview {
        background-position: -450px 0 !important; } }
    #info-page #overview h2 {
      margin-bottom: -10px; }
    #info-page #overview h3 {
      margin-bottom: 50px; }
    #info-page #overview h2, #info-page #overview h3 {
      text-align: center; }
    #info-page #overview .description {
      padding-top: 175px; }
      @media screen and (min-width: 0em) and (max-width: 57.9375em) {
        #info-page #overview .description {
          padding-top: 1rem; } }
  #info-page #features {
    position: relative;
    text-align: center;
    border-top: 2px solid #ff7f00;
    border-bottom: 2px solid #ff7f00;
    /** #feature-icons */ }
    #info-page #features h2 {
      margin-bottom: 0;
      margin-left: -3px;
      padding-bottom: 0; }
    #info-page #features h3 {
      margin-top: 0;
      margin-bottom: 23px;
      padding-top: 0;
      font-size: 1.63rem; }
    #info-page #features .description {
      padding: 80px 5% 14% 5%;
      transition: padding-left 0.2s; }
      @media (max-width: 460px) {
        #info-page #features .description {
          padding-left: 5%; } }
      @media screen and (min-width: 0em) and (max-width: 57.9375em) {
        #info-page #features .description {
          padding-top: 2rem;
          text-align: center; } }
      #info-page #features .description .icons {
        margin-top: 4rem; }
        #info-page #features .description .icons div h4 {
          color: #ffffff;
          font-size: 1.45833rem;
          font-weight: bold;
          padding: 12px 1rem 7px 1rem; }
        #info-page #features .description .icons div:nth-child(3) h4 {
          background-color: #0069b6 !important; }
        #info-page #features .description .icons div:nth-child(1) h4,
        #info-page #features .description .icons div:nth-child(5) h4 {
          background-color: #00355b; }
        #info-page #features .description .icons div:nth-child(2) h4,
        #info-page #features .description .icons div:nth-child(4) h4 {
          background-color: #005492; }
        #info-page #features .description .icons div div {
          height: 100%;
          background-image: url("../img/info-icon-bg-fade.png");
          background-image: url("../img/info-icon-bg-fade.png");
          background-position: center 39px;
          background-size: 97% 100%;
          background-repeat: no-repeat; }
          #info-page #features .description .icons div div img {
            margin: 1rem 0; }
          #info-page #features .description .icons div div p {
            font-size: 0.79861rem;
            line-height: 1.5;
            -webkit-hyphens: auto !important;
                -ms-hyphens: auto !important;
                    hyphens: auto !important;
            padding: 0 0.57143rem; }
    #info-page #features #feature-icons {
      padding-left: 3px; }
      #info-page #features #feature-icons u {
        display: block;
        float: left;
        height: 130px;
        width: 118px;
        margin: 0;
        text-decoration: none;
        /*
        &.icon-season i {
          background-position: -0px -90px !important; 
        }
        &.icon-season.active i {
          background-position: -0px 0px !important;
        }
        &.icon-customize i {
          background-position: -118px 0px !important;
        }
        &.icon-earn i {
          background-position: -236px 0px !important;
        }
        &.icon-online i {
          background-position: -354px 0px !important;
        }
        &.icon-splitscreen i {
          background-position: -472px 0px !important;
        }
*/ }
        #info-page #features #feature-icons u i {
          display: block;
          width: 118px;
          height: 90px; }
          #info-page #features #feature-icons u i:hover {
            cursor: pointer; }
        #info-page #features #feature-icons u h6 {
          display: block;
          font-weight: bold;
          color: #fff;
          font-style: normal;
          text-align: center;
          padding-top: 9px;
          padding-right: 15px; }
        #info-page #features #feature-icons u.icon-season i {
          background-position: -0px -90px !important; }
        #info-page #features #feature-icons u.icon-season.active i,
        #info-page #features #feature-icons u.icon-season i:hover {
          background-position: -0px 0px !important; }
        #info-page #features #feature-icons u.icon-customize i {
          background-position: -118px -90px !important; }
        #info-page #features #feature-icons u.icon-customize.active i,
        #info-page #features #feature-icons u.icon-customize i:hover {
          background-position: -118px 0px !important; }
        #info-page #features #feature-icons u.icon-earn i {
          background-position: -236px -90px !important; }
        #info-page #features #feature-icons u.icon-earn.active i,
        #info-page #features #feature-icons u.icon-earn i:hover {
          background-position: -236px 0px !important; }
        #info-page #features #feature-icons u.icon-online i {
          background-position: -354px -90px !important; }
        #info-page #features #feature-icons u.icon-online.active i,
        #info-page #features #feature-icons u.icon-online i:hover {
          background-position: -354px 1px !important; }
        #info-page #features #feature-icons u.icon-splitscreen i {
          background-position: -472px -90px !important; }
        #info-page #features #feature-icons u.icon-splitscreen.active i,
        #info-page #features #feature-icons u.icon-splitscreen i:hover {
          background-position: -472px 0px !important; }
      @media screen and (min-width: 0em) and (max-width: 57.9375em) {
        #info-page #features #feature-icons u:nth-child(4) {
          margin-left: 12%; } }
    #info-page #features #feature-description {
      clear: left;
      color: #fff;
      padding-top: 33px;
      max-width: 500px; }
      @media screen and (min-width: 0em) and (max-width: 57.9375em) {
        #info-page #features #feature-description {
          margin-bottom: 33px !important; } }
  #info-page #packages {
    padding-bottom: 100px;
    min-height: 20px;
    /** pack row */ }
    @media screen and (min-width: 58em) {
      #info-page #packages {
        padding-bottom: 200px;
        min-height: 300px; } }
    #info-page #packages > h1, #info-page #packages > h3 {
      text-align: center; }
    #info-page #packages > h1 {
      color: #fff;
      font-size: 75px;
      padding-top: 107px;
      padding-bottom: 0px;
      line-height: 0.7;
      margin-bottom: 0; }
    #info-page #packages .row {
      /** pack row */
      margin-top: 40px;
      /** .buynow / buy now section */ }
      @media screen and (min-width: 58em) {
        #info-page #packages .row {
          margin-top: 125px; } }
      @media screen and (min-width: 58em) {
        #info-page #packages .row .pack-description {
          padding-right: 3%; } }
      #info-page #packages .row p {
        font-size: 0.9rem;
        margin-bottom: 1.5rem; }
      #info-page #packages .row h3 {
        font-style: italic;
        font-size: 18px;
        font-weight: 500;
        line-height: 0.7; }
      #info-page #packages .row h5 {
        color: #fff;
        font-weight: bold;
        margin-bottom: 1.5rem;
        width: 100%; }
        #info-page #packages .row h5 small {
          font-size: 65%; }
      #info-page #packages .row h6 {
        color: #fff;
        font-size: 20px; }
        #info-page #packages .row h6 + ul {
          margin-top: -3px; }
      #info-page #packages .row small {
        color: inherit; }
      #info-page #packages .row img.packimg {
        width: 100%;
        margin-bottom: 1rem; }
        @media screen and (min-width: 0em) and (max-width: 57.9375em) {
          #info-page #packages .row img.packimg {
            margin-top: 4rem; } }
      #info-page #packages .row ul {
        color: #ff7f00;
        margin-left: 1.2rem; }
        #info-page #packages .row ul li span {
          color: #ffffff; }
      #info-page #packages .row .buynow {
        /** buy now section */
        /** buy now button */ }
        #info-page #packages .row .buynow .button {
          /** buy now button */
          width: 100%;
          height: 54px;
          background-color: #01294D;
          /** #01294D   #0D1118   */
          border: none;
          border-radius: 3px;
          padding: 0;
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none;
          background: #01294D;
          /* Old browsers */
          /* FF3.6-15 */
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to bottom, #01294D 1%, #0D1118 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
          @media screen and (min-width: 58em) {
            #info-page #packages .row .buynow .button {
              margin-top: 75px;
              max-width: 282px; } }
          #info-page #packages .row .buynow .button h5 {
            /** text inside the button */
            line-height: 59px; }
        #info-page #packages .row .buynow h6 {
          /** text under the button */
          margin: 12px 0 0 0;
          padding: 0; }
          #info-page #packages .row .buynow h6 + img {
            margin-left: 2px; }
  #info-page .btn-label {
    margin-top: 1rem;
    margin-bottom: 0 !important;
    /*
	  	&:first-child {
		  	margin-top: $global-margin*4.5;
	  	}
*/
    text-transform: uppercase;
    font-family: "Bourgeois W00 Medium", "Arial Regular", Arial, sans-serif;
    font-size: 0.97222rem;
    font-weight: bold; }

/** #info-page */
.anchor::before {
  content: "";
  display: block;
  height: 50px;
  /* fixed header height*/
  margin: -50px 0 0;
  /* negative fixed header height */ }

main.esports.main {
  background: url("../img/bg-esports.jpg");
  background: url("../img/bg-esports.jpg"); }

main.esports.default {
  background: url("../img/bg-esports-default.jpg");
  background: url("../img/bg-esports-default.jpg"); }
  main.esports.default p, main.esports.default h1, main.esports.default h2, main.esports.default h3, main.esports.default h4, main.esports.default h5 {
    text-align: left;
    color: #ffffff; }
  main.esports.default p {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 0.97222rem;
    margin-left: 0 !important;
    margin-bottom: 3rem !important;
    padding-left: 0 !important; }
    main.esports.default p:first-of-type {
      margin-top: 1.5rem !important; }
  main.esports.default strong, main.esports.default b {
    color: #d7be79; }

main.esports.main, main.esports.default {
  background-color: #041222;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center; }

main.esports .section-header {
  font-size: 1.73611rem;
  margin-top: 3.5rem !important;
  margin-bottom: 0 !important; }

main.esports .subsection-header {
  color: #a1a1a1;
  font-size: 1.73611rem;
  font-style: italic;
  margin-top: 40px; }

main.esports .has-top-header {
  margin-top: 0 !important; }

@media screen and (min-width: 0em) and (max-width: 57.9375em) {
  main.esports {
    background-position: 50% -325px, center; } }

main.esports .visual-bullets {
  margin: 3rem 0; }
  @media screen and (min-width: 0em) and (max-width: 57.9375em) {
    main.esports .visual-bullets {
      margin: 0.5rem 0 2rem 0; } }

main.esports .page-content {
  text-align: center;
  color: #cacaca;
  font-family: "Bourgeois W00 Medium", "Arial Regular", Arial, sans-serif;
  font-size: 1.25rem; }
  main.esports .page-content a {
    color: #48ae8e;
    font-weight: bold; }
  main.esports .page-content p {
    padding-right: 1rem;
    padding-left: 1rem;
    margin-bottom: 2rem; }

main.esports .learn-more-btn {
  width: 883px;
  height: 70px;
  display: block;
  text-indent: -9999px;
  background-image: url("../img/esports-learn-more-btn.png");
  background-image: url("../img/esports-learn-more-btn.png");
  background-size: 883px 70px;
  background-repeat: no-repeat;
  margin-top: 2rem;
  margin-bottom: 12rem; }
  main.esports .learn-more-btn:hover {
    background-image: url("../img/esports-learn-more-btn-on.png");
    background-image: url("../img/esports-learn-more-btn-on.png"); }
  @media screen and (min-width: 0em) and (max-width: 57.9375em) {
    main.esports .learn-more-btn {
      width: 400px;
      height: 32px;
      background-size: 400px 32px;
      margin-bottom: 4rem; } }

main.esports .fade-rule {
  margin-bottom: -22px !important; }

.twitch-footer-logo {
  width: 75px;
  margin-left: 2rem; }
  @media screen and (min-width: 0em) and (max-width: 57.9375em) {
    .twitch-footer-logo {
      width: 55px;
      margin-left: 0;
      margin-bottom: 1rem; } }

@font-face {
  font-family: "electronic-highway-sign";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/electronic-highway-sign.eot?#iefix") format("embedded-opentype"), url("../fonts/electronic-highway-sign.woff2") format("woff2"), url("../fonts/electronic-highway-sign.woff") format("woff"), url("../fonts/electronic-highway-sign.ttf") format("truetype"), url("../fonts/electronic-highway-sign.svg#electronic-highway-sign") format("svg"); }

#neo-tokyo-page {
  background-color: #000; }
  #neo-tokyo-page h1, #neo-tokyo-page h2, #neo-tokyo-page h3, #neo-tokyo-page h4 {
    font-family: "electronic-highway-sign", sans-serif;
    color: #ffffff; }
  #neo-tokyo-page h2 {
    font-size: 2.63889rem; }
    @media screen and (min-width: 0em) and (max-width: 57.9375em) {
      #neo-tokyo-page h2 {
        font-size: 2.22222rem; } }
  #neo-tokyo-page h3 {
    font-size: 1.94444rem; }
  #neo-tokyo-page p {
    font-family: "futura-pt", sans-serif;
    color: #ffffff;
    font-size: 1.38889rem; }

#nt-intro {
  background-image: none;
  background-color: #14001b; }
  @media screen and (min-width: 58em) {
    #nt-intro {
      min-height: 2065px; } }
  #nt-intro .logo {
    margin-top: 30px;
    margin-bottom: 48px; }
  #nt-intro .content {
    padding-right: 0;
    margin-right: -10px; }
  #nt-intro h2 {
    color: #ffcf4c;
    text-shadow: 0px 0px 10px #e41a1a;
    margin-top: 4rem;
    margin-bottom: 0; }
    @media screen and (min-width: 0em) and (max-width: 57.9375em) {
      #nt-intro h2 {
        margin-top: 2rem; } }
  #nt-intro p {
    margin-bottom: 0;
    color: #fef2d3;
    padding: 1rem; }
  #nt-intro a {
    text-decoration: underline;
    color: #fef2d3; }
  #nt-intro .vehicles {
    margin-top: 3rem; }
    @media screen and (min-width: 65.5em) {
      #nt-intro .vehicles {
        margin-top: 56%; } }
    @media screen and (min-width: 58em) {
      #nt-intro .vehicles .logo img {
        margin-top: -100rem;
        width: 250px !important; } }
  #nt-intro .disclaimer {
    margin-top: -3rem;
    margin-bottom: 2rem; }
    #nt-intro .disclaimer h2 {
      text-shadow: 0px 1px 40px #9a3c38, 1px 0px 40px #9a3c38;
      margin-top: 2rem;
      margin-bottom: 1rem;
      background-image: url("../img/learn-more-bg-red-june.png");
      background-position: center;
      background-repeat: no-repeat; }
    #nt-intro .disclaimer a {
      text-decoration: none; }
    #nt-intro .disclaimer p {
      line-height: 1.38889rem;
      margin-bottom: 0.33333rem; }
      #nt-intro .disclaimer p small {
        color: #c28eba;
        font-size: 0.97222rem;
        line-height: 0.69444rem; }
      @media screen and (min-width: 58em) {
        #nt-intro .disclaimer p {
          margin-bottom: 1rem; } }
  @media screen and (min-width: 65.5em) {
    #nt-intro {
      background-image: url("../img/bg-june-01-out-now.jpg");
      background-color: #000;
      background-position: 50% top;
      background-repeat: no-repeat; } }
  @media screen and (min-width: 0em) and (max-width: 57.9375em) {
    #nt-intro .vehicles img {
      margin-bottom: 2rem; }
      #nt-intro .vehicles img.float-left {
        margin-left: -6%;
        margin-bottom: 0; }
    #nt-intro .logo img {
      width: 13.88889rem;
      margin-bottom: 1rem; }
    #nt-intro .disclaimer p {
      line-height: 16px !important; }
      #nt-intro .disclaimer p small {
        font-size: 0.90278rem;
        color: #7c7c7c !important; } }

#nt-battle-cars h2 {
  color: #1cd2ff;
  text-shadow: 0px 0px 10px #1cd2ff;
  margin-top: 4rem;
  margin-bottom: 2rem; }
  #nt-battle-cars h2.learn {
    text-decoration: none;
    background-image: url("../img/learn-more-bg-blue-june.png");
    background-position: center;
    background-repeat: no-repeat; }
    #nt-battle-cars h2.learn a {
      color: #1cd2ff;
      text-decoration: none; }

#nt-battle-cars p {
  color: #96b3ac;
  text-shadow: 1px 1px 2px #000;
  margin-right: 12%;
  margin-left: 12%; }
  @media screen and (min-width: 0em) and (max-width: 57.9375em) {
    #nt-battle-cars p:last-of-type {
      margin-bottom: -20px; } }
  #nt-battle-cars p strong {
    color: #ffffff;
    font-style: italic; }
  #nt-battle-cars p small {
    color: #c28eba;
    font-size: 0.97222rem; }
  #nt-battle-cars p.disclaimer {
    line-height: 1.38889rem;
    padding-bottom: 2rem !important; }

#nt-battle-cars .video {
  margin-top: -2.25rem;
  padding-top: 4rem;
  padding-right: 1rem;
  padding-bottom: 2rem;
  padding-left: 1rem; }

@media screen and (min-width: 58em) {
  #nt-battle-cars .logo {
    margin-top: -1rem; } }

@media screen and (min-width: 0em) and (max-width: 57.9375em) {
  #nt-battle-cars .rule-top {
    height: 2px;
    border-bottom: 2px solid #ff2dfc; } }

@media screen and (min-width: 58em) {
  #nt-battle-cars .rule-top {
    height: 50px;
    position: inherit !important;
    background-image: url("../img/rule-neon-bottom-june.png");
    background-position: 50% top;
    background-repeat: no-repeat; } }

@media screen and (min-width: 58em) {
  #nt-battle-cars .rule-bottom {
    height: 40px;
    position: inherit !important;
    background-image: url("../img/rule-glitch-1-june.png");
    background-position: 50% top;
    background-repeat: no-repeat; } }

@media screen and (min-width: 65.5em) {
  #nt-battle-cars {
    background-image: url("../img/bg-june-02.jpg");
    background-position: 50% top;
    background-repeat: no-repeat; } }

@media screen and (min-width: 0em) and (max-width: 57.9375em) {
  #nt-battle-cars {
    background-color: #0b001b; }
    #nt-battle-cars .aftershock {
      position: absolute;
      left: -8%;
      margin-top: -60px; }
    #nt-battle-cars .marauder {
      position: absolute;
      left: 8%;
      margin-top: 140px; }
    #nt-battle-cars .logo {
      text-align: center;
      width: 13.88889rem;
      margin-top: 320px; }
    #nt-battle-cars p.disclaimer {
      line-height: 16px !important;
      margin-bottom: 1.15rem; }
      #nt-battle-cars p.disclaimer small {
        font-size: 0.90278rem;
        color: #7c7c7c !important; } }
    @media screen and (min-width: 0em) and (max-width: 57.9375em) and (min-width: 58em) {
      #nt-battle-cars p.disclaimer {
        margin-bottom: 3rem; } }

#nt-showroom h2 {
  color: #ffa376;
  text-shadow: 0px 0px 10px #a62a26, 0px 0px 15px #a62a26, 0px 0px 20px #a62a26; }

#nt-showroom p {
  color: #fee2d3;
  text-shadow: 1px 1px 5px #000; }
  @media screen and (min-width: 0em) and (max-width: 57.9375em) {
    #nt-showroom p {
      padding-bottom: 1.15rem !important; } }

#nt-showroom img {
  margin-bottom: 2rem; }

#nt-showroom .rule-top {
  margin-top: -10px;
  margin-bottom: 4rem;
  height: 20px;
  position: inherit !important;
  background-image: url("../img/rule-dashes-june.png");
  background-position: 50% top;
  background-repeat: no-repeat; }
  @media screen and (min-width: 0em) and (max-width: 57.9375em) {
    #nt-showroom .rule-top {
      background-image: none;
      height: 2px;
      border-bottom: 2px solid #ffa376; } }

@media screen and (min-width: 65.5em) {
  #nt-showroom {
    background-image: url("../img/bg-june-06.jpg");
    background-position: 50% top;
    background-repeat: no-repeat; } }

@media screen and (min-width: 58em) {
  #nt-showroom {
    background-size: contain;
    min-height: 470px; } }

@media screen and (min-width: 85em) {
  #nt-showroom {
    background-size: inherit; } }

@media screen and (min-width: 0em) and (max-width: 57.9375em) {
  #nt-showroom {
    background-color: #0b001b; } }

#nt-additions h2 {
  color: #ff5bff;
  text-shadow: 0px 0px 10px #ff5bff;
  margin-top: 4rem;
  margin-bottom: 2rem; }

#nt-additions h3 {
  color: #ffffff;
  text-shadow: 0px 0px 10px #4c3cd3, 0px 0px 20px #4c3cd3; }

#nt-additions p {
  color: #12ddb1;
  text-shadow: 0px 0px 10px #12ddb1; }

#nt-additions .callouts h3 {
  margin-top: 1.5rem; }

#nt-additions .callouts p {
  padding: 0 1rem; }

#nt-additions .rule-top {
  height: 40px;
  position: inherit !important;
  background-image: url("../img/rule-glitch-1-june.png");
  background-position: 50% top;
  background-repeat: no-repeat; }
  @media screen and (min-width: 0em) and (max-width: 57.9375em) {
    #nt-additions .rule-top {
      background-image: none;
      height: 2px;
      border-bottom: 2px solid #3090ff; } }

#nt-additions .rule-bottom {
  margin-top: 4rem;
  height: 40px;
  position: inherit !important;
  background-image: url("../img/rule-glitch-2-june.png");
  background-position: 50% top;
  background-repeat: no-repeat; }
  @media screen and (min-width: 0em) and (max-width: 57.9375em) {
    #nt-additions .rule-bottom {
      margin-top: 1rem; } }
  @media screen and (min-width: 0em) and (max-width: 57.9375em) {
    #nt-additions .rule-bottom {
      background-image: none;
      height: 2px;
      border-bottom: 2px solid #0effc8; } }

@media screen and (min-width: 65.5em) {
  #nt-additions {
    background-image: url("../img/bg-june-03.jpg");
    background-position: 50% top;
    background-repeat: no-repeat; } }

@media screen and (min-width: 0em) and (max-width: 57.9375em) {
  #nt-additions {
    background-color: #0b001b; }
    #nt-additions p {
      font-size: 1.11111rem; }
    #nt-additions h2, #nt-additions h3 {
      margin-bottom: 0; }
    #nt-additions h3.margin-top-adjust-small {
      margin-top: -25px; } }

#nt-season-3 {
  background-image: url("../img/bg-june-04.jpg");
  background-color: #000;
  background-position: 50% top;
  background-repeat: no-repeat; }
  #nt-season-3 h2 {
    color: #ffffff;
    text-shadow: 0px 0px 10px #3f33e3;
    margin-top: 3rem;
    margin-bottom: 2rem; }
  #nt-season-3 h3 {
    color: #d5d3eb;
    text-shadow: 0px 0px 15px #3f33e3; }
  #nt-season-3 p {
    color: #96b3ac; }
    #nt-season-3 p strong {
      color: #d3fbfe;
      font-style: italic; }
  #nt-season-3 .image-grid h3 {
    font-family: "futura-pt", sans-serif;
    color: #4296ca;
    text-shadow: 0px 0px 10px #4296ca;
    margin-top: 1rem;
    margin-bottom: 0.25rem; }
    #nt-season-3 .image-grid h3 a {
      text-decoration: none;
      color: #4296ca; }
  #nt-season-3 .image-grid h4 {
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
    font-size: 2.22222rem;
    text-shadow: 0px 0px 10px #4c3cd3, 0px 0px 20px #4c3cd3;
    height: 37px;
    padding-top: 3px;
    margin-bottom: 1.5rem;
    background-image: url("../img/header-bg-june.png");
    background-position: 50% top;
    background-repeat: no-repeat; }
    #nt-season-3 .image-grid h4 a {
      text-decoration: none;
      color: #ffffff; }
  #nt-season-3 .image-grid figure {
    margin: 0; }
    #nt-season-3 .image-grid figure img {
      border-bottom-width: 2px;
      border-bottom-style: solid; }
    #nt-season-3 .image-grid figure figcaption {
      color: #ffffff;
      margin-top: 0.5rem;
      font-family: "futura-pt", sans-serif;
      font-style: italic;
      font-size: 1.38889rem;
      text-transform: uppercase;
      text-shadow: 0px 0px 10px #ffffff; }
    #nt-season-3 .image-grid figure.prospect img {
      border-bottom-color: #ffffff; }
    #nt-season-3 .image-grid figure.prospect figcaption {
      color: #ffffff; }
    #nt-season-3 .image-grid figure.challenger img {
      border-bottom-color: #f2ffd0; }
    #nt-season-3 .image-grid figure.challenger figcaption {
      color: #f2ffd0; }
    #nt-season-3 .image-grid figure.star img {
      border-bottom-color: #afe7fe; }
    #nt-season-3 .image-grid figure.star figcaption {
      color: #afe7fe; }
    #nt-season-3 .image-grid figure.champion img {
      border-bottom-color: #f7affe; }
    #nt-season-3 .image-grid figure.champion figcaption {
      color: #f7affe; }
  @media screen and (min-width: 0em) and (max-width: 57.9375em) {
    #nt-season-3 .image-grid figure img {
      margin-right: -20px; }
    #nt-season-3 .image-grid figcaption {
      margin-bottom: 2rem; } }
  #nt-season-3 .callouts {
    margin-top: 6rem; }
    @media screen and (min-width: 0em) and (max-width: 57.9375em) {
      #nt-season-3 .callouts {
        margin-top: 0; } }
    #nt-season-3 .callouts h3 {
      margin-top: 1rem; }
    #nt-season-3 .callouts .callout-1 {
      margin-bottom: 2rem; }
      @media screen and (min-width: 58em) {
        #nt-season-3 .callouts .callout-1 h3, #nt-season-3 .callouts .callout-1 p {
          margin-right: 2rem; } }
      @media screen and (min-width: 0em) and (max-width: 57.9375em) {
        #nt-season-3 .callouts .callout-1 {
          margin-bottom: 0; } }
    #nt-season-3 .callouts .callout-2 {
      margin-bottom: 8rem; }
      @media screen and (min-width: 58em) {
        #nt-season-3 .callouts .callout-2 h3, #nt-season-3 .callouts .callout-2 p {
          margin-left: 2rem; } }
      @media screen and (min-width: 0em) and (max-width: 57.9375em) {
        #nt-season-3 .callouts .callout-2 {
          margin-bottom: 0; }
          #nt-season-3 .callouts .callout-2 img {
            margin-right: -35px; } }
  #nt-season-3 .rule-bottom {
    margin-top: 4rem;
    height: 50px;
    position: inherit !important;
    background-image: url("../img/rule-neon-top-june.png");
    background-position: 50% top;
    background-repeat: no-repeat; }
    @media screen and (min-width: 0em) and (max-width: 57.9375em) {
      #nt-season-3 .rule-bottom {
        background-image: none;
        height: 2px;
        border-bottom: 2px solid #a6e3ff;
        margin-top: 0.5rem; } }
  @media screen and (min-width: 0em) and (max-width: 57.9375em) {
    #nt-season-3 {
      background-color: #060016;
      background-image: none; } }

#nt-outro {
  background-image: url("../img/bg-june-05.jpg");
  background-color: #000;
  background-position: 50% bottom;
  background-repeat: no-repeat;
  padding-top: 8rem;
  margin-bottom: 8rem; }
  #nt-outro p {
    color: #ffffff;
    text-shadow: 0px 0px 10px #3f33e3, 0px 0px 20px #3f33e3;
    font-family: "electronic-highway-sign", sans-serif;
    font-size: 1.52778rem; }
    #nt-outro p span {
      font-size: 2.5rem;
      display: block; }
    #nt-outro p.link {
      background-image: url("../img/learn-more-bg-purple-june.png");
      background-position: 50% -7px;
      background-repeat: no-repeat; }
      #nt-outro p.link a {
        color: #9bb3ff; }
        #nt-outro p.link a:hover {
          cursor: pointer; }
  #nt-outro .sd-content ul {
    margin-left: 25% !important; }
  #nt-outro .sharedaddy {
    margin-bottom: 12rem; }
  @media screen and (min-width: 0em) and (max-width: 57.9375em) {
    #nt-outro {
      padding-top: 2.5rem; }
      #nt-outro .sharedaddy {
        margin-bottom: 0; }
      #nt-outro .sd-social-official .sd-content ul > li {
        float: none;
        margin-left: -30% !important; } }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
   * Remove default margin.
   */
body {
  margin: 0; }

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none; }

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted; }

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold; }

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic; }

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000; }

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0; }

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px; }

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  box-sizing: content-box;
  height: 0; }

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto; }

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible; }

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
  text-transform: none; }

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal; }

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto; }

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold; }

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&medium=58em&large=70em&xlarge=75em&xxlarge=120em"; }

html {
  font-size: 90%;
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

body {
  padding: 0;
  margin: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: normal;
  line-height: 1.6;
  color: #002233;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 5px; }

select {
  width: 100%;
  border-radius: 5px; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 5px;
  line-height: 1; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .row .row {
    margin-left: -0.69444rem;
    margin-right: -0.69444rem; }
  .row.expanded {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }

.column, .columns {
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  padding-left: 0.69444rem;
  padding-right: 0.69444rem; }

.column.row.row, .row.row.columns {
  float: none; }
  .row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

.small-1 {
  -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-order-1 {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.small-order-2 {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.small-order-3 {
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3; }

.small-order-4 {
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4; }

.small-order-5 {
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5; }

.small-order-6 {
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.69444rem;
  padding-right: 0.69444rem; }

@media screen and (min-width: 58em) {
  .medium-1 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-order-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .medium-order-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .medium-order-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .medium-order-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .medium-order-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .medium-order-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; } }

@media screen and (min-width: 58em) and (min-width: 58em) {
  .medium-expand {
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; } }

.row.medium-unstack .column, .row.medium-unstack .columns {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
  @media screen and (min-width: 58em) {
    .row.medium-unstack .column, .row.medium-unstack .columns {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }

@media screen and (min-width: 58em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.69444rem;
    padding-right: 0.69444rem; } }

@media screen and (min-width: 70em) {
  .large-1 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-order-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .large-order-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .large-order-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .large-order-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .large-order-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .large-order-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; } }

@media screen and (min-width: 70em) and (min-width: 70em) {
  .large-expand {
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; } }

.row.large-unstack .column, .row.large-unstack .columns {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
  @media screen and (min-width: 70em) {
    .row.large-unstack .column, .row.large-unstack .columns {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }

@media screen and (min-width: 70em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.69444rem;
    padding-right: 0.69444rem; } }

@media screen and (min-width: 75em) {
  .xlarge-1 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-4 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-10 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-order-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .xlarge-order-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .xlarge-order-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .xlarge-order-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .xlarge-order-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .xlarge-order-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; } }

@media screen and (min-width: 75em) and (min-width: 75em) {
  .xlarge-expand {
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; } }

.row.xlarge-unstack .column, .row.xlarge-unstack .columns {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
  @media screen and (min-width: 75em) {
    .row.xlarge-unstack .column, .row.xlarge-unstack .columns {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }

@media screen and (min-width: 75em) {
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: 0.69444rem;
    padding-right: 0.69444rem; } }

.shrink {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%; }

.row.align-right {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.row.align-center {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.row.align-justify {
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.row.align-spaced {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

.row.align-top {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
              -ms-grid-row-align: flex-start;
          align-items: flex-start; }

.column.align-top, .align-top.columns {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start; }

.row.align-bottom {
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
              -ms-grid-row-align: flex-end;
          align-items: flex-end; }

.column.align-bottom, .align-bottom.columns {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end; }

.row.align-middle {
  -webkit-align-items: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center; }

.column.align-middle, .align-middle.columns {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center; }

.row.align-stretch {
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
              -ms-grid-row-align: stretch;
          align-items: stretch; }

.column.align-stretch, .align-stretch.columns {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.4;
  margin-bottom: 2rem;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bourgeois W00 Medium", "Arial Regular", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.66667rem; }

h2 {
  font-size: 1.59722rem; }

h3 {
  font-size: 1.31944rem; }

h4 {
  font-size: 1.25rem; }

h5 {
  font-size: 1.18056rem; }

h6 {
  font-size: 1.11111rem; }

@media screen and (min-width: 58em) {
  h1 {
    font-size: 3.33333rem; }
  h2 {
    font-size: 2.77778rem; }
  h3 {
    font-size: 2.15278rem; }
  h4 {
    font-size: 1.73611rem; }
  h5 {
    font-size: 1.38889rem; }
  h6 {
    font-size: 1.11111rem; } }

a {
  color: #174466;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #143a58; }
  a img {
    border: 0; }

hr {
  max-width: 90rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.38889rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.4;
  margin-bottom: 2rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: square;
  margin-left: 2.5rem; }

ol {
  margin-left: 2.5rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 2.5rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 2rem;
  padding: 0.625rem 1.38889rem 0 1.31944rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.4;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.90278rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #002233;
  cursor: help;
  border-bottom: 1px dotted #000000; }

code {
  font-family: "Arial Regular", Arial, sans-serif;
  font-weight: normal;
  color: #000000;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.13889rem 0.34722rem 0.06944rem; }

kbd {
  padding: 0.13889rem 0.27778rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #000000;
  font-family: "Arial Regular", Arial, sans-serif; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1;
  color: #a1a1a1; }

.lead {
  font-size: 112.5%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

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

.text-right {
  text-align: right; }

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

.text-justify {
  text-align: justify; }

@media screen and (min-width: 58em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 70em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left; }
  .xlarge-text-right {
    text-align: right; }
  .xlarge-text-center {
    text-align: center; }
  .xlarge-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 0.6em 0.85em 0.5em 0.85em;
  margin: 0 1rem 1rem 0;
  font-size: 1.15rem;
  border: 1px solid #ffffff;
  color: #ffffff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button, .button:hover, .button:focus {
    background-color: transparent; }
  .button:hover, .button:focus {
    border-color: gray;
    color: gray; }
  .button.tiny {
    font-size: 0.8rem; }
  .button.small {
    font-size: 0.85rem; }
  .button.large {
    font-size: 1.65rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    border: 1px solid #174466;
    color: #174466; }
    .button.primary:hover, .button.primary:focus {
      border-color: #0c2233;
      color: #0c2233; }
  .button.primary.dropdown::after {
    border-top-color: #174466; }
  .button.secondary {
    border: 1px solid #43afff;
    color: #43afff; }
    .button.secondary:hover, .button.secondary:focus {
      border-color: #005ca1;
      color: #005ca1; }
  .button.secondary.dropdown::after {
    border-top-color: #43afff; }
  .button.success {
    border: 1px solid #ff7f00;
    color: #ff7f00; }
    .button.success:hover, .button.success:focus {
      border-color: #804000;
      color: #804000; }
  .button.success.dropdown::after {
    border-top-color: #ff7f00; }
  .button.alert {
    border: 1px solid #ff4040;
    color: #ff4040; }
    .button.alert:hover, .button.alert:focus {
      border-color: #a00000;
      color: #a00000; }
  .button.alert.dropdown::after {
    border-top-color: #ff4040; }
  .button.warning {
    border: 1px solid #ffed83;
    color: #ffed83; }
    .button.warning:hover, .button.warning:focus {
      border-color: #c1a500;
      color: #c1a500; }
  .button.warning.dropdown::after {
    border-top-color: #ffed83; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
    pointer-events: none; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #ffffff transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 0.85em;
    display: inline-block; }
  .button.dropdown::after {
    border-top-color: #ffffff; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: 0.2em; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.43056rem;
  padding: 0.55556rem;
  border: 1px solid #cacaca;
  margin: 0 0 1.11111rem;
  font-family: inherit;
  font-size: 0.83333rem;
  color: #000000;
  background-color: #ffffff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 1px solid #8a8a8a;
    background-color: #ffffff;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default; }

[type='submit'],
[type='button'] {
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1.11111rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.55556rem;
  margin-right: 1.11111rem;
  margin-bottom: 0;
  vertical-align: baseline; }

label > [type='checkbox'],
label > [type='label'] {
  margin-right: 0.55556rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000000; }
  label.middle {
    margin: 0 0 1.11111rem;
    padding: 0.625rem 0; }

.help-text {
  margin-top: -0.55556rem;
  font-size: 0.90278rem;
  font-style: italic;
  color: #333; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1.11111rem; }
  .input-group > :first-child {
    border-radius: 5px 0 0 5px; }
  .input-group > :last-child > * {
    border-radius: 0 5px 5px 0; }

.input-group-label, .input-group-field, .input-group-button {
  display: table-cell;
  margin: 0;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  width: 1%;
  height: 100%;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #000000;
  border: 1px solid #cacaca;
  white-space: nowrap; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  margin-bottom: 0.55556rem;
  max-width: 100%; }

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.38889rem;
  margin: 1.25rem 0; }
  .fieldset legend {
    background: #ffffff;
    padding: 0 0.20833rem;
    margin: 0;
    margin-left: -0.20833rem; }

select {
  height: 2.43056rem;
  padding: 0.55556rem;
  border: 1px solid #cacaca;
  margin: 0 0 1.11111rem;
  font-size: 0.83333rem;
  font-family: inherit;
  line-height: normal;
  color: #000000;
  background-color: #fafafa;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2851, 51, 51%29"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #e6e6e6;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto; }

.is-invalid-input:not(:focus) {
  background-color: rgba(255, 64, 64, 0.1);
  border-color: #ff4040; }

.is-invalid-label {
  color: #ff4040; }

.form-error {
  display: none;
  margin-top: -0.55556rem;
  margin-bottom: 1.11111rem;
  font-size: 0.83333rem;
  font-weight: bold;
  color: #ff4040; }
  .form-error.is-visible {
    display: block; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (min-width: 0em) and (max-width: 57.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 58em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 58em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 57.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 58em) and (max-width: 69.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 57.9375em), screen and (min-width: 70em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 70em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 69.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 70em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 69.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 74.9375em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 75em) and (max-width: 119.9375em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 74.9375em), screen and (min-width: 120em) {
  .show-for-xlarge-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table; }

.clearfix::after {
  clear: both; }

.accordion {
  list-style-type: none;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  border-radius: 5px;
  margin-left: 0; }

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.83333rem;
  color: #174466;
  position: relative;
  border-bottom: 1px solid #e6e6e6; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .is-active > .accordion-title::before {
    content: '–'; }

.accordion-content {
  padding: 1rem;
  display: none;
  border-bottom: 1px solid #e6e6e6;
  background-color: #ffffff; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #174466 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1); }

.button-group {
  margin-bottom: 1rem;
  font-size: 1.15rem; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    float: left;
    margin: 0;
    font-size: inherit; }
    .button-group .button:not(:last-child) {
      border-right: 1px solid #ffffff; }
  .button-group.tiny {
    font-size: 0.8rem; }
  .button-group.small {
    font-size: 0.85rem; }
  .button-group.large {
    font-size: 1.65rem; }
  .button-group.expanded {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button {
      display: table-cell;
      float: none; }
  .button-group.primary .button {
    border: 1px solid #174466;
    color: #174466; }
    .button-group.primary .button, .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: transparent; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      border-color: #0c2233;
      color: #0c2233; }
  .button-group.secondary .button {
    border: 1px solid #43afff;
    color: #43afff; }
    .button-group.secondary .button, .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: transparent; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      border-color: #005ca1;
      color: #005ca1; }
  .button-group.success .button {
    border: 1px solid #ff7f00;
    color: #ff7f00; }
    .button-group.success .button, .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: transparent; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      border-color: #804000;
      color: #804000; }
  .button-group.alert .button {
    border: 1px solid #ff4040;
    color: #ff4040; }
    .button-group.alert .button, .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: transparent; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      border-color: #a00000;
      color: #a00000; }
  .button-group.warning .button {
    border: 1px solid #ffed83;
    color: #ffed83; }
    .button-group.warning .button, .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: transparent; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      border-color: #c1a500;
      color: #c1a500; }
  .button-group.stacked .button, .button-group.stacked-for-small .button {
    width: 100%; }
    .button-group.stacked .button:not(:last-child), .button-group.stacked-for-small .button:not(:last-child) {
      border-right: 1px solid; }
  @media screen and (min-width: 58em) {
    .button-group.stacked-for-small .button {
      width: auto; }
      .button-group.stacked-for-small .button:not(:last-child) {
        border-right: 1px solid #ffffff; } }
  @media screen and (min-width: 0em) and (max-width: 57.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        border-right: 0; } }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: false;
  border-radius: false;
  position: relative;
  color: #ffffff;
  background-color: #002233; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #174466; }
  .callout.secondary {
    background-color: #43afff; }
  .callout.success {
    background-color: #ff7f00; }
  .callout.alert {
    background-color: #ff4040; }
  .callout.warning {
    background-color: #ffed83; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #000000; }

.dropdown-pane {
  background-color: #ffffff;
  border: 1px solid #cacaca;
  border-radius: 5px;
  display: block;
  font-size: 16rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu:not(.vertical) .is-dropdown-submenu.first-sub {
  top: 100%;
  left: 0;
  right: auto; }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }
  .is-dropdown-menu.vertical > li .is-dropdown-submenu {
    top: 0;
    left: 100%; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    float: right;
    margin-top: 3px;
    margin-left: 10px; }
  .is-dropdown-submenu-parent.is-left-arrow.opens-inner .is-dropdown-submenu {
    right: 0;
    left: auto; }
  .is-dropdown-submenu-parent.is-right-arrow.opens-inner .is-dropdown-submenu {
    left: 0;
    right: auto; }
  .is-dropdown-submenu-parent.opens-inner .is-dropdown-submenu {
    top: 100%; }
  .is-dropdown-submenu-parent.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%; }

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: transparent;
  border: none; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .is-dropdown-submenu, .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1.11111rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a > img,
  .menu > li > a > i {
    vertical-align: middle; }
  .menu > li > a > span {
    vertical-align: middle; }
  .menu > li > a > img,
  .menu > li > a > i {
    display: inline-block;
    margin-right: 0.25rem; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 58em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 70em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  @media screen and (min-width: 75em) {
    .menu.xlarge-horizontal > li {
      display: table-cell; }
    .menu.xlarge-vertical > li {
      display: block; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a > img,
    .menu.icon-top > li > a > i {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

.no-js [data-responsive-menu] ul {
  display: none; }

html,
body {
  height: 100%; }

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-overflow-scrolling: auto; }

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease; }
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table; }
  .off-canvas-wrapper-inner::after {
    clear: both; }

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #ffffff;
  transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  box-shadow: false; }

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  transition: background 0.15s ease; }

.off-canvas {
  position: absolute;
  background: #0b2938;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px; }
    .is-open-left {
      -webkit-transform: translateX(250px);
          -ms-transform: translateX(250px);
              transform: translateX(250px); }
  .off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px; }
    .is-open-right {
      -webkit-transform: translateX(-250px);
          -ms-transform: translateX(-250px);
              transform: translateX(-250px); }

@media screen and (min-width: 58em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 70em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-xlarge ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-xlarge {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-xlarge ~ .off-canvas-content {
      margin-right: 250px; } }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 0.97222rem;
    margin-right: 0.06944rem;
    border-radius: 5px;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 58em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: #000000;
    display: block;
    padding: 0.20833rem 0.69444rem;
    border-radius: 5px; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.20833rem 0.69444rem;
    background: #174466;
    color: #ffffff;
    cursor: default; }
  .pagination .disabled {
    padding: 0.20833rem 0.69444rem;
    color: #cacaca;
    cursor: default; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '…';
    padding: 0.20833rem 0.69444rem;
    color: #000000; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '«';
  display: inline-block;
  margin-right: 0.5rem; }

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '»';
  display: inline-block;
  margin-left: 0.5rem; }

.thumbnail {
  border: solid 4px #ffffff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: none;
  margin-bottom: 20px; }
  .thumbnail:hover, .thumbnail:focus {
    box-shadow: 0 0 6px 1px #43afff; }

.title-bar {
  background: transparent;
  color: #ffffff;
  padding: 0.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.5rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  font-weight: normal;
  vertical-align: middle;
  display: inline-block; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #ffffff;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff; }
  .menu-icon:hover::after {
    background: #43afff;
    box-shadow: 0 7px 0 #43afff, 0 14px 0 #43afff; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #000000;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #000000, 0 14px 0 #000000; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.slide-in-down.mui-enter {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.slide-in-left.mui-enter {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.slide-in-up.mui-enter {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.slide-in-right.mui-enter {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.slide-out-down.mui-leave {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%); }

.slide-out-right.mui-leave {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }

.slide-out-up.mui-leave {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }

.slide-out-left.mui-leave {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }

.fade-in.mui-enter {
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  -webkit-animation-name: shake-7;
          animation-name: shake-7; }

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

.wiggle {
  -webkit-animation-name: wiggle-7deg;
          animation-name: wiggle-7deg; }

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.slow {
  -webkit-animation-duration: 750ms !important;
          animation-duration: 750ms !important; }

.fast {
  -webkit-animation-duration: 250ms !important;
          animation-duration: 250ms !important; }

.linear {
  -webkit-animation-timing-function: linear !important;
          animation-timing-function: linear !important; }

.ease {
  -webkit-animation-timing-function: ease !important;
          animation-timing-function: ease !important; }

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
          animation-timing-function: ease-in !important; }

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
          animation-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
          animation-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-animation-delay: 300ms !important;
          animation-delay: 300ms !important; }

.long-delay {
  -webkit-animation-delay: 700ms !important;
          animation-delay: 700ms !important; }
