html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  box-sizing: border-box; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.desktop-only {
  display: none !important; }

@media (min-width: 1010px) {
  .mobile-only {
    display: none !important; }
  .desktop-only {
    display: block !important; } }

/**
 * Swiper 3.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: November 7, 2015
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 0; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* Cube */
.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

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

::selection {
  color: white;
  background: #e81c40; }

body {
  color: #000;
  font-family: "museo-sans", sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 25px; }

main, article, footer, nav {
  display: block; }

h1, h2, h3, h4, h5, h6 {
  font-family: "museo-slab", sans-serif;
  padding-bottom: 10px; }

h1, h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 34px; }

h3 {
  font-family: "museo-sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px; }

blockquote {
  font-family: "museo-slab", sans-serif;
  font-size: 26px;
  font-style: italic; }

a {
  color: inherit; }

i, em {
  font-style: italic; }

b, strong {
  font-weight: bold; }

button {
  position: relative;
  box-shadow: -6px 6px 0 rgba(0, 96, 180, 0.2);
  position: relative;
  background: white;
  border: 4px solid #2785d7;
  padding-top: 7px;
  padding-bottom: 7px;
  width: 100%;
  font-size: 22px;
  line-height: 34px;
  font-family: "museo-sans", sans-serif;
  transition: color .2s ease-in-out, background .2s ease-in-out; }
  button * {
    color: #2785d7;
    border-color: #2785d7; }
  button a {
    color: #2785d7; }
    button a:hover {
      color: #0060b4; }
  button button:hover {
    color: white; }
  button:before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    width: calc(100% + 8px);
    height: 0;
    background: #0060b4;
    pointer-events: none;
    opacity: 0; }
  button:hover, button:active {
    color: white;
    background: #2785d7; }
  button:active {
    box-shadow: 0 0 0 rgba(39, 133, 215, 0.2); }
    button:active:before {
      opacity: 1;
      height: 8px; }
  button.red {
    position: relative;
    box-shadow: -6px 6px 0 rgba(165, 0, 29, 0.2);
    position: relative;
    background: white;
    border: 4px solid #e81c40;
    padding-top: 7px;
    padding-bottom: 7px;
    width: 100%;
    font-size: 22px;
    line-height: 34px;
    font-family: "museo-sans", sans-serif;
    transition: color .2s ease-in-out, background .2s ease-in-out; }
    button.red * {
      color: #e81c40;
      border-color: #e81c40; }
    button.red a {
      color: #e81c40; }
      button.red a:hover {
        color: #a5001d; }
    button.red button:hover {
      color: white; }
    button.red:before {
      content: '';
      position: absolute;
      top: -4px;
      left: -4px;
      width: calc(100% + 8px);
      height: 0;
      background: #a5001d;
      pointer-events: none;
      opacity: 0; }
    button.red:hover, button.red:active {
      color: white;
      background: #e81c40; }
    button.red:active {
      box-shadow: 0 0 0 rgba(232, 28, 64, 0.2); }
      button.red:active:before {
        opacity: 1;
        height: 8px; }
  button.dk-blue {
    position: relative;
    box-shadow: -6px 6px 0 rgba(0, 0, 67, 0.2);
    position: relative;
    background: white;
    border: 4px solid #262666;
    padding-top: 7px;
    padding-bottom: 7px;
    width: 100%;
    font-size: 22px;
    line-height: 34px;
    font-family: "museo-sans", sans-serif;
    transition: color .2s ease-in-out, background .2s ease-in-out; }
    button.dk-blue * {
      color: #262666;
      border-color: #262666; }
    button.dk-blue a {
      color: #262666; }
      button.dk-blue a:hover {
        color: #000043; }
    button.dk-blue button:hover {
      color: white; }
    button.dk-blue:before {
      content: '';
      position: absolute;
      top: -4px;
      left: -4px;
      width: calc(100% + 8px);
      height: 0;
      background: #000043;
      pointer-events: none;
      opacity: 0; }
    button.dk-blue:hover, button.dk-blue:active {
      color: white;
      background: #262666; }
    button.dk-blue:active {
      box-shadow: 0 0 0 rgba(38, 38, 102, 0.2); }
      button.dk-blue:active:before {
        opacity: 1;
        height: 8px; }

.red button {
  position: relative;
  box-shadow: -6px 6px 0 rgba(165, 0, 29, 0.2);
  position: relative;
  background: white;
  border: 4px solid #e81c40;
  padding-top: 7px;
  padding-bottom: 7px;
  width: 100%;
  font-size: 22px;
  line-height: 34px;
  font-family: "museo-sans", sans-serif;
  transition: color .2s ease-in-out, background .2s ease-in-out; }
  .red button * {
    color: #e81c40;
    border-color: #e81c40; }
  .red button a {
    color: #e81c40; }
    .red button a:hover {
      color: #a5001d; }
  .red button button:hover {
    color: white; }
  .red button:before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    width: calc(100% + 8px);
    height: 0;
    background: #a5001d;
    pointer-events: none;
    opacity: 0; }
  .red button:hover, .red button:active {
    color: white;
    background: #e81c40; }
  .red button:active {
    box-shadow: 0 0 0 rgba(232, 28, 64, 0.2); }
    .red button:active:before {
      opacity: 1;
      height: 8px; }

.dk-blue button {
  position: relative;
  box-shadow: -6px 6px 0 rgba(0, 0, 67, 0.2);
  position: relative;
  background: white;
  border: 4px solid #262666;
  padding-top: 7px;
  padding-bottom: 7px;
  width: 100%;
  font-size: 22px;
  line-height: 34px;
  font-family: "museo-sans", sans-serif;
  transition: color .2s ease-in-out, background .2s ease-in-out; }
  .dk-blue button * {
    color: #262666;
    border-color: #262666; }
  .dk-blue button a {
    color: #262666; }
    .dk-blue button a:hover {
      color: #000043; }
  .dk-blue button button:hover {
    color: white; }
  .dk-blue button:before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    width: calc(100% + 8px);
    height: 0;
    background: #000043;
    pointer-events: none;
    opacity: 0; }
  .dk-blue button:hover, .dk-blue button:active {
    color: white;
    background: #262666; }
  .dk-blue button:active {
    box-shadow: 0 0 0 rgba(38, 38, 102, 0.2); }
    .dk-blue button:active:before {
      opacity: 1;
      height: 8px; }

.component-red * {
  color: #e81c40;
  border-color: #e81c40; }

.component-red a {
  color: #e81c40; }
  .component-red a:hover {
    color: #a5001d; }

.component-red button:hover {
  color: white; }

.component-blue * {
  color: #2785d7;
  border-color: #2785d7; }

.component-blue a {
  color: #2785d7; }
  .component-blue a:hover {
    color: #0060b4; }

.component-blue button:hover {
  color: white; }

.component-dk-blue * {
  color: #262666;
  border-color: #262666; }

.component-dk-blue a {
  color: #262666; }
  .component-dk-blue a:hover {
    color: #000043; }

.component-dk-blue button:hover {
  color: white; }

main, .full-column {
  max-width: 670px;
  margin: 0 auto;
  overflow: hidden; }
  main:before, main:after, .full-column:before, .full-column:after {
    content: ' ';
    display: table; }
  main:after, .full-column:after {
    clear: both; }
  @media (min-width: 686px) {
    main, .full-column {
      overflow: visible; } }

article .byline {
  font-style: italic; }

article .category {
  padding: 5px 0; }

article img {
  width: 100%; }

article a {
  text-decoration: none; }

article .article-info, article .image {
  display: block; }

.twitter-video-rendered {
  padding-bottom: 20px; }

.left-rail {
  max-width: 670px; }

@media (min-width: 1010px) {
  main, .full-column {
    width: 1010px;
    max-width: none; }
  article .article-info {
    padding: 10px 15px; }
  .left-rail {
    min-width: 667px;
    min-height: 800px;
    border-left: 2px solid #f0f0f0;
    border-right: 2px solid #f0f0f0; }
  .left-rail, .right-rail {
    float: left; }
  .right-rail {
    padding-left: 20px;
    width: 340px; }
    .right-rail > div {
      margin-bottom: 30px; }
  main.list .left-rail, main.list .right-rail {
    margin-top: 30px; } }

@media (min-width: 1010px) {
  main, .full-column {
    width: 1010px; }
  .left-rail {
    max-width: 670px; } }

.component.tile {
  margin-bottom: 10px;
  padding-bottom: 20px;
  -webkit-font-smoothing: antialiased; }
  .component.tile * {
    color: #2785d7;
    border-color: #2785d7; }
  .component.tile a {
    color: #2785d7; }
    .component.tile a:hover {
      color: #0060b4; }
  .component.tile button:hover {
    color: white; }
  .component.tile:before, .component.tile:after {
    content: ' ';
    display: table; }
  .component.tile:after {
    clear: both; }
  .component.tile.collection:first-child:not(.no-image) .article-info {
    width: 75%;
    border-bottom-width: 4px;
    box-shadow: -6px 6px 0 rgba(0, 96, 180, 0.2); }
  .component.tile.collection:first-child:not(.no-image) .collection-info {
    background: white; }
  .component.tile.collection .collection-info {
    position: relative;
    z-index: 1;
    border-top: 4px solid #2785d7;
    border-bottom: 4px solid #2785d7;
    box-shadow: 0 6px 0 rgba(0, 96, 180, 0.2);
    font-size: 23px;
    font-family: "museo-slab", sans-serif;
    font-weight: bold;
    padding: 15px 10px; }
  .component.tile.collection .info-container {
    margin-top: -160px; }
  .component.tile.collection .article-info.primary {
    margin-top: 0; }
  .component.tile.collection .article-info.secondary {
    margin-top: 20px; }
  .component.tile.collection .article-info {
    transform: translateX(-6px);
    float: left; }
    .component.tile.collection .article-info .ticker {
      text-align: right; }
  .component.tile.collection .sponsor {
    position: absolute;
    top: 10px;
    right: 0;
    height: 42px;
    width: 108px; }
    @media (min-width: 360px) {
      .component.tile.collection .sponsor {
        top: 7px;
        right: 7px;
        width: 136px; } }
    .component.tile.collection .sponsor .franklin-logo {
      width: 100px;
      height: 30px;
      background: url("../img/sponsor/sponsor-franklin@2x.png");
      background-repeat: no-repeat;
      background-size: 100%; }
      @media (min-width: 360px) {
        .component.tile.collection .sponsor .franklin-logo {
          width: 136px;
          height: 42px; } }
  @media (min-width: 1010px) {
    .component.tile.collection {
      padding-left: 0;
      padding-right: 0; }
      .component.tile.collection .sponsor {
        width: 315px;
        height: 35px;
        top: 10px;
        right: 18px; }
        .component.tile.collection .sponsor .franklin-logo {
          width: 315px;
          height: 35px;
          background: url("../img/sponsor/sponsor-franklin-wide@2x.png");
          background-repeat: no-repeat;
          background-size: 100%; }
      .component.tile.collection .collection-info {
        font-size: 27px;
        padding-left: 15px; }
      .component.tile.collection .article-info {
        transform: translateX(135px); }
        .component.tile.collection .article-info .ticker {
          text-align: left; }
      .component.tile.collection .image-container {
        margin: 0; }
        .component.tile.collection .image-container img {
          box-shadow: none; }
      .component.tile.collection .info-container {
        margin-top: -250px; } }
  @media (min-width: 1010px) {
    .component.tile {
      padding-left: 40px;
      padding-right: 40px; } }
  .component.tile.no-image .article-info {
    margin-top: 20px; }
  .component.tile:first-child:not(.no-image) {
    width: calc(100% + 2px);
    background: #2785d7;
    left: -1px; }
    .component.tile:first-child:not(.no-image) .image-container img {
      min-height: 290px; }
    @media (min-width: 1010px) {
      .component.tile:first-child:not(.no-image) {
        background: none;
        padding-left: 0;
        padding-right: 0; }
        .component.tile:first-child:not(.no-image) .image-container {
          margin-right: 0; }
          .component.tile:first-child:not(.no-image) .image-container img {
            box-shadow: none;
            min-height: 380px; }
        .component.tile:first-child:not(.no-image) .article-info {
          width: 100%;
          box-shadow: 0 6px 0 rgba(0, 96, 180, 0.2);
          border-bottom-width: 10px; } }
  .component.tile .image-container {
    display: block;
    background: #dcdee1;
    position: relative; }
    .component.tile .image-container img {
      display: block;
      min-height: 218px; }
    @media (min-width: 1010px) {
      .component.tile .image-container {
        margin-right: 10px; }
        .component.tile .image-container .overlay {
          width: 100%;
          height: calc(100% - 6px);
          position: absolute;
          top: 0;
          left: 0;
          background: #2785d7;
          opacity: 0;
          transition: opacity .2s ease-in-out; }
          .component.tile .image-container .overlay:hover {
            opacity: .8; }
        .component.tile .image-container img {
          position: relative;
          box-shadow: -6px 6px 0 rgba(0, 96, 180, 0.2);
          min-height: 329px; } }
  .component.tile img {
    border-bottom: 8px solid #2785d7; }
  .component.tile .article-info {
    width: 75%;
    min-width: 355px;
    float: right;
    margin-top: -50px;
    position: relative;
    background: white;
    border: 4px solid #2785d7;
    padding: 10px 30px;
    transform: translateX(6px);
    position: relative;
    box-shadow: -6px 6px 0 rgba(0, 96, 180, 0.2); }
    @media (min-width: 1010px) {
      .component.tile .article-info {
        transform: none; } }
    .component.tile .article-info h2 {
      font-size: 27px;
      margin-top: 10px; }
    .component.tile .article-info .ticker {
      display: block;
      margin-top: -30px; }
      .component.tile .article-info .ticker span {
        display: inline-block;
        background: #2785d7;
        color: white;
        font-size: 13px;
        line-height: 13px;
        font-weight: 500;
        text-transform: uppercase;
        padding: 10px 20px;
        -webkit-font-smoothing: antialiased; }
  .component.tile.red {
    margin-bottom: 10px;
    padding-bottom: 20px;
    -webkit-font-smoothing: antialiased; }
    .component.tile.red * {
      color: #e81c40;
      border-color: #e81c40; }
    .component.tile.red a {
      color: #e81c40; }
      .component.tile.red a:hover {
        color: #a5001d; }
    .component.tile.red button:hover {
      color: white; }
    .component.tile.red:before, .component.tile.red:after {
      content: ' ';
      display: table; }
    .component.tile.red:after {
      clear: both; }
    .component.tile.red.collection:first-child:not(.no-image) .article-info {
      width: 75%;
      border-bottom-width: 4px;
      box-shadow: -6px 6px 0 rgba(165, 0, 29, 0.2); }
    .component.tile.red.collection:first-child:not(.no-image) .collection-info {
      background: white; }
    .component.tile.red.collection .collection-info {
      position: relative;
      z-index: 1;
      border-top: 4px solid #e81c40;
      border-bottom: 4px solid #e81c40;
      box-shadow: 0 6px 0 rgba(165, 0, 29, 0.2);
      font-size: 23px;
      font-family: "museo-slab", sans-serif;
      font-weight: bold;
      padding: 15px 10px; }
    .component.tile.red.collection .info-container {
      margin-top: -160px; }
    .component.tile.red.collection .article-info.primary {
      margin-top: 0; }
    .component.tile.red.collection .article-info.secondary {
      margin-top: 20px; }
    .component.tile.red.collection .article-info {
      transform: translateX(-6px);
      float: left; }
      .component.tile.red.collection .article-info .ticker {
        text-align: right; }
    .component.tile.red.collection .sponsor {
      position: absolute;
      top: 10px;
      right: 0;
      height: 42px;
      width: 108px; }
      @media (min-width: 360px) {
        .component.tile.red.collection .sponsor {
          top: 7px;
          right: 7px;
          width: 136px; } }
      .component.tile.red.collection .sponsor .franklin-logo {
        width: 100px;
        height: 30px;
        background: url("../img/sponsor/sponsor-franklin@2x.png");
        background-repeat: no-repeat;
        background-size: 100%; }
        @media (min-width: 360px) {
          .component.tile.red.collection .sponsor .franklin-logo {
            width: 136px;
            height: 42px; } }
    @media (min-width: 1010px) {
      .component.tile.red.collection {
        padding-left: 0;
        padding-right: 0; }
        .component.tile.red.collection .sponsor {
          width: 315px;
          height: 35px;
          top: 10px;
          right: 18px; }
          .component.tile.red.collection .sponsor .franklin-logo {
            width: 315px;
            height: 35px;
            background: url("../img/sponsor/sponsor-franklin-wide@2x.png");
            background-repeat: no-repeat;
            background-size: 100%; }
        .component.tile.red.collection .collection-info {
          font-size: 27px;
          padding-left: 15px; }
        .component.tile.red.collection .article-info {
          transform: translateX(135px); }
          .component.tile.red.collection .article-info .ticker {
            text-align: left; }
        .component.tile.red.collection .image-container {
          margin: 0; }
          .component.tile.red.collection .image-container img {
            box-shadow: none; }
        .component.tile.red.collection .info-container {
          margin-top: -250px; } }
    @media (min-width: 1010px) {
      .component.tile.red {
        padding-left: 40px;
        padding-right: 40px; } }
    .component.tile.red.no-image .article-info {
      margin-top: 20px; }
    .component.tile.red:first-child:not(.no-image) {
      width: calc(100% + 2px);
      background: #e81c40;
      left: -1px; }
      .component.tile.red:first-child:not(.no-image) .image-container img {
        min-height: 290px; }
      @media (min-width: 1010px) {
        .component.tile.red:first-child:not(.no-image) {
          background: none;
          padding-left: 0;
          padding-right: 0; }
          .component.tile.red:first-child:not(.no-image) .image-container {
            margin-right: 0; }
            .component.tile.red:first-child:not(.no-image) .image-container img {
              box-shadow: none;
              min-height: 380px; }
          .component.tile.red:first-child:not(.no-image) .article-info {
            width: 100%;
            box-shadow: 0 6px 0 rgba(165, 0, 29, 0.2);
            border-bottom-width: 10px; } }
    .component.tile.red .image-container {
      display: block;
      background: #dcdee1;
      position: relative; }
      .component.tile.red .image-container img {
        display: block;
        min-height: 218px; }
      @media (min-width: 1010px) {
        .component.tile.red .image-container {
          margin-right: 10px; }
          .component.tile.red .image-container .overlay {
            width: 100%;
            height: calc(100% - 6px);
            position: absolute;
            top: 0;
            left: 0;
            background: #e81c40;
            opacity: 0;
            transition: opacity .2s ease-in-out; }
            .component.tile.red .image-container .overlay:hover {
              opacity: .8; }
          .component.tile.red .image-container img {
            position: relative;
            box-shadow: -6px 6px 0 rgba(165, 0, 29, 0.2);
            min-height: 329px; } }
    .component.tile.red img {
      border-bottom: 8px solid #e81c40; }
    .component.tile.red .article-info {
      width: 75%;
      min-width: 355px;
      float: right;
      margin-top: -50px;
      position: relative;
      background: white;
      border: 4px solid #e81c40;
      padding: 10px 30px;
      transform: translateX(6px);
      position: relative;
      box-shadow: -6px 6px 0 rgba(165, 0, 29, 0.2); }
      @media (min-width: 1010px) {
        .component.tile.red .article-info {
          transform: none; } }
      .component.tile.red .article-info h2 {
        font-size: 27px;
        margin-top: 10px; }
      .component.tile.red .article-info .ticker {
        display: block;
        margin-top: -30px; }
        .component.tile.red .article-info .ticker span {
          display: inline-block;
          background: #e81c40;
          color: white;
          font-size: 13px;
          line-height: 13px;
          font-weight: 500;
          text-transform: uppercase;
          padding: 10px 20px;
          -webkit-font-smoothing: antialiased; }
  .component.tile.dk-blue {
    margin-bottom: 10px;
    padding-bottom: 20px;
    -webkit-font-smoothing: antialiased; }
    .component.tile.dk-blue * {
      color: #262666;
      border-color: #262666; }
    .component.tile.dk-blue a {
      color: #262666; }
      .component.tile.dk-blue a:hover {
        color: #000043; }
    .component.tile.dk-blue button:hover {
      color: white; }
    .component.tile.dk-blue:before, .component.tile.dk-blue:after {
      content: ' ';
      display: table; }
    .component.tile.dk-blue:after {
      clear: both; }
    .component.tile.dk-blue.collection:first-child:not(.no-image) .article-info {
      width: 75%;
      border-bottom-width: 4px;
      box-shadow: -6px 6px 0 rgba(0, 0, 67, 0.2); }
    .component.tile.dk-blue.collection:first-child:not(.no-image) .collection-info {
      background: white; }
    .component.tile.dk-blue.collection .collection-info {
      position: relative;
      z-index: 1;
      border-top: 4px solid #262666;
      border-bottom: 4px solid #262666;
      box-shadow: 0 6px 0 rgba(0, 0, 67, 0.2);
      font-size: 23px;
      font-family: "museo-slab", sans-serif;
      font-weight: bold;
      padding: 15px 10px; }
    .component.tile.dk-blue.collection .info-container {
      margin-top: -160px; }
    .component.tile.dk-blue.collection .article-info.primary {
      margin-top: 0; }
    .component.tile.dk-blue.collection .article-info.secondary {
      margin-top: 20px; }
    .component.tile.dk-blue.collection .article-info {
      transform: translateX(-6px);
      float: left; }
      .component.tile.dk-blue.collection .article-info .ticker {
        text-align: right; }
    .component.tile.dk-blue.collection .sponsor {
      position: absolute;
      top: 10px;
      right: 0;
      height: 42px;
      width: 108px; }
      @media (min-width: 360px) {
        .component.tile.dk-blue.collection .sponsor {
          top: 7px;
          right: 7px;
          width: 136px; } }
      .component.tile.dk-blue.collection .sponsor .franklin-logo {
        width: 100px;
        height: 30px;
        background: url("../img/sponsor/sponsor-franklin@2x.png");
        background-repeat: no-repeat;
        background-size: 100%; }
        @media (min-width: 360px) {
          .component.tile.dk-blue.collection .sponsor .franklin-logo {
            width: 136px;
            height: 42px; } }
    @media (min-width: 1010px) {
      .component.tile.dk-blue.collection {
        padding-left: 0;
        padding-right: 0; }
        .component.tile.dk-blue.collection .sponsor {
          width: 315px;
          height: 35px;
          top: 10px;
          right: 18px; }
          .component.tile.dk-blue.collection .sponsor .franklin-logo {
            width: 315px;
            height: 35px;
            background: url("../img/sponsor/sponsor-franklin-wide@2x.png");
            background-repeat: no-repeat;
            background-size: 100%; }
        .component.tile.dk-blue.collection .collection-info {
          font-size: 27px;
          padding-left: 15px; }
        .component.tile.dk-blue.collection .article-info {
          transform: translateX(135px); }
          .component.tile.dk-blue.collection .article-info .ticker {
            text-align: left; }
        .component.tile.dk-blue.collection .image-container {
          margin: 0; }
          .component.tile.dk-blue.collection .image-container img {
            box-shadow: none; }
        .component.tile.dk-blue.collection .info-container {
          margin-top: -250px; } }
    @media (min-width: 1010px) {
      .component.tile.dk-blue {
        padding-left: 40px;
        padding-right: 40px; } }
    .component.tile.dk-blue.no-image .article-info {
      margin-top: 20px; }
    .component.tile.dk-blue:first-child:not(.no-image) {
      width: calc(100% + 2px);
      background: #262666;
      left: -1px; }
      .component.tile.dk-blue:first-child:not(.no-image) .image-container img {
        min-height: 290px; }
      @media (min-width: 1010px) {
        .component.tile.dk-blue:first-child:not(.no-image) {
          background: none;
          padding-left: 0;
          padding-right: 0; }
          .component.tile.dk-blue:first-child:not(.no-image) .image-container {
            margin-right: 0; }
            .component.tile.dk-blue:first-child:not(.no-image) .image-container img {
              box-shadow: none;
              min-height: 380px; }
          .component.tile.dk-blue:first-child:not(.no-image) .article-info {
            width: 100%;
            box-shadow: 0 6px 0 rgba(0, 0, 67, 0.2);
            border-bottom-width: 10px; } }
    .component.tile.dk-blue .image-container {
      display: block;
      background: #dcdee1;
      position: relative; }
      .component.tile.dk-blue .image-container img {
        display: block;
        min-height: 218px; }
      @media (min-width: 1010px) {
        .component.tile.dk-blue .image-container {
          margin-right: 10px; }
          .component.tile.dk-blue .image-container .overlay {
            width: 100%;
            height: calc(100% - 6px);
            position: absolute;
            top: 0;
            left: 0;
            background: #262666;
            opacity: 0;
            transition: opacity .2s ease-in-out; }
            .component.tile.dk-blue .image-container .overlay:hover {
              opacity: .8; }
          .component.tile.dk-blue .image-container img {
            position: relative;
            box-shadow: -6px 6px 0 rgba(0, 0, 67, 0.2);
            min-height: 329px; } }
    .component.tile.dk-blue img {
      border-bottom: 8px solid #262666; }
    .component.tile.dk-blue .article-info {
      width: 75%;
      min-width: 355px;
      float: right;
      margin-top: -50px;
      position: relative;
      background: white;
      border: 4px solid #262666;
      padding: 10px 30px;
      transform: translateX(6px);
      position: relative;
      box-shadow: -6px 6px 0 rgba(0, 0, 67, 0.2); }
      @media (min-width: 1010px) {
        .component.tile.dk-blue .article-info {
          transform: none; } }
      .component.tile.dk-blue .article-info h2 {
        font-size: 27px;
        margin-top: 10px; }
      .component.tile.dk-blue .article-info .ticker {
        display: block;
        margin-top: -30px; }
        .component.tile.dk-blue .article-info .ticker span {
          display: inline-block;
          background: #262666;
          color: white;
          font-size: 13px;
          line-height: 13px;
          font-weight: 500;
          text-transform: uppercase;
          padding: 10px 20px;
          -webkit-font-smoothing: antialiased; }

.component.list-box {
  background: white;
  border: 4px solid #2785d7;
  padding: 18px 25px;
  position: relative;
  position: relative;
  box-shadow: -6px 6px 0 rgba(0, 96, 180, 0.2); }
  .component.list-box * {
    color: #2785d7;
    border-color: #2785d7; }
  .component.list-box a {
    color: #2785d7; }
    .component.list-box a:hover {
      color: #0060b4; }
  .component.list-box button:hover {
    color: white; }
  .component.list-box a {
    text-decoration: none; }
  .component.list-box button {
    margin-top: 15px; }
  .component.list-box .ticker {
    display: block;
    margin-top: -38px; }
    .component.list-box .ticker span {
      display: inline-block;
      background: #2785d7;
      color: white;
      font-size: 13px;
      line-height: 13px;
      font-weight: 500;
      text-transform: uppercase;
      padding: 10px 20px;
      -webkit-font-smoothing: antialiased; }
  .component.list-box .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .component.list-box.cool-stuff {
    min-height: 500px; }
  .component.list-box.cool-stuff .sports-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 245px;
    height: 211px;
    background-image: url("../img/icons/sports/colors/football-med-blue.svg");
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: 15px -50px;
    opacity: .18; }
  .component.list-box.cool-stuff .sports-bg-2 {
    content: '';
    position: absolute;
    display: block;
    background: white;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    top: 20px;
    right: -50px; }
    .component.list-box.cool-stuff .sports-bg-2:after {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      background-image: url("../img/icons/sports/colors/basketball-med-blue.svg");
      background-repeat: no-repeat;
      background-size: 100%;
      top: 7px;
      left: 7px;
      opacity: .18; }
  .component.list-box .item {
    position: relative;
    padding: 17px;
    padding-top: 23px;
    padding-left: 50px;
    border-bottom: 2px solid #e9e9e9;
    min-height: 75px; }
    .component.list-box .item:last-child {
      border-bottom: none; }
    .component.list-box .item .counter {
      position: absolute;
      top: 28px;
      left: 0;
      color: #fff;
      background: #2785d7;
      border-radius: 50%;
      -webkit-user-select: none;
      user-select: none;
      cursor: default;
      width: 30px;
      height: 30px;
      font-size: 14px;
      padding-left: 10px;
      padding-top: 1px;
      font-weight: 700; }
  .component.list-box.red {
    background: white;
    border: 4px solid #e81c40;
    padding: 18px 25px;
    position: relative;
    position: relative;
    box-shadow: -6px 6px 0 rgba(165, 0, 29, 0.2); }
    .component.list-box.red * {
      color: #e81c40;
      border-color: #e81c40; }
    .component.list-box.red a {
      color: #e81c40; }
      .component.list-box.red a:hover {
        color: #a5001d; }
    .component.list-box.red button:hover {
      color: white; }
    .component.list-box.red a {
      text-decoration: none; }
    .component.list-box.red button {
      margin-top: 15px; }
    .component.list-box.red .ticker {
      display: block;
      margin-top: -38px; }
      .component.list-box.red .ticker span {
        display: inline-block;
        background: #e81c40;
        color: white;
        font-size: 13px;
        line-height: 13px;
        font-weight: 500;
        text-transform: uppercase;
        padding: 10px 20px;
        -webkit-font-smoothing: antialiased; }
    .component.list-box.red .bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; }
    .component.list-box.red.cool-stuff {
      min-height: 500px; }
    .component.list-box.red.cool-stuff .sports-bg {
      position: absolute;
      top: 0;
      right: 0;
      width: 245px;
      height: 211px;
      background-image: url("../img/icons/sports/colors/football-med-blue.svg");
      background-repeat: no-repeat;
      background-size: 80%;
      background-position: 15px -50px;
      opacity: .18; }
    .component.list-box.red.cool-stuff .sports-bg-2 {
      content: '';
      position: absolute;
      display: block;
      background: white;
      width: 200px;
      height: 200px;
      border-radius: 50%;
      top: 20px;
      right: -50px; }
      .component.list-box.red.cool-stuff .sports-bg-2:after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url("../img/icons/sports/colors/basketball-med-blue.svg");
        background-repeat: no-repeat;
        background-size: 100%;
        top: 7px;
        left: 7px;
        opacity: .18; }
    .component.list-box.red .item {
      position: relative;
      padding: 17px;
      padding-top: 23px;
      padding-left: 50px;
      border-bottom: 2px solid #e9e9e9;
      min-height: 75px; }
      .component.list-box.red .item:last-child {
        border-bottom: none; }
      .component.list-box.red .item .counter {
        position: absolute;
        top: 28px;
        left: 0;
        color: #fff;
        background: #e81c40;
        border-radius: 50%;
        -webkit-user-select: none;
        user-select: none;
        cursor: default;
        width: 30px;
        height: 30px;
        font-size: 14px;
        padding-left: 10px;
        padding-top: 1px;
        font-weight: 700; }
  .component.list-box.dk-blue {
    background: white;
    border: 4px solid #262666;
    padding: 18px 25px;
    position: relative;
    position: relative;
    box-shadow: -6px 6px 0 rgba(0, 0, 67, 0.2); }
    .component.list-box.dk-blue * {
      color: #262666;
      border-color: #262666; }
    .component.list-box.dk-blue a {
      color: #262666; }
      .component.list-box.dk-blue a:hover {
        color: #000043; }
    .component.list-box.dk-blue button:hover {
      color: white; }
    .component.list-box.dk-blue a {
      text-decoration: none; }
    .component.list-box.dk-blue button {
      margin-top: 15px; }
    .component.list-box.dk-blue .ticker {
      display: block;
      margin-top: -38px; }
      .component.list-box.dk-blue .ticker span {
        display: inline-block;
        background: #262666;
        color: white;
        font-size: 13px;
        line-height: 13px;
        font-weight: 500;
        text-transform: uppercase;
        padding: 10px 20px;
        -webkit-font-smoothing: antialiased; }
    .component.list-box.dk-blue .bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; }
    .component.list-box.dk-blue.cool-stuff {
      min-height: 500px; }
    .component.list-box.dk-blue.cool-stuff .sports-bg {
      position: absolute;
      top: 0;
      right: 0;
      width: 245px;
      height: 211px;
      background-image: url("../img/icons/sports/colors/football-med-blue.svg");
      background-repeat: no-repeat;
      background-size: 80%;
      background-position: 15px -50px;
      opacity: .18; }
    .component.list-box.dk-blue.cool-stuff .sports-bg-2 {
      content: '';
      position: absolute;
      display: block;
      background: white;
      width: 200px;
      height: 200px;
      border-radius: 50%;
      top: 20px;
      right: -50px; }
      .component.list-box.dk-blue.cool-stuff .sports-bg-2:after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url("../img/icons/sports/colors/basketball-med-blue.svg");
        background-repeat: no-repeat;
        background-size: 100%;
        top: 7px;
        left: 7px;
        opacity: .18; }
    .component.list-box.dk-blue .item {
      position: relative;
      padding: 17px;
      padding-top: 23px;
      padding-left: 50px;
      border-bottom: 2px solid #e9e9e9;
      min-height: 75px; }
      .component.list-box.dk-blue .item:last-child {
        border-bottom: none; }
      .component.list-box.dk-blue .item .counter {
        position: absolute;
        top: 28px;
        left: 0;
        color: #fff;
        background: #262666;
        border-radius: 50%;
        -webkit-user-select: none;
        user-select: none;
        cursor: default;
        width: 30px;
        height: 30px;
        font-size: 14px;
        padding-left: 10px;
        padding-top: 1px;
        font-weight: 700; }

.component.video-player {
  background: white;
  border: 4px solid #2785d7;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 10px;
  padding: 0;
  position: relative;
  box-shadow: -6px 6px 0 rgba(0, 96, 180, 0.2); }
  .component.video-player * {
    color: #2785d7;
    border-color: #2785d7; }
  .component.video-player a {
    color: #2785d7; }
    .component.video-player a:hover {
      color: #0060b4; }
  .component.video-player button:hover {
    color: white; }
  @media (min-width: 670px) {
    .component.video-player {
      border-left-width: 4px;
      border-right-width: 4px; } }
  .component.video-player .headline {
    padding: 18px 48px;
    color: #2785d7;
    border-top: 4px solid #2785d7;
    font-family: "museo-slab", sans-serif;
    font-size: 27px;
    font-weight: 700; }
  .component.video-player .ticker {
    display: block;
    margin-top: -33px;
    position: absolute;
    left: 30px; }
    .component.video-player .ticker span {
      display: inline-block;
      background: #2785d7;
      color: white;
      font-size: 13px;
      line-height: 13px;
      font-weight: 500;
      text-transform: uppercase;
      padding: 10px 20px;
      -webkit-font-smoothing: antialiased; }
    .component.video-player .ticker span {
      padding-left: 37px;
      padding-right: 37px;
      padding-top: 9px;
      padding-bottom: 7px;
      font-size: 13px; }
  .component.video-player .video-ratio {
    padding: 1px;
    background: black;
    position: relative; }
  .component.video-player .video-wrapper {
    min-height: 310px;
    position: relative; }
    .component.video-player .video-wrapper iframe {
      margin: 0;
      padding: 0; }
  .component.video-player.red {
    background: white;
    border: 4px solid #e81c40;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 10px;
    padding: 0;
    position: relative;
    box-shadow: -6px 6px 0 rgba(165, 0, 29, 0.2); }
    .component.video-player.red * {
      color: #e81c40;
      border-color: #e81c40; }
    .component.video-player.red a {
      color: #e81c40; }
      .component.video-player.red a:hover {
        color: #a5001d; }
    .component.video-player.red button:hover {
      color: white; }
    @media (min-width: 670px) {
      .component.video-player.red {
        border-left-width: 4px;
        border-right-width: 4px; } }
    .component.video-player.red .headline {
      padding: 18px 48px;
      color: #e81c40;
      border-top: 4px solid #e81c40;
      font-family: "museo-slab", sans-serif;
      font-size: 27px;
      font-weight: 700; }
    .component.video-player.red .ticker {
      display: block;
      margin-top: -33px;
      position: absolute;
      left: 30px; }
      .component.video-player.red .ticker span {
        display: inline-block;
        background: #e81c40;
        color: white;
        font-size: 13px;
        line-height: 13px;
        font-weight: 500;
        text-transform: uppercase;
        padding: 10px 20px;
        -webkit-font-smoothing: antialiased; }
      .component.video-player.red .ticker span {
        padding-left: 37px;
        padding-right: 37px;
        padding-top: 9px;
        padding-bottom: 7px;
        font-size: 13px; }
    .component.video-player.red .video-ratio {
      padding: 1px;
      background: black;
      position: relative; }
    .component.video-player.red .video-wrapper {
      min-height: 310px;
      position: relative; }
      .component.video-player.red .video-wrapper iframe {
        margin: 0;
        padding: 0; }
  .component.video-player.dk-blue {
    background: white;
    border: 4px solid #262666;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 10px;
    padding: 0;
    position: relative;
    box-shadow: -6px 6px 0 rgba(0, 0, 67, 0.2); }
    .component.video-player.dk-blue * {
      color: #262666;
      border-color: #262666; }
    .component.video-player.dk-blue a {
      color: #262666; }
      .component.video-player.dk-blue a:hover {
        color: #000043; }
    .component.video-player.dk-blue button:hover {
      color: white; }
    @media (min-width: 670px) {
      .component.video-player.dk-blue {
        border-left-width: 4px;
        border-right-width: 4px; } }
    .component.video-player.dk-blue .headline {
      padding: 18px 48px;
      color: #262666;
      border-top: 4px solid #262666;
      font-family: "museo-slab", sans-serif;
      font-size: 27px;
      font-weight: 700; }
    .component.video-player.dk-blue .ticker {
      display: block;
      margin-top: -33px;
      position: absolute;
      left: 30px; }
      .component.video-player.dk-blue .ticker span {
        display: inline-block;
        background: #262666;
        color: white;
        font-size: 13px;
        line-height: 13px;
        font-weight: 500;
        text-transform: uppercase;
        padding: 10px 20px;
        -webkit-font-smoothing: antialiased; }
      .component.video-player.dk-blue .ticker span {
        padding-left: 37px;
        padding-right: 37px;
        padding-top: 9px;
        padding-bottom: 7px;
        font-size: 13px; }
    .component.video-player.dk-blue .video-ratio {
      padding: 1px;
      background: black;
      position: relative; }
    .component.video-player.dk-blue .video-wrapper {
      min-height: 310px;
      position: relative; }
      .component.video-player.dk-blue .video-wrapper iframe {
        margin: 0;
        padding: 0; }

.component.gallery {
  background: white;
  border: 4px solid #2785d7;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 10px;
  padding: 0;
  position: relative;
  box-shadow: -6px 6px 0 rgba(0, 96, 180, 0.2); }
  .component.gallery * {
    color: #2785d7;
    border-color: #2785d7; }
  .component.gallery a {
    color: #2785d7; }
    .component.gallery a:hover {
      color: #0060b4; }
  .component.gallery button:hover {
    color: white; }
  @media (min-width: 670px) {
    .component.gallery {
      border-left-width: 4px;
      border-right-width: 4px; } }
  .component.gallery img {
    border: none; }
  .component.gallery .caption {
    display: none; }
  .component.gallery .headline {
    padding: 18px 48px;
    color: #2785d7;
    border-top: 4px solid #2785d7;
    font-family: "museo-slab", sans-serif;
    font-size: 27px;
    font-weight: 700; }
  .component.gallery .ticker {
    display: block;
    margin-top: -33px;
    position: absolute;
    left: 30px; }
    .component.gallery .ticker span {
      display: inline-block;
      background: #2785d7;
      color: white;
      font-size: 13px;
      line-height: 13px;
      font-weight: 500;
      text-transform: uppercase;
      padding: 10px 20px;
      -webkit-font-smoothing: antialiased; }
    .component.gallery .ticker span {
      padding-left: 37px;
      padding-right: 37px;
      padding-top: 9px;
      padding-bottom: 7px;
      font-size: 13px; }
  .component.gallery.red {
    background: white;
    border: 4px solid #e81c40;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 10px;
    padding: 0;
    position: relative;
    box-shadow: -6px 6px 0 rgba(165, 0, 29, 0.2); }
    .component.gallery.red * {
      color: #e81c40;
      border-color: #e81c40; }
    .component.gallery.red a {
      color: #e81c40; }
      .component.gallery.red a:hover {
        color: #a5001d; }
    .component.gallery.red button:hover {
      color: white; }
    @media (min-width: 670px) {
      .component.gallery.red {
        border-left-width: 4px;
        border-right-width: 4px; } }
    .component.gallery.red img {
      border: none; }
    .component.gallery.red .caption {
      display: none; }
    .component.gallery.red .headline {
      padding: 18px 48px;
      color: #e81c40;
      border-top: 4px solid #e81c40;
      font-family: "museo-slab", sans-serif;
      font-size: 27px;
      font-weight: 700; }
    .component.gallery.red .ticker {
      display: block;
      margin-top: -33px;
      position: absolute;
      left: 30px; }
      .component.gallery.red .ticker span {
        display: inline-block;
        background: #e81c40;
        color: white;
        font-size: 13px;
        line-height: 13px;
        font-weight: 500;
        text-transform: uppercase;
        padding: 10px 20px;
        -webkit-font-smoothing: antialiased; }
      .component.gallery.red .ticker span {
        padding-left: 37px;
        padding-right: 37px;
        padding-top: 9px;
        padding-bottom: 7px;
        font-size: 13px; }
  .component.gallery.dk-blue {
    background: white;
    border: 4px solid #262666;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 10px;
    padding: 0;
    position: relative;
    box-shadow: -6px 6px 0 rgba(0, 0, 67, 0.2); }
    .component.gallery.dk-blue * {
      color: #262666;
      border-color: #262666; }
    .component.gallery.dk-blue a {
      color: #262666; }
      .component.gallery.dk-blue a:hover {
        color: #000043; }
    .component.gallery.dk-blue button:hover {
      color: white; }
    @media (min-width: 670px) {
      .component.gallery.dk-blue {
        border-left-width: 4px;
        border-right-width: 4px; } }
    .component.gallery.dk-blue img {
      border: none; }
    .component.gallery.dk-blue .caption {
      display: none; }
    .component.gallery.dk-blue .headline {
      padding: 18px 48px;
      color: #262666;
      border-top: 4px solid #262666;
      font-family: "museo-slab", sans-serif;
      font-size: 27px;
      font-weight: 700; }
    .component.gallery.dk-blue .ticker {
      display: block;
      margin-top: -33px;
      position: absolute;
      left: 30px; }
      .component.gallery.dk-blue .ticker span {
        display: inline-block;
        background: #262666;
        color: white;
        font-size: 13px;
        line-height: 13px;
        font-weight: 500;
        text-transform: uppercase;
        padding: 10px 20px;
        -webkit-font-smoothing: antialiased; }
      .component.gallery.dk-blue .ticker span {
        padding-left: 37px;
        padding-right: 37px;
        padding-top: 9px;
        padding-bottom: 7px;
        font-size: 13px; }

.component.subscribe-box {
  background: white;
  border: 4px solid #2785d7;
  padding: 18px 25px;
  padding-top: 50px;
  position: relative;
  box-shadow: -6px 6px 0 rgba(0, 96, 180, 0.2); }
  .component.subscribe-box * {
    color: #2785d7;
    border-color: #2785d7; }
  .component.subscribe-box a {
    color: #2785d7; }
    .component.subscribe-box a:hover {
      color: #0060b4; }
  .component.subscribe-box button:hover {
    color: white; }
  .component.subscribe-box h3 {
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    text-transform: uppercase;
    background: #2785d7;
    width: 100%;
    text-align: center;
    padding-bottom: 0;
    font-size: 16px; }
  .component.subscribe-box img {
    position: relative;
    box-shadow: -6px 6px 0 rgba(0, 96, 180, 0.2);
    margin: 0 auto;
    display: block;
    margin-bottom: 20px; }
  .component.subscribe-box button {
    font-size: 19px;
    margin-bottom: 15px; }
    .component.subscribe-box button:last-child {
      margin-bottom: 10px; }
  .component.subscribe-box.red {
    background: white;
    border: 4px solid #e81c40;
    padding: 18px 25px;
    padding-top: 50px;
    position: relative;
    box-shadow: -6px 6px 0 rgba(165, 0, 29, 0.2); }
    .component.subscribe-box.red * {
      color: #e81c40;
      border-color: #e81c40; }
    .component.subscribe-box.red a {
      color: #e81c40; }
      .component.subscribe-box.red a:hover {
        color: #a5001d; }
    .component.subscribe-box.red button:hover {
      color: white; }
    .component.subscribe-box.red h3 {
      position: absolute;
      top: 0;
      left: 0;
      color: white;
      text-transform: uppercase;
      background: #e81c40;
      width: 100%;
      text-align: center;
      padding-bottom: 0;
      font-size: 16px; }
    .component.subscribe-box.red img {
      position: relative;
      box-shadow: -6px 6px 0 rgba(165, 0, 29, 0.2);
      margin: 0 auto;
      display: block;
      margin-bottom: 20px; }
    .component.subscribe-box.red button {
      font-size: 19px;
      margin-bottom: 15px; }
      .component.subscribe-box.red button:last-child {
        margin-bottom: 10px; }
  .component.subscribe-box.dk-blue {
    background: white;
    border: 4px solid #262666;
    padding: 18px 25px;
    padding-top: 50px;
    position: relative;
    box-shadow: -6px 6px 0 rgba(0, 0, 67, 0.2); }
    .component.subscribe-box.dk-blue * {
      color: #262666;
      border-color: #262666; }
    .component.subscribe-box.dk-blue a {
      color: #262666; }
      .component.subscribe-box.dk-blue a:hover {
        color: #000043; }
    .component.subscribe-box.dk-blue button:hover {
      color: white; }
    .component.subscribe-box.dk-blue h3 {
      position: absolute;
      top: 0;
      left: 0;
      color: white;
      text-transform: uppercase;
      background: #262666;
      width: 100%;
      text-align: center;
      padding-bottom: 0;
      font-size: 16px; }
    .component.subscribe-box.dk-blue img {
      position: relative;
      box-shadow: -6px 6px 0 rgba(0, 0, 67, 0.2);
      margin: 0 auto;
      display: block;
      margin-bottom: 20px; }
    .component.subscribe-box.dk-blue button {
      font-size: 19px;
      margin-bottom: 15px; }
      .component.subscribe-box.dk-blue button:last-child {
        margin-bottom: 10px; }

.component.lazy-image {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0); }
  .component.lazy-image img:not(.overlay):not(.error) {
    width: 100%;
    -webkit-filter: blur(35px);
    filter: blur(35px);
    margin-bottom: 0; }
  .component.lazy-image img.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    margin-bottom: 0;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out; }
  .component.lazy-image.rendered img.overlay {
    opacity: 1; }

.component.video-player, .component.inline.image {
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 35px; }
  .component.video-player .credit, .component.inline.image .credit {
    font-size: 11px;
    color: black;
    margin-top: -15px; }

.component.gallery {
  position: relative;
  color: white;
  font-family: "museo-sans", sans-serif;
  font-size: 14px; }
  .component.gallery .caption {
    padding: 20px; }
  .component.gallery .swiper-button-next {
    background: none;
    border-top: 5px solid white;
    border-right: 5px solid white;
    width: 23px;
    height: 23px;
    transform: rotate(45deg);
    top: calc(50% + 15px);
    right: 20px; }
  .component.gallery .swiper-button-prev {
    background: none;
    border-top: 5px solid white;
    border-left: 5px solid white;
    width: 23px;
    height: 23px;
    transform: rotate(-45deg);
    top: calc(50% + 15px);
    left: 20px; }
  .component.gallery .swiper-container.gallery-top {
    width: 100%;
    height: 100%;
    position: relative;
    background: black;
    text-align: center; }
    .component.gallery .swiper-container.gallery-top .img-wrapper {
      height: 370px;
      position: relative; }
    .component.gallery .swiper-container.gallery-top img {
      display: block;
      max-width: 100%;
      max-height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0); }
  .component.gallery .swiper-container.gallery-thumbs {
    background: black;
    position: relative; }
    .component.gallery .swiper-container.gallery-thumbs .swiper-slide {
      width: 100px;
      height: 100px; }
    .component.gallery .swiper-container.gallery-thumbs img {
      display: block;
      max-width: 100%;
      max-height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0); }

.component.paginator {
  text-align: center;
  padding: 23px;
  margin: 0 60px;
  font-weight: 700;
  font-size: 20px;
  border-top: 2px solid #f0f0f0; }
  .component.paginator a {
    color: #2785d7;
    text-decoration: none; }
    .component.paginator a:hover {
      color: #0060b4; }

main.list .component.gallery, main.list .component.video-player {
  margin-top: 50px;
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
  border-left-width: 4px;
  border-right-width: 4px; }
  main.list .component.gallery .video-wrapper, main.list .component.video-player .video-wrapper {
    min-height: 200px; }
  @media (min-width: 1010px) {
    main.list .component.gallery, main.list .component.video-player {
      margin-left: 40px;
      margin-right: 40px; }
      main.list .component.gallery .video-wrapper, main.list .component.video-player .video-wrapper {
        min-height: 290px; } }

main.content h3 {
  font-family: "museo-sans", sans-serif; }

main.content .left-rail {
  border-left: none; }

main.content .summary {
  font-size: 30px;
  font-weight: lighter;
  padding-bottom: 15px; }

main.content .byline {
  color: #262666;
  font-weight: bold;
  font-size: 15px; }
  main.content .byline span {
    color: #dcdee1; }

main.content .intro {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 21px;
  padding-right: 21px;
  position: relative; }
  @media (min-width: 1010px) {
    main.content .intro {
      padding-left: 0; } }
  main.content .intro h1 {
    color: #2785d7; }
    @media (min-width: 1010px) {
      main.content .intro h1 {
        margin-right: 80px; } }

main.content img {
  display: block;
  border-bottom: 8px solid #e81c40;
  margin-bottom: 20px;
  position: relative;
  box-shadow: -6px 6px 0 rgba(165, 0, 29, 0.2); }

main.content .component .img {
  margin-bottom: 0; }

main.content iframe, main.content object {
  max-width: 100%; }

main.content .component.video-player {
  margin-top: 30px; }

main.content .lead-container {
  position: relative; }
  main.content .lead-container.error {
    display: none; }

main.content .lead-media-ticker {
  display: block;
  margin-top: 20px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: right;
  padding-right: 40px;
  width: 100%;
  margin-top: -17px;
  font-weight: 700; }
  main.content .lead-media-ticker span {
    display: inline-block;
    background: #e81c40;
    color: white;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 20px;
    -webkit-font-smoothing: antialiased; }
  main.content .lead-media-ticker span {
    font-size: 13px; }

main.content .lead-media {
  margin-bottom: 30px;
  border-bottom: 20px solid #e81c40;
  background: #d8d8d8;
  position: relative;
  box-shadow: -6px 6px 0 rgba(232, 28, 64, 0.2); }
  @media (min-width: 1010px) {
    main.content .lead-media {
      min-height: 370px; } }
  main.content .lead-media img {
    width: 100%;
    border-bottom: 0;
    display: block; }
    main.content .lead-media img.error {
      display: none; }

main.content .body {
  padding-bottom: 20px;
  padding-left: 21px;
  padding-right: 21px; }
  main.content .body img {
    max-width: 100%; }
  main.content .body p, main.content .body h3 {
    padding-bottom: 30px; }
  main.content .body iframe {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px; }
  main.content .body blockquote {
    color: white;
    font-size: 26px;
    font-weight: 500;
    font-style: italic;
    background: #2785d7;
    padding: 20px;
    margin-left: 21px;
    margin-right: 21px;
    margin-bottom: 30px;
    line-height: 32px;
    position: relative;
    box-shadow: -6px 6px 0 rgba(0, 96, 180, 0.2); }
    main.content .body blockquote p {
      padding: 0; }

main.content.safe-redirect {
  padding-top: 30px;
  padding-bottom: 300px; }
  main.content.safe-redirect h3 {
    font-size: 30px;
    color: #2785d7; }
  main.content.safe-redirect button {
    width: 200px;
    color: #2785d7;
    margin: 0 auto;
    display: block;
    margin-top: 50px; }
    main.content.safe-redirect button:hover, main.content.safe-redirect button:active {
      color: white; }

main.content.informational-page {
  padding-top: 30px; }
  main.content.informational-page .body {
    line-height: 34px; }
  main.content.informational-page h1 {
    font-size: 50px;
    color: #e81c40;
    margin-bottom: 20px; }
  main.content.informational-page h2 {
    font-size: 27px;
    color: #2785d7; }
  main.content.informational-page h3 {
    padding-top: 10px;
    padding-bottom: 2px; }
  main.content.informational-page h1, main.content.informational-page h2, main.content.informational-page h3 {
    padding-left: 21px;
    padding-right: 21px; }

@media (min-width: 1010px) {
  main.content .left-rail {
    padding-top: 30px; }
  main.content .right-rail {
    padding-top: 80px; }
  main.content h1 {
    font-size: 45px;
    line-height: 48px; }
  main.content .byline {
    font-size: 19px;
    font-weight: 500;
    padding-top: 4px; } }

main.games {
  max-width: none;
  min-height: 500px; }
  @media (min-width: 1010px) {
    main.games {
      min-height: 800px;
      max-width: none; } }

main.game {
  max-width: none;
  min-height: 500px; }
  @media (min-width: 1010px) {
    main.game {
      min-height: 800px;
      max-width: none; } }

embed.arcadia-swf {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  width: 667px;
  height: 500px; }

h2 div.game-img {
  position: absolute;
  left: 14px;
  border: none;
  width: 55px;
  height: 33px;
  background-image: url(/img/games/games-light-blue@2x.png);
  background-size: 48px;
  background-repeat: no-repeat; }

section.mobile-only .component.tile:first-child {
  background-color: #fff; }

h1.game-title {
  color: #2785d7;
  margin-top: 59px; }

h2 a.game-title {
  margin-left: 50px; }

nav.site {
  border-bottom: 3px solid #dcdee1;
  width: 100%;
  height: 78px;
  padding: 12px 3px;
  z-index: 3;
  position: fixed;
  background: rgba(255, 255, 255, 0.98);
  -webkit-font-smoothing: antialiased; }
  nav.site.sticky {
    position: fixed;
    top: 0;
    left: 0; }
  @media (min-width: 360px) {
    nav.site {
      padding: 12px 20px; } }
  @media (min-width: 1010px) {
    nav.site {
      position: absolute;
      border-bottom: 2px solid #a03363;
      height: 100px;
      padding: 18px 20px; }
      nav.site::before {
        content: '';
        width: 100%;
        height: 4px;
        top: 100%;
        left: 0;
        position: absolute;
        border-bottom: 2px solid #e81c40; } }
  nav.site a {
    text-decoration: none; }
  nav.site .wrapper {
    width: 100%;
    margin: 0 auto; }
    @media (min-width: 1010px) {
      nav.site .wrapper {
        max-width: 1010px; } }
    @media (min-width: 1010px) {
      nav.site .wrapper {
        max-width: 1010px; } }
  nav.site .main-links {
    display: block;
    float: right;
    position: relative;
    font-weight: bold;
    font-size: 15px;
    text-align: center; }
    nav.site .main-links:hover .icon-link {
      opacity: .4; }
    nav.site .main-links li {
      display: inline-block; }
    nav.site .main-links li:hover .icon-link {
      opacity: 1; }
    nav.site .main-links .icon-link {
      min-width: 36px;
      padding-top: 36px;
      color: #2785d7;
      background-image: url("../img/icons/nav@2x.png");
      background-size: 150px 36px;
      display: inline-block;
      background-repeat: no-repeat;
      margin-left: 12px;
      cursor: pointer;
      transition: opacity .3s ease-in-out; }
      nav.site .main-links .icon-link:hover {
        opacity: 1; }
      nav.site .main-links .icon-link.sports {
        background-position: 5px 0px; }
      nav.site .main-links .icon-link.games {
        background-position: -50px 0px; }
      nav.site .main-links .icon-link.more {
        background-position: -106px 0px; }
    @media (min-width: 1010px) {
      nav.site .main-links li:hover .submenu {
        display: block; } }
    nav.site .main-links li.menu-open .submenu {
      display: block; }
    nav.site .main-links .submenu {
      width: 100%;
      height: auto;
      color: white;
      background: rgba(255, 255, 255, 0);
      position: fixed;
      top: 73px;
      left: 0;
      display: none; }
      @media (min-width: 1010px) {
        nav.site .main-links .submenu {
          right: 0px;
          left: auto;
          width: 450px;
          padding-bottom: 40px;
          padding-left: 40px;
          padding-right: 0px;
          top: 70px;
          position: absolute; } }
      nav.site .main-links .submenu .wrapper {
        background: #2785d7;
        margin-top: 3px;
        border-top: 3px solid rgba(77, 86, 107, 0.2);
        max-height: 100%;
        overflow: scroll; }
        @media (min-width: 1010px) {
          nav.site .main-links .submenu .wrapper {
            margin-top: 15px; } }
        nav.site .main-links .submenu .wrapper:hover {
          display: block; }
      nav.site .main-links .submenu li.menu-open {
        display: block; }
      nav.site .main-links .submenu li {
        display: block;
        text-align: left;
        border-bottom: 3px solid rgba(0, 96, 180, 0.2); }
        nav.site .main-links .submenu li.last {
          border-color: rgba(255, 255, 255, 0.2); }
        nav.site .main-links .submenu li.minor {
          border-color: rgba(255, 255, 255, 0.2);
          background: rgba(0, 0, 67, 0.1); }
          nav.site .main-links .submenu li.minor a {
            font-size: 18px;
            padding: 16px 20px; }
        nav.site .main-links .submenu li a {
          width: 100%;
          height: 100%;
          font-size: 23px;
          font-family: "museo-slab", sans-serif;
          font-weight: 700;
          padding-top: 24px;
          padding-bottom: 24px;
          padding-left: 24px;
          display: inline-block;
          background-repeat: no-repeat;
          background-position: 31px 13px; }
          nav.site .main-links .submenu li a.icon {
            padding-left: 98px; }
          nav.site .main-links .submenu li a:hover {
            background-color: rgba(0, 96, 180, 0.2); }
          nav.site .main-links .submenu li a.baseball {
            background-image: url("../img/icons/sports/white/baseball.svg"); }
          nav.site .main-links .submenu li a.basketball {
            background-image: url("../img/icons/sports/white/basketball.svg"); }
          nav.site .main-links .submenu li a.football {
            background-image: url("../img/icons/sports/white/football.svg"); }
          nav.site .main-links .submenu li a.hockey {
            background-image: url("../img/icons/sports/white/hockey.svg"); }
          nav.site .main-links .submenu li a.soccer {
            background-image: url("../img/icons/sports/white/soccer.svg"); }
          nav.site .main-links .submenu li a.more-sports {
            background-image: url("../img/icons/sports/white/more-sports.svg"); }
          nav.site .main-links .submenu li a.scoreboard {
            background-image: url("../img/icons/sports/white/scoreboard.svg");
            background-position: 23px 13px; }
    @media (min-width: 1010px) {
      nav.site .main-links {
        font-size: 18px;
        font-weight: 500;
        padding-left: 5px;
        margin-top: -1px; }
        nav.site .main-links::before {
          content: '';
          width: 2px;
          height: 50px;
          background: #f0f0f0;
          position: absolute;
          left: -2px;
          top: 10px; }
        nav.site .main-links .icon-link {
          background-image: url("../img/icons/nav-desktop@2x.png");
          background-size: 175px 46px;
          min-width: 58px;
          padding-top: 47px;
          margin-left: 20px; }
          nav.site .main-links .icon-link.sports {
            background-position: 5px 0px; }
          nav.site .main-links .icon-link.games {
            background-position: -61px 0px; }
          nav.site .main-links .icon-link.more {
            background-position: -124px 0px; } }
  nav.site .secondary-links {
    color: #2f9bdd;
    float: left;
    font-size: 18px;
    font-weight: 700;
    padding: 20px;
    padding-top: 21px;
    padding-left: 50px; }
    nav.site .secondary-links li {
      padding-right: 10px;
      display: inline; }
    nav.site .secondary-links a:hover {
      color: #0060b4; }
  nav.site .logo {
    width: 139px;
    height: 49px;
    display: inline-block;
    color: #dcdee1;
    padding: 10px 20px;
    margin-top: 4px;
    background-image: url("../img/branding/logo@2x.png");
    text-indent: -9999px;
    background-size: 100%;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    float: left; }
    nav.site .logo:hover {
      color: #dcdee1;
      border-color: #dcdee1; }
    @media (min-width: 1010px) {
      nav.site .logo {
        margin-top: 10px; } }

.subscription-links {
  border-bottom: 4px solid #f0f0f0;
  font-size: 12px;
  line-height: 12px;
  padding: 13px 20px;
  color: #2785d7;
  font-family: "museo-sans", sans-serif; }
  .subscription-links .wrapper {
    width: 100%;
    margin: 0 auto; }
    @media (min-width: 1010px) {
      .subscription-links .wrapper {
        max-width: 1010px; } }
    @media (min-width: 1010px) {
      .subscription-links .wrapper {
        max-width: 1010px; } }
  .subscription-links a {
    text-decoration: none;
    padding-right: 15px; }
    .subscription-links a:hover {
      text-decoration: underline; }

.navigation-placeholder {
  height: 78px; }
  @media (min-width: 1010px) {
    .navigation-placeholder {
      height: 100px;
      position: relative; } }

.nav-ad-zone {
  padding-top: 15px;
  padding-bottom: 15px; }
  @media (min-width: 1010px) {
    .nav-ad-zone {
      padding-top: 30px;
      padding-bottom: 0; } }

#main-banner {
  color: white;
  background: #2785d7;
  position: relative;
  padding-left: 20px; }
  #main-banner .full-column .sport {
    width: 70px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -15px;
    opacity: .2;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center; }
    @media (min-width: 1010px) {
      #main-banner .full-column .sport {
        width: 150px;
        right: 0; } }
  #main-banner .full-column {
    position: relative; }
    #main-banner .full-column.baseball .sport {
      background-image: url("../img/icons/sports/white/baseball.svg"); }
    #main-banner .full-column.basketball .sport {
      background-image: url("../img/icons/sports/white/basketball.svg"); }
    #main-banner .full-column.football .sport {
      background-image: url("../img/icons/sports/white/football.svg"); }
    #main-banner .full-column.hockey .sport {
      background-image: url("../img/icons/sports/white/hockey.svg"); }
    #main-banner .full-column.soccer .sport {
      background-image: url("../img/icons/sports/white/soccer.svg"); }
    #main-banner .full-column.more-sports .sport {
      background-image: url("../img/icons/sports/white/more-sports.svg"); }
    #main-banner .full-column.scoreboard .sport {
      background-image: url("../img/icons/sports/white/scoreboard.svg");
      background-position: 23px 13px; }
  #main-banner button {
    width: auto;
    font-size: 17px;
    position: absolute;
    top: 4px;
    right: 20px;
    padding-top: 0px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
    color: #262666; }
    #main-banner button span {
      pointer-events: none; }
    #main-banner button:hover span, #main-banner button:active span {
      color: white; }
    @media (min-width: 1010px) {
      #main-banner button {
        font-size: 19px;
        font-weight: 600;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 5px;
        padding-bottom: 5px;
        top: 20px;
        right: 160px; } }
  #main-banner h1 {
    font-size: 32px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 0;
    -webkit-user-select: none;
    user-select: none; }
    @media (min-width: 1010px) {
      #main-banner h1 {
        font-size: 50px;
        padding-bottom: 10px;
        padding-top: 56px; } }

.games-column {
  min-height: 300px;
  padding-bottom: 40px; }
  @media (min-width: 1010px) {
    .games-column {
      min-height: 500px; } }

@media (min-width: 1010px) {
  .scores-wrapper {
    padding-left: 45px;
    padding-right: 35px; } }

.scoreboard-game {
  background: white;
  border: 4px solid #e81c40;
  position: relative;
  box-shadow: -6px 6px 0 rgba(165, 0, 29, 0.2);
  margin-bottom: 30px;
  padding: 0px; }

.scoreboard-game .ticker {
  background-color: #e81c40;
  color: #fff;
  font-size: 13px;
  padding-left: 14px; }

div.league-box {
  width: 367px;
  height: 60px;
  border: solid 4px #d0d0d0;
  margin-top: 40px;
  margin-bottom: 40px; }

ul.scorebox {
  width: 70%; }
  @media (min-width: 1010px) {
    ul.scorebox {
      width: 386px; } }

ul.scorebox li {
  position: relative;
  margin: 0;
  padding: 0;
  height: 60px; }

ul.scorebox li div.team-name {
  position: absolute;
  top: 0px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  font-weight: bold;
  left: 70px; }
  @media (min-width: 1010px) {
    ul.scorebox li div.team-name {
      left: 80px;
      font-size: 20px; } }

ul.scorebox li div.team-score {
  position: absolute;
  right: 8px;
  top: 0px;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  font-weight: bold; }
  @media (min-width: 1010px) {
    ul.scorebox li div.team-score {
      font-size: 20px; } }

ul.scorebox li.winner-true div.team-score {
  color: #e81c40; }

ul.scorebox li:first-child {
  border-bottom: solid 2px #d0d0d0;
  height: 61px; }

div.game-status, div.game-delayed, div.game-time-formatted, div.game-inning {
  position: absolute;
  width: 110px;
  height: 120px;
  right: 0;
  line-height: 120px;
  text-align: center;
  font-size: 14px;
  font-style: bold; }
  @media (min-width: 1010px) {
    div.game-status, div.game-delayed, div.game-time-formatted, div.game-inning {
      font-size: 20px;
      right: 20px;
      width: 140px; } }

div.game-status {
  text-transform: uppercase;
  color: #262666;
  bottom: 2px; }

div.game-time-formatted {
  color: #262666;
  bottom: 2px; }

div.game-inning {
  color: #262666;
  bottom: 2px; }

div.utc-time-raw {
  display: none; }

div.game-delayed {
  text-transform: uppercase;
  color: #e81c40; }

.team-logo-thumb {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border: solid 4px #e81c40;
  margin: 0; }

ul.scorebox li.winner-true div.team-score::after {
  content: "";
  width: 9px;
  height: 12px;
  position: absolute;
  top: 23px;
  border-top: solid 6px #fff;
  border-right: solid 7px #e81c40;
  border-bottom: solid 6px #fff; }

select#league-select {
  width: 340px;
  height: 38pt;
  padding-right: 20pt;
  font-size: 20px;
  color: #2785d7;
  background-color: white;
  text-indent: 4pt;
  text-align: left;
  vertical-align: middle;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "museo-sans", sans-serif;
  cursor: pointer;
  outline: none; }

select#league-select::-ms-expand {
  display: none; }

select#league-select option {
  padding: 4px 10px 4px 10px;
  font-family: "museo-sans", sans-serif;
  font-size: 20px;
  color: #2785d7;
  background: white; }

select#league-select option:nth-child(even) {
  background-color: #f5f5f5; }

label.league-box-label {
  position: relative;
  display: inline-block; }

label.league-box-label h2 {
  position: absolute;
  top: 10px;
  left: 6px;
  height: 40px;
  font-size: 25px;
  background-color: white;
  color: #2785d7; }

label.league-box-label::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 0px;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 8px solid #2785d7;
  width: 8pt;
  line-height: 40pt;
  vertical-align: middle;
  text-align: center;
  background: white;
  pointer-events: none; }

div.bases-NFL,
div.bases-NCAAB,
div.bases-NBA,
div.bases-NCAAF,
div.bases-NHL {
  display: none; }

div.bases-MLB {
  position: absolute;
  right: 35px;
  bottom: 12px;
  width: 39px;
  height: 40px;
  font-size: 28px;
  color: #e81c40;
  background-color: white;
  font-weight: bold; }
  @media (min-width: 1010px) {
    div.bases-MLB {
      right: 69px; } }

div#first-base {
  position: absolute;
  top: 10px;
  left: 20px; }

div#second-base {
  position: absolute;
  top: 0px;
  left: 10px; }

div#third-base {
  position: absolute;
  top: 10px;
  left: 0px; }

div.base-occupied-1 {
  position: absolute;
  top: 9px;
  left: 19px; }

div.base-occupied-2 {
  position: absolute;
  top: -1px;
  left: 9px; }

div.base-occupied-3 {
  position: absolute;
  top: 9px;
  left: -1px; }

.open-base::after {
  content: "\25C7"; }

.man-on-base::after {
  content: "\25C6"; }

footer {
  color: #fff;
  background: #e81c40;
  box-shadow: inset 0 6px 0 rgba(165, 0, 29, 0.2);
  position: relative; }
  footer .wide-view {
    display: none; }
  @media (min-width: 780px) {
    footer .narrow-view {
      display: none; }
    footer .wide-view {
      display: block; } }
  footer a {
    color: #fff;
    text-decoration: none; }
  footer button {
    color: #2785d7;
    width: auto;
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 15px;
    padding: 8px; }
    @media (min-width: 1010px) {
      footer button {
        font-size: 19px;
        padding: 10px 15px; } }
  footer .column {
    float: left;
    margin-right: 0; }
    @media (min-width: 360px) {
      footer .column {
        margin-right: 25px; } }
    footer .column.last {
      margin-right: 0; }
    @media (min-width: 1010px) {
      footer .column {
        width: auto;
        margin-right: 0; } }
  footer .subscribe {
    max-width: 1000px;
    margin: 0 auto;
    box-shadow: 0 3px 0 rgba(165, 0, 29, 0.2);
    padding-top: 27px;
    padding-bottom: 23px;
    position: relative; }
    footer .subscribe .logo-classic {
      opacity: 0;
      display: block;
      width: 137px;
      height: 48px;
      text-indent: -9999px;
      background-image: url("../img/branding/logo-classic@2x.png");
      background-size: 100%;
      margin-left: 20px; }
      @media (min-width: 360px) {
        footer .subscribe .logo-classic {
          opacity: 1; } }
  footer .links {
    max-width: 400px;
    margin: 0 auto;
    padding: 28px 20px;
    font-size: 16px;
    line-height: 20px; }
    footer .links:before, footer .links:after {
      content: ' ';
      display: table; }
    footer .links:after {
      clear: both; }
    @media (min-width: 780px) {
      footer .links {
        max-width: 1000px; } }
    footer .links .group {
      width: 140px; }
      @media (min-width: 360px) {
        footer .links .group {
          width: 150px; } }
      @media (min-width: 780px) {
        footer .links .group {
          float: left; }
          footer .links .group.right {
            float: right;
            margin-right: 80px; } }
    footer .links .pad {
      padding-bottom: 15px; }
    footer .links a, footer .links .label {
      display: inline-block; }
    footer .links .label {
      font-weight: bold; }
    footer .links a:hover {
      text-decoration: underline; }
    footer .links .group {
      padding-bottom: 15px; }

.ad-container:not(.sponsored-by) {
  text-align: center; }
  .ad-container:not(.sponsored-by).type-320-flex {
    width: 320px;
    min-height: 250px; }
  .ad-container:not(.sponsored-by).type-banner {
    min-width: 300px;
    margin: 0 auto; }

.ad-container.sponsored-by {
  width: 120px;
  height: 60px;
  top: 0;
  right: 0;
  position: absolute; }
  .ad-container.sponsored-by.collection {
    width: 100%;
    height: 100%; }

.ad-container.oop {
  background: transparent;
  height: 1px;
  width: 1px;
  position: absolute;
  top: 0;
  left: 0; }
  .ad-container.oop:before {
    display: none; }

.advert {
  padding: 20px 0; }

.native-tag {
  font-size: 14px;
  text-transform: uppercase; }

main.error {
  width: 100%;
  height: 680px;
  position: relative; }
  @media (min-width: 1010px) {
    main.error {
      height: 800px; } }
  main.error h1 {
    text-align: center;
    position: absolute;
    width: 100%;
    top: calc(50% - 80px); }

.form-header {
  color: #2785d7;
  border: 5px solid #2785d7;
  margin: 20px auto;
  width: 50%;
  min-height: 970px; }
  .form-header .form-bgheader {
    background-color: #2785d7;
    color: white; }
    .form-header .form-bgheader .form-bgheader-align {
      padding: 20px;
      height: auto; }
  .form-header label {
    width: 100%;
    margin: 3px;
    padding: 1px;
    float: left;
    text-align: left; }
  .form-header .required {
    color: black; }
  .form-header input {
    margin: 5px;
    padding: 10px;
    float: left;
    border-color: #cccccc;
    border-radius: 0px;
    border-width: 4px;
    border-style: solid;
    font-size: 16px;
    width: 280px; }
    .form-header input[type="radio"] {
      background: #fff none repeat scroll 0 0;
      border: 2px solid #cccccc;
      content: "";
      display: inline-block;
      height: 15px;
      padding: 2px;
      text-align: center;
      vertical-align: middle;
      width: 20px; }
  .form-header select {
    border: 1px solid #2785d7;
    background: transparent;
    padding: 5px 35px 5px 5px;
    font-size: 16px;
    border: 5px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../img/icons/Triangle1.png") 96%/15% no-repeat;
    color: #2785d7;
    min-width: 150px;
    margin: 3px; }
  .form-header textarea {
    margin: 5px;
    padding: 1px;
    float: left;
    border-color: #cccccc;
    border-radius: 0px;
    border-width: 4px;
    border-style: solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%; }
  .form-header fieldset {
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 1px #dddddd solid;
    padding: 10px;
    margin-top: 10px; }
  .form-header fieldset legend {
    border: 1px #cccccc solid;
    color: black;
    font-family: Verdana;
    font-weight: none;
    font-size: 13px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px; }
  .form-header br {
    clear: left; }
  .form-header hr {
    height: 3px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5); }
  .form-header .form-submit {
    font-size: 16px;
    padding: 10px 80px;
    border: 5px solid #2785d7;
    color: #2785d7;
    background-color: white; }
  .form-header .form-left {
    width: 45%;
    margin: 0px;
    padding: 0px;
    float: left;
    text-align: left; }
  .form-header .form-right {
    width: 35%;
    margin: 0px;
    padding: 0px;
    float: right;
    text-align: left; }
  .form-header .form-mobile {
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: left; }
  .form-header .form-main {
    padding: 20px;
    height: auto;
    color: #000000; }

@media screen and (max-width: 1330px) {
  .form-header {
    width: 100%;
    max-width: 100%; } }

@media screen and (max-width: 1300px) {
  .form-header {
    width: 100%;
    max-width: 100%; } }

@media screen and (max-width: 1270px) {
  .form-header {
    width: 100%;
    max-width: 100%; } }

@media screen and (max-width: 1240px) {
  .form-header {
    width: 100%;
    max-width: 100%; } }

@media screen and (max-width: 1160px) {
  .form-header {
    width: 100%;
    max-width: 100%; } }

@media screen and (max-width: 1000px) {
  .form-header {
    width: 100%;
    max-width: 100%; } }

@media screen and (max-width: 970px) {
  .form-header {
    width: 100%;
    max-width: 100%; } }

@media screen and (max-width: 620px) {
  .form-header {
    width: 100%;
    max-width: 100%; } }

@media screen and (max-width: 320px) {
  .form-header {
    width: 100%;
    max-width: 100%; }
    .form-header input {
      width: 260px; }
    .form-header input[type="radio"] {
      background: #fff none repeat scroll 0 0;
      border: 2px solid #cccccc;
      content: "";
      display: inline-block;
      height: 15px;
      padding: 2px;
      text-align: center;
      vertical-align: middle;
      width: 20px; }
    .form-header fieldset {
      padding: 4px; } }

/*# sourceMappingURL=style.css.map */